Uses of Interface
elki.database.relation.DoubleRelation.Consumer
-
Packages that use DoubleRelation.Consumer Package Description elki.database.relation Relations, materialized and virtual (views). -
-
Uses of DoubleRelation.Consumer in elki.database.relation
Methods in elki.database.relation with parameters of type DoubleRelation.Consumer Modifier and Type Method Description default void
DoubleRelation. forEachDouble(DoubleRelation.Consumer action)
Execute a function for each ID.
-