WH_train: Train weights for WH

View source: R/WH_train.r

WH_trainR 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)


DCLEAR documentation built on Sept. 14, 2023, 9:09 a.m.