aprender-core 0.31.2

Next-generation machine learning library in pure Rust
1
2
3
4
5
6
7
8
9
10
11
12
13

impl Default for RosettaStone {
    fn default() -> Self {
        Self::new()
    }
}

// ============================================================================
// Tests (Extreme TDD - Popperian Falsification)
// ============================================================================

#[cfg(test)]
mod tests;