weka.classifiers.timeseries.core
Class CustomPeriodicTest

java.lang.Object
  extended by weka.classifiers.timeseries.core.CustomPeriodicTest
All Implemented Interfaces:
java.io.Serializable

public class CustomPeriodicTest
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CustomPeriodicTest(java.lang.String theTest)
           
 
Method Summary
 boolean evaluate(java.util.Date d)
           
 void setTest(java.lang.String theTest)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomPeriodicTest

public CustomPeriodicTest(java.lang.String theTest)
                   throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException
Method Detail

setTest

public void setTest(java.lang.String theTest)
             throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

evaluate

public boolean evaluate(java.util.Date d)