public abstract class RefinementOperatorBasedLearningAlgorithmBase<T> extends Object implements LearningAlgorithm
| Constructor and Description |
|---|
RefinementOperatorBasedLearningAlgorithmBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Method to be called after the component has been configured.
|
void |
start()
Starts the algorithm.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLearningProblem, setLearningProblempublic RefinementOperatorBasedLearningAlgorithmBase()
public void init() throws ComponentInitException
Componentinit in interface ComponentComponentInitException - This exception is thrown if any
exceptions occur within the initialisation process of this
component. As component developer, you are encouraged to
re-throw occurring exception as ComponentInitException and
giving an error message as well as the actually exception by
using the constructor ComponentInitException(String, Throwable).public void start()
LearningAlgorithmstart in interface LearningAlgorithm
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann