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/utilities/generic_storage/SerialisableComparablePair.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 ...
1,975
30.365079
93
java
tsml-java
tsml-java-master/src/main/java/utilities/generic_storage/Triple.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 ...
1,101
29.611111
76
java
tsml-java
tsml-java-master/src/main/java/utilities/multivariate_tools/MultivariateInstanceTools.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 ...
23,384
39.528596
161
java
tsml-java
tsml-java-master/src/main/java/utilities/numericalmethods/NelderMead.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 ...
9,861
29.915361
111
java
tsml-java
tsml-java-master/src/main/java/utilities/numericalmethods/NumericalFunction.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 ...
922
33.185185
76
java
tsml-java
tsml-java-master/src/main/java/utilities/rescalers/NoRescaling.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 ...
1,313
30.285714
86
java
tsml-java
tsml-java-master/src/main/java/utilities/rescalers/SeriesRescaler.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 ...
998
32.3
76
java
tsml-java
tsml-java-master/src/main/java/utilities/rescalers/ZNormalisation.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 ...
2,674
29.747126
95
java
tsml-java
tsml-java-master/src/main/java/utilities/rescalers/ZStandardisation.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 ...
1,830
27.609375
76
java
tsml-java
tsml-java-master/src/main/java/utilities/samplers/RandomIndexSampler.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 ...
1,581
30.019608
88
java
tsml-java
tsml-java-master/src/main/java/utilities/samplers/RandomRoundRobinIndexSampler.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 ...
2,501
31.493506
96
java
tsml-java
tsml-java-master/src/main/java/utilities/samplers/RandomRoundRobinSampler.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 ...
2,436
31.065789
101
java
tsml-java
tsml-java-master/src/main/java/utilities/samplers/RandomSampler.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 ...
1,403
30.2
96
java
tsml-java
tsml-java-master/src/main/java/utilities/samplers/RandomStratifiedIndexSampler.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 ...
2,283
33.089552
111
java
tsml-java
tsml-java-master/src/main/java/utilities/samplers/RandomStratifiedSampler.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 ...
2,392
34.191176
116
java
tsml-java
tsml-java-master/src/main/java/utilities/samplers/Sampler.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 ...
938
31.37931
76
java
tsml-java
tsml-java-master/src/main/java/weka/associations/AbstractAssociator.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...
4,817
31.554054
88
java
tsml-java
tsml-java-master/src/main/java/weka/associations/Apriori.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...
62,894
30.894016
442
java
tsml-java
tsml-java-master/src/main/java/weka/associations/AprioriItemSet.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...
21,863
36.183673
175
java
tsml-java
tsml-java-master/src/main/java/weka/associations/AssociationRule.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...
5,008
26.075676
83
java
tsml-java
tsml-java-master/src/main/java/weka/associations/AssociationRules.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,428
24.4
79
java
tsml-java
tsml-java-master/src/main/java/weka/associations/AssociationRulesProducer.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,173
31.939394
74
java
tsml-java
tsml-java-master/src/main/java/weka/associations/Associator.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,640
32.489796
78
java
tsml-java
tsml-java-master/src/main/java/weka/associations/AssociatorEvaluation.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,539
28.146758
100
java
tsml-java
tsml-java-master/src/main/java/weka/associations/BinaryItem.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,472
29.530864
88
java
tsml-java
tsml-java-master/src/main/java/weka/associations/CARuleMiner.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,421
32.638889
119
java
tsml-java
tsml-java-master/src/main/java/weka/associations/CaRuleGeneration.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
8,993
33.860465
152
java
tsml-java
tsml-java-master/src/main/java/weka/associations/CheckAssociator.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...
55,644
35.086252
131
java
tsml-java
tsml-java-master/src/main/java/weka/associations/DefaultAssociationRule.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...
9,605
30.913621
98
java
tsml-java
tsml-java-master/src/main/java/weka/associations/FPGrowth.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...
79,406
31.161604
249
java
tsml-java
tsml-java-master/src/main/java/weka/associations/FilteredAssociationRules.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,790
26.671533
91
java
tsml-java
tsml-java-master/src/main/java/weka/associations/FilteredAssociator.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...
15,784
28.123616
278
java
tsml-java
tsml-java-master/src/main/java/weka/associations/GeneralizedSequentialPatterns.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
18,509
28.287975
285
java
tsml-java
tsml-java-master/src/main/java/weka/associations/Item.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...
4,456
24.039326
76
java
tsml-java
tsml-java-master/src/main/java/weka/associations/ItemSet.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...
16,510
27.175768
95
java
tsml-java
tsml-java-master/src/main/java/weka/associations/LabeledItemSet.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...
14,514
31.399554
101
java
tsml-java
tsml-java-master/src/main/java/weka/associations/NominalItem.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,499
26.34375
87
java
tsml-java
tsml-java-master/src/main/java/weka/associations/NumericItem.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...
4,429
24.170455
87
java
tsml-java
tsml-java-master/src/main/java/weka/associations/PredictiveApriori.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
25,198
30.617315
208
java
tsml-java
tsml-java-master/src/main/java/weka/associations/PriorEstimation.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
18,538
36.680894
142
java
tsml-java
tsml-java-master/src/main/java/weka/associations/RuleGeneration.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
13,104
33.306283
203
java
tsml-java
tsml-java-master/src/main/java/weka/associations/RuleItem.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
6,358
30.171569
165
java
tsml-java
tsml-java-master/src/main/java/weka/associations/SingleAssociatorEnhancer.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...
5,703
27.098522
108
java
tsml-java
tsml-java-master/src/main/java/weka/associations/gsp/Element.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
7,345
23.244224
81
java
tsml-java
tsml-java-master/src/main/java/weka/associations/gsp/Sequence.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
17,747
29.338462
122
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/ASEvaluation.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...
5,110
30.549383
79
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/ASSearch.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,624
31.366071
81
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/AttributeEvaluator.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,345
28.26087
77
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/AttributeSelection.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...
34,439
30.223935
81
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/AttributeSetEvaluator.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,029
31.580645
87
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/AttributeTransformer.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,191
32.723077
74
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/BestFirst.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...
24,657
25.457082
490
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/CfsSubsetEval.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...
39,145
26.743444
224
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/CheckAttributeSelection.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...
57,155
33.829982
131
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/ChiSquaredAttributeEval.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
13,684
28.493534
122
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/ClassifierSubsetEval.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
20,608
28.274148
149
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/ConsistencySubsetEval.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
14,450
26.630975
298
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/CorrelationAttributeEval.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...
15,162
30.989451
192
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/CostSensitiveASEvaluation.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
18,030
30.034423
101
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/CostSensitiveAttributeEval.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
4,826
28.254545
95
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/CostSensitiveSubsetEval.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
3,928
27.889706
92
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/ErrorBasedMeritEvaluator.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,080
29.885714
76
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/ExhaustiveSearch.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
11,655
24.787611
145
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/FilteredAttributeEval.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
12,033
29.312343
99
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/FilteredSubsetEval.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
11,879
28.849246
101
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/GainRatioAttributeEval.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,276
25.164733
84
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/GeneticSearch.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
37,408
27.622035
109
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/GreedyStepwise.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...
28,775
27.267191
414
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/HoldOutSubsetEvaluator.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,640
35.178082
78
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/InfoGainAttributeEval.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...
13,899
28.574468
104
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/LFSMethods.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
20,164
26.585499
128
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/LatentSemanticAnalysis.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
28,193
33.936803
100
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/LinearForwardSelection.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
25,949
28.691076
462
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/OneRAttributeEval.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...
12,786
25.364948
90
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/PrincipalComponents.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...
34,327
31.384906
438
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/RaceSearch.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
62,490
34.107303
577
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/RandomSearch.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
19,191
27.687593
459
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/RankSearch.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
17,914
30.877224
104
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/RankedOutputSearch.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,650
32.805556
78
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/Ranker.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...
17,858
27.302694
137
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/ReliefFAttributeEval.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...
40,000
28.674332
241
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/SVMAttributeEval.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
26,985
31.202864
341
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/ScatterSearchV1.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
37,244
27.366337
227
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/StartSetHandler.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,612
31.26
78
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/SubsetEvaluator.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,323
28.422222
74
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/SubsetSizeForwardSelection.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 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
28,240
29.563853
360
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/SymmetricalUncertAttributeEval.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,200
24.808756
112
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/UnsupervisedAttributeEvaluator.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,192
29.589744
74
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/UnsupervisedSubsetEvaluator.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,676
26.491803
74
java
tsml-java
tsml-java-master/src/main/java/weka/attributeSelection/WrapperSubsetEval.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...
29,392
29.177618
118
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/AbstractClassifier.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...
9,364
29.307443
93
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/BVDecompose.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...
20,386
27.39415
187
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/BVDecomposeSegCVSub.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...
37,978
33.031362
192
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/CheckClassifier.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...
72,518
35.792998
131
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/CheckSource.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,931
26.878505
87
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/Classifier.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,408
36.054348
78
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/ConditionalDensityEstimator.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,510
31.847826
91
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/CostMatrix.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...
25,102
29.063473
81
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/Evaluation.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...
47,308
29.268074
83
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/IntervalEstimator.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,649
32.673469
86
java