public static class TableToHistogram2Algorithm.HistogramBin extends Object
Constructor and Description |
---|
HistogramBin(double startBoundary,
double endBoundary) |
Modifier and Type | Method and Description |
---|---|
double |
getCount() |
double |
getCumulativeCount() |
double |
getCumulativeWeightedCount() |
double |
getEndBoundary() |
double |
getStartBoundary() |
gnu.trove.set.TDoubleSet |
getUniqueValues() |
gnu.trove.list.TDoubleList |
getValues() |
double |
getWeightedCount() |
void |
increment(double value,
double weight) |
void |
setCumulativeCount(double cumulativeCount) |
void |
setCumulativeWeightedCount(double cumulativeWeightedCount) |
public double getStartBoundary()
public double getEndBoundary()
public void increment(double value, double weight)
public gnu.trove.set.TDoubleSet getUniqueValues()
public gnu.trove.list.TDoubleList getValues()
public double getWeightedCount()
public double getCount()
public double getCumulativeCount()
public void setCumulativeCount(double cumulativeCount)
public double getCumulativeWeightedCount()
public void setCumulativeWeightedCount(double cumulativeWeightedCount)
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.