Package org.tribuo.util.infotheory.impl
Class WeightCountTuple
java.lang.Object
org.tribuo.util.infotheory.impl.WeightCountTuple
A mutable tuple of a double and a long.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCreates a zeroed WeightCountTuple.WeightCountTuple
(double weight, long count) Creates a WeightCountTuple with the specifed values. -
Method Summary
-
Field Details
-
weight
public double weightThe current weight. -
count
public long countThe current count.
-
-
Constructor Details
-
WeightCountTuple
public WeightCountTuple()Creates a zeroed WeightCountTuple. -
WeightCountTuple
public WeightCountTuple(double weight, long count) Creates a WeightCountTuple with the specifed values.- Parameters:
weight
- The current weight.count
- The current count.
-
-
Method Details