Uses of Class
org.apache.sysds.runtime.instructions.spark.data.CorrMatrixBlock
-
-
Uses of CorrMatrixBlock in org.apache.sysds.runtime.instructions.spark.data
Methods in org.apache.sysds.runtime.instructions.spark.data that return CorrMatrixBlock Modifier and Type Method Description CorrMatrixBlockCorrMatrixBlock. set(MatrixBlock value, MatrixBlock corr) -
Uses of CorrMatrixBlock in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data that return CorrMatrixBlock Modifier and Type Method Description static CorrMatrixBlockLibMatrixCountDistinct. createSketch(CountDistinctOperator op, MatrixBlock blkIn)static CorrMatrixBlockLibMatrixCountDistinct. unionSketch(CountDistinctOperator op, CorrMatrixBlock corrBlkIn0, CorrMatrixBlock corrBlkIn1)Methods in org.apache.sysds.runtime.matrix.data with parameters of type CorrMatrixBlock Modifier and Type Method Description static MatrixBlockLibMatrixCountDistinct. countDistinctValuesFromSketch(CountDistinctOperator op, CorrMatrixBlock corrBlkIn)static CorrMatrixBlockLibMatrixCountDistinct. unionSketch(CountDistinctOperator op, CorrMatrixBlock corrBlkIn0, CorrMatrixBlock corrBlkIn1) -
Uses of CorrMatrixBlock in org.apache.sysds.runtime.matrix.data.sketch
Methods in org.apache.sysds.runtime.matrix.data.sketch that return CorrMatrixBlock Modifier and Type Method Description CorrMatrixBlockMatrixSketch. create(MatrixBlock blkIn)Create an initial sketch of a given block.CorrMatrixBlockMatrixSketch. intersection(CorrMatrixBlock arg0, CorrMatrixBlock arg1)Intersect two sketchesCorrMatrixBlockMatrixSketch. union(CorrMatrixBlock arg0, CorrMatrixBlock arg1)Union two sketches together to from a combined sketch.Methods in org.apache.sysds.runtime.matrix.data.sketch with parameters of type CorrMatrixBlock Modifier and Type Method Description MatrixBlockMatrixSketch. getValueFromSketch(CorrMatrixBlock blkIn)Obtain matrix distinct count value from estimation Used for estimating distinct in rows or columns.CorrMatrixBlockMatrixSketch. intersection(CorrMatrixBlock arg0, CorrMatrixBlock arg1)Intersect two sketchesCorrMatrixBlockMatrixSketch. union(CorrMatrixBlock arg0, CorrMatrixBlock arg1)Union two sketches together to from a combined sketch. -
Uses of CorrMatrixBlock in org.apache.sysds.runtime.matrix.data.sketch.countdistinct
Methods in org.apache.sysds.runtime.matrix.data.sketch.countdistinct that return CorrMatrixBlock Modifier and Type Method Description CorrMatrixBlockCountDistinctFunctionSketch. create(MatrixBlock blkIn)CorrMatrixBlockCountDistinctFunctionSketch. intersection(CorrMatrixBlock arg0, CorrMatrixBlock arg1)CorrMatrixBlockCountDistinctFunctionSketch. union(CorrMatrixBlock arg0, CorrMatrixBlock arg1)Methods in org.apache.sysds.runtime.matrix.data.sketch.countdistinct with parameters of type CorrMatrixBlock Modifier and Type Method Description MatrixBlockCountDistinctFunctionSketch. getValueFromSketch(CorrMatrixBlock blkIn)CorrMatrixBlockCountDistinctFunctionSketch. intersection(CorrMatrixBlock arg0, CorrMatrixBlock arg1)CorrMatrixBlockCountDistinctFunctionSketch. union(CorrMatrixBlock arg0, CorrMatrixBlock arg1) -
Uses of CorrMatrixBlock in org.apache.sysds.runtime.matrix.data.sketch.countdistinctapprox
Methods in org.apache.sysds.runtime.matrix.data.sketch.countdistinctapprox that return CorrMatrixBlock Modifier and Type Method Description CorrMatrixBlockKMVSketch. create(MatrixBlock blkIn)CorrMatrixBlockKMVSketch. intersection(CorrMatrixBlock arg0, CorrMatrixBlock arg1)CorrMatrixBlockKMVSketch. union(CorrMatrixBlock arg0, CorrMatrixBlock arg1)Methods in org.apache.sysds.runtime.matrix.data.sketch.countdistinctapprox with parameters of type CorrMatrixBlock Modifier and Type Method Description MatrixBlockKMVSketch. getValueFromSketch(CorrMatrixBlock arg0)CorrMatrixBlockKMVSketch. intersection(CorrMatrixBlock arg0, CorrMatrixBlock arg1)CorrMatrixBlockKMVSketch. union(CorrMatrixBlock arg0, CorrMatrixBlock arg1)voidKMVSketch. unionSketchByIndex(CorrMatrixBlock arg0, CorrMatrixBlock arg1, int idx, CorrMatrixBlock blkOut)
-