Home > hit > plotting > hit_plot_clust.m

hit_plot_clust

PURPOSE ^

HIT_PLOT_CLUST Plot clusters, cluster centers and outliers

SYNOPSIS ^

function hit_plot_clust(xi,cent,inlp,class_inl,markers,fig)

DESCRIPTION ^

HIT_PLOT_CLUST Plot clusters, cluster centers and outliers

 -------------------------------------------------------------------------
 DESCRIPTION
 -------------------------------------------------------------------------

 hit_plot_clust(xi,cent,inlp,class_inl,markers,fig)
 
 -------------------------------------------------------------------------
 INPUT
 -------------------------------------------------------------------------
 xi: matrix of xi-points to be plot. Each point is a row
 
 cent(i:): center of the i-th cluster.

 inlp: indexes of xi-points that are inliers. If inl(j)=i this means that
 xi(i,:) is an inlier. 

 class_inl: classification of the inliers. If class_inl(j)=i this means
 that xi(inl(j),:) is in the i-th cluster.

 markers: string of colored markers for plotting points belonging to
 different clusters.

 fig: (optional) # of the figure displaying the plot.

 -------------------------------------------------------------------------
 OUTPUT                                                                                                   
 -------------------------------------------------------------------------
 (none)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 01-Dec-2005 10:54:38 by m2html © 2003