bdm.fName {bigMap} | R Documentation |
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.
bdm.fName(bdm)
bdm |
A bdm instance as generated by |
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.
A *.RData file name based on bdm$dSet and main bdm parameters.
bdm.example()
str(exMap$dSet)
str(exMap$ptsne)
bdm.fName(exMap)