edu.udo.cs.yale.example
Interface SparseDataRow

All Known Implementing Classes:
DoubleSparseArrayDataRow, FloatSparseArrayDataRow

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.

Version:
$Id: SparseDataRow.java,v 2.4 2006/08/03 14:39:27 ingomierswa Exp $
Author:
Ingo Mierswa

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

getNonDefaultIndices

int[] getNonDefaultIndices()
Returns an array of all attribute indices with corresponding non-default values.


getNonDefaultValues

double[] getNonDefaultValues()
Returns an array of all non-default attribute values.



Copyright © 2001-2006