Reputation: 2134
I am trying to create a custom Watson Visual Recognition in java. I have already a classifier created using Curl. Currently I am using the default Watson Classifier. Are there any examples where Watson API is used for custom creation and training of classifiers in Java?
Upvotes: 0
Views: 54
Reputation: 411
The API reference have examples using java, both for creating a new classifier, update it and test it
Upvotes: 3