MiningModel.GetAttributes 메서드

Gets a collection of attributes based on their feature selection status.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
Public Function GetAttributes ( _
    filter As MiningFeatureSelection _
) As MiningAttributeCollection
‘사용 방법
Dim instance As MiningModel 
Dim filter As MiningFeatureSelection 
Dim returnValue As MiningAttributeCollection 

returnValue = instance.GetAttributes(filter)
public MiningAttributeCollection GetAttributes(
    MiningFeatureSelection filter
)
public:
MiningAttributeCollection^ GetAttributes(
    MiningFeatureSelection filter
)
member GetAttributes : 
        filter:MiningFeatureSelection -> MiningAttributeCollection
public function GetAttributes(
    filter : MiningFeatureSelection
) : MiningAttributeCollection

매개 변수

반환 값

유형: Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection
A collection of attributes that have the specified feature selection value.

주의

When you create a mining model, Analysis Services chooses a subset of attributes to include in the data mining model based on statistical analysis. This attribute reduction process is called feature selection. The method for feature selection differs depending on the algorithm. For more information, see 기능 선택(데이터 마이닝)

Feature selection can be applied to both input and output attributes. If you have many attributes, in a nested table, for example, it is possible that not all of the attributes will be included in the final model. Therefore, you can call the MiningModel method to determine which attributes are selected for input only, which attributes are selected for output only, and which attributes are selected for both output and input. You can also return all attributes or attributes that have no feature selection value.

참고 항목

참조

MiningModel 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스