Isomap procetion as introduced in 2000 by Tenenbaum, de Silva and Langford
Even with a manifold structure, the sampling must be even and dense so that dissimilarities along a manifold are shorter than across the folds. If data do not have such a manifold structure, the results are very sensitive to parameter values.
Isomap(Inputdistances,k,OutputDimension=2,PlotIt=FALSE,Cls)
Matrix containing the distances of the data
number of k nearest neighbors, if the data is fragmented choose an higher k
Number of dimensions in the output space, default = 2
Default: FALSE, If TRUE: Plots the projection as a 2d visualization. If OutputDimension > 2 only the first two dimensions will be shown.
Optional and only relevant if PlotIt=TRUE. Numeric vector, given Classification in numbers: every element is the cluster number of a certain corresponding element of data.
ProjectedPoints[1:n,OutputDimension] n by OutputDimension matrix containing coordinates of the Projection: A matrix of the fitted configuration..