fuzzyKmlSlow | R Documentation |
fuzzyKmlSlow
is a new implementation of fuzzy k-means for longitudinal data (or trajectories).
fuzzyKmlSlow(traj, clusterAffectation, toPlot = "traj",
fuzzyfier = 1.25, parAlgo = parALGO())
traj |
|
clusterAffectation |
|
toPlot |
|
fuzzyfier |
|
parAlgo |
|
fuzzyKmlSlow
is a new implementation of fuzzy k-means for
longitudinal data (or trajectories). To date, it is writen in R (and
not in C, this explain the "slow")
The matrix of the individual membership.
kml
### Data generation
traj <- gald(25)["traj"]
partInit <- initializePartition(3,100,"kmeans--",traj)
### fuzzy Kml
partResult <- fuzzyKmlSlow(traj,partInit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.