Class VectorTuple
java.lang.Object
org.tribuo.math.la.VectorTuple
A mutable tuple used to avoid allocation when iterating a vector.
While it does implement hashcode, don't use it as a key as the hashcode is data dependent.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DELTA
- See Also:
-
index
-
value
-
-
Constructor Details
-
VectorTuple
public VectorTuple() -
VectorTuple
-
-
Method Details
-
equals
-
hashCode
-
toString
-