perClass Documentation
development version 3.2 (14-Mar-2012)
Content

Comments? Ideas? Compliments?

Your email (only if you wish to be contacted)

GETPROPLIST Return list of available properties

     PL=GETPROPLIST(DATA)
     PL=GETPROPLIST(DATA,'feat')
     PL=GETPROPLIST(DATA,'data')

 INPUT
   DATA     Data set

 OUTPUT
   PL       Cell array with property names

 DESCRIPTION
 GETPROPLIST returns the list of properties in DATA.  By default, sample
 properties are returned. With additional parameters, GETPROPLIST may
 return also feature or data properties

 SEE ALSO
 GETPROP, SETPROP