Package | Description |
---|---|
messif.objects.impl |
Implementation of basic data objects.
|
Modifier and Type | Field and Description |
---|---|
protected ObjectIntMultiVectorJaccard |
MetaObjectPixMacSCT.keyWords
Object for the KeyWordsType
|
protected ObjectIntMultiVectorJaccard |
MetaObjectProfiSCT.keyWords
Object for the KeyWordsType
|
Modifier and Type | Method and Description |
---|---|
protected ObjectIntMultiVectorJaccard |
MetaObjectProfiSCT.convertWordsToIdentifiers(WordExpander expander,
Stemmer stemmer,
IntStorageIndexed<java.lang.String> wordIndex,
java.lang.Object title,
java.lang.Object keyword,
java.lang.Object search)
Convert the given title, key and additional words to a int multi-vector
object with Jaccard distance function.
|
ObjectIntMultiVectorJaccard |
MetaObjectPixMacSCT.getKeyWords()
Returns the object that encapsulates the keywords for this metaobject.
|
ObjectIntMultiVectorJaccard |
MetaObjectProfiSCT.getKeyWords()
Returns the object that encapsulates the keywords for this metaobject.
|
static ObjectIntMultiVectorJaccard |
CophirXmlParser.parseKeyWordsType(java.lang.String[] texts,
Stemmer stemmer,
IntStorageIndexed<java.lang.String> wordIndex)
Parse the keywords descriptor data.
|
Modifier and Type | Method and Description |
---|---|
static TextDescriptorFactory<ObjectIntMultiVectorJaccard> |
ObjectIntMultiVectorJaccard.createTextDescriptorFactory(java.util.Set<java.lang.String> stopWords,
Stemmer stemmer,
IntStorageIndexed<java.lang.String> writableWordIndex,
IntStorageIndexed<java.lang.String>[] readonlyWordIndexes)
Creates a factory method that converts the given array of strings into
ObjectIntMultiVectorJaccard . |
Constructor and Description |
---|
MetaObjectParametricShapeColorAndText(java.lang.String locatorURI,
java.util.Map<java.lang.String,? extends java.io.Serializable> additionalParameters,
ObjectColorLayout colorLayout,
ObjectShortVectorL1 colorStructure,
ObjectIntVectorL1 scalableColor,
ObjectVectorEdgecomp edgeHistogram,
ObjectXMRegionShape regionShape,
ObjectIntMultiVectorJaccard keyWords)
Creates a new instance of MetaObjectParametricShapeColorAndText.
|
MetaObjectPixMacSCT(java.lang.String locatorURI,
ObjectColorLayout colorLayout,
ObjectShortVectorL1 colorStructure,
ObjectVectorEdgecomp edgeHistogram,
ObjectIntVectorL1 scalableColor,
ObjectXMRegionShape regionShape,
ObjectIntMultiVectorJaccard keyWords,
short attractiveness,
byte credits)
Creates a new instance of MetaObjectPixMacSCT from the given key and encapsulated objects.
|
MetaObjectProfiSCT.MetaObjectProfiSCTWithTKStrings(MetaObjectProfiSCT object,
java.lang.String titleString,
java.lang.String keywordString,
ObjectIntMultiVectorJaccard keyWords)
Creates a new instance of MetaObjectProfiSCTWithTKStrings from the given
MetaObjectProfiSCT . |
MetaObjectProfiSCT(MetaObjectProfiSCT object,
java.lang.String titleString,
java.lang.String keywordString,
ObjectIntMultiVectorJaccard keyWords)
Creates a new instance of MetaObjectProfiSCT from the given
MetaObjectProfiSCT . |
MetaObjectProfiSCT(java.lang.String locatorURI,
ObjectColorLayout colorLayout,
ObjectShortVectorL1 colorStructure,
ObjectVectorEdgecomp edgeHistogram,
ObjectIntVectorL1 scalableColor,
ObjectXMRegionShape regionShape,
ObjectIntMultiVectorJaccard keyWords,
MetaObjectProfiSCT.Rights rights,
java.util.EnumSet<MetaObjectProfiSCT.Territory> territories,
int added,
int archiveID,
int[] attractiveness)
Creates a new instance of MetaObjectProfiSCT from the given key and encapsulated objects.
|
MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMWithTKStrings(MetaObjectProfiSCT object,
java.lang.String titleString,
java.lang.String keywordString,
ObjectIntMultiVectorJaccard keyWords)
Creates a new instance of MetaObjectProfiSCTiDIMWithTKStrings from the given
MetaObjectProfiSCT . |
MetaObjectProfiSCTiDIM(MetaObjectProfiSCT object,
java.lang.String titleString,
java.lang.String keywordString,
ObjectIntMultiVectorJaccard keyWords) |
MetaObjectProfiSCTiDIM(java.lang.String locatorURI,
ObjectColorLayout colorLayout,
ObjectShortVectorL1 colorStructure,
ObjectVectorEdgecomp edgeHistogram,
ObjectIntVectorL1 scalableColor,
ObjectXMRegionShape regionShape,
ObjectIntMultiVectorJaccard keyWords,
MetaObjectProfiSCT.Rights rights,
java.util.EnumSet<MetaObjectProfiSCT.Territory> territories,
int added,
int archiveID,
int[] attractiveness) |