repo stringlengths 1 191 ⌀ | file stringlengths 23 351 | code stringlengths 0 5.32M | file_length int64 0 5.32M | avg_line_length float64 0 2.9k | max_line_length int64 0 288k | extension_type stringclasses 1
value |
|---|---|---|---|---|---|---|
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/distance_based/utils/system/memory/MemoryWatcher.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 7,193 | 39.189944 | 143 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/distance_based/utils/system/parallel/BlockingExecutor.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 8,090 | 32.572614 | 119 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/distance_based/utils/system/random/DebuggingRandom.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 2,587 | 25.408163 | 76 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/distance_based/utils/system/random/RandomSource.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 1,082 | 30.852941 | 76 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/distance_based/utils/system/random/RandomUtils.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 6,741 | 36.876404 | 139 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/distance_based/utils/system/random/RandomUtilsTest.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 7,286 | 37.760638 | 103 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/distance_based/utils/system/random/Randomised.java | package tsml.classifiers.distance_based.utils.system.random;
import weka.core.Randomizable;
import java.util.Random;
/**
* Purpose: allow the setting / getting of the random source.
* <p>
* Contributors: goastler
*/
public interface Randomised extends RandomSource, Randomizable {
void setRandom(Random rando... | 1,406 | 30.977273 | 153 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/distance_based/utils/system/serial/SerSupplier.java | package tsml.classifiers.distance_based.utils.system.serial;
import java.io.Serializable;
import java.util.function.Supplier;
public interface SerSupplier<A> extends Serializable, Supplier<A> {
}
| 198 | 23.875 | 67 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/distance_based/utils/system/timing/Stated.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 2,459 | 21.568807 | 76 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/distance_based/utils/system/timing/StopWatch.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 5,492 | 28.532258 | 273 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/distance_based/utils/system/timing/StopWatchTest.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 6,431 | 32.675393 | 121 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/distance_based/utils/system/timing/TimeAmount.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 3,239 | 26.692308 | 76 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/early_classification/AbstractEarlyClassifier.java | /*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it w... | 1,274 | 33.459459 | 74 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/early_classification/ECEC.java | package tsml.classifiers.early_classification;
import evaluation.evaluators.CrossValidationEvaluator;
import evaluation.storage.ClassifierResults;
import tsml.classifiers.EnhancedAbstractClassifier;
import weka.classifiers.AbstractClassifier;
import weka.classifiers.Classifier;
import weka.core.Instances;
import weka.... | 6,891 | 37.077348 | 115 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/early_classification/EarlyDecisionMaker.java | /*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it w... | 2,767 | 36.405405 | 119 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/early_classification/EarlyDecisionMakerClassifier.java | /*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it w... | 8,760 | 36.926407 | 114 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/early_classification/LoadableEarlyDecisionMaker.java | /*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it w... | 1,004 | 34.892857 | 95 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/early_classification/ProbabilityThreshold.java | /*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it w... | 2,835 | 29.494624 | 111 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/early_classification/SR1CF1.java | /*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it w... | 6,792 | 34.941799 | 116 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/early_classification/ShapeletTransformEarlyClassifier.java | /*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it w... | 8,791 | 40.276995 | 114 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/early_classification/TEASER.java | /*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it w... | 11,132 | 38.760714 | 119 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/hybrids/Catch22Classifier.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 6,935 | 33.854271 | 114 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/hybrids/HIVE_COTE.java | /*
* Copyright (C) 2019 xmw13bzu
*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3... | 21,236 | 39.761996 | 187 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/interval_based/CIF.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your opti... | 70,123 | 37.849861 | 128 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/interval_based/DrCIF.java | /*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it w... | 77,886 | 40.829753 | 187 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/interval_based/LPS.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 81,141 | 30.401703 | 147 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/interval_based/RISE.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 65,293 | 41.871963 | 279 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/interval_based/STSF.java |
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it ... | 45,196 | 38.233507 | 198 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/interval_based/TSBF.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 33,392 | 41.10971 | 214 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/interval_based/TSF.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your opti... | 54,461 | 39.282544 | 223 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/kernel_based/Arsenal.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your opti... | 15,885 | 39.217722 | 187 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/kernel_based/ROCKETClassifier.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your opti... | 10,356 | 35.340351 | 116 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/RISE.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 27,233 | 38.242075 | 129 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/ShapeletTransformClassifierLegacy.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 35,206 | 44.545925 | 249 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/SubSampleTrainer.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 1,218 | 33.828571 | 78 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/COTE/FlatCote.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 9,212 | 38.038136 | 231 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/COTE/HiveCote.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 29,793 | 38.831551 | 256 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/COTE/cote/AbstractPostProcessedCote.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 7,620 | 37.882653 | 267 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/COTE/cote/HiveCotePostProcessed.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 7,982 | 37.941463 | 165 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/DTW1NN.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 22,926 | 41.378928 | 148 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/DTWKNN.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 4,211 | 34.1 | 115 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/ED1NN.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 7,339 | 36.44898 | 148 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/ERP1NN.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 22,370 | 43.037402 | 157 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/Efficient1NN.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 35,518 | 40.015012 | 330 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/ElasticEnsembleClusterDistributer.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 11,450 | 39.462898 | 228 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/LCSS1NN.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 22,129 | 44.534979 | 148 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/MSM1NN.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 21,507 | 37.893309 | 184 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/TWE1NN.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 22,430 | 40.385609 | 184 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/WDTW1NN.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 20,574 | 41.775468 | 184 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/distance_functions/BasicDTW.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 9,187 | 31.013937 | 123 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/distance_functions/DTW.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 10,395 | 39.768627 | 148 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/distance_functions/DTW_D.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 5,298 | 31.115152 | 129 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/distance_functions/DTW_DistanceBasic.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 11,357 | 33.522796 | 148 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/distance_functions/DTW_DistanceEfficient.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 8,126 | 35.28125 | 98 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/distance_functions/DTW_I.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 2,432 | 29.797468 | 104 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/distance_functions/ERPDistance.java | package tsml.classifiers.legacy.elastic_ensemble.distance_functions;
/*
This file is part of ELKI:
Environment for Developing KDD-Applications Supported by Index-Structures
Copyright (C) 2011
Ludwig-Maximilians-Universität München
Lehr- und Forschungseinheit für Datenbanksysteme
ELKI Development Team
This progra... | 12,672 | 33.625683 | 157 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/distance_functions/EuclideanDistance_D.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 2,540 | 30.7625 | 129 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/distance_functions/EuclideanDistance_I.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 2,538 | 31.139241 | 129 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/distance_functions/LCSSDistance.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 9,053 | 33.166038 | 134 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/distance_functions/MSMDistance.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 5,445 | 28.759563 | 104 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/distance_functions/PiecewiseDTW.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 5,175 | 31.759494 | 106 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/distance_functions/SakoeChibaDTW.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 5,228 | 29.401163 | 135 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/distance_functions/TAA.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 21,648 | 40.632692 | 183 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/distance_functions/TWEDistance.java | /*
* Java distance measure derived from
* Filename: code-twed.c
source code for the Time Warp Edit Distance in ansi C.
Author: Pierre-Francois Marteau
Version: V1.1 du 10/3/2010
Licence: GPL
******************************************************************
This software and description is free delivered "AS IS" with ... | 8,880 | 30.052448 | 96 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/distance_functions/WeightedDTW.java | /*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your o... | 13,073 | 31.766917 | 149 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/CandidateNN.java | /*
* Copyright (C) 2019 Chang Wei Tan
*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either ver... | 2,886 | 33.369048 | 104 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/WarpingPathResults.java | /*
* Copyright (C) 2019 Chang Wei Tan
*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either ver... | 1,348 | 31.902439 | 92 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/assessingNN/LazyAssessNN.java | /*
* Copyright (C) 2019 Chang Wei Tan
*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either ver... | 5,633 | 33.777778 | 120 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/assessingNN/LazyAssessNN_DTW.java | /*
* Copyright (C) 2019 Chang Wei Tan
*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either ver... | 11,876 | 39.955172 | 149 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/assessingNN/LazyAssessNN_ERP.java | /*
* Copyright (C) 2019 Chang Wei Tan
*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either ver... | 10,941 | 39.227941 | 126 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/assessingNN/LazyAssessNN_LCSS.java | /*
* Copyright (C) 2019 Chang Wei Tan
*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either ver... | 8,045 | 38.24878 | 126 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/assessingNN/LazyAssessNN_MSM.java | /*
* Copyright (C) 2019 Chang Wei Tan
*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either ver... | 7,198 | 38.554945 | 112 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/assessingNN/LazyAssessNN_TWED.java | /*
* Copyright (C) 2019 Chang Wei Tan
*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either ver... | 8,258 | 39.092233 | 112 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/assessingNN/LazyAssessNN_WDTW.java | /*
* Copyright (C) 2019 Chang Wei Tan
*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either ver... | 9,064 | 38.413043 | 112 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/lowerBounds/LbEnhanced.java | /* Copyright (C) 2019 Chang Wei Tan
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distrib... | 4,974 | 34.791367 | 90 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/lowerBounds/LbErp.java | /* Copyright (C) 2019 Chang Wei Tan
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distrib... | 4,430 | 31.343066 | 124 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/lowerBounds/LbImproved.java | /* Copyright (C) 2019 Chang Wei Tan
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distrib... | 3,690 | 30.818966 | 141 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/lowerBounds/LbKeogh.java | /* Copyright (C) 2019 Chang Wei Tan
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distrib... | 6,474 | 33.441489 | 115 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/lowerBounds/LbKim.java | /* Copyright (C) 2019 Chang Wei Tan
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distrib... | 5,322 | 45.286957 | 121 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/lowerBounds/LbLcss.java | /* Copyright (C) 2019 Chang Wei Tan
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distrib... | 3,411 | 33.12 | 132 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/lowerBounds/LbMsm.java | /* Copyright (C) 2019 Chang Wei Tan
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distrib... | 4,672 | 38.940171 | 152 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/lowerBounds/LbTwed.java | /* Copyright (C) 2019 Chang Wei Tan
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distrib... | 4,001 | 36.055556 | 107 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/lowerBounds/LbWdtw.java | /* Copyright (C) 2019 Chang Wei Tan
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distrib... | 2,977 | 34.879518 | 154 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/lowerBounds/LbYi.java | /* Copyright (C) 2019 Chang Wei Tan
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distrib... | 1,780 | 36.104167 | 120 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/utils/GenericTools.java | /*
* Copyright (C) 2019 Chang Wei Tan
*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either ver... | 2,896 | 32.298851 | 84 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/utils/IndexedDouble.java | /*
* Copyright (C) 2019 Chang Wei Tan
*
* This file is part of the UEA Time Series Machine Learning (TSML) toolbox.
*
* The UEA TSML toolbox is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either ver... | 1,206 | 32.527778 | 77 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_elastic_ensemble/utils/SequenceStatsCache.java | /*******************************************************************************
* Copyright (C) 2017 Chang Wei Tan, Francois Petitjean, Matthieu Herrmann, Germain Forestier, Geoff Webb
*
* This file is part of FastWWSearch.
*
* FastWWSearch is free software: you can redistribute it and/or modify
* it under the t... | 8,275 | 36.447964 | 111 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_window_search/experiments/ScalabilityExperiment.java | /*******************************************************************************
* Copyright (C) 2017 Chang Wei Tan
*
* This file is part of FastWWSearch.
*
* FastWWSearch is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free S... | 10,316 | 29.889222 | 131 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_window_search/experiments/UCR_FastWWS.java | /*******************************************************************************
* Copyright (C) 2017 Chang Wei Tan
*
* This file is part of FastWWSearch.
*
* FastWWSearch is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free S... | 7,333 | 35.128079 | 124 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_window_search/experiments/UCR_FastWWSPrunedDTW.java | package tsml.classifiers.legacy.elastic_ensemble.fast_window_search.experiments;
import java.io.File;
import java.io.FileFilter;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Arrays;
import tsml.classifiers.legacy.elastic_ensemble.fast_window_search.items.ExperimentsLauncher;
import tsml.cla... | 8,214 | 37.75 | 125 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_window_search/experiments/UCR_LbKeogh.java | /*******************************************************************************
* Copyright (C) 2017 Chang Wei Tan
*
* This file is part of FastWWSearch.
*
* FastWWSearch is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free S... | 7,510 | 34.937799 | 124 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_window_search/experiments/UCR_LbKeoghPrunedDTW.java | /*******************************************************************************
* Copyright (C) 2017 Chang Wei Tan
*
* This file is part of FastWWSearch.
*
* FastWWSearch is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free S... | 7,842 | 34.65 | 124 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_window_search/experiments/UCR_NaiveDTW.java | /*******************************************************************************
* Copyright (C) 2017 Chang Wei Tan
*
* This file is part of FastWWSearch.
*
* FastWWSearch is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free S... | 7,240 | 34.669951 | 124 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_window_search/experiments/UCR_Trillion.java | /*******************************************************************************
* Copyright (C) 2017 Chang Wei Tan
*
* This file is part of FastWWSearch.
*
* FastWWSearch is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free S... | 7,610 | 35.416268 | 124 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_window_search/experiments/UCR_UCRSuite.java | /*******************************************************************************
* Copyright (C) 2017 Chang Wei Tan
*
* This file is part of FastWWSearch.
*
* FastWWSearch is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free S... | 7,707 | 35.530806 | 124 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_window_search/experiments/UCR_UCRSuitePrunedDTW.java | /*******************************************************************************
* Copyright (C) 2017 Chang Wei Tan
*
* This file is part of FastWWSearch.
*
* FastWWSearch is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free S... | 8,010 | 36.087963 | 124 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_window_search/items/DTWResult.java | /*******************************************************************************
* Copyright (C) 2017 Chang Wei Tan, Francois Petitjean, Matthieu Herrmann, Germain Forestier, Geoff Webb
*
* This file is part of FastWWSearch.
*
* FastWWSearch is free software: you can redistribute it and/or modify
* it under the... | 1,436 | 36.815789 | 111 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_window_search/items/ExperimentsLauncher.java | /*******************************************************************************
* Copyright (C) 2017 Chang Wei Tan, Francois Petitjean, Matthieu Herrmann, Germain Forestier, Geoff Webb
*
* This file is part of FastWWSearch.
*
* FastWWSearch is free software: you can redistribute it and/or modify
* it under the... | 4,886 | 35.744361 | 118 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_window_search/items/Itemset.java | /*******************************************************************************
* Copyright (C) 2017 Chang Wei Tan, Francois Petitjean, Matthieu Herrmann, Germain Forestier, Geoff Webb
*
* This file is part of FastWWSearch.
*
* FastWWSearch is free software: you can redistribute it and/or modify
* it under the... | 1,528 | 39.236842 | 111 | java |
tsml-java | tsml-java-master/src/main/java/tsml/classifiers/legacy/elastic_ensemble/fast_window_search/items/LazyAssessNN.java | /*******************************************************************************
* Copyright (C) 2017 Chang Wei Tan, Francois Petitjean, Matthieu Herrmann, Germain Forestier, Geoff Webb
*
* This file is part of FastWWSearch.
*
* FastWWSearch is free software: you can redistribute it and/or modify
* it under the... | 16,334 | 29.25 | 139 | java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.