WH_train | R Documentation |
Train weights for WH and output weight vector
WH_train(X, loc0 = 2, locDropout = 1, locMissing = FALSE)
X |
a list of k number of input data, X[[1]] ... X[[k]]. The ith data have sequence information as phyDat format in X[[i]][[1]], and tree information in X[[i]][[2]] as phylo format. |
loc0 |
weight location of initial state |
locDropout |
weight location of dropout state |
locMissing |
weight location of missing state, FALSE if there is no missing values |
a weight vector
Il-Youp Kwak (ikwak2@cau.ac.kr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.