|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.indiana.iucbrf.examples.classifier.ClassificationTestClass
public abstract class ClassificationTestClass
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 |
---|
public static final int NUM_PROBLEM_FEATURES
Constructor Detail |
---|
public ClassificationTestClass()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- the command line arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |