public class UnivariateKernelMachineRegressionFunction extends UnivariateRegressionFunction
property| Constructor and Description |
|---|
UnivariateKernelMachineRegressionFunction() |
| Modifier and Type | Method and Description |
|---|---|
BinaryKernelMachineModel |
getModel()
Returns the model
|
UnivariateRegressionOutput |
predict(Example example) |
void |
setModel(Model model)
Sets the model
|
getLabels, reset, setLabelspublic UnivariateKernelMachineRegressionFunction()
public UnivariateRegressionOutput predict(Example example)
predict in interface PredictionFunctionpredict in interface RegressionFunctionpredict in class UnivariateRegressionFunctionpublic BinaryKernelMachineModel getModel()
PredictionFunctiongetModel in interface PredictionFunctiongetModel in class UnivariateRegressionFunctionpublic void setModel(Model model)
PredictionFunctionmodel - the model to setCopyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.