Uses of Class
elki.result.Metadata.Hierarchy
-
Packages that use Metadata.Hierarchy Package Description elki.result Result types, representation and handling. -
-
Uses of Metadata.Hierarchy in elki.result
Fields in elki.result declared as Metadata.Hierarchy Modifier and Type Field Description private Metadata.Hierarchy
Metadata. hierarchy
Hierarchy information.Methods in elki.result that return Metadata.Hierarchy Modifier and Type Method Description Metadata.Hierarchy
Metadata. hierarchy()
Access the objects hierarchy information.static Metadata.Hierarchy
Metadata. hierarchyOf(java.lang.Object o)
Get or create the Hierarchy of an object.
-