|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.math.AbstractVector
org.apache.mahout.math.SequentialAccessSparseVector
org.apache.mahout.math.SequentialAccessSparseVectorWritable
public class SequentialAccessSparseVectorWritable
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.mahout.math.Vector |
---|
Vector.Element |
Field Summary |
---|
Fields inherited from class org.apache.mahout.math.SequentialAccessSparseVector |
---|
values |
Fields inherited from class org.apache.mahout.math.AbstractVector |
---|
lengthSquared, size |
Constructor Summary | |
---|---|
SequentialAccessSparseVectorWritable()
|
|
SequentialAccessSparseVectorWritable(SequentialAccessSparseVector vector)
|
Method Summary | |
---|---|
void |
readFields(java.io.DataInput dataInput)
|
void |
write(java.io.DataOutput dataOutput)
|
Methods inherited from class org.apache.mahout.math.SequentialAccessSparseVector |
---|
clone, dot, equals, getElement, getNumNondefaultElements, getQuick, iterateAll, iterateNonZero, like, like, matrixLike, setQuick |
Methods inherited from class org.apache.mahout.math.AbstractVector |
---|
addTo, aggregate, aggregate, asFormatString, assign, assign, assign, assign, assign, assign, cross, decodeVector, divide, dotSelf, equivalent, get, get, getDistanceSquared, getLabelBindings, getLengthSquared, getName, hashCode, maxValue, maxValueIndex, minus, norm, normalize, normalize, plus, plus, set, set, set, setLabelBindings, setName, size, strictEquivalence, times, times, viewPart, zSum |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SequentialAccessSparseVectorWritable(SequentialAccessSparseVector vector)
public SequentialAccessSparseVectorWritable()
Method Detail |
---|
public void write(java.io.DataOutput dataOutput) throws java.io.IOException
write
in interface org.apache.hadoop.io.Writable
java.io.IOException
public void readFields(java.io.DataInput dataInput) throws java.io.IOException
readFields
in interface org.apache.hadoop.io.Writable
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |