bdm.wtt {bigMap} | R Documentation |
Starts the WTT algorithm (third setp of the mapping protocol).
bdm.wtt(bdm, layer = 1)
bdm |
A bdm instance as generated by |
layer |
The number of the t-SNE layer (1 by default). |
This function requires the up-stream step bdm.pakde()
.
A copy of the input bdm instance with bdm$wtt (WTT output). bdm$wtt[[layer]]$layer = 'NC'
stands for not computed layers.
# --- load mapped dataset
bdm.example()
# --- perform WTT
exMap <- bdm.wtt(exMap)
# --- plot WTT output
bdm.wtt.plot(exMap)