Java org.apache.mahout.utils.vectors.io VectorWriter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.utils.vectors.io VectorWriter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.utils.vectors.io VectorWriter.

The text is from its open source code.

Method

longwrite(Iterable iterable, long maxDocs)
Write the first maxDocs to the output.
longwrite(Iterable iterable)
Write all values in the Iterable to the output
voidwrite(Vector vector)
Write out a vector