classifiers {tablet} | R 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)
[Package tablet version 0.6.12 Index]