Uses of Class
org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData
-
-
Uses of AMapToData in org.apache.sysds.runtime.compress.colgroup
Methods in org.apache.sysds.runtime.compress.colgroup that return AMapToData Modifier and Type Method Description AMapToDataColGroupConst. getMapToData()AMapToDataColGroupDDC. getMapToData()AMapToDataColGroupEmpty. getMapToData()AMapToDataColGroupSDC. getMapToData()AMapToDataColGroupSDCFOR. getMapToData()AMapToDataColGroupSDCZeros. getMapToData()AMapToDataIMapToDataGroup. getMapToData()Methods in org.apache.sysds.runtime.compress.colgroup with parameters of type AMapToData Modifier and Type Method Description static AColGroupColGroupDDC. create(IColIndex colIndexes, IDictionary dict, AMapToData data, int[] cachedCounts)static AColGroupColGroupDDCFOR. create(IColIndex colIndexes, IDictionary dict, AMapToData data, int[] cachedCounts, double[] reference)static AColGroupColGroupSDC. create(IColIndex colIndices, int numRows, IDictionary dict, double[] defaultTuple, AOffset offsets, AMapToData data, int[] cachedCounts)static AColGroupColGroupSDCFOR. create(IColIndex colIndexes, int numRows, IDictionary dict, AOffset offsets, AMapToData data, int[] cachedCounts, double[] reference)static AColGroupColGroupSDCZeros. create(IColIndex colIndices, int numRows, IDictionary dict, AOffset offsets, AMapToData data, int[] cachedCounts) -
Uses of AMapToData in org.apache.sysds.runtime.compress.colgroup.insertionsort
Methods in org.apache.sysds.runtime.compress.colgroup.insertionsort that return AMapToData Modifier and Type Method Description AMapToDataAInsertionSorter. getData() -
Uses of AMapToData in org.apache.sysds.runtime.compress.colgroup.mapping
Subclasses of AMapToData in org.apache.sysds.runtime.compress.colgroup.mapping Modifier and Type Class Description classMapToBitA Bit map containing the values of the map inside a long array.classMapToByteclassMapToCharclassMapToCharPByteclassMapToIntclassMapToUByteclassMapToZeroMethods in org.apache.sysds.runtime.compress.colgroup.mapping that return AMapToData Modifier and Type Method Description abstract AMapToDataAMapToData. append(AMapToData t)AMapToDataMapToBit. append(AMapToData t)AMapToDataMapToByte. append(AMapToData t)AMapToDataMapToChar. append(AMapToData t)AMapToDataMapToCharPByte. append(AMapToData t)AMapToDataMapToInt. append(AMapToData t)AMapToDataMapToZero. append(AMapToData t)abstract AMapToDataAMapToData. appendN(IMapToDataGroup[] d)AMapToDataMapToBit. appendN(IMapToDataGroup[] d)AMapToDataMapToByte. appendN(IMapToDataGroup[] d)AMapToDataMapToChar. appendN(IMapToDataGroup[] d)AMapToDataMapToCharPByte. appendN(IMapToDataGroup[] d)AMapToDataMapToInt. appendN(IMapToDataGroup[] d)AMapToDataMapToZero. appendN(IMapToDataGroup[] d)static AMapToDataMapToFactory. create(int[] values, int nUnique)Construct a mapping with the given values contained.static AMapToDataMapToFactory. create(int[] values, MapToFactory.MAP_TYPE t)Create a specific mapping based on the integer values given.static AMapToDataMapToFactory. create(int size, int unique)Create and allocate a map with the given size and support for up to the num tuples argument of valuesstatic AMapToDataMapToFactory. create(int size, int[] values, int nUnique)Construct a mapping with the given values contained.static AMapToDataMapToFactory. create(int size, int[] values, int nUnique, int k)static AMapToDataMapToFactory. create(int size, MapToFactory.MAP_TYPE t)Allocate a specific type of map.static AMapToDataMapToFactory. create(int unique, IntArrayList values)static AMapToDataMapToFactory. readIn(DataInput in)General interface to read in an AMapToData.abstract AMapToDataAMapToData. resize(int unique)Reallocate the map, to a smaller instance if applicable.AMapToDataMapToBit. resize(int unique)AMapToDataMapToByte. resize(int unique)AMapToDataMapToChar. resize(int unique)AMapToDataMapToCharPByte. resize(int unique)AMapToDataMapToInt. resize(int unique)AMapToDataMapToUByte. resize(int unique)AMapToDataMapToZero. resize(int unique)static AMapToDataMapToFactory. resizeForce(AMapToData d, MapToFactory.MAP_TYPE t)Force the mapping into an other mapping type.abstract AMapToDataAMapToData. slice(int l, int u)Slice out the range from lower to upper from this map toData.AMapToDataMapToBit. slice(int l, int u)AMapToDataMapToByte. slice(int l, int u)AMapToDataMapToChar. slice(int l, int u)AMapToDataMapToCharPByte. slice(int l, int u)AMapToDataMapToInt. slice(int l, int u)AMapToDataMapToZero. slice(int l, int u)AMapToData[]AMapToData. splitReshapeDDC(int multiplier)Split this mapping into x smaller mappings according to round robin.AMapToData[]AMapToData. splitReshapeDDCPushDown(int multiplier, ExecutorService pool)AMapToData[]MapToChar. splitReshapeDDCPushDown(int multiplier, ExecutorService pool)Methods in org.apache.sysds.runtime.compress.colgroup.mapping with parameters of type AMapToData Modifier and Type Method Description abstract AMapToDataAMapToData. append(AMapToData t)AMapToDataMapToBit. append(AMapToData t)AMapToDataMapToByte. append(AMapToData t)AMapToDataMapToChar. append(AMapToData t)AMapToDataMapToCharPByte. append(AMapToData t)AMapToDataMapToInt. append(AMapToData t)AMapToDataMapToZero. append(AMapToData t)voidAMapToData. copy(AMapToData d)Copy the values in this map into another mapping object.abstract booleanAMapToData. equals(AMapToData e)Indicate if the given encoding is equivalent to this encodingbooleanMapToBit. equals(AMapToData e)booleanMapToByte. equals(AMapToData e)booleanMapToChar. equals(AMapToData e)booleanMapToCharPByte. equals(AMapToData e)booleanMapToInt. equals(AMapToData e)booleanMapToZero. equals(AMapToData e)voidAMapToData. preAggregateDDC_DDC(AMapToData tm, IDictionary td, Dictionary ret, int nCol)PreAggregate into dictionary with two sides of DDC.voidMapToBit. preAggregateDDC_DDCMultiCol(AMapToData tm, IDictionary td, double[] v, int nCol)voidMapToZero. preAggregateDDC_DDCMultiCol(AMapToData tm, IDictionary td, double[] v, int nCol)voidMapToBit. preAggregateDDC_DDCSingleCol(AMapToData tm, double[] td, double[] v)voidMapToZero. preAggregateDDC_DDCSingleCol(AMapToData tm, double[] td, double[] v)voidAMapToData. preAggregateDDC_SDCZ(AMapToData tm, IDictionary td, AOffset tof, Dictionary ret, int nCol)PreAggregate into SDCZero dictionary from DDC dictionary.voidAMapToData. preAggregateDDC_SDCZMultiCol(AMapToData tm, IDictionary td, AOffset tof, double[] v, int nCol)voidAMapToData. preAggregateDDC_SDCZSingleCol(AMapToData tm, double[] td, AOffset tof, double[] v)voidAMapToData. preAggregateSDCZ_DDC(AMapToData tm, IDictionary td, AOffset of, Dictionary ret, int nCol)PreAggregate into DDC dictionary from SDCZero dictionary.voidAMapToData. preAggregateSDCZ_SDCZ(AMapToData tm, IDictionary td, AOffset tof, AOffset of, Dictionary ret, int nCol)static AMapToDataMapToFactory. resizeForce(AMapToData d, MapToFactory.MAP_TYPE t)Force the mapping into an other mapping type.abstract voidAMapToData. set(int l, int u, int off, AMapToData tm)set a range of values from another map.voidMapToBit. set(int l, int u, int off, AMapToData tm)voidMapToByte. set(int l, int u, int off, AMapToData tm)voidMapToChar. set(int l, int u, int off, AMapToData tm)voidMapToCharPByte. set(int l, int u, int off, AMapToData tm)voidMapToInt. set(int l, int u, int off, AMapToData tm)voidMapToZero. set(int l, int u, int off, AMapToData tm) -
Uses of AMapToData in org.apache.sysds.runtime.compress.colgroup.offset
Methods in org.apache.sysds.runtime.compress.colgroup.offset with parameters of type AMapToData Modifier and Type Method Description voidAOffset. preAggregateDenseMap(DenseBlock db, double[] preAV, int rl, int ru, int cl, int cu, int nVal, AMapToData data)Pre aggregate the specified row and block range from a dense MatrixBlock to prepare for compressed multiplication.voidAOffset. preAggSparseMap(SparseBlock sb, double[] preAV, int rl, int ru, int nVal, AMapToData data) -
Uses of AMapToData in org.apache.sysds.runtime.compress.estim.encoding
Methods in org.apache.sysds.runtime.compress.estim.encoding that return AMapToData Modifier and Type Method Description AMapToDataDenseEncoding. getMap()AMapToDataSparseEncoding. getMap()Methods in org.apache.sysds.runtime.compress.estim.encoding with parameters of type AMapToData Modifier and Type Method Description static IEncodeEncodingFactory. create(AMapToData d)static IEncodeEncodingFactory. create(AMapToData d, AOffset i, int nRow)static SparseEncodingEncodingFactory. createSparse(AMapToData map, AOffset off, int nRows)Constructors in org.apache.sysds.runtime.compress.estim.encoding with parameters of type AMapToData Constructor Description DenseEncoding(AMapToData map) -
Uses of AMapToData in org.apache.sysds.runtime.frame.data.columns
Methods in org.apache.sysds.runtime.frame.data.columns that return AMapToData Modifier and Type Method Description AMapToDataDDCArray. getMap()Methods in org.apache.sysds.runtime.frame.data.columns with parameters of type AMapToData Modifier and Type Method Description voidArray. setM(HashMapToInt<T> map, int si, AMapToData m, int i)Set the index i in the map given based on the mapping provided.voidArray. setM(HashMapToInt<T> map, AMapToData m, int i)Set the index i in the map given based on the mapping provided.voidHashIntegerArray. setM(HashMapToInt<Object> map, int si, AMapToData m, int i)voidHashIntegerArray. setM(HashMapToInt<Object> map, AMapToData m, int i)voidHashLongArray. setM(HashMapToInt<Object> map, int si, AMapToData m, int i)voidHashLongArray. setM(HashMapToInt<Object> map, AMapToData m, int i)voidOptionalArray. setM(HashMapToInt<T> map, int si, AMapToData m, int i)voidOptionalArray. setM(HashMapToInt<T> map, AMapToData m, int i)DDCArray<T>DDCArray. setMap(AMapToData map)Constructors in org.apache.sysds.runtime.frame.data.columns with parameters of type AMapToData Constructor Description DDCArray(Array<T> dict, AMapToData map)
-