classifiers: Identify Classifiers

View source: R/tablet.R

classifiersR Documentation

Identify Classifiers

Description

Identifies classifiers. Generic, with method classifiers.data.frame.

Usage

classifiers(x, ...)

Arguments

x

object

...

passed

Value

see methods

Examples

library(dplyr)
x <- data.frame(grp = 1:2, a = factor(1:2), b = 1:2, c = factor(1:2, levels = 2:1))
x <- group_by(x, grp)
classifiers(x)

tablet documentation built on Sept. 16, 2023, 1:08 a.m.