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

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

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

Methods in org.apache.mahout.df.data that return Dataset.Attribute
static Dataset.Attribute[] DescriptorUtils.parseDescriptor(java.lang.String descriptor)
          Parses a descriptor string and generates the corresponding array of Attributes
static Dataset.Attribute Dataset.Attribute.valueOf(java.lang.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.
 

Methods in org.apache.mahout.df.data with parameters of type Dataset.Attribute
protected static Data DataLoader.constructData(Dataset.Attribute[] attrs, java.util.List<Instance> vectors, java.util.List<java.lang.String>[] values)
          constructs the data
protected static int Dataset.countAttributes(Dataset.Attribute[] attrs)
          Counts the number of attributes, except IGNORED and LABEL
 

Constructors in org.apache.mahout.df.data with parameters of type Dataset.Attribute
Dataset(Dataset.Attribute[] attrs, java.util.List<java.lang.String>[] values, int nbInstances)
          Should only be called by a DataLoader
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.