|
|||||||||
| 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.GaussianRBFKernel
public class GaussianRBFKernel
| Field Summary |
|---|
| Fields inherited from class SciLib.Neuro.SVM.KernelHandler |
|---|
lambda |
| Constructor Summary | |
|---|---|
GaussianRBFKernel()
|
|
GaussianRBFKernel(double lambda)
|
|
| 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 |
| Constructor Detail |
|---|
public GaussianRBFKernel(double lambda)
public GaussianRBFKernel()
| 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 | ||||||||