Created
December 18, 2016 09:24
-
-
Save entzik/e6d351c47eab026bb1804366e4230854 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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