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

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

Introduction

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

The text is from its open source code.

Constructor

RBFKernel(Instances data, int cacheSize, double gamma)
Creates a new RBFKernel instance.
RBFKernel()
default constructor - does nothing.

Method

voidsetCacheSize(int value)
Sets the size of the cache to use (a prime number)
voidsetGamma(double value)
Sets the gamma value.