Uses of Class
org.apache.sysds.runtime.compress.estim.CompressedSizeInfo
Packages that use CompressedSizeInfo
Package
Description
-
Uses of CompressedSizeInfo in org.apache.sysds.runtime.compress.cocode
Methods in org.apache.sysds.runtime.compress.cocode that return CompressedSizeInfoModifier and TypeMethodDescriptionstatic CompressedSizeInfoCoCoderFactory.findCoCodesByPartitioning(AComEst est, CompressedSizeInfo colInfos, int k, ACostEstimate costEstimator, CompressionSettings cs) Main entry point of CoCode.Methods in org.apache.sysds.runtime.compress.cocode with parameters of type CompressedSizeInfoModifier and TypeMethodDescriptionstatic CompressedSizeInfoCoCoderFactory.findCoCodesByPartitioning(AComEst est, CompressedSizeInfo colInfos, int k, ACostEstimate costEstimator, CompressionSettings cs) Main entry point of CoCode. -
Uses of CompressedSizeInfo in org.apache.sysds.runtime.compress.colgroup
Methods in org.apache.sysds.runtime.compress.colgroup with parameters of type CompressedSizeInfoModifier and TypeMethodDescriptionColGroupFactory.compressColGroups(MatrixBlock in, CompressedSizeInfo csi, CompressionSettings cs) The actual compression method, that handles the logic of compressing multiple columns together.ColGroupFactory.compressColGroups(MatrixBlock in, CompressedSizeInfo csi, CompressionSettings cs, int k) The actual compression method, that handles the logic of compressing multiple columns together.ColGroupFactory.compressColGroups(MatrixBlock in, CompressedSizeInfo csi, CompressionSettings cs, ACostEstimate ce, int k) -
Uses of CompressedSizeInfo in org.apache.sysds.runtime.compress.cost
Methods in org.apache.sysds.runtime.compress.cost with parameters of type CompressedSizeInfoModifier and TypeMethodDescriptiondoubleACostEstimate.getCost(CompressedSizeInfo i) Get cost of an entire compression plan -
Uses of CompressedSizeInfo in org.apache.sysds.runtime.compress.estim
Methods in org.apache.sysds.runtime.compress.estim that return CompressedSizeInfoModifier and TypeMethodDescriptionfinal CompressedSizeInfoAComEst.computeCompressedSizeInfos(int k) Multi threaded version of extracting compression size infoCompressedSizeInfo.setInfo(List<CompressedSizeInfoColGroup> info) -
Uses of CompressedSizeInfo in org.apache.sysds.runtime.compress.lib
Methods in org.apache.sysds.runtime.compress.lib with parameters of type CompressedSizeInfoModifier and TypeMethodDescriptionCLALibCombineGroups.combine(CompressedMatrixBlock cmb, CompressedSizeInfo csi, ExecutorService pool, int k)