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

The base class for generating a vector of Kmeans objects that hold the properties of different Kmeans attempts at any given level of partitioning. More...

Public Attributes

real(RK) potential
 
real(RK), dimension(:,:), allocatable Center
 
integer(IK), dimension(:), allocatable Membership
 
integer(IK), dimension(:), allocatable Size
 
type(Err_type) Err
 

Detailed Description

The base class for generating a vector of Kmeans objects that hold the properties of different Kmeans attempts at any given level of partitioning.

Definition at line 130 of file Partition_mod.F90.

Member Data Documentation

◆ Center

real(RK), dimension(:,:), allocatable Partition_mod::KmeansTry_type::Center

Definition at line 132 of file Partition_mod.F90.

◆ Err

type(Err_type) Partition_mod::KmeansTry_type::Err

Definition at line 135 of file Partition_mod.F90.

◆ Membership

integer(IK), dimension(:), allocatable Partition_mod::KmeansTry_type::Membership

Definition at line 133 of file Partition_mod.F90.

◆ potential

real(RK) Partition_mod::KmeansTry_type::potential

Definition at line 131 of file Partition_mod.F90.

◆ Size

integer(IK), dimension(:), allocatable Partition_mod::KmeansTry_type::Size

Definition at line 134 of file Partition_mod.F90.


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