Methods, clsMiningModel

Analysis Services Programming

Analysis Services Programming

Methods, clsMiningModel

An object of ClassType clsMiningModel supports the following methods.

Method Description
Clone Copies an existing object to a target object of the same class type. It also creates a copy of the property values and provides the option of creating collections of major and minor objects.
LockObject Locks the mining model.
Process Creates and trains the mining model on the server.
UnlockObject Releases a lock previously established by the LockObject method.
Update Saves and updates the mining model's meta data.
ValidateStructure Validates the properties and structure of a mining model object including the Columns collection. If it finds an invalid structure it raises an error with an appropriate message.

See Also

clsMiningModel