Expand Minimize
This topic has not yet been rated - Rate this topic

MiningFeatureSelection Enumeration

Describes the type of attribute to return when calling GetAttributes. Alternatively describes a MiningAttribute.

Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
public enum MiningFeatureSelection
public enum MiningFeatureSelection
public enum MiningFeatureSelection
Member nameDescription
AllReturn all attributes.
InputReturn input-selected attributes. Also represents an attribute that is input-selected.
InputAndOutputReturn attributes that are both input-selected and output-selected. Also represents an attribute that is both input-selected and output-selected.
NotSelectedReturn attributes that are not feature selected. Also represents an attribute that is not feature selected.
OutputReturn output-selected attributes. Also represents an attribute that is output-selected.
SelectedReturn attributes that are either input-selected or output-selected.

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.