WH_train {DCLEAR} | R Documentation |
Train weights for WH
Description
Train weights for WH and output weight vector
Usage
WH_train(X, loc0 = 2, locDropout = 1, locMissing = FALSE)
Arguments
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 |
Value
a weight vector
Author(s)
Il-Youp Kwak (ikwak2@cau.ac.kr)
[Package DCLEAR version 1.0.13 Index]