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

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

Introduction

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

The text is from its open source code.

Method

KernelforName(String kernelName, String[] options)
Creates a new instance of a kernel given it's class name and (optional) arguments to pass to it's setOptions method.
KernelmakeCopy(Kernel kernel)
Creates a shallow copy of the kernel (if it implements Copyable) otherwise a deep copy using serialization.