Package | Description |
---|---|
Core.BaseLearners.LearningAttributeWeights | |
Core.CBR | |
Core.CBR.Models | |
IO | |
IO.PEPPER |
Modifier and Type | Method and Description |
---|---|
Attribute[] |
GDweightLearning.learn(CBR cbr,
Attribute[] attributes) |
Attribute[] |
GWeightingProcessLearning.learn(CBR cbr,
Attribute[] attributes) |
Attribute[] |
GeneticWeightLearning.learn(CBR cbr,
Attribute[] attributes) |
Attribute[] |
LRSweightLearning.learn(CBR cbr,
Attribute[] attributes) |
Attribute[] |
LearnNot.learn(CBR cbr,
Attribute[] attributes) |
abstract Attribute[] |
LearningAttributeWeights.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
|
Attribute[] |
PSOweightLearning.learn(CBR cbr,
Attribute[] attributes) |
Attribute[] |
PSOweightLearningPEPPER.learn(CBR cbr,
Attribute[] attributes) |
Attribute[] |
SAweightLearning.learn(CBR cbr,
Attribute[] attributes) |
Attribute[] |
SalzbergModified.learn(CBR cbr,
Attribute[] attributes) |
Attribute[] |
SalzbergWeightLearning.learn(CBR cbr,
Attribute[] attributes) |
Attribute[] |
LearningAttributeWeights.learnWeights(CBR cbr,
Attribute[] attributes) |
Modifier and Type | Method and Description |
---|---|
java.util.List<GWeightingProcessLearning.Individual> |
GWeightingProcessLearning.geneticAlgorithm(CBR cbr,
Attribute[] attributes) |
Attribute[] |
GDweightLearning.learn(CBR cbr,
Attribute[] attributes) |
Attribute[] |
GWeightingProcessLearning.learn(CBR cbr,
Attribute[] attributes) |
Attribute[] |
GeneticWeightLearning.learn(CBR cbr,
Attribute[] attributes) |
Attribute[] |
LRSweightLearning.learn(CBR cbr,
Attribute[] attributes) |
Attribute[] |
LearnNot.learn(CBR cbr,
Attribute[] attributes) |
abstract Attribute[] |
LearningAttributeWeights.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
|
Attribute[] |
PSOweightLearning.learn(CBR cbr,
Attribute[] attributes) |
Attribute[] |
PSOweightLearningPEPPER.learn(CBR cbr,
Attribute[] attributes) |
Attribute[] |
SAweightLearning.learn(CBR cbr,
Attribute[] attributes) |
Attribute[] |
SalzbergModified.learn(CBR cbr,
Attribute[] attributes) |
Attribute[] |
SalzbergWeightLearning.learn(CBR cbr,
Attribute[] attributes) |
Attribute[] |
LearningAttributeWeights.learnWeights(CBR cbr,
Attribute[] attributes) |
Modifier and Type | Method and Description |
---|---|
Attribute[] |
CBR.learnWeights()
Attribute weight learning phase.
|
Attribute[] |
CBR.learnWeights(CBR cbr,
Attribute[] a)
Attribute weight learning phase.
|
Attribute[] |
CBR.learnWeightsCyclic() |
Modifier and Type | Method and Description |
---|---|
Attribute[] |
CBR.learnWeights(CBR cbr,
Attribute[] a)
Attribute weight learning phase.
|
void |
CBR.setTest(Individual test,
Attribute[] attributes)
Sets the test population of this CBR to test and its attributes to attributes
|
Modifier and Type | Method and Description |
---|---|
Attribute |
Attribute.clone() |
Attribute |
Population.getAttribute(int i) |
Attribute |
Population.getAttribute(java.lang.String id) |
Attribute[] |
Population.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
Population.addAttribute(Attribute at)
Add Attribute at to the attribute lest if it is not in hte list yet (checks
attributes' ids)
|
java.lang.Object |
Individual.getAttribute(Attribute attribute)
Retorna el valor de l'atribut "atrib".
|
void |
Population.setAttributes(Attribute[] atributs)
Donades uns attributes, els posa dins la population.
|
Constructor and Description |
---|
Attribute(Attribute atr)
Constructor per copia
|
Population(Individual[] inds,
Attribute[] attributes)
Constructor de copia
|
Modifier and Type | Method and Description |
---|---|
static Attribute[] |
CSV.llegirPesosAtributs(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
static Attribute[] |
Manager.attributesFromJSON(java.lang.String json) |
Modifier and Type | Method and Description |
---|---|
static Population |
Manager.populationFromJSON(java.lang.String json,
Attribute[] attributes)
Returns a Population from the List
|
static java.lang.String |
Manager.toJSON(Attribute[] attributes) |