edu.columbia.cs.ref.model.re.impl
Class WekaClassifierModel

java.lang.Object
  extended by edu.columbia.cs.ref.model.re.Model
      extended by edu.columbia.cs.ref.model.re.impl.WekaClassifierModel
All Implemented Interfaces:
java.io.Serializable

public class WekaClassifierModel
extends Model

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class edu.columbia.cs.ref.model.re.Model
Model.PredictionProperties
 
Field Summary
static java.lang.String NEGATIVE_LABEL
           
static java.lang.String POSITIVE_LABEL
           
 
Constructor Summary
WekaClassifierModel(weka.classifiers.Classifier classifier, java.lang.String positiveLabel, StructureConfiguration conf, java.util.Set<RelationshipType> relationshipTypes)
           
 
Method Summary
 java.util.Set<RelationshipType> getRelationshipTypes()
           
 StructureConfiguration getStructureConfiguration()
           
 
Methods inherited from class edu.columbia.cs.ref.model.re.Model
obtainPredictionPropertyValue, predictLabel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

WekaClassifierModel

public WekaClassifierModel(weka.classifiers.Classifier classifier,
                           java.lang.String positiveLabel,
                           StructureConfiguration conf,
                           java.util.Set<RelationshipType> relationshipTypes)
Method Detail

getRelationshipTypes

public java.util.Set<RelationshipType> getRelationshipTypes()
Specified by:
getRelationshipTypes in class Model

getStructureConfiguration

public StructureConfiguration getStructureConfiguration()
Specified by:
getStructureConfiguration in class Model