Skip to content

Instantly share code, notes, and snippets.

@maltebucksch
Created August 3, 2018 14:49
Show Gist options
  • Save maltebucksch/eb665eb195fe4177a4aed0d115f22bb6 to your computer and use it in GitHub Desktop.
Save maltebucksch/eb665eb195fe4177a4aed0d115f22bb6 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