8000 GitHub - randomstatistic/weka4scala: Scala wrapper for making it easier to programmatically interact with the Weka machine learning framework.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

randomstatistic/weka4scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weka4scala

Scala wrapper for making it easier to programmatically interact with the Weka machine learning framework.

Specifically:

  • Hide some of the incestious interdependancies between Attribute, Instance, and Instances
  • Deal with names, not array positions and doubles
  • Some utility for loading data from a file that's not in ARFF format

Potential Cons:

  • Some limitations on Attribute types and nominal values (need to be represented as Strings)
  • Adding a wrapper never helps performance, so although this wrapper doesn't seem too offensive, (mostly extra GC, I'd expect) if you have serious performance concerns, you should probably just use the java API directly.

About

Scala wrapper for making it easier to programmatically interact with the Weka machine learning framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0