anirudhs96 / TWO-NN

Intrinsic dimension estimation tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TWO-NN

Intrinsic dimension estimation tools

Usage:

./TWO-NN.x -input {-coord|-dist} [-discard ]

Files:

In the case of a file of coordinates, every column corresponds to a coordinate ( and each row represents a point) In the case of distances, an upper diagonal matrix has to be passed to the program, in the form index1 >> index2 >> dist(index1, index2);

Outputs:

r_list.dat file containing the list of distances between the point and its first and second neighbor nu_list.dat file containing the list of nu values
fun.dat file containing the coordinates to plot the S-set

The program produces also two plot, the block analysis plot and the S-set plot

About

Intrinsic dimension estimation tools


Languages

Language:C++ 100.0%