WH_train_fit: Train weights for WH, and output distance object
Description
Train weights for WH using the given data, and fit the distance matrix for a input sequence.
Usage
WH_train_fit(x, X)
Value
a dist object
Arguments
x
input data in phyDat format
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.