Package | Description |
---|---|
Core.CBR | |
Core.CBR.Retain |
Modifier and Type | Field and Description |
---|---|
protected Retain |
CBR.retain
Computes all the steps of the Retain phase of a CBR.
|
Modifier and Type | Method and Description |
---|---|
Retain |
CBR.getRetain()
Returns the retain implementation of this CBR
|
Modifier and Type | Method and Description |
---|---|
void |
CBR.afegeixRetain(Retain r)
Adds a retain method to this CBR.
|
Constructor and Description |
---|
CBR(Population train,
Population test,
GlobalDistance distancia_global,
Selection seleccio,
Reuse reuse,
Revise revise,
Retain retain,
java.lang.String classe)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
RetainAll
Retain method that retains all new cases
|
class |
RetainNever
Retain method that never retains any case
|
class |
TemporalAdaptiveRetain |
Modifier and Type | Method and Description |
---|---|
Retain |
RetainFactory.Factory(java.lang.String tipus)
Constructor for Retains.
|