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 Summary
Constructors Constructor Description RecomputeNnzFunction() 
 - 
 
- 
- 
Method Detail
- 
call
public Iterator<Long> call(Iterator<MatrixBlock> iter) throws Exception
- Specified by:
 callin interfaceorg.apache.spark.api.java.function.FlatMapFunction<Iterator<MatrixBlock>,Long>- Throws:
 Exception
 
 - 
 
 -