public abstract class LearningAttributeWeights
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
path |
Constructor and Description |
---|
LearningAttributeWeights() |
Modifier and Type | Method and Description |
---|---|
protected float[] |
addIgnoredWeights(float[] weights)
dropIgnored must have been called before this method.
|
abstract 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
|
Attribute[] |
learnWeights(CBR cbr,
Attribute[] attributes) |
public abstract Attribute[] learn(CBR cbr, Attribute[] attributes)
cbr
- attributes
- protected float[] addIgnoredWeights(float[] weights)
weights
- float array with the weights of non-ignored attributes