public class ActiveLearningModel extends MachineLearningModel
| Modifier and Type | Field and Description |
|---|---|
static int |
nextExamplesNum
number of examples for user to evaluate
|
config, learnedLS, learnedMapping, learningParameters, learningThread, logger, mlalgorithm, sourceCache, targetCache| Constructor and Description |
|---|
ActiveLearningModel(Config config,
ACache sourceCache,
ACache targetCache)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
javafx.concurrent.Task<Void> |
createLearningTask()
creates a new active learning task for the given algorithm
|
AMapping |
getNextExamples()
returns nextExamples
|
void |
setNextExamples(AMapping nextExamples)
sets nextExamples
|
getConfig, getLearnedLS, getLearnedMapping, getLearningThread, getMlalgorithm, initializeData, setConfig, setLearnedLS, setLearnedMapping, setLearningParameters, setLearningThread, setMlalgorithmpublic static final int nextExamplesNum
public javafx.concurrent.Task<Void> createLearningTask()
createLearningTask in class MachineLearningModelpublic AMapping getNextExamples()
public void setNextExamples(AMapping nextExamples)
nextExamples - mapping to be setCopyright © 2019. All rights reserved.