Class Row<T>

java.lang.Object
org.tribuo.util.infotheory.impl.Row<T>
Type Parameters:
T - The type of values.

public final class Row<T> extends Object
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.