Uses of Enum Class
io.openml.gearbox.algorithms.disjointset.DisjointSet.UnionAlgorithm
Packages that use DisjointSet.UnionAlgorithm
-
Uses of DisjointSet.UnionAlgorithm in io.openml.gearbox.algorithms.disjointset
Subclasses with type arguments of type DisjointSet.UnionAlgorithm in io.openml.gearbox.algorithms.disjointsetMethods in io.openml.gearbox.algorithms.disjointset that return DisjointSet.UnionAlgorithmModifier and TypeMethodDescriptionstatic DisjointSet.UnionAlgorithmReturns the enum constant of this class with the specified name.static DisjointSet.UnionAlgorithm[]DisjointSet.UnionAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.openml.gearbox.algorithms.disjointset with parameters of type DisjointSet.UnionAlgorithmModifierConstructorDescriptionDisjointSet(Set<E> set, DisjointSet.UnionAlgorithm unionAlgorithm) Creates a new set containing specified set of new elements with each set representative being itself.