AIMA.Core.Learning.Framework.NumericAttributeSpecification.getAttributeName C# (CSharp) Method

getAttributeName() public method

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

Usage Example

Exemplo n.º 1
0
 public String name()
 {
     return(spec.getAttributeName().Trim());
 }