This tool is a 'shiny' GUI that visualizes a given Umatrix and allows the user to select areas and mark them as clusters.
A vector containing the selected class ids. The order is corresponding to the given Bestmatches
Matrix of Umatrix Heights
Array with positions of Bestmatches
Classification of the Bestmatches
Matrix of an island that will be cut out of the Umatrix
Are BestMatches placed on a toroid grid? TRUE by default
Thrun, M. C., Lerch, F., Loetsch, J., Ultsch, A.: Visualization and 3D Printing of Multivariate Data of Biomarkers, in Skala, V. (Ed.), International Conference in Central Europe on Computer Graphics, Visualization and Computer Vision,Plzen, 2016.
if (FALSE) {
data("Hepta")
e = esomTrain(Hepta$Data, Key = 1:nrow(Hepta$Data))
cls = iClassification(e$Umatrix, e$BestMatches)
}
Run the code above in your browser using DataLab