* @throws AnalyzeException
*/
@Test
public void testAnalyze() throws AnalyzeException {
NearestNeighborDriver nearest = new NearestNeighborDriver();
CosineDistance cosine = new CosineDistance();
nearest.setDistance(cosine);
EventSet known1 = new EventSet();
EventSet known2 = new EventSet();
EventSet unknown = new EventSet();