edu.columbia.cs.ref.model.re.impl
Class JLibsvmBinaryModel
java.lang.Object
edu.columbia.cs.ref.model.re.Model
edu.columbia.cs.ref.model.re.impl.JLibsvmBinaryModel
- All Implemented Interfaces:
- java.io.Serializable
public class JLibsvmBinaryModel
- extends Model
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JLibsvmBinaryModel
public JLibsvmBinaryModel()
JLibsvmBinaryModel
public JLibsvmBinaryModel(edu.berkeley.compbio.jlibsvm.binary.BinaryModel<java.lang.String,OperableStructure> binary,
StructureConfiguration conf,
java.util.Set<RelationshipType> relationshipType)
getPredictedLabel
public java.util.Set<java.lang.String> getPredictedLabel(OperableStructure s)
getStructureConfiguration
public StructureConfiguration getStructureConfiguration()
- Specified by:
getStructureConfiguration
in class Model
getRelationshipTypes
public java.util.Set<RelationshipType> getRelationshipTypes()
- Specified by:
getRelationshipTypes
in class Model