|
|||||||||
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.example.AbstractExampleSet
edu.udo.cs.yale.example.ExampleSetAdapter
edu.udo.cs.yale.example.AttributeWeightedExampleSet
public class AttributeWeightedExampleSet
An implementation of ExampleSet that allows the weighting of the attributes.
Weights can be queried by the method getWeight(int)
.
Field Summary | |
---|---|
private AttributeWeights |
attributeWeights
Currently used attribute weights. |
private Attribute[] |
currentSelectedAttributes
Currently selected attributes. |
static java.lang.String |
ORIGINAL_NUMBER_OF_ATTRIBUTES
|
private WeightApplier |
weightApplier
This weight applier is used for the examples created by a example reader. |
Fields inherited from class edu.udo.cs.yale.example.ExampleSetAdapter |
---|
delegate |
Fields inherited from interface edu.udo.cs.yale.example.ExampleSet |
---|
ATTRIBUTE_NAME, BATCH_NAME, CLUSTER_NAME, CONFIDENCE_NAME, ID_NAME, KNOWN_ATTRIBUTE_TYPES, LABEL_NAME, PREDICTION_NAME, TYPE_ATTRIBUTE, TYPE_BATCH, TYPE_CLUSTER, TYPE_ID, TYPE_LABEL, TYPE_PREDICTION, TYPE_WEIGHT, WEIGHT_NAME |
Constructor Summary | |
---|---|
AttributeWeightedExampleSet(AttributeWeightedExampleSet exampleSet)
Clone constructor. |
|
AttributeWeightedExampleSet(ExampleSet exampleSet)
Constructs a new AttributeWeightedExampleSet. |
|
AttributeWeightedExampleSet(ExampleSet exampleSet,
AttributeWeights weights)
Constructs a new AttributeWeightedExampleSet. |
|
AttributeWeightedExampleSet(ExampleSet exampleSet,
AttributeWeights weights,
double defaultWeight)
Constructs a new AttributeWeightedExampleSet. |
Method Summary | |
---|---|
void |
addAttribute(Attribute attribute)
Adds a new attribute. |
AttributeWeightedExampleSet |
createCleanExampleSet()
Creates a new example set without the deselected attributes. |
protected DataTable |
createDataTable(IOContainer container)
This method is used to create a DataTable from this example set. |
private ExampleSet |
createExampleSetFromSelection()
Creates a new simple ExampleSet without attributes with weight 0. |
ExampleSet |
createExampleSetFromWeights()
Creates a new ExampleSet without attributes with weight 0. |
void |
deselectAll()
Sets the weights of all attributes to 0.0. |
boolean |
equals(java.lang.Object o)
Returns true, if all attributes including labels and other special attributes are equal. |
int |
flipAttributeUsed(int index)
Flips the selection state of the attribute with the given index. |
Example |
getExample(int index)
Returns the example with the given index. |
int |
getNumberOfUsedAttributes()
Returns the number of selected attributes. |
double |
getWeight(Attribute attribute)
Returns the weight of the attribute. |
double |
getWeight(int i)
Returns the weight of the attribute with the given index. |
boolean |
isAttributeUsed(Attribute attribute)
Returns the selection state of the attribute. |
boolean |
isAttributeUsed(int i)
Returns the selection state of the attribute with the given index. |
java.util.Iterator<Example> |
iterator()
Creates a new ExampleSet without attributes with weight 0. |
void |
removeAttribute(Attribute attribute)
Removes an attribute. |
void |
selectAll()
Sets the weights of all attributes to 1.0. |
void |
selectRandomSubset(int n,
java.util.Random random)
Randomly selects approximately the given number of attributes. |
private void |
setAll(double weight)
Sets all flags to the given value. |
void |
setAttributeUsed(Attribute attribute,
boolean selected)
Sets the selection state of the attribute. |
void |
setAttributeUsed(int index,
boolean selected)
Sets the selection state of the attribute with the given index. |
void |
setWeight(Attribute attribute,
double weightValue)
Sets the weight of the attribute. |
void |
setWeight(int index,
double weight)
Sets the weight of the attribute with the given index. |
void |
setWeightApplier(WeightApplier weightApplier)
Sets the weight applier for this example set. |
int |
setWeightForBlock(int index,
double weight)
If a block starts with this attribute the weight of all attributes in the whole block will be set to the given weight. |
java.lang.String |
toString()
|
Methods inherited from class edu.udo.cs.yale.example.ExampleSetAdapter |
---|
clearUserData, getAttribute, getAttribute, getExampleFromId, getExampleReader, getExampleTable, getNumberOfAttributes, getSize, getSpecialAttribute, getSpecialAttributeNames, getSpecialAttributes, getUserData, getUserDataKeys, remapAllIds, replaceAttribute, setSpecialAttribute, setUserData, size |
Methods inherited from class edu.udo.cs.yale.operator.ResultObjectAdapter |
---|
addAction, toHTML, toResultString |
Methods inherited from class edu.udo.cs.yale.operator.AbstractIOObject |
---|
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.ResultObject |
---|
toResultString |
Methods inherited from interface edu.udo.cs.yale.operator.IOObject |
---|
write, write |
Field Detail |
---|
public static final java.lang.String ORIGINAL_NUMBER_OF_ATTRIBUTES
private WeightApplier weightApplier
private Attribute[] currentSelectedAttributes
private AttributeWeights attributeWeights
Constructor Detail |
---|
public AttributeWeightedExampleSet(AttributeWeightedExampleSet exampleSet)
public AttributeWeightedExampleSet(ExampleSet exampleSet)
public AttributeWeightedExampleSet(ExampleSet exampleSet, AttributeWeights weights)
public AttributeWeightedExampleSet(ExampleSet exampleSet, AttributeWeights weights, double defaultWeight)
Method Detail |
---|
public void setWeightApplier(WeightApplier weightApplier)
public double getWeight(Attribute attribute)
public void setWeight(Attribute attribute, double weightValue)
public int getNumberOfUsedAttributes()
public double getWeight(int i)
public void setWeight(int index, double weight)
public void selectAll()
public void deselectAll()
private void setAll(double weight)
public int setWeightForBlock(int index, double weight)
public boolean isAttributeUsed(Attribute attribute)
public void setAttributeUsed(Attribute attribute, boolean selected)
public int flipAttributeUsed(int index)
public void selectRandomSubset(int n, java.util.Random random)
public boolean isAttributeUsed(int i)
public void setAttributeUsed(int index, boolean selected)
public void addAttribute(Attribute attribute)
ExampleSet
addAttribute
in interface ExampleSet
addAttribute
in class ExampleSetAdapter
public void removeAttribute(Attribute attribute)
ExampleSet
removeAttribute
in interface ExampleSet
removeAttribute
in class ExampleSetAdapter
public boolean equals(java.lang.Object o)
AbstractExampleSet
equals
in interface ExampleSet
equals
in class AbstractExampleSet
public java.lang.String toString()
toString
in class AbstractExampleSet
protected DataTable createDataTable(IOContainer container)
AbstractExampleSet
DataTable
from this example set. The default implementation
returns an instance of DataTableExampleSetAdapter
. The given IOContainer is used to check if
there are compatible attribute weights which would used as column weights of the returned table.
Subclasses might want to override this method in order to allow for other data tables.
createDataTable
in class AbstractExampleSet
public java.util.Iterator<Example> iterator()
WeightingExampleReader
is returned which creates examples which
can handle the attribute weights.
iterator
in interface java.lang.Iterable<Example>
iterator
in class ExampleSetAdapter
public Example getExample(int index)
getExample
in interface ExampleSet
getExample
in class ExampleSetAdapter
private ExampleSet createExampleSetFromSelection()
public AttributeWeightedExampleSet createCleanExampleSet()
ExampleReader
returned by the method
iterator()
returns a weighted example reader based on
the weights and the given WeightApplier
. Please make sure that
the correct WeightApplier
is set before you invoke this method.
The default is ScalingWeightApplier
. The result example set
provides a user data object (Integer) with key
ORIGINAL_NUMBER_OF_ATTRIBUTES containing the original number of
attributes.
public ExampleSet createExampleSetFromWeights()
createCleanExampleSet()
is recommended.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |