

Definition at line 51 of file trainUtils.H.
Public Member Functions | |
| FFNtrainInfo (std::string fName=std::string("")) | |
| Constructor. | |
| virtual | ~FFNtrainInfo () |
| Destructor. | |
| void | reset (std::string fName) |
| reset the Neural Network classifier parameter | |
Public Attributes | |
| std::string | trainFolder |
| where the training data is | |
| std::string | testFolder |
| where the testing data is | |
| uint | nOutput |
| the number of output dimension | |
| bool | isPCA |
| has a dimension reduction step | |
| std::string | evecFname |
| the dimension reduction | |
| uint | oriFeatSize |
| the original number of features | |
| uint | redFeatSize |
| the reduced number of features | |
| uint | h1size |
| the number of hidden nodes in layer 1 | |
| uint | h2size |
| the number of hidden nodes in layer 2 | |
| std::string | h1Name |
| the weight file for hidden layer 1 | |
| std::string | h2Name |
| the weight file for hidden layer 2 | |
| std::string | oName |
| the weight file for output layer | |
| float | learnRate |
| the learning rate | |
| std::string | trainSampleFile |
| the training sample file list | |
| std::string | testSampleFile |
| the testing sample file list | |
|
|
Constructor. Construct a FFN training params info if blank, need to call reset later on Definition at line 46 of file trainUtils.C. References reset(). |
|
|
Destructor.
Definition at line 53 of file trainUtils.C. |
|
|
reset the Neural Network classifier parameter
Definition at line 58 of file trainUtils.C. References evecFname, h1Name, h1size, h2Name, h2size, isPCA, learnRate, LFATAL, LINFO, nOutput, oName, oriFeatSize, redFeatSize, temp, testFolder, testSampleFile, trainFolder, and trainSampleFile. Referenced by FFNtrainInfo(). |
|
|
the dimension reduction
Definition at line 68 of file trainUtils.H. |
|
|
the weight file for hidden layer 1
Definition at line 73 of file trainUtils.H. |
|
|
the number of hidden nodes in layer 1
Definition at line 71 of file trainUtils.H. |
|
|
the weight file for hidden layer 2
Definition at line 74 of file trainUtils.H. |
|
|
the number of hidden nodes in layer 2
Definition at line 72 of file trainUtils.H. |
|
|
has a dimension reduction step
Definition at line 67 of file trainUtils.H. Referenced by Environment::classifySegNum(), main(), and reset(). |
|
|
the learning rate
Definition at line 76 of file trainUtils.H. Referenced by reset(). |
|
|
the number of output dimension
Definition at line 66 of file trainUtils.H. |
|
|
the weight file for output layer
Definition at line 75 of file trainUtils.H. |
|
|
the original number of features
Definition at line 69 of file trainUtils.H. |
|
|
the reduced number of features
Definition at line 70 of file trainUtils.H. |
|
|
where the testing data is
Definition at line 65 of file trainUtils.H. Referenced by reset(). |
|
|
the testing sample file list
Definition at line 78 of file trainUtils.H. Referenced by reset(). |
|
|
where the training data is
Definition at line 64 of file trainUtils.H. |
|
|
the training sample file list
Definition at line 77 of file trainUtils.H. Referenced by reset(). |
1.4.4