Поделиться через


Элементы MiningStructure

Represents a mining structure on the server.

Тип MiningStructure предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals Determines whether two instances of MiningStructure are equal. (Перезаписывает Object. . :: . .Equals(Object).)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Перезаписывает Object. . :: . .GetHashCode() () () ().)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString Gets the name of the mining structure. (Перезаписывает Object. . :: . .ToString() () () ().)

В начало

Операторы

  Имя Описание
Открытый операторСтатический элемент Equality Determines whether two instances of MiningStructure are equal.
Открытый операторСтатический элемент Inequality Determines whether two instances of MiningStructure are unequal.

В начало

Свойства

  Имя Описание
Открытое свойство Caption Gets the caption of the mining structure.
Открытое свойство Columns Gets the columns within the mining structure.
Открытое свойство Created Gets the date and time the mining structure was created.
Открытое свойство Description Gets the description of the mining structure.
Открытое свойство 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.
Открытое свойство HoldoutMaxCases Returns the value specified maximum number of cases in the testing data partition of the MiningStructure.
Открытое свойство HoldoutMaxPercent Returns the maximum percentage of cases from the source data of the MiningStructure that can be used for testing.
Открытое свойство HoldoutSeed Returns the seed used to initialize partitioning of the MiningStructure into training and testing data sets[.]
Открытое свойство IsProcessed Determines whether the model is populated.
Открытое свойство LastProcessed Gets the date and time the mining structure was last processed.
Открытое свойство LastUpdated Gets the date and time the mining structure was last updated.
Открытое свойство MiningModels Gets an instance of a MiningModelCollection that represents the collection of mining models contained by a mining structure.
Открытое свойство Name Gets the name of the mining structure.
Открытое свойство ParentConnection Gets the AdomdConnection from which the mining structure was populated.
Открытое свойство Properties Gets the properties of the mining structure.

В начало