threshold {clubpro}R Documentation

Classification strength indices.

Description

Classification strength indices.

Usage

threshold(m)

Arguments

m

an object of class "clubprofit" produced by club()

Details

Returns a vector containing the classification strength index for each observation.

Value

an object of class clubprothreshold

Examples

mod <- club(width ~ location, data = jellyfish)
threshold(mod)

[Package clubpro version 0.6.1 Index]