nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.DataMining.UMAP / NNDescentFn

NNDescentFn

Full name Microsoft.VisualBasic.DataMining.UMAP.NNDescentFn Assembly Microsoft.VisualBasic.DataMining.UMAP Members 1

01 Syntax

Microsoft.VisualBasic.DataMining.UMAP.NNDescentFn

02 Methods

NameOverloadsSummary
NNDescent 1 run the nearest neighbour descent for build the approximated knn graph

03 Members

method NNDescent #
NNDescent(Double()(), Int32()(), Int32, Int32, Int32, Double, Double, Boolean, ParallelConfig)

run the nearest neighbour descent for build the approximated knn graph

Parameters
NameTypeDescription
dataDouble()()

the input data matrix

leafArrayInt32()()

the leaf nodes of the random projection forest, which is used for seed the initial state of the neighbour graph.

nNeighborsInt32

the number of the nearest neighbours

nItersInt32

the max number of the descent iterations

maxCandidatesInt32

the max number of the candidate neighbours of each vertex

deltaDouble

the early stop threshold of the descent iteration

rhoDouble

the sample rate of the descent procedure

rpTreeInitBoolean

init the neighbour graph via the random projection forest?

parallelismParallelConfig

the parallelism configuration