| Package | Description | 
|---|---|
| org.apache.sysds.runtime.transform.encode | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EncoderMVImpute  | 
class  | 
EncoderOmit  | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends LegacyEncoder> | 
MultiColumnEncoder.addReplaceLegacyEncoder(T encoder)  | 
<T extends LegacyEncoder> | 
MultiColumnEncoder.getLegacyEncoder(Class<T> type)  | 
<T extends LegacyEncoder> | 
MultiColumnEncoder.hasLegacyEncoder()  | 
<T extends LegacyEncoder> | 
MultiColumnEncoder.hasLegacyEncoder(Class<T> type)  | 
| Modifier and Type | Method and Description | 
|---|---|
LegacyEncoder | 
LegacyEncoder.subRangeEncoder(IndexRange ixRange)
Returns a new Encoder that only handles a sub range of columns. 
 | 
LegacyEncoder | 
EncoderMVImpute.subRangeEncoder(IndexRange ixRange)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LegacyEncoder.mergeAt(LegacyEncoder other,
       int row,
       int col)
Merges another encoder, of a compatible type, in after a certain position. 
 | 
void | 
EncoderMVImpute.mergeAt(LegacyEncoder other,
       int row,
       int col)  | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.