| meanshift-class {fdm2id} | R Documentation |
MeanShift model
Description
This class contains the model obtained by the MEANSHIFT method.
Slots
clusterA vector of integers indicating the cluster to which each point is allocated.
valueA vector or matrix containing the location of the classified local maxima in the support.
dataThe leaning set.
kernelA string indicating the kernel associated with the kernel density estimate that the mean shift is optimizing over.
bandwidthUsed in the kernel density estimate for steepest ascent classification.
alphaA scalar tuning parameter for normal kernels.
iterationsThe number of iterations to perform mean shift.
epsilonA scalar used to determine when to terminate the iteration of a individual query point.
epsilonClusterA scalar used to determine the minimum distance between distinct clusters.
See Also
[Package fdm2id version 0.9.9 Index]