powered by
Starts the WTT algorithm (third setp of the mapping protocol).
bdm.wtt(bdm, layer = 1)
A bdm instance as generated by bdm.init().
bdm.init()
The number of the t-SNE layer (1 by default).
A copy of the input bdm instance with bdm$wtt (WTT output). bdm$wtt[[layer]]$layer = 'NC' stands for not computed layers.
bdm$wtt[[layer]]$layer = 'NC'
This function requires the up-stream step bdm.pakde().
bdm.pakde()
# NOT RUN { # --- load mapped dataset bdm.example() # --- perform WTT exMap <- bdm.wtt(exMap) # --- plot WTT output bdm.wtt.plot(exMap) # }
Run the code above in your browser using DataLab