Uses of Enum Class
org.apache.sysds.runtime.compress.colgroup.mapping.MapToFactory.MAP_TYPE
Packages that use MapToFactory.MAP_TYPE
-
Uses of MapToFactory.MAP_TYPE in org.apache.sysds.runtime.compress.colgroup.mapping
Methods in org.apache.sysds.runtime.compress.colgroup.mapping that return MapToFactory.MAP_TYPEModifier and TypeMethodDescriptionabstract MapToFactory.MAP_TYPEAMapToData.getType()MapToBit.getType()MapToByte.getType()MapToChar.getType()MapToCharPByte.getType()MapToInt.getType()MapToUByte.getType()MapToZero.getType()static MapToFactory.MAP_TYPEReturns the enum constant of this class with the specified name.static MapToFactory.MAP_TYPE[]MapToFactory.MAP_TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.runtime.compress.colgroup.mapping with parameters of type MapToFactory.MAP_TYPEModifier and TypeMethodDescriptionstatic AMapToDataMapToFactory.create(int[] values, MapToFactory.MAP_TYPE t) Create a specific mapping based on the integer values given.static AMapToDataMapToFactory.create(int size, MapToFactory.MAP_TYPE t) Allocate a specific type of map.static intMapToFactory.getMaxPossible(MapToFactory.MAP_TYPE t) Get the maximum value possible to encode in a specific mapping type.static AMapToDataMapToFactory.resizeForce(AMapToData d, MapToFactory.MAP_TYPE t) Force the mapping into an other mapping type.