Application of FurthestSum algorithm in order to find an initial solution for Archetypal Analysis
Application of FurthestSum algorithm in order to find an initial solution for Archetypal Analysis
The FurthestSum algorithm as was written by Morup and Hansen in Matlab, see [1] and it is based on [2]. The algorithm has been converted in order to use commonly used data frames in R.
FurthestSum(Y, kappas, irows, exclude =NULL)
Arguments
Y: The data frame with dimensions n×d
kappas: The number of archetypes
irows: The initially used rows of data frame for starting algorithm
exclude: The rows of data frame that we want to exclude from being checked
Returns
The vector of rows that constitute the initial FurthestSum solution