PRTools Contents

PRTools User Guide

genmdat

GENMDAT

Generate multidimensional dataset

    A = GENMDAT(COMMAND,K,N)

Input
 COMMAND Name of command to be used for generating the data,  default 'gendatb'
 K Desired dimensionality, default K = 5.
 N Desired total number of objects, or a vector with desired number  per class. Default N = 100.

Output
 A Dataset with N or SUM(N) number of objects and K features.

Description

The base routine COMMAND (e.g. GENDATB) is called a number of times and  resulting datasets are concatenated, such that a K-dimensional result is  obtained. The base routine is called as COMMAND(N). Possible commands are  GENDATB, GENDATC, GENDATD, GENDATH, GENDATL, GENDATM, GENDATMM, GENDATS

A possible alternative for this routine is GENDATV

See also

datasets, gendatb, gendatc, gendatd, gendath, gendatl, gendatm, gendatmm, gendats, gendatv,

PRTools Contents

PRTools User Guide

This file has been automatically generated. If badly readable, use the help-command in Matlab.