MATLAB File Help: 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);
Defining Class | prtDataSetStandard |
Access | public |
Sealed | false |
Static | false |