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