public class XGBoostUtil
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BINF_HEADER |
static java.lang.String |
SERIALIZATION_HEADER |
| Modifier and Type | Method and Description |
|---|---|
static FeatureMap |
loadFeatureMap(java.io.InputStream is) |
static <DIS extends java.io.InputStream & java.io.DataInput> |
loadLearner(DIS is,
java.lang.String charset) |
static Learner |
loadLearner(java.io.InputStream is) |
static Learner |
loadLearner(java.io.InputStream is,
java.nio.ByteOrder byteOrder,
java.lang.String charset) |
public static final java.lang.String SERIALIZATION_HEADER
public static final java.lang.String BINF_HEADER
public static Learner loadLearner(java.io.InputStream is) throws java.io.IOException
java.io.IOExceptionpublic static Learner loadLearner(java.io.InputStream is, java.nio.ByteOrder byteOrder, java.lang.String charset) throws java.io.IOException
java.io.IOExceptionpublic static <DIS extends java.io.InputStream & java.io.DataInput> Learner loadLearner(DIS is, java.lang.String charset) throws java.io.IOException
java.io.IOExceptionpublic static FeatureMap loadFeatureMap(java.io.InputStream is) throws java.io.IOException
java.io.IOExceptionCopyright © 2020. All Rights Reserved.