Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active December 24, 2023 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcsee/b471c753797f1834ddc3b69c08c19bc8 to your computer and use it in GitHub Desktop.
Save mcsee/b471c753797f1834ddc3b69c08c19bc8 to your computer and use it in GitHub Desktop.
<?
final class SupervisedLearningAlgorithm {
public function calculate($processId) {
}
private function analize($processId) {
}
private function executeAndGetData(
$processId,
$isUsingFastMethod = null) {
}
// ... etc etc etc
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment