getClasses {FKBL}R Documentation

Returns the classes of a given data

Description

Returns the classes of a given data. The class vector must be the last column.

Usage

 getClasses(data)

Arguments

Takes the data.

data The dataset which contain the classes.

Value

The classes of the problem.

Examples

 data(trainA)
 getClasses(trainA)

[Package FKBL version 0.50-4 Index]