Main Content
fcmOptions
Description
Use an fcmOptions
object to specify options for clustering data
using the fcm
function. You can specify options such as the
number of clusters, the clustering exponent, and the distance metric.
Creation
Description
returns a default option
object for FCM clustering.opt
= fcmOptions
specifies options using one or more name-value pair arguments. For example, to compute
three clusters, use opt
= fcmOptions(Name=Value
)NumClusters=3
.
Properties
Object Functions
fcm | Fuzzy c-means clustering |
Examples
Version History
Introduced in R2023a