WH_train_fit {DCLEAR}R Documentation

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)

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.

Value

a dist object

Author(s)

Il-Youp Kwak (ikwak2@cau.ac.kr)


[Package DCLEAR version 1.0.13 Index]