MiningFeatureSelection Enum

Definition

Microsoft.AnalysisServices.AdomdClient.MiningFeatureSelection

public enum MiningFeatureSelection
type MiningFeatureSelection = 
Public Enum MiningFeatureSelection
Inheritance
MiningFeatureSelection

Fields

All 0

Used to request from a model all the attributes, regardless whether they are feature selected or not

Input 4

Used to return all the input-selected attributes, or to show that an attribute is feature selected as input

InputAndOutput 12

Used to return all the attributes that are feature seleted as both input and output, or to show that an attribute is feature selected both as input and as output

NotSelected 1

Used to request from a model all the attributes that are not feature selected (neither as input nor as output), or to show that feature selection information is not available for an attribute

Output 8

Used to return all the output-selected attributes, or to show that an attribute is feature selected as output

Selected 2

Used to request from a model all the attributes that are feature selected (as input or as output)

Applies to