org.itc.irst.tcc.sre.data
Interface Shuffler

All Known Implementing Classes:
SenteceShuffler

public interface Shuffler

TO DO

Since:
1.0
Version:
%I%, %G%
Author:
Claudio Giuliano

Method Summary
 ExampleSet shuffle(ExampleSet data)
          Shulles the specified example set.
 

Method Detail

shuffle

ExampleSet shuffle(ExampleSet data)
                   throws java.lang.IllegalArgumentException
Shulles the specified example set.

Parameters:
data - input example set.
Throws:
java.lang.IllegalArgumentException - if the the specified example set is illegal or inappropriate.