Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active December 10, 2020 04:32
Show Gist options
  • Save mcsee/4909df965d81e5ec9008fee0ee5bb0fc to your computer and use it in GitHub Desktop.
Save mcsee/4909df965d81e5ec9008fee0ee5bb0fc to your computer and use it in GitHub Desktop.
<?
final class SupervisedLearningStrategy {
const CONFIDENCE_INTERVAL_THRESHOLD = 0.001;
function xx() {
if ($estimatedError <= self::CONFIDENDE_INTERVAL_THRESHOLD) {
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment