edu.columbia.cs.ref.model.re.impl
Class WekaClassifierModel
java.lang.Object
edu.columbia.cs.ref.model.re.Model
edu.columbia.cs.ref.model.re.impl.WekaClassifierModel
- All Implemented Interfaces:
- java.io.Serializable
public class WekaClassifierModel
- extends Model
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POSITIVE_LABEL
public static final transient java.lang.String POSITIVE_LABEL
- See Also:
- Constant Field Values
NEGATIVE_LABEL
public static final transient java.lang.String NEGATIVE_LABEL
- See Also:
- Constant Field Values
WekaClassifierModel
public WekaClassifierModel(weka.classifiers.Classifier classifier,
java.lang.String positiveLabel,
StructureConfiguration conf,
java.util.Set<RelationshipType> relationshipTypes)
getRelationshipTypes
public java.util.Set<RelationshipType> getRelationshipTypes()
- Specified by:
getRelationshipTypes
in class Model
getStructureConfiguration
public StructureConfiguration getStructureConfiguration()
- Specified by:
getStructureConfiguration
in class Model