plot.lfda {lfda}R Documentation

3D Visualization for LFDA/KLFDA Result

Description

This function plot 3 dimensions of the lfda/klfda result.

Usage

## S3 method for class 'lfda'
plot(x, labels, cleanText = FALSE, ...)

Arguments

x

The lfda/klfda result.

labels

A list of class labels used for lfda/klfda training.

cleanText

A boolean value to specify whether to make the labels in the plot cleaner (default: FALSE)

...

Additional arguments

See Also

See lfda and klfda for the metric learning method used for this visualization.


[Package lfda version 1.1.3 Index]