Package | Description |
---|---|
Core.CBR | |
Core.CBR.Revise |
Modifier and Type | Field and Description |
---|---|
protected Revise |
CBR.revise
Computes all the steps of the Revise phase of a CBR.
|
Modifier and Type | Method and Description |
---|---|
Revise |
CBR.getRevise()
Returns the revise implementation of this CBR
|
Modifier and Type | Method and Description |
---|---|
void |
CBR.afegeixRevise(Revise r)
Adds a revise 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 |
ReviseClassificationError
Calculates the accuracy of a classification
|
class |
ReviseMAPE
Implements a numeric revision based on the mean absolute percentage error.
|
class |
ReviseMSE
Implements a numeric revision based on the mean squared error.
|
class |
ReviseNot
Implements no revision, leaving things as they are.
|
class |
RevisePepper |
class |
RevisePepperAdaptableLearnRate |
class |
ReviseProva
Revise prototype made as an approximation to what a true Revise method should
be.
|
Modifier and Type | Method and Description |
---|---|
Revise |
ReviseFactory.Factory(java.lang.String tipus) |