|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTest
The Test class is the main class. It creates, trains, tests and validates MLP, TDNN and RNN networks with the specified parameters
Constructor Summary | |
Test(String trainPath,
String trainField,
String testingPath,
String testingField,
String validatingPath,
String validatingField)
This constructor for the Test creates training, testing and validating data sets |
Method Summary | |
double[] |
getData(String path,
String field)
Gets the data from the Document |
static void |
main(String[] args)
|
void |
testMLP()
Trains, tests and validates the MLP networks |
void |
testRNN()
Trains, tests and validates the RNN networks |
void |
testTDNN()
Trains, tests and validates the TDNN networks |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Test(String trainPath, String trainField, String testingPath, String testingField, String validatingPath, String validatingField)
Test
creates training, testing and validating data sets
trainPath
- The location of the training datatrainField
- The XML node tag containing the training datatestingPath
- The location of the testingtestingField
- The XML node tag containing the testing datavalidatingPath
- The location of the validating datavalidatingField
- The XML node tag containing the validating dataMethod Detail |
public double[] getData(String path, String field)
Document
public void testMLP()
public void testTDNN()
public void testRNN()
public static void main(String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |