bdm.fName: Default bdm file name

Description Usage Arguments Details Value Examples

View source: R/bdm_main.R

Description

Generates a default file name. The default file name is intended for functions bdm.save() and bdm.scp() to ease the task of working/organizing multiple runs on the same dataset.

Usage

1
bdm.fName(bdm)

Arguments

bdm

A bdm instance as generated by bdm.init().

Details

The file name is generated based on bdm$dSet and main ptSNE parameters (threads, layers, rounds, boost and perplexity). In case that bdm.wtt() has been performed on any of the layers, the number of clusters in the first not null layer of bdm$wtt is also included.

Value

A *.RData file name based on bdm$dSet and main bdm parameters.

Examples

1
2
3
4
bdm.example()
str(exMap$dSet)
str(exMap$ptsne)
bdm.fName(exMap)

bigMap documentation built on July 8, 2020, 6:41 p.m.