Package org.tribuo.util.infotheory.impl
Class Row<T>
java.lang.Object
org.tribuo.util.infotheory.impl.Row<T>
- Type Parameters:
T
- The type of values.
A row of values from a
RowList
.
Rows are defined with a hashcode and equals based on their contained values, and are immutable. They interact with the information theory calculations via the equals method.
-
Method Summary