Functions | |
| void | PMMLlib::PMMLlib::fillVectorsForExport (int nInput, int nOutput, int nHidden, int normType, std::vector< double > &minInput, std::vector< double > &maxInput, std::vector< double > &minOutput, std::vector< double > &maxOutput, std::vector< double > &valW) |
| Specific to NeuralNetwork. More... | |
| PMMLLIB_EXPORT void | PMMLlib::PMMLlib::ExportCpp (std::string file, std::string functionName, std::string header) |
| PMMLLIB_EXPORT void | PMMLlib::PMMLlib::ExportFortran (std::string file, std::string functionName, std::string header) |
| PMMLLIB_EXPORT void | PMMLlib::PMMLlib::ExportPython (std::string file, std::string functionName, std::string header) |
| PMMLLIB_EXPORT std::string | PMMLlib::PMMLlib::ExportPyStr (std::string functionName, std::string header) |
| void | PMMLlib::PMMLlib::ExportNeuralNetworkCpp (std::string file, std::string functionName, std::string header) |
| Specific to NeuralNetwork. More... | |
| void | PMMLlib::PMMLlib::ExportNeuralNetworkFortran (std::string file, std::string functionName, std::string header) |
| Specific to NeuralNetwork. More... | |
| void | PMMLlib::PMMLlib::ExportNeuralNetworkPython (std::string file, std::string functionName, std::string header) |
| Specific to NeuralNetwork. More... | |
| std::string | PMMLlib::PMMLlib::ExportNeuralNetworkPyStr (std::string functionName, std::string header) |
| Specific to NeuralNetwork. More... | |
| void | PMMLlib::PMMLlib::ExportLinearRegressionCpp (std::string, std::string, std::string) |
| Specific to RegressionModel More... | |
| void | PMMLlib::PMMLlib::ExportLinearRegressionFortran (std::string, std::string, std::string) |
| Specific to Regression. More... | |
| void | PMMLlib::PMMLlib::ExportLinearRegressionPython (std::string, std::string, std::string) |
| Specific to Regression. More... | |
| std::string | PMMLlib::PMMLlib::ExportLinearRegressionPyStr (std::string functionName, std::string header) |
| Specific to Regression. More... | |
Methods dedicated to file export
| void PMMLlib::PMMLlib::ExportCpp | ( | std::string | file, |
| std::string | functionName, | ||
| std::string | header | ||
| ) |
Export the current model as a function in a Cpp file.
| file | Name of the file |
| functionName | Name of the function |
| header | Header of the function |
Definition at line 596 of file PMMLlib.cxx.
References PMMLlib::kANN, and PMMLlib::kLR.
| void PMMLlib::PMMLlib::ExportFortran | ( | std::string | file, |
| std::string | functionName, | ||
| std::string | header | ||
| ) |
Export the current model as a function in a Fortran file.
| file | Name of the file |
| functionName | Name of the function |
| header | Header of the function |
Definition at line 616 of file PMMLlib.cxx.
References PMMLlib::kANN, and PMMLlib::kLR.
|
private |
Specific to RegressionModel
Export the current model as a NeuralNetwork function in a Cpp file.
| file | Name of the file |
| functionName | Name of the function |
| header | Header of the function |
Definition at line 2640 of file PMMLlib.cxx.
References yacsorb.CORBAEngineTest::i.
|
private |
Specific to Regression.
Export the current model as a NeuralNetwork function in a Fortran file.
| file | Name of the file |
| functionName | Name of the function |
| header | Header of the function |
Definition at line 2705 of file PMMLlib.cxx.
References yacsorb.CORBAEngineTest::i, and PMMLlib::NumberToString().
|
private |
Specific to Regression.
Export the current model as a NeuralNetwork function in a Python string.
| functionName | Name of the function |
| header | Header of the function |
Definition at line 2805 of file PMMLlib.cxx.
References yacsorb.CORBAEngineTest::i.
|
private |
Specific to Regression.
Export the current model as a NeuralNetwork function in a Python file.
| file | Name of the file |
| functionName | Name of the function |
| header | Header of the function |
Definition at line 2788 of file PMMLlib.cxx.
|
private |
Specific to NeuralNetwork.
Export the current model as a NeuralNetwork function in a Cpp file.
| file | Name of the file |
| functionName | Name of the function |
| header | Header of the function |
Definition at line 1695 of file PMMLlib.cxx.
References yacsorb.CORBAEngineTest::i.
|
private |
Specific to NeuralNetwork.
Export the current model as a NeuralNetwork function in a Fortran file.
| file | Name of the file |
| functionName | Name of the function |
| header | Header of the function |
Definition at line 1865 of file PMMLlib.cxx.
References yacsorb.CORBAEngineTest::i.
|
private |
Specific to NeuralNetwork.
Export the current model as a function in a Python string.
| functionName | Name of the function |
| header | Header of the function |
Definition at line 2020 of file PMMLlib.cxx.
References yacsorb.CORBAEngineTest::i.
|
private |
Specific to NeuralNetwork.
Export the current model as a NeuralNetwork function in a Python file.
| file | Name of the file |
| functionName | Name of the function |
| header | Header of the function |
Definition at line 2001 of file PMMLlib.cxx.
| std::string PMMLlib::PMMLlib::ExportPyStr | ( | std::string | functionName, |
| std::string | header | ||
| ) |
Export the current model as a function in a Python string.
| file | Name of the file |
| functionName | Name of the function |
| header | Header of the function |
Definition at line 653 of file PMMLlib.cxx.
References PMMLlib::kANN, and PMMLlib::kLR.
| void PMMLlib::PMMLlib::ExportPython | ( | std::string | file, |
| std::string | functionName, | ||
| std::string | header | ||
| ) |
Export the current model as a function in a Python file.
| file | Name of the file |
| functionName | Name of the function |
| header | Header of the function |
Definition at line 634 of file PMMLlib.cxx.
References PMMLlib::kANN, and PMMLlib::kLR.
|
private |
Specific to NeuralNetwork.
Fill the vectors used by the ExportXXX methods.
| nInput | |
| nOutput | |
| nHidden | |
| normType | |
| minInput | |
| maxInput | |
| minOutput | |
| maxOutput | |
| valW |
Definition at line 1602 of file PMMLlib.cxx.
References yacsorb.CORBAEngineTest::i.