Package smile.util
Class SparseArray.Entry
java.lang.Object
smile.util.SparseArray.Entry
- Enclosing class:
SparseArray
The entry in a sparse array of double values.
-
Field Summary
-
Method Summary
-
Field Details
-
i
public final int iThe index of entry. -
x
public final double xThe value of entry.
-
-
Method Details