edu.columbia.cs.ref.model.re.impl
Class JLibsvmModelInformation
java.lang.Object
edu.columbia.cs.ref.model.re.impl.JLibsvmModelInformation
- All Implemented Interfaces:
- java.io.Serializable
public class JLibsvmModelInformation
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JLibsvmModelInformation
public JLibsvmModelInformation(int numSV,
OperableStructure[] supportVectors,
double[] alpha,
float rho,
edu.berkeley.compbio.jlibsvm.kernel.KernelFunction<OperableStructure> kernel,
java.lang.String trueLabel,
java.lang.String falseLabel)
getNumSV
public int getNumSV()
setNumSV
public void setNumSV(int numSV)
getSupportVectors
public OperableStructure[] getSupportVectors()
setSupportVectors
public void setSupportVectors(OperableStructure[] supportVectors)
getAlpha
public double[] getAlpha()
setAlpha
public void setAlpha(double[] alpha)
getRho
public float getRho()
setRho
public void setRho(float rho)
setKernel
public void setKernel(edu.berkeley.compbio.jlibsvm.kernel.KernelFunction<OperableStructure> kernel)
getKernel
public edu.berkeley.compbio.jlibsvm.kernel.KernelFunction<OperableStructure> getKernel()
setFalseLabel
public void setFalseLabel(java.lang.String falseLabel)
getFalseLabel
public java.lang.String getFalseLabel()
setTrueLabel
public void setTrueLabel(java.lang.String trueLabel)
getTrueLabel
public java.lang.String getTrueLabel()