View source: R/iClassification.R
iClassification | R Documentation |
This tool is a 'shiny' GUI that visualizes a given Umatrix and allows the user to select areas and mark them as clusters.
Umatrix |
Matrix of Umatrix Heights |
BestMatches |
Array with positions of Bestmatches |
Cls |
Classification of the Bestmatches |
Imx |
Matrix of an island that will be cut out of the Umatrix |
Toroid |
Are BestMatches placed on a toroid grid? TRUE by default |
A vector containing the selected class ids. The order is corresponding to the given Bestmatches
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.
## Not run:
data("Hepta")
e = esomTrain(Hepta$Data, Key = 1:nrow(Hepta$Data))
cls = iClassification(e$Umatrix, e$BestMatches)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.