Datatype for sparse data array that combines id,feature and label. Currently only used for Numpy datatype definitions, while the actual data is passed around as Numpy recarrays. @todo make it a subclass of numpy ndarray and hold the data here as well