sys_DE: Calculate the Distribution Entropy

View source: R/sys_DE.R

sys_DER Documentation

Calculate the Distribution Entropy

Description

Measure the distribution variability of the presence and absence of feature categories.

Usage

sys_DE(data)

Arguments

data

A dataframe that contains experimental data.

Value

A dataframe including 1. the number of feature in a certain category; 2. the total number of features in the sample; 3. the average value to measure the average uncertainty of feature categories

Examples

data(dataset)
users_data <- dataset
DE = sys_DE(users_data)

sysAgNPs documentation built on April 4, 2025, 3:27 a.m.