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

Public Member Functions

procedure, pass read => readTestData
 

Public Attributes

integer(IK) nd = 2
 
integer(IK) np = 1000
 
real(RK), dimension(:,:), allocatable Point
 

Detailed Description

Definition at line 31 of file test_pm_kmeans.F90.

Member Function/Subroutine Documentation

◆ read()

procedure, pass test_pm_clustering::TestData_type::read

Definition at line 36 of file test_pm_kmeans.F90.

Member Data Documentation

◆ nd

integer(IK) test_pm_clustering::TestData_type::nd = 2

Definition at line 32 of file test_pm_kmeans.F90.

◆ np

integer(IK) test_pm_clustering::TestData_type::np = 1000

Definition at line 33 of file test_pm_kmeans.F90.

◆ Point

real(RK), dimension(:,:), allocatable test_pm_clustering::TestData_type::Point

Definition at line 34 of file test_pm_kmeans.F90.


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