Uses of Class
es.upv.dsic.gti_ia.argAgents.knowledgeResources.SimilarArgumentCase

Packages that use SimilarArgumentCase
es.upv.dsic.gti_ia.argAgents.argCBR   
 

Uses of SimilarArgumentCase in es.upv.dsic.gti_ia.argAgents.argCBR
 

Methods in es.upv.dsic.gti_ia.argAgents.argCBR that return types with arguments of type SimilarArgumentCase
 ArrayList<SimilarArgumentCase> ArgCBR.getMostSimilarArgCases(ArgumentProblem argProblem)
          Get the argument-cases with the same domain context as the given argument-case and the same dependency relation.
 ArrayList<SimilarArgumentCase> ArgCBR.getSameDomainAndSocialContextAccepted(HashMap<Integer,Premise> premises, Solution solution, SocialContext socialContext)
          Returns the argument-cases with the same domain and social context that have been accepted in teh past
 

Method parameters in es.upv.dsic.gti_ia.argAgents.argCBR with type arguments of type SimilarArgumentCase
 ArrayList<Float> ArgCBR.getAttackDegree(ArrayList<SimilarArgumentCase> sameProblemAcceptedArgCases, ArrayList<Position> initialPositions)
          Returns the attack degree of each given Position
 ArrayList<Float> ArgCBR.getEfficiencyDegree(ArrayList<SimilarArgumentCase> sameProblemAcceptedArgCases, ArrayList<Position> initialPositions)
          Returns the efficiency degree of each initial position
 ArrayList<Float> ArgCBR.getExplanatoryPower(ArrayList<SimilarArgumentCase> sameProblemAcceptedArgCases, ArrayList<Position> initialPositions)
          Returns the explanatory power of the given positions
 



Copyright © 2012 GTI-IA. All Rights Reserved.