Method | Description | |
---|---|---|
GetDefaultName ( ) : String |
Returns the algorithm string identifier. This string is used as top level xml/yml node tag when the object is saved to a file or string.
|
|
Read ( |
Reads algorithm parameters from a file storage
|
|
Save ( string filename ) : void |
Saves the algorithm to a file. In order to make this method work, the derived class must implement Algorithm::write(FileStorage fs).
|
|
Write ( |
Stores algorithm parameters in a file storage
|