Package | Description |
---|---|
jsat.io |
Modifier and Type | Method and Description |
---|---|
static <Type extends DataSet<Type>> |
JSATData.FloatStorageMethod.getMethod(DataSet<Type> data,
JSATData.FloatStorageMethod method) |
static JSATData.FloatStorageMethod |
JSATData.FloatStorageMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSATData.FloatStorageMethod[] |
JSATData.FloatStorageMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <Type extends DataSet<Type>> |
JSATData.FloatStorageMethod.getMethod(DataSet<Type> data,
JSATData.FloatStorageMethod method) |
static <Type extends DataSet<Type>> |
JSATData.writeData(DataSet<Type> dataset,
OutputStream outRaw,
JSATData.FloatStorageMethod fpStore)
This method writes out a JSAT dataset to a binary format that can be read
in again later, and could be read in other languages.
The format that is used will understand both ClassificationDataSet and RegressionDataSet datasets as
special cases, and will store the target values in the binary file. |
Copyright © 2017. All rights reserved.