<< ann_ffbp_init Computation functions ann_hardlim_activ >>

NeuralNet >> Computation functions > ann_gencluster

ann_gencluster

Generate Cluster of Data

Calling Sequence

y = ann_gencluster(m,d,c,std)

Parameters

m :

number of data points for each cluster

d :

number of dimensions

c :

Number of clusters

std :

Standard Deviation of cluster of data

y :

generated output data

Description

Generate Cluster of data base for classification

Examples

y = ann_gencluster(10,2,3,0.05)
plot(y(1,:),y(2,:),'.')

See also

Authors


Report an issue
<< ann_ffbp_init Computation functions ann_hardlim_activ >>