Class DoubleCountHashMap
java.lang.Object
org.apache.sysds.runtime.compress.utils.ACountHashMap<Double>
org.apache.sysds.runtime.compress.utils.DoubleCountHashMap
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()double[]double[]getDictionary(int size) voidreplaceWithUIDs(double v) voidMethods inherited from class org.apache.sysds.runtime.compress.utils.ACountHashMap
extractValues, get, getC, getId, getMostFrequent, getOrDefault, increment, increment, increment, increment, reset, size, sortBuckets, toString
-
Constructor Details
-
DoubleCountHashMap
public DoubleCountHashMap() -
DoubleCountHashMap
public DoubleCountHashMap(int init_capacity)
-
-
Method Details
-
getDictionary
public double[] getDictionary() -
getDictionary
public double[] getDictionary(int size) -
replaceWithUIDs
public void replaceWithUIDs(double v) -
replaceWithUIDsNoZero
public void replaceWithUIDsNoZero() -
clone
-