bdm.fName {bigMap}R Documentation

Default bdm file name

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

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


bdm.example()
str(exMap$dSet)
str(exMap$ptsne)
bdm.fName(exMap)

[Package bigMap version 2.3.1 Index]