AIMA.Core.Learning.Inductive.DecisionTree.getAttributeName C# (CSharp) Method

getAttributeName() public method

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