Package | Description |
---|---|
jsat.classifiers | |
jsat.datatransform | |
jsat.regression |
Modifier and Type | Method and Description |
---|---|
void |
ClassificationModelEvaluation.setDataTransformProcess(DataTransformProcess dtp)
Sets the data transform process to use when performing cross validation.
|
Modifier and Type | Method and Description |
---|---|
DataTransformProcess |
DataTransformProcess.clone() |
Constructor and Description |
---|
DataModelPipeline(Classifier baseClassifier,
DataTransformProcess dtp)
Creates a new Data Model Pipeline from the given transform process and
base classifier
|
DataModelPipeline(Regressor baseRegressor,
DataTransformProcess dtp)
Creates a new Data Model Pipeline from the given transform process and
base regressor
|
Modifier and Type | Method and Description |
---|---|
void |
RegressionModelEvaluation.setDataTransformProcess(DataTransformProcess dtp)
Sets the data transform process to use when performing cross validation.
|
Copyright © 2017. All rights reserved.