edu.columbia.cs.ref.model.re.impl
Class JLibsvmCompositeBinaryModel
java.lang.Object
edu.columbia.cs.ref.model.re.Model
edu.columbia.cs.ref.model.re.impl.JLibsvmCompositeBinaryModel
- All Implemented Interfaces:
- java.io.Serializable
public class JLibsvmCompositeBinaryModel
- extends Model
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JLibsvmCompositeBinaryModel
public JLibsvmCompositeBinaryModel(StructureConfiguration conf,
java.util.Set<RelationshipType> relationshipTypes)
addModel
public void addModel(JLibsvmBinaryModel model)
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