public class ParallelAttributeExploration extends Object
Constructor and Description |
---|
ParallelAttributeExploration() |
Modifier and Type | Method and Description |
---|---|
static <M> TimeTask<?> |
createExplorationTask(FCADataset<String,M> dataset) |
static <M> Set<Implication<String,M>> |
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) |
public ParallelAttributeExploration()
public static final <M> Set<Implication<String,M>> 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)
public static final <M> TimeTask<?> createExplorationTask(FCADataset<String,M> dataset)
Copyright © 2010–2019 Francesco Kriegel. All rights reserved.