Skip to content

Instantly share code, notes, and snippets.

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