Description Usage Arguments Value Author(s) References Examples
Computing the frame with the approach by Mair et al. (2017).
1 | frame_in_r(X)
|
X |
Data frame. |
Vector with the observations that belong to the frame.
Sebastian Mair, code kindly provided by him.
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.
1 2 3 4 5 6 7 | ## Not run:
X <- mtcars
q <- frame_in_r(X)
H <- X[q,]
q
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.