Skip to content

Instantly share code, notes, and snippets.

@Wolfonye
Created January 13, 2019 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wolfonye/2fa28c7d050bbc5b184e77cd04e73c95 to your computer and use it in GitHub Desktop.
Save Wolfonye/2fa28c7d050bbc5b184e77cd04e73c95 to your computer and use it in GitHub Desktop.
data-classes dl4j-test
List<RecordDocument> myData [...]
public class RecordDocument [...] {
private int id;
private String originalId;
private List<Feature> features;
private int classificationStatus = 0;
[...]
public class Feature {
private int id;
private FeatureType type;
private String value;
private int recordId;
private String originalPosition;
[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment