Uses of Interface
org.apache.sysds.runtime.compress.estim.encoding.IEncode
-
Packages that use IEncode Package Description org.apache.sysds.runtime.compress.colgroup org.apache.sysds.runtime.compress.estim org.apache.sysds.runtime.compress.estim.encoding -
-
Uses of IEncode in org.apache.sysds.runtime.compress.colgroup
Methods in org.apache.sysds.runtime.compress.colgroup that return IEncode Modifier and Type Method Description IEncodeAColGroup. getEncoding()Get encoding of this column group.IEncodeColGroupConst. getEncoding()IEncodeColGroupDDC. getEncoding()IEncodeColGroupDDCFOR. getEncoding()IEncodeColGroupEmpty. getEncoding()IEncodeColGroupSDC. getEncoding()IEncodeColGroupSDCFOR. getEncoding()IEncodeColGroupSDCSingle. getEncoding()IEncodeColGroupSDCSingleZeros. getEncoding()IEncodeColGroupSDCZeros. getEncoding() -
Uses of IEncode in org.apache.sysds.runtime.compress.estim
Methods in org.apache.sysds.runtime.compress.estim that return IEncode Modifier and Type Method Description IEncodeCompressedSizeInfoColGroup. getMap()Constructors in org.apache.sysds.runtime.compress.estim with parameters of type IEncode Constructor Description CompressedSizeInfoColGroup(IColIndex columns, EstimationFactors facts, long minSize, AColGroup.CompressionType bestCompression, IEncode map)CompressedSizeInfoColGroup(IColIndex columns, EstimationFactors facts, Set<AColGroup.CompressionType> validCompressionTypes, IEncode map) -
Uses of IEncode in org.apache.sysds.runtime.compress.estim.encoding
Classes in org.apache.sysds.runtime.compress.estim.encoding that implement IEncode Modifier and Type Class Description classAEncodeclassConstEncodingConst encoding for cases where the entire group of columns is the same valueclassDenseEncodingAn Encoding that contains a value on each row of the input.classEmptyEncodingEmpty encoding for cases where the entire group of columns is zeroclassSparseEncodingA Encoding that contain a default value that is not encoded and every other value is encoded in the map.Methods in org.apache.sysds.runtime.compress.estim.encoding that return IEncode Modifier and Type Method Description IEncodeConstEncoding. combine(IEncode e)IEncodeDenseEncoding. combine(IEncode e)IEncodeEmptyEncoding. combine(IEncode e)IEncodeIEncode. combine(IEncode e)Combine two encodings, note it should be guaranteed by the caller that the number of unique multiplied does not overflow Integer.IEncodeSparseEncoding. combine(IEncode e)static IEncodeEncodingFactory. create(ColGroupConst c)static IEncodeEncodingFactory. create(ColGroupEmpty c)static IEncodeEncodingFactory. create(AMapToData d)static IEncodeEncodingFactory. create(AMapToData d, AOffset i, int nRow)static IEncodeEncodingFactory. createFromMatrixBlock(MatrixBlock m, boolean transposed, int rowCol)Create encoding of a single specific column inside the matrix input.static IEncodeEncodingFactory. createFromMatrixBlock(MatrixBlock m, boolean transposed, IColIndex rowCols)Encode a list of columns together from the input matrix, as if it is cocoded.static IEncodeEncodingFactory. createFromMatrixBlockDelta(MatrixBlock m, boolean transposed, IColIndex rowCols)Encode a full delta representation of the matrix input taking all rows into account.static IEncodeEncodingFactory. createFromMatrixBlockDelta(MatrixBlock m, boolean transposed, IColIndex rowCols, int sampleSize)Encode a delta representation of the matrix input taking the first "sampleSize" rows into account.Methods in org.apache.sysds.runtime.compress.estim.encoding that return types with arguments of type IEncode Modifier and Type Method Description org.apache.commons.lang3.tuple.Pair<IEncode,Map<Integer,Integer>>ConstEncoding. combineWithMap(IEncode e)org.apache.commons.lang3.tuple.Pair<IEncode,Map<Integer,Integer>>DenseEncoding. combineWithMap(IEncode e)org.apache.commons.lang3.tuple.Pair<IEncode,Map<Integer,Integer>>EmptyEncoding. combineWithMap(IEncode e)org.apache.commons.lang3.tuple.Pair<IEncode,Map<Integer,Integer>>IEncode. combineWithMap(IEncode e)Combine two encodings without resizing the output.org.apache.commons.lang3.tuple.Pair<IEncode,Map<Integer,Integer>>SparseEncoding. combineWithMap(IEncode e)Methods in org.apache.sysds.runtime.compress.estim.encoding with parameters of type IEncode Modifier and Type Method Description IEncodeConstEncoding. combine(IEncode e)IEncodeDenseEncoding. combine(IEncode e)IEncodeEmptyEncoding. combine(IEncode e)IEncodeIEncode. combine(IEncode e)Combine two encodings, note it should be guaranteed by the caller that the number of unique multiplied does not overflow Integer.IEncodeSparseEncoding. combine(IEncode e)org.apache.commons.lang3.tuple.Pair<IEncode,Map<Integer,Integer>>ConstEncoding. combineWithMap(IEncode e)org.apache.commons.lang3.tuple.Pair<IEncode,Map<Integer,Integer>>DenseEncoding. combineWithMap(IEncode e)org.apache.commons.lang3.tuple.Pair<IEncode,Map<Integer,Integer>>EmptyEncoding. combineWithMap(IEncode e)org.apache.commons.lang3.tuple.Pair<IEncode,Map<Integer,Integer>>IEncode. combineWithMap(IEncode e)Combine two encodings without resizing the output.org.apache.commons.lang3.tuple.Pair<IEncode,Map<Integer,Integer>>SparseEncoding. combineWithMap(IEncode e)booleanConstEncoding. equals(IEncode e)booleanDenseEncoding. equals(IEncode e)booleanEmptyEncoding. equals(IEncode e)booleanIEncode. equals(IEncode e)Indicate if the given encoding is equivalent to this encodingbooleanSparseEncoding. equals(IEncode e)
-