public interface ProbabilisticStructureLearningAlgorithm extends LearningAlgorithm
Modifier and Type | Method and Description |
---|---|
ParameterLearningAlgorithm |
getLearningParameterAlgorithm()
Get the underlying learning parameter algorithm.
|
void |
setLearningParameterAlgorithm(ParameterLearningAlgorithm pla)
Set the parameter learner algorithm.
|
getLearningProblem, setLearningProblem, start
ParameterLearningAlgorithm getLearningParameterAlgorithm()
@Autowired void setLearningParameterAlgorithm(ParameterLearningAlgorithm pla)
pla
- The parameter learner to be used. DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann