biplot.nda: Biplot function for Generalized Network-based Dimensionality...

View source: R/nda.R View source: R/biplot.nda.R

biplot.ndaR Documentation

Biplot function for Generalized Network-based Dimensionality Reduction and Analysis (GNDA)

Description

Biplot function for Generalized Network-based Dimensionality Reduction and Analysis (GNDA)

Usage

## S3 method for class 'nda'
biplot(x, main=NULL,...)

Arguments

x

an object of class 'NDA'.

main

main title of biplot.

...

other graphical parameters.

Author(s)

Zsolt T. Kosztyan*, Marcell T. Kurbucz, Attila I. Katona

e-mail*: kosztyan.zsolt@gtk.uni-pannon.hu

References

KosztyƔn, Z. T., Katona, A. I., Kurbucz, M. T., & Lantos, Z. (2024). Generalized network-based dimensionality analysis. Expert Systems with Applications, 238, 121779. <URL: https://doi.org/10.1016/j.eswa.2023.121779>.

See Also

plot, summary, ndr, data_gen.

Examples

# Biplot function without feature selection

# Generate 200 x 50 random block matrix with 3 blocks and lambda=0 parameter

df<-data_gen(200,50,3,0)
p<-ndr(df)
biplot(p)

kzst/nda documentation built on Dec. 16, 2024, 7:02 a.m.