Package org.apache.sysds.hops.estim
Class EstimatorLayeredGraph.LayeredGraph
- java.lang.Object
- 
- org.apache.sysds.hops.estim.EstimatorLayeredGraph.LayeredGraph
 
- 
- Enclosing class:
- EstimatorLayeredGraph
 
 public static class EstimatorLayeredGraph.LayeredGraph extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description LayeredGraph(List<MatrixBlock> chain, int r)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildNext(MatrixBlock mb)longestimateNnz()
 
- 
- 
- 
Constructor Detail- 
LayeredGraphpublic LayeredGraph(List<MatrixBlock> chain, int r) 
 
- 
 - 
Method Detail- 
buildNextpublic void buildNext(MatrixBlock mb) 
 - 
estimateNnzpublic long estimateNnz() 
 
- 
 
-