Package-level declarations

Contains interfaces which are used in the building process of feature extractors.

Types

Link copied to clipboard
data class MetaFeature<T>(val description: Translatable, val representation: Any?, val maybeSubject: Option<T>)

Represents an extracted feature of type T defined by the given maybeSubject including a description and a representation