Uses of Interface
org.apache.mahout.utils.vectors.arff.ARFFModel

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

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

Classes in org.apache.mahout.utils.vectors.arff that implement ARFFModel
 class MapBackedARFFModel
          Holds ARFF information in Map.
 

Methods in org.apache.mahout.utils.vectors.arff that return ARFFModel
 ARFFModel ARFFVectorIterable.getModel()
          Returns info about the ARFF content that was parsed.
 

Constructors in org.apache.mahout.utils.vectors.arff with parameters of type ARFFModel
ARFFVectorIterable(File file, ARFFModel model)
           
ARFFVectorIterable(File file, Charset encoding, ARFFModel model)
           
ARFFVectorIterable(Reader reader, ARFFModel model)
           
ARFFVectorIterable(String arff, ARFFModel model)
           
 



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