Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

frame_in_r

Compute archetypes frame


Description

Computing the frame with the approach by Mair et al. (2017).

Usage

frame_in_r(X)

Arguments

X

Data frame.

Value

Vector with the observations that belong to the frame.

Author(s)

Sebastian Mair, code kindly provided by him.

References

Mair, S., Boubekki, A. and Brefeld, U., Frame-based Data Factorizations, 2017. Proceedings of the 34th International Conference on Machine Learning, Sydney, Australia, 1-9.

Examples

## Not run: 
X <- mtcars
q <- frame_in_r(X)
H <- X[q,]
q

## End(Not run)

adamethods

Archetypoid Algorithms and Anomaly Detection

v1.2.1
GPL (>= 2)
Authors
Guillermo Vinue, Irene Epifanio
Initial release
2020-08-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.