Class DenseEncoding
- java.lang.Object
-
- org.apache.sysds.runtime.compress.estim.encoding.DenseEncoding
-
-
Constructor Summary
Constructors Constructor Description DenseEncoding(AMapToData map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DenseEncoding
combine(IEncode e)
Combine two encodings, note it should be guaranteed by the caller that the number of unique multiplied does not overflow Integer.EstimationFactors
extractFacts(int[] cols, int nRows, double tupleSparsity, double matrixSparsity)
int
getUnique()
boolean
isDense()
Signify if the counts are including zero or without zero.String
toString()
-
-
-
Constructor Detail
-
DenseEncoding
public DenseEncoding(AMapToData map)
-
-
Method Detail
-
combine
public DenseEncoding combine(IEncode e)
Description copied from interface:IEncode
Combine two encodings, note it should be guaranteed by the caller that the number of unique multiplied does not overflow Integer.
-
extractFacts
public EstimationFactors extractFacts(int[] cols, int nRows, double tupleSparsity, double matrixSparsity)
- Specified by:
extractFacts
in interfaceIEncode
-
isDense
public boolean isDense()
Description copied from interface:IEncode
Signify if the counts are including zero or without zero.
-
-