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 SummaryConstructors Constructor Description ExtractGroupNWeights()
 - 
Method SummaryAll 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- 
callpublic Iterator<scala.Tuple2<MatrixIndexes,WeightedCell>> call(scala.Tuple2<MatrixIndexes,scala.Tuple2<scala.Tuple2<MatrixBlock,MatrixBlock>,MatrixBlock>> arg) throws Exception - Specified by:
- callin interface- org.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<MatrixIndexes,scala.Tuple2<scala.Tuple2<MatrixBlock,MatrixBlock>,MatrixBlock>>,MatrixIndexes,WeightedCell>
- Throws:
- Exception
 
 
- 
 
-