Hello, I have implemented a basic clustering algorithm using ND4J and want to test it on the iris dataset. I found the following example covering this exact use case:
However, one of the imports is not resolving, and on further inspection I cannot find any mention of this packag in the official docs:
Are there any current examples of how to read, transform and store a CSV file in an INDArray? Or can someone instruct me on how to resolve this import?