AIMA.Core.Learning.Inductive.DecisionTree.getAttributeName C# (CSharp) 메소드

getAttributeName() 공개 메소드

public getAttributeName ( ) : String
리턴 String
        public String getAttributeName()
        {
            return attributeName;
        }