Class ParameterizedBuiltinSPInstruction.CreateMatrixCell
- java.lang.Object
- 
- org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.CreateMatrixCell
 
- 
- All Implemented Interfaces:
- Serializable,- org.apache.spark.api.java.function.Function<WeightedCell,MatrixCell>
 - Enclosing class:
- ParameterizedBuiltinSPInstruction
 
 public static class ParameterizedBuiltinSPInstruction.CreateMatrixCell extends Object implements org.apache.spark.api.java.function.Function<WeightedCell,MatrixCell> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CreateMatrixCell(int blen, Operator op)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixCellcall(WeightedCell kv)
 
- 
- 
- 
Constructor Detail- 
CreateMatrixCellpublic CreateMatrixCell(int blen, Operator op)
 
- 
 - 
Method Detail- 
callpublic MatrixCell call(WeightedCell kv) throws Exception - Specified by:
- callin interface- org.apache.spark.api.java.function.Function<WeightedCell,MatrixCell>
- Throws:
- Exception
 
 
- 
 
-