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/weka/classifiers/trees/j48/ClassifierSplitModel.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...
7,450
24.430034
79
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/j48/ClassifierTree.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...
19,654
24.793963
83
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/j48/Distribution.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...
19,012
24.350667
81
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/j48/EntropyBasedSplitCrit.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,527
25.333333
74
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/j48/EntropySplitCrit.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,376
27.638554
81
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/j48/GainRatioSplitCrit.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,209
26.20339
75
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/j48/GraftSplit.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...
16,015
27.857658
80
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/j48/InfoGainSplitCrit.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,365
26.590164
77
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/j48/ModelSelection.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,750
28.677966
84
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/j48/NBTreeClassifierTree.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...
7,138
24.679856
74
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/j48/NBTreeModelSelection.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,681
26.057143
83
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/j48/NBTreeNoSplit.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,957
26.456221
76
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/j48/NBTreeSplit.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,825
27.703883
80
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/j48/NoSplit.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,901
24.234783
74
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/j48/PruneableClassifierTree.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,224
24.9375
85
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/j48/SplitCriterion.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,359
25.818182
74
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/j48/Stats.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,907
27.509804
74
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/lmt/LMTNode.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,859
30.136601
111
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/lmt/LogisticBase.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...
33,629
31.398844
117
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/lmt/ResidualModelSelection.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,732
27.496183
97
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/lmt/ResidualSplit.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,455
25.507837
100
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/m5/CorrelationSplitInfo.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,551
24.897233
78
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/m5/Impurity.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,223
32.462366
129
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/m5/M5Base.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,600
26.458658
109
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/m5/PreConstructedLinearModel.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,981
26.988764
76
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/m5/Rule.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,867
21.979907
77
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/m5/RuleNode.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...
27,765
24.059567
87
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/m5/SplitEvaluate.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,996
24.602564
78
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/m5/Values.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,353
28.165217
79
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/trees/m5/YongSplitInfo.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,696
25.872642
78
java
tsml-java
tsml-java-master/src/main/java/weka/classifiers/xml/XMLClassifier.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,865
27.272727
80
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/AbstractClusterer.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,722
30.269767
87
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/AbstractDensityBasedClusterer.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,614
30.394558
84
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/CLOPE.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...
15,601
23.765079
234
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/CheckClusterer.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...
45,970
33.002219
112
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/ClusterEvaluation.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...
41,312
30.951276
123
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/Clusterer.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,936
31.633333
78
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/Cobweb.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...
36,251
27.277691
360
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/DBScan.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...
22,827
34.613105
243
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/DensityBasedClusterer.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,700
31.939024
79
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/EM.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...
58,415
28.84977
256
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/FarthestFirst.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,093
26.52657
152
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/FilteredClusterer.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...
10,703
25.693267
276
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/HierarchicalClusterer.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...
38,769
33.523598
176
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/MakeDensityBasedClusterer.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,676
28.412646
274
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/NumberOfClustersRequestable.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,282
28.159091
74
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/RandomizableClusterer.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,274
24.585938
74
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/RandomizableDensityBasedClusterer.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,310
24.867188
74
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/RandomizableSingleClustererEnhancer.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,301
24.796875
74
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/SimpleKMeans.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...
54,054
29.765509
260
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/SingleClustererEnhancer.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,758
26.165094
105
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/UpdateableClusterer.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,376
28.297872
77
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/XMeans.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...
71,140
28.506844
263
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/sIB.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...
36,081
27.981526
257
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/forOPTICSAndDBScan/DataObjects/DataObject.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,010
29.853846
120
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/forOPTICSAndDBScan/DataObjects/EuclidianDataObject.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...
9,547
30.72093
120
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/forOPTICSAndDBScan/DataObjects/ManhattanDataObject.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...
9,533
30.674419
120
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/forOPTICSAndDBScan/Databases/Database.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...
5,320
34.238411
120
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/forOPTICSAndDBScan/Databases/SequentialDatabase.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,180
34.722045
120
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/forOPTICSAndDBScan/OPTICS_GUI/GraphPanel.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,431
33.437673
120
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/forOPTICSAndDBScan/OPTICS_GUI/ResultVectorTableModel.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,508
32.4
120
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/forOPTICSAndDBScan/OPTICS_GUI/SERFileFilter.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,310
29.1
120
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/forOPTICSAndDBScan/OPTICS_GUI/SERObject.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...
5,335
28.480663
120
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/forOPTICSAndDBScan/Utils/EpsilonRange_ListElement.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,678
33.383178
120
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/forOPTICSAndDBScan/Utils/PriorityQueue.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...
5,159
30.272727
120
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/forOPTICSAndDBScan/Utils/PriorityQueueElement.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...
2,825
29.387097
120
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/forOPTICSAndDBScan/Utils/UpdateQueue.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,473
33.43617
120
java
tsml-java
tsml-java-master/src/main/java/weka/clusterers/forOPTICSAndDBScan/Utils/UpdateQueueElement.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,102
28
120
java
tsml-java
tsml-java-master/src/main/java/weka/core/AbstractInstance.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...
27,060
30.429733
80
java
tsml-java
tsml-java-master/src/main/java/weka/core/AbstractStringDistanceFunction.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,724
31.142857
117
java
tsml-java
tsml-java-master/src/main/java/weka/core/AdditionalMeasureProducer.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,646
31.294118
78
java
tsml-java
tsml-java-master/src/main/java/weka/core/Aggregateable.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,591
30.84
76
java
tsml-java
tsml-java-master/src/main/java/weka/core/AlgVector.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...
10,336
23.265258
81
java
tsml-java
tsml-java-master/src/main/java/weka/core/AllJavadoc.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,306
26.259494
120
java
tsml-java
tsml-java-master/src/main/java/weka/core/Attribute.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...
52,706
29.343696
110
java
tsml-java
tsml-java-master/src/main/java/weka/core/AttributeExpression.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,819
25.904762
79
java
tsml-java
tsml-java-master/src/main/java/weka/core/AttributeLocator.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,459
27.154762
99
java
tsml-java
tsml-java-master/src/main/java/weka/core/AttributeStats.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,944
30.496815
77
java
tsml-java
tsml-java-master/src/main/java/weka/core/BatchPredictor.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,923
30.540984
74
java
tsml-java
tsml-java-master/src/main/java/weka/core/BinarySparseInstance.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,311
31.920583
80
java
tsml-java
tsml-java-master/src/main/java/weka/core/Capabilities.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...
49,077
28.161022
128
java
tsml-java
tsml-java-master/src/main/java/weka/core/CapabilitiesHandler.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,257
29.682927
75
java
tsml-java
tsml-java-master/src/main/java/weka/core/ChebyshevDistance.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,564
28.262821
144
java
tsml-java
tsml-java-master/src/main/java/weka/core/Check.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,272
25.029046
120
java
tsml-java
tsml-java-master/src/main/java/weka/core/CheckGOE.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,254
22.489848
77
java
tsml-java
tsml-java-master/src/main/java/weka/core/CheckOptionHandler.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,914
23.858333
87
java
tsml-java
tsml-java-master/src/main/java/weka/core/CheckScheme.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,368
25.529984
87
java
tsml-java
tsml-java-master/src/main/java/weka/core/ClassCache.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,294
23.786667
100
java
tsml-java
tsml-java-master/src/main/java/weka/core/ClassDiscovery.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...
18,730
26.790801
101
java
tsml-java
tsml-java-master/src/main/java/weka/core/ClassloaderUtil.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,909
29
93
java
tsml-java
tsml-java-master/src/main/java/weka/core/CommandlineRunnable.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,322
30.5
75
java
tsml-java
tsml-java-master/src/main/java/weka/core/ConjugateGradientOptimization.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...
7,800
33.365639
115
java
tsml-java
tsml-java-master/src/main/java/weka/core/ContingencyTables.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...
18,606
27.364329
81
java
tsml-java
tsml-java-master/src/main/java/weka/core/Copyable.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,261
29.780488
74
java
tsml-java
tsml-java-master/src/main/java/weka/core/Copyright.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
25.018349
95
java
tsml-java
tsml-java-master/src/main/java/weka/core/CustomDisplayStringProvider.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,263
31.410256
77
java
tsml-java
tsml-java-master/src/main/java/weka/core/Debug.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...
43,075
24.9807
91
java
tsml-java
tsml-java-master/src/main/java/weka/core/DenseInstance.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,838
32.343925
85
java
tsml-java
tsml-java-master/src/main/java/weka/core/DistanceFunction.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,601
34.232704
82
java
tsml-java
tsml-java-master/src/main/java/weka/core/Drawable.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,593
25.131148
87
java