Skip to content

Instantly share code, notes, and snippets.

@entzik
Created December 18, 2016 09:24
Show Gist options
  • Save entzik/e6d351c47eab026bb1804366e4230854 to your computer and use it in GitHub Desktop.
Save entzik/e6d351c47eab026bb1804366e4230854 to your computer and use it in GitHub Desktop.
class DataItemSet {
private long[] id;
private double[] metric1;
private double[] metric2;
...
private double[] metricN;
getters...
setters...
}
DataItemSet dataset;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment