pub fn try_cross_entropy_rate_bytes(
test_data: &[u8],
train_data: &[u8],
) -> InfotheoryResult<f64>Expand description
Fallible cross-entropy rate estimate with the default context backend.
pub fn try_cross_entropy_rate_bytes(
test_data: &[u8],
train_data: &[u8],
) -> InfotheoryResult<f64>Fallible cross-entropy rate estimate with the default context backend.