|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectSciLib.Neuro.SVM.KernelHandler
SciLib.Neuro.SVM.PolynomialKernel
public class PolynomialKernel
| Field Summary | |
|---|---|
protected double |
c
|
protected double |
d
|
| Fields inherited from class SciLib.Neuro.SVM.KernelHandler |
|---|
lambda |
| Constructor Summary | |
|---|---|
PolynomialKernel()
|
|
PolynomialKernel(double lambda,
double c,
double d)
|
|
| Method Summary | |
|---|---|
double |
kernel(matrix patterns,
int i1,
int i2)
|
double |
kernel(matrix patterns,
int i1,
vector x)
|
int |
kernelType()
|
| Methods inherited from class SciLib.Neuro.SVM.KernelHandler |
|---|
getParameter, setParameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface SciLib.Neuro.SVM.Kernel |
|---|
getParameter, setParameter |
| Field Detail |
|---|
protected double c
protected double d
| Constructor Detail |
|---|
public PolynomialKernel(double lambda,
double c,
double d)
public PolynomialKernel()
| Method Detail |
|---|
public int kernelType()
kernelType in interface KernelkernelType in class KernelHandler
public double kernel(matrix patterns,
int i1,
int i2)
kernel in interface Kernelkernel in class KernelHandler
public double kernel(matrix patterns,
int i1,
vector x)
kernel in interface Kernelkernel in class KernelHandler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||