mi_scores: Extract mutual information score matrix

View source: R/vistla.R

mi_scoresR Documentation

Extract mutual information score matrix

Description

Produces a matrix S where S_{ij} is a value of I(X_i;X_j). This matrix is always calculated as an initial step of the vistla algorithm and stored in the vistla object.

Usage

mi_scores(x)

Arguments

x

vistla object.

Value

A symmetric square matrix with mutual information scores between features and root.


vistla documentation built on Sept. 28, 2024, 1:08 a.m.

Related to mi_scores in vistla...