| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.concept_insights.v2 |
Copyright 2015 IBM Corp.
|
| Modifier and Type | Method and Description |
|---|---|
Scores |
ConceptInsights.getCorpusRelationScores(Corpus corpus,
List<Concept> concepts)
Returns a list of scores that denotes how related an entire corpus is to a list of individual
concepts.
|
Scores |
ConceptInsights.getDocumentRelationScores(Document document,
List<Concept> concepts)
Retrieves concepts that are related (in conceptual sense) to a given document.
|
Scores |
ConceptInsights.getGraphRelationScores(Concept concept,
List<String> concepts)
Returns a list of scores that denotes how related a source concept is to a list of individual
concepts.
|
Copyright © 2015. All rights reserved.