Uses of Class
elki.result.Metadata
-
Packages that use Metadata Package Description elki.result Result types, representation and handling. -
-
Uses of Metadata in elki.result
Fields in elki.result declared as Metadata Modifier and Type Field Description private static Metadata[]
Metadata. EMPTY_PARENTS
Empty list.private Metadata[]
Metadata.Hierarchy. parents
Parents.Fields in elki.result with type parameters of type Metadata Modifier and Type Field Description private static java.util.Map<java.lang.Object,Metadata>
Metadata. global
The global metadata map.Methods in elki.result that return Metadata Modifier and Type Method Description static Metadata
Metadata. get(java.lang.Object o)
Get but do not create the Metadata of an object.static Metadata
Metadata. of(java.lang.Object o)
Get or create the Metadata of an object.Methods in elki.result with parameters of type Metadata Modifier and Type Method Description private boolean
Metadata.Hierarchy. addParentInt(Metadata parent)
Add a parent.private boolean
Metadata.Hierarchy. removeParentInt(Metadata parent)
Remove a parent.
-