Share via


MiningStructure Members

Include Protected Members
Include Inherited Members

Represents a mining structure on the server.

The MiningStructure type exposes the following members.

Methods

  Name Description
Public method Equals(Object) Determines whether two instances of MiningStructure are equal. (Overrides Object.Equals(Object).)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Overrides Object.GetHashCode().)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() Gets the name of the mining structure. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality(MiningStructure, MiningStructure) Determines whether two instances of MiningStructure are equal.
Public operatorStatic member Inequality(MiningStructure, MiningStructure) Determines whether two instances of MiningStructure are unequal.

Top

Properties

  Name Description
Public property Caption Gets the caption of the mining structure.
Public property Columns Gets the columns within the mining structure.
Public property Created Gets the date and time the mining structure was created.
Public property Description Gets the description of the mining structure.
Public property HoldoutActualSize Returns the size of the holdout partition that is associated with a MiningStructure. This value is read-only and is not available until the MiningStructure has been processed.
Public property HoldoutMaxCases Returns the value specified maximum number of cases in the testing data partition of the MiningStructure.
Public property HoldoutMaxPercent Returns the maximum percentage of cases from the source data of the MiningStructure that can be used for testing.
Public property HoldoutSeed Returns the seed used to initialize partitioning of the MiningStructure into training and testing data sets[.]
Public property IsProcessed Determines whether the model is populated.
Public property LastProcessed Gets the date and time the mining structure was last processed.
Public property LastUpdated Gets the date and time the mining structure was last updated.
Public property MiningModels Gets an instance of a MiningModelCollection that represents the collection of mining models contained by a mining structure.
Public property Name Gets the name of the mining structure.
Public property ParentConnection Gets the AdomdConnection from which the mining structure was populated.
Public property Properties Gets the properties of the mining structure.

Top