BinarySvmModel

Inheritance: java.lang.Object

public class BinarySvmModel

Constructors

Constructor Description
BinarySvmModel()
BinarySvmModel(double threshold, double weight, double[] supportVector, IKernel kernel)

Methods

Method Description
equals(Object arg0)
getClass()
getKernel()
getSupportVector()
getThreshold()
getWeight()
hashCode()
notify()
notifyAll()
setKernel(IKernel value)
setSupportVector(double[] value)
setThreshold(double value)
setWeight(double value)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BinarySvmModel()

public BinarySvmModel()

BinarySvmModel(double threshold, double weight, double[] supportVector, IKernel kernel)

public BinarySvmModel(double threshold, double weight, double[] supportVector, IKernel kernel)

Parameters:

Parameter Type Description
threshold double
weight double
supportVector double[]
kernel IKernel

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getKernel()

public IKernel getKernel()

Returns: IKernel

getSupportVector()

public double[] getSupportVector()

Returns: double[]

getThreshold()

public double getThreshold()

Returns: double

getWeight()

public double getWeight()

Returns: double

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setKernel(IKernel value)

public void setKernel(IKernel value)

Parameters:

Parameter Type Description
value IKernel

setSupportVector(double[] value)

public void setSupportVector(double[] value)

Parameters:

Parameter Type Description
value double[]

setThreshold(double value)

public void setThreshold(double value)

Parameters:

Parameter Type Description
value double

setWeight(double value)

public void setWeight(double value)

Parameters:

Parameter Type Description
value double

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int