Uses of Enum Class
org.apache.sysds.runtime.compress.estim.sample.SampleEstimatorFactory.EstimationType
Packages that use SampleEstimatorFactory.EstimationType
Package
Description
-
Uses of SampleEstimatorFactory.EstimationType in org.apache.sysds.runtime.compress
Fields in org.apache.sysds.runtime.compress declared as SampleEstimatorFactory.EstimationTypeModifier and TypeFieldDescriptionCompressionSettings.estimationTypeThe sample type used for samplingMethods in org.apache.sysds.runtime.compress with parameters of type SampleEstimatorFactory.EstimationTypeModifier and TypeMethodDescriptionCompressionSettingsBuilder.setEstimationType(SampleEstimatorFactory.EstimationType estimationType) Set the estimation type used for the sampled estimates. -
Uses of SampleEstimatorFactory.EstimationType in org.apache.sysds.runtime.compress.estim.sample
Methods in org.apache.sysds.runtime.compress.estim.sample that return SampleEstimatorFactory.EstimationTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SampleEstimatorFactory.EstimationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.runtime.compress.estim.sample with parameters of type SampleEstimatorFactory.EstimationTypeModifier and TypeMethodDescriptionstatic intSampleEstimatorFactory.distinctCount(int[] frequencies, int nRows, int sampleSize, SampleEstimatorFactory.EstimationType type) Estimate a distinct number of values based on frequencies.static intSampleEstimatorFactory.distinctCount(int[] frequencies, int nRows, int sampleSize, SampleEstimatorFactory.EstimationType type, HashMap<Integer, Double> solveCache) Estimate a distinct number of values based on frequencies.