This is the complete list of members for regression< T >, including all inherited members.
created | modelSet< T > | protected |
getJSON() | modelSet< T > | |
getNumHiddenLayers() | regression< T > | |
inputNames | modelSet< T > | protected |
modelSet() | modelSet< T > | |
myModelSet | modelSet< T > | protected |
numInputs | modelSet< T > | protected |
numOutputs | modelSet< T > | protected |
putJSON(const std::string &jsonMessage) | modelSet< T > | |
readJSON(const std::string &filepath) | modelSet< T > | |
regression() | regression< T > | |
regression(const std::vector< trainingExample< T > > &trainingSet) | regression< T > | |
regression(const int &numInputs, const int &numOutputs) | regression< T > | |
reset() | modelSet< T > | |
run(const std::vector< T > &inputVector) | modelSet< T > | |
setNumEpochs(const int &epochs) | regression< T > | |
setNumHiddenLayers(const int &num_hidden_layers) | regression< T > | |
train(const std::vector< trainingExample< T > > &trainingSet) | regression< T > | virtual |
writeJSON(const std::string &filepath) | modelSet< T > | |
~modelSet() | modelSet< T > | virtual |
~regression() | regression< T > | inline |