|
| __getitem__ (self, i) |
|
| __init__ (self, params, dtype=DistributionType.UNITUNIFORM) |
|
| __iter__ (self) |
|
| __len__ (self) |
|
| __str__ (self) |
|
| add (self, p, dtype=SampleType.ACTIVEUNIT) |
|
| addSample (self, sample) |
|
| array (self) |
|
| combine (self, samples) |
|
| getDim (self, *args, **kws) |
|
| ndarray (self) |
|
| removeSample (self, sample) |
|
| removeSet (self, samples) |
|
| selectActiveElements (self) |
|
| selectProbabilisticSpace (self) |
|
| selectUncertainElements (self) |
|
| selectUnitSpace (self) |
|
◆ __init__()
◆ __getitem__()
python.uq.sampler.Sample.Samples.__getitem__ |
( |
|
self, |
|
|
|
i |
|
) |
| |
References python.uq.refinement.RefinementStrategy.Ranking._dtype, python.uq.refinement.RefinementStrategy.SquaredSurplusRanking._dtype, python.uq.refinement.RefinementStrategy.AnchoredMeanSquaredOptRanking._dtype, python.uq.refinement.RefinementStrategy.SquaredSurplusBFRanking._dtype, python.uq.sampler.Sample.Samples._dtype, python.uq.sampler.Sample.Samples._isActive, python.uq.sampler.Sample.Samples._isUnit, python.uq.parameters.ParameterBuilder.GeneralParameterBuilder._params, python.uq.sampler.Sample.Samples._params, python.uq.sampler.Sampler.Sampler._params, and python.uq.sampler.Sample.Samples._samples.
◆ __iter__()
python.uq.sampler.Sample.Samples.__iter__ |
( |
|
self | ) |
|
◆ __len__()
python.uq.sampler.Sample.Samples.__len__ |
( |
|
self | ) |
|
◆ __str__()
python.uq.sampler.Sample.Samples.__str__ |
( |
|
self | ) |
|
◆ add()
◆ addSample()
python.uq.sampler.Sample.Samples.addSample |
( |
|
self, |
|
|
|
sample |
|
) |
| |
◆ array()
python.uq.sampler.Sample.Samples.array |
( |
|
self | ) |
|
◆ combine()
python.uq.sampler.Sample.Samples.combine |
( |
|
self, |
|
|
|
samples |
|
) |
| |
◆ getDim()
python.uq.sampler.Sample.Samples.getDim |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kws |
|
) |
| |
◆ ndarray()
python.uq.sampler.Sample.Samples.ndarray |
( |
|
self | ) |
|
◆ removeSample()
python.uq.sampler.Sample.Samples.removeSample |
( |
|
self, |
|
|
|
sample |
|
) |
| |
◆ removeSet()
python.uq.sampler.Sample.Samples.removeSet |
( |
|
self, |
|
|
|
samples |
|
) |
| |
◆ selectActiveElements()
python.uq.sampler.Sample.Samples.selectActiveElements |
( |
|
self | ) |
|
◆ selectProbabilisticSpace()
python.uq.sampler.Sample.Samples.selectProbabilisticSpace |
( |
|
self | ) |
|
◆ selectUncertainElements()
python.uq.sampler.Sample.Samples.selectUncertainElements |
( |
|
self | ) |
|
◆ selectUnitSpace()
python.uq.sampler.Sample.Samples.selectUnitSpace |
( |
|
self | ) |
|
◆ _dim
python.uq.sampler.Sample.Samples._dim |
|
protected |
◆ _dtype
python.uq.sampler.Sample.Samples._dtype |
|
protected |
◆ _isActive
python.uq.sampler.Sample.Samples._isActive |
|
protected |
◆ _isUnit
python.uq.sampler.Sample.Samples._isUnit |
|
protected |
◆ _params
python.uq.sampler.Sample.Samples._params |
|
protected |
◆ _samples
python.uq.sampler.Sample.Samples._samples |
|
protected |
The documentation for this class was generated from the following file: