Uses of Class
org.apache.sysds.hops.estim.EstimatorLayeredGraph.LayeredGraph
Packages that use EstimatorLayeredGraph.LayeredGraph
-
Uses of EstimatorLayeredGraph.LayeredGraph in org.apache.sysds.hops.estim
Methods in org.apache.sysds.hops.estim that return EstimatorLayeredGraph.LayeredGraphModifier and TypeMethodDescriptionEstimatorLayeredGraph.LayeredGraph.and(EstimatorLayeredGraph.LayeredGraph lg) EstimatorLayeredGraph.LayeredGraph.cbind(EstimatorLayeredGraph.LayeredGraph lg) EstimatorLayeredGraph.LayeredGraph.diag()EstimatorLayeredGraph.LayeredGraph.matMult(EstimatorLayeredGraph.LayeredGraph lg) EstimatorLayeredGraph.LayeredGraph.or(EstimatorLayeredGraph.LayeredGraph lg) EstimatorLayeredGraph.LayeredGraph.rbind(EstimatorLayeredGraph.LayeredGraph lg) EstimatorLayeredGraph.LayeredGraph.transpose()Methods in org.apache.sysds.hops.estim with parameters of type EstimatorLayeredGraph.LayeredGraphModifier and TypeMethodDescriptionEstimatorLayeredGraph.LayeredGraph.and(EstimatorLayeredGraph.LayeredGraph lg) EstimatorLayeredGraph.LayeredGraph.cbind(EstimatorLayeredGraph.LayeredGraph lg) EstimatorLayeredGraph.LayeredGraph.matMult(EstimatorLayeredGraph.LayeredGraph lg) EstimatorLayeredGraph.LayeredGraph.or(EstimatorLayeredGraph.LayeredGraph lg) EstimatorLayeredGraph.LayeredGraph.rbind(EstimatorLayeredGraph.LayeredGraph lg)