|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.example.FastExample2SparseTransform
public class FastExample2SparseTransform
This class can be used for the efficient generation of sparse example
formats. The constructor creates a mapping between example set and example
table attribute indices which only need to be performed once. The sparse data
can then be queried efficiently by using the methods
getNonDefaultAttributeIndices(Example)
and
getNonDefaultAttributeValues(Example)
. Please note that this filter
should be reinstatiated for new example sets. Furthermore, a gain in
performance is only achieved for examples with underlying
DoubleSparseArrayDataRow
s.
Field Summary | |
---|---|
private int[] |
mapping
The mapping between the attribute indices in the data row / example table on the attribute indices of the given example set. |
Constructor Summary | |
---|---|
FastExample2SparseTransform(ExampleSet es)
Returns for a table giving the equivalence between the positions of the Attributes in the ExampleTable and the number of the regular Attributes in the ExampleSet. |
Method Summary | |
---|---|
int[] |
getNonDefaultAttributeIndices(Example example)
Returns a list with the indices of the regular Attributes with non-default values. |
double[] |
getNonDefaultAttributeValues(Example example)
Returns an array of non-default values of the given example. |
double[] |
getNonDefaultAttributeValues(Example example,
int[] nonDefaultIndices)
Returns an array of non-default values of the given example. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int[] mapping
DoubleSparseArrayDataRow
s.
Constructor Detail |
---|
public FastExample2SparseTransform(ExampleSet es)
Method Detail |
---|
public int[] getNonDefaultAttributeIndices(Example example)
public double[] getNonDefaultAttributeValues(Example example)
getNonDefaultAttributeValues(Example, int[])
with the array of non-default indices for the given example.
public double[] getNonDefaultAttributeValues(Example example, int[] nonDefaultIndices)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |