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.HierarchyMetadata. hierarchyHierarchy information.Methods in elki.result that return Metadata.Hierarchy Modifier and Type Method Description Metadata.HierarchyMetadata. hierarchy()Access the objects hierarchy information.static Metadata.HierarchyMetadata. hierarchyOf(java.lang.Object o)Get or create the Hierarchy of an object.
-