Skip to content

Instantly share code, notes, and snippets.

@sellmair
Created August 3, 2018 12:31
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/dd38b27704476a9285db3e2aa5c6efef to your computer and use it in GitHub Desktop.
Save sellmair/dd38b27704476a9285db3e2aa5c6efef to your computer and use it in GitHub Desktop.
```
interface PatternDetector {
fun findPatterns(data: List<Weight>): List<Pattern>
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment