| Package | Description |
|---|---|
| io.cortical.services | |
| io.cortical.services.api.client | |
| io.cortical.services.api.client.api |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayInputStream |
Images.compare(ImagePlotShape shape,
ImageEncoding imageEncoding,
Model model1,
Model model2)
Returns a visualization of the comparison of two fingerprints.
|
ByteArrayInputStream |
Images.compare(ImagePlotShape shape,
ImageEncoding imageEncoding,
String jsonModel)
Returns a visualization of the comparison of two fingerprints.
|
ByteArrayInputStream |
Images.compare(Integer scalar,
ImagePlotShape shape,
ImageEncoding imageEncoding,
Model model1,
Model model2)
Returns a visualization of the comparison of two fingerprints.
|
ByteArrayInputStream |
Images.compare(Integer scalar,
ImagePlotShape shape,
ImageEncoding imageEncoding,
String jsonModel)
Returns a visualization of the comparison of two fingerprints.
|
ByteArrayInputStream |
Images.compare(Model model1,
Model model2)
Returns a visualization of the comparison of two fingerprints.
|
Metric |
Compare.compare(Model model1,
Model model2)
Compare 2 models.
|
ByteArrayInputStream |
Images.compare(String jsonModel)
Returns a visualization of the comparison of two fingerprints.
|
Metric |
Compare.compare(String jsonModel1,
Model model2)
Compare 2 models.
|
Metric |
Compare.compare(String jsonModel1,
String jsonModel2)
Compare 2 models.
|
void |
Fingerprints.deleteFingerprint(String fingerprintId)
Deprecated.
|
List<Retina> |
Retinas.getAllRetinas()
Retrieve all available retinas.
|
List<Term> |
Terms.getAllTerms(Pagination pagination)
Return all available
Terms in the retina. |
List<Term> |
Terms.getAllTerms(Pagination pagination,
Boolean includeFingerprint)
Return all available
Terms in the retina. |
List<Context> |
Expressions.getContexts(Boolean includeFingerprint,
Double sparsity,
Model model)
Calculate contexts of the result of an expression.
|
List<Context> |
Expressions.getContexts(Boolean includeFingerprint,
Double sparsity,
String jsonModel)
Calculate a contexts of the result of an expression.
|
List<Context> |
Expressions.getContexts(Boolean includeFingerprint,
Model model)
Calculate contexts of the result of an expression.
|
List<Context> |
Expressions.getContexts(Boolean includeFingerprint,
String jsonModel)
Calculate a contexts of the result of an expression.
|
List<Context> |
Expressions.getContexts(Double sparsity,
Model model)
Calculate contexts of the result of an expression.
|
List<Context> |
Expressions.getContexts(Double sparsity,
String jsonModel)
Calculate a contexts of the result of an expression.
|
List<Context> |
Expressions.getContexts(Model model)
Calculate contexts of the result of an expression.
|
List<Context> |
Expressions.getContexts(Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
Model model)
Calculate contexts of the result of an expression.
|
List<Context> |
Expressions.getContexts(Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
String jsonModel)
Calculate a contexts of the result of an expression.
|
List<Context> |
Terms.getContexts(String term)
Retrieve contexts for the input term.
|
List<Context> |
Expressions.getContexts(String jsonModel)
Calculate contexts of the result of an expression.
|
List<Context> |
Terms.getContexts(String term,
Boolean includeFingerprint)
Retrieve contexts for the input term.
|
List<Context> |
Terms.getContexts(String term,
Pagination pagination,
Boolean includeFingerprint)
Retrieve contexts for the input term.
|
List<List<Context>> |
Expressions.getContextsBulk(Boolean includeFingerprint,
Double sparsity,
Model... models)
Calculate contexts for each item in the model's array.
|
List<List<Context>> |
Expressions.getContextsBulk(Boolean includeFingerprint,
Double sparsity,
String jsonModel)
Calculate contexts for each items in the model's array.
|
List<List<Context>> |
Expressions.getContextsBulk(Boolean includeFingerprint,
Model... models)
Calculate contexts for each item in the model's array.
|
List<List<Context>> |
Expressions.getContextsBulk(Boolean includeFingerprint,
String jsonModel)
Calculate contexts for each items in the model's array.
|
List<List<Context>> |
Expressions.getContextsBulk(Double sparsity,
Model... models)
Calculate contexts for each item in the model's array.
|
List<List<Context>> |
Expressions.getContextsBulk(Double sparsity,
String jsonModel)
Calculate contexts for each items in the model's array.
|
List<List<Context>> |
Expressions.getContextsBulk(Model... models)
Calculate contexts for each item in the model's array.
|
List<List<Context>> |
Expressions.getContextsBulk(Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
Model... models)
Calculate contexts for each models.
|
List<List<Context>> |
Expressions.getContextsBulk(Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
String jsonModel)
Calculate contexts for each model.
|
List<List<Context>> |
Expressions.getContextsBulk(String jsonModel)
Calculate contexts for each items in the model's array.
|
Fingerprint |
Fingerprints.getFingerprint(String fingerprintId)
Deprecated.
|
List<Fingerprint> |
Texts.getFingerprintBulk(Double sparsity,
Text... texts)
Retrieve a list of fingerprints obtained from input texts (one fingerprint per text).
|
List<Fingerprint> |
Texts.getFingerprints(String text)
Retrieve fingerprints for the input text (text is split and for each item a fingerprint is generated).
|
ByteArrayInputStream |
Images.getImage(ImagePlotShape shape,
Double sparsity,
Model model)
Generate an image for the for the model.
|
ByteArrayInputStream |
Images.getImage(ImagePlotShape shape,
Double sparsity,
String jsonModel)
Generate an image for the for the model.
|
ByteArrayInputStream |
Images.getImage(Integer scalar,
ImagePlotShape shape,
ImageEncoding imageEncoding,
Double sparsity,
Model model)
Generate an image for the for the model.
|
ByteArrayInputStream |
Images.getImage(Integer scalar,
ImagePlotShape shape,
ImageEncoding imageEncoding,
Double sparsity,
String jsonModel)
Generate an image for the for the model.
|
ByteArrayInputStream |
Images.getImage(Model model)
Generate an image for the for the model.
|
ByteArrayInputStream |
Images.getImage(String jsonModel)
Generate an image for the for the model.
|
List<Image> |
Images.getImageBulk(Boolean includeFingerprint,
Integer scalar,
ImagePlotShape shape,
Double sparsity,
Model... models)
Returns a List of
Images for the input models. |
List<Image> |
Images.getImageBulk(Boolean includeFingerprint,
Integer scalar,
ImagePlotShape shape,
Double sparsity,
String jsonModel)
Returns a List of
Images for the input models. |
List<Image> |
Images.getImageBulk(ImagePlotShape shape,
Double sparsity,
Model... models)
Returns a List of
Images for the input models. |
List<Image> |
Images.getImageBulk(ImagePlotShape shape,
Double sparsity,
String jsonModel)
Returns a List of
Images for the input models. |
List<Image> |
Images.getImageBulk(Model... models)
Returns a List of
Images for the input models. |
List<Image> |
Images.getImageBulk(String jsonModel)
Returns a List of
Images for the input models. |
List<String> |
Texts.getKeywords(String text)
Retrieve a list of keywords from the input text.
|
Fingerprint |
Fingerprints.getLogicalFingerprint(String logicalName)
Deprecated.
|
List<Term> |
Expressions.getSimilarTerms(Integer contextId,
Model model)
Get similar terms for the expression (including all parts of speech).
|
List<Term> |
Expressions.getSimilarTerms(Integer contextId,
PosType posType,
Boolean includeFingerprint,
Double sparsity,
Model model)
Get similar terms for the expression.
|
List<Term> |
Expressions.getSimilarTerms(Integer contextId,
PosType posType,
Boolean includeFingerprint,
Double sparsity,
String jsonModel)
Gets similar terms for the expression.
|
List<Term> |
Expressions.getSimilarTerms(Integer contextId,
PosType posType,
Boolean includeFingerprint,
Model model)
Get similar terms for the expression.
|
List<Term> |
Expressions.getSimilarTerms(Integer contextId,
PosType posType,
Boolean includeFingerprint,
String jsonModel)
Gets similar terms for the expression.
|
List<Term> |
Expressions.getSimilarTerms(Integer contextId,
PosType posType,
Double sparsity,
Model model)
Get similar terms for the expression.
|
List<Term> |
Expressions.getSimilarTerms(Integer contextId,
PosType posType,
Double sparsity,
String jsonModel)
Gets similar terms for the expression.
|
List<Term> |
Expressions.getSimilarTerms(Integer contextId,
PosType posType,
Model model)
Get similar terms for the expression.
|
List<Term> |
Expressions.getSimilarTerms(Integer contextId,
PosType posType,
Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
Model model)
Get similar terms for the expression.
|
List<Term> |
Expressions.getSimilarTerms(Integer contextId,
PosType posType,
Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
String jsonModel)
Gets similar terms for the expression.
|
List<Term> |
Expressions.getSimilarTerms(Integer contextId,
PosType posType,
String jsonModel)
Gets similar terms for the expression.
|
List<Term> |
Expressions.getSimilarTerms(Integer contextId,
String jsonModel)
Get similar terms for the expression (including all parts of speech).
|
List<Term> |
Expressions.getSimilarTerms(Model model)
Get similar terms for the expression (including all parts of speech and contexts).
|
List<Term> |
Expressions.getSimilarTerms(PosType posType,
Model model)
Get similar terms for the expression (including all contexts).
|
List<Term> |
Expressions.getSimilarTerms(PosType posType,
String jsonModel)
Get similar terms for the expression (including all contexts).
|
List<Term> |
Terms.getSimilarTerms(String term)
Retrieve all similar terms for the input.
|
List<Term> |
Expressions.getSimilarTerms(String jsonModel)
Get similar terms for the expression (including all parts of speech and contexts).
|
List<Term> |
Terms.getSimilarTerms(String term,
Integer contextId,
PosType posType)
Retrieve all similar terms for the input.
|
List<Term> |
Terms.getSimilarTerms(String term,
Integer contextId,
PosType posType,
Boolean includeFingerprint)
Retrieve all similar terms for the input.
|
List<Term> |
Terms.getSimilarTerms(String term,
Integer contextId,
PosType posType,
Pagination pegination,
Boolean includeFingerprint)
Retrieve all similar terms for the input.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(Integer contextId,
Model... models)
Retrieve similar terms (all parts of speech) for each item in the model's array.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(Integer contextId,
PosType posType,
Boolean includeFingerprint,
Double sparsity,
Model... models)
Retrieve similar terms for the each item in the model's array.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(Integer contextId,
PosType posType,
Boolean includeFingerprint,
Double sparsity,
String jsonModel)
Retrieve similar terms for the each item in the model's array.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(Integer contextId,
PosType posType,
Boolean includeFingerprint,
Model... models)
Retrieve similar terms for each item in the model's array.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(Integer contextId,
PosType posType,
Boolean includeFingerprint,
String jsonModel)
Retrieve similar terms for the each item in the model's array.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(Integer contextId,
PosType posType,
Double sparsity,
Model... models)
Retrieve similar terms for each item in the model's array.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(Integer contextId,
PosType posType,
Double sparsity,
String jsonModel)
Retrieve similar terms for the each item in the model's array.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(Integer contextId,
PosType posType,
Model... models)
Retrieve similar terms for each item in the model's array.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(Integer contextId,
PosType posType,
Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
Model... models)
Retrieve similar terms for each item in the model's array.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(Integer contextId,
PosType posType,
Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
String jsonModel)
Retrieve similar terms for the each item in the model's array.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(Integer contextId,
PosType posType,
String jsonModel)
Retrieve similar terms for the each item in the model's array.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(Integer contextId,
String jsonModel)
Retrieve similar terms for each item in the models array for all parts of speech.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(Model... models)
Retrieve similar terms for each item in the models array for all parts of speech and all contexts.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(PosType posType,
Model... models)
Retrieve similar terms for each item in the model's array including all contexts.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(PosType posType,
String jsonModel)
Retrieve similar terms for each item in the model's array for all contexts.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(String jsonModel)
Retrieve similar terms for each item in the model's array for all parts of speech and all contexts.
|
List<Text> |
Texts.getSlices(String text)
Slice the text.
|
List<Text> |
Texts.getSlices(String text,
Boolean includeFingerprint)
Slice the text.
|
List<Text> |
Texts.getSlices(String text,
Pagination pagination,
Boolean includeFingerprint)
Slice the text.
|
List<Term> |
Terms.getTerm(String term)
Retrieve a term with meta-data for an exact match, or a list of potential retina terms.
|
List<Term> |
Terms.getTerm(String term,
Boolean includeFingerprint)
Retrieve a term with meta-data for an exact match, or a list of potential retina terms.
|
List<Term> |
Terms.getTerm(String term,
Pagination pagination,
Boolean includeFingerprint)
Retrieve a term with meta-data for an exact match, or a list of potential retina terms.
|
List<String> |
Texts.getTokens(String text,
PosTag[] posTags)
Retrieve a list of lists of tokens for the input model: a list of sentences containing lists of
tokens.
|
Retina |
Texts.identifyRetinaByText(String text)
Identifies the language of the text and returns (if possible) a relevant
Retina object. |
Fingerprint |
Expressions.resolve(Double sparsity,
Model model)
Resolves an expression.
|
Fingerprint |
Expressions.resolve(Double sparsity,
String jsonModel)
Resolves an expression.
|
Fingerprint |
Expressions.resolve(Model model)
Resolves an expression.
|
Fingerprint |
Expressions.resolve(String jsonModel)
Resolves an expression.
|
List<Fingerprint> |
Expressions.resolveBulk(Double sparsity,
Model... models)
Resolves a bulk expression call.
|
List<Fingerprint> |
Expressions.resolveBulk(Double sparsity,
String jsonModel)
Resolves a bulk expression.
|
List<Fingerprint> |
Expressions.resolveBulk(Model... models)
Resolves a bulk expression.
|
List<Fingerprint> |
Expressions.resolveBulk(String jsonModel)
Resolves a bulk expression.
|
Retina |
Retinas.retinaByName(String name)
Find retina by name.
|
void |
Fingerprints.updateFingerprint(String fingerprintId,
String name)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
ApiInvoker.deserialize(String json,
String containerType,
Class cls,
ApiInvoker.NestedContent nestedContent)
Deserialize a received response String.
|
Object |
ApiInvoker.invokeAPI(String host,
String path,
String method,
Map<String,String> queryParams,
Object body,
Map<String,String> headerParams,
String contentType)
Serialize an Object.
|
static String |
ApiInvoker.serialize(Object obj)
Serialize an Object.
|
| Modifier and Type | Method and Description |
|---|---|
Metric |
CompareApi.compare(String body,
String retina_name)
Generated.
|
void |
FingerprintsApi.deleteFingerprint(String retina_name,
String fingerprint_id)
Generated.
|
List<List<Context>> |
ExpressionsApi.getContextsForBulkExpression(String body,
Boolean get_fingerprint,
String retina_name,
Integer start_index,
Integer max_results,
Double sparsity)
Generated.
|
List<Context> |
ExpressionsApi.getContextsForExpression(String body,
Boolean get_fingerprint,
String retina_name,
Integer start_index,
Integer max_results,
Double sparsity)
Generated.
|
List<Context> |
TermsApi.getContextsForTerm(String term,
Boolean get_fingerprint,
String retina_name,
Integer start_index,
Integer max_results)
Generated.
|
Fingerprint |
FingerprintsApi.getFingerprint(String retina_name,
String fingerprint_id)
Generated.
|
List<Image> |
ImageApi.getImageForBulkExpressions(String body,
Boolean get_fingerprint,
String retina_name,
Integer image_scalar,
String plot_shape,
Double sparsity)
Generated.
|
ByteArrayInputStream |
ImageApi.getImageForExpression(String body,
String retina_name,
Integer image_scalar,
String plot_shape,
String image_encoding,
Double sparsity)
Generated.
|
List<String> |
TextApi.getKeywordsForText(String body,
String retina_name)
Generated.
|
Retina |
TextApi.getLanguage(String body)
Generated.
|
Fingerprint |
FingerprintsApi.getLogicalFingerprint(String retina_name,
String logical_name)
Generated.
|
ByteArrayInputStream |
ImageApi.getOverlayImage(String body,
String retina_name,
String plot_shape,
Integer image_scalar,
String image_encoding)
Generated.
|
List<Fingerprint> |
TextApi.getRepresentationForText(String body,
String retina_name)
Generated.
|
List<Fingerprint> |
TextApi.getRepresentationsForBulkText(String body,
String retina_name,
Double sparsity)
Generated.
|
List<Retina> |
RetinasApi.getRetinas(String retina_name)
Generated.
|
List<Term> |
TermsApi.getSimilarTerms(String term,
Integer context_id,
String pos_type,
Boolean get_fingerprint,
String retina_name,
Integer start_index,
Integer max_results)
Generated.
|
List<List<Term>> |
ExpressionsApi.getSimilarTermsForBulkExpressionContext(String body,
Integer context_id,
String pos_type,
Boolean get_fingerprint,
String retina_name,
Integer start_index,
Integer max_results,
Double sparsity)
Generated.
|
List<Term> |
ExpressionsApi.getSimilarTermsForExpressionContext(String body,
Integer context_id,
String pos_type,
Boolean get_fingerprint,
String retina_name,
Integer start_index,
Integer max_results,
Double sparsity)
Generated.
|
List<Text> |
TextApi.getSlicesForText(String body,
Boolean get_fingerprint,
String retina_name,
Integer start_index,
Integer max_results)
Generated.
|
List<Term> |
TermsApi.getTerm(String term,
Boolean get_fingerprint,
String retina_name,
Integer start_index,
Integer max_results)
Generated.
|
List<String> |
TextApi.getTokensForText(String body,
String POStags,
String retina_name)
Generated.
|
List<Fingerprint> |
ExpressionsApi.resolveBulkExpression(String body,
String retina_name,
Double sparsity)
Generated.
|
Fingerprint |
ExpressionsApi.resolveExpression(String body,
String retina_name,
Double sparsity)
Generated.
|
void |
FingerprintsApi.updateFingerprint(String retina_name,
String fingerprint_id,
String name)
Generated.
|
Copyright © 2015. All rights reserved.