binary file data model for save the UMAP embedding result
UMAPProject
01 Syntax
Microsoft.VisualBasic.DataMining.UMAP.UMAPProject
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| CreateProjection | 1 | extract matrix data from umap result |
| SetLabels | 1 |
03 Properties
04 Members
CreateProjection(Umap)
extract matrix data from umap result
Parameters
| Name | Type | Description |
|---|---|---|
umap | Umap | - |
graph
KNN graph
embedding
the UMAP embedding result
dimension
width of the vector inside the UMAPProject.embedding result.
samples
number of samples
labels
clusters
SetLabels(
IEnumerable(Of String), IEnumerable(Of String))