EmbeddingRenderExtensions
01 Syntax
Microsoft.VisualBasic.Data.visualize.EmbeddingRenderExtensions
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetPoint2D | 1 | get embedding result as spatial location |
| GetPoint3D | 1 | get embedding result as spatial location |
| DrawEmbedding2D | 1 | plot 2D projection result of umap |
| DrawEmbedding3D | 1 |
03 Members
GetPoint2D(
IDataEmbedding)get embedding result as spatial location
Parameters
| Name | Type | Description |
|---|---|---|
umap | IDataEmbedding | - |
GetPoint3D(
IDataEmbedding)get embedding result as spatial location
Parameters
| Name | Type | Description |
|---|---|---|
umap | IDataEmbedding | - |
DrawEmbedding2D(
IDataEmbedding, IEnumerable(Of String), Dictionary(Of String, String), String, String, String, Boolean, Int32, String)plot 2D projection result of umap
Parameters
| Name | Type | Description |
|---|---|---|
umap | IDataEmbedding | - |
labels | IEnumerable(Of String) | - |
clusters | Dictionary(Of String, String) | [label => clusterid] |
DrawEmbedding3D(
IDataEmbedding, Camera, IEnumerable(Of String), Dictionary(Of String, String), String, String, String, String, String, String, String, Double, Boolean, String, Int32)Parameters
| Name | Type | Description |
|---|---|---|
umap | IDataEmbedding | - |
camera | Camera | - |
labels | IEnumerable(Of String) | - |
clusters | Dictionary(Of String, String) | [label => clusterid] |
size$ | String | - |
padding$ | String | - |
bg$ | String | - |
colorSet$ | String | - |
axisLabelCSS$ | String | - |
axisStroke$ | String | - |
labelCSS$ | String | - |
pointSize# | Double | - |
showLabels | Boolean | - |
labelColor$ | String | - |
bubbleAlpha | Int32 | - |