TrainSafe {FKBL}R Documentation

Makes a train set safer

Description

Takes a train set, and makes some transformations to make it automatically more compatible for being processed by the package. Basically it ensures every variable is a double, and that the every class is an integer, which begin at 0.

Usage

 TrainSafe(train)

Arguments

Takes the train set.

train The train set to be processed.

Value

Returns a safer train set

Examples

data(cancer)
cancer=TrainSafe(cancer)

[Package FKBL version 0.50-4 Index]