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 Summary
Constructors Constructor Description LayeredGraph(List<MatrixBlock> chain, int r)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
buildNext(MatrixBlock mb)
long
estimateNnz()
-
-
-
Constructor Detail
-
LayeredGraph
public LayeredGraph(List<MatrixBlock> chain, int r)
-
-
Method Detail
-
buildNext
public void buildNext(MatrixBlock mb)
-
estimateNnz
public long estimateNnz()
-
-