public static class ParameterizedBuiltinSPInstruction.CreateMatrixCell extends Object implements org.apache.spark.api.java.function.Function<WeightedCell,MatrixCell>
Constructor and Description |
---|
CreateMatrixCell(int brlen,
org.apache.sysml.runtime.matrix.operators.Operator op) |
Modifier and Type | Method and Description |
---|---|
MatrixCell |
call(WeightedCell kv) |
public CreateMatrixCell(int brlen, org.apache.sysml.runtime.matrix.operators.Operator op)
public MatrixCell call(WeightedCell kv) throws Exception
call
in interface org.apache.spark.api.java.function.Function<WeightedCell,MatrixCell>
Exception
Copyright © 2018 The Apache Software Foundation. All rights reserved.