sys_eval_cri | R Documentation |
This function evaluates the criteria for a binary dataset by calculating the transfer probability matrix and iterating to obtain the transfer probability vector.
sys_eval_cri(binary_dataset, n_iter, vars_to_discretize = NULL)
binary_dataset |
A binary dataframe of datasets used to establish evaluation criteria. |
n_iter |
The number of iterations to reach the steady state. |
vars_to_discretize |
Variables or columns to be discretized. Default is NULL. |
A dataframe containing the scores of nanomaterial features.
data(dataset)
binary_dataset <- dataset
var_dis <- c("Synthesis methods", "pH", "Temperature (℃)",
"Zeta potential (mV)","Size (nm)", "Shape", "Applications")
criteria <- sys_eval_cri(binary_dataset, 6, var_dis)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.