|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.io.File file,
ARFFModel model)
|
|
ARFFVectorIterable(java.io.File file,
java.nio.charset.Charset encoding,
ARFFModel model)
|
|
ARFFVectorIterable(java.io.Reader reader,
ARFFModel model)
|
|
ARFFVectorIterable(java.lang.String arff,
ARFFModel model)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |