ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
test_pm_knn.F90 File Reference

Go to the source code of this file.

Data Types

interface  test_pm_knn::TestData_type
 

Modules

module  test_pm_knn
 This module contains tests of the module pm_knn.
 

Functions/Subroutines

subroutine test_pm_knn::setTest ()
 
type(TestData_type) function test_pm_knn::contructTestData ()
 
logical(LK) function test_pm_knn::test_getEucDistSq_1 ()
 
logical(LK) function test_pm_knn::test_getPairDistSq_1 ()
 Test getPairDistSq(). More...
 
logical(LK) function test_pm_knn::test_getDistSortedExpDiff_1 ()
 Test setDisSortedExpDiff() for an even value of nd. More...
 
logical(LK) function test_pm_knn::test_getDistSortedExpDiff_2 ()
 Test setDisSortedExpDiff() for an even value of nd but with a reference point from within input set of points. More...
 
logical(LK) function test_pm_knn::test_getDistSortedExpDiff_3 ()
 Test setDisSortedExpDiff() for an odd value of nd with a reference point from within input set of points. More...
 
logical(LK) function test_pm_knn::test_getHub_1 ()
 Test getHub(). More...
 

Variables

type(test_type) test_pm_knn::test
 
type(TestData_type) test_pm_knn::TestData