Package | Description |
---|---|
conexp.fx.core.algorithm.exploration | |
conexp.fx.gui.exploration |
Modifier and Type | Class and Description |
---|---|
class |
ExpertPool<G,M> |
Modifier and Type | Field and Description |
---|---|
protected Expert<G,M> |
AttributeExploration.expert |
Modifier and Type | Method and Description |
---|---|
Expert<G,M> |
ExpertPool.getIdleExpert() |
Modifier and Type | Method and Description |
---|---|
void |
ExpertPool.add(Expert<G,M>... experts) |
static <M> Set<Implication<String,M>> |
ParallelAttributeExploration.explore(Context<String,M> cxt,
Set<Implication<String,M>> backgroundKnowledge,
Expert<String,M> expert,
ExecutorService executor,
Consumer<Implication<String,M>> implicationConsumer,
Consumer<String> updateStatus,
Consumer<Double> updateProgress,
Supplier<Boolean> isCancelled) |
boolean |
ExpertPool.isIdle(Expert<G,M> expert) |
void |
ExpertPool.remove(Expert<G,M>... experts) |
void |
ExpertPool.setBusy(Expert<G,M> expert) |
void |
ExpertPool.setIdle(Expert<G,M> expert) |
Modifier and Type | Method and Description |
---|---|
void |
ExpertPool.add(Iterable<Expert<G,M>> experts) |
void |
ExpertPool.remove(Iterable<Expert<G,M>> experts) |
Constructor and Description |
---|
AttributeExploration(MatrixContext<G,M> context,
Expert<G,M> expert)
Constructs a new attribute exploration process.
|
Modifier and Type | Class and Description |
---|---|
class |
HumanExpert |
class |
HumanExpertP<M> |
Copyright © 2010–2019 Francesco Kriegel. All rights reserved.