Uses of Class
org.apache.sysds.runtime.compress.estim.AComEst
-
Packages that use AComEst Package Description org.apache.sysds.runtime.compress.cocode org.apache.sysds.runtime.compress.estim -
-
Uses of AComEst in org.apache.sysds.runtime.compress.cocode
Methods in org.apache.sysds.runtime.compress.cocode with parameters of type AComEst Modifier and Type Method Description static 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 Constructor Description Memorizer(AComEst sEst) -
Uses of AComEst in org.apache.sysds.runtime.compress.estim
Subclasses of AComEst in org.apache.sysds.runtime.compress.estim Modifier and Type Class Description classComEstCompressedclassComEstExactExact compressed size estimator (examines entire dataset).classComEstSampleEstimate compression size based on subsample of data.Methods in org.apache.sysds.runtime.compress.estim that return AComEst Modifier and Type Method Description static 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.
-