ParaMonte MATLAB 3.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
This is the base class for generating subclass of MATLAB handle
superclass whose annoying methods are forcefully hidden from the user view.
More...
Public Member Functions | |
function | doc (in self) |
Open the documentation of the class of the parent object on MATLAB display. More... | |
function | help (in self) |
Print help about the class of the parent object on MATLAB display. More... | |
function | hash2comp (in self, in hash) |
function | setKeyVal (in self, in field, in subfield, in key, in val) |
function | newprop (in self, in prop, in val) |
This is the base class for generating subclass of MATLAB handle
superclass whose annoying methods are forcefully hidden from the user view.
Possible calling interfaces ⛓
Example usage ⛓
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
function Handle::doc | ( | in | self | ) |
Open the documentation of the class of the parent object on MATLAB display.
This is a dynamic method of the class pm.matlab.Handle.
[in,out] | self | : The implicitly-passed input argument representing the parent object of the method. |
Possible calling interfaces ⛓
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
function Handle::hash2comp | ( | in | self, |
in | hash | ||
) |
function Handle::help | ( | in | self | ) |
Print help about the class of the parent object on MATLAB display.
This is a dynamic method of the class pm.matlab.Handle.
Possible calling interfaces ⛓
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
function Handle::newprop | ( | in | self, |
in | prop, | ||
in | val | ||
) |
function Handle::setKeyVal | ( | in | self, |
in | field, | ||
in | subfield, | ||
in | key, | ||
in | val | ||
) |