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/machine_learning/classifiers/ensembles/voting/BestIndividual.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,260
36.377193
116
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/voting/BestIndividualOracle.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,239
34.555556
94
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/voting/BestIndividualTrain.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,597
34.589041
113
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/voting/MajorityConfidence.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,335
34.115789
111
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/voting/MajorityVote.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,042
32.811111
111
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/voting/MajorityVoteByConfidence.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,805
39.05
170
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/voting/MajorityVoteByCorrectedConfidence.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,656
41.216418
186
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/voting/MajorityVoteByPoweredConfidence.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,013
33.307692
124
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/voting/ModuleVotingScheme.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,073
36.308824
126
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/voting/NP_MAX.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,951
34.142857
136
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/voting/NaiveBayesCombiner.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,971
36.559748
120
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/voting/stacking/AbstractStacking.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,426
37.21831
117
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/voting/stacking/StackingOnDists.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,081
31.53125
83
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/voting/stacking/StackingOnExtendedSetOfFeatures.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,066
33.460674
116
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/voting/stacking/StackingOnPreds.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,037
32.409836
86
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/weightedvoters/CAWPE_MajorityVote.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,504
37.589744
97
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/weightedvoters/CAWPE_NaiveBayesCombiner.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,532
37.325
97
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/weightedvoters/CAWPE_PickBest.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,407
36.052632
76
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/weightedvoters/CAWPE_RecallCombiner.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,505
37.615385
97
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/weightedvoters/CAWPE_TunedAlpha.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,386
42.628352
180
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/weightedvoters/CAWPE_WeightedMajorityVote.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,514
37.846154
97
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/weightings/AUROC.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,814
29.25
102
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/weightings/AvgCorrectedTrainAcc.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,731
38.363636
113
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/weightings/BalancedAccuracy.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,939
31.333333
98
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/weightings/ConfusionEntropy.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...
3,512
30.088496
108
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/weightings/EqualWeighting.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,251
31.102564
86
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/weightings/FScore.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,202
29.504762
85
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/weightings/MCCWeighting.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,636
33.311321
87
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/weightings/MaxCorrectedTrainAcc.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,686
39.712121
114
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/weightings/ModuleWeightingScheme.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,182
35.383333
97
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/weightings/NLL.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,393
30.92
103
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/weightings/ProportionalTrainAcc.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,821
34.72549
95
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/weightings/RecallByClass.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,149
33.126984
85
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/weightings/TrainAcc.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,037
30.84375
98
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/weightings/TrainAccByClass.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,777
31.925926
78
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/ensembles/weightings/TrainAccOrMCC.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,452
34.96875
114
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/tuned/TunedClassifier.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...
15,121
35.350962
158
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/tuned/TunedRandomForest.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,954
42.847561
192
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/tuned/TunedSVM.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...
49,007
38.17506
186
java
tsml-java
tsml-java-master/src/main/java/machine_learning/classifiers/tuned/TunedXGBoost.java
/* Copyright (c) 2014 by Contributors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, soft...
32,325
41.534211
227
java
tsml-java
tsml-java-master/src/main/java/machine_learning/clusterers/CAST.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,591
34.905085
120
java
tsml-java
tsml-java-master/src/main/java/machine_learning/clusterers/DensityPeaks.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...
13,718
35.102632
131
java
tsml-java
tsml-java-master/src/main/java/machine_learning/clusterers/DistanceBasedVectorClusterer.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...
4,079
32.719008
100
java
tsml-java
tsml-java-master/src/main/java/machine_learning/clusterers/KMeans.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...
19,192
33.151246
136
java
tsml-java
tsml-java-master/src/main/java/machine_learning/clusterers/KMedoids.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...
18,142
32.975655
120
java
tsml-java
tsml-java-master/src/main/java/machine_learning/clusterers/consensus/ACE.java
package machine_learning.clusterers.consensus; import evaluation.storage.ClustererResults; import experiments.data.DatasetLoading; import machine_learning.clusterers.KMeans; import tsml.clusterers.EnhancedAbstractClusterer; import utilities.GenericTools; import weka.clusterers.NumberOfClustersRequestable; import weka....
24,094
35.898928
130
java
tsml-java
tsml-java-master/src/main/java/machine_learning/clusterers/consensus/ConsensusClusterer.java
package machine_learning.clusterers.consensus; import tsml.clusterers.EnhancedAbstractClusterer; import java.util.ArrayList; public abstract class ConsensusClusterer extends EnhancedAbstractClusterer { protected EnhancedAbstractClusterer[] clusterers; protected boolean buildClusterers = true; public C...
675
26.04
79
java
tsml-java
tsml-java-master/src/main/java/machine_learning/clusterers/consensus/IVC.java
package machine_learning.clusterers.consensus; import evaluation.storage.ClustererResults; import experiments.data.DatasetLoading; import machine_learning.clusterers.KMeans; import tsml.clusterers.EnhancedAbstractClusterer; import weka.clusterers.NumberOfClustersRequestable; import weka.core.DenseInstance; import weka...
10,009
31.083333
130
java
tsml-java
tsml-java-master/src/main/java/machine_learning/clusterers/consensus/LoadableConsensusClusterer.java
package machine_learning.clusterers.consensus; public interface LoadableConsensusClusterer { void buildFromFile(String[] directoryPaths) throws Exception; int[] clusterFromFile(String[] directoryPaths) throws Exception; double[][] distributionFromFile(String[] directoryPaths) throws Exception; }
313
27.545455
78
java
tsml-java
tsml-java-master/src/main/java/machine_learning/clusterers/consensus/SimpleVote.java
package machine_learning.clusterers.consensus; import blogspot.software_and_algorithms.stern_library.optimization.HungarianAlgorithm; import evaluation.storage.ClustererResults; import experiments.data.DatasetLoading; import machine_learning.clusterers.KMeans; import tsml.clusterers.EnhancedAbstractClusterer; import w...
7,969
33.059829
130
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/BernoulliDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
1,482
33.488372
125
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/BetaDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
3,306
29.62037
91
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/BinomialDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
3,189
26.982456
98
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/BinomialRandomNDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
2,970
32.382022
189
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/BirthdayDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
3,497
31.091743
77
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/CauchyDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
1,421
32.857143
99
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/ChiSquareDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
1,821
28.868852
78
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/CircleDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
2,698
29.670455
94
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/ContinuousUniformDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
2,843
30.955056
90
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/Convolution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
3,307
29.915888
96
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/CouponDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
3,643
32.127273
194
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/Data.java
package statistics.distributions; import java.util.*; /**A simple implementation of a data distribution*/ public class Data{ //Variables private Vector values = new Vector(); private int size; private double value, mean, meanSquare, mode; private String name; /**This general constructor creates a new data with ...
2,631
22.711712
87
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/DieDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
2,132
37.781818
95
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/DiscreteArcsineDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
2,281
31.140845
92
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/DiscreteUniformDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
1,541
31.125
110
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/Distribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
9,584
32.28125
163
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/Domain.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
3,121
32.212766
410
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/ExponentialDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
1,871
28.714286
83
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/FiniteDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
2,848
30.307692
85
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/FiniteOrderStatisticDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
3,031
31.255319
97
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/FisherDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
4,442
32.406015
80
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/GammaDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
2,982
26.878505
78
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/GeometricDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
1,340
30.928571
82
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/HypergeometricDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
3,566
28.237705
122
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/IntervalData.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
8,329
28.75
278
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/LocationScaleDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
3,173
34.266667
101
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/LogNormalDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
3,005
28.762376
75
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/LogisticDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
1,757
28.79661
75
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/MatchDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
2,614
26.526316
75
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/MersenneTwister.java
package statistics.distributions; import java.io.*; /** * Mersenne Twister and MersenneTwisterFast: * <P> * <b>MersenneTwister</b> is a drop-in subclass replacement * for java.util.Random. It is properly synchronized and * can be used in a multithreaded environment. * * <p><b>MersenneTwisterFast</b> is not a...
16,579
33.541667
279
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/MixtureDistribution.java
// Mixture package statistics.distributions; public class MixtureDistribution extends Distribution{ Distribution[] dist; int n, type; double minValue, maxValue, lowerValue, upperValue, stepSize; double[] prob; //Constructors public MixtureDistribution(Distribution[] d, double[] p){ setParameters(d, p); } p...
2,123
25.222222
119
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/NegativeBinomialDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
3,058
27.588785
102
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/NormalDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
3,204
26.869565
78
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/OrderStatisticDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
2,415
37.967742
130
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/ParetoDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
2,576
30.048193
94
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/PointMassDistribution.java
// Point mass at x0 package statistics.distributions; public class PointMassDistribution extends Distribution{ //Paramter double x0; //Constructor public PointMassDistribution(double x0){ setParameters(x0); } public PointMassDistribution(){ this(0); } public void setParameters(double x0){ this.x0 = x0...
882
13.47541
56
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/PoissonDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
2,411
25.8
88
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/PokerDiceDistribution.java
// Poker Dice Distribution package statistics.distributions; public class PokerDiceDistribution extends Distribution{ final static int c = 7776; public PokerDiceDistribution(){ setParameters(0, 6, 1, DISCRETE); } public double getDensity(double x){ double d = 0; int i = (int)x; switch(i){ case 0: d ...
657
13.622222
56
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/RandomVariable.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
2,695
27.378947
95
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/StudentDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
3,247
29.933333
114
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/TriangleDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
3,475
31.485981
91
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/UniformDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
1,521
30.061224
114
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/WalkMaxDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
2,196
29.09589
101
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/WalkPositionDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
2,786
29.626374
90
java
tsml-java
tsml-java-master/src/main/java/statistics/distributions/WeibullDistribution.java
/* Copyright (C) 2001 Kyle Siegrist, Dawn Duehring 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 2 of the License, or (at your option) any later version. This program is distribute...
3,352
28.672566
77
java
tsml-java
tsml-java-master/src/main/java/statistics/simulators/ArmaModel.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,188
26.026316
76
java
tsml-java
tsml-java-master/src/main/java/statistics/simulators/DataSimulator.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,534
30.570048
161
java
tsml-java
tsml-java-master/src/main/java/statistics/simulators/DictionaryModel.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...
23,078
35.691574
121
java
tsml-java
tsml-java-master/src/main/java/statistics/simulators/ElasticModel.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,730
29.333333
119
java
tsml-java
tsml-java-master/src/main/java/statistics/simulators/HMM_Model.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,437
21.470588
96
java