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 clustering using opt
= fcmOptionsfcm
. To modify options, use dot
notation.
specifies options using one or more name-value arguments. For example, opt
= fcmOptions(PropertyName=Value
)opt =
fcmOptions(NumClusters=3)
creates an fcmOptions
sets the
number of clusters to 3.
Properties
Object Functions
fcm | Fuzzy c-means clustering |
Examples
Version History
Introduced in R2023a