Module de.learnlib.api
Package de.learnlib.query
-
Interface Summary Interface Description AdaptiveQuery<I,O> An adaptive query is a variation of the (regular)Query
that allows one to dynamically select the symbols to query based on responses to previous symbols. -
Class Summary Class Description AbstractQuery<I,D> DefaultQuery<I,D> A query is a container for tests a learning algorithms performs, containing the actual test and the corresponding result.OmegaQuery<I,D> A query that represents information about infinite words in an ultimately periodic pattern.Query<I,D> A query is the basic form of interaction between alearner
and a(membership) oracle
, or teacher. -
Enum Summary Enum Description AdaptiveQuery.Response The different types of responses when processing outputs from the system under learning.