Uses of Class
org.apache.sysds.runtime.compress.workload.WTreeRoot
Packages that use WTreeRoot
Package
Description
-
Uses of WTreeRoot in org.apache.sysds.runtime.compress
Methods in org.apache.sysds.runtime.compress with parameters of type WTreeRootModifier and TypeMethodDescriptionstatic org.apache.commons.lang3.tuple.Pair<MatrixBlock,CompressionStatistics> CompressedMatrixBlockFactory.compress(MatrixBlock mb, int k, CompressionSettingsBuilder compSettings, WTreeRoot root) The main method for compressing the input matrix.static org.apache.commons.lang3.tuple.Pair<MatrixBlock,CompressionStatistics> CompressedMatrixBlockFactory.compress(MatrixBlock mb, int k, WTreeRoot root) static org.apache.commons.lang3.tuple.Pair<MatrixBlock,CompressionStatistics> CompressedMatrixBlockFactory.compress(MatrixBlock mb, WTreeRoot root) static org.apache.commons.lang3.tuple.Pair<MatrixBlock,CompressionStatistics> CompressedMatrixBlockFactory.compress(MatrixBlock mb, ScalarObject sf, int k, WTreeRoot root) static org.apache.commons.lang3.tuple.Pair<MatrixBlock,CompressionStatistics> CompressedMatrixBlockFactory.compress(MatrixBlock mb, MatrixBlock sf, int k, WTreeRoot root) -
Uses of WTreeRoot in org.apache.sysds.runtime.compress.cost
Constructors in org.apache.sysds.runtime.compress.cost with parameters of type WTreeRoot -
Uses of WTreeRoot in org.apache.sysds.runtime.compress.workload
Methods in org.apache.sysds.runtime.compress.workload that return types with arguments of type WTreeRoot -
Uses of WTreeRoot in org.apache.sysds.runtime.frame.data.compress
Fields in org.apache.sysds.runtime.frame.data.compress declared as WTreeRootMethods in org.apache.sysds.runtime.frame.data.compress with parameters of type WTreeRootModifier and TypeMethodDescriptionstatic FrameBlockCompressedFrameBlockFactory.compress(FrameBlock fb, int k, WTreeRoot root) -
Uses of WTreeRoot in org.apache.sysds.runtime.frame.data.lib
Methods in org.apache.sysds.runtime.frame.data.lib with parameters of type WTreeRootModifier and TypeMethodDescriptionstatic FrameBlockFrameLibCompress.compress(FrameBlock in, int k, WTreeRoot root)