infomeasure 0.1.0-alpha.1

Information theory measures and entropy calculations for Rust
Documentation
1
2
3
4
5
6
7
// SPDX-FileCopyrightText: 2025-2026 Carlson Büth <code@cbueth.de>
//
// SPDX-License-Identifier: MIT OR Apache-2.0

// Common N-D dataset utilities shared by continuous estimators (kernel, kNN-based, MI/TE)

pub mod dataset;