public class GWeightingProcessLearning extends LearningAttributeWeights
| Modifier and Type | Class and Description |
|---|---|
class |
GWeightingProcessLearning.Individual |
path| Constructor and Description |
|---|
GWeightingProcessLearning() |
GWeightingProcessLearning(int populationSize,
int nGenerations,
double pCrossover,
double pMutation) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GWeightingProcessLearning.Individual> |
geneticAlgorithm(CBR cbr,
Attribute[] attributes) |
Attribute[] |
learn(CBR cbr,
Attribute[] attributes)
Mètode de aprenentatge de pesos que modifica el pes dels atributs de la Population train en funció de la Population de test
|
addIgnoredWeights, learnWeightspublic GWeightingProcessLearning(int populationSize,
int nGenerations,
double pCrossover,
double pMutation)
public GWeightingProcessLearning()
public Attribute[] learn(CBR cbr, Attribute[] attributes)
LearningAttributeWeightslearn in class LearningAttributeWeightspublic java.util.List<GWeightingProcessLearning.Individual> geneticAlgorithm(CBR cbr, Attribute[] attributes)