mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-04-26 13:49:14 +08:00
Merge pull request #215 from ryanthecubfan/remove-optimisations-println
Yeah, I agree it was probably not the best idea.
This commit is contained in:
commit
7374d36191
@ -133,7 +133,6 @@ func (KNN *KNNClassifier) Predict(what base.FixedDataGrid) (base.FixedDataGrid,
|
||||
}
|
||||
}
|
||||
}
|
||||
fmt.Println("Optimisations are switched off")
|
||||
|
||||
// Remove the Attributes which aren't numeric
|
||||
allNumericAttrs := make([]base.Attribute, 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user