clusterValidate

Cluster validation

Contents

Syntax

Description

clusterValidate(data, maxClusterNum, opt) returns the best number of clusters based on cluster validation.

Example

DS=dcData(6);
maxClusterNum=8;
opt.trialNum=10;
opt.plot=1;
bestClusterNum=clusterValidate(DS.input, maxClusterNum, opt);

Top page   Next: classifierTrain.m   Prev:confMatGet.m