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.
 

Methods in org.apache.mahout.utils.vectors.arff with parameters of type ARFFModel
protected static void Driver.writeFile(String outDir, File file, long maxDocs, ARFFModel arffModel, File dictOut, String delimiter, boolean jsonDictonary)
           
protected static void Driver.writeLabelBindings(File dictOut, ARFFModel arffModel, String delimiter, boolean jsonDictonary)
           
protected static void Driver.writeLabelBindings(Writer writer, ARFFModel arffModel, String delimiter)
           
protected static void Driver.writeLabelBindingsJSON(Writer writer, ARFFModel arffModel)
           
 

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–2014 The Apache Software Foundation. All rights reserved.