edu.indiana.iucbrf.examples.classifier
Class ClassificationTestClass

java.lang.Object
  extended by edu.indiana.iucbrf.examples.classifier.ClassificationTestClass

public abstract class ClassificationTestClass
extends java.lang.Object

This class is simply a main() method and some set up of the classification system. It can be run to test the functionality of this CBR classifier system.


Field Summary
static int NUM_PROBLEM_FEATURES
           
 
Constructor Summary
ClassificationTestClass()
          Creates new ClassificationTestClass
 
Method Summary
static void main(java.lang.String[] args)
          Test the functionality of this CBR classifier system
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUM_PROBLEM_FEATURES

public static final int NUM_PROBLEM_FEATURES
See Also:
Constant Field Values
Constructor Detail

ClassificationTestClass

public ClassificationTestClass()
Creates new ClassificationTestClass

Method Detail

main

public static void main(java.lang.String[] args)
Test the functionality of this CBR classifier system

Parameters:
args - the command line arguments