| 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.
|
| com.ibm.watson.developer_cloud.natural_language_classifier.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Classifier |
NaturalLanguageClassifier.createClassifier(String name,
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> |
Classifiers.getClassifiers()
Gets the classifiers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Classifiers.setClassifiers(List<Classifier> classifiers)
Sets the classifiers.
|
Copyright © 2015. All rights reserved.