Usage
FastSpectralNJW(data, nK = NULL, Kech = 2000, StopCriteriaElbow = 0.97, neighbours = 7, method = "", nb.iter = 10, uHMMinterface = FALSE, console = NULL, tm = NULL)
Arguments
data
numeric matrix or dataframe.
nK
number of clusters desired. If NULL, optimal number of clusters will be computed using gap criteria.
Kech
maximum number of representative points in sampled data.
StopCriteriaElbow
maximum (minimum ?) de variance expliquees des points representatifs souhaite.
neighbours
number of neighbours considered for the computation of local scale parameters.
method
string specifying the spectral classification method desired, either "PAM" (for spectral kmedoids) or "" (for "spectral kmeans").
nb.iter
number of iterations.
uHMMinterface
logical indicating whether the function is used via the uHMMinterface.
console
frame of the uHMM interface in which messages should be displayed (only if uHMMinterface=TRUE).
tm
a one row dataframe containing text to display in the uHMMinterface (only if uHMMinterface=TRUE).