Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Weka integration and simple example #12

Merged
merged 2 commits into from
Oct 29, 2015
Merged

Conversation

kren1
Copy link
Contributor

@kren1 kren1 commented Oct 29, 2015

This is all I can do for #7, need to wait for the database for more.

* Created by Timotej on 29-Oct-15.
*/
public class WekaTestPlayground {
Attribute x = new Attribute("x");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind documenting:

  • What the file does
  • How some of the Objects interact (e.g. what are the purposes of Instance and Attribute)

If you do, we could use this as a primer for people moving onto working with weka in the furture

@kren1
Copy link
Contributor Author

kren1 commented Oct 29, 2015

@coopie Is that what you had in mind?

@coopie
Copy link
Contributor

coopie commented Oct 29, 2015

Perfect, squash the commits and I'll pull after CI is also happy. Could you make a note of this in the WEKA page of the wiki (if you feel like making one)

coopie added a commit that referenced this pull request Oct 29, 2015
Add Weka integration and simple example
@coopie coopie merged commit 232c3ba into group-24:master Oct 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants