|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimilarDomainCase | |
|---|---|
| es.upv.dsic.gti_ia.argAgents | |
| es.upv.dsic.gti_ia.argAgents.domainCBR | |
| Uses of SimilarDomainCase in es.upv.dsic.gti_ia.argAgents |
|---|
| Methods in es.upv.dsic.gti_ia.argAgents that return types with arguments of type SimilarDomainCase | |
|---|---|
static ArrayList<SimilarDomainCase> |
SimilarityAlgorithms.normalizedEuclideanSimilarity(HashMap<Integer,Premise> premises,
ArrayList<DomainCase> candidateCases)
Returns a list of the candidate domain-cases with a similarity degree to the given domain-cases. |
static ArrayList<SimilarDomainCase> |
SimilarityAlgorithms.normalizedTverskySimilarity(HashMap<Integer,Premise> premises,
ArrayList<DomainCase> candidateCases)
Returns a list of the candidate domain-cases with a similarity degree to the given domain-cases. |
static ArrayList<SimilarDomainCase> |
SimilarityAlgorithms.weightedEuclideanSimilarity(HashMap<Integer,Premise> premises,
ArrayList<DomainCase> candidateCases)
Returns a list of the candidate domain-cases with a similarity degree to the given domain-cases. |
| Uses of SimilarDomainCase in es.upv.dsic.gti_ia.argAgents.domainCBR |
|---|
| Methods in es.upv.dsic.gti_ia.argAgents.domainCBR that return types with arguments of type SimilarDomainCase | |
|---|---|
ArrayList<SimilarDomainCase> |
DomainCBR.retrieve(HashMap<Integer,Premise> premises,
float threshold)
Retrieves the most similar domain-cases to the given premises with a similarity degree greater or equal than a given threshold. |
ArrayList<SimilarDomainCase> |
DomainCBR.retrieveAndRetain(DomainCase domCase,
float threshold)
Retrieves the most similar domain-cases to the given one with a similarity degree greater or equal than a given threshold. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||