AIMA.Core.Learning.Framework.StringAttributeSpecification.getAttributeName C# (CSharp) Méthode

getAttributeName() public méthode

public getAttributeName ( ) : String
Résultat String
        public String getAttributeName()
        {
            return attributeName;
        }

Usage Example

 public String name()
 {
     return(spec.getAttributeName().Trim());
 }