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


Элементы MiningModelColumn

Represents a column in a mining model.

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

Методы

  Имя Описание
Открытый метод {dtor} Releases all resources used by the MiningModelColumn.
Открытый метод Dispose Releases all resources used by the MiningModelColumn.
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство Columns Gets a collection containing the nested MiningModelColumn objects.
Открытое свойство ContainingColumn Gets the name of the table column containing this column.
Открытое свойство Content Gets the content type of the column.
Открытое свойство Description Gets the user-description of the column.
Открытое свойство Distribution Gets the MiningColumnDistribution for this column.
Открытое свойство Filter
Открытое свойство Flags Gets the modeling flag for the column.
Открытое свойство FullyQualifiedName Gets the fully qualified name of the column.
Открытое свойство IsInput Determines whether the column is an input column.
Открытое свойство IsPredictable Determines whether the column is predictable.
Открытое свойство IsProcessed Determines whether the MiningModelColumn is processed.
Открытое свойство IsRelatedToKey Determines whether the MiningModelColumn is related to the key.
Открытое свойство IsTable Determines whether the column is a table datatype.
Открытое свойство LastProcessed Gets the date and time the mining model column was last processed.
Открытое свойство LastUpdated Gets the date and time the mining model column was last updated.
Открытое свойство Name Gets the name of the column.
Открытое свойство Parent Gets the parent MiningModel.
Открытое свойство ParentMiningModel Gets the MiningModel to which this column belongs.
Открытое свойство PredictionScore Gets the prediction score for the MiningModelColumn.
Открытое свойство Properties Gets a PropertyCollection containing the properties for the column.
Открытое свойство RelatedAttribute Gets the name of the related column for the MiningModelColumn.
Открытое свойство StructureColumn Gets the name of the structure column for the MiningModelColumn.
Открытое свойство Type Gets the MiningColumnType of the column.
Открытое свойство UniqueName
Открытое свойство Values Gets a MiningValueCollection containing the possible values associated with the column.

В начало