sys_CE | R Documentation |
Calculate the average value of the probability of surprising level of the presence and absence of a particular category within the specific category to measure the average uncertainty of feature categories.
sys_CE(data, dataset)
data |
A dataframe that contains experimental data. |
dataset |
The dataset used to to calculate the ratio of the number of reporting a certain feature in the AgNPs dataset to the total number of samples. |
A dataframe including: 1. the ratio of the number of reporting a certain feature in the AgNPs dataset to the total number of samples; 2. pc:the probability of the feature combination occurring; 3. Hi:the probability of surprising level of the presence and absence of feature combinations to measure the uncertainty of feature combination.
data(dataset)
users_data <- dataset
CE <- sys_CE(users_data, dataset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.