| Package | Description | 
|---|---|
| com.ibm.watson.developer_cloud.concept_insights.v2 | Copyright 2015 IBM Corp. | 
| com.ibm.watson.developer_cloud.concept_insights.v2.model | Copyright 2015 IBM Corp. | 
| com.ibm.watson.developer_cloud.concept_insights.v2.util | 
| Modifier and Type | Method and Description | 
|---|---|
| ConceptMetadata | ConceptInsights. getConcept(Concept concept)Returns information for a specific concept node in a graph. | 
| Concepts | ConceptInsights. getConceptRelatedConcepts(Concept concept,
                         Map<String,Object> parameters)Searches for graph concepts from a Concept by using partial matches. | 
| 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. | 
| 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)Returns a list of scores that denotes how related a document is to a list of concepts. | 
| Concepts | ConceptInsights. getGraphRelatedConcepts(Graph graph,
                       List<Concept> concepts,
                       Map<String,Object> parameters)Searches for graph concepts by using partial matches. | 
| Modifier and Type | Method and Description | 
|---|---|
| Concept | ScoredConcept. getConcept()Gets the concept. | 
| Concept | Annotation. getConcept()Gets the concept. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Concept> | Matches. getMatches()Gets the matches. | 
| List<Concept> | QueryConcepts. getQueryConcepts()Gets the query concepts. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ScoredConcept. setConcept(Concept concept)Sets the concept. | 
| void | Annotation. setConcept(Concept concept)Sets the concept. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Matches. setMatches(List<Concept> matches)Sets the matches. | 
| void | QueryConcepts. setQueryConcepts(List<Concept> queryConcepts)Sets the query concepts. | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | IDHelper. getConceptId(Concept concept)The purpose of this method to validate / generate the concept.id. | 
Copyright © 2015–2016. All rights reserved.