*
* @throws Exception
*/
public void testIterativeManhattan() throws Exception {
List<Vector> points = getPoints(raw);
Canopy.config(new ManhattanDistanceMeasure(), 3.1, 2.1);
List<Canopy> canopies = new ArrayList<Canopy>();
for (Vector point : points)
Canopy.addPointToCanopies(point, canopies);