Uses of Class
org.apache.mahout.classifier.df.data.Dataset.Attribute

Packages that use Dataset.Attribute
org.apache.mahout.classifier.df.data   
 

Uses of Dataset.Attribute in org.apache.mahout.classifier.df.data
 

Methods in org.apache.mahout.classifier.df.data that return Dataset.Attribute
 Dataset.Attribute Dataset.getAttribute(int attr)
           
static Dataset.Attribute[] DescriptorUtils.parseDescriptor(CharSequence descriptor)
          Parses a descriptor string and generates the corresponding array of Attributes
static Dataset.Attribute Dataset.Attribute.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Dataset.Attribute[] Dataset.Attribute.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.