tpp
Class SeparatePointsInScatterPlot

java.lang.Object
  extended by tpp.SeparatePoints
      extended by tpp.SeparatePointsInScatterPlot
All Implemented Interfaces:
java.io.Serializable, PerturbationPursuit

public class SeparatePointsInScatterPlot
extends SeparatePoints

Extension of SeparatePoints for viewing the resulting distribution in a scatter plot.

See Also:
Serialized Form

Constructor Summary
SeparatePointsInScatterPlot(TPPModel model)
           
 
Method Summary
 void pursuePerturbation()
          Find a view that better separates the points
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeparatePointsInScatterPlot

public SeparatePointsInScatterPlot(TPPModel model)
Method Detail

pursuePerturbation

public void pursuePerturbation()
                        throws TPPException
Find a view that better separates the points

Specified by:
pursuePerturbation in interface PerturbationPursuit
Overrides:
pursuePerturbation in class SeparatePoints
Throws:
TPPException