The algorithm used to build Regression Models is the Support Vector Machine (SVM)algorithm.
SVM supports two kernel functions: Linear and Gaussian. You can pick one of the kernel functions or you can let the system determine the kernel function. The default is to let the system determine the kernel function.
For more information, see SVM Kernel Functions.
If you specify the Linear Kernel, you can change the following settings:
If you specify the Gaussian kernel, you can change the following settings:
The settings are described in detail in Support Vector Machine Settings.
Click OK to close the dialog and save any changes.
Copyright © 2006, 2008, Oracle. All rights reserved.