MCLUSTLCURVE Compute learning from multilevel clustering classification
E = MCLUSTLCURVE(LABC,LABT)
DescriptionThis routines calls MCLUSTCERR to create a learning curve ready to be plot by PLOTE. This learning curve evaluates active learning in which objects are assigned to the class of cluster prototypes after combining the multilevel clustering. If no output (E) is requested CLUSTLCURVE calls PLOTE internally and thereby produces automatically a figure with a learning curve. Example(s)
dset = gendatm(30000);
See alsodatasets, mappings, knnc, cluste, clusth, clustk, clustkh, clustm, clustf, clustr, dcluste, dclustf, dclusth, dclustk, dclustm, dclustr, clusteval, clustc, clustnum, mclustcerr, plote,
|