Skip to content

Instantly share code, notes, and snippets.

@darcwader
Created October 29, 2017 13:49
Show Gist options
  • Select an option

  • Save darcwader/0341dc05c94924eaeafdf2d25759bea0 to your computer and use it in GitHub Desktop.

Select an option

Save darcwader/0341dc05c94924eaeafdf2d25759bea0 to your computer and use it in GitHub Desktop.
class Spam {
var idf = [Double]()
var vocabulary = [String:Int]()
var norm:Bool = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment