public class SvmMapper extends Mapper
| Modifier and Type | Field and Description |
|---|---|
protected double[] |
output |
protected Parameters |
params |
protected SVM |
svm |
| Constructor and Description |
|---|
SvmMapper(Coord3d[] input) |
SvmMapper(Coord3d[] input,
Parameters parameters) |
SvmMapper(RegressionSVM svm) |
| Modifier and Type | Method and Description |
|---|---|
double |
f(double x,
double y) |
double[] |
f(Vector<svm_node[]> nodes) |
double[] |
getOutput() |
SVM |
getSvm() |
f, f, fAsFloat, fAsFloat, fAsFloat, fAsFloat, remap, remapDrawable, remapPolygonprotected double[] output
protected Parameters params
protected SVM svm
public SvmMapper(Coord3d[] input)
public SvmMapper(Coord3d[] input, Parameters parameters)
public SvmMapper(RegressionSVM svm)
Copyright © 2016. All rights reserved.