Learn R Programming

bigMap (version 2.3.1)

bdm.fName: 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().

Value

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

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.

Examples

Run this code
# NOT RUN {
bdm.example()
str(exMap$dSet)
str(exMap$ptsne)
bdm.fName(exMap)
# }

Run the code above in your browser using DataLab