| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.natural_language_classifier.v1 |
Copyright 2015 IBM Corp.
|
| com.ibm.watson.developer_cloud.natural_language_classifier.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Classifier |
NaturalLanguageClassifier.createClassifier(String name,
String language,
File 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.