corr_abs: Mean Absolute Correlation Coefficient.

Description Usage Arguments Value

Description

corr_abs computes the correlations between all pairs of features for each class and then averages these values for all pairs and all classes.

Usage

1
corr_abs(x, y)

Arguments

x

A data frame, or an object that can be converted to a data frame, containing only the features of the data.

y

A vector (or factor) determining the class of each example in the data.

Value

The mean absolute correlation coefficient of the input data set.


RomeroBarata/dcme documentation built on May 9, 2019, 2:24 p.m.