setup.cfg
setup.py
discomll/__init__.py
discomll/dataset.py
discomll.egg-info/PKG-INFO
discomll.egg-info/SOURCES.txt
discomll.egg-info/dependency_links.txt
discomll.egg-info/top_level.txt
discomll/classification/__init__.py
discomll/classification/linear_svm.py
discomll/classification/logistic_regression.py
discomll/classification/naivebayes.py
discomll/clustering/__init__.py
discomll/clustering/kmeans.py
discomll/datasets/__init__.py
discomll/datasets/breast_cancer_wisconsin.names.txt
discomll/datasets/breast_cancer_wisconsin_cont.txt
discomll/datasets/breast_cancer_wisconsin_cont_test.txt
discomll/datasets/breast_cancer_wisconsin_disc.txt
discomll/datasets/breast_cancer_wisconsin_disc_test.txt
discomll/datasets/breastcancer_meta.csv
discomll/datasets/chunk_testdata.sh
discomll/datasets/ex3.txt
discomll/datasets/ex3_test.txt
discomll/datasets/ex4.txt
discomll/datasets/iris.names.txt
discomll/datasets/iris.txt
discomll/datasets/iris_meta.csv
discomll/datasets/iris_test.txt
discomll/datasets/lymphography_meta.csv
discomll/datasets/regression_data1.txt
discomll/datasets/regression_data2.txt
discomll/datasets/regression_data_test1.txt
discomll/datasets/regression_data_test2.txt
discomll/datasets/segmentation_meta.csv
discomll/ensemble/__init__.py
discomll/ensemble/decision_trees.py
discomll/ensemble/random_forest.py
discomll/ensemble/weighted_forest.py
discomll/ensemble/core/__init__.py
discomll/ensemble/core/decision_tree.py
discomll/ensemble/core/k_medoids.py
discomll/ensemble/core/measures.py
discomll/examples/__init__.py
discomll/examples/chunk_testdata.sh
discomll/examples/big_data/__init__.py
discomll/examples/big_data/dt_lymphography.py
discomll/examples/big_data/dt_segmentation.py
discomll/examples/big_data/kmeans_linear.py
discomll/examples/big_data/kmeans_segmentation.py
discomll/examples/big_data/linreg_fraction.py
discomll/examples/big_data/linreg_linear.py
discomll/examples/big_data/logreg_ionosphere.py
discomll/examples/big_data/logreg_sonar.py
discomll/examples/big_data/lwlr_fraction.py
discomll/examples/big_data/lwlr_linear.py
discomll/examples/big_data/nb_lymphography.py
discomll/examples/big_data/nb_segmentation.py
discomll/examples/big_data/rf_lymphography.py
discomll/examples/big_data/rf_segmentation.py
discomll/examples/big_data/svm_ionosphere.py
discomll/examples/big_data/svm_sonar.py
discomll/examples/big_data/wrf_lymphography.py
discomll/examples/big_data/wrf_segmentation.py
discomll/examples/classification/__init__.py
discomll/examples/classification/linear_svm_ddfs.py
discomll/examples/classification/logistic_regression_ddfs.py
discomll/examples/classification/naivebayes_ddfs.py
discomll/examples/clustering/__init__.py
discomll/examples/clustering/kmeans_ddfs.py
discomll/examples/ensemble/__init__.py
discomll/examples/ensemble/decision_trees_iris_url.py
discomll/examples/ensemble/random_forest_breastcancer_url.py
discomll/examples/ensemble/weighted_forest_breastcancer_url.py
discomll/examples/regression/__init__.py
discomll/examples/regression/linear_regression_ddfs.py
discomll/examples/regression/locally_weighted_linear_regression_ddfs.py
discomll/regression/__init__.py
discomll/regression/linear_regression.py
discomll/regression/locally_weighted_linear_regression.py
discomll/tests/__init__.py
discomll/tests/chunk_testdata.py
discomll/tests/datasets.py
discomll/tests/locally_weighted_linear_regression.py
discomll/tests/tests_classification.py
discomll/tests/tests_clustering.py
discomll/tests/tests_regression.py
discomll/utils/__init__.py
discomll/utils/accuracy.py
discomll/utils/distribution.py
discomll/utils/model_view.py