infer_initial_trajectory
infers an initial trajectory for
infer_trajectory
by clustering the points and calculating
the shortest path through cluster centers. The shortest path takes into account
the euclidean distance between cluster centers, and the density between those two
points.
infer_initial_trajectory(space, k)
the initial trajectory obtained by this method
A numeric matrix or a data frame containing the coordinates of samples.
The number of clusters