Skip to content

Instantly share code, notes, and snippets.

@sellmair
Last active August 6, 2018 09:50
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 sellmair/d888eba26d3c7ca7d9936b1e4a52a50d to your computer and use it in GitHub Desktop.
Save sellmair/d888eba26d3c7ca7d9936b1e4a52a50d to your computer and use it in GitHub Desktop.
val patternDetector: PatternDetector = (TrendDownPatternDetector().combineWithoutOverlap(TrendUpPatternDetector()))
.combine(CheatDayPatternDetector().combineWithoutOverlap(SelfLyingPatternDetector())
.combine(DietPatternDetector())
.combine(MotivationBoostPatternDetector())
.combine(...)
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment