Package | Description |
---|---|
org.instantsvm.demos.regression | |
org.instantsvm.regression | |
org.instantsvm.utils |
Modifier and Type | Method and Description |
---|---|
static void |
XValDemo.scale(RegressionInputs inputs,
float xfact,
float yfact,
float zfact) |
Modifier and Type | Method and Description |
---|---|
void |
RegressionSVM.train(RegressionInputs inputs) |
void |
RegressionSVM.train(RegressionInputs inputs,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
static RegressionInputs |
LibSvmIO.loadRegression(String filename)
Load CSV format if file ends with ".csv", or LIBSVM data format otherwise.
|
static RegressionInputs |
LibSvmIO.loadRegressionCsv(String filename) |
static RegressionInputs |
LibSvmIO.loadRegressionOriginalFormat(String filename) |
Modifier and Type | Method and Description |
---|---|
static RegressionSVM |
LazySVM.loadOrTrainRegression(String name,
Parameters params,
RegressionInputs inputs) |
static RegressionSVM |
LazySVM.trainAndSaveRegression(String name,
Parameters params,
RegressionInputs inputs) |
static RegressionSVM |
LazySVM.trainAndSaveRegression(String name,
RegressionInputs inputs) |
Copyright © 2016. All rights reserved.