public class EncodingMap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
EncodingMap() |
EncodingMap(java.util.Map<java.lang.Integer,int[]> encodingMap) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.util.Map.Entry<java.lang.Integer,int[]>> |
entrySet() |
int[] |
get(int categoricalFactorIdx) |
int[] |
put(int categoricalFactor,
int[] encodingComponents) |