TL_tsne.default: Default configuration for the diffusion kernel based t-sne

TL_tsne.defaultR Documentation

Default configuration for the diffusion kernel based t-sne

Description

A list with parameters customizing configuration for the diffusion kernel based t-sne (see 'tsne' R package documentation)

Usage

TL_tsne.default

Format

An object of class metanetwork_config of length 11.

Examples

# display all default settings
TL_tsne.default

# create a new settings object with n_neighbors set to 5
TL_tsne.custom = TL_tsne.default
TL_tsne.custom$max_iter = 5
TL_tsne.custom


MarcOhlmann/metanetwork documentation built on July 1, 2023, 6:27 a.m.