public class BOSSLearningAlgorithm extends ASimplifiedTSCLearningAlgorithm<java.lang.Integer,BOSSClassifier>
| Modifier and Type | Class and Description |
|---|---|
static interface |
BOSSLearningAlgorithm.IBossAlgorithmConfig |
| Constructor and Description |
|---|
BOSSLearningAlgorithm(BOSSLearningAlgorithm.IBossAlgorithmConfig config,
BOSSClassifier classifier,
TimeSeriesDataset data) |
| Modifier and Type | Method and Description |
|---|---|
BOSSClassifier |
call() |
ai.libs.jaicore.basic.algorithm.events.AlgorithmEvent |
nextWithException() |
cancel, getClassifier, hasNext, iterator, next, registerListeneractivate, announceTimeoutDetected, avoidReinterruptionOnShutdownOnCurrentThread, checkAndConductTermination, checkTermination, computeTimeoutAware, getActivationTime, getConfig, getId, getInput, getLoggerName, getNumCPUs, getRemainingTimeToDeadline, getState, getTimeout, getTimeoutPrecautionOffset, hasThreadBeenInterruptedDuringShutdown, interruptThreadAsPartOfShutdown, isCanceled, isShutdownInitialized, isStopCriterionSatisfied, isTimeouted, post, registerActiveThread, resolveShutdownInterruptOnCurrentThread, setConfig, setLoggerName, setMaxNumThreads, setNumCPUs, setState, setTimeout, setTimeout, setTimeoutPrecautionOffset, shutdown, terminate, unregisterActiveThread, unregisterThreadAndShutdownpublic BOSSLearningAlgorithm(BOSSLearningAlgorithm.IBossAlgorithmConfig config, BOSSClassifier classifier, TimeSeriesDataset data)
public ai.libs.jaicore.basic.algorithm.events.AlgorithmEvent nextWithException()
ASimplifiedTSCLearningAlgorithmnextWithException in interface ai.libs.jaicore.basic.algorithm.IAlgorithm<TimeSeriesDataset,BOSSClassifier>nextWithException in class ASimplifiedTSCLearningAlgorithm<java.lang.Integer,BOSSClassifier>public BOSSClassifier call()