Save and load data for the class CDecisionForest (Alglib).
|
| static void | toText (CDecisionForest &forest, int hfile) |
| | Save to the text format Alglib (very slow). More...
|
| |
| static bool | toText (CDecisionForest &forest, const string filename, const bool common=true) |
| | Save to the text format Alglib (very slow). More...
|
| |
| static void | fromText (CDecisionForest &forest, int hfile) |
| | Load from the text format Alglib (very slow). More...
|
| |
| static bool | fromText (CDecisionForest &forest, const string filename, const bool common=true) |
| | Load from the text format Alglib (very slow). More...
|
| |
| static void | toBinary (CDecisionForest &forest, int hfile) |
| | Save to the binary format (fast). More...
|
| |
| static bool | toBinary (CDecisionForest &forest, const string filename, const bool common=true) |
| | Save to the binary format (fast). More...
|
| |
| static void | fromBinary (CDecisionForest &forest, int hfile) |
| | Load from the binary format (fast). More...
|
| |
| static bool | fromBinary (CDecisionForest &forest, const string filename, const bool common=true) |
| | Load from the binary format (fast). More...
|
| |