├── README.md ├── data ├── column_2C.dat ├── column_2C_weka.arff ├── column_3C.dat └── column_3C_weka.arff ├── harversine_distance_dataset_with_synthetic_features.png ├── harversine_distance_dataset_without_synthetic_features.png ├── stacked_generalization.py ├── try_linear_with_bruteforce_features.py └── try_predicting_with_simple_synthetic_features.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/log0/vertebral/HEAD/README.md -------------------------------------------------------------------------------- /data/column_2C.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/log0/vertebral/HEAD/data/column_2C.dat -------------------------------------------------------------------------------- /data/column_2C_weka.arff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/log0/vertebral/HEAD/data/column_2C_weka.arff -------------------------------------------------------------------------------- /data/column_3C.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/log0/vertebral/HEAD/data/column_3C.dat -------------------------------------------------------------------------------- /data/column_3C_weka.arff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/log0/vertebral/HEAD/data/column_3C_weka.arff -------------------------------------------------------------------------------- /harversine_distance_dataset_with_synthetic_features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/log0/vertebral/HEAD/harversine_distance_dataset_with_synthetic_features.png -------------------------------------------------------------------------------- /harversine_distance_dataset_without_synthetic_features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/log0/vertebral/HEAD/harversine_distance_dataset_without_synthetic_features.png -------------------------------------------------------------------------------- /stacked_generalization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/log0/vertebral/HEAD/stacked_generalization.py -------------------------------------------------------------------------------- /try_linear_with_bruteforce_features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/log0/vertebral/HEAD/try_linear_with_bruteforce_features.py -------------------------------------------------------------------------------- /try_predicting_with_simple_synthetic_features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/log0/vertebral/HEAD/try_predicting_with_simple_synthetic_features.py --------------------------------------------------------------------------------