component1Coords = sammonsResult[xAxisDimension - 1];
component2Coords = sammonsResult[yAxisDimension - 1];
}
ProjectionPlotWindow newFrame = new ProjectionPlotWindow(
desktop.getSelectedPeakLists()[0], this, parameters);
desktop.addInternalFrame(newFrame);
}
status = TaskStatus.FINISHED;
logger.info("Finished computing Clustering visualization.");