Uses of Class
org.apache.sysds.hops.estim.EstimatorMatrixHistogram.MatrixHistogram
-
Packages that use EstimatorMatrixHistogram.MatrixHistogram Package Description org.apache.sysds.hops.estim -
-
Uses of EstimatorMatrixHistogram.MatrixHistogram in org.apache.sysds.hops.estim
Methods in org.apache.sysds.hops.estim that return EstimatorMatrixHistogram.MatrixHistogram Modifier and Type Method Description static EstimatorMatrixHistogram.MatrixHistogram
EstimatorMatrixHistogram.MatrixHistogram. deriveOutputHistogram(EstimatorMatrixHistogram.MatrixHistogram h1, EstimatorMatrixHistogram.MatrixHistogram h2, double spOut, SparsityEstimator.OpCode op, long[] misc)
Methods in org.apache.sysds.hops.estim with parameters of type EstimatorMatrixHistogram.MatrixHistogram Modifier and Type Method Description static DataCharacteristics
EstimatorMatrixHistogram.MatrixHistogram. deriveOutputCharacteristics(EstimatorMatrixHistogram.MatrixHistogram h1, EstimatorMatrixHistogram.MatrixHistogram h2, double spOut, SparsityEstimator.OpCode op, long[] misc)
static EstimatorMatrixHistogram.MatrixHistogram
EstimatorMatrixHistogram.MatrixHistogram. deriveOutputHistogram(EstimatorMatrixHistogram.MatrixHistogram h1, EstimatorMatrixHistogram.MatrixHistogram h2, double spOut, SparsityEstimator.OpCode op, long[] misc)
double
EstimatorMatrixHistogram. estimIntern(EstimatorMatrixHistogram.MatrixHistogram h1, EstimatorMatrixHistogram.MatrixHistogram h2, SparsityEstimator.OpCode op, long[] misc)
-