Membros MiningModelColumn

Represents a column in a mining model.

O tipo MiningModelColumn expõe os seguintes membros.

Métodos

  Nome Descrição
Método público {dtor} Releases all resources used by the MiningModelColumn.
Método público Dispose Releases all resources used by the MiningModelColumn.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública Columns Gets a collection containing the nested MiningModelColumn objects.
Propriedade pública ContainingColumn Gets the name of the table column containing this column.
Propriedade pública Content Gets the content type of the column.
Propriedade pública Description Gets the user-description of the column.
Propriedade pública Distribution Gets the MiningColumnDistribution for this column.
Propriedade pública Filter
Propriedade pública Flags Gets the modeling flag for the column.
Propriedade pública FullyQualifiedName Gets the fully qualified name of the column.
Propriedade pública IsInput Determines whether the column is an input column.
Propriedade pública IsPredictable Determines whether the column is predictable.
Propriedade pública IsProcessed Determines whether the MiningModelColumn is processed.
Propriedade pública IsRelatedToKey Determines whether the MiningModelColumn is related to the key.
Propriedade pública IsTable Determines whether the column is a table datatype.
Propriedade pública LastProcessed Gets the date and time the mining model column was last processed.
Propriedade pública LastUpdated Gets the date and time the mining model column was last updated.
Propriedade pública Name Gets the name of the column.
Propriedade pública Parent Gets the parent MiningModel.
Propriedade pública ParentMiningModel Gets the MiningModel to which this column belongs.
Propriedade pública PredictionScore Gets the prediction score for the MiningModelColumn.
Propriedade pública Properties Gets a PropertyCollection containing the properties for the column.
Propriedade pública RelatedAttribute Gets the name of the related column for the MiningModelColumn.
Propriedade pública StructureColumn Gets the name of the structure column for the MiningModelColumn.
Propriedade pública Type Gets the MiningColumnType of the column.
Propriedade pública UniqueName
Propriedade pública Values Gets a MiningValueCollection containing the possible values associated with the column.

Início