|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DomainCase | |
|---|---|
| es.upv.dsic.gti_ia.argAgents | |
| es.upv.dsic.gti_ia.argAgents.domainCBR | |
| es.upv.dsic.gti_ia.argAgents.knowledgeResources | |
| Uses of DomainCase in es.upv.dsic.gti_ia.argAgents |
|---|
| Method parameters in es.upv.dsic.gti_ia.argAgents with type arguments of type DomainCase | |
|---|---|
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 DomainCase in es.upv.dsic.gti_ia.argAgents.domainCBR |
|---|
| Methods in es.upv.dsic.gti_ia.argAgents.domainCBR that return types with arguments of type DomainCase | |
|---|---|
Collection<ArrayList<DomainCase>> |
DomainCBR.getAllCases()
Returns all cases in a Collection of ArrayLists |
ArrayList<DomainCase> |
DomainCBR.getAllCasesList()
Returns all domain-cases in an ArrayList |
Vector<DomainCase> |
DomainCBR.getAllCasesVector()
Returns all domain-cases in a Vector |
| Methods in es.upv.dsic.gti_ia.argAgents.domainCBR with parameters of type DomainCase | |
|---|---|
boolean |
DomainCBR.addCase(DomainCase newCase)
Adds a new domain-case to domain case-base. |
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. |
| Uses of DomainCase in es.upv.dsic.gti_ia.argAgents.knowledgeResources |
|---|
| Methods in es.upv.dsic.gti_ia.argAgents.knowledgeResources that return DomainCase | |
|---|---|
DomainCase |
SimilarDomainCase.getCaseb()
|
| Methods in es.upv.dsic.gti_ia.argAgents.knowledgeResources that return types with arguments of type DomainCase | |
|---|---|
ArrayList<DomainCase> |
SupportSet.getCounterExamplesDomCases()
|
ArrayList<DomainCase> |
SupportSet.getDomainCases()
|
ArrayList<DomainCase> |
Position.getDomainCases()
|
| Methods in es.upv.dsic.gti_ia.argAgents.knowledgeResources with parameters of type DomainCase | |
|---|---|
void |
SupportSet.addcounterExamplesDomCases(DomainCase newArgumentCase)
|
void |
SupportSet.addDomainCase(DomainCase newDomainCase)
|
void |
Position.addDomainCase(DomainCase newCase)
|
void |
SupportSet.removecounterExamplesDomCases(DomainCase oldArgumentCase)
|
void |
SupportSet.removeDomainCase(DomainCase oldDomainCase)
|
void |
Position.removeDomainCase(DomainCase oldCase)
|
void |
SimilarDomainCase.setCaseb(DomainCase caseb)
|
| Method parameters in es.upv.dsic.gti_ia.argAgents.knowledgeResources with type arguments of type DomainCase | |
|---|---|
void |
SupportSet.setCounterExamplesDomCases(ArrayList<DomainCase> counterExamplesDomCases)
|
void |
SupportSet.setDomainCases(ArrayList<DomainCase> newDomainCases)
|
void |
Position.setDomainCases(ArrayList<DomainCase> domainCases)
|
| Constructors in es.upv.dsic.gti_ia.argAgents.knowledgeResources with parameters of type DomainCase | |
|---|---|
SimilarDomainCase(DomainCase caseb,
Float similarity)
|
|
| Constructor parameters in es.upv.dsic.gti_ia.argAgents.knowledgeResources with type arguments of type DomainCase | |
|---|---|
Position(String agentID,
String dialogueID,
Solution solution,
HashMap<Integer,Premise> premises,
ArrayList<DomainCase> domainCases,
float domainCaseSimilarity)
|
|
SupportSet(ArrayList<Premise> premises,
ArrayList<DomainCase> domainCases,
ArrayList<ArgumentCase> argumentCases,
ArrayList<ArgumentationScheme> schemes,
ArrayList<Premise> distPremises,
ArrayList<Premise> presumptions,
ArrayList<Premise> exceptions,
ArrayList<DomainCase> counterExamplesDomCases,
ArrayList<ArgumentCase> counterExamplesArgCases)
|
|
SupportSet(ArrayList<Premise> premises,
ArrayList<DomainCase> domainCases,
ArrayList<ArgumentCase> argumentCases,
ArrayList<ArgumentationScheme> schemes,
ArrayList<Premise> distPremises,
ArrayList<Premise> presumptions,
ArrayList<Premise> exceptions,
ArrayList<DomainCase> counterExamplesDomCases,
ArrayList<ArgumentCase> counterExamplesArgCases)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||