bdm.wtt | R Documentation |
Starts the WTT algorithm (third setp of the mapping protocol).
bdm.wtt(bdm, layer = 1)
bdm |
A bdm data mapping instance. |
layer |
The ptSNE output layer. Default value is layer = 1. |
This function requires the up-stream step bdm.pakde().
A bdm data mapping instance.
# --- load mapped dataset
bdm.example()
# --- perform WTT
m <- bdm.wtt(ex$map)
# --- plot WTT output
bdm.wtt.plot(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.