|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SVMTestable | |
|---|---|
| benchmark | Classes that benchmark the system. |
| SVM | Executing SVM, and functions to test/benchmark SVM capability |
| Util | Lots of classes that are used throughout the engine, and could possibly be used in another project. |
| Uses of SVMTestable in benchmark |
|---|
| Classes in benchmark that implement SVMTestable | |
|---|---|
class |
KnownReuters
Reuters article that we know the classifications of from the MySQL DB |
class |
TestReuters
|
| Uses of SVMTestable in SVM |
|---|
| Methods in SVM that return types with arguments of type SVMTestable | |
|---|---|
java.util.List<? extends SVMTestable> |
SVMManager.runSVM()
Pass in the data via constructor. |
| Constructor parameters in SVM with type arguments of type SVMTestable | |
|---|---|
SVMManager(java.util.List<? extends SVMTrainable> trainlist,
java.util.List<? extends SVMTestable> testlist)
|
|
| Uses of SVMTestable in Util |
|---|
| Classes in Util that implement SVMTestable | |
|---|---|
class |
KnownDoc
Repsents documents that are from the training set |
class |
TestDoc
Represents documents that we wish to classify or cluster. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||