|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SparseDataRow
This interface defines methods for sparse data rows which might be
implemented to allow more efficient querying of the non-default values.
Please refer to FastExample2SparseTransform for further information.
| Method Summary | |
|---|---|
int[] |
getNonDefaultIndices()
Returns an array of all attribute indices with corresponding non-default values. |
double[] |
getNonDefaultValues()
Returns an array of all non-default attribute values. |
| Method Detail |
|---|
int[] getNonDefaultIndices()
double[] getNonDefaultValues()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||