Constructor
Try to create a similarity data for a similarity function.
The name of a similarity function
The similarity data (commonly, from a similarity data file)
true if the similarity data was created; false, otherwise
Return the list of local similarity functions for a similarity function
The name of a similarity function
The list of local similarity functions if the similarity function exists in this DAO; or null, otherwise
Return the similarity value of two cases using a similarity function. The similarity values is returned as an object with detailed information about global and local similarity between cases
The name of a similarity function
A unique case id
Another unique case id
A similarity value object; or null if any case or the similarity function does not exist in this DAO.
Return the Similarity data computed for a similarity function on a casebase
The name of a similarity function
The similarity data for this similarity function; or null, if the similarity function does not exist for this dataset
Initialize the similarity DAO for a case base with the similarity functions provided
A list with the similarity data files available for a case base
A list with the unique case ids for the casebase stored in this DAO
A DAO that stores similarity data for different similarity functions for a unique case base