public interface DataSet extends CoreObject
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCURACY |
static String |
CONFUSION |
static String |
ERRORCOUNT |
static DataSetFactory |
Factory |
static String |
INPUT |
static String |
PREDICTED |
static String |
RMSE |
static String |
TARGET |
DESCRIPTION| Modifier and Type | Method and Description |
|---|---|
ListDataSet |
bootstrap() |
ListDataSet |
bootstrap(int count) |
ListDataSet |
clone() |
double |
getAccuracy() |
double |
getAsDouble(String key) |
int |
getClassCount() |
int |
getErrorCount() |
int |
getFeatureCount() |
Matrix |
getInputMatrix() |
Matrix |
getMatrix(Object key) |
Matrix |
getPredictedMatrix() |
Matrix |
getTargetMatrix() |
boolean |
isDiscrete() |
boolean |
isEmpty() |
Set<String> |
keySet() |
void |
setMatrix(String key,
Matrix matrix) |
int |
size() |
List<ListDataSet> |
splitByCount(boolean shuffle,
int... count) |
List<ListDataSet> |
splitByPercent(boolean shuffle,
double... percent) |
List<ListDataSet> |
splitForCV(int numberOfCVSets,
int idOfCVSet,
long randomSeed) |
List<ListDataSet> |
splitForStratifiedCV(int i,
int r,
long seed) |
getCoreObjectIdfireValueChanged, getGUIObject, showGUIgetLabel, getLabelObject, setLabelgetDescription, setDescriptionstatic final String INPUT
static final String RMSE
static final String PREDICTED
static final String TARGET
static final String ACCURACY
static final String CONFUSION
static final String ERRORCOUNT
static final DataSetFactory Factory
List<ListDataSet> splitByCount(boolean shuffle, int... count)
List<ListDataSet> splitForCV(int numberOfCVSets, int idOfCVSet, long randomSeed)
List<ListDataSet> splitByPercent(boolean shuffle, double... percent)
Matrix getInputMatrix()
Matrix getPredictedMatrix()
ListDataSet clone()
clone in interface CoreObjectMatrix getTargetMatrix()
double getAccuracy()
List<ListDataSet> splitForStratifiedCV(int i, int r, long seed)
boolean isDiscrete()
int getFeatureCount()
int getClassCount()
int getErrorCount()
ListDataSet bootstrap()
ListDataSet bootstrap(int count)
int size()
boolean isEmpty()
double getAsDouble(String key)
Copyright © 2015 Java Data Mining Package. All rights reserved.