Uses of Class
org.apache.mahout.utils.vectors.arff.ARFFType

Packages that use ARFFType
org.apache.mahout.utils.vectors.arff   
 

Uses of ARFFType in org.apache.mahout.utils.vectors.arff
 

Methods in org.apache.mahout.utils.vectors.arff that return ARFFType
 ARFFType MapBackedARFFModel.getARFFType(Integer idx)
           
 ARFFType ARFFModel.getARFFType(Integer idx)
           
static ARFFType ARFFType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ARFFType[] ARFFType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.mahout.utils.vectors.arff that return types with arguments of type ARFFType
 Map<Integer,ARFFType> MapBackedARFFModel.getTypeMap()
          The map of types encountered
 

Methods in org.apache.mahout.utils.vectors.arff with parameters of type ARFFType
 void MapBackedARFFModel.addType(Integer idx, ARFFType type)
           
 void ARFFModel.addType(Integer idx, ARFFType type)
           
 



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