From 5d3f83017e035ba1956dbe00c220b4aab45b7138 Mon Sep 17 00:00:00 2001 From: Lili <11076113+lilyclemson@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:51:34 -0500 Subject: [PATCH] v1.0.0 --- .gitignore | 11 +- CodingPractices.rst | 140 + Documentation.odt | Bin 22015 -> 28056 bytes LICENSE | 201 + Makefile | 2 +- README.md | 21 + README.rst | 175 +- bin/ecldoc | 8 + doc/test/css/simple-sidebar.css | 252 + doc/test/html/Inintest/Example_3.ecl.html | 251 + doc/test/html/Inintest/pkg.toc.html | 92 + doc/test/html/Math.ecl.html | 765 + doc/test/html/example.ecl.html | 1234 ++ doc/test/html/example_10.ecl.html | 239 + doc/test/html/example_11.ecl.html | 247 + doc/test/html/example_2.ecl.html | 1475 ++ doc/test/html/example_3.ecl.html | 669 + doc/test/html/example_4.ecl.html | 381 + doc/test/html/example_6.ecl.html | 2134 +++ doc/test/html/example_7.ecl.html | 245 + doc/test/html/example_8.ecl.html | 716 + doc/test/html/intest/example_11.ecl.html | 169 + doc/test/html/intest/example_2.ecl.html | 1460 ++ doc/test/html/intest/example_3.ecl.html | 346 + doc/test/html/intest/example_4.ecl.html | 646 + doc/test/html/intest/example_6.ecl.html | 2119 +++ doc/test/html/intest/example_7.ecl.html | 230 + doc/test/html/intest/example_8.ecl.html | 701 + .../html/intest/in1intest/example_2.ecl.html | 1451 ++ .../html/intest/in1intest/example_3.ecl.html | 337 + .../html/intest/in1intest/example_4.ecl.html | 637 + .../html/intest/in1intest/example_6.ecl.html | 2110 +++ .../html/intest/in1intest/example_7.ecl.html | 221 + .../html/intest/in1intest/example_8.ecl.html | 692 + doc/test/html/intest/in1intest/pkg.toc.html | 162 + .../html/intest/inintest/example_2.ecl.html | 1451 ++ .../html/intest/inintest/example_3.ecl.html | 339 + .../html/intest/inintest/example_4.ecl.html | 637 + .../html/intest/inintest/example_6.ecl.html | 2112 +++ .../html/intest/inintest/example_7.ecl.html | 221 + .../html/intest/inintest/example_8.ecl.html | 692 + doc/test/html/intest/inintest/pkg.toc.html | 162 + doc/test/html/intest/pkg.toc.html | 204 + doc/test/html/pkg.toc.html | 274 + doc/test/html/test.ecl.html | 166 + doc/test/html/types.ecl.html | 3269 ++++ doc/test/tex/index.tex | 43 + doc/test/tex/root/Inintest/Example_3.ecl.tex | 124 + doc/test/tex/root/Inintest/index.tex | 43 + doc/test/tex/root/Inintest/pkg.tmp.tex | 15 + doc/test/tex/root/Inintest/pkg.toc.tex | 15 + doc/test/tex/root/Math.ecl.tex | 381 + doc/test/tex/root/example.ecl.tex | 671 + doc/test/tex/root/example_10.ecl.tex | 98 + doc/test/tex/root/example_11.ecl.tex | 102 + doc/test/tex/root/example_2.ecl.tex | 861 + doc/test/tex/root/example_3.ecl.tex | 346 + doc/test/tex/root/example_4.ecl.tex | 187 + doc/test/tex/root/example_6.ecl.tex | 1355 ++ doc/test/tex/root/example_7.ecl.tex | 85 + doc/test/tex/root/example_8.ecl.tex | 393 + doc/test/tex/root/index.tex | 43 + doc/test/tex/root/intest/example_11.ecl.tex | 52 + doc/test/tex/root/intest/example_2.ecl.tex | 863 + doc/test/tex/root/intest/example_3.ecl.tex | 165 + doc/test/tex/root/intest/example_4.ecl.tex | 374 + doc/test/tex/root/intest/example_6.ecl.tex | 1357 ++ doc/test/tex/root/intest/example_7.ecl.tex | 87 + doc/test/tex/root/intest/example_8.ecl.tex | 395 + .../root/intest/in1intest/example_2.ecl.tex | 864 + .../root/intest/in1intest/example_3.ecl.tex | 166 + .../root/intest/in1intest/example_4.ecl.tex | 375 + .../root/intest/in1intest/example_6.ecl.tex | 1358 ++ .../root/intest/in1intest/example_7.ecl.tex | 88 + .../root/intest/in1intest/example_8.ecl.tex | 396 + doc/test/tex/root/intest/in1intest/index.tex | 43 + .../tex/root/intest/in1intest/pkg.tmp.tex | 36 + .../tex/root/intest/in1intest/pkg.toc.tex | 36 + doc/test/tex/root/intest/index.tex | 43 + .../root/intest/inintest/example_2.ecl.tex | 864 + .../root/intest/inintest/example_3.ecl.tex | 172 + .../root/intest/inintest/example_4.ecl.tex | 375 + .../root/intest/inintest/example_6.ecl.tex | 1364 ++ .../root/intest/inintest/example_7.ecl.tex | 88 + .../root/intest/inintest/example_8.ecl.tex | 396 + doc/test/tex/root/intest/inintest/index.tex | 43 + doc/test/tex/root/intest/inintest/pkg.tmp.tex | 36 + doc/test/tex/root/intest/inintest/pkg.toc.tex | 36 + doc/test/tex/root/intest/pkg.tmp.tex | 39 + doc/test/tex/root/intest/pkg.toc.tex | 45 + doc/test/tex/root/pkg.tmp.tex | 56 + doc/test/tex/root/pkg.toc.tex | 62 + doc/test/tex/root/test.ecl.tex | 36 + doc/test/tex/root/types.ecl.tex | 1812 +++ doc/test/txt/Inintest/Example_3.ecl.txt | 28 + doc/test/txt/Inintest/pkg.toc.txt | 11 + doc/test/txt/Math.ecl.txt | 90 + doc/test/txt/example.ecl.txt | 143 + doc/test/txt/example_10.ecl.txt | 23 + doc/test/txt/example_11.ecl.txt | 28 + doc/test/txt/example_2.ecl.txt | 168 + doc/test/txt/example_3.ecl.txt | 102 + doc/test/txt/example_4.ecl.txt | 41 + doc/test/txt/example_6.ecl.txt | 241 + doc/test/txt/example_7.ecl.txt | 26 + doc/test/txt/example_8.ecl.txt | 82 + doc/test/txt/intest/example_11.ecl.txt | 23 + doc/test/txt/intest/example_2.ecl.txt | 168 + doc/test/txt/intest/example_3.ecl.txt | 37 + doc/test/txt/intest/example_4.ecl.txt | 88 + doc/test/txt/intest/example_6.ecl.txt | 241 + doc/test/txt/intest/example_7.ecl.txt | 26 + doc/test/txt/intest/example_8.ecl.txt | 82 + .../txt/intest/in1intest/example_2.ecl.txt | 171 + .../txt/intest/in1intest/example_3.ecl.txt | 37 + .../txt/intest/in1intest/example_4.ecl.txt | 88 + .../txt/intest/in1intest/example_6.ecl.txt | 247 + .../txt/intest/in1intest/example_7.ecl.txt | 26 + .../txt/intest/in1intest/example_8.ecl.txt | 83 + doc/test/txt/intest/in1intest/pkg.toc.txt | 21 + .../txt/intest/inintest/example_2.ecl.txt | 171 + .../txt/intest/inintest/example_3.ecl.txt | 38 + .../txt/intest/inintest/example_4.ecl.txt | 88 + .../txt/intest/inintest/example_6.ecl.txt | 248 + .../txt/intest/inintest/example_7.ecl.txt | 26 + .../txt/intest/inintest/example_8.ecl.txt | 83 + doc/test/txt/intest/inintest/pkg.toc.txt | 21 + doc/test/txt/intest/pkg.toc.txt | 27 + doc/test/txt/pkg.toc.txt | 37 + doc/test/txt/test.ecl.txt | 14 + doc/test/txt/types.ecl.txt | 394 + doc/test/xml/Inintest/Example_3.ecl.xml | 14 + doc/test/xml/Inintest/pkg.toc.xml | 4 + doc/test/xml/Inintest/tree.json | 11 + doc/test/xml/Math.ecl.xml | 77 + doc/test/xml/example.ecl.xml | 118 + doc/test/xml/example_10.ecl.xml | 14 + doc/test/xml/example_11.ecl.xml | 21 + doc/test/xml/example_2.ecl.xml | 86 + doc/test/xml/example_3.ecl.xml | 80 + doc/test/xml/example_4.ecl.xml | 24 + doc/test/xml/example_6.ecl.xml | 141 + doc/test/xml/example_7.ecl.xml | 23 + doc/test/xml/example_8.ecl.xml | 57 + doc/test/xml/intest/example_11.ecl.xml | 21 + doc/test/xml/intest/example_2.ecl.xml | 86 + doc/test/xml/intest/example_3.ecl.xml | 21 + doc/test/xml/intest/example_4.ecl.xml | 86 + doc/test/xml/intest/example_6.ecl.xml | 141 + doc/test/xml/intest/example_7.ecl.xml | 23 + doc/test/xml/intest/example_8.ecl.xml | 57 + .../xml/intest/in1intest/example_2.ecl.xml | 86 + .../xml/intest/in1intest/example_3.ecl.xml | 21 + .../xml/intest/in1intest/example_4.ecl.xml | 86 + .../xml/intest/in1intest/example_6.ecl.xml | 141 + .../xml/intest/in1intest/example_7.ecl.xml | 23 + .../xml/intest/in1intest/example_8.ecl.xml | 57 + doc/test/xml/intest/in1intest/pkg.toc.xml | 9 + doc/test/xml/intest/in1intest/tree.json | 31 + .../xml/intest/inintest/example_2.ecl.xml | 86 + .../xml/intest/inintest/example_3.ecl.xml | 22 + .../xml/intest/inintest/example_4.ecl.xml | 86 + .../xml/intest/inintest/example_6.ecl.xml | 143 + .../xml/intest/inintest/example_7.ecl.xml | 23 + .../xml/intest/inintest/example_8.ecl.xml | 57 + doc/test/xml/intest/inintest/pkg.toc.xml | 9 + doc/test/xml/intest/inintest/tree.json | 31 + doc/test/xml/intest/pkg.toc.xml | 26 + doc/test/xml/intest/tree.json | 93 + doc/test/xml/pkg.toc.xml | 43 + doc/test/xml/test.ecl.xml | 12 + doc/test/xml/tree.json | 155 + doc/test/xml/types.ecl.xml | 457 + .../xmlOriginal/Inintest/Example_3.ecl.xml | 37 + doc/test/xmlOriginal/Math.ecl.xml | 291 + doc/test/xmlOriginal/example.ecl.xml | 268 + doc/test/xmlOriginal/example_10.ecl.xml | 109 + doc/test/xmlOriginal/example_11.ecl.xml | 1503 ++ doc/test/xmlOriginal/example_2.ecl.xml | 252 + doc/test/xmlOriginal/example_3.ecl.xml | 153 + doc/test/xmlOriginal/example_4.ecl.xml | 97 + doc/test/xmlOriginal/example_5.ecl.xml | 275 + doc/test/xmlOriginal/example_6.ecl.xml | 459 + doc/test/xmlOriginal/example_7.ecl.xml | 86 + doc/test/xmlOriginal/example_8.ecl.xml | 133 + doc/test/xmlOriginal/example_9.ecl.xml | 284 + .../xmlOriginal/intest/example_11.ecl.xml | 1490 ++ doc/test/xmlOriginal/intest/example_2.ecl.xml | 252 + doc/test/xmlOriginal/intest/example_3.ecl.xml | 52 + doc/test/xmlOriginal/intest/example_4.ecl.xml | 306 + doc/test/xmlOriginal/intest/example_5.ecl.xml | 275 + doc/test/xmlOriginal/intest/example_6.ecl.xml | 459 + doc/test/xmlOriginal/intest/example_7.ecl.xml | 86 + doc/test/xmlOriginal/intest/example_8.ecl.xml | 133 + doc/test/xmlOriginal/intest/example_9.ecl.xml | 284 + .../intest/in1intest/example_2.ecl.xml | 252 + .../intest/in1intest/example_3.ecl.xml | 52 + .../intest/in1intest/example_4.ecl.xml | 306 + .../intest/in1intest/example_5.ecl.xml | 275 + .../intest/in1intest/example_6.ecl.xml | 459 + .../intest/in1intest/example_7.ecl.xml | 86 + .../intest/in1intest/example_8.ecl.xml | 133 + .../intest/in1intest/example_9.ecl.xml | 284 + .../intest/inintest/example_2.ecl.xml | 252 + .../intest/inintest/example_3.ecl.xml | 1112 ++ .../intest/inintest/example_4.ecl.xml | 306 + .../intest/inintest/example_5.ecl.xml | 275 + .../intest/inintest/example_6.ecl.xml | 642 + .../intest/inintest/example_7.ecl.xml | 86 + .../intest/inintest/example_8.ecl.xml | 133 + .../intest/inintest/example_9.ecl.xml | 284 + doc/test/xmlOriginal/test.ecl.xml | 18 + doc/test/xmlOriginal/types.ecl.xml | 777 + ecldoc/Constants.py | 4 + ecldoc/ERRORS.txt | 12 + ecldoc/Formats/HTML/__init__.py | 1 + ecldoc/Formats/HTML/genHTML.py | 220 + ecldoc/Formats/HTML/tagHTML.py | 61 + ecldoc/Formats/TEX/__init__.py | 0 ecldoc/Formats/TEX/genTEX.py | 246 + ecldoc/Formats/TEX/tagTEX.py | 121 + ecldoc/Formats/TXT/__init__.py | 1 + ecldoc/Formats/TXT/genTXT.py | 197 + ecldoc/Formats/TXT/tagTXT.py | 121 + ecldoc/Formats/__init__.py | 0 ecldoc/Formats/generators.py | 9 + ecldoc/Publish/GLM.pdf | Bin 0 -> 227382 bytes ecldoc/Publish/GNN.pdf | Bin 0 -> 193669 bytes ecldoc/Publish/KMeans.pdf | Bin 0 -> 141872 bytes ecldoc/Publish/LearningTrees.pdf | Bin 0 -> 237182 bytes ecldoc/Publish/LinearRegression.pdf | Bin 0 -> 145008 bytes ecldoc/Publish/LogisticRegression.pdf | Bin 0 -> 208549 bytes ecldoc/Publish/ML_Core.pdf | Bin 0 -> 302724 bytes ecldoc/Publish/PBblas.pdf | Bin 0 -> 170798 bytes ecldoc/Publish/SupportVectorMachines.pdf | Bin 0 -> 152169 bytes ecldoc/Publish/TextVectors.pdf | Bin 0 -> 168329 bytes ecldoc/Publish/dbscan.pdf | Bin 0 -> 125835 bytes ecldoc/Taglets.py | 121 + ecldoc/Templates/html/content.tpl .html.orig | 144 + ecldoc/Templates/html/content.tpl.html | 144 + ecldoc/Templates/html/css/simple-sidebar.css | 252 + ecldoc/Templates/html/css/simple-sidebar.css~ | 252 + ecldoc/Templates/html/taglets.tpl.html | 73 + ecldoc/Templates/html/toc.tpl.html | 111 + ecldoc/Templates/tex/content.tpl.tex | 77 + ecldoc/Templates/tex/index.tpl.tex | 43 + ecldoc/Templates/tex/taglets.tpl.tex | 51 + ecldoc/Templates/tex/toc.tpl.tex | 36 + ecldoc/Templates/txt/content.tpl.txt | 46 + ecldoc/Templates/txt/toc.tpl.txt | 18 + ecldoc/USERDOC.txt | 3 + ecldoc/Utils.py | 76 + ecldoc/__init__.py | 1 + ecldoc/ecldoc.py | 151 + ecldoc/genXML.py | 486 + ecldoc/genXML.py~ | 486 + ecldoc/parseDoc.py | 196 + ecldoc/parseDoc.py~ | 196 + makeMLDoc.sh | 57 + setup.py | 26 + src/ecldoc/Publish/HPCC_Causality.pdf | Bin 0 -> 154423 bytes .../ml-bundles-docs/css/simple-sidebar.css | 252 + .../html/LinearRegression/OLS.ecl.html | 5243 ++++++ .../html/LinearRegression/pkg.toc.html | 156 + .../BinomialConfusion.ecl.html | 235 + .../BinomialLogisticRegression.ecl.html | 530 + .../LogisticRegression/Confusion.ecl.html | 241 + .../LogisticRegression/Constants.ecl.html | 1755 ++ .../LogisticRegression/DataStats.ecl.html | 263 + .../Deviance_Analysis.ecl.html | 237 + .../Deviance_Detail.ecl.html | 241 + .../LogisticRegression/Distributions.ecl.html | 801 + .../LogisticRegression/ExtractBeta.ecl.html | 235 + .../ExtractBeta_CI.ecl.html | 239 + .../ExtractBeta_pval.ecl.html | 235 + .../LogisticRegression/ExtractReport.ecl.html | 237 + .../LogisticRegression/IRLS/GetModel.ecl.html | 197 + .../IRLS/GetModel_global.ecl.html | 199 + .../IRLS/GetModel_local.ecl.html | 201 + .../html/LogisticRegression/IRLS/pkg.toc.html | 120 + .../LogisticRegression/LogitPredict.ecl.html | 239 + .../LogisticRegression/LogitScore.ecl.html | 239 + .../Model_Deviance.ecl.html | 237 + .../LogisticRegression/Null_Deviance.ecl.html | 233 + .../Tests/Check_Dist.ecl.html | 151 + .../LogisticRegression/Tests/pkg.toc.html | 92 + .../html/LogisticRegression/Types.ecl.html | 1691 ++ .../html/LogisticRegression/dimm.ecl.html | 277 + .../performance/RunBinomial.ecl.html | 149 + .../performance/pkg.toc.html | 92 + .../html/LogisticRegression/pkg.toc.html | 450 + .../validation/BinomialRegression.ecl.html | 164 + .../validation/IrisDS.ecl.html | 158 + .../validation/discrete_GermanDS.ecl.html | 209 + .../validation/pkg.toc.html | 134 + .../validation/unit_test_dimm.ecl.html | 158 + .../html/ML_Core/AppendID.ecl.html | 210 + .../html/ML_Core/AppendSeqID.ecl.html | 210 + .../html/ML_Core/Config.ecl.html | 379 + .../html/ML_Core/Constants.ecl.html | 308 + .../html/ML_Core/FieldAggregates.ecl.html | 1045 ++ .../html/ML_Core/FromField.ecl.html | 214 + .../html/ML_Core/Generate.ecl.html | 423 + .../ML_Core/Interfaces/IClassify.ecl.html | 417 + .../ML_Core/Interfaces/IRegression.ecl.html | 320 + .../html/ML_Core/Interfaces/pkg.toc.html | 106 + .../html/ML_Core/Math/Beta.ecl.html | 199 + .../html/ML_Core/Math/Distributions.ecl.html | 765 + .../html/ML_Core/Math/DoubleFac.ecl.html | 193 + .../html/ML_Core/Math/Fac.ecl.html | 193 + .../html/ML_Core/Math/NCK.ecl.html | 199 + .../html/ML_Core/Math/Poly.ecl.html | 197 + .../ML_Core/Math/StirlingFormula.ecl.html | 197 + .../html/ML_Core/Math/gamma.ecl.html | 193 + .../html/ML_Core/Math/log_gamma.ecl.html | 193 + .../html/ML_Core/Math/lowerGamma.ecl.html | 197 + .../html/ML_Core/Math/pkg.toc.html | 232 + .../html/ML_Core/Math/upperGamma.ecl.html | 197 + .../html/ML_Core/Tests/Check_Dist.ecl.html | 172 + .../ML_Core/Tests/Validate_Betas.ecl.html | 172 + .../ML_Core/Tests/Validate_Gammas.ecl.html | 172 + .../ML_Core/Tests/field_aggregates.ecl.html | 170 + .../html/ML_Core/Tests/generate.ecl.html | 168 + .../html/ML_Core/Tests/pkg.toc.html | 190 + .../html/ML_Core/Tests/test_appends.ecl.html | 170 + .../html/ML_Core/Tests/test_discrete.ecl.html | 170 + .../html/ML_Core/Tests/to_from.ecl.html | 170 + .../html/ML_Core/ToField.ecl.html | 222 + .../html/ML_Core/Types.ecl.html | 1627 ++ .../html/ML_Core/Utils/Fat.ecl.html | 178 + .../html/ML_Core/Utils/FatD.ecl.html | 178 + .../html/ML_Core/Utils/Gini.ecl.html | 184 + .../ML_Core/Utils/SequenceInField.ecl.html | 184 + .../html/ML_Core/Utils/pkg.toc.html | 134 + .../ml-bundles-docs/html/ML_Core/pkg.toc.html | 317 + .../html/PBblas/Apply2Elements.ecl.html | 245 + .../html/PBblas/Constants.ecl.html | 1314 ++ .../html/PBblas/Converted.ecl.html | 624 + .../html/PBblas/ExtractTri.ecl.html | 254 + .../html/PBblas/HadamardProduct.ecl.html | 252 + .../html/PBblas/IElementFunc.ecl.html | 242 + .../html/PBblas/MatUtils.ecl.html | 520 + .../html/PBblas/Types.ecl.html | 1003 ++ .../html/PBblas/Vector2Diag.ecl.html | 244 + .../ml-bundles-docs/html/PBblas/asum.ecl.html | 246 + .../ml-bundles-docs/html/PBblas/axpy.ecl.html | 244 + .../ml-bundles-docs/html/PBblas/gemm.ecl.html | 270 + .../html/PBblas/getrf.ecl.html | 249 + .../ml-bundles-docs/html/PBblas/pkg.toc.html | 380 + .../html/PBblas/potrf.ecl.html | 255 + .../ml-bundles-docs/html/PBblas/scal.ecl.html | 240 + .../ml-bundles-docs/html/PBblas/tran.ecl.html | 260 + .../ml-bundles-docs/html/PBblas/trsm.ecl.html | 278 + .../ml-bundles-docs/html/pkg.toc.html | 134 + .../eclbundles/ml-bundles-docs/tex/index.aux | 44 + .../eclbundles/ml-bundles-docs/tex/index.log | 917 ++ .../eclbundles/ml-bundles-docs/tex/index.out | 0 .../eclbundles/ml-bundles-docs/tex/index.pdf | Bin 0 -> 393073 bytes .../eclbundles/ml-bundles-docs/tex/index.tex | 43 + .../tex/root/LinearRegression/OLS.ecl.tex | 3273 ++++ .../tex/root/LinearRegression/index.aux | 20 + .../tex/root/LinearRegression/index.log | 548 + .../tex/root/LinearRegression/index.out | 0 .../tex/root/LinearRegression/index.pdf | Bin 0 -> 173063 bytes .../tex/root/LinearRegression/index.tex | 43 + .../tex/root/LinearRegression/pkg.tmp.tex | 51 + .../tex/root/LinearRegression/pkg.toc.tex | 51 + .../BinomialConfusion.ecl.tex | 66 + .../BinomialLogisticRegression.ecl.tex | 260 + .../root/LogisticRegression/Confusion.ecl.tex | 68 + .../root/LogisticRegression/Constants.ecl.tex | 925 ++ .../root/LogisticRegression/DataStats.ecl.tex | 79 + .../Deviance_Analysis.ecl.tex | 66 + .../Deviance_Detail.ecl.tex | 68 + .../LogisticRegression/Distributions.ecl.tex | 392 + .../LogisticRegression/ExtractBeta.ecl.tex | 66 + .../LogisticRegression/ExtractBeta_CI.ecl.tex | 67 + .../ExtractBeta_pval.ecl.tex | 66 + .../LogisticRegression/ExtractReport.ecl.tex | 67 + .../LogisticRegression/IRLS/GetModel.ecl.tex | 74 + .../IRLS/GetModel_global.ecl.tex | 75 + .../IRLS/GetModel_local.ecl.tex | 76 + .../root/LogisticRegression/IRLS/index.aux | 20 + .../root/LogisticRegression/IRLS/index.log | 469 + .../root/LogisticRegression/IRLS/index.out | 0 .../root/LogisticRegression/IRLS/index.pdf | Bin 0 -> 114701 bytes .../root/LogisticRegression/IRLS/index.tex | 43 + .../root/LogisticRegression/IRLS/pkg.tmp.tex | 24 + .../root/LogisticRegression/IRLS/pkg.toc.tex | 24 + .../LogisticRegression/LogitPredict.ecl.tex | 67 + .../LogisticRegression/LogitScore.ecl.tex | 67 + .../LogisticRegression/Model_Deviance.ecl.tex | 66 + .../LogisticRegression/Null_Deviance.ecl.tex | 65 + .../Tests/Check_Dist.ecl.tex | 56 + .../root/LogisticRegression/Tests/index.aux | 20 + .../root/LogisticRegression/Tests/index.log | 462 + .../root/LogisticRegression/Tests/index.out | 0 .../root/LogisticRegression/Tests/index.pdf | Bin 0 -> 75206 bytes .../root/LogisticRegression/Tests/index.tex | 43 + .../root/LogisticRegression/Tests/pkg.tmp.tex | 15 + .../root/LogisticRegression/Tests/pkg.toc.tex | 15 + .../tex/root/LogisticRegression/Types.ecl.tex | 781 + .../tex/root/LogisticRegression/dimm.ecl.tex | 76 + .../tex/root/LogisticRegression/index.aux | 20 + .../tex/root/LogisticRegression/index.log | 497 + .../tex/root/LogisticRegression/index.out | 0 .../tex/root/LogisticRegression/index.pdf | Bin 0 -> 177473 bytes .../tex/root/LogisticRegression/index.tex | 43 + .../performance/RunBinomial.ecl.tex | 55 + .../LogisticRegression/performance/index.aux | 20 + .../LogisticRegression/performance/index.log | 462 + .../LogisticRegression/performance/index.out | 0 .../LogisticRegression/performance/index.pdf | Bin 0 -> 74998 bytes .../LogisticRegression/performance/index.tex | 43 + .../performance/pkg.tmp.tex | 15 + .../performance/pkg.toc.tex | 15 + .../tex/root/LogisticRegression/pkg.tmp.tex | 116 + .../tex/root/LogisticRegression/pkg.toc.tex | 128 + .../validation/BinomialRegression.ecl.tex | 58 + .../validation/IrisDS.ecl.tex | 55 + .../validation/discrete_GermanDS.ecl.tex | 92 + .../LogisticRegression/validation/index.aux | 20 + .../LogisticRegression/validation/index.log | 472 + .../LogisticRegression/validation/index.out | 0 .../LogisticRegression/validation/index.pdf | Bin 0 -> 84119 bytes .../LogisticRegression/validation/index.tex | 43 + .../LogisticRegression/validation/pkg.tmp.tex | 24 + .../LogisticRegression/validation/pkg.toc.tex | 24 + .../validation/unit_test_dimm.ecl.tex | 55 + .../tex/root/ML_Core/AppendID.ecl.tex | 60 + .../tex/root/ML_Core/AppendSeqID.ecl.tex | 60 + .../tex/root/ML_Core/Config.ecl.tex | 165 + .../tex/root/ML_Core/Constants.ecl.tex | 125 + .../tex/root/ML_Core/FieldAggregates.ecl.tex | 549 + .../tex/root/ML_Core/FromField.ecl.tex | 61 + .../tex/root/ML_Core/Generate.ecl.tex | 195 + .../root/ML_Core/Interfaces/IClassify.ecl.tex | 210 + .../ML_Core/Interfaces/IRegression.ecl.tex | 157 + .../tex/root/ML_Core/Interfaces/index.aux | 20 + .../tex/root/ML_Core/Interfaces/index.log | 463 + .../tex/root/ML_Core/Interfaces/index.out | 0 .../tex/root/ML_Core/Interfaces/index.pdf | Bin 0 -> 117219 bytes .../tex/root/ML_Core/Interfaces/index.tex | 43 + .../tex/root/ML_Core/Interfaces/pkg.tmp.tex | 20 + .../tex/root/ML_Core/Interfaces/pkg.toc.tex | 20 + .../tex/root/ML_Core/Math/Beta.ecl.tex | 66 + .../root/ML_Core/Math/Distributions.ecl.tex | 393 + .../tex/root/ML_Core/Math/DoubleFac.ecl.tex | 59 + .../tex/root/ML_Core/Math/Fac.ecl.tex | 59 + .../tex/root/ML_Core/Math/NCK.ecl.tex | 66 + .../tex/root/ML_Core/Math/Poly.ecl.tex | 60 + .../root/ML_Core/Math/StirlingFormula.ecl.tex | 66 + .../tex/root/ML_Core/Math/gamma.ecl.tex | 59 + .../tex/root/ML_Core/Math/index.aux | 20 + .../tex/root/ML_Core/Math/index.log | 493 + .../tex/root/ML_Core/Math/index.out | 0 .../tex/root/ML_Core/Math/index.pdf | Bin 0 -> 129881 bytes .../tex/root/ML_Core/Math/index.tex | 43 + .../tex/root/ML_Core/Math/log_gamma.ecl.tex | 59 + .../tex/root/ML_Core/Math/lowerGamma.ecl.tex | 60 + .../tex/root/ML_Core/Math/pkg.tmp.tex | 54 + .../tex/root/ML_Core/Math/pkg.toc.tex | 54 + .../tex/root/ML_Core/Math/upperGamma.ecl.tex | 60 + .../tex/root/ML_Core/Tests/Check_Dist.ecl.tex | 56 + .../root/ML_Core/Tests/Validate_Betas.ecl.tex | 56 + .../ML_Core/Tests/Validate_Gammas.ecl.tex | 56 + .../ML_Core/Tests/field_aggregates.ecl.tex | 55 + .../tex/root/ML_Core/Tests/generate.ecl.tex | 54 + .../tex/root/ML_Core/Tests/index.aux | 20 + .../tex/root/ML_Core/Tests/index.log | 480 + .../tex/root/ML_Core/Tests/index.out | 0 .../tex/root/ML_Core/Tests/index.pdf | Bin 0 -> 87933 bytes .../tex/root/ML_Core/Tests/index.tex | 43 + .../tex/root/ML_Core/Tests/pkg.tmp.tex | 36 + .../tex/root/ML_Core/Tests/pkg.toc.tex | 36 + .../root/ML_Core/Tests/test_appends.ecl.tex | 55 + .../root/ML_Core/Tests/test_discrete.ecl.tex | 55 + .../tex/root/ML_Core/Tests/to_from.ecl.tex | 55 + .../tex/root/ML_Core/ToField.ecl.tex | 63 + .../tex/root/ML_Core/Types.ecl.tex | 833 + .../tex/root/ML_Core/Utils/Fat.ecl.tex | 66 + .../tex/root/ML_Core/Utils/FatD.ecl.tex | 66 + .../tex/root/ML_Core/Utils/Gini.ecl.tex | 62 + .../ML_Core/Utils/SequenceInField.ecl.tex | 62 + .../tex/root/ML_Core/Utils/index.aux | 20 + .../tex/root/ML_Core/Utils/index.log | 468 + .../tex/root/ML_Core/Utils/index.out | 0 .../tex/root/ML_Core/Utils/index.pdf | Bin 0 -> 113437 bytes .../tex/root/ML_Core/Utils/index.tex | 43 + .../tex/root/ML_Core/Utils/pkg.tmp.tex | 28 + .../tex/root/ML_Core/Utils/pkg.toc.tex | 28 + .../tex/root/ML_Core/index.aux | 20 + .../tex/root/ML_Core/index.log | 461 + .../tex/root/ML_Core/index.out | 0 .../tex/root/ML_Core/index.pdf | Bin 0 -> 145659 bytes .../tex/root/ML_Core/index.tex | 43 + .../tex/root/ML_Core/pkg.tmp.tex | 71 + .../tex/root/ML_Core/pkg.toc.tex | 83 + .../tex/root/PBblas/Apply2Elements.ecl.tex | 78 + .../tex/root/PBblas/Constants.ecl.tex | 685 + .../tex/root/PBblas/Converted.ecl.tex | 301 + .../tex/root/PBblas/ExtractTri.ecl.tex | 82 + .../tex/root/PBblas/HadamardProduct.ecl.tex | 82 + .../tex/root/PBblas/IElementFunc.ecl.tex | 76 + .../tex/root/PBblas/MatUtils.ecl.tex | 241 + .../tex/root/PBblas/Types.ecl.tex | 508 + .../tex/root/PBblas/Vector2Diag.ecl.tex | 79 + .../tex/root/PBblas/asum.ecl.tex | 80 + .../tex/root/PBblas/axpy.ecl.tex | 77 + .../tex/root/PBblas/gemm.ecl.tex | 86 + .../tex/root/PBblas/getrf.ecl.tex | 81 + .../ml-bundles-docs/tex/root/PBblas/index.aux | 20 + .../ml-bundles-docs/tex/root/PBblas/index.log | 488 + .../ml-bundles-docs/tex/root/PBblas/index.out | 0 .../ml-bundles-docs/tex/root/PBblas/index.pdf | Bin 0 -> 175416 bytes .../ml-bundles-docs/tex/root/PBblas/index.tex | 43 + .../tex/root/PBblas/pkg.tmp.tex | 114 + .../tex/root/PBblas/pkg.toc.tex | 114 + .../tex/root/PBblas/potrf.ecl.tex | 101 + .../tex/root/PBblas/scal.ecl.tex | 76 + .../tex/root/PBblas/tran.ecl.tex | 84 + .../tex/root/PBblas/trsm.ecl.tex | 89 + .../ml-bundles-docs/tex/root/index.aux | 20 + .../ml-bundles-docs/tex/root/index.log | 416 + .../ml-bundles-docs/tex/root/index.out | 0 .../ml-bundles-docs/tex/root/index.pdf | Bin 0 -> 38948 bytes .../ml-bundles-docs/tex/root/index.tex | 43 + .../ml-bundles-docs/tex/root/pkg.tmp.tex | 12 + .../ml-bundles-docs/tex/root/pkg.toc.tex | 24 + .../txt/LinearRegression/OLS.ecl.txt | 853 + .../txt/LinearRegression/pkg.toc.txt | 27 + .../BinomialConfusion.ecl.txt | 35 + .../BinomialLogisticRegression.ecl.txt | 85 + .../txt/LogisticRegression/Confusion.ecl.txt | 31 + .../txt/LogisticRegression/Constants.ecl.txt | 190 + .../txt/LogisticRegression/DataStats.ecl.txt | 43 + .../Deviance_Analysis.ecl.txt | 27 + .../Deviance_Detail.ecl.txt | 33 + .../LogisticRegression/Distributions.ecl.txt | 101 + .../LogisticRegression/ExtractBeta.ecl.txt | 24 + .../LogisticRegression/ExtractBeta_CI.ecl.txt | 27 + .../ExtractBeta_pval.ecl.txt | 25 + .../LogisticRegression/ExtractReport.ecl.txt | 26 + .../LogisticRegression/IRLS/GetModel.ecl.txt | 42 + .../IRLS/GetModel_global.ecl.txt | 41 + .../IRLS/GetModel_local.ecl.txt | 42 + .../txt/LogisticRegression/IRLS/pkg.toc.txt | 15 + .../LogisticRegression/LogitPredict.ecl.txt | 28 + .../txt/LogisticRegression/LogitScore.ecl.txt | 27 + .../LogisticRegression/Model_Deviance.ecl.txt | 26 + .../LogisticRegression/Null_Deviance.ecl.txt | 24 + .../Tests/Check_Dist.ecl.txt | 19 + .../txt/LogisticRegression/Tests/pkg.toc.txt | 11 + .../txt/LogisticRegression/Types.ecl.txt | 323 + .../txt/LogisticRegression/dimm.ecl.txt | 46 + .../performance/RunBinomial.ecl.txt | 18 + .../performance/pkg.toc.txt | 11 + .../txt/LogisticRegression/pkg.toc.txt | 69 + .../validation/BinomialRegression.ecl.txt | 21 + .../validation/IrisDS.ecl.txt | 18 + .../validation/discrete_GermanDS.ecl.txt | 23 + .../LogisticRegression/validation/pkg.toc.txt | 17 + .../validation/unit_test_dimm.ecl.txt | 18 + .../txt/ML_Core/AppendID.ecl.txt | 22 + .../txt/ML_Core/AppendSeqID.ecl.txt | 22 + .../txt/ML_Core/Config.ecl.txt | 38 + .../txt/ML_Core/Constants.ecl.txt | 30 + .../txt/ML_Core/FieldAggregates.ecl.txt | 134 + .../txt/ML_Core/FromField.ecl.txt | 24 + .../txt/ML_Core/Generate.ecl.txt | 47 + .../txt/ML_Core/Interfaces/IClassify.ecl.txt | 70 + .../ML_Core/Interfaces/IRegression.ecl.txt | 59 + .../txt/ML_Core/Interfaces/pkg.toc.txt | 13 + .../txt/ML_Core/Math/Beta.ecl.txt | 21 + .../txt/ML_Core/Math/Distributions.ecl.txt | 101 + .../txt/ML_Core/Math/DoubleFac.ecl.txt | 23 + .../txt/ML_Core/Math/Fac.ecl.txt | 18 + .../txt/ML_Core/Math/NCK.ecl.txt | 21 + .../txt/ML_Core/Math/Poly.ecl.txt | 24 + .../txt/ML_Core/Math/StirlingFormula.ecl.txt | 20 + .../txt/ML_Core/Math/gamma.ecl.txt | 19 + .../txt/ML_Core/Math/log_gamma.ecl.txt | 22 + .../txt/ML_Core/Math/lowerGamma.ecl.txt | 20 + .../txt/ML_Core/Math/pkg.toc.txt | 31 + .../txt/ML_Core/Math/upperGamma.ecl.txt | 20 + .../txt/ML_Core/Tests/Check_Dist.ecl.txt | 19 + .../txt/ML_Core/Tests/Validate_Betas.ecl.txt | 19 + .../txt/ML_Core/Tests/Validate_Gammas.ecl.txt | 19 + .../ML_Core/Tests/field_aggregates.ecl.txt | 18 + .../txt/ML_Core/Tests/generate.ecl.txt | 17 + .../txt/ML_Core/Tests/pkg.toc.txt | 25 + .../txt/ML_Core/Tests/test_appends.ecl.txt | 18 + .../txt/ML_Core/Tests/test_discrete.ecl.txt | 18 + .../txt/ML_Core/Tests/to_from.ecl.txt | 18 + .../txt/ML_Core/ToField.ecl.txt | 28 + .../ml-bundles-docs/txt/ML_Core/Types.ecl.txt | 222 + .../txt/ML_Core/Utils/Fat.ecl.txt | 25 + .../txt/ML_Core/Utils/FatD.ecl.txt | 25 + .../txt/ML_Core/Utils/Gini.ecl.txt | 28 + .../txt/ML_Core/Utils/SequenceInField.ecl.txt | 31 + .../txt/ML_Core/Utils/pkg.toc.txt | 17 + .../ml-bundles-docs/txt/ML_Core/pkg.toc.txt | 49 + .../txt/PBblas/Apply2Elements.ecl.txt | 34 + .../txt/PBblas/Constants.ecl.txt | 142 + .../txt/PBblas/Converted.ecl.txt | 84 + .../txt/PBblas/ExtractTri.ecl.txt | 38 + .../txt/PBblas/HadamardProduct.ecl.txt | 38 + .../txt/PBblas/IElementFunc.ecl.txt | 26 + .../txt/PBblas/MatUtils.ecl.txt | 74 + .../ml-bundles-docs/txt/PBblas/Types.ecl.txt | 145 + .../txt/PBblas/Vector2Diag.ecl.txt | 32 + .../ml-bundles-docs/txt/PBblas/asum.ecl.txt | 29 + .../ml-bundles-docs/txt/PBblas/axpy.ecl.txt | 30 + .../ml-bundles-docs/txt/PBblas/gemm.ecl.txt | 67 + .../ml-bundles-docs/txt/PBblas/getrf.ecl.txt | 54 + .../ml-bundles-docs/txt/PBblas/pkg.toc.txt | 59 + .../ml-bundles-docs/txt/PBblas/potrf.ecl.txt | 56 + .../ml-bundles-docs/txt/PBblas/scal.ecl.txt | 29 + .../ml-bundles-docs/txt/PBblas/tran.ecl.txt | 40 + .../ml-bundles-docs/txt/PBblas/trsm.ecl.txt | 76 + .../ml-bundles-docs/txt/pkg.toc.txt | 17 + .../xml/LinearRegression/OLS.ecl.xml | 807 + .../xml/LinearRegression/bundle.xml | 11 + .../xml/LinearRegression/pkg.toc.xml | 4 + .../xml/LinearRegression/tree.json | 15 + .../BinomialConfusion.ecl.xml | 85 + .../BinomialLogisticRegression.ecl.xml | 139 + .../xml/LogisticRegression/Confusion.ecl.xml | 49 + .../xml/LogisticRegression/Constants.ecl.xml | 76 + .../xml/LogisticRegression/DataStats.ecl.xml | 65 + .../Deviance_Analysis.ecl.xml | 50 + .../Deviance_Detail.ecl.xml | 64 + .../LogisticRegression/Distributions.ecl.xml | 83 + .../LogisticRegression/ExtractBeta.ecl.xml | 40 + .../LogisticRegression/ExtractBeta_CI.ecl.xml | 49 + .../ExtractBeta_pval.ecl.xml | 46 + .../LogisticRegression/ExtractReport.ecl.xml | 52 + .../LogisticRegression/IRLS/GetModel.ecl.xml | 54 + .../IRLS/GetModel_global.ecl.xml | 56 + .../IRLS/GetModel_local.ecl.xml | 56 + .../xml/LogisticRegression/IRLS/pkg.toc.xml | 6 + .../xml/LogisticRegression/IRLS/tree.json | 19 + .../LogisticRegression/LogitPredict.ecl.xml | 45 + .../xml/LogisticRegression/LogitScore.ecl.xml | 42 + .../LogisticRegression/Model_Deviance.ecl.xml | 44 + .../LogisticRegression/Null_Deviance.ecl.xml | 39 + .../Tests/Check_Dist.ecl.xml | 11 + .../xml/LogisticRegression/Tests/pkg.toc.xml | 4 + .../xml/LogisticRegression/Tests/tree.json | 11 + .../xml/LogisticRegression/Types.ecl.xml | 363 + .../xml/LogisticRegression/bundle.xml | 11 + .../xml/LogisticRegression/dimm.ecl.xml | 60 + .../performance/RunBinomial.ecl.xml | 10 + .../performance/pkg.toc.xml | 4 + .../LogisticRegression/performance/tree.json | 11 + .../xml/LogisticRegression/pkg.toc.xml | 38 + .../xml/LogisticRegression/tree.json | 139 + .../validation/BinomialRegression.ecl.xml | 13 + .../validation/IrisDS.ecl.xml | 12 + .../validation/discrete_GermanDS.ecl.xml | 14 + .../LogisticRegression/validation/pkg.toc.xml | 7 + .../LogisticRegression/validation/tree.json | 23 + .../validation/unit_test_dimm.ecl.xml | 10 + .../xml/ML_Core/AppendID.ecl.xml | 19 + .../xml/ML_Core/AppendSeqID.ecl.xml | 19 + .../xml/ML_Core/Config.ecl.xml | 17 + .../xml/ML_Core/Constants.ecl.xml | 22 + .../xml/ML_Core/FieldAggregates.ecl.xml | 297 + .../xml/ML_Core/FromField.ecl.xml | 22 + .../xml/ML_Core/Generate.ecl.xml | 49 + .../xml/ML_Core/Interfaces/IClassify.ecl.xml | 124 + .../ML_Core/Interfaces/IRegression.ecl.xml | 78 + .../xml/ML_Core/Interfaces/pkg.toc.xml | 5 + .../xml/ML_Core/Interfaces/tree.json | 15 + .../xml/ML_Core/Math/Beta.ecl.xml | 21 + .../xml/ML_Core/Math/Distributions.ecl.xml | 83 + .../xml/ML_Core/Math/DoubleFac.ecl.xml | 17 + .../xml/ML_Core/Math/Fac.ecl.xml | 17 + .../xml/ML_Core/Math/NCK.ecl.xml | 17 + .../xml/ML_Core/Math/Poly.ecl.xml | 22 + .../xml/ML_Core/Math/StirlingFormula.ecl.xml | 20 + .../xml/ML_Core/Math/gamma.ecl.xml | 17 + .../xml/ML_Core/Math/log_gamma.ecl.xml | 17 + .../xml/ML_Core/Math/lowerGamma.ecl.xml | 20 + .../xml/ML_Core/Math/pkg.toc.xml | 14 + .../xml/ML_Core/Math/tree.json | 51 + .../xml/ML_Core/Math/upperGamma.ecl.xml | 20 + .../xml/ML_Core/Tests/Check_Dist.ecl.xml | 11 + .../xml/ML_Core/Tests/Validate_Betas.ecl.xml | 11 + .../xml/ML_Core/Tests/Validate_Gammas.ecl.xml | 11 + .../ML_Core/Tests/field_aggregates.ecl.xml | 10 + .../xml/ML_Core/Tests/generate.ecl.xml | 9 + .../xml/ML_Core/Tests/pkg.toc.xml | 11 + .../xml/ML_Core/Tests/test_appends.ecl.xml | 10 + .../xml/ML_Core/Tests/test_discrete.ecl.xml | 10 + .../xml/ML_Core/Tests/to_from.ecl.xml | 10 + .../xml/ML_Core/Tests/tree.json | 39 + .../xml/ML_Core/ToField.ecl.xml | 28 + .../ml-bundles-docs/xml/ML_Core/Types.ecl.xml | 167 + .../xml/ML_Core/Utils/Fat.ecl.xml | 38 + .../xml/ML_Core/Utils/FatD.ecl.xml | 38 + .../xml/ML_Core/Utils/Gini.ecl.xml | 26 + .../xml/ML_Core/Utils/SequenceInField.ecl.xml | 26 + .../xml/ML_Core/Utils/pkg.toc.xml | 7 + .../xml/ML_Core/Utils/tree.json | 23 + .../ml-bundles-docs/xml/ML_Core/bundle.xml | 10 + .../ml-bundles-docs/xml/ML_Core/pkg.toc.xml | 45 + .../ml-bundles-docs/xml/ML_Core/tree.json | 167 + .../xml/PBblas/Apply2Elements.ecl.xml | 48 + .../xml/PBblas/Constants.ecl.xml | 56 + .../xml/PBblas/Converted.ecl.xml | 124 + .../xml/PBblas/ExtractTri.ecl.xml | 50 + .../xml/PBblas/HadamardProduct.ecl.xml | 50 + .../xml/PBblas/IElementFunc.ecl.xml | 24 + .../xml/PBblas/MatUtils.ecl.xml | 98 + .../ml-bundles-docs/xml/PBblas/Types.ecl.xml | 85 + .../xml/PBblas/Vector2Diag.ecl.xml | 43 + .../ml-bundles-docs/xml/PBblas/asum.ecl.xml | 38 + .../ml-bundles-docs/xml/PBblas/axpy.ecl.xml | 45 + .../ml-bundles-docs/xml/PBblas/bundle.xml | 11 + .../ml-bundles-docs/xml/PBblas/gemm.ecl.xml | 66 + .../ml-bundles-docs/xml/PBblas/getrf.ecl.xml | 44 + .../ml-bundles-docs/xml/PBblas/pkg.toc.xml | 20 + .../ml-bundles-docs/xml/PBblas/potrf.ecl.xml | 48 + .../ml-bundles-docs/xml/PBblas/scal.ecl.xml | 40 + .../ml-bundles-docs/xml/PBblas/tran.ecl.xml | 56 + .../ml-bundles-docs/xml/PBblas/tree.json | 79 + .../ml-bundles-docs/xml/PBblas/trsm.ecl.xml | 65 + .../ml-bundles-docs/xml/pkg.toc.xml | 106 + .../eclbundles/ml-bundles-docs/xml/tree.json | 399 + .../xmlOriginal/LinearRegression/OLS.ecl.xml | 9951 ++++++++++++ .../LinearRegression/bundle.orig.out | 8 + .../BinomialConfusion.ecl.xml | 1104 ++ .../BinomialLogisticRegression.ecl.xml | 11375 +++++++++++++ .../LogisticRegression/Confusion.ecl.xml | 1252 ++ .../LogisticRegression/Constants.ecl.xml | 259 + .../LogisticRegression/DataStats.ecl.xml | 1451 ++ .../Deviance_Analysis.ecl.xml | 1338 ++ .../Deviance_Detail.ecl.xml | 1255 ++ .../LogisticRegression/Distributions.ecl.xml | 255 + .../LogisticRegression/ExtractBeta.ecl.xml | 1359 ++ .../LogisticRegression/ExtractBeta_CI.ecl.xml | 1822 +++ .../ExtractBeta_pval.ecl.xml | 1819 +++ .../LogisticRegression/ExtractReport.ecl.xml | 1551 ++ .../LogisticRegression/IRLS/GetModel.ecl.xml | 10232 ++++++++++++ .../IRLS/GetModel_global.ecl.xml | 8733 ++++++++++ .../IRLS/GetModel_local.ecl.xml | 3057 ++++ .../LogisticRegression/LogitPredict.ecl.xml | 1261 ++ .../LogisticRegression/LogitScore.ecl.xml | 1097 ++ .../LogisticRegression/Model_Deviance.ecl.xml | 1091 ++ .../LogisticRegression/Null_Deviance.ecl.xml | 1086 ++ .../Tests/Check_Dist.ecl.xml | 841 + .../LogisticRegression/Types.ecl.xml | 960 ++ .../LogisticRegression/bundle.orig.out | 8 + .../LogisticRegression/dimm.ecl.xml | 830 + .../performance/RunBinomial.ecl.xml | 12734 +++++++++++++++ .../validation/BinomialRegression.ecl.xml | 13538 ++++++++++++++++ .../validation/IrisDS.ecl.xml | 382 + .../validation/discrete_GermanDS.ecl.xml | 448 + .../validation/unit_test_dimm.ecl.xml | 1430 ++ .../xmlOriginal/ML_Core/AppendID.ecl.xml | 26 + .../xmlOriginal/ML_Core/AppendSeqID.ecl.xml | 26 + .../xmlOriginal/ML_Core/Config.ecl.xml | 48 + .../xmlOriginal/ML_Core/Constants.ecl.xml | 46 + .../xmlOriginal/ML_Core/Discretize.ecl.xml | 1279 ++ .../ML_Core/FieldAggregates.ecl.xml | 950 ++ .../xmlOriginal/ML_Core/FromField.ecl.xml | 29 + .../xmlOriginal/ML_Core/Generate.ecl.xml | 417 + .../ML_Core/Interfaces/IClassify.ecl.xml | 512 + .../ML_Core/Interfaces/IRegression.ecl.xml | 591 + .../xmlOriginal/ML_Core/Math/Beta.ecl.xml | 153 + .../ML_Core/Math/Distributions.ecl.xml | 254 + .../ML_Core/Math/DoubleFac.ecl.xml | 30 + .../xmlOriginal/ML_Core/Math/Fac.ecl.xml | 25 + .../xmlOriginal/ML_Core/Math/NCK.ecl.xml | 74 + .../xmlOriginal/ML_Core/Math/Poly.ecl.xml | 34 + .../ML_Core/Math/StirlingFormula.ecl.xml | 163 + .../xmlOriginal/ML_Core/Math/gamma.ecl.xml | 26 + .../ML_Core/Math/log_gamma.ecl.xml | 29 + .../ML_Core/Math/lowerGamma.ecl.xml | 30 + .../ML_Core/Math/upperGamma.ecl.xml | 30 + .../ML_Core/Tests/Check_Dist.ecl.xml | 840 + .../ML_Core/Tests/Validate_Betas.ecl.xml | 327 + .../ML_Core/Tests/Validate_Gammas.ecl.xml | 378 + .../ML_Core/Tests/field_aggregates.ecl.xml | 1831 +++ .../ML_Core/Tests/generate.ecl.xml | 475 + .../ML_Core/Tests/test_appends.ecl.xml | 818 + .../ML_Core/Tests/test_discrete.ecl.xml | 1490 ++ .../xmlOriginal/ML_Core/Tests/to_from.ecl.xml | 2203 +++ .../xmlOriginal/ML_Core/ToField.ecl.xml | 35 + .../xmlOriginal/ML_Core/Types.ecl.xml | 326 + .../xmlOriginal/ML_Core/Utils/Fat.ecl.xml | 379 + .../xmlOriginal/ML_Core/Utils/FatD.ecl.xml | 379 + .../xmlOriginal/ML_Core/Utils/Gini.ecl.xml | 38 + .../ML_Core/Utils/SequenceInField.ecl.xml | 44 + .../xmlOriginal/ML_Core/bundle.orig.out | 7 + .../xmlOriginal/PBblas/Apply2Elements.ecl.xml | 1570 ++ .../xmlOriginal/PBblas/Constants.ecl.xml | 202 + .../xmlOriginal/PBblas/Converted.ecl.xml | 884 + .../xmlOriginal/PBblas/ExtractTri.ecl.xml | 4292 +++++ .../PBblas/HadamardProduct.ecl.xml | 4274 +++++ .../xmlOriginal/PBblas/IElementFunc.ecl.xml | 639 + .../xmlOriginal/PBblas/MatUtils.ecl.xml | 2914 ++++ .../xmlOriginal/PBblas/Types.ecl.xml | 575 + .../xmlOriginal/PBblas/Vector2Diag.ecl.xml | 2995 ++++ .../xmlOriginal/PBblas/asum.ecl.xml | 4281 +++++ .../xmlOriginal/PBblas/axpy.ecl.xml | 714 + .../xmlOriginal/PBblas/bundle.orig.out | 8 + .../xmlOriginal/PBblas/gemm.ecl.xml | 4494 +++++ .../xmlOriginal/PBblas/getrf.ecl.xml | 4455 +++++ .../xmlOriginal/PBblas/potrf.ecl.xml | 4432 +++++ .../xmlOriginal/PBblas/scal.ecl.xml | 711 + .../xmlOriginal/PBblas/tran.ecl.xml | 4288 +++++ .../xmlOriginal/PBblas/trsm.ecl.xml | 4558 ++++++ .../ml-bundles/LinearRegression/Bundle.ecl | 11 + .../ml-bundles/LinearRegression/LICENSE | 201 + .../ml-bundles/LinearRegression/OLS.ecl | 880 + .../ml-bundles/LinearRegression/README.md | 7 + .../LinearRegression/performance/OLSPerf.ecl | 38 + .../performance/OLSPerfMyr.ecl | 38 + .../performance/OLSPerfMyrPrep.ecl | 125 + .../performance/OLSPerfPrep.ecl | 128 + .../performance/OLSPerformance.ecl | 66 + .../performance/Scripts/runPerf.bat | 36 + .../test/Datasets/AbaloneDS.ecl | 4249 +++++ .../test/Datasets/friedman1DS.ecl | 1076 ++ .../test/Datasets/friedman2DS.ecl | 1063 ++ .../test/Datasets/friedman3DS.ecl | 1063 ++ .../test/Datasets/housingDS.ecl | 587 + .../test/Datasets/servoDS.ecl | 230 + .../LinearRegression/test/OLSAnalytics.ecl | 404 + .../LinearRegression/test/OLSPredict.ecl | 233 + .../LinearRegression/test/OLSValidate.ecl | 282 + .../test/Python/processDatafile.py | 141 + .../test/Utils/ExtractDeps.ecl | 24 + .../test/Utils/ExtractIndeps.ecl | 23 + .../test/Utils/GetNumberofFields.ecl | 15 + .../LinearRegression/test/Utils/Types.ecl | 17 + .../LogisticRegression/BinomialConfusion.ecl | 99 + .../BinomialLogisticRegression.ecl | 57 + .../ml-bundles/LogisticRegression/Bundle.ecl | 11 + .../LogisticRegression/Confusion.ecl | 49 + .../LogisticRegression/Constants.ecl | 31 + .../LogisticRegression/DataStats.ecl | 102 + .../LogisticRegression/Deviance_Analysis.ecl | 39 + .../LogisticRegression/Deviance_Detail.ecl | 56 + .../LogisticRegression/Distributions.ecl | 409 + .../LogisticRegression/ExtractBeta.ecl | 44 + .../LogisticRegression/ExtractBeta_CI.ecl | 45 + .../LogisticRegression/ExtractBeta_pval.ecl | 42 + .../LogisticRegression/ExtractReport.ecl | 62 + .../LogisticRegression/IRLS/GetModel.ecl | 70 + .../IRLS/GetModel_global.ecl | 251 + .../IRLS/GetModel_local.ecl | 348 + .../ml-bundles/LogisticRegression/LICENSE.txt | 19 + .../LogisticRegression/LogitPredict.ecl | 29 + .../LogisticRegression/LogitScore.ecl | 48 + .../LogisticRegression/Model_Deviance.ecl | 36 + .../LogisticRegression/Null_Deviance.ecl | 25 + .../ml-bundles/LogisticRegression/README.md | 2 + .../LogisticRegression/Tests/Check_Dist.ecl | 122 + .../ml-bundles/LogisticRegression/Types.ecl | 129 + .../ml-bundles/LogisticRegression/dimm.ecl | 55 + .../ml-bundles/LogisticRegression/eclcc.log | 0 .../performance/RunBinomial.ecl | 111 + .../validation/BinomialRegression.ecl | 98 + .../LogisticRegression/validation/IrisDS.ecl | 161 + .../validation/discrete_GermanDS.ecl | 1034 ++ .../validation/unit_test_dimm.ecl | 78 + .../ml-bundles/ML_Core/AppendID.ecl | 24 + .../ml-bundles/ML_Core/AppendSeqID.ecl | 24 + .../eclbundles/ml-bundles/ML_Core/Bundle.ecl | 11 + .../eclbundles/ml-bundles/ML_Core/Bundle.out | 7 + .../eclbundles/ml-bundles/ML_Core/Config.ecl | 7 + .../ml-bundles/ML_Core/Constants.ecl | 14 + .../ml-bundles/ML_Core/Discretize.ecl | 104 + .../ml-bundles/ML_Core/FieldAggregates.ecl | 139 + .../ml-bundles/ML_Core/FromField.ecl | 83 + .../ml-bundles/ML_Core/Generate.ecl | 22 + .../ML_Core/Interfaces/IClassify.ecl | 43 + .../ML_Core/Interfaces/IRegression.ecl | 59 + testing/eclbundles/ml-bundles/ML_Core/LICENSE | 201 + .../ml-bundles/ML_Core/Math/Beta.ecl | 44 + .../ml-bundles/ML_Core/Math/Distributions.ecl | 409 + .../ml-bundles/ML_Core/Math/DoubleFac.ecl | 19 + .../ml-bundles/ML_Core/Math/Fac.ecl | 12 + .../ml-bundles/ML_Core/Math/NCK.ecl | 12 + .../ml-bundles/ML_Core/Math/Poly.ecl | 22 + .../ML_Core/Math/StirlingFormula.ecl | 24 + .../ml-bundles/ML_Core/Math/gamma.ecl | 11 + .../ml-bundles/ML_Core/Math/log_gamma.ecl | 14 + .../ml-bundles/ML_Core/Math/lowerGamma.ecl | 38 + .../ml-bundles/ML_Core/Math/upperGamma.ecl | 38 + .../eclbundles/ml-bundles/ML_Core/README.md | 4 + .../ml-bundles/ML_Core/Tests/Check_Dist.ecl | 122 + .../ML_Core/Tests/Validate_Betas.ecl | 71 + .../ML_Core/Tests/Validate_Gammas.ecl | 112 + .../ML_Core/Tests/field_aggregates.ecl | 35 + .../ml-bundles/ML_Core/Tests/generate.ecl | 6 + .../ml-bundles/ML_Core/Tests/test_appends.ecl | 30 + .../ML_Core/Tests/test_discrete.ecl | 35 + .../ml-bundles/ML_Core/Tests/to_from.ecl | 94 + .../eclbundles/ml-bundles/ML_Core/ToField.ecl | 108 + .../eclbundles/ml-bundles/ML_Core/Types.ecl | 86 + .../ml-bundles/ML_Core/Utils/Fat.ecl | 39 + .../ml-bundles/ML_Core/Utils/FatD.ecl | 40 + .../ml-bundles/ML_Core/Utils/Gini.ecl | 33 + .../ML_Core/Utils/SequenceInField.ecl | 53 + .../eclbundles/ml-bundles/ML_Core/eclcc.log | 12 + .../ml-bundles/PBblas/Apply2Elements.ecl | 36 + .../eclbundles/ml-bundles/PBblas/Bundle.ecl | 11 + .../ml-bundles/PBblas/Constants.ecl | 25 + .../ml-bundles/PBblas/Converted.ecl | 87 + .../ml-bundles/PBblas/ExtractTri.ecl | 45 + .../ml-bundles/PBblas/HadamardProduct.ecl | 46 + .../ml-bundles/PBblas/IElementFunc.ecl | 21 + testing/eclbundles/ml-bundles/PBblas/LICENSE | 201 + .../eclbundles/ml-bundles/PBblas/MatUtils.ecl | 106 + .../eclbundles/ml-bundles/PBblas/README.md | 5 + .../eclbundles/ml-bundles/PBblas/Types.ecl | 112 + .../ml-bundles/PBblas/Vector2Diag.ecl | 44 + testing/eclbundles/ml-bundles/PBblas/asum.ecl | 37 + testing/eclbundles/ml-bundles/PBblas/axpy.ecl | 32 + .../ml-bundles/PBblas/ecl/ConfTest.ecl | 70 + .../ml-bundles/PBblas/ecl/key/ConfTest.xml | 3 + testing/eclbundles/ml-bundles/PBblas/gemm.ecl | 322 + .../eclbundles/ml-bundles/PBblas/getrf.ecl | 201 + .../PBblas/internal/BlockDimensions.ecl | 117 + .../internal/BlockDimensionsMultiply.ecl | 126 + .../PBblas/internal/BlockDimensionsSolve.ecl | 78 + .../ml-bundles/PBblas/internal/Converted.ecl | 161 + .../ml-bundles/PBblas/internal/FromR8Set.ecl | 43 + .../ml-bundles/PBblas/internal/MakeR8Set.ecl | 57 + .../ml-bundles/PBblas/internal/MatDims.ecl | 329 + .../ml-bundles/PBblas/internal/Types.ecl | 205 + .../performance/HadamardProductPerf.ecl | 29 + .../PBblas/performance/MultiplyPerf.ecl | 45 + .../PBblas/performance/MultiplyPerfMyr.ecl | 43 + .../performance/MultiplyPerfMyrPrep.ecl | 61 + .../PBblas/performance/MultiplyPerfPrep.ecl | 53 + .../PBblas/performance/Scripts/runPerf.bat | 53 + .../PBblas/performance/SolvePerf.ecl | 72 + .../PBblas/performance/SolvePerfMyr.ecl | 51 + .../PBblas/performance/SolvePerfMyrPrep.ecl | 62 + .../PBblas/performance/SolvePerfPrep.ecl | 73 + .../eclbundles/ml-bundles/PBblas/potrf.ecl | 188 + testing/eclbundles/ml-bundles/PBblas/scal.ecl | 29 + .../ml-bundles/PBblas/test/Apply2Elements.ecl | 20 + .../PBblas/test/BlockDimensions.ecl | 82 + .../PBblas/test/BlockDimensionsMultiply.ecl | 140 + .../PBblas/test/BlockDimensionsSolve.ecl | 118 + .../ml-bundles/PBblas/test/Converted.ecl | 46 + .../ml-bundles/PBblas/test/ConvertedInt.ecl | 124 + .../PBblas/test/ConvertedIntMyr.ecl | 113 + .../ml-bundles/PBblas/test/DiffReport.ecl | 77 + .../ml-bundles/PBblas/test/Factor.ecl | 19 + .../PBblas/test/HadamardProduct.ecl | 43 + .../ml-bundles/PBblas/test/MakeTestMatrix.ecl | 79 + .../ml-bundles/PBblas/test/MatDims.ecl | 159 + .../ml-bundles/PBblas/test/MatUtils.ecl | 98 + .../ml-bundles/PBblas/test/Multiply.ecl | 353 + .../ml-bundles/PBblas/test/Solve.ecl | 389 + .../ml-bundles/PBblas/test/Vector2Diag.ecl | 83 + .../ml-bundles/PBblas/test/asum.ecl | 70 + .../ml-bundles/PBblas/test/axpy.ecl | 78 + .../ml-bundles/PBblas/test/getrf.ecl | 120 + .../ml-bundles/PBblas/test/potrf.ecl | 99 + .../ml-bundles/PBblas/test/scal.ecl | 80 + .../ml-bundles/PBblas/test/tran.ecl | 75 + testing/eclbundles/ml-bundles/PBblas/tran.ecl | 54 + testing/eclbundles/ml-bundles/PBblas/trsm.ecl | 324 + testing/eclbundles/ml-bundles/eclcc.log | 10 + testing/eclbundles/ml_config.cfg | 8 + .../std-docs/css/simple-sidebar.css | 252 + .../ecllibrary/std-docs/html/BLAS.ecl.html | 2211 +++ .../std-docs/html/BundleBase.ecl.html | 865 + .../ecllibrary/std-docs/html/Date.ecl.html | 9057 +++++++++++ .../ecllibrary/std-docs/html/File.ecl.html | 8348 ++++++++++ .../std-docs/html/Metaphone.ecl.html | 474 + testing/ecllibrary/std-docs/html/Uni.ecl.html | 3278 ++++ .../ecllibrary/std-docs/html/math.ecl.html | 750 + testing/ecllibrary/std-docs/html/pkg.toc.html | 204 + testing/ecllibrary/std-docs/html/str.ecl.html | 3906 +++++ .../std-docs/html/system/pkg.toc.html | 78 + testing/ecllibrary/std-docs/js/bootstrap.js | 2377 +++ .../ecllibrary/std-docs/js/bootstrap.min.js | 7 + testing/ecllibrary/std-docs/js/jquery.js | 4 + testing/ecllibrary/std-docs/tex/index.aux | 22 + testing/ecllibrary/std-docs/tex/index.log | 492 + testing/ecllibrary/std-docs/tex/index.out | 0 testing/ecllibrary/std-docs/tex/index.pdf | Bin 0 -> 408033 bytes testing/ecllibrary/std-docs/tex/index.tex | 43 + .../ecllibrary/std-docs/tex/root/BLAS.ecl.tex | 1159 ++ .../std-docs/tex/root/BundleBase.ecl.tex | 444 + .../ecllibrary/std-docs/tex/root/Date.ecl.tex | 5081 ++++++ .../ecllibrary/std-docs/tex/root/File.ecl.tex | 4331 +++++ .../std-docs/tex/root/Metaphone.ecl.tex | 232 + .../ecllibrary/std-docs/tex/root/Uni.ecl.tex | 1760 ++ .../ecllibrary/std-docs/tex/root/index.aux | 20 + .../ecllibrary/std-docs/tex/root/index.log | 485 + .../ecllibrary/std-docs/tex/root/index.out | 0 .../ecllibrary/std-docs/tex/root/index.pdf | Bin 0 -> 407439 bytes .../ecllibrary/std-docs/tex/root/index.tex | 43 + .../ecllibrary/std-docs/tex/root/math.ecl.tex | 381 + .../ecllibrary/std-docs/tex/root/pkg.tmp.tex | 36 + .../ecllibrary/std-docs/tex/root/pkg.toc.tex | 39 + .../ecllibrary/std-docs/tex/root/str.ecl.tex | 2147 +++ .../std-docs/tex/root/system/index.aux | 20 + .../std-docs/tex/root/system/index.log | 416 + .../std-docs/tex/root/system/index.out | 0 .../std-docs/tex/root/system/index.pdf | Bin 0 -> 39274 bytes .../std-docs/tex/root/system/index.tex | 43 + .../std-docs/tex/root/system/pkg.tmp.tex | 12 + .../std-docs/tex/root/system/pkg.toc.tex | 12 + testing/ecllibrary/std-docs/txt/BLAS.ecl.txt | 392 + .../std-docs/txt/BundleBase.ecl.txt | 96 + testing/ecllibrary/std-docs/txt/Date.ecl.txt | 1372 ++ testing/ecllibrary/std-docs/txt/File.ecl.txt | 1845 +++ .../ecllibrary/std-docs/txt/Metaphone.ecl.txt | 57 + testing/ecllibrary/std-docs/txt/Uni.ecl.txt | 557 + testing/ecllibrary/std-docs/txt/math.ecl.txt | 90 + testing/ecllibrary/std-docs/txt/pkg.toc.txt | 27 + testing/ecllibrary/std-docs/txt/str.ecl.txt | 573 + .../std-docs/txt/system/pkg.toc.txt | 9 + testing/ecllibrary/std-docs/xml/BLAS.ecl.xml | 432 + .../std-docs/xml/BundleBase.ecl.xml | 50 + testing/ecllibrary/std-docs/xml/Date.ecl.xml | 1095 ++ testing/ecllibrary/std-docs/xml/File.ecl.xml | 1643 ++ .../ecllibrary/std-docs/xml/Metaphone.ecl.xml | 39 + testing/ecllibrary/std-docs/xml/Uni.ecl.xml | 469 + testing/ecllibrary/std-docs/xml/math.ecl.xml | 77 + testing/ecllibrary/std-docs/xml/pkg.toc.xml | 12 + testing/ecllibrary/std-docs/xml/str.ecl.xml | 504 + .../std-docs/xml/system/pkg.toc.xml | 2 + .../ecllibrary/std-docs/xml/system/tree.json | 6 + testing/ecllibrary/std-docs/xml/tree.json | 43 + .../std-docs/xmlOriginal/Audit.ecl.xml | 14 + .../std-docs/xmlOriginal/BLAS.ecl.xml | 738 + .../std-docs/xmlOriginal/BundleBase.ecl.xml | 138 + .../std-docs/xmlOriginal/Date.ecl.xml | 2489 +++ .../std-docs/xmlOriginal/File.ecl.xml | 2748 ++++ .../std-docs/xmlOriginal/Metaphone.ecl.xml | 91 + .../std-docs/xmlOriginal/Metaphone3.ecl.xml | 3 + .../std-docs/xmlOriginal/Uni.ecl.xml | 920 ++ .../std-docs/xmlOriginal/math.ecl.xml | 291 + .../std-docs/xmlOriginal/str.ecl.xml | 1054 ++ .../std-docs/xmlOriginal/system/Debug.ecl.xml | 51 + .../std-docs/xmlOriginal/system/Email.ecl.xml | 14 + .../std-docs/xmlOriginal/system/Job.ecl.xml | 3 + .../std-docs/xmlOriginal/system/Log.ecl.xml | 14 + .../xmlOriginal/system/Thorlib.ecl.xml | 136 + .../std-docs/xmlOriginal/system/Util.ecl.xml | 14 + .../xmlOriginal/system/Workunit.ecl.xml | 14 + testing/ecllibrary/std/Audit.ecl | 23 + testing/ecllibrary/std/BLAS.ecl | 284 + testing/ecllibrary/std/BundleBase.ecl | 74 + testing/ecllibrary/std/CMakeLists.txt | 37 + testing/ecllibrary/std/Date.ecl | 1284 ++ testing/ecllibrary/std/File.ecl | 927 ++ testing/ecllibrary/std/Metaphone.ecl | 41 + testing/ecllibrary/std/Metaphone3.ecl | 40 + testing/ecllibrary/std/Uni.ecl | 386 + testing/ecllibrary/std/eclcc.log | 10 + testing/ecllibrary/std/math.ecl | 86 + testing/ecllibrary/std/str.ecl | 453 + testing/ecllibrary/std/system/CMakeLists.txt | 31 + testing/ecllibrary/std/system/Debug.ecl | 48 + testing/ecllibrary/std/system/Email.ecl | 55 + testing/ecllibrary/std/system/Job.ecl | 80 + testing/ecllibrary/std/system/Log.ecl | 44 + testing/ecllibrary/std/system/Thorlib.ecl | 86 + testing/ecllibrary/std/system/Util.ecl | 54 + testing/ecllibrary/std/system/Workunit.ecl | 181 + testing/ecllibrary/std_config.cfg | 6 + testing/imp-docs/css/simple-sidebar.css | 252 + testing/imp-docs/html/import_test.ecl.html | 983 ++ testing/imp-docs/html/import_test_2.ecl.html | 390 + testing/imp-docs/html/mod_1.ecl.html | 420 + testing/imp-docs/html/mod_2.ecl.html | 830 + testing/imp-docs/html/pkg.toc.html | 134 + testing/imp-docs/tex/index.aux | 20 + testing/imp-docs/tex/index.log | 498 + testing/imp-docs/tex/index.out | 0 testing/imp-docs/tex/index.pdf | Bin 0 -> 132639 bytes testing/imp-docs/tex/index.tex | 43 + testing/imp-docs/tex/root/import_test.ecl.tex | 514 + .../imp-docs/tex/root/import_test_2.ecl.tex | 202 + testing/imp-docs/tex/root/index.aux | 20 + testing/imp-docs/tex/root/index.log | 498 + testing/imp-docs/tex/root/index.out | 0 testing/imp-docs/tex/root/index.pdf | Bin 0 -> 132639 bytes testing/imp-docs/tex/root/index.tex | 43 + testing/imp-docs/tex/root/mod_1.ecl.tex | 213 + testing/imp-docs/tex/root/mod_2.ecl.tex | 471 + testing/imp-docs/tex/root/pkg.tmp.tex | 25 + testing/imp-docs/tex/root/pkg.toc.tex | 25 + testing/imp-docs/txt/import_test.ecl.txt | 141 + testing/imp-docs/txt/import_test_2.ecl.txt | 45 + testing/imp-docs/txt/mod_1.ecl.txt | 46 + testing/imp-docs/txt/mod_2.ecl.txt | 93 + testing/imp-docs/txt/pkg.toc.txt | 17 + testing/imp-docs/xml/import_test.ecl.xml | 195 + testing/imp-docs/xml/import_test_2.ecl.xml | 31 + testing/imp-docs/xml/mod_1.ecl.xml | 25 + testing/imp-docs/xml/mod_2.ecl.xml | 49 + testing/imp-docs/xml/pkg.toc.xml | 7 + testing/imp-docs/xml/tree.json | 23 + .../imp-docs/xmlOriginal/import_test.ecl.xml | 5264 ++++++ .../xmlOriginal/import_test_2.ecl.xml | 197 + testing/imp-docs/xmlOriginal/mod_1.ecl.xml | 64 + testing/imp-docs/xmlOriginal/mod_2.ecl.xml | 205 + testing/import-test/eclcc.log | 10 + testing/test-docs/css/simple-sidebar.css | 252 + .../html/Inintest/Example_3.ecl.html | 251 + testing/test-docs/html/Inintest/pkg.toc.html | 92 + testing/test-docs/html/Math.ecl.html | 765 + testing/test-docs/html/example.ecl.html | 1234 ++ testing/test-docs/html/example_10.ecl.html | 239 + testing/test-docs/html/example_11.ecl.html | 247 + testing/test-docs/html/example_2.ecl.html | 1475 ++ testing/test-docs/html/example_3.ecl.html | 669 + testing/test-docs/html/example_4.ecl.html | 381 + testing/test-docs/html/example_6.ecl.html | 2134 +++ testing/test-docs/html/example_7.ecl.html | 245 + testing/test-docs/html/example_8.ecl.html | 716 + .../test-docs/html/intest/example_11.ecl.html | 169 + .../test-docs/html/intest/example_2.ecl.html | 1460 ++ .../test-docs/html/intest/example_3.ecl.html | 346 + .../test-docs/html/intest/example_4.ecl.html | 646 + .../test-docs/html/intest/example_6.ecl.html | 2119 +++ .../test-docs/html/intest/example_7.ecl.html | 230 + .../test-docs/html/intest/example_8.ecl.html | 701 + .../html/intest/in1intest/example_2.ecl.html | 1451 ++ .../html/intest/in1intest/example_3.ecl.html | 337 + .../html/intest/in1intest/example_4.ecl.html | 637 + .../html/intest/in1intest/example_6.ecl.html | 2110 +++ .../html/intest/in1intest/example_7.ecl.html | 221 + .../html/intest/in1intest/example_8.ecl.html | 692 + .../html/intest/in1intest/pkg.toc.html | 162 + .../html/intest/inintest/example_2.ecl.html | 1451 ++ .../html/intest/inintest/example_3.ecl.html | 339 + .../html/intest/inintest/example_4.ecl.html | 637 + .../html/intest/inintest/example_6.ecl.html | 2112 +++ .../html/intest/inintest/example_7.ecl.html | 221 + .../html/intest/inintest/example_8.ecl.html | 692 + .../html/intest/inintest/pkg.toc.html | 162 + testing/test-docs/html/intest/pkg.toc.html | 204 + testing/test-docs/html/pkg.toc.html | 274 + testing/test-docs/html/test.ecl.html | 166 + testing/test-docs/html/types.ecl.html | 3269 ++++ testing/test-docs/tex/index.aux | 28 + testing/test-docs/tex/index.log | 1045 ++ testing/test-docs/tex/index.out | 0 testing/test-docs/tex/index.pdf | Bin 0 -> 331061 bytes testing/test-docs/tex/index.tex | 43 + .../tex/root/Inintest/Example_3.ecl.tex | 124 + testing/test-docs/tex/root/Inintest/index.aux | 20 + testing/test-docs/tex/root/Inintest/index.log | 457 + testing/test-docs/tex/root/Inintest/index.out | 0 testing/test-docs/tex/root/Inintest/index.pdf | Bin 0 -> 77035 bytes testing/test-docs/tex/root/Inintest/index.tex | 43 + .../test-docs/tex/root/Inintest/pkg.tmp.tex | 15 + .../test-docs/tex/root/Inintest/pkg.toc.tex | 15 + testing/test-docs/tex/root/Math.ecl.tex | 381 + testing/test-docs/tex/root/example.ecl.tex | 671 + testing/test-docs/tex/root/example_10.ecl.tex | 98 + testing/test-docs/tex/root/example_11.ecl.tex | 102 + testing/test-docs/tex/root/example_2.ecl.tex | 861 + testing/test-docs/tex/root/example_3.ecl.tex | 346 + testing/test-docs/tex/root/example_4.ecl.tex | 187 + testing/test-docs/tex/root/example_6.ecl.tex | 1355 ++ testing/test-docs/tex/root/example_7.ecl.tex | 85 + testing/test-docs/tex/root/example_8.ecl.tex | 393 + testing/test-docs/tex/root/index.aux | 20 + testing/test-docs/tex/root/index.log | 585 + testing/test-docs/tex/root/index.out | 0 testing/test-docs/tex/root/index.pdf | Bin 0 -> 202975 bytes testing/test-docs/tex/root/index.tex | 43 + .../tex/root/intest/example_11.ecl.tex | 52 + .../tex/root/intest/example_2.ecl.tex | 863 + .../tex/root/intest/example_3.ecl.tex | 165 + .../tex/root/intest/example_4.ecl.tex | 374 + .../tex/root/intest/example_6.ecl.tex | 1357 ++ .../tex/root/intest/example_7.ecl.tex | 87 + .../tex/root/intest/example_8.ecl.tex | 395 + .../root/intest/in1intest/example_2.ecl.tex | 864 + .../root/intest/in1intest/example_3.ecl.tex | 166 + .../root/intest/in1intest/example_4.ecl.tex | 375 + .../root/intest/in1intest/example_6.ecl.tex | 1358 ++ .../root/intest/in1intest/example_7.ecl.tex | 88 + .../root/intest/in1intest/example_8.ecl.tex | 396 + .../tex/root/intest/in1intest/index.aux | 20 + .../tex/root/intest/in1intest/index.log | 565 + .../tex/root/intest/in1intest/index.out | 0 .../tex/root/intest/in1intest/index.pdf | Bin 0 -> 155202 bytes .../tex/root/intest/in1intest/index.tex | 43 + .../tex/root/intest/in1intest/pkg.tmp.tex | 36 + .../tex/root/intest/in1intest/pkg.toc.tex | 36 + testing/test-docs/tex/root/intest/index.aux | 20 + testing/test-docs/tex/root/intest/index.log | 563 + testing/test-docs/tex/root/intest/index.out | 0 testing/test-docs/tex/root/intest/index.pdf | Bin 0 -> 155925 bytes testing/test-docs/tex/root/intest/index.tex | 43 + .../root/intest/inintest/example_2.ecl.tex | 864 + .../root/intest/inintest/example_3.ecl.tex | 172 + .../root/intest/inintest/example_4.ecl.tex | 375 + .../root/intest/inintest/example_6.ecl.tex | 1364 ++ .../root/intest/inintest/example_7.ecl.tex | 88 + .../root/intest/inintest/example_8.ecl.tex | 396 + .../tex/root/intest/inintest/index.aux | 20 + .../tex/root/intest/inintest/index.log | 565 + .../tex/root/intest/inintest/index.out | 0 .../tex/root/intest/inintest/index.pdf | Bin 0 -> 155860 bytes .../tex/root/intest/inintest/index.tex | 43 + .../tex/root/intest/inintest/pkg.tmp.tex | 36 + .../tex/root/intest/inintest/pkg.toc.tex | 36 + testing/test-docs/tex/root/intest/pkg.tmp.tex | 39 + testing/test-docs/tex/root/intest/pkg.toc.tex | 45 + testing/test-docs/tex/root/pkg.tmp.tex | 56 + testing/test-docs/tex/root/pkg.toc.tex | 62 + testing/test-docs/tex/root/test.ecl.tex | 36 + testing/test-docs/tex/root/types.ecl.tex | 1812 +++ .../test-docs/txt/Inintest/Example_3.ecl.txt | 28 + testing/test-docs/txt/Inintest/pkg.toc.txt | 11 + testing/test-docs/txt/Math.ecl.txt | 90 + testing/test-docs/txt/example.ecl.txt | 143 + testing/test-docs/txt/example_10.ecl.txt | 23 + testing/test-docs/txt/example_11.ecl.txt | 28 + testing/test-docs/txt/example_2.ecl.txt | 168 + testing/test-docs/txt/example_3.ecl.txt | 102 + testing/test-docs/txt/example_4.ecl.txt | 41 + testing/test-docs/txt/example_6.ecl.txt | 241 + testing/test-docs/txt/example_7.ecl.txt | 26 + testing/test-docs/txt/example_8.ecl.txt | 82 + .../test-docs/txt/intest/example_11.ecl.txt | 23 + .../test-docs/txt/intest/example_2.ecl.txt | 168 + .../test-docs/txt/intest/example_3.ecl.txt | 37 + .../test-docs/txt/intest/example_4.ecl.txt | 88 + .../test-docs/txt/intest/example_6.ecl.txt | 241 + .../test-docs/txt/intest/example_7.ecl.txt | 26 + .../test-docs/txt/intest/example_8.ecl.txt | 82 + .../txt/intest/in1intest/example_2.ecl.txt | 171 + .../txt/intest/in1intest/example_3.ecl.txt | 37 + .../txt/intest/in1intest/example_4.ecl.txt | 88 + .../txt/intest/in1intest/example_6.ecl.txt | 247 + .../txt/intest/in1intest/example_7.ecl.txt | 26 + .../txt/intest/in1intest/example_8.ecl.txt | 83 + .../txt/intest/in1intest/pkg.toc.txt | 21 + .../txt/intest/inintest/example_2.ecl.txt | 171 + .../txt/intest/inintest/example_3.ecl.txt | 38 + .../txt/intest/inintest/example_4.ecl.txt | 88 + .../txt/intest/inintest/example_6.ecl.txt | 248 + .../txt/intest/inintest/example_7.ecl.txt | 26 + .../txt/intest/inintest/example_8.ecl.txt | 83 + .../test-docs/txt/intest/inintest/pkg.toc.txt | 21 + testing/test-docs/txt/intest/pkg.toc.txt | 27 + testing/test-docs/txt/pkg.toc.txt | 37 + testing/test-docs/txt/test.ecl.txt | 14 + testing/test-docs/txt/types.ecl.txt | 394 + .../test-docs/xml/Inintest/Example_3.ecl.xml | 14 + testing/test-docs/xml/Inintest/pkg.toc.xml | 4 + testing/test-docs/xml/Inintest/tree.json | 11 + testing/test-docs/xml/Math.ecl.xml | 77 + testing/test-docs/xml/example.ecl.xml | 118 + testing/test-docs/xml/example_10.ecl.xml | 14 + testing/test-docs/xml/example_11.ecl.xml | 21 + testing/test-docs/xml/example_2.ecl.xml | 86 + testing/test-docs/xml/example_3.ecl.xml | 80 + testing/test-docs/xml/example_4.ecl.xml | 24 + testing/test-docs/xml/example_6.ecl.xml | 141 + testing/test-docs/xml/example_7.ecl.xml | 23 + testing/test-docs/xml/example_8.ecl.xml | 57 + .../test-docs/xml/intest/example_11.ecl.xml | 21 + .../test-docs/xml/intest/example_2.ecl.xml | 86 + .../test-docs/xml/intest/example_3.ecl.xml | 21 + .../test-docs/xml/intest/example_4.ecl.xml | 86 + .../test-docs/xml/intest/example_6.ecl.xml | 141 + .../test-docs/xml/intest/example_7.ecl.xml | 23 + .../test-docs/xml/intest/example_8.ecl.xml | 57 + .../xml/intest/in1intest/example_2.ecl.xml | 86 + .../xml/intest/in1intest/example_3.ecl.xml | 21 + .../xml/intest/in1intest/example_4.ecl.xml | 86 + .../xml/intest/in1intest/example_6.ecl.xml | 141 + .../xml/intest/in1intest/example_7.ecl.xml | 23 + .../xml/intest/in1intest/example_8.ecl.xml | 57 + .../xml/intest/in1intest/pkg.toc.xml | 9 + .../test-docs/xml/intest/in1intest/tree.json | 31 + .../xml/intest/inintest/example_2.ecl.xml | 86 + .../xml/intest/inintest/example_3.ecl.xml | 22 + .../xml/intest/inintest/example_4.ecl.xml | 86 + .../xml/intest/inintest/example_6.ecl.xml | 143 + .../xml/intest/inintest/example_7.ecl.xml | 23 + .../xml/intest/inintest/example_8.ecl.xml | 57 + .../test-docs/xml/intest/inintest/pkg.toc.xml | 9 + .../test-docs/xml/intest/inintest/tree.json | 31 + testing/test-docs/xml/intest/pkg.toc.xml | 26 + testing/test-docs/xml/intest/tree.json | 93 + testing/test-docs/xml/pkg.toc.xml | 43 + testing/test-docs/xml/test.ecl.xml | 12 + testing/test-docs/xml/tree.json | 155 + testing/test-docs/xml/types.ecl.xml | 457 + .../xmlOriginal/Inintest/Example_3.ecl.xml | 37 + testing/test-docs/xmlOriginal/Math.ecl.xml | 291 + testing/test-docs/xmlOriginal/example.ecl.xml | 268 + .../test-docs/xmlOriginal/example_10.ecl.xml | 109 + .../test-docs/xmlOriginal/example_11.ecl.xml | 1503 ++ .../test-docs/xmlOriginal/example_2.ecl.xml | 252 + .../test-docs/xmlOriginal/example_3.ecl.xml | 153 + .../test-docs/xmlOriginal/example_4.ecl.xml | 97 + .../test-docs/xmlOriginal/example_5.ecl.xml | 275 + .../test-docs/xmlOriginal/example_6.ecl.xml | 459 + .../test-docs/xmlOriginal/example_7.ecl.xml | 86 + .../test-docs/xmlOriginal/example_8.ecl.xml | 133 + .../test-docs/xmlOriginal/example_9.ecl.xml | 284 + .../xmlOriginal/intest/example_11.ecl.xml | 1490 ++ .../xmlOriginal/intest/example_2.ecl.xml | 252 + .../xmlOriginal/intest/example_3.ecl.xml | 52 + .../xmlOriginal/intest/example_4.ecl.xml | 306 + .../xmlOriginal/intest/example_5.ecl.xml | 275 + .../xmlOriginal/intest/example_6.ecl.xml | 459 + .../xmlOriginal/intest/example_7.ecl.xml | 86 + .../xmlOriginal/intest/example_8.ecl.xml | 133 + .../xmlOriginal/intest/example_9.ecl.xml | 284 + .../intest/in1intest/example_2.ecl.xml | 252 + .../intest/in1intest/example_3.ecl.xml | 52 + .../intest/in1intest/example_4.ecl.xml | 306 + .../intest/in1intest/example_5.ecl.xml | 275 + .../intest/in1intest/example_6.ecl.xml | 459 + .../intest/in1intest/example_7.ecl.xml | 86 + .../intest/in1intest/example_8.ecl.xml | 133 + .../intest/in1intest/example_9.ecl.xml | 284 + .../intest/inintest/example_2.ecl.xml | 252 + .../intest/inintest/example_3.ecl.xml | 1112 ++ .../intest/inintest/example_4.ecl.xml | 306 + .../intest/inintest/example_5.ecl.xml | 275 + .../intest/inintest/example_6.ecl.xml | 642 + .../intest/inintest/example_7.ecl.xml | 86 + .../intest/inintest/example_8.ecl.xml | 133 + .../intest/inintest/example_9.ecl.xml | 284 + testing/test-docs/xmlOriginal/test.ecl.xml | 18 + testing/test-docs/xmlOriginal/types.ecl.xml | 777 + testing/test/eclcc.log | 11 + testing/test/intest/eclcc.log | 10 + testing/test/intest/in1intest/eclcc.log | 10 + testing/test/intest/inintest/eclcc.log | 10 + ~/share/doc/css/simple-sidebar.css | 252 + ~/share/doc/html/pkg.toc.html | 78 + ~/share/doc/tex/index.aux | 20 + ~/share/doc/tex/index.log | 417 + ~/share/doc/tex/index.out | 0 ~/share/doc/tex/index.pdf | Bin 0 -> 38948 bytes ~/share/doc/tex/index.tex | 43 + ~/share/doc/tex/root/index.aux | 20 + ~/share/doc/tex/root/index.log | 416 + ~/share/doc/tex/root/index.out | 0 ~/share/doc/tex/root/index.pdf | Bin 0 -> 38948 bytes ~/share/doc/tex/root/index.tex | 43 + ~/share/doc/tex/root/pkg.tmp.tex | 12 + ~/share/doc/tex/root/pkg.toc.tex | 12 + ~/share/doc/txt/pkg.toc.txt | 9 + ~/share/doc/xml/pkg.toc.xml | 2 + ~/share/doc/xml/tree.json | 6 + ~/share/docs/css/simple-sidebar.css | 252 + ~/share/docs/html/pkg.toc.html | 78 + ~/share/docs/tex/index.aux | 20 + ~/share/docs/tex/index.log | 423 + ~/share/docs/tex/index.out | 0 ~/share/docs/tex/index.pdf | Bin 0 -> 38948 bytes ~/share/docs/tex/index.tex | 43 + ~/share/docs/tex/root/index.aux | 20 + ~/share/docs/tex/root/index.log | 416 + ~/share/docs/tex/root/index.out | 0 ~/share/docs/tex/root/index.pdf | Bin 0 -> 38948 bytes ~/share/docs/tex/root/index.tex | 43 + ~/share/docs/tex/root/pkg.tmp.tex | 12 + ~/share/docs/tex/root/pkg.toc.tex | 12 + ~/share/docs/txt/pkg.toc.txt | 9 + ~/share/docs/xml/pkg.toc.xml | 2 + ~/share/docs/xml/tree.json | 6 + 1379 files changed, 471035 insertions(+), 12 deletions(-) create mode 100644 CodingPractices.rst create mode 100644 LICENSE create mode 100644 README.md create mode 100644 bin/ecldoc create mode 100644 doc/test/css/simple-sidebar.css create mode 100644 doc/test/html/Inintest/Example_3.ecl.html create mode 100644 doc/test/html/Inintest/pkg.toc.html create mode 100644 doc/test/html/Math.ecl.html create mode 100644 doc/test/html/example.ecl.html create mode 100644 doc/test/html/example_10.ecl.html create mode 100644 doc/test/html/example_11.ecl.html create mode 100644 doc/test/html/example_2.ecl.html create mode 100644 doc/test/html/example_3.ecl.html create mode 100644 doc/test/html/example_4.ecl.html create mode 100644 doc/test/html/example_6.ecl.html create mode 100644 doc/test/html/example_7.ecl.html create mode 100644 doc/test/html/example_8.ecl.html create mode 100644 doc/test/html/intest/example_11.ecl.html create mode 100644 doc/test/html/intest/example_2.ecl.html create mode 100644 doc/test/html/intest/example_3.ecl.html create mode 100644 doc/test/html/intest/example_4.ecl.html create mode 100644 doc/test/html/intest/example_6.ecl.html create mode 100644 doc/test/html/intest/example_7.ecl.html create mode 100644 doc/test/html/intest/example_8.ecl.html create mode 100644 doc/test/html/intest/in1intest/example_2.ecl.html create mode 100644 doc/test/html/intest/in1intest/example_3.ecl.html create mode 100644 doc/test/html/intest/in1intest/example_4.ecl.html create mode 100644 doc/test/html/intest/in1intest/example_6.ecl.html create mode 100644 doc/test/html/intest/in1intest/example_7.ecl.html create mode 100644 doc/test/html/intest/in1intest/example_8.ecl.html create mode 100644 doc/test/html/intest/in1intest/pkg.toc.html create mode 100644 doc/test/html/intest/inintest/example_2.ecl.html create mode 100644 doc/test/html/intest/inintest/example_3.ecl.html create mode 100644 doc/test/html/intest/inintest/example_4.ecl.html create mode 100644 doc/test/html/intest/inintest/example_6.ecl.html create mode 100644 doc/test/html/intest/inintest/example_7.ecl.html create mode 100644 doc/test/html/intest/inintest/example_8.ecl.html create mode 100644 doc/test/html/intest/inintest/pkg.toc.html create mode 100644 doc/test/html/intest/pkg.toc.html create mode 100644 doc/test/html/pkg.toc.html create mode 100644 doc/test/html/test.ecl.html create mode 100644 doc/test/html/types.ecl.html create mode 100644 doc/test/tex/index.tex create mode 100644 doc/test/tex/root/Inintest/Example_3.ecl.tex create mode 100644 doc/test/tex/root/Inintest/index.tex create mode 100644 doc/test/tex/root/Inintest/pkg.tmp.tex create mode 100644 doc/test/tex/root/Inintest/pkg.toc.tex create mode 100644 doc/test/tex/root/Math.ecl.tex create mode 100644 doc/test/tex/root/example.ecl.tex create mode 100644 doc/test/tex/root/example_10.ecl.tex create mode 100644 doc/test/tex/root/example_11.ecl.tex create mode 100644 doc/test/tex/root/example_2.ecl.tex create mode 100644 doc/test/tex/root/example_3.ecl.tex create mode 100644 doc/test/tex/root/example_4.ecl.tex create mode 100644 doc/test/tex/root/example_6.ecl.tex create mode 100644 doc/test/tex/root/example_7.ecl.tex create mode 100644 doc/test/tex/root/example_8.ecl.tex create mode 100644 doc/test/tex/root/index.tex create mode 100644 doc/test/tex/root/intest/example_11.ecl.tex create mode 100644 doc/test/tex/root/intest/example_2.ecl.tex create mode 100644 doc/test/tex/root/intest/example_3.ecl.tex create mode 100644 doc/test/tex/root/intest/example_4.ecl.tex create mode 100644 doc/test/tex/root/intest/example_6.ecl.tex create mode 100644 doc/test/tex/root/intest/example_7.ecl.tex create mode 100644 doc/test/tex/root/intest/example_8.ecl.tex create mode 100644 doc/test/tex/root/intest/in1intest/example_2.ecl.tex create mode 100644 doc/test/tex/root/intest/in1intest/example_3.ecl.tex create mode 100644 doc/test/tex/root/intest/in1intest/example_4.ecl.tex create mode 100644 doc/test/tex/root/intest/in1intest/example_6.ecl.tex create mode 100644 doc/test/tex/root/intest/in1intest/example_7.ecl.tex create mode 100644 doc/test/tex/root/intest/in1intest/example_8.ecl.tex create mode 100644 doc/test/tex/root/intest/in1intest/index.tex create mode 100644 doc/test/tex/root/intest/in1intest/pkg.tmp.tex create mode 100644 doc/test/tex/root/intest/in1intest/pkg.toc.tex create mode 100644 doc/test/tex/root/intest/index.tex create mode 100644 doc/test/tex/root/intest/inintest/example_2.ecl.tex create mode 100644 doc/test/tex/root/intest/inintest/example_3.ecl.tex create mode 100644 doc/test/tex/root/intest/inintest/example_4.ecl.tex create mode 100644 doc/test/tex/root/intest/inintest/example_6.ecl.tex create mode 100644 doc/test/tex/root/intest/inintest/example_7.ecl.tex create mode 100644 doc/test/tex/root/intest/inintest/example_8.ecl.tex create mode 100644 doc/test/tex/root/intest/inintest/index.tex create mode 100644 doc/test/tex/root/intest/inintest/pkg.tmp.tex create mode 100644 doc/test/tex/root/intest/inintest/pkg.toc.tex create mode 100644 doc/test/tex/root/intest/pkg.tmp.tex create mode 100644 doc/test/tex/root/intest/pkg.toc.tex create mode 100644 doc/test/tex/root/pkg.tmp.tex create mode 100644 doc/test/tex/root/pkg.toc.tex create mode 100644 doc/test/tex/root/test.ecl.tex create mode 100644 doc/test/tex/root/types.ecl.tex create mode 100644 doc/test/txt/Inintest/Example_3.ecl.txt create mode 100644 doc/test/txt/Inintest/pkg.toc.txt create mode 100644 doc/test/txt/Math.ecl.txt create mode 100644 doc/test/txt/example.ecl.txt create mode 100644 doc/test/txt/example_10.ecl.txt create mode 100644 doc/test/txt/example_11.ecl.txt create mode 100644 doc/test/txt/example_2.ecl.txt create mode 100644 doc/test/txt/example_3.ecl.txt create mode 100644 doc/test/txt/example_4.ecl.txt create mode 100644 doc/test/txt/example_6.ecl.txt create mode 100644 doc/test/txt/example_7.ecl.txt create mode 100644 doc/test/txt/example_8.ecl.txt create mode 100644 doc/test/txt/intest/example_11.ecl.txt create mode 100644 doc/test/txt/intest/example_2.ecl.txt create mode 100644 doc/test/txt/intest/example_3.ecl.txt create mode 100644 doc/test/txt/intest/example_4.ecl.txt create mode 100644 doc/test/txt/intest/example_6.ecl.txt create mode 100644 doc/test/txt/intest/example_7.ecl.txt create mode 100644 doc/test/txt/intest/example_8.ecl.txt create mode 100644 doc/test/txt/intest/in1intest/example_2.ecl.txt create mode 100644 doc/test/txt/intest/in1intest/example_3.ecl.txt create mode 100644 doc/test/txt/intest/in1intest/example_4.ecl.txt create mode 100644 doc/test/txt/intest/in1intest/example_6.ecl.txt create mode 100644 doc/test/txt/intest/in1intest/example_7.ecl.txt create mode 100644 doc/test/txt/intest/in1intest/example_8.ecl.txt create mode 100644 doc/test/txt/intest/in1intest/pkg.toc.txt create mode 100644 doc/test/txt/intest/inintest/example_2.ecl.txt create mode 100644 doc/test/txt/intest/inintest/example_3.ecl.txt create mode 100644 doc/test/txt/intest/inintest/example_4.ecl.txt create mode 100644 doc/test/txt/intest/inintest/example_6.ecl.txt create mode 100644 doc/test/txt/intest/inintest/example_7.ecl.txt create mode 100644 doc/test/txt/intest/inintest/example_8.ecl.txt create mode 100644 doc/test/txt/intest/inintest/pkg.toc.txt create mode 100644 doc/test/txt/intest/pkg.toc.txt create mode 100644 doc/test/txt/pkg.toc.txt create mode 100644 doc/test/txt/test.ecl.txt create mode 100644 doc/test/txt/types.ecl.txt create mode 100644 doc/test/xml/Inintest/Example_3.ecl.xml create mode 100644 doc/test/xml/Inintest/pkg.toc.xml create mode 100644 doc/test/xml/Inintest/tree.json create mode 100644 doc/test/xml/Math.ecl.xml create mode 100644 doc/test/xml/example.ecl.xml create mode 100644 doc/test/xml/example_10.ecl.xml create mode 100644 doc/test/xml/example_11.ecl.xml create mode 100644 doc/test/xml/example_2.ecl.xml create mode 100644 doc/test/xml/example_3.ecl.xml create mode 100644 doc/test/xml/example_4.ecl.xml create mode 100644 doc/test/xml/example_6.ecl.xml create mode 100644 doc/test/xml/example_7.ecl.xml create mode 100644 doc/test/xml/example_8.ecl.xml create mode 100644 doc/test/xml/intest/example_11.ecl.xml create mode 100644 doc/test/xml/intest/example_2.ecl.xml create mode 100644 doc/test/xml/intest/example_3.ecl.xml create mode 100644 doc/test/xml/intest/example_4.ecl.xml create mode 100644 doc/test/xml/intest/example_6.ecl.xml create mode 100644 doc/test/xml/intest/example_7.ecl.xml create mode 100644 doc/test/xml/intest/example_8.ecl.xml create mode 100644 doc/test/xml/intest/in1intest/example_2.ecl.xml create mode 100644 doc/test/xml/intest/in1intest/example_3.ecl.xml create mode 100644 doc/test/xml/intest/in1intest/example_4.ecl.xml create mode 100644 doc/test/xml/intest/in1intest/example_6.ecl.xml create mode 100644 doc/test/xml/intest/in1intest/example_7.ecl.xml create mode 100644 doc/test/xml/intest/in1intest/example_8.ecl.xml create mode 100644 doc/test/xml/intest/in1intest/pkg.toc.xml create mode 100644 doc/test/xml/intest/in1intest/tree.json create mode 100644 doc/test/xml/intest/inintest/example_2.ecl.xml create mode 100644 doc/test/xml/intest/inintest/example_3.ecl.xml create mode 100644 doc/test/xml/intest/inintest/example_4.ecl.xml create mode 100644 doc/test/xml/intest/inintest/example_6.ecl.xml create mode 100644 doc/test/xml/intest/inintest/example_7.ecl.xml create mode 100644 doc/test/xml/intest/inintest/example_8.ecl.xml create mode 100644 doc/test/xml/intest/inintest/pkg.toc.xml create mode 100644 doc/test/xml/intest/inintest/tree.json create mode 100644 doc/test/xml/intest/pkg.toc.xml create mode 100644 doc/test/xml/intest/tree.json create mode 100644 doc/test/xml/pkg.toc.xml create mode 100644 doc/test/xml/test.ecl.xml create mode 100644 doc/test/xml/tree.json create mode 100644 doc/test/xml/types.ecl.xml create mode 100644 doc/test/xmlOriginal/Inintest/Example_3.ecl.xml create mode 100644 doc/test/xmlOriginal/Math.ecl.xml create mode 100644 doc/test/xmlOriginal/example.ecl.xml create mode 100644 doc/test/xmlOriginal/example_10.ecl.xml create mode 100644 doc/test/xmlOriginal/example_11.ecl.xml create mode 100644 doc/test/xmlOriginal/example_2.ecl.xml create mode 100644 doc/test/xmlOriginal/example_3.ecl.xml create mode 100644 doc/test/xmlOriginal/example_4.ecl.xml create mode 100644 doc/test/xmlOriginal/example_5.ecl.xml create mode 100644 doc/test/xmlOriginal/example_6.ecl.xml create mode 100644 doc/test/xmlOriginal/example_7.ecl.xml create mode 100644 doc/test/xmlOriginal/example_8.ecl.xml create mode 100644 doc/test/xmlOriginal/example_9.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/example_11.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/example_2.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/example_3.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/example_4.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/example_5.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/example_6.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/example_7.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/example_8.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/example_9.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/in1intest/example_2.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/in1intest/example_3.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/in1intest/example_4.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/in1intest/example_5.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/in1intest/example_6.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/in1intest/example_7.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/in1intest/example_8.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/in1intest/example_9.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/inintest/example_2.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/inintest/example_3.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/inintest/example_4.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/inintest/example_5.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/inintest/example_6.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/inintest/example_7.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/inintest/example_8.ecl.xml create mode 100644 doc/test/xmlOriginal/intest/inintest/example_9.ecl.xml create mode 100644 doc/test/xmlOriginal/test.ecl.xml create mode 100644 doc/test/xmlOriginal/types.ecl.xml create mode 100644 ecldoc/Constants.py create mode 100644 ecldoc/ERRORS.txt create mode 100644 ecldoc/Formats/HTML/__init__.py create mode 100644 ecldoc/Formats/HTML/genHTML.py create mode 100644 ecldoc/Formats/HTML/tagHTML.py create mode 100644 ecldoc/Formats/TEX/__init__.py create mode 100644 ecldoc/Formats/TEX/genTEX.py create mode 100644 ecldoc/Formats/TEX/tagTEX.py create mode 100644 ecldoc/Formats/TXT/__init__.py create mode 100644 ecldoc/Formats/TXT/genTXT.py create mode 100644 ecldoc/Formats/TXT/tagTXT.py create mode 100644 ecldoc/Formats/__init__.py create mode 100644 ecldoc/Formats/generators.py create mode 100644 ecldoc/Publish/GLM.pdf create mode 100644 ecldoc/Publish/GNN.pdf create mode 100644 ecldoc/Publish/KMeans.pdf create mode 100644 ecldoc/Publish/LearningTrees.pdf create mode 100644 ecldoc/Publish/LinearRegression.pdf create mode 100644 ecldoc/Publish/LogisticRegression.pdf create mode 100644 ecldoc/Publish/ML_Core.pdf create mode 100644 ecldoc/Publish/PBblas.pdf create mode 100644 ecldoc/Publish/SupportVectorMachines.pdf create mode 100644 ecldoc/Publish/TextVectors.pdf create mode 100644 ecldoc/Publish/dbscan.pdf create mode 100644 ecldoc/Taglets.py create mode 100644 ecldoc/Templates/html/content.tpl .html.orig create mode 100644 ecldoc/Templates/html/content.tpl.html create mode 100644 ecldoc/Templates/html/css/simple-sidebar.css create mode 100644 ecldoc/Templates/html/css/simple-sidebar.css~ create mode 100644 ecldoc/Templates/html/taglets.tpl.html create mode 100644 ecldoc/Templates/html/toc.tpl.html create mode 100644 ecldoc/Templates/tex/content.tpl.tex create mode 100644 ecldoc/Templates/tex/index.tpl.tex create mode 100644 ecldoc/Templates/tex/taglets.tpl.tex create mode 100644 ecldoc/Templates/tex/toc.tpl.tex create mode 100644 ecldoc/Templates/txt/content.tpl.txt create mode 100644 ecldoc/Templates/txt/toc.tpl.txt create mode 100644 ecldoc/USERDOC.txt create mode 100644 ecldoc/Utils.py create mode 100644 ecldoc/__init__.py create mode 100644 ecldoc/ecldoc.py create mode 100644 ecldoc/genXML.py create mode 100644 ecldoc/genXML.py~ create mode 100644 ecldoc/parseDoc.py create mode 100644 ecldoc/parseDoc.py~ create mode 100644 makeMLDoc.sh create mode 100644 setup.py create mode 100644 src/ecldoc/Publish/HPCC_Causality.pdf create mode 100644 testing/eclbundles/ml-bundles-docs/css/simple-sidebar.css create mode 100644 testing/eclbundles/ml-bundles-docs/html/LinearRegression/OLS.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LinearRegression/pkg.toc.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/BinomialConfusion.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/BinomialLogisticRegression.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/Confusion.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/Constants.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/DataStats.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/Deviance_Analysis.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/Deviance_Detail.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/Distributions.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/ExtractBeta.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/ExtractBeta_CI.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/ExtractBeta_pval.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/ExtractReport.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/IRLS/GetModel.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/IRLS/GetModel_global.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/IRLS/GetModel_local.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/IRLS/pkg.toc.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/LogitPredict.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/LogitScore.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/Model_Deviance.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/Null_Deviance.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/Tests/Check_Dist.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/Tests/pkg.toc.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/Types.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/dimm.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/performance/RunBinomial.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/performance/pkg.toc.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/pkg.toc.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/validation/BinomialRegression.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/validation/IrisDS.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/validation/discrete_GermanDS.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/validation/pkg.toc.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/LogisticRegression/validation/unit_test_dimm.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/AppendID.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/AppendSeqID.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Config.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Constants.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/FieldAggregates.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/FromField.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Generate.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Interfaces/IClassify.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Interfaces/IRegression.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Interfaces/pkg.toc.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Math/Beta.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Math/Distributions.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Math/DoubleFac.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Math/Fac.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Math/NCK.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Math/Poly.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Math/StirlingFormula.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Math/gamma.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Math/log_gamma.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Math/lowerGamma.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Math/pkg.toc.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Math/upperGamma.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Tests/Check_Dist.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Tests/Validate_Betas.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Tests/Validate_Gammas.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Tests/field_aggregates.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Tests/generate.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Tests/pkg.toc.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Tests/test_appends.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Tests/test_discrete.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Tests/to_from.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/ToField.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Types.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Utils/Fat.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Utils/FatD.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Utils/Gini.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Utils/SequenceInField.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/Utils/pkg.toc.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/ML_Core/pkg.toc.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/PBblas/Apply2Elements.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/PBblas/Constants.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/PBblas/Converted.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/PBblas/ExtractTri.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/PBblas/HadamardProduct.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/PBblas/IElementFunc.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/PBblas/MatUtils.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/PBblas/Types.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/PBblas/Vector2Diag.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/PBblas/asum.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/PBblas/axpy.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/PBblas/gemm.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/PBblas/getrf.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/PBblas/pkg.toc.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/PBblas/potrf.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/PBblas/scal.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/PBblas/tran.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/PBblas/trsm.ecl.html create mode 100644 testing/eclbundles/ml-bundles-docs/html/pkg.toc.html create mode 100644 testing/eclbundles/ml-bundles-docs/tex/index.aux create mode 100644 testing/eclbundles/ml-bundles-docs/tex/index.log create mode 100644 testing/eclbundles/ml-bundles-docs/tex/index.out create mode 100644 testing/eclbundles/ml-bundles-docs/tex/index.pdf create mode 100644 testing/eclbundles/ml-bundles-docs/tex/index.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LinearRegression/OLS.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LinearRegression/index.aux create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LinearRegression/index.log create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LinearRegression/index.out create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LinearRegression/index.pdf create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LinearRegression/index.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LinearRegression/pkg.tmp.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LinearRegression/pkg.toc.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/BinomialConfusion.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/BinomialLogisticRegression.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/Confusion.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/Constants.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/DataStats.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/Deviance_Analysis.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/Deviance_Detail.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/Distributions.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/ExtractBeta.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/ExtractBeta_CI.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/ExtractBeta_pval.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/ExtractReport.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/IRLS/GetModel.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/IRLS/GetModel_global.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/IRLS/GetModel_local.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/IRLS/index.aux create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/IRLS/index.log create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/IRLS/index.out create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/IRLS/index.pdf create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/IRLS/index.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/IRLS/pkg.tmp.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/IRLS/pkg.toc.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/LogitPredict.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/LogitScore.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/Model_Deviance.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/Null_Deviance.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/Tests/Check_Dist.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/Tests/index.aux create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/Tests/index.log create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/Tests/index.out create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/Tests/index.pdf create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/Tests/index.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/Tests/pkg.tmp.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/Tests/pkg.toc.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/Types.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/dimm.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/index.aux create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/index.log create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/index.out create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/index.pdf create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/index.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/performance/RunBinomial.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/performance/index.aux create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/performance/index.log create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/performance/index.out create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/performance/index.pdf create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/performance/index.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/performance/pkg.tmp.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/performance/pkg.toc.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/pkg.tmp.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/pkg.toc.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/validation/BinomialRegression.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/validation/IrisDS.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/validation/discrete_GermanDS.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/validation/index.aux create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/validation/index.log create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/validation/index.out create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/validation/index.pdf create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/validation/index.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/validation/pkg.tmp.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/validation/pkg.toc.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/LogisticRegression/validation/unit_test_dimm.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/AppendID.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/AppendSeqID.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Config.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Constants.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/FieldAggregates.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/FromField.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Generate.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Interfaces/IClassify.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Interfaces/IRegression.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Interfaces/index.aux create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Interfaces/index.log create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Interfaces/index.out create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Interfaces/index.pdf create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Interfaces/index.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Interfaces/pkg.tmp.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Interfaces/pkg.toc.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Math/Beta.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Math/Distributions.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Math/DoubleFac.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Math/Fac.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Math/NCK.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Math/Poly.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Math/StirlingFormula.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Math/gamma.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Math/index.aux create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Math/index.log create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Math/index.out create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Math/index.pdf create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Math/index.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Math/log_gamma.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Math/lowerGamma.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Math/pkg.tmp.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Math/pkg.toc.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Math/upperGamma.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Tests/Check_Dist.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Tests/Validate_Betas.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Tests/Validate_Gammas.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Tests/field_aggregates.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Tests/generate.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Tests/index.aux create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Tests/index.log create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Tests/index.out create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Tests/index.pdf create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Tests/index.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Tests/pkg.tmp.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Tests/pkg.toc.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Tests/test_appends.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Tests/test_discrete.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Tests/to_from.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/ToField.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Types.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Utils/Fat.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Utils/FatD.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Utils/Gini.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Utils/SequenceInField.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Utils/index.aux create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Utils/index.log create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Utils/index.out create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Utils/index.pdf create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Utils/index.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Utils/pkg.tmp.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/Utils/pkg.toc.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/index.aux create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/index.log create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/index.out create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/index.pdf create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/index.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/pkg.tmp.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/ML_Core/pkg.toc.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/Apply2Elements.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/Constants.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/Converted.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/ExtractTri.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/HadamardProduct.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/IElementFunc.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/MatUtils.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/Types.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/Vector2Diag.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/asum.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/axpy.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/gemm.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/getrf.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/index.aux create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/index.log create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/index.out create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/index.pdf create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/index.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/pkg.tmp.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/pkg.toc.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/potrf.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/scal.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/tran.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/PBblas/trsm.ecl.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/index.aux create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/index.log create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/index.out create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/index.pdf create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/index.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/pkg.tmp.tex create mode 100644 testing/eclbundles/ml-bundles-docs/tex/root/pkg.toc.tex create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LinearRegression/OLS.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LinearRegression/pkg.toc.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/BinomialConfusion.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/BinomialLogisticRegression.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/Confusion.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/Constants.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/DataStats.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/Deviance_Analysis.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/Deviance_Detail.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/Distributions.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/ExtractBeta.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/ExtractBeta_CI.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/ExtractBeta_pval.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/ExtractReport.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/IRLS/GetModel.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/IRLS/GetModel_global.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/IRLS/GetModel_local.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/IRLS/pkg.toc.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/LogitPredict.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/LogitScore.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/Model_Deviance.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/Null_Deviance.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/Tests/Check_Dist.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/Tests/pkg.toc.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/Types.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/dimm.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/performance/RunBinomial.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/performance/pkg.toc.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/pkg.toc.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/validation/BinomialRegression.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/validation/IrisDS.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/validation/discrete_GermanDS.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/validation/pkg.toc.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/LogisticRegression/validation/unit_test_dimm.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/AppendID.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/AppendSeqID.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Config.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Constants.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/FieldAggregates.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/FromField.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Generate.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Interfaces/IClassify.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Interfaces/IRegression.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Interfaces/pkg.toc.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Math/Beta.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Math/Distributions.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Math/DoubleFac.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Math/Fac.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Math/NCK.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Math/Poly.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Math/StirlingFormula.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Math/gamma.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Math/log_gamma.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Math/lowerGamma.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Math/pkg.toc.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Math/upperGamma.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Tests/Check_Dist.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Tests/Validate_Betas.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Tests/Validate_Gammas.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Tests/field_aggregates.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Tests/generate.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Tests/pkg.toc.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Tests/test_appends.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Tests/test_discrete.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Tests/to_from.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/ToField.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Types.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Utils/Fat.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Utils/FatD.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Utils/Gini.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Utils/SequenceInField.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/Utils/pkg.toc.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/ML_Core/pkg.toc.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/PBblas/Apply2Elements.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/PBblas/Constants.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/PBblas/Converted.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/PBblas/ExtractTri.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/PBblas/HadamardProduct.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/PBblas/IElementFunc.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/PBblas/MatUtils.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/PBblas/Types.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/PBblas/Vector2Diag.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/PBblas/asum.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/PBblas/axpy.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/PBblas/gemm.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/PBblas/getrf.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/PBblas/pkg.toc.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/PBblas/potrf.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/PBblas/scal.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/PBblas/tran.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/PBblas/trsm.ecl.txt create mode 100644 testing/eclbundles/ml-bundles-docs/txt/pkg.toc.txt create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LinearRegression/OLS.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LinearRegression/bundle.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LinearRegression/pkg.toc.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LinearRegression/tree.json create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/BinomialConfusion.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/BinomialLogisticRegression.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/Confusion.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/Constants.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/DataStats.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/Deviance_Analysis.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/Deviance_Detail.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/Distributions.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/ExtractBeta.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/ExtractBeta_CI.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/ExtractBeta_pval.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/ExtractReport.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/IRLS/GetModel.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/IRLS/GetModel_global.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/IRLS/GetModel_local.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/IRLS/pkg.toc.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/IRLS/tree.json create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/LogitPredict.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/LogitScore.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/Model_Deviance.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/Null_Deviance.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/Tests/Check_Dist.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/Tests/pkg.toc.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/Tests/tree.json create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/Types.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/bundle.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/dimm.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/performance/RunBinomial.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/performance/pkg.toc.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/performance/tree.json create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/pkg.toc.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/tree.json create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/validation/BinomialRegression.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/validation/IrisDS.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/validation/discrete_GermanDS.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/validation/pkg.toc.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/validation/tree.json create mode 100644 testing/eclbundles/ml-bundles-docs/xml/LogisticRegression/validation/unit_test_dimm.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/AppendID.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/AppendSeqID.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Config.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Constants.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/FieldAggregates.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/FromField.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Generate.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Interfaces/IClassify.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Interfaces/IRegression.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Interfaces/pkg.toc.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Interfaces/tree.json create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Math/Beta.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Math/Distributions.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Math/DoubleFac.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Math/Fac.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Math/NCK.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Math/Poly.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Math/StirlingFormula.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Math/gamma.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Math/log_gamma.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Math/lowerGamma.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Math/pkg.toc.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Math/tree.json create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Math/upperGamma.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Tests/Check_Dist.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Tests/Validate_Betas.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Tests/Validate_Gammas.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Tests/field_aggregates.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Tests/generate.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Tests/pkg.toc.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Tests/test_appends.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Tests/test_discrete.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Tests/to_from.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Tests/tree.json create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/ToField.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Types.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Utils/Fat.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Utils/FatD.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Utils/Gini.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Utils/SequenceInField.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Utils/pkg.toc.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/Utils/tree.json create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/bundle.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/pkg.toc.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/ML_Core/tree.json create mode 100644 testing/eclbundles/ml-bundles-docs/xml/PBblas/Apply2Elements.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/PBblas/Constants.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/PBblas/Converted.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/PBblas/ExtractTri.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/PBblas/HadamardProduct.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/PBblas/IElementFunc.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/PBblas/MatUtils.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/PBblas/Types.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/PBblas/Vector2Diag.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/PBblas/asum.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/PBblas/axpy.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/PBblas/bundle.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/PBblas/gemm.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/PBblas/getrf.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/PBblas/pkg.toc.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/PBblas/potrf.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/PBblas/scal.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/PBblas/tran.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/PBblas/tree.json create mode 100644 testing/eclbundles/ml-bundles-docs/xml/PBblas/trsm.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/pkg.toc.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xml/tree.json create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LinearRegression/OLS.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LinearRegression/bundle.orig.out create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/BinomialConfusion.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/BinomialLogisticRegression.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/Confusion.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/Constants.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/DataStats.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/Deviance_Analysis.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/Deviance_Detail.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/Distributions.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/ExtractBeta.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/ExtractBeta_CI.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/ExtractBeta_pval.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/ExtractReport.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/IRLS/GetModel.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/IRLS/GetModel_global.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/IRLS/GetModel_local.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/LogitPredict.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/LogitScore.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/Model_Deviance.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/Null_Deviance.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/Tests/Check_Dist.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/Types.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/bundle.orig.out create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/dimm.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/performance/RunBinomial.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/validation/BinomialRegression.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/validation/IrisDS.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/validation/discrete_GermanDS.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/LogisticRegression/validation/unit_test_dimm.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/AppendID.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/AppendSeqID.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Config.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Constants.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Discretize.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/FieldAggregates.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/FromField.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Generate.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Interfaces/IClassify.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Interfaces/IRegression.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Math/Beta.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Math/Distributions.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Math/DoubleFac.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Math/Fac.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Math/NCK.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Math/Poly.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Math/StirlingFormula.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Math/gamma.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Math/log_gamma.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Math/lowerGamma.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Math/upperGamma.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Tests/Check_Dist.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Tests/Validate_Betas.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Tests/Validate_Gammas.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Tests/field_aggregates.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Tests/generate.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Tests/test_appends.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Tests/test_discrete.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Tests/to_from.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/ToField.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Types.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Utils/Fat.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Utils/FatD.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Utils/Gini.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/Utils/SequenceInField.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/ML_Core/bundle.orig.out create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/PBblas/Apply2Elements.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/PBblas/Constants.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/PBblas/Converted.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/PBblas/ExtractTri.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/PBblas/HadamardProduct.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/PBblas/IElementFunc.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/PBblas/MatUtils.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/PBblas/Types.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/PBblas/Vector2Diag.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/PBblas/asum.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/PBblas/axpy.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/PBblas/bundle.orig.out create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/PBblas/gemm.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/PBblas/getrf.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/PBblas/potrf.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/PBblas/scal.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/PBblas/tran.ecl.xml create mode 100644 testing/eclbundles/ml-bundles-docs/xmlOriginal/PBblas/trsm.ecl.xml create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/Bundle.ecl create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/LICENSE create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/OLS.ecl create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/README.md create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/performance/OLSPerf.ecl create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/performance/OLSPerfMyr.ecl create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/performance/OLSPerfMyrPrep.ecl create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/performance/OLSPerfPrep.ecl create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/performance/OLSPerformance.ecl create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/performance/Scripts/runPerf.bat create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/test/Datasets/AbaloneDS.ecl create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/test/Datasets/friedman1DS.ecl create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/test/Datasets/friedman2DS.ecl create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/test/Datasets/friedman3DS.ecl create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/test/Datasets/housingDS.ecl create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/test/Datasets/servoDS.ecl create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/test/OLSAnalytics.ecl create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/test/OLSPredict.ecl create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/test/OLSValidate.ecl create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/test/Python/processDatafile.py create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/test/Utils/ExtractDeps.ecl create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/test/Utils/ExtractIndeps.ecl create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/test/Utils/GetNumberofFields.ecl create mode 100644 testing/eclbundles/ml-bundles/LinearRegression/test/Utils/Types.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/BinomialConfusion.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/BinomialLogisticRegression.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/Bundle.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/Confusion.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/Constants.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/DataStats.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/Deviance_Analysis.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/Deviance_Detail.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/Distributions.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/ExtractBeta.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/ExtractBeta_CI.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/ExtractBeta_pval.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/ExtractReport.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/IRLS/GetModel.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/IRLS/GetModel_global.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/IRLS/GetModel_local.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/LICENSE.txt create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/LogitPredict.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/LogitScore.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/Model_Deviance.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/Null_Deviance.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/README.md create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/Tests/Check_Dist.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/Types.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/dimm.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/eclcc.log create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/performance/RunBinomial.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/validation/BinomialRegression.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/validation/IrisDS.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/validation/discrete_GermanDS.ecl create mode 100644 testing/eclbundles/ml-bundles/LogisticRegression/validation/unit_test_dimm.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/AppendID.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/AppendSeqID.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Bundle.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Bundle.out create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Config.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Constants.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Discretize.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/FieldAggregates.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/FromField.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Generate.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Interfaces/IClassify.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Interfaces/IRegression.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/LICENSE create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Math/Beta.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Math/Distributions.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Math/DoubleFac.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Math/Fac.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Math/NCK.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Math/Poly.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Math/StirlingFormula.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Math/gamma.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Math/log_gamma.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Math/lowerGamma.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Math/upperGamma.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/README.md create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Tests/Check_Dist.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Tests/Validate_Betas.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Tests/Validate_Gammas.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Tests/field_aggregates.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Tests/generate.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Tests/test_appends.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Tests/test_discrete.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Tests/to_from.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/ToField.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Types.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Utils/Fat.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Utils/FatD.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Utils/Gini.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/Utils/SequenceInField.ecl create mode 100644 testing/eclbundles/ml-bundles/ML_Core/eclcc.log create mode 100644 testing/eclbundles/ml-bundles/PBblas/Apply2Elements.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/Bundle.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/Constants.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/Converted.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/ExtractTri.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/HadamardProduct.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/IElementFunc.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/LICENSE create mode 100644 testing/eclbundles/ml-bundles/PBblas/MatUtils.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/README.md create mode 100644 testing/eclbundles/ml-bundles/PBblas/Types.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/Vector2Diag.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/asum.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/axpy.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/ecl/ConfTest.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/ecl/key/ConfTest.xml create mode 100644 testing/eclbundles/ml-bundles/PBblas/gemm.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/getrf.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/internal/BlockDimensions.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/internal/BlockDimensionsMultiply.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/internal/BlockDimensionsSolve.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/internal/Converted.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/internal/FromR8Set.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/internal/MakeR8Set.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/internal/MatDims.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/internal/Types.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/performance/HadamardProductPerf.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/performance/MultiplyPerf.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/performance/MultiplyPerfMyr.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/performance/MultiplyPerfMyrPrep.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/performance/MultiplyPerfPrep.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/performance/Scripts/runPerf.bat create mode 100644 testing/eclbundles/ml-bundles/PBblas/performance/SolvePerf.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/performance/SolvePerfMyr.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/performance/SolvePerfMyrPrep.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/performance/SolvePerfPrep.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/potrf.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/scal.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/Apply2Elements.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/BlockDimensions.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/BlockDimensionsMultiply.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/BlockDimensionsSolve.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/Converted.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/ConvertedInt.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/ConvertedIntMyr.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/DiffReport.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/Factor.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/HadamardProduct.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/MakeTestMatrix.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/MatDims.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/MatUtils.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/Multiply.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/Solve.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/Vector2Diag.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/asum.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/axpy.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/getrf.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/potrf.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/scal.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/test/tran.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/tran.ecl create mode 100644 testing/eclbundles/ml-bundles/PBblas/trsm.ecl create mode 100644 testing/eclbundles/ml-bundles/eclcc.log create mode 100644 testing/eclbundles/ml_config.cfg create mode 100644 testing/ecllibrary/std-docs/css/simple-sidebar.css create mode 100644 testing/ecllibrary/std-docs/html/BLAS.ecl.html create mode 100644 testing/ecllibrary/std-docs/html/BundleBase.ecl.html create mode 100644 testing/ecllibrary/std-docs/html/Date.ecl.html create mode 100644 testing/ecllibrary/std-docs/html/File.ecl.html create mode 100644 testing/ecllibrary/std-docs/html/Metaphone.ecl.html create mode 100644 testing/ecllibrary/std-docs/html/Uni.ecl.html create mode 100644 testing/ecllibrary/std-docs/html/math.ecl.html create mode 100644 testing/ecllibrary/std-docs/html/pkg.toc.html create mode 100644 testing/ecllibrary/std-docs/html/str.ecl.html create mode 100644 testing/ecllibrary/std-docs/html/system/pkg.toc.html create mode 100644 testing/ecllibrary/std-docs/js/bootstrap.js create mode 100644 testing/ecllibrary/std-docs/js/bootstrap.min.js create mode 100644 testing/ecllibrary/std-docs/js/jquery.js create mode 100644 testing/ecllibrary/std-docs/tex/index.aux create mode 100644 testing/ecllibrary/std-docs/tex/index.log create mode 100644 testing/ecllibrary/std-docs/tex/index.out create mode 100644 testing/ecllibrary/std-docs/tex/index.pdf create mode 100644 testing/ecllibrary/std-docs/tex/index.tex create mode 100644 testing/ecllibrary/std-docs/tex/root/BLAS.ecl.tex create mode 100644 testing/ecllibrary/std-docs/tex/root/BundleBase.ecl.tex create mode 100644 testing/ecllibrary/std-docs/tex/root/Date.ecl.tex create mode 100644 testing/ecllibrary/std-docs/tex/root/File.ecl.tex create mode 100644 testing/ecllibrary/std-docs/tex/root/Metaphone.ecl.tex create mode 100644 testing/ecllibrary/std-docs/tex/root/Uni.ecl.tex create mode 100644 testing/ecllibrary/std-docs/tex/root/index.aux create mode 100644 testing/ecllibrary/std-docs/tex/root/index.log create mode 100644 testing/ecllibrary/std-docs/tex/root/index.out create mode 100644 testing/ecllibrary/std-docs/tex/root/index.pdf create mode 100644 testing/ecllibrary/std-docs/tex/root/index.tex create mode 100644 testing/ecllibrary/std-docs/tex/root/math.ecl.tex create mode 100644 testing/ecllibrary/std-docs/tex/root/pkg.tmp.tex create mode 100644 testing/ecllibrary/std-docs/tex/root/pkg.toc.tex create mode 100644 testing/ecllibrary/std-docs/tex/root/str.ecl.tex create mode 100644 testing/ecllibrary/std-docs/tex/root/system/index.aux create mode 100644 testing/ecllibrary/std-docs/tex/root/system/index.log create mode 100644 testing/ecllibrary/std-docs/tex/root/system/index.out create mode 100644 testing/ecllibrary/std-docs/tex/root/system/index.pdf create mode 100644 testing/ecllibrary/std-docs/tex/root/system/index.tex create mode 100644 testing/ecllibrary/std-docs/tex/root/system/pkg.tmp.tex create mode 100644 testing/ecllibrary/std-docs/tex/root/system/pkg.toc.tex create mode 100644 testing/ecllibrary/std-docs/txt/BLAS.ecl.txt create mode 100644 testing/ecllibrary/std-docs/txt/BundleBase.ecl.txt create mode 100644 testing/ecllibrary/std-docs/txt/Date.ecl.txt create mode 100644 testing/ecllibrary/std-docs/txt/File.ecl.txt create mode 100644 testing/ecllibrary/std-docs/txt/Metaphone.ecl.txt create mode 100644 testing/ecllibrary/std-docs/txt/Uni.ecl.txt create mode 100644 testing/ecllibrary/std-docs/txt/math.ecl.txt create mode 100644 testing/ecllibrary/std-docs/txt/pkg.toc.txt create mode 100644 testing/ecllibrary/std-docs/txt/str.ecl.txt create mode 100644 testing/ecllibrary/std-docs/txt/system/pkg.toc.txt create mode 100644 testing/ecllibrary/std-docs/xml/BLAS.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xml/BundleBase.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xml/Date.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xml/File.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xml/Metaphone.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xml/Uni.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xml/math.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xml/pkg.toc.xml create mode 100644 testing/ecllibrary/std-docs/xml/str.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xml/system/pkg.toc.xml create mode 100644 testing/ecllibrary/std-docs/xml/system/tree.json create mode 100644 testing/ecllibrary/std-docs/xml/tree.json create mode 100644 testing/ecllibrary/std-docs/xmlOriginal/Audit.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xmlOriginal/BLAS.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xmlOriginal/BundleBase.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xmlOriginal/Date.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xmlOriginal/File.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xmlOriginal/Metaphone.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xmlOriginal/Metaphone3.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xmlOriginal/Uni.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xmlOriginal/math.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xmlOriginal/str.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xmlOriginal/system/Debug.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xmlOriginal/system/Email.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xmlOriginal/system/Job.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xmlOriginal/system/Log.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xmlOriginal/system/Thorlib.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xmlOriginal/system/Util.ecl.xml create mode 100644 testing/ecllibrary/std-docs/xmlOriginal/system/Workunit.ecl.xml create mode 100644 testing/ecllibrary/std/Audit.ecl create mode 100644 testing/ecllibrary/std/BLAS.ecl create mode 100644 testing/ecllibrary/std/BundleBase.ecl create mode 100644 testing/ecllibrary/std/CMakeLists.txt create mode 100644 testing/ecllibrary/std/Date.ecl create mode 100644 testing/ecllibrary/std/File.ecl create mode 100644 testing/ecllibrary/std/Metaphone.ecl create mode 100644 testing/ecllibrary/std/Metaphone3.ecl create mode 100644 testing/ecllibrary/std/Uni.ecl create mode 100644 testing/ecllibrary/std/eclcc.log create mode 100644 testing/ecllibrary/std/math.ecl create mode 100644 testing/ecllibrary/std/str.ecl create mode 100644 testing/ecllibrary/std/system/CMakeLists.txt create mode 100644 testing/ecllibrary/std/system/Debug.ecl create mode 100644 testing/ecllibrary/std/system/Email.ecl create mode 100644 testing/ecllibrary/std/system/Job.ecl create mode 100644 testing/ecllibrary/std/system/Log.ecl create mode 100644 testing/ecllibrary/std/system/Thorlib.ecl create mode 100644 testing/ecllibrary/std/system/Util.ecl create mode 100644 testing/ecllibrary/std/system/Workunit.ecl create mode 100644 testing/ecllibrary/std_config.cfg create mode 100644 testing/imp-docs/css/simple-sidebar.css create mode 100644 testing/imp-docs/html/import_test.ecl.html create mode 100644 testing/imp-docs/html/import_test_2.ecl.html create mode 100644 testing/imp-docs/html/mod_1.ecl.html create mode 100644 testing/imp-docs/html/mod_2.ecl.html create mode 100644 testing/imp-docs/html/pkg.toc.html create mode 100644 testing/imp-docs/tex/index.aux create mode 100644 testing/imp-docs/tex/index.log create mode 100644 testing/imp-docs/tex/index.out create mode 100644 testing/imp-docs/tex/index.pdf create mode 100644 testing/imp-docs/tex/index.tex create mode 100644 testing/imp-docs/tex/root/import_test.ecl.tex create mode 100644 testing/imp-docs/tex/root/import_test_2.ecl.tex create mode 100644 testing/imp-docs/tex/root/index.aux create mode 100644 testing/imp-docs/tex/root/index.log create mode 100644 testing/imp-docs/tex/root/index.out create mode 100644 testing/imp-docs/tex/root/index.pdf create mode 100644 testing/imp-docs/tex/root/index.tex create mode 100644 testing/imp-docs/tex/root/mod_1.ecl.tex create mode 100644 testing/imp-docs/tex/root/mod_2.ecl.tex create mode 100644 testing/imp-docs/tex/root/pkg.tmp.tex create mode 100644 testing/imp-docs/tex/root/pkg.toc.tex create mode 100644 testing/imp-docs/txt/import_test.ecl.txt create mode 100644 testing/imp-docs/txt/import_test_2.ecl.txt create mode 100644 testing/imp-docs/txt/mod_1.ecl.txt create mode 100644 testing/imp-docs/txt/mod_2.ecl.txt create mode 100644 testing/imp-docs/txt/pkg.toc.txt create mode 100644 testing/imp-docs/xml/import_test.ecl.xml create mode 100644 testing/imp-docs/xml/import_test_2.ecl.xml create mode 100644 testing/imp-docs/xml/mod_1.ecl.xml create mode 100644 testing/imp-docs/xml/mod_2.ecl.xml create mode 100644 testing/imp-docs/xml/pkg.toc.xml create mode 100644 testing/imp-docs/xml/tree.json create mode 100644 testing/imp-docs/xmlOriginal/import_test.ecl.xml create mode 100644 testing/imp-docs/xmlOriginal/import_test_2.ecl.xml create mode 100644 testing/imp-docs/xmlOriginal/mod_1.ecl.xml create mode 100644 testing/imp-docs/xmlOriginal/mod_2.ecl.xml create mode 100644 testing/import-test/eclcc.log create mode 100644 testing/test-docs/css/simple-sidebar.css create mode 100644 testing/test-docs/html/Inintest/Example_3.ecl.html create mode 100644 testing/test-docs/html/Inintest/pkg.toc.html create mode 100644 testing/test-docs/html/Math.ecl.html create mode 100644 testing/test-docs/html/example.ecl.html create mode 100644 testing/test-docs/html/example_10.ecl.html create mode 100644 testing/test-docs/html/example_11.ecl.html create mode 100644 testing/test-docs/html/example_2.ecl.html create mode 100644 testing/test-docs/html/example_3.ecl.html create mode 100644 testing/test-docs/html/example_4.ecl.html create mode 100644 testing/test-docs/html/example_6.ecl.html create mode 100644 testing/test-docs/html/example_7.ecl.html create mode 100644 testing/test-docs/html/example_8.ecl.html create mode 100644 testing/test-docs/html/intest/example_11.ecl.html create mode 100644 testing/test-docs/html/intest/example_2.ecl.html create mode 100644 testing/test-docs/html/intest/example_3.ecl.html create mode 100644 testing/test-docs/html/intest/example_4.ecl.html create mode 100644 testing/test-docs/html/intest/example_6.ecl.html create mode 100644 testing/test-docs/html/intest/example_7.ecl.html create mode 100644 testing/test-docs/html/intest/example_8.ecl.html create mode 100644 testing/test-docs/html/intest/in1intest/example_2.ecl.html create mode 100644 testing/test-docs/html/intest/in1intest/example_3.ecl.html create mode 100644 testing/test-docs/html/intest/in1intest/example_4.ecl.html create mode 100644 testing/test-docs/html/intest/in1intest/example_6.ecl.html create mode 100644 testing/test-docs/html/intest/in1intest/example_7.ecl.html create mode 100644 testing/test-docs/html/intest/in1intest/example_8.ecl.html create mode 100644 testing/test-docs/html/intest/in1intest/pkg.toc.html create mode 100644 testing/test-docs/html/intest/inintest/example_2.ecl.html create mode 100644 testing/test-docs/html/intest/inintest/example_3.ecl.html create mode 100644 testing/test-docs/html/intest/inintest/example_4.ecl.html create mode 100644 testing/test-docs/html/intest/inintest/example_6.ecl.html create mode 100644 testing/test-docs/html/intest/inintest/example_7.ecl.html create mode 100644 testing/test-docs/html/intest/inintest/example_8.ecl.html create mode 100644 testing/test-docs/html/intest/inintest/pkg.toc.html create mode 100644 testing/test-docs/html/intest/pkg.toc.html create mode 100644 testing/test-docs/html/pkg.toc.html create mode 100644 testing/test-docs/html/test.ecl.html create mode 100644 testing/test-docs/html/types.ecl.html create mode 100644 testing/test-docs/tex/index.aux create mode 100644 testing/test-docs/tex/index.log create mode 100644 testing/test-docs/tex/index.out create mode 100644 testing/test-docs/tex/index.pdf create mode 100644 testing/test-docs/tex/index.tex create mode 100644 testing/test-docs/tex/root/Inintest/Example_3.ecl.tex create mode 100644 testing/test-docs/tex/root/Inintest/index.aux create mode 100644 testing/test-docs/tex/root/Inintest/index.log create mode 100644 testing/test-docs/tex/root/Inintest/index.out create mode 100644 testing/test-docs/tex/root/Inintest/index.pdf create mode 100644 testing/test-docs/tex/root/Inintest/index.tex create mode 100644 testing/test-docs/tex/root/Inintest/pkg.tmp.tex create mode 100644 testing/test-docs/tex/root/Inintest/pkg.toc.tex create mode 100644 testing/test-docs/tex/root/Math.ecl.tex create mode 100644 testing/test-docs/tex/root/example.ecl.tex create mode 100644 testing/test-docs/tex/root/example_10.ecl.tex create mode 100644 testing/test-docs/tex/root/example_11.ecl.tex create mode 100644 testing/test-docs/tex/root/example_2.ecl.tex create mode 100644 testing/test-docs/tex/root/example_3.ecl.tex create mode 100644 testing/test-docs/tex/root/example_4.ecl.tex create mode 100644 testing/test-docs/tex/root/example_6.ecl.tex create mode 100644 testing/test-docs/tex/root/example_7.ecl.tex create mode 100644 testing/test-docs/tex/root/example_8.ecl.tex create mode 100644 testing/test-docs/tex/root/index.aux create mode 100644 testing/test-docs/tex/root/index.log create mode 100644 testing/test-docs/tex/root/index.out create mode 100644 testing/test-docs/tex/root/index.pdf create mode 100644 testing/test-docs/tex/root/index.tex create mode 100644 testing/test-docs/tex/root/intest/example_11.ecl.tex create mode 100644 testing/test-docs/tex/root/intest/example_2.ecl.tex create mode 100644 testing/test-docs/tex/root/intest/example_3.ecl.tex create mode 100644 testing/test-docs/tex/root/intest/example_4.ecl.tex create mode 100644 testing/test-docs/tex/root/intest/example_6.ecl.tex create mode 100644 testing/test-docs/tex/root/intest/example_7.ecl.tex create mode 100644 testing/test-docs/tex/root/intest/example_8.ecl.tex create mode 100644 testing/test-docs/tex/root/intest/in1intest/example_2.ecl.tex create mode 100644 testing/test-docs/tex/root/intest/in1intest/example_3.ecl.tex create mode 100644 testing/test-docs/tex/root/intest/in1intest/example_4.ecl.tex create mode 100644 testing/test-docs/tex/root/intest/in1intest/example_6.ecl.tex create mode 100644 testing/test-docs/tex/root/intest/in1intest/example_7.ecl.tex create mode 100644 testing/test-docs/tex/root/intest/in1intest/example_8.ecl.tex create mode 100644 testing/test-docs/tex/root/intest/in1intest/index.aux create mode 100644 testing/test-docs/tex/root/intest/in1intest/index.log create mode 100644 testing/test-docs/tex/root/intest/in1intest/index.out create mode 100644 testing/test-docs/tex/root/intest/in1intest/index.pdf create mode 100644 testing/test-docs/tex/root/intest/in1intest/index.tex create mode 100644 testing/test-docs/tex/root/intest/in1intest/pkg.tmp.tex create mode 100644 testing/test-docs/tex/root/intest/in1intest/pkg.toc.tex create mode 100644 testing/test-docs/tex/root/intest/index.aux create mode 100644 testing/test-docs/tex/root/intest/index.log create mode 100644 testing/test-docs/tex/root/intest/index.out create mode 100644 testing/test-docs/tex/root/intest/index.pdf create mode 100644 testing/test-docs/tex/root/intest/index.tex create mode 100644 testing/test-docs/tex/root/intest/inintest/example_2.ecl.tex create mode 100644 testing/test-docs/tex/root/intest/inintest/example_3.ecl.tex create mode 100644 testing/test-docs/tex/root/intest/inintest/example_4.ecl.tex create mode 100644 testing/test-docs/tex/root/intest/inintest/example_6.ecl.tex create mode 100644 testing/test-docs/tex/root/intest/inintest/example_7.ecl.tex create mode 100644 testing/test-docs/tex/root/intest/inintest/example_8.ecl.tex create mode 100644 testing/test-docs/tex/root/intest/inintest/index.aux create mode 100644 testing/test-docs/tex/root/intest/inintest/index.log create mode 100644 testing/test-docs/tex/root/intest/inintest/index.out create mode 100644 testing/test-docs/tex/root/intest/inintest/index.pdf create mode 100644 testing/test-docs/tex/root/intest/inintest/index.tex create mode 100644 testing/test-docs/tex/root/intest/inintest/pkg.tmp.tex create mode 100644 testing/test-docs/tex/root/intest/inintest/pkg.toc.tex create mode 100644 testing/test-docs/tex/root/intest/pkg.tmp.tex create mode 100644 testing/test-docs/tex/root/intest/pkg.toc.tex create mode 100644 testing/test-docs/tex/root/pkg.tmp.tex create mode 100644 testing/test-docs/tex/root/pkg.toc.tex create mode 100644 testing/test-docs/tex/root/test.ecl.tex create mode 100644 testing/test-docs/tex/root/types.ecl.tex create mode 100644 testing/test-docs/txt/Inintest/Example_3.ecl.txt create mode 100644 testing/test-docs/txt/Inintest/pkg.toc.txt create mode 100644 testing/test-docs/txt/Math.ecl.txt create mode 100644 testing/test-docs/txt/example.ecl.txt create mode 100644 testing/test-docs/txt/example_10.ecl.txt create mode 100644 testing/test-docs/txt/example_11.ecl.txt create mode 100644 testing/test-docs/txt/example_2.ecl.txt create mode 100644 testing/test-docs/txt/example_3.ecl.txt create mode 100644 testing/test-docs/txt/example_4.ecl.txt create mode 100644 testing/test-docs/txt/example_6.ecl.txt create mode 100644 testing/test-docs/txt/example_7.ecl.txt create mode 100644 testing/test-docs/txt/example_8.ecl.txt create mode 100644 testing/test-docs/txt/intest/example_11.ecl.txt create mode 100644 testing/test-docs/txt/intest/example_2.ecl.txt create mode 100644 testing/test-docs/txt/intest/example_3.ecl.txt create mode 100644 testing/test-docs/txt/intest/example_4.ecl.txt create mode 100644 testing/test-docs/txt/intest/example_6.ecl.txt create mode 100644 testing/test-docs/txt/intest/example_7.ecl.txt create mode 100644 testing/test-docs/txt/intest/example_8.ecl.txt create mode 100644 testing/test-docs/txt/intest/in1intest/example_2.ecl.txt create mode 100644 testing/test-docs/txt/intest/in1intest/example_3.ecl.txt create mode 100644 testing/test-docs/txt/intest/in1intest/example_4.ecl.txt create mode 100644 testing/test-docs/txt/intest/in1intest/example_6.ecl.txt create mode 100644 testing/test-docs/txt/intest/in1intest/example_7.ecl.txt create mode 100644 testing/test-docs/txt/intest/in1intest/example_8.ecl.txt create mode 100644 testing/test-docs/txt/intest/in1intest/pkg.toc.txt create mode 100644 testing/test-docs/txt/intest/inintest/example_2.ecl.txt create mode 100644 testing/test-docs/txt/intest/inintest/example_3.ecl.txt create mode 100644 testing/test-docs/txt/intest/inintest/example_4.ecl.txt create mode 100644 testing/test-docs/txt/intest/inintest/example_6.ecl.txt create mode 100644 testing/test-docs/txt/intest/inintest/example_7.ecl.txt create mode 100644 testing/test-docs/txt/intest/inintest/example_8.ecl.txt create mode 100644 testing/test-docs/txt/intest/inintest/pkg.toc.txt create mode 100644 testing/test-docs/txt/intest/pkg.toc.txt create mode 100644 testing/test-docs/txt/pkg.toc.txt create mode 100644 testing/test-docs/txt/test.ecl.txt create mode 100644 testing/test-docs/txt/types.ecl.txt create mode 100644 testing/test-docs/xml/Inintest/Example_3.ecl.xml create mode 100644 testing/test-docs/xml/Inintest/pkg.toc.xml create mode 100644 testing/test-docs/xml/Inintest/tree.json create mode 100644 testing/test-docs/xml/Math.ecl.xml create mode 100644 testing/test-docs/xml/example.ecl.xml create mode 100644 testing/test-docs/xml/example_10.ecl.xml create mode 100644 testing/test-docs/xml/example_11.ecl.xml create mode 100644 testing/test-docs/xml/example_2.ecl.xml create mode 100644 testing/test-docs/xml/example_3.ecl.xml create mode 100644 testing/test-docs/xml/example_4.ecl.xml create mode 100644 testing/test-docs/xml/example_6.ecl.xml create mode 100644 testing/test-docs/xml/example_7.ecl.xml create mode 100644 testing/test-docs/xml/example_8.ecl.xml create mode 100644 testing/test-docs/xml/intest/example_11.ecl.xml create mode 100644 testing/test-docs/xml/intest/example_2.ecl.xml create mode 100644 testing/test-docs/xml/intest/example_3.ecl.xml create mode 100644 testing/test-docs/xml/intest/example_4.ecl.xml create mode 100644 testing/test-docs/xml/intest/example_6.ecl.xml create mode 100644 testing/test-docs/xml/intest/example_7.ecl.xml create mode 100644 testing/test-docs/xml/intest/example_8.ecl.xml create mode 100644 testing/test-docs/xml/intest/in1intest/example_2.ecl.xml create mode 100644 testing/test-docs/xml/intest/in1intest/example_3.ecl.xml create mode 100644 testing/test-docs/xml/intest/in1intest/example_4.ecl.xml create mode 100644 testing/test-docs/xml/intest/in1intest/example_6.ecl.xml create mode 100644 testing/test-docs/xml/intest/in1intest/example_7.ecl.xml create mode 100644 testing/test-docs/xml/intest/in1intest/example_8.ecl.xml create mode 100644 testing/test-docs/xml/intest/in1intest/pkg.toc.xml create mode 100644 testing/test-docs/xml/intest/in1intest/tree.json create mode 100644 testing/test-docs/xml/intest/inintest/example_2.ecl.xml create mode 100644 testing/test-docs/xml/intest/inintest/example_3.ecl.xml create mode 100644 testing/test-docs/xml/intest/inintest/example_4.ecl.xml create mode 100644 testing/test-docs/xml/intest/inintest/example_6.ecl.xml create mode 100644 testing/test-docs/xml/intest/inintest/example_7.ecl.xml create mode 100644 testing/test-docs/xml/intest/inintest/example_8.ecl.xml create mode 100644 testing/test-docs/xml/intest/inintest/pkg.toc.xml create mode 100644 testing/test-docs/xml/intest/inintest/tree.json create mode 100644 testing/test-docs/xml/intest/pkg.toc.xml create mode 100644 testing/test-docs/xml/intest/tree.json create mode 100644 testing/test-docs/xml/pkg.toc.xml create mode 100644 testing/test-docs/xml/test.ecl.xml create mode 100644 testing/test-docs/xml/tree.json create mode 100644 testing/test-docs/xml/types.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/Inintest/Example_3.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/Math.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/example.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/example_10.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/example_11.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/example_2.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/example_3.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/example_4.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/example_5.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/example_6.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/example_7.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/example_8.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/example_9.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/example_11.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/example_2.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/example_3.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/example_4.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/example_5.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/example_6.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/example_7.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/example_8.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/example_9.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/in1intest/example_2.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/in1intest/example_3.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/in1intest/example_4.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/in1intest/example_5.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/in1intest/example_6.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/in1intest/example_7.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/in1intest/example_8.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/in1intest/example_9.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/inintest/example_2.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/inintest/example_3.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/inintest/example_4.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/inintest/example_5.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/inintest/example_6.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/inintest/example_7.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/inintest/example_8.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/intest/inintest/example_9.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/test.ecl.xml create mode 100644 testing/test-docs/xmlOriginal/types.ecl.xml create mode 100644 testing/test/eclcc.log create mode 100644 testing/test/intest/eclcc.log create mode 100644 testing/test/intest/in1intest/eclcc.log create mode 100644 testing/test/intest/inintest/eclcc.log create mode 100644 ~/share/doc/css/simple-sidebar.css create mode 100644 ~/share/doc/html/pkg.toc.html create mode 100644 ~/share/doc/tex/index.aux create mode 100644 ~/share/doc/tex/index.log create mode 100644 ~/share/doc/tex/index.out create mode 100644 ~/share/doc/tex/index.pdf create mode 100644 ~/share/doc/tex/index.tex create mode 100644 ~/share/doc/tex/root/index.aux create mode 100644 ~/share/doc/tex/root/index.log create mode 100644 ~/share/doc/tex/root/index.out create mode 100644 ~/share/doc/tex/root/index.pdf create mode 100644 ~/share/doc/tex/root/index.tex create mode 100644 ~/share/doc/tex/root/pkg.tmp.tex create mode 100644 ~/share/doc/tex/root/pkg.toc.tex create mode 100644 ~/share/doc/txt/pkg.toc.txt create mode 100644 ~/share/doc/xml/pkg.toc.xml create mode 100644 ~/share/doc/xml/tree.json create mode 100644 ~/share/docs/css/simple-sidebar.css create mode 100644 ~/share/docs/html/pkg.toc.html create mode 100644 ~/share/docs/tex/index.aux create mode 100644 ~/share/docs/tex/index.log create mode 100644 ~/share/docs/tex/index.out create mode 100644 ~/share/docs/tex/index.pdf create mode 100644 ~/share/docs/tex/index.tex create mode 100644 ~/share/docs/tex/root/index.aux create mode 100644 ~/share/docs/tex/root/index.log create mode 100644 ~/share/docs/tex/root/index.out create mode 100644 ~/share/docs/tex/root/index.pdf create mode 100644 ~/share/docs/tex/root/index.tex create mode 100644 ~/share/docs/tex/root/pkg.tmp.tex create mode 100644 ~/share/docs/tex/root/pkg.toc.tex create mode 100644 ~/share/docs/txt/pkg.toc.txt create mode 100644 ~/share/docs/xml/pkg.toc.xml create mode 100644 ~/share/docs/xml/tree.json diff --git a/.gitignore b/.gitignore index 8dc20a1..300935c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,4 @@ *.pyc -eclcc.log -*.py~ -.project # OS generated files # ###################### @@ -12,5 +9,9 @@ eclcc.log .Trashes ehthumbs.db Thumbs.db - - +.vscode +build/* +ecldoc.egg-info +ecldoc-**.tar.gz +dist/ +textput.log \ No newline at end of file diff --git a/CodingPractices.rst b/CodingPractices.rst new file mode 100644 index 0000000..6a7a9ea --- /dev/null +++ b/CodingPractices.rst @@ -0,0 +1,140 @@ +============================ +Recommended Coding Practices +============================ + +This document recommends certain practices for developing code documentation +so that ECLdoc can rendered it as a professional looking document, and so that +the resulting documentation is largely consistent from project to project. + +Use of HTML tags: + +ECLdoc ignores the line formatting of documentation strings and treats end-of-line +as a space. Comments that are formatted as multiple lines with bullet-lists or +other structure will be rendered as a run-on paragraph, and may be difficult to +follow without adding additional markup to improve readability. + +For example, the following comment section: + +/** + * This is the warp drive implementation module + * It serves three purposes: + * - The first purpose + * - The second purpose + * - The third purpose + **/ + +This would be rendered by ECLdoc as: + +This is the warp drive implementation module It serves three purposes: - The +first purpose - The second purpose - The third purpose + +ECLdoc supports certain html formatting tags that allow this to be fixed: + - allow creation of lists and list items + -
, 
(i.e. preformatted) retain the structure and enclose + the structure in a gray bounding box + -

(i.e. new paragraph) causes the following text to be started on + a new line. + - , (i.e. bold) + +The list tags (