pub fn training_irises() -> Result<Vec<ClassifiedIris>>
Expand description
Reads the training data from pre-existing file in PATH_TO_TRAINING_IRISES
.
Returned error reports what failed, not only why.
pub fn training_irises() -> Result<Vec<ClassifiedIris>>
Reads the training data from pre-existing file in PATH_TO_TRAINING_IRISES
.
Returned error reports what failed, not only why.