Skip to main content

try_cross_entropy_bytes

Function try_cross_entropy_bytes 

Source
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.