public class AttributeInfoWithSimilarityFunction extends AttributeInfo
AttributeInfo for similarity function storage.UNDEFINED_QUANTITY_OF_ADDED_MINIMAL_VALUES| Constructor | Description |
|---|---|
AttributeInfoWithSimilarityFunction(int attributeNumber,
Attribute attribute) |
Constructor for
AttributeInfoWithSimilarityFunction class. |
AttributeInfoWithSimilarityFunction(int attributeNumber,
Attribute[] attributes) |
Constructor for
AttributeInfoWithSimilarityFunction class. |
AttributeInfoWithSimilarityFunction(int attributeNumber,
Attribute[] attributes,
int attributeMeaningDescription,
int quantityOfAddedMinimalValuesIfLorenz) |
Constructor for
AttributeInfoWithSimilarityFunction class. |
AttributeInfoWithSimilarityFunction(int attributeNumber,
Attribute attribute,
int attributeMeaningDescription,
int quantityOfAddedMinimalValuesIfLorenz) |
Constructor for
AttributeInfoWithSimilarityFunction class. |
| Modifier and Type | Method | Description |
|---|---|---|
PairSimilarity |
getSimilarityFunction() |
Gets similarity function defined for the considered attribute
|
void |
setSimilarityFunction(PairSimilarity similarityFunction) |
Sets similarity function defined for the considered attribute.
|
getAttribute, getAttributeMeaningDescription, getAttributeName, getAttributeNumber, getQuantityOfAddedMinimalValuesIfLorenzpublic AttributeInfoWithSimilarityFunction(int attributeNumber,
Attribute attribute,
int attributeMeaningDescription,
int quantityOfAddedMinimalValuesIfLorenz)
AttributeInfoWithSimilarityFunction class.
See constructor of superclass for details and list of possible exceptions.attributeNumber - see AttributeInfo(int, Attribute, int, int)attribute - see AttributeInfo(int, Attribute, int, int)attributeMeaningDescription - see AttributeInfo(int, Attribute, int, int)quantityOfAddedMinimalValuesIfLorenz - see AttributeInfo(int, Attribute, int, int)public AttributeInfoWithSimilarityFunction(int attributeNumber,
Attribute[] attributes,
int attributeMeaningDescription,
int quantityOfAddedMinimalValuesIfLorenz)
AttributeInfoWithSimilarityFunction class.
See constructor of superclass for details and list of possible exceptions.attributeNumber - see AttributeInfo(int, Attribute[], int, int)attributes - see AttributeInfo(int, Attribute[], int, int)attributeMeaningDescription - see AttributeInfo(int, Attribute[], int, int)quantityOfAddedMinimalValuesIfLorenz - see AttributeInfo(int, Attribute[], int, int)public AttributeInfoWithSimilarityFunction(int attributeNumber,
Attribute attribute)
AttributeInfoWithSimilarityFunction class.
See constructor of superclass for details and list of possible exceptions.attributeNumber - see AttributeInfo(int, Attribute)attribute - see AttributeInfo(int, Attribute)public AttributeInfoWithSimilarityFunction(int attributeNumber,
Attribute[] attributes)
AttributeInfoWithSimilarityFunction class.
See constructor of superclass for details and list of possible exceptions.attributeNumber - see AttributeInfo(int, Attribute[])attributes - see AttributeInfo(int, Attribute[])public PairSimilarity getSimilarityFunction()
public void setSimilarityFunction(PairSimilarity similarityFunction)
null when similarity function
should be unset.similarityFunction - similarity function defined for the considered attribute or null when
similarity function should be unset