MATLAB File Help: prtDataSetRegress/getFeatures
prtDataSetRegress/getFeatures
  getFeatures   Return the features of a prtDataSetStandard
  object
 
  data = dataSet.getFeatures() returns dataSet.data
 
  data = dataSet.getFeatures(indices) returns only the
  features of the dataSet object specified by indices, e.g.,
   data = dataSet.data(:,indices);
Method Details
Defining Class prtDataSetStandard
Access public
Sealed false
Static false