Package | Description |
---|---|
Core.CBR | |
Core.CBR.Retrieve.Selection | |
Core.CBR.Review |
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 |
Selection1K
Specific implementation of Selection.
|
class |
SelectionNK |
class |
SelectionThreshold |
Modifier and Type | Method and Description |
---|---|
Selection |
SelectionFactory.Factory(java.lang.String tipus)
Constructor for Selection.
|
Modifier and Type | Method and Description |
---|---|
Population |
IteratedCaseFiltering_forRegression_retrieveTimeDependent.review(Population train,
java.lang.String classe,
Selection s,
GlobalDistance dg) |
Population |
IterativeCaseFiltering_forRegression.review(Population train,
java.lang.String classe,
Selection s,
GlobalDistance dg) |
abstract Population |
Review.review(Population train,
java.lang.String classe,
Selection s,
GlobalDistance dg)
Abstract method that reviews and drops unnecessary cases from the train
population.
|
Population |
ReviewIteratedFiltering.review(Population train,
java.lang.String classe,
Selection s,
GlobalDistance dg)
Method to execute Review over train.
|
Population |
ReviewNot.review(Population train,
java.lang.String classe,
Selection s,
GlobalDistance dg)
Leaves the train population as is.
|
Population |
ReviewPepper.review(Population train,
java.lang.String classe,
Selection s,
GlobalDistance dg) |
Population |
ReviewReductorRandom.review(Population train,
java.lang.String classe,
Selection s,
GlobalDistance dg)
Method that drops random cases until the population drops to the
specified keepRatio of its original size.
|
Population |
ReviewReductorToN.review(Population train,
java.lang.String classe,
Selection s,
GlobalDistance dg)
Review method to reduce a population to a number of individuals
choosing randomly which individuals are eliminated.
|