Package | Description |
---|---|
com.ibm.watson.developer_cloud.concept_insights.v2 |
Concept Insights Service v2
|
Modifier and Type | Method and Description |
---|---|
ServiceCall<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.
|
ServiceCall<Scores> |
ConceptInsights.getDocumentRelationScores(Document document,
List<Concept> concepts)
Returns a list of scores that denotes how related a document is to a list of concepts.
|
ServiceCall<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–2016. All rights reserved.