Add Java and Python code for ML tutorials.
authorcatree <catree.catreus@outlook.com>
Fri, 13 Jul 2018 13:11:00 +0000 (15:11 +0200)
committercatree <catree.catreus@outlook.com>
Fri, 13 Jul 2018 13:52:28 +0000 (15:52 +0200)
commit41b95cae38975011de68c16ca41813ca094a66f0
tree3840be68092aec1ce3bd1580a767a558b793ba84
parent4dc7e617a44a478c9e6adc0a21873a95e9fadbf4
Add Java and Python code for ML tutorials.
15 files changed:
doc/tutorials/ml/introduction_to_pca/introduction_to_pca.markdown
doc/tutorials/ml/introduction_to_svm/introduction_to_svm.markdown
doc/tutorials/ml/non_linear_svms/non_linear_svms.markdown
doc/tutorials/ml/table_of_content_ml.markdown
samples/cpp/tutorial_code/ml/introduction_to_pca/introduction_to_pca.cpp
samples/cpp/tutorial_code/ml/introduction_to_svm/introduction_to_svm.cpp
samples/cpp/tutorial_code/ml/non_linear_svms/non_linear_svms.cpp
samples/java/tutorial_code/ml/introduction_to_pca/IntroductionToPCADemo.java [new file with mode: 0644]
samples/java/tutorial_code/ml/introduction_to_svm/IntroductionToSVMDemo.java [new file with mode: 0644]
samples/java/tutorial_code/ml/non_linear_svms/NonLinearSVMsDemo.java [new file with mode: 0644]
samples/python/tutorial_code/ShapeDescriptors/bounding_rects_circles/generalContours_demo1.py
samples/python/tutorial_code/ShapeDescriptors/bounding_rotated_ellipses/generalContours_demo2.py
samples/python/tutorial_code/ml/introduction_to_pca/introduction_to_pca.py [new file with mode: 0644]
samples/python/tutorial_code/ml/introduction_to_svm/introduction_to_svm.py [new file with mode: 0644]
samples/python/tutorial_code/ml/non_linear_svms/non_linear_svms.py [new file with mode: 0644]