getClasses {FKBL} | R Documentation |
Returns the classes of a given data. The class vector must be the last column.
getClasses(data)
Takes the data.
data |
The dataset which contain the classes. |
The classes of the problem.
data(trainA) getClasses(trainA)