R/iucnn_prepare_phy.R
iucnn_prepare_phy.RdExtract Phylogenetic Eigenvectors to represent the phylogenetic relationship in a matrix format for use as NN features.
iucnn_prepare_phy(phy, variance_fraction = 0.8, numeigen = NULL)phylogenetic te in phylo format
select number of Eigenvalues that cumulative explain a specified fraction of variance
select the number eigenvalues
a matrix of phylogenetic Eigenvectors
Other Feature preparation:
iucnn_bias_features(),
iucnn_biome_features(),
iucnn_climate_features(),
iucnn_cnn_features(),
iucnn_footprint_features(),
iucnn_geography_features(),
iucnn_phylogenetic_features(),
iucnn_prepare_features()