|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.method.maintenance.CompetenceModel
public class CompetenceModel
Computes the competence model for a given case base.
Constructor Summary | |
---|---|
CompetenceModel()
|
Method Summary | |
---|---|
void |
computeCompetenceModel(SolvesFunction solves,
KNNClassificationConfig knnConfig,
java.util.Collection<CBRCase> cases)
Computes the competence model for the given cases using the given solves function. |
java.util.Collection<CBRCase> |
getCoverageSet(CBRCase c)
Returns the coverage set of the given case. |
java.util.Map<CBRCase,java.util.Collection<CBRCase>> |
getCoverageSets()
Returns the coverage sets of the case base. |
java.util.Collection<CBRCase> |
getLiabilitySet(CBRCase c)
Returns the liability set of the given case. |
java.util.Map<CBRCase,java.util.Collection<CBRCase>> |
getLiabilitySets()
Returns the liability sets of the case base. |
java.util.Collection<CBRCase> |
getReachabilitySet(CBRCase c)
Returns the reachability set of the given case. |
java.util.Map<CBRCase,java.util.Collection<CBRCase>> |
getReachabilitySets()
Returns the reachability sets of the case base. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompetenceModel()
Method Detail |
---|
public void computeCompetenceModel(SolvesFunction solves, KNNClassificationConfig knnConfig, java.util.Collection<CBRCase> cases)
solves
- the function to use to find which cases
solve a query case.knnConfig
- cases
- the cases for which the competence model
is being computed.public java.util.Collection<CBRCase> getCoverageSet(CBRCase c) throws InitializingException
c
- the case whose coverage set is being retrieved.
InitializingException
- Indicates that the competence
model has not yet been computed.public java.util.Collection<CBRCase> getReachabilitySet(CBRCase c) throws InitializingException
c
- the case whose reachability set is being retrieved.
InitializingException
- Indicates that the competence
model has not yet been computed.public java.util.Collection<CBRCase> getLiabilitySet(CBRCase c) throws InitializingException
c
- the case whose liability set is being retrieved.
InitializingException
- Indicates that the competence
model has not yet been computed.public java.util.Map<CBRCase,java.util.Collection<CBRCase>> getCoverageSets()
public java.util.Map<CBRCase,java.util.Collection<CBRCase>> getReachabilitySets()
public java.util.Map<CBRCase,java.util.Collection<CBRCase>> getLiabilitySets()
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |