ParaMonte MATLAB 3.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
This is the base class for generating objects that contain the contents of a chain file generated by a ParaMonte sampler.
More...
Public Member Functions | |
function | FileContentsChain (in file, in silent, in sep) |
Return a scalar object of class pm.sampling.FileContentsChain. More... | |
This is the base class for generating objects that contain the contents of a chain file generated by a ParaMonte sampler.
This class is meant to be primarily internally used by the ParaMonte MATLAB library samplers.
See the documentation of the class constructor.
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.
Definition at line 23 of file FileContentsChain.m.
function FileContentsChain::FileContentsChain | ( | in | file, |
in | silent, | ||
in | sep | ||
) |
Return a scalar object of class pm.sampling.FileContentsChain.
This is the constructor of the class pm.sampling.FileContentsChain.
[in] | file | : The input scalar MATLAB string containing the path or web address to an external file. |
[in] | silent | : See the corresponding argument of pm.sampling.FileContentsSample class. (optional. The default is set by pm.sampling.FileContentsSample.) |
[in] | sep | : See the corresponding argument of pm.sampling.FileContentsSample class. (optional. The default is set by pm.sampling.FileContentsSample.) |
self
: The output scalar object of class pm.sampling.FileContentsChain.
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.