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