WeightedCell (Apache SystemDS 3.4.0-SNAPSHOT API)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.sysds.runtime.matrix.data.MatrixValue
MatrixValue.CellIndex
-
-
Constructor Summary
Constructors Constructor Description WeightedCell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixValueaggregateUnaryOperations(AggregateUnaryOperator op, MatrixValue result, int blen, MatrixIndexes indexesIn, boolean inCP)intcompareTo(Object o)voidcopy(MatrixValue that)Copy that MatrixValue into this MatrixValue.
voiddenseScalarOperationsInPlace(ScalarOperator op)booleanequals(Object o)doublegetValue()doublegetWeight()inthashCode()voidreadFields(DataInput in)MatrixValuereorgOperations(ReorgOperator op, MatrixValue result, int startRow, int startColumn, int length)MatrixValuescalarOperations(ScalarOperator op, MatrixValue result)voidsetWeight(double w)voidsparseScalarOperationsInPlace(ScalarOperator op)voidsparseUnaryOperationsInPlace(UnaryOperator op)StringtoString()MatrixValueunaryOperations(UnaryOperator op, MatrixValue result)voidwrite(DataOutput out)-
Methods inherited from class org.apache.sysds.runtime.matrix.data.MatrixCell
append, binaryOperations, binaryOperationsInPlace, compareTo, copy, ctableOperations, ctableOperations, ctableOperations, ctableOperations, ctableOperations, get, getNonZeros, getNumColumns, getNumRows, incrementalAggregate, incrementalAggregate, isEmpty, isInSparseFormat, replaceOperations, reset, reset, reset, reset, reset, set, setValue, slice, zeroOutOperations
-
Methods inherited from class org.apache.sysds.runtime.matrix.data.MatrixValue
aggregateUnaryOperations
-
-