Package | Description |
---|---|
jsat | |
jsat.datatransform.visualization | |
jsat.io | |
jsat.utils |
Modifier and Type | Method and Description |
---|---|
protected SimpleDataSet |
SimpleDataSet.getSubset(List<Integer> indicies) |
SimpleDataSet |
SimpleDataSet.getTwiceShallowClone() |
static SimpleDataSet |
ARFFLoader.loadArffFile(File file)
Uses the given file path to load a data set from an ARFF file.
|
static SimpleDataSet |
ARFFLoader.loadArffFile(Reader input)
Uses the given reader to load a data set assuming it follows the ARFF
file format
|
SimpleDataSet |
SimpleDataSet.shallowClone() |
Modifier and Type | Method and Description |
---|---|
SimpleDataSet |
MDS.transform(Matrix delta) |
SimpleDataSet |
MDS.transform(Matrix delta,
ExecutorService ex) |
Modifier and Type | Method and Description |
---|---|
static SimpleDataSet |
JSATData.loadSimple(InputStream inRaw)
Loads in a JSAT dataset as a
SimpleDataSet . |
static SimpleDataSet |
CSV.read(Path path,
char delimiter,
int lines_to_skip,
char comment,
Set<Integer> cat_cols)
Reads in the given CSV dataset as a simple CSV file
|
static SimpleDataSet |
CSV.read(Path path,
int lines_to_skip,
Set<Integer> cat_cols)
Reads in the given CSV dataset as a simple CSV file
|
static SimpleDataSet |
CSV.read(Reader reader,
char delimiter,
int lines_to_skip,
char comment,
Set<Integer> cat_cols)
Reads in the given CSV dataset as a simple CSV file
|
static SimpleDataSet |
CSV.read(Reader reader,
int lines_to_skip,
Set<Integer> cat_cols)
Reads in the given CSV dataset as a simple CSV file
|
Modifier and Type | Method and Description |
---|---|
SimpleDataSet |
GridDataGenerator.generateData(int samples)
Generates a new data set.
|
Copyright © 2017. All rights reserved.