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() |
getClassifieractivate, announceTimeoutDetected, avoidReinterruptionOnShutdownOnCurrentThread, cancel, checkAndConductTermination, checkTermination, computeTimeoutAware, getActivationTime, getConfig, getId, getInput, getLoggerName, getNumCPUs, getRemainingTimeToDeadline, getState, getTimeout, getTimeoutPrecautionOffset, hasNext, hasThreadBeenInterruptedDuringShutdown, interruptThreadAsPartOfShutdown, isCanceled, isShutdownInitialized, isStopCriterionSatisfied, isTimeouted, iterator, next, post, registerActiveThread, registerListener, 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()
public BOSSClassifier call()