Class ExtractGroupNWeights
- java.lang.Object
 - 
- org.apache.sysds.runtime.instructions.spark.functions.ExtractGroupNWeights
 
 
- 
- All Implemented Interfaces:
 Serializable,org.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<MatrixIndexes,scala.Tuple2<scala.Tuple2<MatrixBlock,MatrixBlock>,MatrixBlock>>,MatrixIndexes,WeightedCell>
public class ExtractGroupNWeights extends Object implements org.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<MatrixIndexes,scala.Tuple2<scala.Tuple2<MatrixBlock,MatrixBlock>,MatrixBlock>>,MatrixIndexes,WeightedCell>
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ExtractGroupNWeights() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<scala.Tuple2<MatrixIndexes,WeightedCell>>call(scala.Tuple2<MatrixIndexes,scala.Tuple2<scala.Tuple2<MatrixBlock,MatrixBlock>,MatrixBlock>> arg) 
 - 
 
- 
- 
Method Detail
- 
call
public Iterator<scala.Tuple2<MatrixIndexes,WeightedCell>> call(scala.Tuple2<MatrixIndexes,scala.Tuple2<scala.Tuple2<MatrixBlock,MatrixBlock>,MatrixBlock>> arg) throws Exception
- Specified by:
 callin interfaceorg.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<MatrixIndexes,scala.Tuple2<scala.Tuple2<MatrixBlock,MatrixBlock>,MatrixBlock>>,MatrixIndexes,WeightedCell>- Throws:
 Exception
 
 - 
 
 -