frame_in_r: Compute archetypes frame

Description Usage Arguments Value Author(s) References Examples

View source: R/frame_in_r.R

Description

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

Usage

1

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

1
2
3
4
5
6
7
## Not run: 
X <- mtcars
q <- frame_in_r(X)
H <- X[q,]
q

## End(Not run)

adamethods documentation built on Aug. 4, 2020, 5:08 p.m.