threshold: Classification strength indices.

View source: R/threshold.R

thresholdR 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)

clubpro documentation built on June 22, 2024, 9:41 a.m.