Rename recursive fitter and binary model

This commit is contained in:
2021-10-27 11:05:43 +02:00
parent b2bf871500
commit 37746f6c02
15 changed files with 41 additions and 91 deletions

View File

@@ -58,7 +58,7 @@ fn nba_history() {
let seconds_in_year = 365.25 * 24.0 * 60.0 * 60.0;
let mut model = ks::BinaryModel::new(ks::BinaryModelObservation::Probit);
let mut model = ks::model::Binary::new(ks::model::binary::Observation::Probit);
for team in teams {
let kernel: Vec<Box<dyn ks::Kernel>> = vec![