| 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 | |
| com.ibm.watson.developer_cloud.natural_language_classifier.v1.util |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
TrainingData |
TrainingData.withClasses(String... classes)
With classes.
|
TrainingData |
TrainingData.withText(String text)
With text.
|
| Modifier and Type | Method and Description |
|---|---|
static List<TrainingData> |
TrainingDataUtils.fromCSV(File file,
org.apache.commons.csv.CSVFormat format)
Creates the training data list based on a csv file.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
TrainingDataUtils.toCSV(TrainingData... data)
Converts a training like argument list to a CSV representation.
|
Copyright © 2015. All rights reserved.