|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.AbstractIOObject
edu.udo.cs.yale.operator.ResultObjectAdapter
edu.udo.cs.yale.tools.math.Averagable
edu.udo.cs.yale.example.AttributeWeight
public class AttributeWeight
Helper class containing the name of an attribute and the corresponding weight.
Field Summary | |
---|---|
private java.lang.String |
name
The name of the attribute. |
private double |
weight
The weight of the attribute. |
private AttributeWeights |
weights
The parent attribute weights. |
Constructor Summary | |
---|---|
AttributeWeight(AttributeWeight attWeight)
Clone constructor. |
|
AttributeWeight(AttributeWeights weights,
java.lang.String name,
double weight)
Creates a new attribute weight object. |
Method Summary | |
---|---|
void |
buildSingleAverage(Averagable avg)
Builds the sum of weights. |
void |
cloneAveragable(Averagable avg)
Sets the field of this object to the values of the given object. |
int |
compareTo(Averagable o)
Compares the weight of this object with the weight of another AttributeWeight object. |
boolean |
equals(java.lang.Object o)
Returns true if both objects have the same name and the same weight. |
double |
getMikroAverage()
Returns the current weight. |
double |
getMikroVariance()
Returns the MakroVariance since no other micro variance can be calculated. |
java.lang.String |
getName()
Returns the name of the attribute. |
double |
getWeight()
Returns the weight of the attribute. |
void |
setWeight(double weight)
Sets the weight of the attribute. |
Methods inherited from class edu.udo.cs.yale.tools.math.Averagable |
---|
buildAverage, clone, formatDeviation, formatPercent, formatValue, getAverage, getMakroAverage, getMakroStandardDeviation, getMakroVariance, getMikroStandardDeviation, getStandardDeviation, getVariance, toHTML, toString |
Methods inherited from class edu.udo.cs.yale.operator.ResultObjectAdapter |
---|
addAction, getActions, getVisualisationComponent, toHTML, toResultString |
Methods inherited from class edu.udo.cs.yale.operator.AbstractIOObject |
---|
copy, read, read, read, write, write |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.udo.cs.yale.operator.IOObject |
---|
copy, write, write |
Field Detail |
---|
private java.lang.String name
private double weight
private AttributeWeights weights
Constructor Detail |
---|
public AttributeWeight(AttributeWeights weights, java.lang.String name, double weight)
public AttributeWeight(AttributeWeight attWeight)
Method Detail |
---|
public java.lang.String getName()
getName
in interface ResultObject
getName
in class Averagable
public double getWeight()
public void setWeight(double weight)
public double getMikroVariance()
getMikroVariance
in class Averagable
public double getMikroAverage()
getMikroAverage
in class Averagable
public int compareTo(Averagable o)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public void cloneAveragable(Averagable avg)
cloneAveragable
in class Averagable
public void buildSingleAverage(Averagable avg)
buildSingleAverage
in class Averagable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |