edu.udo.cs.yale.example
Class NoMissingLabelsCondition

java.lang.Object
  extended by edu.udo.cs.yale.example.NoMissingLabelsCondition
All Implemented Interfaces:
Condition

public class NoMissingLabelsCondition
extends java.lang.Object
implements Condition

This subclass of Condition serves to exclude examples with unknown labels from an example set.

Version:
$Id: NoMissingLabelsCondition.java,v 2.2 2006/03/21 15:35:39 ingomierswa Exp $
Author:
Ingo Mierswa

Constructor Summary
NoMissingLabelsCondition(ExampleSet exampleSet, java.lang.String parameterString)
          Throws an exception since a parameter string is not allowed for this condition.
 
Method Summary
 boolean conditionOk(Example example)
          Returns true if the label was defined.
 Condition duplicate()
          Since the condition cannot be altered after creation we can just return the condition object itself.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoMissingLabelsCondition

public NoMissingLabelsCondition(ExampleSet exampleSet,
                                java.lang.String parameterString)
Throws an exception since a parameter string is not allowed for this condition.

Method Detail

duplicate

public Condition duplicate()
Since the condition cannot be altered after creation we can just return the condition object itself.

Specified by:
duplicate in interface Condition


conditionOk

public boolean conditionOk(Example example)
Returns true if the label was defined.

Specified by:
conditionOk in interface Condition



Copyright © 2001-2006