plot.knncat {knncat}R Documentation

Plot a knncat classifier

Description

Plot a knncat classifier

Usage

## S3 method for class 'knncat':
plot(x, ...)

Arguments

x Knncat object, from knncat
... Other arguments, currently ignored

Details

This plot shows all the estimated numnbers associated with each level of a variable (or knot, for a continuous variable) in a knncat classifier.

Value

None.

Author(s)

Samuel E. Buttrey, buttrey@nps.edu


[Package knncat version 1.1.11 Index]