as.graph {umap} R Documentation

Extract the umap abstract graph

Description

Usage

as.graph(umap,
    labels = NULL,
    groups = NULL,
    threshold = 0);

Arguments

umap

the @T:Microsoft.VisualBasic.DataMining.UMAP.Umap object or @T:Microsoft.VisualBasic.DataMining.UMAP.UMAPProject data file object.

labels

-

groups

set the graph vertex class label via this parameter manually by pass a character vector which its dimension size is equals to the input entity dataset size, or leaves this parameter omit(nothing) for auto clustering the nodes via Louvain clustering method.

threshold

threshold value for create the edges from the umap manifolds result matrix. [as double]

env

[as Environment]

Details

Authors

MLkit

Value

this function returns data object of type NetworkGraph.

clr value class

Examples


[Package umap version 1.0.0.0 Index]