|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.math.AbstractMatrix
org.apache.mahout.math.DenseMatrix
org.apache.mahout.math.DenseMatrixWritable
public class DenseMatrixWritable
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.mahout.math.AbstractMatrix |
---|
AbstractMatrix.TransposeViewVector |
Field Summary |
---|
Fields inherited from class org.apache.mahout.math.DenseMatrix |
---|
values |
Fields inherited from class org.apache.mahout.math.AbstractMatrix |
---|
COL, columnLabelBindings, ROW, rowLabelBindings |
Constructor Summary | |
---|---|
DenseMatrixWritable()
|
Method Summary | |
---|---|
void |
readFields(java.io.DataInput in)
|
void |
write(java.io.DataOutput out)
|
Methods inherited from class org.apache.mahout.math.DenseMatrix |
---|
assign, assignColumn, assignRow, clone, columnSize, getColumn, getNumNondefaultElements, getQuick, getRow, like, like, rowSize, setQuick, size, viewPart |
Methods inherited from class org.apache.mahout.math.AbstractMatrix |
---|
asFormatString, assign, assign, assign, assign, decodeMatrix, determinant, divide, get, get, getColumnLabelBindings, getRowLabelBindings, iterateAll, iterator, minus, numCols, numRows, numSlices, plus, plus, set, set, set, set, set, set, setColumnLabelBindings, setRowLabelBindings, slice, times, times, times, timesSquared, transpose, zSum |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DenseMatrixWritable()
Method Detail |
---|
public void readFields(java.io.DataInput in) throws java.io.IOException
readFields
in interface org.apache.hadoop.io.Writable
java.io.IOException
public void write(java.io.DataOutput out) throws java.io.IOException
write
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 |