calc2DEntropy {netSmooth}R Documentation

Calculate entropy in 2D data

Description

Calculate entropy in 2D data

Usage

calc2DEntropy(x, numBins1 = 20, numBins2 = 20)

Arguments

x

the 2D data to get entropy from

numBins1

the number of bins along the first dimension to discretize data into

numBins2

the number of bins along the second dimension to discretize data into

Value

The Shannon entropy in the 2D data x


[Package netSmooth version 1.14.0 Index]