Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Model can be generically described using the following trait:

trait Model {

def score(input : AnyVal) : AnyVal

...