MiningAttribute.FeatureSelection 속성
Indicates the feature selection status of the mining attribute.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)
구문
‘선언
Public ReadOnly Property FeatureSelection As MiningFeatureSelection
Get
‘사용 방법
Dim instance As MiningAttribute
Dim value As MiningFeatureSelection
value = instance.FeatureSelection
public MiningFeatureSelection FeatureSelection { get; }
public:
property MiningFeatureSelection FeatureSelection {
MiningFeatureSelection get ();
}
member FeatureSelection : MiningFeatureSelection
function get FeatureSelection () : MiningFeatureSelection
속성 값
유형: Microsoft.AnalysisServices.AdomdClient.MiningFeatureSelection
A MiningFeatureSelection value.
주의
For more information about feature selection, see 기능 선택(데이터 마이닝).