public class CM_N_COVCell extends MatrixValue implements org.apache.hadoop.io.WritableComparable
MatrixValue.CellIndex
Constructor and Description |
---|
CM_N_COVCell() |
Modifier and Type | Method and Description |
---|---|
MatrixValue |
aggregateUnaryOperations(org.apache.sysml.runtime.matrix.operators.AggregateUnaryOperator op,
MatrixValue result,
int brlen,
int bclen,
MatrixIndexes indexesIn) |
MatrixValue |
aggregateUnaryOperations(org.apache.sysml.runtime.matrix.operators.AggregateUnaryOperator op,
MatrixValue result,
int blockingFactorRow,
int blockingFactorCol,
MatrixIndexes indexesIn,
boolean inCP) |
void |
append(MatrixValue valueIn2,
ArrayList<org.apache.sysml.runtime.matrix.mapred.IndexedMatrixValue> outlist,
int blockRowFactor,
int blockColFactor,
boolean cbind,
boolean m2IsLast,
int nextNCol) |
MatrixValue |
binaryOperations(org.apache.sysml.runtime.matrix.operators.BinaryOperator op,
MatrixValue thatValue,
MatrixValue result) |
void |
binaryOperationsInPlace(org.apache.sysml.runtime.matrix.operators.BinaryOperator op,
MatrixValue thatValue) |
int |
compareTo(Object o) |
void |
copy(MatrixValue that) |
void |
copy(MatrixValue that,
boolean sp) |
void |
ctableOperations(org.apache.sysml.runtime.matrix.operators.Operator op,
double scalarThat,
double scalarThat2,
CTableMap resultMap,
MatrixBlock resultBlock) |
void |
ctableOperations(org.apache.sysml.runtime.matrix.operators.Operator op,
double scalarThat,
MatrixValue that2,
CTableMap resultMap,
MatrixBlock resultBlock) |
void |
ctableOperations(org.apache.sysml.runtime.matrix.operators.Operator op,
MatrixIndexes ix1,
double scalarThat,
boolean left,
int brlen,
CTableMap resultMap,
MatrixBlock resultBlock) |
void |
ctableOperations(org.apache.sysml.runtime.matrix.operators.Operator op,
MatrixValue that,
double scalarThat2,
boolean ignoreZeros,
CTableMap resultMap,
MatrixBlock resultBlock) |
void |
ctableOperations(org.apache.sysml.runtime.matrix.operators.Operator op,
MatrixValue that,
MatrixValue that2,
CTableMap resultMap,
MatrixBlock resultBlock) |
boolean |
equals(Object o) |
org.apache.sysml.runtime.instructions.cp.CM_COV_Object |
getCM_N_COVObject() |
long |
getNonZeros() |
int |
getNumColumns() |
int |
getNumRows() |
double |
getValue(int r,
int c) |
int |
hashCode() |
void |
incrementalAggregate(org.apache.sysml.runtime.matrix.operators.AggregateOperator aggOp,
MatrixValue newWithCorrection) |
void |
incrementalAggregate(org.apache.sysml.runtime.matrix.operators.AggregateOperator aggOp,
MatrixValue correction,
MatrixValue newWithCorrection,
boolean deep) |
boolean |
isEmpty() |
boolean |
isInSparseFormat() |
void |
readFields(DataInput in) |
MatrixValue |
reorgOperations(org.apache.sysml.runtime.matrix.operators.ReorgOperator op,
MatrixValue result,
int startRow,
int startColumn,
int length) |
MatrixValue |
replaceOperations(MatrixValue result,
double pattern,
double replacement) |
void |
reset() |
void |
reset(int rl,
int cl) |
void |
reset(int rl,
int cl,
boolean sp) |
void |
reset(int rl,
int cl,
boolean sp,
long nnzs) |
void |
reset(int rl,
int cl,
double v) |
MatrixValue |
scalarOperations(org.apache.sysml.runtime.matrix.operators.ScalarOperator op,
MatrixValue result) |
void |
setCM_N_COVObject(org.apache.sysml.runtime.instructions.cp.CM_COV_Object that) |
void |
setCM_N_COVObject(double u,
double v,
double w) |
void |
setValue(int r,
int c,
double v) |
void |
slice(ArrayList<org.apache.sysml.runtime.matrix.mapred.IndexedMatrixValue> outlist,
org.apache.sysml.runtime.util.IndexRange range,
int rowCut,
int colCut,
int blockRowFactor,
int blockColFactor,
int boundaryRlen,
int boundaryClen) |
String |
toString() |
MatrixValue |
unaryOperations(org.apache.sysml.runtime.matrix.operators.UnaryOperator op,
MatrixValue result) |
void |
write(DataOutput out) |
MatrixValue |
zeroOutOperations(MatrixValue result,
org.apache.sysml.runtime.util.IndexRange range,
boolean complementary) |
public MatrixValue aggregateUnaryOperations(org.apache.sysml.runtime.matrix.operators.AggregateUnaryOperator op, MatrixValue result, int brlen, int bclen, MatrixIndexes indexesIn)
aggregateUnaryOperations
in class MatrixValue
public MatrixValue binaryOperations(org.apache.sysml.runtime.matrix.operators.BinaryOperator op, MatrixValue thatValue, MatrixValue result)
binaryOperations
in class MatrixValue
public void binaryOperationsInPlace(org.apache.sysml.runtime.matrix.operators.BinaryOperator op, MatrixValue thatValue)
binaryOperationsInPlace
in class MatrixValue
public void copy(MatrixValue that, boolean sp)
copy
in class MatrixValue
public void copy(MatrixValue that)
copy
in class MatrixValue
public long getNonZeros()
getNonZeros
in class MatrixValue
public int getNumColumns()
getNumColumns
in class MatrixValue
public int getNumRows()
getNumRows
in class MatrixValue
public double getValue(int r, int c)
getValue
in class MatrixValue
public void incrementalAggregate(org.apache.sysml.runtime.matrix.operators.AggregateOperator aggOp, MatrixValue correction, MatrixValue newWithCorrection, boolean deep)
incrementalAggregate
in class MatrixValue
public void incrementalAggregate(org.apache.sysml.runtime.matrix.operators.AggregateOperator aggOp, MatrixValue newWithCorrection)
incrementalAggregate
in class MatrixValue
public boolean isInSparseFormat()
isInSparseFormat
in class MatrixValue
public boolean isEmpty()
isEmpty
in class MatrixValue
public MatrixValue reorgOperations(org.apache.sysml.runtime.matrix.operators.ReorgOperator op, MatrixValue result, int startRow, int startColumn, int length)
reorgOperations
in class MatrixValue
public void reset()
reset
in class MatrixValue
public void reset(int rl, int cl)
reset
in class MatrixValue
public void reset(int rl, int cl, boolean sp)
reset
in class MatrixValue
public void reset(int rl, int cl, boolean sp, long nnzs)
reset
in class MatrixValue
public void reset(int rl, int cl, double v)
reset
in class MatrixValue
public MatrixValue scalarOperations(org.apache.sysml.runtime.matrix.operators.ScalarOperator op, MatrixValue result)
scalarOperations
in class MatrixValue
public void setValue(int r, int c, double v)
setValue
in class MatrixValue
public MatrixValue unaryOperations(org.apache.sysml.runtime.matrix.operators.UnaryOperator op, MatrixValue result)
unaryOperations
in class MatrixValue
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public int compareTo(Object o)
compareTo
in interface Comparable
public org.apache.sysml.runtime.instructions.cp.CM_COV_Object getCM_N_COVObject()
public void setCM_N_COVObject(double u, double v, double w)
public void setCM_N_COVObject(org.apache.sysml.runtime.instructions.cp.CM_COV_Object that)
public MatrixValue zeroOutOperations(MatrixValue result, org.apache.sysml.runtime.util.IndexRange range, boolean complementary)
zeroOutOperations
in class MatrixValue
public void ctableOperations(org.apache.sysml.runtime.matrix.operators.Operator op, MatrixValue that, MatrixValue that2, CTableMap resultMap, MatrixBlock resultBlock)
ctableOperations
in class MatrixValue
public void ctableOperations(org.apache.sysml.runtime.matrix.operators.Operator op, MatrixValue that, double scalarThat2, boolean ignoreZeros, CTableMap resultMap, MatrixBlock resultBlock)
ctableOperations
in class MatrixValue
public void ctableOperations(org.apache.sysml.runtime.matrix.operators.Operator op, double scalarThat, double scalarThat2, CTableMap resultMap, MatrixBlock resultBlock)
ctableOperations
in class MatrixValue
public void ctableOperations(org.apache.sysml.runtime.matrix.operators.Operator op, MatrixIndexes ix1, double scalarThat, boolean left, int brlen, CTableMap resultMap, MatrixBlock resultBlock)
ctableOperations
in class MatrixValue
public void ctableOperations(org.apache.sysml.runtime.matrix.operators.Operator op, double scalarThat, MatrixValue that2, CTableMap resultMap, MatrixBlock resultBlock)
ctableOperations
in class MatrixValue
public void slice(ArrayList<org.apache.sysml.runtime.matrix.mapred.IndexedMatrixValue> outlist, org.apache.sysml.runtime.util.IndexRange range, int rowCut, int colCut, int blockRowFactor, int blockColFactor, int boundaryRlen, int boundaryClen)
slice
in class MatrixValue
public MatrixValue replaceOperations(MatrixValue result, double pattern, double replacement)
replaceOperations
in class MatrixValue
public MatrixValue aggregateUnaryOperations(org.apache.sysml.runtime.matrix.operators.AggregateUnaryOperator op, MatrixValue result, int blockingFactorRow, int blockingFactorCol, MatrixIndexes indexesIn, boolean inCP)
aggregateUnaryOperations
in class MatrixValue
public void append(MatrixValue valueIn2, ArrayList<org.apache.sysml.runtime.matrix.mapred.IndexedMatrixValue> outlist, int blockRowFactor, int blockColFactor, boolean cbind, boolean m2IsLast, int nextNCol)
append
in class MatrixValue
Copyright © 2018 The Apache Software Foundation. All rights reserved.