org.fhcrc.cpl.toolbox.proteomics
Class Clusterer2D.DefaultClusterDimensionSplitCalculator

java.lang.Object
  extended by org.fhcrc.cpl.toolbox.proteomics.Clusterer2D.ClusterDimensionSplitCalculator
      extended by org.fhcrc.cpl.toolbox.proteomics.Clusterer2D.DefaultClusterDimensionSplitCalculator
Enclosing class:
Clusterer2D

public static class Clusterer2D.DefaultClusterDimensionSplitCalculator
extends Clusterer2D.ClusterDimensionSplitCalculator

Default split calculator is very simple!


Constructor Summary
Clusterer2D.DefaultClusterDimensionSplitCalculator()
           
 
Method Summary
 double calculateDimension1ForSplit(double referenceValue, double dimensionValue)
           
 double calculateDimension2ForSplit(double referenceValue, double dimensionValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Clusterer2D.DefaultClusterDimensionSplitCalculator

public Clusterer2D.DefaultClusterDimensionSplitCalculator()
Method Detail

calculateDimension1ForSplit

public double calculateDimension1ForSplit(double referenceValue,
                                          double dimensionValue)
Specified by:
calculateDimension1ForSplit in class Clusterer2D.ClusterDimensionSplitCalculator

calculateDimension2ForSplit

public double calculateDimension2ForSplit(double referenceValue,
                                          double dimensionValue)
Specified by:
calculateDimension2ForSplit in class Clusterer2D.ClusterDimensionSplitCalculator


Fred Hutchinson Cancer Research Center