Class RecomputeNnzFunction
- java.lang.Object
- 
- org.apache.sysds.runtime.instructions.spark.functions.RecomputeNnzFunction
 
- 
- All Implemented Interfaces:
- Serializable,- org.apache.spark.api.java.function.FlatMapFunction<Iterator<MatrixBlock>,Long>
 
 public class RecomputeNnzFunction extends Object implements org.apache.spark.api.java.function.FlatMapFunction<Iterator<MatrixBlock>,Long> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description RecomputeNnzFunction()
 
- 
- 
- 
Method Detail- 
callpublic Iterator<Long> call(Iterator<MatrixBlock> iter) throws Exception - Specified by:
- callin interface- org.apache.spark.api.java.function.FlatMapFunction<Iterator<MatrixBlock>,Long>
- Throws:
- Exception
 
 
- 
 
-