| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.natural_language_classifier.v1 |
The IBM Watson Natural Language Classifier service applies deep learning
techniques to make predictions about the best predefined classes for short
sentences or phrases.
|
| Modifier and Type | Method and Description |
|---|---|
Classifier |
NaturalLanguageClassifier.createClassifier(String language,
List<TrainingData> trainingData)
Sends data to create and train a classifier, and returns information
about the new classifier.
|
Classifier |
NaturalLanguageClassifier.getClassifier(String classifierId)
Retrieves a classifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<Classifier> |
NaturalLanguageClassifier.getClassifiers()
Retrieves the list of classifiers for the user.
|
Copyright © 2015. All rights reserved.