rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
List of all members | Public Member Functions | Public Attributes
ParameterSampling.Single Class Reference

Detailed Description

Definition at line 18 of file Single.m.

Inheritance diagram for ParameterSampling.Single:
Inheritance graph
[legend]
Collaboration diagram for ParameterSampling.Single:
Collaboration graph
[legend]

Public Member Functions

function  init_sample (IDetailedModel dmodel)
 initializes the parameter sampling object
 
function size = size ()
 returns the number of parameter vectors in this sampling
 
- Public Member Functions inherited from ParameterSampling.Interface
function
please_init = 
init_required ()
 returns a boolean indicating whether the object is fully functional, or must be initialized by a call to init_sample().
 

Public Attributes

 sample
 matrix storing the parameter vectors in the parameter samples as row vectors.
 
- Public Attributes inherited from ParameterSampling.Interface
 sample
 matrix storing the parameter vectors in the parameter samples as row vectors.
 

Additional Inherited Members

- Protected Attributes inherited from ParameterSampling.Interface
 init_done = false
 boolean indicating whether the object has already been initialized by a call of init_sample().
 

Member Function Documentation

function ParameterSampling.Single.init_sample ( IDetailedModel  dmodel)
virtual

initializes the parameter sampling object

Parameters
dmodelobject specifying how the high dimensional data can be computed.

Implements ParameterSampling.Interface.

Definition at line 59 of file Single.m.

function size = ParameterSampling.Single.size ( )
virtual

returns the number of parameter vectors in this sampling

Return values
sizesample size

Implements ParameterSampling.Interface.

Definition at line 66 of file Single.m.

Member Data Documentation

ParameterSampling.Single.sample

matrix storing the parameter vectors in the parameter samples as row vectors.

Note
This property has the MATLAB attribute Dependent set to true.
This property has non-standard access specifiers: SetAccess = Private, GetAccess = Public
Matlab documentation of property attributes.
[readonly]

Definition at line 28 of file Single.m.


The documentation for this class was generated from the following file: