Optional parameters.
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
Parameter(daal.services.SharedPtr< daal.algorithms.kernel_function.KernelIface > const & kernelForParameter, double C=1.0, double accuracyThreshold=0.001, double tau=1.0e-6, size_t maxIterations=1000000, size_t cacheSize=8000000, bool doShrinking=True, size_t shrinkingStep=1000) -> interface2_Parameter
check(interface2_Parameter self) -> Status
Upper bound in constraints of the quadratic optimization problem
Size of cache in bytes to store values of the kernel matrix.
Flag that enables use of the shrinking optimization technique
Maximal number of iterations for the algorithm
Number of iterations between the steps of shrinking optimization technique
Tau parameter of the working set selection scheme
The documentation for this class was generated from the following file:
- algorithms/svm/__init__.py