Java weka.classifiers.functions.supportVector PolyKernel fields, constructors, methods, implement or subclass

Example usage for Java weka.classifiers.functions.supportVector PolyKernel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.classifiers.functions.supportVector PolyKernel.

The text is from its open source code.

Constructor

PolyKernel()
default constructor - does nothing.

Method

voidsetCacheSize(int value)
Sets the size of the cache to use (a prime number)
voidsetExponent(double value)
Sets the exponent value.
voidsetUseLowerOrder(boolean value)
Sets whether to use lower-order terms.