classification {daltoolbox}R Documentation

classification

Description

Ancestor class for classification problems

Usage

classification(attribute, slevels)

Arguments

attribute

attribute target to model building

slevels

possible values for the target classification

Value

returns a classification object

Examples

#See ?cla_dtree for a classification example using a decision tree

[Package daltoolbox version 1.2.727 Index]