Class | Description |
---|---|
GDweightLearning |
Implements Gradinet Descent algorithm for learning the weights of the
attributes.
|
GeneticWeightLearning |
Implements a Genetic Algorithm Optimization method to optimize the weight
of the attributes.
|
GWeightingProcessLearning | |
LearnFactory |
Classe constructora de LearningAttributeWeights.
|
LearningAttributeWeights |
Classe generica que permet fer 'Learning' dels pesos dels atributs de la
base de casos del CBR.
|
LearnNot |
Mètode de Learning de pesos d'atributs que deixa els pesos tal i com estan
|
LRSweightLearning |
Implements the Linear Random Search algorithm (Hill Climbing) for learning
attribute weights
|
PSOweightLearning |
Implements a Particle Swarm Optimisation method to optimise the weight of the
attributes.
|
PSOweightLearningPEPPER |
Implements a Particle Swarm Optimisation method to optimise the weight of the
attributes.
|
SalzbergModified | |
SalzbergWeightLearning |
This class implements the Slzberg (1991) method for learning attributes weight.
|
SAweightLearning |
Implements a Simulated Annealing Optimization method to optimize the weight of the
attributes.
|