A C D E F G I L M N O P R S T W X 

A

add(Model...) - Method in class io.cortical.rest.model.ExpressionFactory.ExpressionModel
Add a new model to the expression.
and(Model...) - Static method in class io.cortical.rest.model.ExpressionFactory
Create new And expression.

C

CategoryFilter - Class in io.cortical.rest.model
Generated.
CategoryFilter() - Constructor for class io.cortical.rest.model.CategoryFilter
 
Context - Class in io.cortical.rest.model
Context model.
Context() - Constructor for class io.cortical.rest.model.Context
Creates a new instance of Context.
Context(String, int) - Constructor for class io.cortical.rest.model.Context
Creates a new instance of Context.
Context(String, int, Fingerprint) - Constructor for class io.cortical.rest.model.Context
Creates a new instance of ContextImpl.
CONTEXT - Static variable in class io.cortical.rest.RestServiceConstants
Context string to identify context return type.

D

DEF_VALUE_IMAGE_ENCODING - Static variable in class io.cortical.rest.DefaultValues
"Image encoding" default values.
DEF_VALUE_MAX_CONTEXTS_COUNT - Static variable in class io.cortical.rest.DefaultValues
"Max contexts' count in a response" default value.
DEF_VALUE_MAX_ITEMS_COUNT - Static variable in class io.cortical.rest.DefaultValues
"Max count of items in a response" default value.
DEF_VALUE_PLOT_SCALAR - Static variable in class io.cortical.rest.DefaultValues
"Image plot scalar" default value.
DEF_VALUE_PLOT_SHAPE - Static variable in class io.cortical.rest.DefaultValues
"Image plot shape" default value.
DEF_VALUE_PROVIDE_FINGERPRINT - Static variable in class io.cortical.rest.DefaultValues
"Provide a 'fingerprints' in a response" default value.
DEF_VALUE_RETINAS - Static variable in class io.cortical.rest.DefaultValues
"All available retinas."
DEF_VALUE_SPARSITY - Static variable in class io.cortical.rest.DefaultValues
"Sparsity" default value
DEF_VALUE_START_INDEX - Static variable in class io.cortical.rest.DefaultValues
"Start from index" default value.
DEF_VALUE_TOKENIZER_POS - Static variable in class io.cortical.rest.DefaultValues
"Tokenizer" default parameter.
DefaultValues - Class in io.cortical.rest
Default values.
DefaultValues() - Constructor for class io.cortical.rest.DefaultValues
 

E

ExpressionFactory - Class in io.cortical.rest.model
The Retinas Expression factory.
ExpressionFactory() - Constructor for class io.cortical.rest.model.ExpressionFactory
 
ExpressionFactory.ExpressionModel - Class in io.cortical.rest.model
The base expression model.
ExpressionFactory.ExpressionModel() - Constructor for class io.cortical.rest.model.ExpressionFactory.ExpressionModel
 

F

FilterTrainingObject - Class in io.cortical.rest.model
Generated.
FilterTrainingObject() - Constructor for class io.cortical.rest.model.FilterTrainingObject
 
fingerprint(int...) - Static method in class io.cortical.rest.model.ExpressionFactory
Create new FingerPrint object with the input positions.
Fingerprint - Class in io.cortical.rest.model
Fingerprint : the Retina's semantic representation.
Fingerprint() - Constructor for class io.cortical.rest.model.Fingerprint
Creates a new instance of Fingerprint
Fingerprint(int[]) - Constructor for class io.cortical.rest.model.Fingerprint
Creates a new instance of FingerprintImpl.
FINGERPRINT - Static variable in class io.cortical.rest.RestServiceConstants
Fingerprint string to identify fingerprint return type.
FINGERPRINT_ID - Static variable in class io.cortical.rest.RestServiceConstants
Fingerprint_id string to identify Fingerprint_id return type.

G

getCategoryName() - Method in class io.cortical.rest.model.CategoryFilter
 
getContextId() - Method in class io.cortical.rest.model.Context
Gets the contextId.
getContextLabel() - Method in class io.cortical.rest.model.Context
Gets the contextLabel.
getCosineSimilarity() - Method in class io.cortical.rest.model.Metric
Gets the cosineSimilarity.
getDf() - Method in class io.cortical.rest.model.Term
Gets the document frequency.
getEuclideanDistance() - Method in class io.cortical.rest.model.Metric
Gets the euclideanDistance.
getFingerprint() - Method in class io.cortical.rest.model.Context
Gets the fingerprint.
getFingerprint() - Method in class io.cortical.rest.model.Image
Gets the fingerprint associated with this Image object.
getFingerprint() - Method in class io.cortical.rest.model.Term
Gets the fingerprint.
getFingerprint() - Method in class io.cortical.rest.model.Text
Gets the fingerprint.
getImageData() - Method in class io.cortical.rest.model.Image
Gets the imageData.
getIso_tag() - Method in class io.cortical.rest.model.LanguageRest
 
getJaccardDistance() - Method in class io.cortical.rest.model.Metric
Gets the jaccardDistance.
getLanguage() - Method in class io.cortical.rest.model.LanguageRest
 
getNegativeExamples() - Method in class io.cortical.rest.model.FilterTrainingObject
 
getNumberOfColumns() - Method in class io.cortical.rest.model.Retina
 
getNumberOfRows() - Method in class io.cortical.rest.model.Retina
 
getNumberOfTermsInRetina() - Method in class io.cortical.rest.model.Retina
 
getOverlappingAll() - Method in class io.cortical.rest.model.Metric
Gets the overlappingAll value.
getOverlappingLeftRight() - Method in class io.cortical.rest.model.Metric
Gets the overlappingLeftRight value.
getOverlappingRightLeft() - Method in class io.cortical.rest.model.Metric
Gets the overlappingRightLeft value.
getPositions() - Method in class io.cortical.rest.model.CategoryFilter
 
getPositions() - Method in class io.cortical.rest.model.Fingerprint
Gets the positions of this Fingerprint.
getPositiveExamples() - Method in class io.cortical.rest.model.FilterTrainingObject
 
getPosTypes() - Method in class io.cortical.rest.model.Term
Gets the posTypes.
getRetinaDescription() - Method in class io.cortical.rest.model.Retina
 
getRetinaName() - Method in class io.cortical.rest.model.Retina
 
getScore() - Method in class io.cortical.rest.model.Term
Gets the score.
getSizeLeft() - Method in class io.cortical.rest.model.Metric
Gets the sizeLeft value.
getSizeRight() - Method in class io.cortical.rest.model.Metric
Gets the sizeRight value.
getTerm() - Method in class io.cortical.rest.model.Term
Gets the term.
getText() - Method in class io.cortical.rest.model.Text
Gets the text.
getWeightedScoring() - Method in class io.cortical.rest.model.Metric
Gets the weightedScoring value.
getWiki_url() - Method in class io.cortical.rest.model.LanguageRest
 

I

Image - Class in io.cortical.rest.model
Image.
Image() - Constructor for class io.cortical.rest.model.Image
Creates a new instance of Image.
Image(byte[], Fingerprint) - Constructor for class io.cortical.rest.model.Image
Creates a new instance of ImageImpl.
IMAGE - Static variable in class io.cortical.rest.RestServiceConstants
Image string to identify image return type.
io.cortical.rest - package io.cortical.rest
 
io.cortical.rest.model - package io.cortical.rest.model
 

L

LanguageRest - Class in io.cortical.rest.model
Generated.
LanguageRest() - Constructor for class io.cortical.rest.model.LanguageRest
 

M

MAX_RESULTS_LIMIT - Static variable in class io.cortical.rest.RestServiceConstants
Constant for specifying the maximum limit of returned results in generic methods (bitmaps).
MAX_RESULTS_LIMIT_ALLTERMS - Static variable in class io.cortical.rest.RestServiceConstants
Constant for specifying the maximum limit of returned results in get all terms and wildcards and FP_IDs .
MAX_RESULTS_LIMIT_IMAGES - Static variable in class io.cortical.rest.RestServiceConstants
Constant for specifying the maximum limit of returning images.
Metric - Class in io.cortical.rest.model
A container for the various distance metrics.
Metric() - Constructor for class io.cortical.rest.model.Metric
Creates a new instance of Metric.
Metric(Map<String, Double>) - Constructor for class io.cortical.rest.model.Metric
 
METRIC - Static variable in class io.cortical.rest.RestServiceConstants
Metric string to identify metric return type.
Model - Class in io.cortical.rest.model
The base Model class.
Model() - Constructor for class io.cortical.rest.model.Model
 

N

NULL_API_KEY_MSG - Static variable in class io.cortical.rest.RestServiceConstants
 
NULL_BASE_PATH_MSG - Static variable in class io.cortical.rest.RestServiceConstants
 
NULL_MODEL_MSG - Static variable in class io.cortical.rest.RestServiceConstants
 
NULL_RETINA_MSG - Static variable in class io.cortical.rest.RestServiceConstants
Text constants.
NULL_SERVER_IP_MSG - Static variable in class io.cortical.rest.RestServiceConstants
 
NULL_TERM_MSG - Static variable in class io.cortical.rest.RestServiceConstants
 
NULL_TEXT_MSG - Static variable in class io.cortical.rest.RestServiceConstants
 

O

or(Model...) - Static method in class io.cortical.rest.model.ExpressionFactory
Create new Or expression.

P

PARAM_CONTEXT_ID - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_FINGERPRINT_ID - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_FINGERPRINT_NAME - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_GET_FINGERPRINT - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_IMAGE_ENCODING - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_IMAGE_ENCODING_BASE64 - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_IMAGE_ENCODING_BINARY - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_IMAGE_ENDODING_ALLOWABLE_VALUES - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_IMAGE_SCALAR_DEFAULT - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_INTERNAL_IMAGE_COLOR - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_INTERNAL_IMAGE_COLOR_OVERLAY_TERM1 - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_INTERNAL_IMAGE_COLOR_OVERLAY_TERM2 - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_INTERNAL_IMAGE_SCALAR_CHOOSE - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_LOGICAL_NAME - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_MAX_RESULTS - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_PATH_SIMILARITY_METRIC - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_PATH_SLICE - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_PLOT_SCALAR - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_PLOT_SHAPE - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_PLOT_SHAPE_ALLOWABLE_VALUES - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_PLOT_SHAPE_CIRCLE - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_PLOT_SHAPE_SQUARE - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_POS_TYPE - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_POS_TYPES_ALLOWABLE_VALUES - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_RETINA_NAME - Static variable in class io.cortical.rest.RestServiceConstants
The path parameter referring to the name of a retina.
PARAM_SPARSITY - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_START_INDEX - Static variable in class io.cortical.rest.RestServiceConstants
 
PARAM_TERM - Static variable in class io.cortical.rest.RestServiceConstants
 

R

RestServiceConstants - Class in io.cortical.rest
An abstract class for defining the constants of the rest service.
RestServiceConstants() - Constructor for class io.cortical.rest.RestServiceConstants
 
Retina - Class in io.cortical.rest.model
The Retina model.
Retina() - Constructor for class io.cortical.rest.model.Retina
Creates a new instance of Retina.
Retina(String, String, long, int, int) - Constructor for class io.cortical.rest.model.Retina
Creates a new instance of Retina.

S

setCategoryName(String) - Method in class io.cortical.rest.model.CategoryFilter
 
setContextId(int) - Method in class io.cortical.rest.model.Context
Sets the contextId.
setContextLabel(String) - Method in class io.cortical.rest.model.Context
Sets the contextLabel.
setCosineSimilarity(double) - Method in class io.cortical.rest.model.Metric
Sets the cosineSimilarity.
setDf(double) - Method in class io.cortical.rest.model.Term
Sets the document frequency.
setEuclideanDistance(double) - Method in class io.cortical.rest.model.Metric
Sets the euclideanDistance.
setFingerprint(Fingerprint) - Method in class io.cortical.rest.model.Context
Sets the fingerprint.
setFingerprint(Fingerprint) - Method in class io.cortical.rest.model.Term
Sets the fingerprint.
setIso_tag(String) - Method in class io.cortical.rest.model.LanguageRest
 
setJaccardDistance(double) - Method in class io.cortical.rest.model.Metric
Sets the jaccardDistance.
setLanguage(String) - Method in class io.cortical.rest.model.LanguageRest
 
setNegativeExamples(List<Text>) - Method in class io.cortical.rest.model.FilterTrainingObject
 
setOverlappingAll(int) - Method in class io.cortical.rest.model.Metric
Sets the overlappingAll value.
setOverlappingLeftRight(double) - Method in class io.cortical.rest.model.Metric
Sets the overlappingLeftRight value.
setOverlappingRightLeft(double) - Method in class io.cortical.rest.model.Metric
Sets the overlappingRightLeft value.
setPositions(List<Integer>) - Method in class io.cortical.rest.model.CategoryFilter
 
setPositions(int[]) - Method in class io.cortical.rest.model.Fingerprint
Sets the positions of this Fingerprint.
setPositiveExamples(List<Text>) - Method in class io.cortical.rest.model.FilterTrainingObject
 
setPosTypes(String[]) - Method in class io.cortical.rest.model.Term
Sets the posTypes.
setScore(double) - Method in class io.cortical.rest.model.Term
Sets the score.
setSizeLeft(int) - Method in class io.cortical.rest.model.Metric
Sets the sizeLeft value.
setSizeRight(int) - Method in class io.cortical.rest.model.Metric
Sets the sizeRight value.
setTerm(String) - Method in class io.cortical.rest.model.Term
Sets the term.
setWeightedScoring(double) - Method in class io.cortical.rest.model.Metric
Sets the weightedScoring value.
setWiki_url(String) - Method in class io.cortical.rest.model.LanguageRest
 
sub(Model...) - Static method in class io.cortical.rest.model.ExpressionFactory
Create the Sub expression.

T

TAG_IMAGE_PNG - Static variable in class io.cortical.rest.RestServiceConstants
 
term(String) - Static method in class io.cortical.rest.model.ExpressionFactory
Create new Term object with the input term.
Term - Class in io.cortical.rest.model
A Term model.
Term() - Constructor for class io.cortical.rest.model.Term
Creates a new instance of Term
Term(String) - Constructor for class io.cortical.rest.model.Term
Creates a new instance of Term.
Term(String, int[]) - Constructor for class io.cortical.rest.model.Term
Creates a new instance of Term.
TERM - Static variable in class io.cortical.rest.RestServiceConstants
Term string to identify term return type.
text(String) - Static method in class io.cortical.rest.model.ExpressionFactory
Create new Text object with the input text.
Text - Class in io.cortical.rest.model
Text model.
Text() - Constructor for class io.cortical.rest.model.Text
Creates a new instance of Text.
Text(String, int[]) - Constructor for class io.cortical.rest.model.Text
Creates a new instance of Text.
Text(String) - Constructor for class io.cortical.rest.model.Text
Creates a new instance of Text.
TEXT - Static variable in class io.cortical.rest.RestServiceConstants
Text, containing a Fingerprint and the actual String.
toJson() - Method in class io.cortical.rest.model.ExpressionFactory.ExpressionModel
Returns the json representation of the Model.
toJson() - Method in class io.cortical.rest.model.Model
Returns the json representation of the Model.
toJson(Model...) - Static method in class io.cortical.rest.model.Model
Returns the json representation of the input Model(s).
toJsonBulk(Model[]...) - Static method in class io.cortical.rest.model.Model
Returns the json representation of the input Model(s).
toString() - Method in class io.cortical.rest.model.CategoryFilter
 
toString() - Method in class io.cortical.rest.model.FilterTrainingObject
 
toString() - Method in class io.cortical.rest.model.LanguageRest
 

W

WORDCLOUD - Static variable in class io.cortical.rest.RestServiceConstants
Word cloud string to identify the word cloud return type.

X

xor(Model...) - Static method in class io.cortical.rest.model.ExpressionFactory
Create new Xor expression.
A C D E F G I L M N O P R S T W X 

Copyright © 2015. All rights reserved.