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.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)
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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.