Constructor and Description |
---|
SigmoidKernel() |
Modifier and Type | Method and Description |
---|---|
double |
evaluate(java.lang.Object a,
java.lang.Object b)
Return the dot product of two vectors in an arbitrary
feature space.
|
double |
getConstant() |
double |
getMultiplier() |
SVMKernel |
getWrappedKernel() |
void |
setConstant(double c) |
void |
setMultiplier(double m) |
void |
setWrappedKernel(SVMKernel kernel) |
double |
tanh(double a) |
java.lang.String |
toString() |
public double evaluate(java.lang.Object a, java.lang.Object b)
SVMKernel
public double getConstant()
public void setConstant(double c)
public double getMultiplier()
public void setMultiplier(double m)
public SVMKernel getWrappedKernel()
public void setWrappedKernel(SVMKernel kernel)
public java.lang.String toString()
toString
in class java.lang.Object
public double tanh(double a)