ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
Partition_mod::ParProp_type Type Reference

The base class for generating objects that hold partition properties at any given level of partitioning based on either volume or density criterion. More...

Inheritance diagram for Partition_mod::ParProp_type:
Collaboration diagram for Partition_mod::ParProp_type:

Public Attributes

real(RK), dimension(:), allocatable ScaleFactorSq
 
real(RK), dimension(:), allocatable ScaleFactor
 
real(RK), dimension(:), allocatable LogVolRatio
 
real(RK), dimension(:,:), allocatable MahalSq
 
- Public Attributes inherited from Partition_mod::BaseProp_type
integer(IK), dimension(:), allocatable Size
 An array of size (nemax) representing the sizes of the corresponding bounding ellipsoids. More...
 
integer(IK), dimension(:), allocatable CumSumSize
 An array of size (0:nemax) containing the Cumulative sum of the array Size(). More...
 
integer(IK), dimension(:), allocatable Membership
 An array of size (np) representing the bounding-ellipsoid membership IDs of the corresponding data points. More...
 
integer(IK), dimension(:), allocatable EffectiveSize
 An array of size (nemax) indicating the likelihood of subclustering (0<<1 if successful, else 1<<2 if failed), enlargement (if < 0), being warranted. If further partitioning is warranted but fails, the likelihood will be negative. More...
 
real(RK), dimension(:), allocatable LogVolNormed
 An array of size (nemax) representing the log-volumes of the corresponding bounding ellipsoids. More...
 
real(RK), dimension(:,:,:), allocatable ChoLowCovUpp
 An array of size (nd,nd,nemax) representing the Cholesky lower triangle, diagonal, and covariance matrices of the bounding ellipsoids. More...
 
real(RK), dimension(:,:,:), allocatable InvCovMat
 An array of size (nd,nd,nemax) representing the full symmetric inverse covariance matrices of the bounding ellipsoids. More...
 
real(RK), dimension(:,:), allocatable ChoDia
 An array of size (nd,nemax) representing the Cholesky lower triangle, diagonal, and covariance matrices of the bounding ellipsoids. More...
 
real(RK), dimension(:,:), allocatable Center
 An array of size (nd,nemax) representing the centers of the bounding ellipsoids. More...
 

Detailed Description

The base class for generating objects that hold partition properties at any given level of partitioning based on either volume or density criterion.

Definition at line 85 of file Partition_mod.F90.

Member Data Documentation

◆ LogVolRatio

real(RK), dimension(:), allocatable Partition_mod::ParProp_type::LogVolRatio

Definition at line 88 of file Partition_mod.F90.

◆ MahalSq

real(RK), dimension(:,:), allocatable Partition_mod::ParProp_type::MahalSq

Definition at line 89 of file Partition_mod.F90.

◆ ScaleFactor

real(RK), dimension(:), allocatable Partition_mod::ParProp_type::ScaleFactor

Definition at line 87 of file Partition_mod.F90.

◆ ScaleFactorSq

real(RK), dimension(:), allocatable Partition_mod::ParProp_type::ScaleFactorSq

Definition at line 86 of file Partition_mod.F90.


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