Uses of Interface
org.apache.sysds.runtime.compress.estim.encoding.IEncode
- 
Packages that use IEncode Package Description org.apache.sysds.runtime.compress.estim org.apache.sysds.runtime.compress.estim.encoding 
- 
- 
Uses of IEncode in org.apache.sysds.runtime.compress.estimMethods in org.apache.sysds.runtime.compress.estim that return IEncode Modifier and Type Method Description IEncodeCompressedSizeInfoColGroup. getMap()
- 
Uses of IEncode in org.apache.sysds.runtime.compress.estim.encodingClasses in org.apache.sysds.runtime.compress.estim.encoding that implement IEncode Modifier and Type Class Description classConstEncodingConst encoding for cases where the entire group of columns is the same valueclassDenseEncodingclassEmptyEncodingEmpty encoding for cases where the entire group of columns is zeroclassSparseEncodingMost common is zero encodingMethods in org.apache.sysds.runtime.compress.estim.encoding that return IEncode Modifier and Type Method Description IEncodeConstEncoding. 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. 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 with parameters of type IEncode Modifier and Type Method Description IEncodeConstEncoding. combine(IEncode e)DenseEncodingDenseEncoding. 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)
 
-