Share via


Membres MiningStructure

Represents a mining structure on the server.

Le type MiningStructure expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals Determines whether two instances of MiningStructure are equal. (Se substitue à Object. . :: . .Equals(Object).)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Se substitue à Object. . :: . .GetHashCode() () () ().)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString Gets the name of the mining structure. (Se substitue à Object. . :: . .ToString() () () ().)

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique Equality Determines whether two instances of MiningStructure are equal.
Opérateur publicMembre statique Inequality Determines whether two instances of MiningStructure are unequal.

Haut de la page

Propriétés

  Nom Description
Propriété publique Caption Gets the caption of the mining structure.
Propriété publique Columns Gets the columns within the mining structure.
Propriété publique Created Gets the date and time the mining structure was created.
Propriété publique Description Gets the description of the mining structure.
Propriété publique 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.
Propriété publique HoldoutMaxCases Returns the value specified maximum number of cases in the testing data partition of the MiningStructure.
Propriété publique HoldoutMaxPercent Returns the maximum percentage of cases from the source data of the MiningStructure that can be used for testing.
Propriété publique HoldoutSeed Returns the seed used to initialize partitioning of the MiningStructure into training and testing data sets[.]
Propriété publique IsProcessed Determines whether the model is populated.
Propriété publique LastProcessed Gets the date and time the mining structure was last processed.
Propriété publique LastUpdated Gets the date and time the mining structure was last updated.
Propriété publique MiningModels Gets an instance of a MiningModelCollection that represents the collection of mining models contained by a mining structure.
Propriété publique Name Gets the name of the mining structure.
Propriété publique ParentConnection Gets the AdomdConnection from which the mining structure was populated.
Propriété publique Properties Gets the properties of the mining structure.

Haut de la page