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