org.fhcrc.cpl.toolbox.proteomics
Interface Clusterer2D.Clusterable
- All Known Implementing Classes:
- AmtUtilities.FeatureMassHydroClusterable, AmtUtilities.FeatureMzHydroClusterable, FeatureClusterer.FeatureClusterable, FeatureClusterer.FeatureMassScanClusterable, FeatureClusterer.FeatureMassTimeClusterable, FeatureClusterer.FeatureMzScanClusterable, FeatureClusterer.FeatureMzTimeClusterable
- Enclosing class:
- Clusterer2D
public static interface Clusterer2D.Clusterable
defines values in two dimensions. Individual implementations will likely have some other
object that they're aware of that they grab these values from
getDimension1Value
double getDimension1Value()
getDimension2Value
double getDimension2Value()
Fred Hutchinson Cancer Research Center