public class BatchLearningModel extends MachineLearningModel
config, learnedLS, learnedMapping, learningParameters, learningThread, logger, mlalgorithm, sourceCache, targetCache| Constructor and Description |
|---|
BatchLearningModel(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 |
getTrainingMapping() |
void |
setTrainingMapping(AMapping trainingMapping) |
getConfig, getLearnedLS, getLearnedMapping, getLearningThread, getMlalgorithm, initializeData, setConfig, setLearnedLS, setLearnedMapping, setLearningParameters, setLearningThread, setMlalgorithmpublic javafx.concurrent.Task<Void> createLearningTask()
createLearningTask in class MachineLearningModelpublic AMapping getTrainingMapping()
public void setTrainingMapping(AMapping trainingMapping)
Copyright © 2018. All rights reserved.