Uses of Interface
org.apache.sysds.runtime.matrix.data.sketch.MatrixSketch
-
-
Uses of MatrixSketch in org.apache.sysds.runtime.matrix.data.sketch
Classes in org.apache.sysds.runtime.matrix.data.sketch that implement MatrixSketch Modifier and Type Class Description classCountDistinctSketchMethods in org.apache.sysds.runtime.matrix.data.sketch that return MatrixSketch Modifier and Type Method Description static MatrixSketchMatrixSketchFactory. get(Operator op) -
Uses of MatrixSketch in org.apache.sysds.runtime.matrix.data.sketch.countdistinct
Classes in org.apache.sysds.runtime.matrix.data.sketch.countdistinct that implement MatrixSketch Modifier and Type Class Description classCountDistinctFunctionSketch -
Uses of MatrixSketch in org.apache.sysds.runtime.matrix.data.sketch.countdistinctapprox
Classes in org.apache.sysds.runtime.matrix.data.sketch.countdistinctapprox that implement MatrixSketch Modifier and Type Class Description classKMVSketchKMV synopsis(for k minimum values) Distinct-Value Estimation Kevin S.
-