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/core/matrix/CholeskyDecomposition.java
/* * This software is a cooperative product of The MathWorks and the National * Institute of Standards and Technology (NIST) which has been released to the * public domain. Neither The MathWorks nor NIST assumes any responsibility * whatsoever for its use by other parties, and makes no guarantees, expressed * or i...
4,229
24.95092
103
java
tsml-java
tsml-java-master/src/main/java/weka/core/matrix/DoubleVector.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,544
22.393333
74
java
tsml-java
tsml-java-master/src/main/java/weka/core/matrix/EigenvalueDecomposition.java
/* * This software is a cooperative product of The MathWorks and the National * Institute of Standards and Technology (NIST) which has been released to the * public domain. Neither The MathWorks nor NIST assumes any responsibility * whatsoever for its use by other parties, and makes no guarantees, expressed * or i...
24,261
23.55668
103
java
tsml-java
tsml-java-master/src/main/java/weka/core/matrix/ExponentialFormat.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,940
25.026549
74
java
tsml-java
tsml-java-master/src/main/java/weka/core/matrix/FlexibleDecimalFormat.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,897
24.643478
76
java
tsml-java
tsml-java-master/src/main/java/weka/core/matrix/FloatingPointFormat.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,370
24.156716
74
java
tsml-java
tsml-java-master/src/main/java/weka/core/matrix/IntVector.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,960
23.891667
75
java
tsml-java
tsml-java-master/src/main/java/weka/core/matrix/LUDecomposition.java
/* * This software is a cooperative product of The MathWorks and the National * Institute of Standards and Technology (NIST) which has been released to the * public domain. Neither The MathWorks nor NIST assumes any responsibility * whatsoever for its use by other parties, and makes no guarantees, expressed * or i...
6,807
23.227758
103
java
tsml-java
tsml-java-master/src/main/java/weka/core/matrix/LinearRegression.java
/* * This software is a cooperative product of The MathWorks and the National * Institute of Standards and Technology (NIST) which has been released to the * public domain. Neither The MathWorks nor NIST assumes any responsibility * whatsoever for its use by other parties, and makes no guarantees, expressed * or i...
5,340
27.259259
81
java
tsml-java
tsml-java-master/src/main/java/weka/core/matrix/Maths.java
/* * This software is a cooperative product of The MathWorks and the National * Institute of Standards and Technology (NIST) which has been released to the * public domain. Neither The MathWorks nor NIST assumes any responsibility * whatsoever for its use by other parties, and makes no guarantees, expressed * or i...
10,960
28.866485
103
java
tsml-java
tsml-java-master/src/main/java/weka/core/matrix/Matrix.java
/* * This software is a cooperative product of The MathWorks and the National * Institute of Standards and Technology (NIST) which has been released to the * public domain. Neither The MathWorks nor NIST assumes any responsibility * whatsoever for its use by other parties, and makes no guarantees, expressed * or i...
43,526
27.100065
168
java
tsml-java
tsml-java-master/src/main/java/weka/core/matrix/QRDecomposition.java
/* * This software is a cooperative product of The MathWorks and the National * Institute of Standards and Technology (NIST) which has been released to the * public domain. Neither The MathWorks nor NIST assumes any responsibility * whatsoever for its use by other parties, and makes no guarantees, expressed * or i...
6,256
24.643443
103
java
tsml-java
tsml-java-master/src/main/java/weka/core/matrix/SingularValueDecomposition.java
/* * This software is a cooperative product of The MathWorks and the National * Institute of Standards and Technology (NIST) which has been released to the * public domain. Neither The MathWorks nor NIST assumes any responsibility * whatsoever for its use by other parties, and makes no guarantees, expressed * or i...
15,694
26.248264
103
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/BallTree.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...
22,433
34.384858
143
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/CoverTree.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...
67,874
33.332322
199
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/KDTree.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,504
33.137284
280
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/LinearNNSearch.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,898
29.701408
115
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/NearestNeighbourSearch.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,698
26.873102
100
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/PerformanceStats.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,663
27.093023
106
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/TreePerformanceStats.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,849
29.590062
110
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/balltrees/BallNode.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,603
30.277628
123
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/balltrees/BallSplitter.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,127
28.641618
79
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/balltrees/BallTreeConstructor.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,610
28.212766
77
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/balltrees/BottomUpConstructor.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,873
33.058201
121
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/balltrees/MedianDistanceFromArbitraryPoint.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,966
31.662469
148
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/balltrees/MedianOfWidestDimension.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,962
32.238462
237
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/balltrees/MiddleOutConstructor.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,603
31.4832
241
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/balltrees/PointsClosestToFurthestChildren.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,039
39.177778
241
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/balltrees/TopDownConstructor.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,463
31.290155
194
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/covertrees/Stack.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,514
23.944751
89
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/kdtrees/KDTreeNode.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,249
27.846154
106
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/kdtrees/KDTreeNodeSplitter.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,885
30.16996
84
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/kdtrees/KMeansInpiredMethod.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,434
36.887139
184
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/kdtrees/MedianOfWidestDimension.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,162
34.960352
191
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/kdtrees/MidPointOfWidestDimension.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,081
35.694301
137
java
tsml-java
tsml-java-master/src/main/java/weka/core/neighboursearch/kdtrees/SlidingMidPointOfWidestSide.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,144
36.996255
266
java
tsml-java
tsml-java-master/src/main/java/weka/core/scripting/Groovy.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,302
26.285714
104
java
tsml-java
tsml-java-master/src/main/java/weka/core/scripting/Jython.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,037
28.439739
134
java
tsml-java
tsml-java-master/src/main/java/weka/core/scripting/JythonObject.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...
986
28.909091
74
java
tsml-java
tsml-java-master/src/main/java/weka/core/scripting/JythonSerializableObject.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,089
29.277778
78
java
tsml-java
tsml-java-master/src/main/java/weka/core/spectral_distance_functions/KullbackLeiberDistance.java
/* * K-L distance for periodograms as defined in * * @ARTICLE{caiado06periodogram, author = {J. CAIADO and N. CRATO and D. PEÑA }, title = {A periodogram-based metric for time series classification}, journal = {Computational Statistics & Data Analysis}, year = {2006}, volume = {50}, pages ...
3,488
26.472441
120
java
tsml-java
tsml-java-master/src/main/java/weka/core/spectral_distance_functions/LikelihoodRatioDistance.java
package weka.core.spectral_distance_functions; /** **/ import java.util.ArrayList; import java.util.Enumeration; import weka.core.EuclideanDistance; import weka.core.Instance; import weka.core.Instances; import weka.core.neighboursearch.PerformanceStats; public class LikelihoodRatioDistance extends EuclideanDi...
3,506
25.568182
130
java
tsml-java
tsml-java-master/src/main/java/weka/core/spectral_distance_functions/LogNormalisedDistance.java
/* *Log normalised distance function for the periodogram as proposed in * * @ARTICLE{caiado06periodogram, author = {J. CAIADO and N. CRATO and D. PEÑA }, title = {A periodogram-based metric for time series classification}, journal = {Computational Statistics & Data Analysis}, year = {2006}, volu...
3,792
26.889706
120
java
tsml-java
tsml-java-master/src/main/java/weka/core/tokenizers/AlphabeticTokenizer.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,970
25.831081
98
java
tsml-java
tsml-java-master/src/main/java/weka/core/tokenizers/CharacterDelimitedTokenizer.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,730
28.377953
132
java
tsml-java
tsml-java-master/src/main/java/weka/core/tokenizers/NGramTokenizer.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,063
23.289157
74
java
tsml-java
tsml-java-master/src/main/java/weka/core/tokenizers/Tokenizer.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,399
28.347826
91
java
tsml-java
tsml-java-master/src/main/java/weka/core/tokenizers/WordTokenizer.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,144
26.347826
96
java
tsml-java
tsml-java-master/src/main/java/weka/core/xml/KOML.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,294
33.5625
136
java
tsml-java
tsml-java-master/src/main/java/weka/core/xml/MethodHandler.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,700
26.809756
83
java
tsml-java
tsml-java-master/src/main/java/weka/core/xml/PropertyHandler.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,180
29.717033
87
java
tsml-java
tsml-java-master/src/main/java/weka/core/xml/SerialUIDChanger.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,615
29.102767
125
java
tsml-java
tsml-java-master/src/main/java/weka/core/xml/XMLBasicSerialization.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,261
29.125654
89
java
tsml-java
tsml-java-master/src/main/java/weka/core/xml/XMLDocument.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,635
26.205839
96
java
tsml-java
tsml-java-master/src/main/java/weka/core/xml/XMLInstances.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...
26,586
28.772676
236
java
tsml-java
tsml-java-master/src/main/java/weka/core/xml/XMLOptions.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,854
28.271605
190
java
tsml-java
tsml-java-master/src/main/java/weka/core/xml/XMLSerialization.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,015
30.012401
116
java
tsml-java
tsml-java-master/src/main/java/weka/core/xml/XMLSerializationMethodHandler.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,394
29.416667
94
java
tsml-java
tsml-java-master/src/main/java/weka/core/xml/XStream.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,693
29.554286
98
java
tsml-java
tsml-java-master/src/main/java/weka/datagenerators/ClassificationGenerator.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,712
24.606897
74
java
tsml-java
tsml-java-master/src/main/java/weka/datagenerators/ClusterDefinition.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,945
25.306667
83
java
tsml-java
tsml-java-master/src/main/java/weka/datagenerators/ClusterGenerator.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,025
25.547059
76
java
tsml-java
tsml-java-master/src/main/java/weka/datagenerators/DataGenerator.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,682
26.516497
97
java
tsml-java
tsml-java-master/src/main/java/weka/datagenerators/RegressionGenerator.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,995
24.452229
74
java
tsml-java
tsml-java-master/src/main/java/weka/datagenerators/Test.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,034
27.597561
84
java
tsml-java
tsml-java-master/src/main/java/weka/datagenerators/classifiers/classification/Agrawal.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,831
28.608511
229
java
tsml-java
tsml-java-master/src/main/java/weka/datagenerators/classifiers/classification/BayesNet.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,117
25.293638
143
java
tsml-java
tsml-java-master/src/main/java/weka/datagenerators/classifiers/classification/LED24.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,521
28.653509
332
java
tsml-java
tsml-java-master/src/main/java/weka/datagenerators/classifiers/classification/RDG1.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,983
27.511817
245
java
tsml-java
tsml-java-master/src/main/java/weka/datagenerators/classifiers/classification/RandomRBF.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,286
28.005034
576
java
tsml-java
tsml-java-master/src/main/java/weka/datagenerators/classifiers/regression/Expression.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,798
26.124138
102
java
tsml-java
tsml-java-master/src/main/java/weka/datagenerators/classifiers/regression/MexicanHat.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,816
24.872308
101
java
tsml-java
tsml-java-master/src/main/java/weka/datagenerators/clusterers/BIRCHCluster.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...
42,792
27.00589
234
java
tsml-java
tsml-java-master/src/main/java/weka/datagenerators/clusterers/SubspaceCluster.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,831
27.745763
127
java
tsml-java
tsml-java-master/src/main/java/weka/datagenerators/clusterers/SubspaceClusterDefinition.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,946
26.657428
90
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/CheckEstimator.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...
66,442
29.875
120
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/ConditionalEstimator.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,703
28.075269
74
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/DDConditionalEstimator.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,475
28.064935
77
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/DKConditionalEstimator.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,114
29.266272
75
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/DNConditionalEstimator.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,912
29.141104
75
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/DiscreteEstimator.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,953
25.250825
79
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/Estimator.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,702
29.184979
93
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/EstimatorUtils.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,802
28.616314
94
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/IncrementalEstimator.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,227
23.56
74
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/KDConditionalEstimator.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,540
28.679739
75
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/KKConditionalEstimator.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,857
28.138158
76
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/KernelEstimator.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,246
27.481395
88
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/MahalanobisEstimator.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,051
28.140496
88
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/MultivariateEstimator.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,678
28.982143
78
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/MultivariateGaussianEstimator.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,517
27.790353
82
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/NDConditionalEstimator.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,548
28.348387
75
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/NNConditionalEstimator.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,364
29.089928
78
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/NormalEstimator.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,365
25.225705
79
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/PoissonEstimator.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,406
24.77193
77
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/UnivariateDensityEstimator.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,503
29.08
74
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/UnivariateEqualFrequencyHistogramEstimator.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,086
30.055965
111
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/UnivariateIntervalEstimator.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,575
30.52
74
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/UnivariateKernelEstimator.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,966
31.062249
100
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/UnivariateNormalEstimator.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,168
27.561753
83
java
tsml-java
tsml-java-master/src/main/java/weka/estimators/UnivariateQuantileEstimator.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,425
28.708333
74
java