printClst: Print a summary of the classifier output.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/classify.R

Description

Prints a description of the output of classify.

Usage

1
printClst(cc, rows = 8, nameWidth = 30, groupNames)

Arguments

cc

Output of classify

rows

Number of rows corresponding to groups of reference objects to show.

nameWidth

Character width of group names.

groupNames

a named vector containing replacement names for groups keyed by categories in groups (classify) or groupTab (classifyIter).

Value

Output value is NULL; output is to stdout.

Author(s)

Noah Hoffman

See Also

classify, classifyIter

Examples

1
2
3
data(iris)
dmat <- as.matrix(dist(iris[,1:4], method="euclidean"))
groups <- iris$Species

clst documentation built on Nov. 8, 2020, 5:41 p.m.