Package org.apache.sysds.runtime.codegen
Class SpoofOperator.SideInputSparseCell
- java.lang.Object
-
- org.apache.sysds.runtime.codegen.SpoofOperator.SideInput
-
- org.apache.sysds.runtime.codegen.SpoofOperator.SideInputSparseCell
-
- Enclosing class:
- SpoofOperator
public static class SpoofOperator.SideInputSparseCell extends SpoofOperator.SideInput
-
-
Field Summary
-
Fields inherited from class org.apache.sysds.runtime.codegen.SpoofOperator.SideInput
clen, ddat, mdat
-
-
Constructor Summary
Constructors Constructor Description SideInputSparseCell(SpoofOperator.SideInput in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
next(int rowIndex, int colIndex)
void
reset()
-
Methods inherited from class org.apache.sysds.runtime.codegen.SpoofOperator.SideInput
getValue, pos, values
-
-
-
-
Constructor Detail
-
SideInputSparseCell
public SideInputSparseCell(SpoofOperator.SideInput in)
-
-
Method Detail
-
next
public double next(int rowIndex, int colIndex)
-
reset
public void reset()
- Overrides:
reset
in classSpoofOperator.SideInput
-
-