ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
Go to the source code of this file.
Data Types | |
interface | pm_knn::setKnnSorted |
Return the input distance matrix whose columns are sorted in ascending order on output, optionally only up to the k th row of each column, such that the k th row in the i th column is the k th nearest neighbor to the \(i^{th}\) reference point.More... | |
Modules | |
module | pm_knn |
This module contains procedures and generic interfaces for computing the nearest neighbor statistics of random samples. | |
Variables | |
character(*, SK), parameter | pm_knn::MODULE_NAME = "@pm_knn" |