public final class Categorical extends Iced
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_CATEGORICAL_COUNT |
static int |
MAX_EXAMPLES |
| Modifier and Type | Method and Description |
|---|---|
void |
convertToUTF8(int col) |
Categorical |
read_impl(AutoBuffer ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
Categorical |
readJSON_impl(AutoBuffer ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
java.lang.String |
toString() |
AutoBuffer |
write_impl(AutoBuffer ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
AutoBuffer |
writeJSON_impl(AutoBuffer ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
clone, copyOver, frozenType, read, readExternal, readJSON, toJsonString, write, writeExternal, writeJSONpublic static final int MAX_CATEGORICAL_COUNT
public static final int MAX_EXAMPLES
public java.lang.String toString()
toString in class java.lang.Objectpublic void convertToUTF8(int col)
public AutoBuffer write_impl(AutoBuffer ab)
IcedIced serialization protocol, only called by
auto-genned code. Not intended to be called by user code. Override only
for custom Iced serializers.write_impl in interface Freezablewrite_impl in class Icedab - AutoBuffer to write this object to.AutoBuffer for flow-coding.public Categorical read_impl(AutoBuffer ab)
IcedIced serialization protocol, only called by
auto-genned code. Not intended to be called by user code. Override only
for custom Iced serializers.public AutoBuffer writeJSON_impl(AutoBuffer ab)
IcedIced serialization protocol, only called by
auto-genned code. Not intended to be called by user code. Override only
for custom Iced serializers.writeJSON_impl in interface FreezablewriteJSON_impl in class Icedab - AutoBuffer to write this object to.AutoBuffer for flow-coding.public Categorical readJSON_impl(AutoBuffer ab)
IcedIced serialization protocol, only called by
auto-genned code. Not intended to be called by user code. Override only
for custom Iced serializers.readJSON_impl in interface FreezablereadJSON_impl in class Icedab - AutoBuffer to read this object from.