Github user ijokarumawak commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2686#discussion_r194944819
--- Diff:
nifi-nar-bundles/nifi-deeplearning4j-bundle/nifi-deeplearning4j-processors/src/test/resources/classification_test.txt
---
@@ -0,0 +1,100 @@
+1.1,0.5,0.5,0.2,0
--- End diff --
@mans2singh Yeah, I understand that. Those test code were helpful to create
a model file to use in a NiFi flow. My intention was to make the test data and
test case more understandable.
---