PRTools contents |
GENDATL
A = GENDATL(N,S)
Input | |
N | Number of objects per class (optional; default: [50 50]) |
S | Standard deviation for the data generation (optional; default: 1) |
Output | |
A | Dataset |
Generation of Lithuanian classes, a 2-dimensional, 2-class dataset A of N objects according to the definition given by Raudys. The data is uniformly distributed along two sausages and is superimposed by a normal distribution with standard deviation S in all directions. Class priors are P(1) = P(2) = 0.5.
PRTools contents |