Uses of Class
org.apache.sysds.runtime.compress.estim.AComEst
Packages that use AComEst
Package
Description
-
Uses of AComEst in org.apache.sysds.runtime.compress.cocode
Methods in org.apache.sysds.runtime.compress.cocode with parameters of type AComEstModifier and TypeMethodDescriptionstatic CompressedSizeInfoCoCoderFactory.findCoCodesByPartitioning(AComEst est, CompressedSizeInfo colInfos, int k, ACostEstimate costEstimator, CompressionSettings cs) Main entry point of CoCode.Constructors in org.apache.sysds.runtime.compress.cocode with parameters of type AComEst -
Uses of AComEst in org.apache.sysds.runtime.compress.estim
Subclasses of AComEst in org.apache.sysds.runtime.compress.estimModifier and TypeClassDescriptionclassclassclassExact compressed size estimator (examines entire dataset).classEstimate compression size based on subsample of data.Methods in org.apache.sysds.runtime.compress.estim that return AComEstModifier and TypeMethodDescriptionstatic AComEstComEstFactory.createEstimator(MatrixBlock data, CompressionSettings cs, int k) Create an estimator for the input data with the given settings and parallelization degree.static AComEstComEstFactory.createEstimator(MatrixBlock data, CompressionSettings cs, int sampleSize, int k) Create an estimator for the input data with the given settings and parallelization degree.