├── .gitignore ├── .gitmodules ├── .travis.yml ├── CMakeLists.txt ├── README.MD ├── appveyor.yml ├── bindings ├── matlab │ ├── CMakeLists.txt │ ├── ObjectVector.cpp │ ├── StringVector.cpp │ ├── exporters │ │ ├── __AdaBoost_0.cpp │ │ ├── __AdaBoost_1.cpp │ │ ├── __AdaBoost_2.cpp │ │ ├── __AdaBoost_3.cpp │ │ ├── __AdaBoost_4.cpp │ │ ├── __AdaBoost_5.cpp │ │ ├── __AlignedSurfaceCalculator_0.cpp │ │ ├── __AlignedSurfaceCalculator_1.cpp │ │ ├── __AlignedSurfaceCalculator_2.cpp │ │ ├── __AlignedSurfaceCalculator_3.cpp │ │ ├── __AlignedSurfaceCalculator_4.cpp │ │ ├── __AlignedSurfaceCalculator_5.cpp │ │ ├── __AlternatingThresholdOptimizer_0.cpp │ │ ├── __AlternatingThresholdOptimizer_1.cpp │ │ ├── __AlternatingThresholdOptimizer_10.cpp │ │ ├── __AlternatingThresholdOptimizer_11.cpp │ │ ├── __AlternatingThresholdOptimizer_2.cpp │ │ ├── __AlternatingThresholdOptimizer_3.cpp │ │ ├── __AlternatingThresholdOptimizer_4.cpp │ │ ├── __AlternatingThresholdOptimizer_5.cpp │ │ ├── __AlternatingThresholdOptimizer_6.cpp │ │ ├── __AlternatingThresholdOptimizer_7.cpp │ │ ├── __AlternatingThresholdOptimizer_8.cpp │ │ ├── __AlternatingThresholdOptimizer_9.cpp │ │ ├── __BoostedTraining_0.cpp │ │ ├── __BoostedTraining_1.cpp │ │ ├── __BoostedTraining_2.cpp │ │ ├── __BoostedTraining_3.cpp │ │ ├── __BoostedTraining_4.cpp │ │ ├── __BoostedTraining_5.cpp │ │ ├── __BoostingLeafManager_0.cpp │ │ ├── __BoostingLeafManager_1.cpp │ │ ├── __BoostingLeafManager_2.cpp │ │ ├── __BoostingLeafManager_3.cpp │ │ ├── __BoostingLeafManager_4.cpp │ │ ├── __ClassicTraining_0.cpp │ │ ├── __ClassicTraining_1.cpp │ │ ├── __ClassicTraining_2.cpp │ │ ├── __ClassicTraining_3.cpp │ │ ├── __ClassicTraining_4.cpp │ │ ├── __ClassicTraining_5.cpp │ │ ├── __ClassicTraining_6.cpp │ │ ├── __ClassicTraining_7.cpp │ │ ├── __ClassicTraining_8.cpp │ │ ├── __ClassificationError_0.cpp │ │ ├── __ClassificationError_1.cpp │ │ ├── __ClassificationLeafManager_0.cpp │ │ ├── __ClassificationLeafManager_1.cpp │ │ ├── __ClassificationLeafManager_2.cpp │ │ ├── __ClassificationLeafManager_3.cpp │ │ ├── __ClassificationLeafManager_4.cpp │ │ ├── __ClassificationThresholdOptimizer_0.cpp │ │ ├── __ClassificationThresholdOptimizer_1.cpp │ │ ├── __ClassificationThresholdOptimizer_2.cpp │ │ ├── __ClassificationThresholdOptimizer_3.cpp │ │ ├── __ClassificationThresholdOptimizer_4.cpp │ │ ├── __ClassificationThresholdOptimizer_5.cpp │ │ ├── __ClassificationThresholdOptimizer_6.cpp │ │ ├── __ClassificationThresholdOptimizer_7.cpp │ │ ├── __ClassificationThresholdOptimizer_8.cpp │ │ ├── __ClassificationThresholdOptimizer_9.cpp │ │ ├── __ConstantRegressionCalculator_0.cpp │ │ ├── __ConstantRegressionCalculator_1.cpp │ │ ├── __DNNFeatureExtractor.cpp │ │ ├── __DifferenceSurfaceCalculator_0.cpp │ │ ├── __DifferenceSurfaceCalculator_1.cpp │ │ ├── __DifferenceSurfaceCalculator_2.cpp │ │ ├── __DifferenceSurfaceCalculator_3.cpp │ │ ├── __DifferenceSurfaceCalculator_4.cpp │ │ ├── __DifferenceSurfaceCalculator_5.cpp │ │ ├── __DirectPatchDifferenceSurfCalculator_0.cpp │ │ ├── __DirectPatchDifferenceSurfCalculator_1.cpp │ │ ├── __EntropyGain_0.cpp │ │ ├── __EntropyGain_1.cpp │ │ ├── __EqualDistBagging_0.cpp │ │ ├── __EqualDistBagging_1.cpp │ │ ├── __EqualDistBagging_2.cpp │ │ ├── __EqualDistBagging_3.cpp │ │ ├── __EqualDistBagging_4.cpp │ │ ├── __EqualDistBagging_5.cpp │ │ ├── __EqualDistBagging_6.cpp │ │ ├── __EqualDistBagging_7.cpp │ │ ├── __EqualDistBagging_8.cpp │ │ ├── __FeatCalcParamSet.cpp │ │ ├── __Forest_0.cpp │ │ ├── __Forest_1.cpp │ │ ├── __Forest_2.cpp │ │ ├── __Forest_3.cpp │ │ ├── __Forest_4.cpp │ │ ├── __Forest_5.cpp │ │ ├── __Forest_6.cpp │ │ ├── __HoughLeafManager_0.cpp │ │ ├── __IBaggingStrategy_0.cpp │ │ ├── __IBaggingStrategy_1.cpp │ │ ├── __IBaggingStrategy_2.cpp │ │ ├── __IBaggingStrategy_3.cpp │ │ ├── __IBaggingStrategy_4.cpp │ │ ├── __IBaggingStrategy_5.cpp │ │ ├── __IBaggingStrategy_6.cpp │ │ ├── __IBaggingStrategy_7.cpp │ │ ├── __IBaggingStrategy_8.cpp │ │ ├── __IDataProvider_0.cpp │ │ ├── __IDataProvider_1.cpp │ │ ├── __IDataProvider_2.cpp │ │ ├── __IDataProvider_3.cpp │ │ ├── __IDataProvider_4.cpp │ │ ├── __IDataProvider_5.cpp │ │ ├── __IDataProvider_6.cpp │ │ ├── __IEntropyFunction_0.cpp │ │ ├── __IEntropyFunction_1.cpp │ │ ├── __IExecutionStrategy_0.cpp │ │ ├── __IExecutionStrategy_1.cpp │ │ ├── __IExecutionStrategy_2.cpp │ │ ├── __IExecutionStrategy_3.cpp │ │ ├── __IExecutionStrategy_4.cpp │ │ ├── __IExecutionStrategy_5.cpp │ │ ├── __IExecutionStrategy_6.cpp │ │ ├── __IExecutionStrategy_7.cpp │ │ ├── __IExecutionStrategy_8.cpp │ │ ├── __IForestDataProvider_0.cpp │ │ ├── __IForestDataProvider_1.cpp │ │ ├── __IForestDataProvider_2.cpp │ │ ├── __IForestDataProvider_3.cpp │ │ ├── __IForestDataProvider_4.cpp │ │ ├── __IForestDataProvider_5.cpp │ │ ├── __IForestDataProvider_6.cpp │ │ ├── __IGainCalculator_0.cpp │ │ ├── __IGainCalculator_1.cpp │ │ ├── __ITraining_0.cpp │ │ ├── __ITraining_1.cpp │ │ ├── __ITraining_2.cpp │ │ ├── __ITraining_3.cpp │ │ ├── __ITraining_4.cpp │ │ ├── __ITraining_5.cpp │ │ ├── __ITraining_6.cpp │ │ ├── __ITraining_7.cpp │ │ ├── __ITraining_8.cpp │ │ ├── __InducedEntropy_0.cpp │ │ ├── __InducedEntropy_1.cpp │ │ ├── __LinearRegressionCalculator_0.cpp │ │ ├── __LinearRegressionCalculator_1.cpp │ │ ├── __LinearSurfaceCalculator_0.cpp │ │ ├── __LinearSurfaceCalculator_1.cpp │ │ ├── __LinearSurfaceCalculator_2.cpp │ │ ├── __LinearSurfaceCalculator_3.cpp │ │ ├── __LinearSurfaceCalculator_4.cpp │ │ ├── __LinearSurfaceCalculator_5.cpp │ │ ├── __LocalExecutionStrategy_0.cpp │ │ ├── __LocalExecutionStrategy_1.cpp │ │ ├── __LocalExecutionStrategy_2.cpp │ │ ├── __LocalExecutionStrategy_3.cpp │ │ ├── __LocalExecutionStrategy_4.cpp │ │ ├── __LocalExecutionStrategy_5.cpp │ │ ├── __LocalExecutionStrategy_6.cpp │ │ ├── __LocalExecutionStrategy_7.cpp │ │ ├── __LocalExecutionStrategy_8.cpp │ │ ├── __NoBagging_0.cpp │ │ ├── __NoBagging_1.cpp │ │ ├── __NoBagging_2.cpp │ │ ├── __NoBagging_3.cpp │ │ ├── __NoBagging_4.cpp │ │ ├── __NoBagging_5.cpp │ │ ├── __NoBagging_6.cpp │ │ ├── __NoBagging_7.cpp │ │ ├── __NoBagging_8.cpp │ │ ├── __NoCopyPatchSampleManager_0.cpp │ │ ├── __NoCopyPatchSampleManager_1.cpp │ │ ├── __ObjectTemplate_0.cpp │ │ ├── __ObjectTemplate_1.cpp │ │ ├── __PatchSampleManager_0.cpp │ │ ├── __PatchSampleManager_1.cpp │ │ ├── __QuadraticSurfaceCalculator_0.cpp │ │ ├── __QuadraticSurfaceCalculator_1.cpp │ │ ├── __QuadraticSurfaceCalculator_2.cpp │ │ ├── __QuadraticSurfaceCalculator_3.cpp │ │ ├── __QuadraticSurfaceCalculator_4.cpp │ │ ├── __QuadraticSurfaceCalculator_5.cpp │ │ ├── __RandomizedClassificationThresholdOptimizer_0.cpp │ │ ├── __RandomizedClassificationThresholdOptimizer_1.cpp │ │ ├── __RandomizedClassificationThresholdOptimizer_2.cpp │ │ ├── __RandomizedClassificationThresholdOptimizer_3.cpp │ │ ├── __RandomizedClassificationThresholdOptimizer_4.cpp │ │ ├── __RandomizedClassificationThresholdOptimizer_5.cpp │ │ ├── __RandomizedClassificationThresholdOptimizer_6.cpp │ │ ├── __RandomizedClassificationThresholdOptimizer_7.cpp │ │ ├── __RandomizedClassificationThresholdOptimizer_8.cpp │ │ ├── __RandomizedClassificationThresholdOptimizer_9.cpp │ │ ├── __RegressionLeafManager_0.cpp │ │ ├── __RegressionLeafManager_1.cpp │ │ ├── __RegressionThresholdOptimizer_0.cpp │ │ ├── __RegressionThresholdOptimizer_1.cpp │ │ ├── __RenyiEntropy_0.cpp │ │ ├── __RenyiEntropy_1.cpp │ │ ├── __Samme_0.cpp │ │ ├── __Samme_1.cpp │ │ ├── __Samme_2.cpp │ │ ├── __Samme_3.cpp │ │ ├── __Samme_4.cpp │ │ ├── __Samme_5.cpp │ │ ├── __Samme_R_0.cpp │ │ ├── __Samme_R_1.cpp │ │ ├── __Samme_R_2.cpp │ │ ├── __Samme_R_3.cpp │ │ ├── __Samme_R_4.cpp │ │ ├── __Samme_R_5.cpp │ │ ├── __ShannonEntropy_0.cpp │ │ ├── __ShannonEntropy_1.cpp │ │ ├── __StandardFeatureSelectionProvider.cpp │ │ ├── __SubsamplingDataProvider_0.cpp │ │ ├── __SubsamplingDataProvider_1.cpp │ │ ├── __ThresholdDecider_0.cpp │ │ ├── __ThresholdDecider_1.cpp │ │ ├── __ThresholdDecider_2.cpp │ │ ├── __ThresholdDecider_3.cpp │ │ ├── __ThresholdDecider_4.cpp │ │ ├── __ThresholdDecider_5.cpp │ │ ├── __ThresholdDecider_6.cpp │ │ ├── __ThresholdDecider_7.cpp │ │ ├── __Tree_0.cpp │ │ ├── __Tree_1.cpp │ │ ├── __Tree_2.cpp │ │ ├── __Tree_3.cpp │ │ ├── __Tree_4.cpp │ │ ├── __Tree_5.cpp │ │ ├── __Tree_6.cpp │ │ ├── __Tree_7.cpp │ │ ├── __Tree_8.cpp │ │ ├── __TsallisEntropy_0.cpp │ │ ├── __TsallisEntropy_1.cpp │ │ ├── __TwoSideClassificationThresholdOptimizer_0.cpp │ │ ├── __TwoSideClassificationThresholdOptimizer_1.cpp │ │ ├── __TwoSideClassificationThresholdOptimizer_2.cpp │ │ ├── __TwoSideClassificationThresholdOptimizer_3.cpp │ │ ├── __TwoSideClassificationThresholdOptimizer_4.cpp │ │ ├── __TwoSideClassificationThresholdOptimizer_5.cpp │ │ ├── __TwoSideClassificationThresholdOptimizer_6.cpp │ │ ├── __TwoSideClassificationThresholdOptimizer_7.cpp │ │ ├── __TwoSideClassificationThresholdOptimizer_8.cpp │ │ ├── __TwoSideClassificationThresholdOptimizer_9.cpp │ │ ├── __UnchangedDataProvider_0.cpp │ │ ├── __UnchangedDataProvider_1.cpp │ │ ├── __UnchangedDataProvider_2.cpp │ │ ├── __UnchangedDataProvider_3.cpp │ │ ├── __UnchangedDataProvider_4.cpp │ │ ├── __UnchangedDataProvider_5.cpp │ │ ├── __UnchangedDataProvider_6.cpp │ │ ├── __UnchangedFDataProvider_0.cpp │ │ ├── __UnchangedFDataProvider_1.cpp │ │ ├── __UnchangedFDataProvider_2.cpp │ │ ├── __UnchangedFDataProvider_3.cpp │ │ ├── __UnchangedFDataProvider_4.cpp │ │ ├── __UnchangedFDataProvider_5.cpp │ │ ├── __UnchangedFDataProvider_6.cpp │ │ ├── __VarianceClassificationThresholdOptimizer_0.cpp │ │ ├── __VarianceClassificationThresholdOptimizer_1.cpp │ │ ├── __VarianceClassificationThresholdOptimizer_2.cpp │ │ ├── __VarianceClassificationThresholdOptimizer_3.cpp │ │ ├── __VarianceClassificationThresholdOptimizer_4.cpp │ │ ├── __VarianceClassificationThresholdOptimizer_5.cpp │ │ ├── __VarianceClassificationThresholdOptimizer_6.cpp │ │ ├── __VarianceClassificationThresholdOptimizer_7.cpp │ │ ├── __VarianceClassificationThresholdOptimizer_8.cpp │ │ ├── __VarianceClassificationThresholdOptimizer_9.cpp │ │ ├── __VolumeFeatureSelectionProvider.cpp │ │ ├── __functions_feature_extraction_0.cpp │ │ ├── __functions_standard_forests_0.cpp │ │ ├── __functions_standard_forests_1.cpp │ │ ├── __functions_standard_forests_2.cpp │ │ ├── __functions_standard_trees_0.cpp │ │ ├── __functions_standard_trees_1.cpp │ │ ├── __functions_standard_trees_2.cpp │ │ └── __functions_standard_trees_3.cpp │ ├── fertilized │ │ ├── FertilizedObject.m │ │ ├── ObjectVector.m │ │ ├── Result_Types.m │ │ ├── Soil.m │ │ ├── StringVector.m │ │ └── generated │ │ │ ├── AdaBoost.m │ │ │ ├── AlignedSurfaceCalculator.m │ │ │ ├── AlternatingThresholdOptimizer.m │ │ │ ├── BoostedTraining.m │ │ │ ├── BoostingLeafManager.m │ │ │ ├── ClassicTraining.m │ │ │ ├── ClassificationError.m │ │ │ ├── ClassificationLeafManager.m │ │ │ ├── ClassificationThresholdOptimizer.m │ │ │ ├── ConstantRegressionCalculator.m │ │ │ ├── DNNFeatureExtractor.m │ │ │ ├── DifferenceSurfaceCalculator.m │ │ │ ├── DirectPatchDifferenceSurfCalculator.m │ │ │ ├── EntropyGain.m │ │ │ ├── EqualDistBagging.m │ │ │ ├── FeatCalcParamSet.m │ │ │ ├── Forest.m │ │ │ ├── HoughLeafManager.m │ │ │ ├── IBaggingStrategy.m │ │ │ ├── IDataProvider.m │ │ │ ├── IEntropyFunction.m │ │ │ ├── IExecutionStrategy.m │ │ │ ├── IForestDataProvider.m │ │ │ ├── IGainCalculator.m │ │ │ ├── ITraining.m │ │ │ ├── InducedEntropy.m │ │ │ ├── LinearRegressionCalculator.m │ │ │ ├── LinearSurfaceCalculator.m │ │ │ ├── LocalExecutionStrategy.m │ │ │ ├── NoBagging.m │ │ │ ├── NoCopyPatchSampleManager.m │ │ │ ├── ObjectTemplate.m │ │ │ ├── PatchSampleManager.m │ │ │ ├── QuadraticSurfaceCalculator.m │ │ │ ├── RandomizedClassificationThresholdOptimizer.m │ │ │ ├── RegressionLeafManager.m │ │ │ ├── RegressionThresholdOptimizer.m │ │ │ ├── RenyiEntropy.m │ │ │ ├── Samme.m │ │ │ ├── Samme_R.m │ │ │ ├── ShannonEntropy.m │ │ │ ├── StandardFeatureSelectionProvider.m │ │ │ ├── SubsamplingDataProvider.m │ │ │ ├── ThresholdDecider.m │ │ │ ├── Tree.m │ │ │ ├── TsallisEntropy.m │ │ │ ├── TwoSideClassificationThresholdOptimizer.m │ │ │ ├── UnchangedDataProvider.m │ │ │ ├── UnchangedFDataProvider.m │ │ │ ├── VarianceClassificationThresholdOptimizer.m │ │ │ └── VolumeFeatureSelectionProvider.m │ ├── global.h │ └── matlab_headers │ │ ├── __bagging.h │ │ ├── __boosting.h │ │ ├── __data_providers.h │ │ ├── __deciders.h │ │ ├── __execution_strategies.h │ │ ├── __feature_extraction.h │ │ ├── __features.h │ │ ├── __functions_feature_extraction.h │ │ ├── __functions_standard_forests.h │ │ ├── __functions_standard_trees.h │ │ ├── __gains.h │ │ ├── __impurities.h │ │ ├── __leafs.h │ │ ├── __regression.h │ │ ├── __rootdir.h │ │ ├── __threshold_optimizers.h │ │ ├── __trainings.h │ │ ├── global.h │ │ ├── matlab.h │ │ ├── objectvector-nonmsvc.h │ │ ├── objectvector.h │ │ ├── stringvector-nonmsvc.h │ │ └── stringvector.h └── python │ ├── CMakeLists.txt │ ├── exporters │ ├── __0_exporter.cpp │ ├── __100_exporter.cpp │ ├── __101_exporter.cpp │ ├── __102_exporter.cpp │ ├── __103_exporter.cpp │ ├── __104_exporter.cpp │ ├── __105_exporter.cpp │ ├── __106_exporter.cpp │ ├── __107_exporter.cpp │ ├── __108_exporter.cpp │ ├── __109_exporter.cpp │ ├── __10_exporter.cpp │ ├── __110_exporter.cpp │ ├── __111_exporter.cpp │ ├── __112_exporter.cpp │ ├── __113_exporter.cpp │ ├── __114_exporter.cpp │ ├── __115_exporter.cpp │ ├── __116_exporter.cpp │ ├── __117_exporter.cpp │ ├── __118_exporter.cpp │ ├── __119_exporter.cpp │ ├── __11_exporter.cpp │ ├── __120_exporter.cpp │ ├── __121_exporter.cpp │ ├── __122_exporter.cpp │ ├── __123_exporter.cpp │ ├── __124_exporter.cpp │ ├── __125_exporter.cpp │ ├── __126_exporter.cpp │ ├── __127_exporter.cpp │ ├── __128_exporter.cpp │ ├── __129_exporter.cpp │ ├── __12_exporter.cpp │ ├── __130_exporter.cpp │ ├── __131_exporter.cpp │ ├── __132_exporter.cpp │ ├── __133_exporter.cpp │ ├── __134_exporter.cpp │ ├── __135_exporter.cpp │ ├── __136_exporter.cpp │ ├── __137_exporter.cpp │ ├── __138_exporter.cpp │ ├── __139_exporter.cpp │ ├── __13_exporter.cpp │ ├── __140_exporter.cpp │ ├── __141_exporter.cpp │ ├── __142_exporter.cpp │ ├── __143_exporter.cpp │ ├── __144_exporter.cpp │ ├── __145_exporter.cpp │ ├── __146_exporter.cpp │ ├── __147_exporter.cpp │ ├── __148_exporter.cpp │ ├── __149_exporter.cpp │ ├── __14_exporter.cpp │ ├── __150_exporter.cpp │ ├── __151_exporter.cpp │ ├── __152_exporter.cpp │ ├── __153_exporter.cpp │ ├── __154_exporter.cpp │ ├── __155_exporter.cpp │ ├── __156_exporter.cpp │ ├── __157_exporter.cpp │ ├── __158_exporter.cpp │ ├── __159_exporter.cpp │ ├── __15_exporter.cpp │ ├── __160_exporter.cpp │ ├── __161_exporter.cpp │ ├── __162_exporter.cpp │ ├── __163_exporter.cpp │ ├── __164_exporter.cpp │ ├── __165_exporter.cpp │ ├── __166_exporter.cpp │ ├── __167_exporter.cpp │ ├── __168_exporter.cpp │ ├── __169_exporter.cpp │ ├── __16_exporter.cpp │ ├── __170_exporter.cpp │ ├── __171_exporter.cpp │ ├── __172_exporter.cpp │ ├── __173_exporter.cpp │ ├── __174_exporter.cpp │ ├── __175_exporter.cpp │ ├── __176_exporter.cpp │ ├── __177_exporter.cpp │ ├── __178_exporter.cpp │ ├── __179_exporter.cpp │ ├── __17_exporter.cpp │ ├── __180_exporter.cpp │ ├── __181_exporter.cpp │ ├── __182_exporter.cpp │ ├── __183_exporter.cpp │ ├── __184_exporter.cpp │ ├── __185_exporter.cpp │ ├── __186_exporter.cpp │ ├── __187_exporter.cpp │ ├── __188_exporter.cpp │ ├── __189_exporter.cpp │ ├── __18_exporter.cpp │ ├── __190_exporter.cpp │ ├── __191_exporter.cpp │ ├── __192_exporter.cpp │ ├── __193_exporter.cpp │ ├── __194_exporter.cpp │ ├── __195_exporter.cpp │ ├── __196_exporter.cpp │ ├── __197_exporter.cpp │ ├── __198_exporter.cpp │ ├── __199_exporter.cpp │ ├── __19_exporter.cpp │ ├── __1_exporter.cpp │ ├── __200_exporter.cpp │ ├── __201_exporter.cpp │ ├── __202_exporter.cpp │ ├── __203_exporter.cpp │ ├── __204_exporter.cpp │ ├── __205_exporter.cpp │ ├── __206_exporter.cpp │ ├── __207_exporter.cpp │ ├── __208_exporter.cpp │ ├── __209_exporter.cpp │ ├── __20_exporter.cpp │ ├── __210_exporter.cpp │ ├── __211_exporter.cpp │ ├── __212_exporter.cpp │ ├── __213_exporter.cpp │ ├── __214_exporter.cpp │ ├── __215_exporter.cpp │ ├── __216_exporter.cpp │ ├── __217_exporter.cpp │ ├── __218_exporter.cpp │ ├── __219_exporter.cpp │ ├── __21_exporter.cpp │ ├── __220_exporter.cpp │ ├── __221_exporter.cpp │ ├── __222_exporter.cpp │ ├── __223_exporter.cpp │ ├── __224_exporter.cpp │ ├── __225_exporter.cpp │ ├── __226_exporter.cpp │ ├── __227_exporter.cpp │ ├── __228_exporter.cpp │ ├── __229_exporter.cpp │ ├── __22_exporter.cpp │ ├── __230_exporter.cpp │ ├── __231_exporter.cpp │ ├── __232_exporter.cpp │ ├── __233_exporter.cpp │ ├── __234_exporter.cpp │ ├── __235_exporter.cpp │ ├── __236_exporter.cpp │ ├── __237_exporter.cpp │ ├── __238_exporter.cpp │ ├── __239_exporter.cpp │ ├── __23_exporter.cpp │ ├── __240_exporter.cpp │ ├── __241_exporter.cpp │ ├── __242_exporter.cpp │ ├── __243_exporter.cpp │ ├── __244_exporter.cpp │ ├── __245_exporter.cpp │ ├── __246_exporter.cpp │ ├── __247_exporter.cpp │ ├── __248_exporter.cpp │ ├── __249_exporter.cpp │ ├── __24_exporter.cpp │ ├── __250_exporter.cpp │ ├── __251_exporter.cpp │ ├── __252_exporter.cpp │ ├── __253_exporter.cpp │ ├── __254_exporter.cpp │ ├── __255_exporter.cpp │ ├── __256_exporter.cpp │ ├── __257_exporter.cpp │ ├── __258_exporter.cpp │ ├── __259_exporter.cpp │ ├── __25_exporter.cpp │ ├── __260_exporter.cpp │ ├── __261_exporter.cpp │ ├── __262_exporter.cpp │ ├── __263_exporter.cpp │ ├── __264_exporter.cpp │ ├── __265_exporter.cpp │ ├── __266_exporter.cpp │ ├── __267_exporter.cpp │ ├── __268_exporter.cpp │ ├── __269_exporter.cpp │ ├── __26_exporter.cpp │ ├── __270_exporter.cpp │ ├── __271_exporter.cpp │ ├── __272_exporter.cpp │ ├── __273_exporter.cpp │ ├── __274_exporter.cpp │ ├── __275_exporter.cpp │ ├── __276_exporter.cpp │ ├── __277_exporter.cpp │ ├── __278_exporter.cpp │ ├── __279_exporter.cpp │ ├── __27_exporter.cpp │ ├── __280_exporter.cpp │ ├── __281_exporter.cpp │ ├── __282_exporter.cpp │ ├── __283_exporter.cpp │ ├── __284_exporter.cpp │ ├── __285_exporter.cpp │ ├── __286_exporter.cpp │ ├── __287_exporter.cpp │ ├── __288_exporter.cpp │ ├── __289_exporter.cpp │ ├── __28_exporter.cpp │ ├── __290_exporter.cpp │ ├── __291_exporter.cpp │ ├── __292_exporter.cpp │ ├── __293_exporter.cpp │ ├── __294_exporter.cpp │ ├── __295_exporter.cpp │ ├── __296_exporter.cpp │ ├── __297_exporter.cpp │ ├── __298_exporter.cpp │ ├── __299_exporter.cpp │ ├── __29_exporter.cpp │ ├── __2_exporter.cpp │ ├── __300_exporter.cpp │ ├── __301_exporter.cpp │ ├── __302_exporter.cpp │ ├── __303_exporter.cpp │ ├── __304_exporter.cpp │ ├── __305_exporter.cpp │ ├── __306_exporter.cpp │ ├── __307_exporter.cpp │ ├── __308_exporter.cpp │ ├── __309_exporter.cpp │ ├── __30_exporter.cpp │ ├── __310_exporter.cpp │ ├── __311_exporter.cpp │ ├── __312_exporter.cpp │ ├── __313_exporter.cpp │ ├── __314_exporter.cpp │ ├── __31_exporter.cpp │ ├── __32_exporter.cpp │ ├── __33_exporter.cpp │ ├── __34_exporter.cpp │ ├── __35_exporter.cpp │ ├── __36_exporter.cpp │ ├── __37_exporter.cpp │ ├── __38_exporter.cpp │ ├── __39_exporter.cpp │ ├── __3_exporter.cpp │ ├── __40_exporter.cpp │ ├── __41_exporter.cpp │ ├── __42_exporter.cpp │ ├── __43_exporter.cpp │ ├── __44_exporter.cpp │ ├── __45_exporter.cpp │ ├── __46_exporter.cpp │ ├── __47_exporter.cpp │ ├── __48_exporter.cpp │ ├── __49_exporter.cpp │ ├── __4_exporter.cpp │ ├── __50_exporter.cpp │ ├── __51_exporter.cpp │ ├── __52_exporter.cpp │ ├── __53_exporter.cpp │ ├── __54_exporter.cpp │ ├── __55_exporter.cpp │ ├── __56_exporter.cpp │ ├── __57_exporter.cpp │ ├── __58_exporter.cpp │ ├── __59_exporter.cpp │ ├── __5_exporter.cpp │ ├── __60_exporter.cpp │ ├── __61_exporter.cpp │ ├── __62_exporter.cpp │ ├── __63_exporter.cpp │ ├── __64_exporter.cpp │ ├── __65_exporter.cpp │ ├── __66_exporter.cpp │ ├── __67_exporter.cpp │ ├── __68_exporter.cpp │ ├── __69_exporter.cpp │ ├── __6_exporter.cpp │ ├── __70_exporter.cpp │ ├── __71_exporter.cpp │ ├── __72_exporter.cpp │ ├── __73_exporter.cpp │ ├── __74_exporter.cpp │ ├── __75_exporter.cpp │ ├── __76_exporter.cpp │ ├── __77_exporter.cpp │ ├── __78_exporter.cpp │ ├── __79_exporter.cpp │ ├── __7_exporter.cpp │ ├── __80_exporter.cpp │ ├── __81_exporter.cpp │ ├── __82_exporter.cpp │ ├── __83_exporter.cpp │ ├── __84_exporter.cpp │ ├── __85_exporter.cpp │ ├── __86_exporter.cpp │ ├── __87_exporter.cpp │ ├── __88_exporter.cpp │ ├── __89_exporter.cpp │ ├── __8_exporter.cpp │ ├── __90_exporter.cpp │ ├── __91_exporter.cpp │ ├── __92_exporter.cpp │ ├── __93_exporter.cpp │ ├── __94_exporter.cpp │ ├── __95_exporter.cpp │ ├── __96_exporter.cpp │ ├── __97_exporter.cpp │ ├── __98_exporter.cpp │ ├── __99_exporter.cpp │ ├── __9_exporter.cpp │ ├── __AdaBoost_exporter.h │ ├── __AlignedSurfaceCalculator_exporter.h │ ├── __AlternatingThresholdOptimizer_exporter.h │ ├── __BoostedTraining_exporter.h │ ├── __BoostingLeafManager_exporter.h │ ├── __ClassicTraining_exporter.h │ ├── __ClassificationError_exporter.h │ ├── __ClassificationLeafManager_exporter.h │ ├── __ClassificationThresholdOptimizer_exporter.h │ ├── __ConstantRegressionCalculator_exporter.h │ ├── __DNNFeatureExtractor_exporter.h │ ├── __DifferenceSurfaceCalculator_exporter.h │ ├── __DirectPatchDifferenceSurfCalculator_exporter.h │ ├── __EntropyGain_exporter.h │ ├── __EqualDistBagging_exporter.h │ ├── __FeatCalcParamSet_exporter.h │ ├── __Forest_exporter.h │ ├── __HoughLeafManager_exporter.h │ ├── __IBaggingStrategy_exporter.h │ ├── __IBoostingStrategy_exporter.h │ ├── __IDataProvider_exporter.h │ ├── __IDecider_exporter.h │ ├── __IEntropyFunction_exporter.h │ ├── __IExecutionStrategy_exporter.h │ ├── __IFeatureSelectionProvider_exporter.h │ ├── __IForestDataProvider_exporter.h │ ├── __IGainCalculator_exporter.h │ ├── __ILeafManager_exporter.h │ ├── __IRegressionCalculator_exporter.h │ ├── __ISampleManager_exporter.h │ ├── __ISurfaceCalculator_exporter.h │ ├── __IThresholdOptimizer_exporter.h │ ├── __ITraining_exporter.h │ ├── __InducedEntropy_exporter.h │ ├── __LinearRegressionCalculator_exporter.h │ ├── __LinearSurfaceCalculator_exporter.h │ ├── __LocalExecutionStrategy_exporter.h │ ├── __NoBagging_exporter.h │ ├── __NoCopyPatchSampleManager_exporter.h │ ├── __ObjectTemplate_exporter.h │ ├── __PatchSampleManager_exporter.h │ ├── __QuadraticSurfaceCalculator_exporter.h │ ├── __RandomizedClassificationThresholdOptimizer_exporter.h │ ├── __RegressionLeafManager_exporter.h │ ├── __RegressionThresholdOptimizer_exporter.h │ ├── __RenyiEntropy_exporter.h │ ├── __Samme_R_exporter.h │ ├── __Samme_exporter.h │ ├── __ShannonEntropy_exporter.h │ ├── __StandardFeatureSelectionProvider_exporter.h │ ├── __SubsamplingDataProvider_exporter.h │ ├── __ThresholdDecider_exporter.h │ ├── __Tree_exporter.h │ ├── __TsallisEntropy_exporter.h │ ├── __TwoSideClassificationThresholdOptimizer_exporter.h │ ├── __UnchangedDataProvider_exporter.h │ ├── __UnchangedFDataProvider_exporter.h │ ├── __VarianceClassificationThresholdOptimizer_exporter.h │ └── __VolumeFeatureSelectionProvider_exporter.h │ ├── exporters_mod_funcs │ ├── __export_module_function_0.cpp │ ├── __export_module_function_1.cpp │ ├── __export_module_function_10.cpp │ ├── __export_module_function_11.cpp │ ├── __export_module_function_12.cpp │ ├── __export_module_function_13.cpp │ ├── __export_module_function_14.cpp │ ├── __export_module_function_15.cpp │ ├── __export_module_function_16.cpp │ ├── __export_module_function_17.cpp │ ├── __export_module_function_2.cpp │ ├── __export_module_function_3.cpp │ ├── __export_module_function_4.cpp │ ├── __export_module_function_5.cpp │ ├── __export_module_function_6.cpp │ ├── __export_module_function_7.cpp │ ├── __export_module_function_8.cpp │ ├── __export_module_function_9.cpp │ └── export_module_functions.h │ ├── exporters_vec_types │ ├── __vec_exporter_0.cpp │ ├── __vec_exporter_1.cpp │ ├── __vec_exporter_10.cpp │ ├── __vec_exporter_11.cpp │ ├── __vec_exporter_12.cpp │ ├── __vec_exporter_13.cpp │ ├── __vec_exporter_14.cpp │ ├── __vec_exporter_15.cpp │ ├── __vec_exporter_16.cpp │ ├── __vec_exporter_17.cpp │ ├── __vec_exporter_18.cpp │ ├── __vec_exporter_19.cpp │ ├── __vec_exporter_2.cpp │ ├── __vec_exporter_20.cpp │ ├── __vec_exporter_21.cpp │ ├── __vec_exporter_22.cpp │ ├── __vec_exporter_23.cpp │ ├── __vec_exporter_24.cpp │ ├── __vec_exporter_25.cpp │ ├── __vec_exporter_26.cpp │ ├── __vec_exporter_3.cpp │ ├── __vec_exporter_4.cpp │ ├── __vec_exporter_5.cpp │ ├── __vec_exporter_6.cpp │ ├── __vec_exporter_7.cpp │ ├── __vec_exporter_8.cpp │ ├── __vec_exporter_9.cpp │ └── vec_exporter.h │ ├── fertilized │ ├── TypeTranslations.py │ └── __init__.py │ ├── global.h │ ├── pyfertilized_0.cpp │ ├── pyfertilized_1.cpp │ ├── pyfertilized_2.cpp │ ├── pyfertilized_3.cpp │ ├── pyfertilized_4.cpp │ ├── pyfertilized_5.cpp │ ├── pyfertilized_6.cpp │ ├── pyfertilized_mf.cpp │ ├── pyfertilized_vec.cpp │ ├── serialization.h │ ├── setup.py.in │ └── util.h ├── build_support ├── appveyor │ └── setup_environment.py ├── cmake │ └── modules │ │ ├── FindCaffe.cmake │ │ └── FindEigen3.cmake ├── cppcheck.supp ├── external │ ├── Boost.NumPy │ │ ├── CMakeLists.txt │ │ ├── LICENSE_1_0.txt │ │ ├── README.md │ │ ├── boost │ │ │ ├── numpy.hpp │ │ │ └── numpy │ │ │ │ ├── dtype.hpp │ │ │ │ ├── internal.hpp │ │ │ │ ├── invoke_matching.hpp │ │ │ │ ├── matrix.hpp │ │ │ │ ├── ndarray.hpp │ │ │ │ ├── numpy_object_mgr_traits.hpp │ │ │ │ ├── scalars.hpp │ │ │ │ └── ufunc.hpp │ │ └── libs │ │ │ └── numpy │ │ │ ├── cmake │ │ │ ├── FindNumPy.cmake │ │ │ ├── FindPythonLibsNew.cmake │ │ │ └── README.txt │ │ │ ├── doc │ │ │ ├── CMakeLists.txt │ │ │ ├── Jamfile │ │ │ ├── Makefile │ │ │ ├── _static │ │ │ │ ├── boost.css │ │ │ │ ├── boost.png │ │ │ │ ├── home.png │ │ │ │ ├── next.png │ │ │ │ ├── prev.png │ │ │ │ ├── style.css │ │ │ │ └── up.png │ │ │ ├── _templates │ │ │ │ └── layout.html │ │ │ ├── cmakeBuild.rst │ │ │ ├── conf.py │ │ │ ├── index.rst │ │ │ ├── make.bat │ │ │ ├── reference │ │ │ │ ├── Jamfile │ │ │ │ ├── binary_ufunc.rst │ │ │ │ ├── dtype.rst │ │ │ │ ├── index.rst │ │ │ │ ├── multi_iter.rst │ │ │ │ ├── ndarray.rst │ │ │ │ └── unary_ufunc.rst │ │ │ ├── rst.css │ │ │ └── tutorial │ │ │ │ ├── dtype.rst │ │ │ │ ├── fromdata.rst │ │ │ │ ├── index.rst │ │ │ │ ├── ndarray.rst │ │ │ │ ├── simple.rst │ │ │ │ └── ufunc.rst │ │ │ ├── example │ │ │ ├── CMakeLists.txt │ │ │ ├── Jamfile │ │ │ ├── SConscript │ │ │ ├── demo_gaussian.py │ │ │ ├── dtype.cpp │ │ │ ├── fromdata.cpp │ │ │ ├── gaussian.cpp │ │ │ ├── ndarray.cpp │ │ │ ├── simple.cpp │ │ │ ├── ufunc.cpp │ │ │ └── wrap.cpp │ │ │ ├── src │ │ │ ├── CMakeLists.txt │ │ │ ├── Jamfile │ │ │ ├── SConscript │ │ │ ├── dtype.cpp │ │ │ ├── matrix.cpp │ │ │ ├── ndarray.cpp │ │ │ ├── numpy.cpp │ │ │ ├── scalars.cpp │ │ │ └── ufunc.cpp │ │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ ├── Jamfile │ │ │ ├── SConscript │ │ │ ├── dtype.py │ │ │ ├── dtype_mod.cpp │ │ │ ├── indexing.py │ │ │ ├── indexing_mod.cpp │ │ │ ├── ndarray.py │ │ │ ├── ndarray_mod.cpp │ │ │ ├── runCmakeTest.bat.in │ │ │ ├── runCmakeTest.sh.in │ │ │ ├── shapes.py │ │ │ ├── shapes_mod.cpp │ │ │ ├── templates.py │ │ │ ├── templates_mod.cpp │ │ │ ├── ufunc.py │ │ │ └── ufunc_mod.cpp │ └── ndarray │ │ ├── LICENSE │ │ ├── README │ │ ├── SConstruct │ │ ├── doc │ │ ├── SConscript │ │ └── doxygen.conf.in │ │ ├── include │ │ ├── SConscript │ │ ├── ndarray.h │ │ ├── ndarray.i │ │ ├── ndarray │ │ │ ├── Array.h │ │ │ ├── ArrayBase.h │ │ │ ├── ArrayBaseN.h.m4 │ │ │ ├── ArrayRef.h.m4 │ │ │ ├── ArrayTraits.h │ │ │ ├── ExpressionBase.h │ │ │ ├── ExpressionTraits.h │ │ │ ├── Manager.h │ │ │ ├── Vector.h.m4 │ │ │ ├── arange.h │ │ │ ├── bp.h │ │ │ ├── bp │ │ │ │ ├── Array.h │ │ │ │ ├── ArrayRef.h │ │ │ │ ├── Vector.h │ │ │ │ ├── auto.h │ │ │ │ ├── auto │ │ │ │ │ ├── Array.h.m4 │ │ │ │ │ ├── ArrayRef.h.m4 │ │ │ │ │ └── Vector.h.m4 │ │ │ │ ├── eigen │ │ │ │ └── eigen.h │ │ │ ├── bp_fwd.h │ │ │ ├── casts.h │ │ │ ├── detail │ │ │ │ ├── ArrayAccess.h │ │ │ │ ├── BinaryOp.h │ │ │ │ ├── Core.h │ │ │ │ ├── NestedIterator.h │ │ │ │ ├── StridedIterator.h │ │ │ │ ├── UnaryOp.h │ │ │ │ └── ViewBuilder.h │ │ │ ├── eigen.h │ │ │ ├── eigen │ │ │ │ ├── bp.h │ │ │ │ └── bp │ │ │ │ │ ├── Array.h │ │ │ │ │ ├── EigenView.h │ │ │ │ │ ├── Matrix.h │ │ │ │ │ ├── ReturnInternal.h │ │ │ │ │ ├── auto.h │ │ │ │ │ └── auto │ │ │ │ │ ├── Array.h.m4 │ │ │ │ │ ├── EigenView.h.m4 │ │ │ │ │ └── Matrix.h.m4 │ │ │ ├── eigen_fwd.h │ │ │ ├── fft.h │ │ │ ├── fft │ │ │ │ ├── FFTWTraits.h.m4 │ │ │ │ ├── FourierOps.h │ │ │ │ ├── FourierTraits.h │ │ │ │ ├── FourierTransform.cc │ │ │ │ └── FourierTransform.h │ │ │ ├── fft_fwd.h │ │ │ ├── formatting.h │ │ │ ├── initialization.h │ │ │ ├── operators.h.m4 │ │ │ ├── swig.h │ │ │ ├── swig │ │ │ │ ├── PyConverter.h │ │ │ │ ├── Vector.h │ │ │ │ ├── eigen.h │ │ │ │ ├── numpy.h │ │ │ │ └── ufunctors.h │ │ │ ├── types.h │ │ │ ├── vectorize.h │ │ │ └── views.h │ │ └── ndarray_fwd.h │ │ ├── m4 │ │ └── auto_bp_converters.m4 │ │ └── tests │ │ ├── SConscript │ │ ├── bp_test.py │ │ ├── bp_test_mod.cc │ │ ├── eigen_bp_test.py │ │ ├── eigen_bp_test_mod.cc │ │ ├── ndarray-eigen.cc │ │ ├── ndarray-fft.cc │ │ ├── ndarray.cc │ │ ├── python_test.py │ │ ├── python_test_mod.cc │ │ ├── swig_test.py │ │ └── swig_test_mod.i └── travis │ ├── cmake_call.sh │ ├── install.sh │ ├── prepare_install.sh │ └── setup_python.sh ├── documentation ├── CMakeLists.txt ├── Doxyfile.in ├── README.md ├── fertilized_logo_bg.png ├── footer.html ├── header.html └── stylesheet.css ├── examples ├── c++ │ ├── CMakeLists.txt │ ├── boosting.cpp │ ├── custom.cpp │ ├── overview.cpp │ └── regression.cpp ├── matlab │ ├── classification_data.mat │ ├── custom.m │ ├── ex_3.m │ ├── ex_classification.m │ ├── ex_effect_depth.m │ ├── ex_effect_weak_learner_rand.m │ ├── ex_regression.m │ ├── ex_serialization.m │ ├── make_spiral.m │ ├── overview.m │ ├── point_prob_plot.m │ └── to_im_coords.m └── python │ ├── classification.py │ ├── compare_boosting_implementations.py │ ├── create_caffe_samples.py │ ├── create_serialization_samples.py │ ├── custom.py │ ├── dnn_feature_extraction.py │ ├── effect_depth.py │ ├── effect_weak_learner_rand.py │ ├── hough_detect.py │ ├── hough_preferences.py │ ├── hough_train.py │ ├── impurities.py │ ├── leafs.py │ ├── one_res.npy │ ├── opencv_res.npy │ ├── overview.py │ ├── plottools.py │ ├── quadrics.py │ ├── regression.py │ ├── regression_prob.py │ ├── regression_tools.py │ ├── sample-resized.png │ ├── sample.png │ ├── serialization.py │ ├── spiral_ann.py │ ├── spiral_rf.py │ ├── spiral_svm.py │ ├── threshold_classifiers.py │ ├── toydata2_x.csv │ ├── toydata2_y.csv │ ├── toydata_x.csv │ ├── toydata_y.csv │ ├── tree_linux.ft │ ├── tree_windows.ft │ └── zero_res.npy ├── include ├── CMakeLists.txt └── fertilized │ ├── bagging │ ├── equaldistbagging.h │ ├── ibaggingstrategy.h │ └── nobagging.h │ ├── boosting │ ├── adaboost.h │ ├── iboostingstrategy.h │ ├── samme.h │ └── samme_r.h │ ├── data_providers │ ├── idataprovider.h │ ├── iforestdataprovider.h │ ├── isamplemanager.h │ ├── nocopypatchsamplemanager.h │ ├── patchsamplemanager.h │ ├── patchtoimagecoordinatetransformer.h │ ├── sample.h │ ├── subsamplingdataprovider.h │ ├── unchangeddataprovider.h │ └── unchangedfdataprovider.h │ ├── deciders │ ├── idecider.h │ └── thresholddecider.h │ ├── default_values.h │ ├── execution_strategies │ ├── iexecutionstrategy.h │ ├── localexecutionstrategy.h │ └── trainingaction.h │ ├── feature_extraction │ ├── dnnfeatureextractor.h │ ├── feature_extraction.h │ ├── feature_extraction_vision.h │ ├── hog │ │ └── hog.h │ └── hog_extractor.h │ ├── features │ ├── _issubsdprov_dpdsc.h │ ├── alignedsurfacecalculator.h │ ├── differencesurfacecalculator.h │ ├── directpatchdifferencesurfcalculator.h │ ├── featcalcparamset.h │ ├── ifeatureselectiongenerator.h │ ├── ifeatureselectionprovider.h │ ├── isurfacecalculator.h │ ├── linearsurfacecalculator.h │ ├── quadraticsurfacecalculator.h │ ├── standardfeatureselectiongenerator.h │ ├── standardfeatureselectionprovider.h │ ├── volumefeatureselectiongenerator.h │ └── volumefeatureselectionprovider.h │ ├── fertilized.h │ ├── fertilized_fwd.h │ ├── forest.h │ ├── gains │ ├── entropygain.h │ └── igaincalculator.h │ ├── global.h │ ├── impurities │ ├── classificationerror.h │ ├── ientropyfunction.h │ ├── inducedentropy.h │ ├── renyientropy.h │ ├── shannonentropy.h │ └── tsallisentropy.h │ ├── leafs │ ├── boostingleafmanager.h │ ├── classificationleafmanager.h │ ├── houghleafmanager.h │ ├── ileafmanager.h │ └── regressionleafmanager.h │ ├── ndarray.h │ ├── ndarray │ ├── Array.h │ ├── ArrayBase.h │ ├── ArrayBaseN.h │ ├── ArrayRef.h │ ├── ArrayTraits.h │ ├── ExpressionBase.h │ ├── ExpressionTraits.h │ ├── Manager.h │ ├── Vector.h │ ├── arange.h │ ├── bp.h │ ├── bp │ │ ├── Array.h │ │ ├── ArrayRef.h │ │ ├── Vector.h │ │ ├── auto.h │ │ ├── auto │ │ │ ├── Array.h │ │ │ ├── ArrayRef.h │ │ │ └── Vector.h │ │ ├── eigen.h │ │ └── eigen │ │ │ ├── Array.h │ │ │ ├── EigenView.h │ │ │ ├── Matrix.h │ │ │ ├── ReturnInternal.h │ │ │ └── auto.h │ ├── bp_fwd.h │ ├── casts.h │ ├── detail │ │ ├── ArrayAccess.h │ │ ├── BinaryOp.h │ │ ├── Core.h │ │ ├── NestedIterator.h │ │ ├── StridedIterator.h │ │ ├── UnaryOp.h │ │ └── ViewBuilder.h │ ├── eigen.h │ ├── eigen │ │ ├── bp.h │ │ └── bp │ │ │ ├── Array.h │ │ │ ├── EigenView.h │ │ │ ├── Matrix.h │ │ │ ├── ReturnInternal.h │ │ │ ├── auto.h │ │ │ └── auto │ │ │ ├── Array.h │ │ │ ├── EigenView.h │ │ │ └── Matrix.h │ ├── eigen_fwd.h │ ├── fft.h │ ├── fft │ │ ├── FFTWTraits.h │ │ ├── FourierOps.h │ │ ├── FourierTraits.h │ │ └── FourierTransform.h │ ├── fft_fwd.h │ ├── formatting.h │ ├── initialization.h │ ├── operators.h │ ├── swig.h │ ├── swig │ │ ├── PyConverter.h │ │ ├── Vector.h │ │ ├── eigen.h │ │ ├── numpy.h │ │ └── ufunctors.h │ ├── types.h │ ├── vectorize.h │ └── views.h │ ├── ndarray_fwd.h │ ├── objecttemplate.h │ ├── regression │ ├── constantregressioncalculator.h │ ├── iregressioncalculator.h │ └── linearregressioncalculator.h │ ├── serialization │ ├── _serialization_definition.h │ ├── serialization.h │ └── serialization_extensions │ │ ├── eigen_serialization.h │ │ ├── mersenne_twister_engine.h │ │ ├── shared_ptr.h │ │ ├── shuffle_order_engine.h │ │ ├── tuple.h │ │ ├── unique_ptr.h │ │ ├── unordered_collections_load_imp.hpp │ │ ├── unordered_collections_save_imp.hpp │ │ ├── unordered_map.hpp │ │ └── unordered_set.hpp │ ├── soil.h │ ├── standard_forests.h │ ├── standard_trees.h │ ├── threshold_optimizers │ ├── alternatingthresholdoptimizer.h │ ├── classificationthresholdoptimizer.h │ ├── feature_value_selection.h │ ├── ithresholdoptimizer.h │ ├── randomizedclassificationthresholdoptimizer.h │ ├── regressionthresholdoptimizer.h │ ├── twosideclassificationthresholdoptimizer.h │ └── varianceclassificationthresholdoptimizer.h │ ├── trainings │ ├── boostedtraining.h │ ├── classictraining.h │ └── itraining.h │ ├── tree.h │ ├── types.h │ ├── util │ ├── argsort.h │ ├── checks.h │ ├── exponentials.h │ ├── gil.hpp │ ├── mat.h │ └── sampling.h │ └── version.h.in ├── license.txt ├── src ├── CMakeLists.txt ├── feature_extraction │ ├── dnnfeatureextractor.cpp │ ├── feature_extraction.cpp │ ├── hog │ │ └── hog.cpp │ └── hog_extractor.cpp ├── fertilized.cpp ├── serialization │ ├── __serialize_0.cpp │ ├── __serialize_1.cpp │ ├── __serialize_10.cpp │ ├── __serialize_100.cpp │ ├── __serialize_101.cpp │ ├── __serialize_102.cpp │ ├── __serialize_103.cpp │ ├── __serialize_104.cpp │ ├── __serialize_105.cpp │ ├── __serialize_106.cpp │ ├── __serialize_107.cpp │ ├── __serialize_108.cpp │ ├── __serialize_109.cpp │ ├── __serialize_11.cpp │ ├── __serialize_110.cpp │ ├── __serialize_111.cpp │ ├── __serialize_112.cpp │ ├── __serialize_113.cpp │ ├── __serialize_114.cpp │ ├── __serialize_115.cpp │ ├── __serialize_116.cpp │ ├── __serialize_117.cpp │ ├── __serialize_118.cpp │ ├── __serialize_119.cpp │ ├── __serialize_12.cpp │ ├── __serialize_120.cpp │ ├── __serialize_121.cpp │ ├── __serialize_122.cpp │ ├── __serialize_123.cpp │ ├── __serialize_124.cpp │ ├── __serialize_125.cpp │ ├── __serialize_126.cpp │ ├── __serialize_127.cpp │ ├── __serialize_128.cpp │ ├── __serialize_129.cpp │ ├── __serialize_13.cpp │ ├── __serialize_130.cpp │ ├── __serialize_131.cpp │ ├── __serialize_132.cpp │ ├── __serialize_133.cpp │ ├── __serialize_134.cpp │ ├── __serialize_135.cpp │ ├── __serialize_136.cpp │ ├── __serialize_137.cpp │ ├── __serialize_138.cpp │ ├── __serialize_139.cpp │ ├── __serialize_14.cpp │ ├── __serialize_140.cpp │ ├── __serialize_141.cpp │ ├── __serialize_142.cpp │ ├── __serialize_143.cpp │ ├── __serialize_144.cpp │ ├── __serialize_145.cpp │ ├── __serialize_146.cpp │ ├── __serialize_147.cpp │ ├── __serialize_148.cpp │ ├── __serialize_149.cpp │ ├── __serialize_15.cpp │ ├── __serialize_150.cpp │ ├── __serialize_151.cpp │ ├── __serialize_152.cpp │ ├── __serialize_153.cpp │ ├── __serialize_154.cpp │ ├── __serialize_155.cpp │ ├── __serialize_156.cpp │ ├── __serialize_157.cpp │ ├── __serialize_158.cpp │ ├── __serialize_159.cpp │ ├── __serialize_16.cpp │ ├── __serialize_160.cpp │ ├── __serialize_161.cpp │ ├── __serialize_162.cpp │ ├── __serialize_163.cpp │ ├── __serialize_164.cpp │ ├── __serialize_165.cpp │ ├── __serialize_166.cpp │ ├── __serialize_167.cpp │ ├── __serialize_168.cpp │ ├── __serialize_169.cpp │ ├── __serialize_17.cpp │ ├── __serialize_170.cpp │ ├── __serialize_171.cpp │ ├── __serialize_172.cpp │ ├── __serialize_173.cpp │ ├── __serialize_174.cpp │ ├── __serialize_175.cpp │ ├── __serialize_176.cpp │ ├── __serialize_177.cpp │ ├── __serialize_178.cpp │ ├── __serialize_179.cpp │ ├── __serialize_18.cpp │ ├── __serialize_180.cpp │ ├── __serialize_181.cpp │ ├── __serialize_182.cpp │ ├── __serialize_183.cpp │ ├── __serialize_184.cpp │ ├── __serialize_185.cpp │ ├── __serialize_186.cpp │ ├── __serialize_187.cpp │ ├── __serialize_188.cpp │ ├── __serialize_189.cpp │ ├── __serialize_19.cpp │ ├── __serialize_190.cpp │ ├── __serialize_191.cpp │ ├── __serialize_192.cpp │ ├── __serialize_193.cpp │ ├── __serialize_194.cpp │ ├── __serialize_195.cpp │ ├── __serialize_196.cpp │ ├── __serialize_197.cpp │ ├── __serialize_198.cpp │ ├── __serialize_199.cpp │ ├── __serialize_2.cpp │ ├── __serialize_20.cpp │ ├── __serialize_200.cpp │ ├── __serialize_201.cpp │ ├── __serialize_202.cpp │ ├── __serialize_203.cpp │ ├── __serialize_204.cpp │ ├── __serialize_205.cpp │ ├── __serialize_206.cpp │ ├── __serialize_207.cpp │ ├── __serialize_208.cpp │ ├── __serialize_209.cpp │ ├── __serialize_21.cpp │ ├── __serialize_210.cpp │ ├── __serialize_211.cpp │ ├── __serialize_212.cpp │ ├── __serialize_213.cpp │ ├── __serialize_214.cpp │ ├── __serialize_215.cpp │ ├── __serialize_216.cpp │ ├── __serialize_217.cpp │ ├── __serialize_218.cpp │ ├── __serialize_219.cpp │ ├── __serialize_22.cpp │ ├── __serialize_220.cpp │ ├── __serialize_221.cpp │ ├── __serialize_222.cpp │ ├── __serialize_223.cpp │ ├── __serialize_224.cpp │ ├── __serialize_225.cpp │ ├── __serialize_226.cpp │ ├── __serialize_227.cpp │ ├── __serialize_228.cpp │ ├── __serialize_229.cpp │ ├── __serialize_23.cpp │ ├── __serialize_230.cpp │ ├── __serialize_231.cpp │ ├── __serialize_232.cpp │ ├── __serialize_233.cpp │ ├── __serialize_234.cpp │ ├── __serialize_235.cpp │ ├── __serialize_236.cpp │ ├── __serialize_237.cpp │ ├── __serialize_238.cpp │ ├── __serialize_239.cpp │ ├── __serialize_24.cpp │ ├── __serialize_240.cpp │ ├── __serialize_241.cpp │ ├── __serialize_242.cpp │ ├── __serialize_243.cpp │ ├── __serialize_244.cpp │ ├── __serialize_245.cpp │ ├── __serialize_246.cpp │ ├── __serialize_247.cpp │ ├── __serialize_248.cpp │ ├── __serialize_249.cpp │ ├── __serialize_25.cpp │ ├── __serialize_250.cpp │ ├── __serialize_251.cpp │ ├── __serialize_252.cpp │ ├── __serialize_253.cpp │ ├── __serialize_254.cpp │ ├── __serialize_255.cpp │ ├── __serialize_256.cpp │ ├── __serialize_257.cpp │ ├── __serialize_258.cpp │ ├── __serialize_259.cpp │ ├── __serialize_26.cpp │ ├── __serialize_260.cpp │ ├── __serialize_261.cpp │ ├── __serialize_262.cpp │ ├── __serialize_263.cpp │ ├── __serialize_264.cpp │ ├── __serialize_265.cpp │ ├── __serialize_266.cpp │ ├── __serialize_267.cpp │ ├── __serialize_268.cpp │ ├── __serialize_269.cpp │ ├── __serialize_27.cpp │ ├── __serialize_270.cpp │ ├── __serialize_271.cpp │ ├── __serialize_272.cpp │ ├── __serialize_273.cpp │ ├── __serialize_274.cpp │ ├── __serialize_275.cpp │ ├── __serialize_276.cpp │ ├── __serialize_277.cpp │ ├── __serialize_278.cpp │ ├── __serialize_279.cpp │ ├── __serialize_28.cpp │ ├── __serialize_280.cpp │ ├── __serialize_281.cpp │ ├── __serialize_282.cpp │ ├── __serialize_283.cpp │ ├── __serialize_284.cpp │ ├── __serialize_285.cpp │ ├── __serialize_286.cpp │ ├── __serialize_287.cpp │ ├── __serialize_288.cpp │ ├── __serialize_289.cpp │ ├── __serialize_29.cpp │ ├── __serialize_290.cpp │ ├── __serialize_291.cpp │ ├── __serialize_292.cpp │ ├── __serialize_3.cpp │ ├── __serialize_30.cpp │ ├── __serialize_31.cpp │ ├── __serialize_32.cpp │ ├── __serialize_33.cpp │ ├── __serialize_34.cpp │ ├── __serialize_35.cpp │ ├── __serialize_36.cpp │ ├── __serialize_37.cpp │ ├── __serialize_38.cpp │ ├── __serialize_39.cpp │ ├── __serialize_4.cpp │ ├── __serialize_40.cpp │ ├── __serialize_41.cpp │ ├── __serialize_42.cpp │ ├── __serialize_43.cpp │ ├── __serialize_44.cpp │ ├── __serialize_45.cpp │ ├── __serialize_46.cpp │ ├── __serialize_47.cpp │ ├── __serialize_48.cpp │ ├── __serialize_49.cpp │ ├── __serialize_5.cpp │ ├── __serialize_50.cpp │ ├── __serialize_51.cpp │ ├── __serialize_52.cpp │ ├── __serialize_53.cpp │ ├── __serialize_54.cpp │ ├── __serialize_55.cpp │ ├── __serialize_56.cpp │ ├── __serialize_57.cpp │ ├── __serialize_58.cpp │ ├── __serialize_59.cpp │ ├── __serialize_6.cpp │ ├── __serialize_60.cpp │ ├── __serialize_61.cpp │ ├── __serialize_62.cpp │ ├── __serialize_63.cpp │ ├── __serialize_64.cpp │ ├── __serialize_65.cpp │ ├── __serialize_66.cpp │ ├── __serialize_67.cpp │ ├── __serialize_68.cpp │ ├── __serialize_69.cpp │ ├── __serialize_7.cpp │ ├── __serialize_70.cpp │ ├── __serialize_71.cpp │ ├── __serialize_72.cpp │ ├── __serialize_73.cpp │ ├── __serialize_74.cpp │ ├── __serialize_75.cpp │ ├── __serialize_76.cpp │ ├── __serialize_77.cpp │ ├── __serialize_78.cpp │ ├── __serialize_79.cpp │ ├── __serialize_8.cpp │ ├── __serialize_80.cpp │ ├── __serialize_81.cpp │ ├── __serialize_82.cpp │ ├── __serialize_83.cpp │ ├── __serialize_84.cpp │ ├── __serialize_85.cpp │ ├── __serialize_86.cpp │ ├── __serialize_87.cpp │ ├── __serialize_88.cpp │ ├── __serialize_89.cpp │ ├── __serialize_9.cpp │ ├── __serialize_90.cpp │ ├── __serialize_91.cpp │ ├── __serialize_92.cpp │ ├── __serialize_93.cpp │ ├── __serialize_94.cpp │ ├── __serialize_95.cpp │ ├── __serialize_96.cpp │ ├── __serialize_97.cpp │ ├── __serialize_98.cpp │ ├── __serialize_99.cpp │ └── serialization.cpp └── util │ └── gil.cpp └── tests ├── CMakeLists.txt ├── boosting.cpp ├── checks.cpp ├── compute_feature_importances.cpp ├── data_providers.cpp ├── dnn_feature_extraction.cpp ├── features.cpp ├── fertilized_tests.supp ├── forest.cpp ├── gain.cpp ├── impurities.cpp ├── netspec.prototxt ├── netweights.prototxt ├── parse_valgrind_suppressions.sh ├── regression_calculator.cpp ├── setup.h ├── test.cpp ├── test_template.cpp ├── threshold_decider.cpp ├── threshold_optimizer.cpp ├── timeit.h ├── trees.cpp └── util.cpp /.gitignore: -------------------------------------------------------------------------------- 1 | # The standard CMake build folders. 2 | build 3 | build_debug 4 | 5 | # The examples runtime results. 6 | examples/python/*.png 7 | examples/python/*.pyc 8 | examples/python/__pycache__ 9 | examples/matlab/test_tree.ft 10 | 11 | # The developer tools if installed. 12 | fertilized-devtools 13 | 14 | # OS specific files. 15 | .DS_store 16 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classner/fertilized-forests/e941faf5725c565e6d0bc5ca9bf597e4161afb86/.gitmodules -------------------------------------------------------------------------------- /bindings/matlab/ObjectVector.cpp: -------------------------------------------------------------------------------- 1 | // Author: Christoph Lassner. 2 | #include "./global.h" 3 | 4 | #include 5 | 6 | #include "./matlab_headers/objectvector.h" 7 | 8 | void *createObjectVector() { 9 | return reinterpret_cast(new std::vector()); 10 | }; 11 | 12 | void deleteObjectVector(void *inst) { 13 | delete reinterpret_cast*>(inst); 14 | }; 15 | 16 | void appendToObjectVector(void *inst, void *obj) { 17 | reinterpret_cast*>(inst) -> push_back(obj); 18 | }; 19 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__FeatCalcParamSet.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__features.h" 8 | #include <../../include/fertilized/features/featcalcparamset.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_FeatCalcParamSet(void *ptr) { 15 | auto * storage = static_cast*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IBaggingStrategy_0.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__bagging.h" 8 | #include <../../include/fertilized/bagging/ibaggingstrategy.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IBaggingStrategy_i_i_uint_fv_fv(void *ptr) { 15 | auto * storage = static_cast,std::vector>>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IBaggingStrategy_1.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__bagging.h" 8 | #include <../../include/fertilized/bagging/ibaggingstrategy.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IBaggingStrategy_f_f_uint_fv_fv(void *ptr) { 15 | auto * storage = static_cast,std::vector>>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IBaggingStrategy_2.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__bagging.h" 8 | #include <../../include/fertilized/bagging/ibaggingstrategy.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IBaggingStrategy_d_d_uint_fv_fv(void *ptr) { 15 | auto * storage = static_cast,std::vector>>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IBaggingStrategy_3.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__bagging.h" 8 | #include <../../include/fertilized/bagging/ibaggingstrategy.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IBaggingStrategy_uint8_uint8_uint_fv_fv(void *ptr) { 15 | auto * storage = static_cast,std::vector>>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IBaggingStrategy_4.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__bagging.h" 8 | #include <../../include/fertilized/bagging/ibaggingstrategy.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IBaggingStrategy_uint8_int16_uint_fv_fv(void *ptr) { 15 | auto * storage = static_cast,std::vector>>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IBaggingStrategy_5.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__bagging.h" 8 | #include <../../include/fertilized/bagging/ibaggingstrategy.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IBaggingStrategy_uint8_int16_int16_fv_fv(void *ptr) { 15 | auto * storage = static_cast,std::vector>>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IDataProvider_0.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__data_providers.h" 8 | #include <../../include/fertilized/data_providers/idataprovider.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IDataProvider_f_uint(void *ptr) { 15 | auto * storage = static_cast>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IDataProvider_1.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__data_providers.h" 8 | #include <../../include/fertilized/data_providers/idataprovider.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IDataProvider_i_uint(void *ptr) { 15 | auto * storage = static_cast>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IDataProvider_2.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__data_providers.h" 8 | #include <../../include/fertilized/data_providers/idataprovider.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IDataProvider_uint8_uint(void *ptr) { 15 | auto * storage = static_cast>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IDataProvider_3.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__data_providers.h" 8 | #include <../../include/fertilized/data_providers/idataprovider.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IDataProvider_uint8_int16(void *ptr) { 15 | auto * storage = static_cast>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IDataProvider_4.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__data_providers.h" 8 | #include <../../include/fertilized/data_providers/idataprovider.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IDataProvider_d_uint(void *ptr) { 15 | auto * storage = static_cast>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IDataProvider_5.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__data_providers.h" 8 | #include <../../include/fertilized/data_providers/idataprovider.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IDataProvider_d_d(void *ptr) { 15 | auto * storage = static_cast>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IDataProvider_6.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__data_providers.h" 8 | #include <../../include/fertilized/data_providers/idataprovider.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IDataProvider_f_f(void *ptr) { 15 | auto * storage = static_cast>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IEntropyFunction_0.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__impurities.h" 8 | #include <../../include/fertilized/impurities/ientropyfunction.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IEntropyFunction_f(void *ptr) { 15 | auto * storage = static_cast>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IEntropyFunction_1.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__impurities.h" 8 | #include <../../include/fertilized/impurities/ientropyfunction.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IEntropyFunction_uint(void *ptr) { 15 | auto * storage = static_cast>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IForestDataProvider_0.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__data_providers.h" 8 | #include <../../include/fertilized/data_providers/iforestdataprovider.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IForestDataProvider_f_uint(void *ptr) { 15 | auto * storage = static_cast>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IForestDataProvider_1.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__data_providers.h" 8 | #include <../../include/fertilized/data_providers/iforestdataprovider.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IForestDataProvider_i_uint(void *ptr) { 15 | auto * storage = static_cast>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IForestDataProvider_2.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__data_providers.h" 8 | #include <../../include/fertilized/data_providers/iforestdataprovider.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IForestDataProvider_uint8_uint(void *ptr) { 15 | auto * storage = static_cast>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IForestDataProvider_3.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__data_providers.h" 8 | #include <../../include/fertilized/data_providers/iforestdataprovider.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IForestDataProvider_uint8_int16(void *ptr) { 15 | auto * storage = static_cast>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IForestDataProvider_4.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__data_providers.h" 8 | #include <../../include/fertilized/data_providers/iforestdataprovider.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IForestDataProvider_d_uint(void *ptr) { 15 | auto * storage = static_cast>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IForestDataProvider_5.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__data_providers.h" 8 | #include <../../include/fertilized/data_providers/iforestdataprovider.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IForestDataProvider_d_d(void *ptr) { 15 | auto * storage = static_cast>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IForestDataProvider_6.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__data_providers.h" 8 | #include <../../include/fertilized/data_providers/iforestdataprovider.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IForestDataProvider_f_f(void *ptr) { 15 | auto * storage = static_cast>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IGainCalculator_0.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__gains.h" 8 | #include <../../include/fertilized/gains/igaincalculator.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IGainCalculator_f(void *ptr) { 15 | auto * storage = static_cast>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__IGainCalculator_1.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__gains.h" 8 | #include <../../include/fertilized/gains/igaincalculator.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_IGainCalculator_uint(void *ptr) { 15 | auto * storage = static_cast>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__ITraining_0.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__trainings.h" 8 | #include <../../include/fertilized/trainings/itraining.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_ITraining_i_i_uint_fv_fv(void *ptr) { 15 | auto * storage = static_cast,std::vector>>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__ITraining_1.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__trainings.h" 8 | #include <../../include/fertilized/trainings/itraining.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_ITraining_f_f_uint_fv_fv(void *ptr) { 15 | auto * storage = static_cast,std::vector>>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__ITraining_2.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__trainings.h" 8 | #include <../../include/fertilized/trainings/itraining.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_ITraining_d_d_uint_fv_fv(void *ptr) { 15 | auto * storage = static_cast,std::vector>>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__ITraining_3.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__trainings.h" 8 | #include <../../include/fertilized/trainings/itraining.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_ITraining_uint8_uint8_uint_fv_fv(void *ptr) { 15 | auto * storage = static_cast,std::vector>>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__ITraining_4.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__trainings.h" 8 | #include <../../include/fertilized/trainings/itraining.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_ITraining_uint8_int16_uint_fv_fv(void *ptr) { 15 | auto * storage = static_cast,std::vector>>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/exporters/__ITraining_5.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "../global.h" 7 | #include "../matlab_headers/__trainings.h" 8 | #include <../../include/fertilized/trainings/itraining.h> 9 | 10 | using namespace fertilized; 11 | 12 | 13 | // Destructor. 14 | void delete_ITraining_uint8_int16_int16_fv_fv(void *ptr) { 15 | auto * storage = static_cast,std::vector>>*>(ptr); 16 | delete storage; 17 | } 18 | -------------------------------------------------------------------------------- /bindings/matlab/fertilized/Result_Types.m: -------------------------------------------------------------------------------- 1 | classdef Result_Types 2 | % An enumeration of available library result types. 3 | % 4 | % Author: Christoph Lassner. 5 | properties 6 | name 7 | end 8 | methods 9 | function self = Result_Types(name) 10 | self.name = name; 11 | end 12 | end 13 | enumeration 14 | probabilities ('probabilities') 15 | hough_map ('hough_map') 16 | regression ('regression') 17 | end 18 | end 19 | -------------------------------------------------------------------------------- /bindings/matlab/matlab_headers/global.h: -------------------------------------------------------------------------------- 1 | /* Author: Christoph Lassner. */ 2 | #pragma once 3 | #ifndef MATFERTILIZED_MATLAB_HEADERS_GLOBAL_H_ 4 | #define MATFERTILIZED_MATLAB_HEADERS_GLOBAL_H_ 5 | 6 | // Library exports. 7 | #if defined DllExport 8 | #undef DllExport 9 | #endif 10 | #if !defined(_MSC_VER) 11 | #define DllExport 12 | #elif __BUILD_MATFERTILIZED_LIBRARY 13 | #define DllExport __declspec( dllexport ) 14 | #else 15 | #define DllExport __declspec( dllimport ) 16 | #endif 17 | 18 | #endif // MATFERTILIZED_MATLAB_HEADERS_GLOBAL_H_ 19 | -------------------------------------------------------------------------------- /bindings/matlab/matlab_headers/objectvector-nonmsvc.h: -------------------------------------------------------------------------------- 1 | /* Author: Christoph Lassner. */ 2 | #pragma once 3 | #ifndef MATFERTILIZED_MATLAB_HEADERS_OBJECTVECTOR_H_ 4 | #define MATFERTILIZED_MATLAB_HEADERS_OBJECTVECTOR_H_ 5 | 6 | #include "./global.h" 7 | 8 | #ifdef __cplusplus 9 | extern "C" 10 | { 11 | #endif 12 | void *createObjectVector(); 13 | void deleteObjectVector(void *); 14 | void appendToObjectVector(void *, void *); 15 | #ifdef __cplusplus 16 | } 17 | #endif 18 | 19 | #endif // MATFERTILIZED_MATLAB_HEADERS_OBJECTVECTOR_H_ 20 | -------------------------------------------------------------------------------- /bindings/matlab/matlab_headers/objectvector.h: -------------------------------------------------------------------------------- 1 | /* Author: Christoph Lassner. */ 2 | #pragma once 3 | #ifndef MATFERTILIZED_MATLAB_HEADERS_OBJECTVECTOR_H_ 4 | #define MATFERTILIZED_MATLAB_HEADERS_OBJECTVECTOR_H_ 5 | 6 | #include "./global.h" 7 | 8 | #ifdef __cplusplus 9 | extern "C" 10 | { 11 | #endif 12 | DllExport void *createObjectVector(); 13 | DllExport void deleteObjectVector(void *); 14 | DllExport void appendToObjectVector(void *, void *); 15 | #ifdef __cplusplus 16 | } 17 | #endif 18 | 19 | #endif // MATFERTILIZED_MATLAB_HEADERS_OBJECTVECTOR_H_ 20 | -------------------------------------------------------------------------------- /bindings/matlab/matlab_headers/stringvector-nonmsvc.h: -------------------------------------------------------------------------------- 1 | /* Author: Christoph Lassner. */ 2 | #pragma once 3 | #ifndef MATFERTILIZED_MATLAB_HEADERS_STRINGVECTOR_H_ 4 | #define MATFERTILIZED_MATLAB_HEADERS_STRINGVECTOR_H_ 5 | 6 | #include "./global.h" 7 | 8 | #ifdef __cplusplus 9 | extern "C" 10 | { 11 | #endif 12 | void *createStringVector(); 13 | void deleteStringVector(void *); 14 | void appendToStringVector(void *, char *); 15 | #ifdef __cplusplus 16 | } 17 | #endif 18 | 19 | #endif // MATFERTILIZED_MATLAB_HEADERS_STRINGVECTOR_H_ 20 | -------------------------------------------------------------------------------- /bindings/matlab/matlab_headers/stringvector.h: -------------------------------------------------------------------------------- 1 | /* Author: Christoph Lassner. */ 2 | #pragma once 3 | #ifndef MATFERTILIZED_MATLAB_HEADERS_STRINGVECTOR_H_ 4 | #define MATFERTILIZED_MATLAB_HEADERS_STRINGVECTOR_H_ 5 | 6 | #include "./global.h" 7 | 8 | #ifdef __cplusplus 9 | extern "C" 10 | { 11 | #endif 12 | DllExport void *createStringVector(); 13 | DllExport void deleteStringVector(void *); 14 | DllExport void appendToStringVector(void *, char *); 15 | #ifdef __cplusplus 16 | } 17 | #endif 18 | 19 | #endif // MATFERTILIZED_MATLAB_HEADERS_STRINGVECTOR_H_ 20 | -------------------------------------------------------------------------------- /bindings/python/exporters/__0_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__DNNFeatureExtractor_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_0() { 10 | export_DNNFeatureExtractor(""); 11 | }; 12 | } // namespace pyfertilized 13 | -------------------------------------------------------------------------------- /bindings/python/exporters/__100_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ITraining_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_100() { 10 | export_ITraining< 11 | uint8_t, 12 | int16_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__101_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ITraining_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_101() { 10 | export_ITraining< 11 | uint8_t, 12 | int16_t, 13 | int16_t, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_int16_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__105_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ObjectTemplate_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_105() { 10 | export_ObjectTemplate< 11 | int, 12 | int, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_i_i_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__106_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ObjectTemplate_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_106() { 10 | export_ObjectTemplate< 11 | float, 12 | float, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_f_f_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__107_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Tree_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_107() { 10 | export_Tree< 11 | int, 12 | int, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_i_i_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__108_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Tree_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_108() { 10 | export_Tree< 11 | float, 12 | float, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_f_f_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__109_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Tree_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_109() { 10 | export_Tree< 11 | double, 12 | double, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_d_d_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__10_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IBaggingStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_10() { 10 | export_IBaggingStrategy< 11 | float, 12 | float, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_f_f_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__110_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Tree_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_110() { 10 | export_Tree< 11 | uint8_t, 12 | uint8_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_uint8_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__111_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Tree_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_111() { 10 | export_Tree< 11 | uint8_t, 12 | int16_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__112_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Tree_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_112() { 10 | export_Tree< 11 | uint8_t, 12 | int16_t, 13 | int16_t, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_int16_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__116_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AdaBoost_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_116() { 10 | export_AdaBoost< 11 | int, 12 | int, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_i_i_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__117_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AdaBoost_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_117() { 10 | export_AdaBoost< 11 | float, 12 | float, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_f_f_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__118_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AdaBoost_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_118() { 10 | export_AdaBoost< 11 | double, 12 | double, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_d_d_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__119_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AdaBoost_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_119() { 10 | export_AdaBoost< 11 | uint8_t, 12 | uint8_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_uint8_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__11_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IBaggingStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_11() { 10 | export_IBaggingStrategy< 11 | double, 12 | double, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_d_d_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__120_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AdaBoost_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_120() { 10 | export_AdaBoost< 11 | uint8_t, 12 | int16_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__121_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AdaBoost_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_121() { 10 | export_AdaBoost< 11 | uint8_t, 12 | int16_t, 13 | int16_t, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_int16_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__122_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AlignedSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_122() { 10 | export_AlignedSurfaceCalculator< 11 | int, 12 | uint 13 | >("_i_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__123_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AlignedSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_123() { 10 | export_AlignedSurfaceCalculator< 11 | uint8_t, 12 | uint 13 | >("_uint8_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__124_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AlignedSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_124() { 10 | export_AlignedSurfaceCalculator< 11 | float, 12 | uint 13 | >("_f_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__125_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AlignedSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_125() { 10 | export_AlignedSurfaceCalculator< 11 | float, 12 | float 13 | >("_f_f"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__126_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AlignedSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_126() { 10 | export_AlignedSurfaceCalculator< 11 | double, 12 | uint 13 | >("_d_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__127_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AlignedSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_127() { 10 | export_AlignedSurfaceCalculator< 11 | double, 12 | double 13 | >("_d_d"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__128_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AlternatingThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_128() { 10 | export_AlternatingThresholdOptimizer< 11 | float, 12 | float, 13 | float 14 | >("_f_f_f"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__129_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AlternatingThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_129() { 10 | export_AlternatingThresholdOptimizer< 11 | double, 12 | double, 13 | double 14 | >("_d_d_d"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__12_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IBaggingStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_12() { 10 | export_IBaggingStrategy< 11 | uint8_t, 12 | uint8_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_uint8_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__130_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AlternatingThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_130() { 10 | export_AlternatingThresholdOptimizer< 11 | int, 12 | int, 13 | uint 14 | >("_i_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__131_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AlternatingThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_131() { 10 | export_AlternatingThresholdOptimizer< 11 | int, 12 | float, 13 | uint 14 | >("_i_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__132_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AlternatingThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_132() { 10 | export_AlternatingThresholdOptimizer< 11 | float, 12 | int, 13 | uint 14 | >("_f_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__133_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AlternatingThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_133() { 10 | export_AlternatingThresholdOptimizer< 11 | uint8_t, 12 | int, 13 | uint 14 | >("_uint8_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__134_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AlternatingThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_134() { 10 | export_AlternatingThresholdOptimizer< 11 | uint8_t, 12 | uint8_t, 13 | uint 14 | >("_uint8_uint8_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__135_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AlternatingThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_135() { 10 | export_AlternatingThresholdOptimizer< 11 | uint8_t, 12 | float, 13 | uint 14 | >("_uint8_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__136_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AlternatingThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_136() { 10 | export_AlternatingThresholdOptimizer< 11 | uint8_t, 12 | int16_t, 13 | uint 14 | >("_uint8_int16_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__137_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AlternatingThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_137() { 10 | export_AlternatingThresholdOptimizer< 11 | float, 12 | float, 13 | uint 14 | >("_f_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__138_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AlternatingThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_138() { 10 | export_AlternatingThresholdOptimizer< 11 | double, 12 | double, 13 | uint 14 | >("_d_d_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__139_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__AlternatingThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_139() { 10 | export_AlternatingThresholdOptimizer< 11 | uint8_t, 12 | int16_t, 13 | int16_t 14 | >("_uint8_int16_int16"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__13_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IBaggingStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_13() { 10 | export_IBaggingStrategy< 11 | uint8_t, 12 | int16_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__140_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__BoostedTraining_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_140() { 10 | export_BoostedTraining< 11 | int, 12 | int, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_i_i_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__141_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__BoostedTraining_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_141() { 10 | export_BoostedTraining< 11 | float, 12 | float, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_f_f_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__142_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__BoostedTraining_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_142() { 10 | export_BoostedTraining< 11 | double, 12 | double, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_d_d_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__143_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__BoostedTraining_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_143() { 10 | export_BoostedTraining< 11 | uint8_t, 12 | uint8_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_uint8_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__144_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__BoostedTraining_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_144() { 10 | export_BoostedTraining< 11 | uint8_t, 12 | int16_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__145_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__BoostedTraining_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_145() { 10 | export_BoostedTraining< 11 | uint8_t, 12 | int16_t, 13 | int16_t, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_int16_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__146_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassicTraining_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_146() { 10 | export_ClassicTraining< 11 | int, 12 | int, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_i_i_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__147_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassicTraining_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_147() { 10 | export_ClassicTraining< 11 | float, 12 | float, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_f_f_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__148_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassicTraining_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_148() { 10 | export_ClassicTraining< 11 | double, 12 | double, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_d_d_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__149_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassicTraining_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_149() { 10 | export_ClassicTraining< 11 | uint8_t, 12 | uint8_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_uint8_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__14_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IBaggingStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_14() { 10 | export_IBaggingStrategy< 11 | uint8_t, 12 | int16_t, 13 | int16_t, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_int16_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__150_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassicTraining_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_150() { 10 | export_ClassicTraining< 11 | uint8_t, 12 | int16_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__151_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassicTraining_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_151() { 10 | export_ClassicTraining< 11 | uint8_t, 12 | int16_t, 13 | int16_t, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_int16_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__155_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassificationError_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_155() { 10 | export_ClassificationError< 11 | float 12 | >("_f"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__156_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassificationError_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_156() { 10 | export_ClassificationError< 11 | uint 12 | >("_uint"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__157_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassificationLeafManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_157() { 10 | export_ClassificationLeafManager< 11 | int, 12 | uint 13 | >("_i_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__158_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassificationLeafManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_158() { 10 | export_ClassificationLeafManager< 11 | float, 12 | uint 13 | >("_f_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__159_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassificationLeafManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_159() { 10 | export_ClassificationLeafManager< 11 | double, 12 | uint 13 | >("_d_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__160_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassificationLeafManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_160() { 10 | export_ClassificationLeafManager< 11 | uint8_t, 12 | uint 13 | >("_uint8_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__161_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassificationLeafManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_161() { 10 | export_ClassificationLeafManager< 11 | uint8_t, 12 | int16_t 13 | >("_uint8_int16"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__162_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_162() { 10 | export_ClassificationThresholdOptimizer< 11 | int, 12 | int, 13 | uint 14 | >("_i_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__163_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_163() { 10 | export_ClassificationThresholdOptimizer< 11 | int, 12 | float, 13 | uint 14 | >("_i_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__164_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_164() { 10 | export_ClassificationThresholdOptimizer< 11 | float, 12 | int, 13 | uint 14 | >("_f_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__165_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_165() { 10 | export_ClassificationThresholdOptimizer< 11 | uint8_t, 12 | int, 13 | uint 14 | >("_uint8_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__166_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_166() { 10 | export_ClassificationThresholdOptimizer< 11 | uint8_t, 12 | uint8_t, 13 | uint 14 | >("_uint8_uint8_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__167_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_167() { 10 | export_ClassificationThresholdOptimizer< 11 | uint8_t, 12 | float, 13 | uint 14 | >("_uint8_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__168_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_168() { 10 | export_ClassificationThresholdOptimizer< 11 | uint8_t, 12 | int16_t, 13 | uint 14 | >("_uint8_int16_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__169_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_169() { 10 | export_ClassificationThresholdOptimizer< 11 | float, 12 | float, 13 | uint 14 | >("_f_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__170_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_170() { 10 | export_ClassificationThresholdOptimizer< 11 | double, 12 | double, 13 | uint 14 | >("_d_d_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__171_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_171() { 10 | export_ClassificationThresholdOptimizer< 11 | uint8_t, 12 | int16_t, 13 | int16_t 14 | >("_uint8_int16_int16"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__172_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ConstantRegressionCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_172() { 10 | export_ConstantRegressionCalculator< 11 | float 12 | >("_f"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__173_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ConstantRegressionCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_173() { 10 | export_ConstantRegressionCalculator< 11 | double 12 | >("_d"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__174_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__DifferenceSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_174() { 10 | export_DifferenceSurfaceCalculator< 11 | int, 12 | int, 13 | uint 14 | >("_i_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__175_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__DifferenceSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_175() { 10 | export_DifferenceSurfaceCalculator< 11 | uint8_t, 12 | int16_t, 13 | uint 14 | >("_uint8_int16_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__176_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__DifferenceSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_176() { 10 | export_DifferenceSurfaceCalculator< 11 | float, 12 | float, 13 | uint 14 | >("_f_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__177_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__DifferenceSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_177() { 10 | export_DifferenceSurfaceCalculator< 11 | float, 12 | float, 13 | float 14 | >("_f_f_f"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__178_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__DifferenceSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_178() { 10 | export_DifferenceSurfaceCalculator< 11 | double, 12 | double, 13 | uint 14 | >("_d_d_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__179_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__DifferenceSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_179() { 10 | export_DifferenceSurfaceCalculator< 11 | double, 12 | double, 13 | double 14 | >("_d_d_d"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__180_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__DirectPatchDifferenceSurfCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_180() { 10 | export_DirectPatchDifferenceSurfCalculator< 11 | uint8_t, 12 | int16_t, 13 | uint 14 | >("_uint8_int16_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__181_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__DirectPatchDifferenceSurfCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_181() { 10 | export_DirectPatchDifferenceSurfCalculator< 11 | uint8_t, 12 | int16_t, 13 | int16_t 14 | >("_uint8_int16_int16"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__182_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__EntropyGain_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_182() { 10 | export_EntropyGain< 11 | float 12 | >("_f"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__183_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__EntropyGain_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_183() { 10 | export_EntropyGain< 11 | uint 12 | >("_uint"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__184_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__EqualDistBagging_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_184() { 10 | export_EqualDistBagging< 11 | int, 12 | int, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_i_i_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__185_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__EqualDistBagging_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_185() { 10 | export_EqualDistBagging< 11 | float, 12 | float, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_f_f_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__186_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__EqualDistBagging_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_186() { 10 | export_EqualDistBagging< 11 | double, 12 | double, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_d_d_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__187_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__EqualDistBagging_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_187() { 10 | export_EqualDistBagging< 11 | uint8_t, 12 | uint8_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_uint8_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__188_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__EqualDistBagging_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_188() { 10 | export_EqualDistBagging< 11 | uint8_t, 12 | int16_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__189_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__EqualDistBagging_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_189() { 10 | export_EqualDistBagging< 11 | uint8_t, 12 | int16_t, 13 | int16_t, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_int16_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__18_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IBoostingStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_18() { 10 | export_IBoostingStrategy< 11 | int, 12 | int, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_i_i_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__193_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__HoughLeafManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_193() { 10 | export_HoughLeafManager< 11 | uint8_t, 12 | int16_t 13 | >("_uint8_int16"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__194_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__InducedEntropy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_194() { 10 | export_InducedEntropy< 11 | float 12 | >("_f"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__195_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__InducedEntropy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_195() { 10 | export_InducedEntropy< 11 | uint 12 | >("_uint"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__196_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__LinearRegressionCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_196() { 10 | export_LinearRegressionCalculator< 11 | float 12 | >("_f"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__197_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__LinearRegressionCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_197() { 10 | export_LinearRegressionCalculator< 11 | double 12 | >("_d"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__198_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__LinearSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_198() { 10 | export_LinearSurfaceCalculator< 11 | int, 12 | uint 13 | >("_i_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__199_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__LinearSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_199() { 10 | export_LinearSurfaceCalculator< 11 | uint8_t, 12 | uint 13 | >("_uint8_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__19_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IBoostingStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_19() { 10 | export_IBoostingStrategy< 11 | float, 12 | float, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_f_f_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__1_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__FeatCalcParamSet_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_1() { 10 | export_FeatCalcParamSet(""); 11 | }; 12 | } // namespace pyfertilized 13 | -------------------------------------------------------------------------------- /bindings/python/exporters/__200_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__LinearSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_200() { 10 | export_LinearSurfaceCalculator< 11 | float, 12 | uint 13 | >("_f_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__201_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__LinearSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_201() { 10 | export_LinearSurfaceCalculator< 11 | float, 12 | float 13 | >("_f_f"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__202_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__LinearSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_202() { 10 | export_LinearSurfaceCalculator< 11 | double, 12 | double 13 | >("_d_d"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__203_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__LinearSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_203() { 10 | export_LinearSurfaceCalculator< 11 | double, 12 | uint 13 | >("_d_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__204_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__LocalExecutionStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_204() { 10 | export_LocalExecutionStrategy< 11 | int, 12 | int, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_i_i_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__205_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__LocalExecutionStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_205() { 10 | export_LocalExecutionStrategy< 11 | float, 12 | float, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_f_f_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__206_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__LocalExecutionStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_206() { 10 | export_LocalExecutionStrategy< 11 | double, 12 | double, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_d_d_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__207_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__LocalExecutionStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_207() { 10 | export_LocalExecutionStrategy< 11 | uint8_t, 12 | uint8_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_uint8_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__208_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__LocalExecutionStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_208() { 10 | export_LocalExecutionStrategy< 11 | uint8_t, 12 | int16_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__209_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__LocalExecutionStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_209() { 10 | export_LocalExecutionStrategy< 11 | uint8_t, 12 | int16_t, 13 | int16_t, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_int16_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__20_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IBoostingStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_20() { 10 | export_IBoostingStrategy< 11 | double, 12 | double, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_d_d_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__213_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__NoBagging_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_213() { 10 | export_NoBagging< 11 | int, 12 | int, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_i_i_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__214_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__NoBagging_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_214() { 10 | export_NoBagging< 11 | float, 12 | float, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_f_f_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__215_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__NoBagging_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_215() { 10 | export_NoBagging< 11 | double, 12 | double, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_d_d_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__216_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__NoBagging_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_216() { 10 | export_NoBagging< 11 | uint8_t, 12 | uint8_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_uint8_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__217_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__NoBagging_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_217() { 10 | export_NoBagging< 11 | uint8_t, 12 | int16_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__218_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__NoBagging_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_218() { 10 | export_NoBagging< 11 | uint8_t, 12 | int16_t, 13 | int16_t, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_int16_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__21_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IBoostingStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_21() { 10 | export_IBoostingStrategy< 11 | uint8_t, 12 | uint8_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_uint8_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__222_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__PatchSampleManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_222() { 10 | export_PatchSampleManager< 11 | uint8_t, 12 | int16_t 13 | >("_uint8_int16"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__223_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__PatchSampleManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_223() { 10 | export_PatchSampleManager< 11 | uint8_t, 12 | uint 13 | >("_uint8_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__224_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__QuadraticSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_224() { 10 | export_QuadraticSurfaceCalculator< 11 | int, 12 | uint 13 | >("_i_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__225_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__QuadraticSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_225() { 10 | export_QuadraticSurfaceCalculator< 11 | uint8_t, 12 | uint 13 | >("_uint8_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__226_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__QuadraticSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_226() { 10 | export_QuadraticSurfaceCalculator< 11 | float, 12 | uint 13 | >("_f_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__227_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__QuadraticSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_227() { 10 | export_QuadraticSurfaceCalculator< 11 | float, 12 | float 13 | >("_f_f"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__228_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__QuadraticSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_228() { 10 | export_QuadraticSurfaceCalculator< 11 | double, 12 | uint 13 | >("_d_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__229_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__QuadraticSurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_229() { 10 | export_QuadraticSurfaceCalculator< 11 | double, 12 | double 13 | >("_d_d"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__22_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IBoostingStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_22() { 10 | export_IBoostingStrategy< 11 | uint8_t, 12 | int16_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__230_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__RandomizedClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_230() { 10 | export_RandomizedClassificationThresholdOptimizer< 11 | int, 12 | int, 13 | uint 14 | >("_i_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__231_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__RandomizedClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_231() { 10 | export_RandomizedClassificationThresholdOptimizer< 11 | int, 12 | float, 13 | uint 14 | >("_i_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__232_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__RandomizedClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_232() { 10 | export_RandomizedClassificationThresholdOptimizer< 11 | float, 12 | int, 13 | uint 14 | >("_f_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__233_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__RandomizedClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_233() { 10 | export_RandomizedClassificationThresholdOptimizer< 11 | uint8_t, 12 | int, 13 | uint 14 | >("_uint8_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__234_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__RandomizedClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_234() { 10 | export_RandomizedClassificationThresholdOptimizer< 11 | uint8_t, 12 | uint8_t, 13 | uint 14 | >("_uint8_uint8_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__235_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__RandomizedClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_235() { 10 | export_RandomizedClassificationThresholdOptimizer< 11 | uint8_t, 12 | float, 13 | uint 14 | >("_uint8_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__236_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__RandomizedClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_236() { 10 | export_RandomizedClassificationThresholdOptimizer< 11 | uint8_t, 12 | int16_t, 13 | uint 14 | >("_uint8_int16_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__237_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__RandomizedClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_237() { 10 | export_RandomizedClassificationThresholdOptimizer< 11 | float, 12 | float, 13 | uint 14 | >("_f_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__238_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__RandomizedClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_238() { 10 | export_RandomizedClassificationThresholdOptimizer< 11 | double, 12 | double, 13 | uint 14 | >("_d_d_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__239_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__RandomizedClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_239() { 10 | export_RandomizedClassificationThresholdOptimizer< 11 | uint8_t, 12 | int16_t, 13 | int16_t 14 | >("_uint8_int16_int16"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__23_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IBoostingStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_23() { 10 | export_IBoostingStrategy< 11 | uint8_t, 12 | int16_t, 13 | int16_t, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_int16_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__240_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__RegressionLeafManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_240() { 10 | export_RegressionLeafManager< 11 | float 12 | >("_f"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__241_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__RegressionLeafManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_241() { 10 | export_RegressionLeafManager< 11 | double 12 | >("_d"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__242_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__RegressionThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_242() { 10 | export_RegressionThresholdOptimizer< 11 | float, 12 | float 13 | >("_f_f"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__243_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__RegressionThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_243() { 10 | export_RegressionThresholdOptimizer< 11 | double, 12 | double 13 | >("_d_d"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__244_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__RenyiEntropy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_244() { 10 | export_RenyiEntropy< 11 | float 12 | >("_f"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__245_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__RenyiEntropy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_245() { 10 | export_RenyiEntropy< 11 | uint 12 | >("_uint"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__246_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Samme_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_246() { 10 | export_Samme< 11 | int, 12 | int, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_i_i_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__247_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Samme_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_247() { 10 | export_Samme< 11 | float, 12 | float, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_f_f_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__248_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Samme_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_248() { 10 | export_Samme< 11 | double, 12 | double, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_d_d_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__249_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Samme_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_249() { 10 | export_Samme< 11 | uint8_t, 12 | uint8_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_uint8_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__24_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_24() { 10 | export_IDataProvider< 11 | float, 12 | uint 13 | >("_f_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__250_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Samme_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_250() { 10 | export_Samme< 11 | uint8_t, 12 | int16_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__251_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Samme_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_251() { 10 | export_Samme< 11 | uint8_t, 12 | int16_t, 13 | int16_t, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_int16_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__252_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Samme_R_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_252() { 10 | export_Samme_R< 11 | int, 12 | int, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_i_i_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__253_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Samme_R_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_253() { 10 | export_Samme_R< 11 | float, 12 | float, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_f_f_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__254_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Samme_R_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_254() { 10 | export_Samme_R< 11 | double, 12 | double, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_d_d_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__255_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Samme_R_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_255() { 10 | export_Samme_R< 11 | uint8_t, 12 | uint8_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_uint8_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__256_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Samme_R_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_256() { 10 | export_Samme_R< 11 | uint8_t, 12 | int16_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__257_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Samme_R_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_257() { 10 | export_Samme_R< 11 | uint8_t, 12 | int16_t, 13 | int16_t, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_int16_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__258_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ShannonEntropy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_258() { 10 | export_ShannonEntropy< 11 | float 12 | >("_f"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__259_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ShannonEntropy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_259() { 10 | export_ShannonEntropy< 11 | uint 12 | >("_uint"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__25_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_25() { 10 | export_IDataProvider< 11 | int, 12 | uint 13 | >("_i_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__260_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__StandardFeatureSelectionProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_260() { 10 | export_StandardFeatureSelectionProvider(""); 11 | }; 12 | } // namespace pyfertilized 13 | -------------------------------------------------------------------------------- /bindings/python/exporters/__261_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__SubsamplingDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_261() { 10 | export_SubsamplingDataProvider< 11 | uint8_t, 12 | int16_t 13 | >("_uint8_int16"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__262_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__SubsamplingDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_262() { 10 | export_SubsamplingDataProvider< 11 | uint8_t, 12 | uint 13 | >("_uint8_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__263_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ThresholdDecider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_263() { 10 | export_ThresholdDecider< 11 | int, 12 | int, 13 | uint 14 | >("_i_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__264_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ThresholdDecider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_264() { 10 | export_ThresholdDecider< 11 | uint8_t, 12 | uint8_t, 13 | uint 14 | >("_uint8_uint8_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__265_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ThresholdDecider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_265() { 10 | export_ThresholdDecider< 11 | uint8_t, 12 | int16_t, 13 | uint 14 | >("_uint8_int16_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__266_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ThresholdDecider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_266() { 10 | export_ThresholdDecider< 11 | float, 12 | float, 13 | uint 14 | >("_f_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__267_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ThresholdDecider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_267() { 10 | export_ThresholdDecider< 11 | double, 12 | double, 13 | uint 14 | >("_d_d_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__268_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ThresholdDecider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_268() { 10 | export_ThresholdDecider< 11 | uint8_t, 12 | int16_t, 13 | int16_t 14 | >("_uint8_int16_int16"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__269_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ThresholdDecider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_269() { 10 | export_ThresholdDecider< 11 | float, 12 | float, 13 | float 14 | >("_f_f_f"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__26_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_26() { 10 | export_IDataProvider< 11 | uint8_t, 12 | uint 13 | >("_uint8_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__270_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ThresholdDecider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_270() { 10 | export_ThresholdDecider< 11 | double, 12 | double, 13 | double 14 | >("_d_d_d"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__271_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__TsallisEntropy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_271() { 10 | export_TsallisEntropy< 11 | float 12 | >("_f"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__272_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__TsallisEntropy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_272() { 10 | export_TsallisEntropy< 11 | uint 12 | >("_uint"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__273_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__TwoSideClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_273() { 10 | export_TwoSideClassificationThresholdOptimizer< 11 | int, 12 | int, 13 | uint 14 | >("_i_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__274_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__TwoSideClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_274() { 10 | export_TwoSideClassificationThresholdOptimizer< 11 | int, 12 | float, 13 | uint 14 | >("_i_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__275_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__TwoSideClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_275() { 10 | export_TwoSideClassificationThresholdOptimizer< 11 | float, 12 | int, 13 | uint 14 | >("_f_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__276_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__TwoSideClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_276() { 10 | export_TwoSideClassificationThresholdOptimizer< 11 | uint8_t, 12 | int, 13 | uint 14 | >("_uint8_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__277_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__TwoSideClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_277() { 10 | export_TwoSideClassificationThresholdOptimizer< 11 | uint8_t, 12 | uint8_t, 13 | uint 14 | >("_uint8_uint8_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__278_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__TwoSideClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_278() { 10 | export_TwoSideClassificationThresholdOptimizer< 11 | uint8_t, 12 | float, 13 | uint 14 | >("_uint8_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__279_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__TwoSideClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_279() { 10 | export_TwoSideClassificationThresholdOptimizer< 11 | uint8_t, 12 | int16_t, 13 | uint 14 | >("_uint8_int16_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__27_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_27() { 10 | export_IDataProvider< 11 | uint8_t, 12 | int16_t 13 | >("_uint8_int16"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__280_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__TwoSideClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_280() { 10 | export_TwoSideClassificationThresholdOptimizer< 11 | float, 12 | float, 13 | uint 14 | >("_f_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__281_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__TwoSideClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_281() { 10 | export_TwoSideClassificationThresholdOptimizer< 11 | double, 12 | double, 13 | uint 14 | >("_d_d_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__282_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__TwoSideClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_282() { 10 | export_TwoSideClassificationThresholdOptimizer< 11 | uint8_t, 12 | int16_t, 13 | int16_t 14 | >("_uint8_int16_int16"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__283_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__UnchangedDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_283() { 10 | export_UnchangedDataProvider< 11 | float, 12 | uint 13 | >("_f_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__284_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__UnchangedDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_284() { 10 | export_UnchangedDataProvider< 11 | int, 12 | uint 13 | >("_i_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__285_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__UnchangedDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_285() { 10 | export_UnchangedDataProvider< 11 | uint8_t, 12 | uint 13 | >("_uint8_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__286_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__UnchangedDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_286() { 10 | export_UnchangedDataProvider< 11 | uint8_t, 12 | int16_t 13 | >("_uint8_int16"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__287_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__UnchangedDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_287() { 10 | export_UnchangedDataProvider< 11 | double, 12 | uint 13 | >("_d_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__288_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__UnchangedDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_288() { 10 | export_UnchangedDataProvider< 11 | double, 12 | double 13 | >("_d_d"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__289_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__UnchangedDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_289() { 10 | export_UnchangedDataProvider< 11 | float, 12 | float 13 | >("_f_f"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__28_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_28() { 10 | export_IDataProvider< 11 | double, 12 | uint 13 | >("_d_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__290_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__UnchangedFDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_290() { 10 | export_UnchangedFDataProvider< 11 | float, 12 | uint 13 | >("_f_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__291_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__UnchangedFDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_291() { 10 | export_UnchangedFDataProvider< 11 | int, 12 | uint 13 | >("_i_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__292_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__UnchangedFDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_292() { 10 | export_UnchangedFDataProvider< 11 | uint8_t, 12 | uint 13 | >("_uint8_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__293_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__UnchangedFDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_293() { 10 | export_UnchangedFDataProvider< 11 | uint8_t, 12 | int16_t 13 | >("_uint8_int16"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__294_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__UnchangedFDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_294() { 10 | export_UnchangedFDataProvider< 11 | double, 12 | uint 13 | >("_d_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__295_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__UnchangedFDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_295() { 10 | export_UnchangedFDataProvider< 11 | double, 12 | double 13 | >("_d_d"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__296_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__UnchangedFDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_296() { 10 | export_UnchangedFDataProvider< 11 | float, 12 | float 13 | >("_f_f"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__297_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__VarianceClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_297() { 10 | export_VarianceClassificationThresholdOptimizer< 11 | int, 12 | int, 13 | uint 14 | >("_i_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__298_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__VarianceClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_298() { 10 | export_VarianceClassificationThresholdOptimizer< 11 | int, 12 | float, 13 | uint 14 | >("_i_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__299_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__VarianceClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_299() { 10 | export_VarianceClassificationThresholdOptimizer< 11 | float, 12 | int, 13 | uint 14 | >("_f_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__29_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_29() { 10 | export_IDataProvider< 11 | double, 12 | double 13 | >("_d_d"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__2_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Forest_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_2() { 10 | export_Forest< 11 | int, 12 | int, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_i_i_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__300_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__VarianceClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_300() { 10 | export_VarianceClassificationThresholdOptimizer< 11 | uint8_t, 12 | int, 13 | uint 14 | >("_uint8_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__301_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__VarianceClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_301() { 10 | export_VarianceClassificationThresholdOptimizer< 11 | uint8_t, 12 | uint8_t, 13 | uint 14 | >("_uint8_uint8_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__302_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__VarianceClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_302() { 10 | export_VarianceClassificationThresholdOptimizer< 11 | uint8_t, 12 | float, 13 | uint 14 | >("_uint8_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__303_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__VarianceClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_303() { 10 | export_VarianceClassificationThresholdOptimizer< 11 | uint8_t, 12 | int16_t, 13 | uint 14 | >("_uint8_int16_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__304_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__VarianceClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_304() { 10 | export_VarianceClassificationThresholdOptimizer< 11 | float, 12 | float, 13 | uint 14 | >("_f_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__305_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__VarianceClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_305() { 10 | export_VarianceClassificationThresholdOptimizer< 11 | double, 12 | double, 13 | uint 14 | >("_d_d_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__306_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__VarianceClassificationThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_306() { 10 | export_VarianceClassificationThresholdOptimizer< 11 | uint8_t, 12 | int16_t, 13 | int16_t 14 | >("_uint8_int16_int16"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__307_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__VolumeFeatureSelectionProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_307() { 10 | export_VolumeFeatureSelectionProvider(""); 11 | }; 12 | } // namespace pyfertilized 13 | -------------------------------------------------------------------------------- /bindings/python/exporters/__308_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__BoostingLeafManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_308() { 10 | export_BoostingLeafManager< 11 | int, 12 | uint 13 | >("_i_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__309_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__BoostingLeafManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_309() { 10 | export_BoostingLeafManager< 11 | float, 12 | uint 13 | >("_f_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__30_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_30() { 10 | export_IDataProvider< 11 | float, 12 | float 13 | >("_f_f"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__310_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__BoostingLeafManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_310() { 10 | export_BoostingLeafManager< 11 | double, 12 | uint 13 | >("_d_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__311_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__BoostingLeafManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_311() { 10 | export_BoostingLeafManager< 11 | uint8_t, 12 | uint 13 | >("_uint8_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__312_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__BoostingLeafManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_312() { 10 | export_BoostingLeafManager< 11 | uint8_t, 12 | int16_t 13 | >("_uint8_int16"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__313_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__NoCopyPatchSampleManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_313() { 10 | export_NoCopyPatchSampleManager< 11 | uint8_t, 12 | int16_t 13 | >("_uint8_int16"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__314_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__NoCopyPatchSampleManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_314() { 10 | export_NoCopyPatchSampleManager< 11 | uint8_t, 12 | uint 13 | >("_uint8_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__31_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IDecider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_31() { 10 | export_IDecider< 11 | int, 12 | int, 13 | uint 14 | >("_i_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__32_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IDecider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_32() { 10 | export_IDecider< 11 | uint8_t, 12 | uint8_t, 13 | uint 14 | >("_uint8_uint8_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__33_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IDecider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_33() { 10 | export_IDecider< 11 | uint8_t, 12 | int16_t, 13 | uint 14 | >("_uint8_int16_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__34_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IDecider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_34() { 10 | export_IDecider< 11 | float, 12 | float, 13 | uint 14 | >("_f_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__35_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IDecider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_35() { 10 | export_IDecider< 11 | double, 12 | double, 13 | uint 14 | >("_d_d_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__36_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IDecider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_36() { 10 | export_IDecider< 11 | uint8_t, 12 | int16_t, 13 | int16_t 14 | >("_uint8_int16_int16"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__37_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IDecider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_37() { 10 | export_IDecider< 11 | float, 12 | float, 13 | float 14 | >("_f_f_f"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__38_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IDecider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_38() { 10 | export_IDecider< 11 | double, 12 | double, 13 | double 14 | >("_d_d_d"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__39_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IEntropyFunction_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_39() { 10 | export_IEntropyFunction< 11 | float 12 | >("_f"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__3_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Forest_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_3() { 10 | export_Forest< 11 | float, 12 | float, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_f_f_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__40_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IEntropyFunction_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_40() { 10 | export_IEntropyFunction< 11 | uint 12 | >("_uint"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__41_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IExecutionStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_41() { 10 | export_IExecutionStrategy< 11 | int, 12 | int, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_i_i_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__42_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IExecutionStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_42() { 10 | export_IExecutionStrategy< 11 | float, 12 | float, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_f_f_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__43_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IExecutionStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_43() { 10 | export_IExecutionStrategy< 11 | double, 12 | double, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_d_d_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__44_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IExecutionStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_44() { 10 | export_IExecutionStrategy< 11 | uint8_t, 12 | uint8_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_uint8_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__45_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IExecutionStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_45() { 10 | export_IExecutionStrategy< 11 | uint8_t, 12 | int16_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__46_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IExecutionStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_46() { 10 | export_IExecutionStrategy< 11 | uint8_t, 12 | int16_t, 13 | int16_t, 14 | std::vector, 15 | std::vector 16 | >("_uint8_int16_int16_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__4_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Forest_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_4() { 10 | export_Forest< 11 | double, 12 | double, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_d_d_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__50_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IFeatureSelectionProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_50() { 10 | export_IFeatureSelectionProvider(""); 11 | }; 12 | } // namespace pyfertilized 13 | -------------------------------------------------------------------------------- /bindings/python/exporters/__51_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IForestDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_51() { 10 | export_IForestDataProvider< 11 | float, 12 | uint 13 | >("_f_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__52_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IForestDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_52() { 10 | export_IForestDataProvider< 11 | int, 12 | uint 13 | >("_i_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__53_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IForestDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_53() { 10 | export_IForestDataProvider< 11 | uint8_t, 12 | uint 13 | >("_uint8_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__54_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IForestDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_54() { 10 | export_IForestDataProvider< 11 | uint8_t, 12 | int16_t 13 | >("_uint8_int16"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__55_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IForestDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_55() { 10 | export_IForestDataProvider< 11 | double, 12 | uint 13 | >("_d_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__56_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IForestDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_56() { 10 | export_IForestDataProvider< 11 | double, 12 | double 13 | >("_d_d"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__57_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IForestDataProvider_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_57() { 10 | export_IForestDataProvider< 11 | float, 12 | float 13 | >("_f_f"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__58_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IGainCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_58() { 10 | export_IGainCalculator< 11 | float 12 | >("_f"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__59_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IGainCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_59() { 10 | export_IGainCalculator< 11 | uint 12 | >("_uint"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__5_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__Forest_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_5() { 10 | export_Forest< 11 | uint8_t, 12 | uint8_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_uint8_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__60_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ILeafManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_60() { 10 | export_ILeafManager< 11 | int, 12 | uint, 13 | std::vector, 14 | std::vector 15 | >("_i_uint_fv_fv"); 16 | }; 17 | } // namespace pyfertilized 18 | -------------------------------------------------------------------------------- /bindings/python/exporters/__61_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ILeafManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_61() { 10 | export_ILeafManager< 11 | float, 12 | uint, 13 | std::vector, 14 | std::vector 15 | >("_f_uint_fv_fv"); 16 | }; 17 | } // namespace pyfertilized 18 | -------------------------------------------------------------------------------- /bindings/python/exporters/__62_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ILeafManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_62() { 10 | export_ILeafManager< 11 | double, 12 | uint, 13 | std::vector, 14 | std::vector 15 | >("_d_uint_fv_fv"); 16 | }; 17 | } // namespace pyfertilized 18 | -------------------------------------------------------------------------------- /bindings/python/exporters/__63_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ILeafManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_63() { 10 | export_ILeafManager< 11 | uint8_t, 12 | uint, 13 | std::vector, 14 | std::vector 15 | >("_uint8_uint_fv_fv"); 16 | }; 17 | } // namespace pyfertilized 18 | -------------------------------------------------------------------------------- /bindings/python/exporters/__64_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ILeafManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_64() { 10 | export_ILeafManager< 11 | uint8_t, 12 | int16_t, 13 | std::vector, 14 | std::vector 15 | >("_uint8_int16_fv_fv"); 16 | }; 17 | } // namespace pyfertilized 18 | -------------------------------------------------------------------------------- /bindings/python/exporters/__65_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ILeafManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_65() { 10 | export_ILeafManager< 11 | uint8_t, 12 | int16_t, 13 | std::pair>>, 14 | std::vector>>> 15 | >("_uint8_int16_hp_vhp"); 16 | }; 17 | } // namespace pyfertilized 18 | -------------------------------------------------------------------------------- /bindings/python/exporters/__68_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IRegressionCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_68() { 10 | export_IRegressionCalculator< 11 | float 12 | >("_f"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__69_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IRegressionCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_69() { 10 | export_IRegressionCalculator< 11 | double 12 | >("_d"); 13 | }; 14 | } // namespace pyfertilized 15 | -------------------------------------------------------------------------------- /bindings/python/exporters/__70_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ISampleManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_70() { 10 | export_ISampleManager< 11 | uint8_t, 12 | int16_t 13 | >("_uint8_int16"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__71_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ISampleManager_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_71() { 10 | export_ISampleManager< 11 | uint8_t, 12 | uint 13 | >("_uint8_uint"); 14 | }; 15 | } // namespace pyfertilized 16 | -------------------------------------------------------------------------------- /bindings/python/exporters/__72_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ISurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_72() { 10 | export_ISurfaceCalculator< 11 | int, 12 | int, 13 | uint 14 | >("_i_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__73_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ISurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_73() { 10 | export_ISurfaceCalculator< 11 | int, 12 | float, 13 | uint 14 | >("_i_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__74_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ISurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_74() { 10 | export_ISurfaceCalculator< 11 | uint8_t, 12 | uint8_t, 13 | uint 14 | >("_uint8_uint8_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__75_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ISurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_75() { 10 | export_ISurfaceCalculator< 11 | uint8_t, 12 | int16_t, 13 | uint 14 | >("_uint8_int16_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__76_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ISurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_76() { 10 | export_ISurfaceCalculator< 11 | uint8_t, 12 | int16_t, 13 | int16_t 14 | >("_uint8_int16_int16"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__77_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ISurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_77() { 10 | export_ISurfaceCalculator< 11 | uint8_t, 12 | float, 13 | uint 14 | >("_uint8_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__78_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ISurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_78() { 10 | export_ISurfaceCalculator< 11 | float, 12 | float, 13 | uint 14 | >("_f_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__79_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ISurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_79() { 10 | export_ISurfaceCalculator< 11 | float, 12 | float, 13 | float 14 | >("_f_f_f"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__80_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ISurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_80() { 10 | export_ISurfaceCalculator< 11 | double, 12 | double, 13 | uint 14 | >("_d_d_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__81_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ISurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_81() { 10 | export_ISurfaceCalculator< 11 | double, 12 | float, 13 | uint 14 | >("_d_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__82_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ISurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_82() { 10 | export_ISurfaceCalculator< 11 | double, 12 | double, 13 | double 14 | >("_d_d_d"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__83_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ISurfaceCalculator_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_83() { 10 | export_ISurfaceCalculator< 11 | double, 12 | float, 13 | double 14 | >("_d_f_d"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__84_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_84() { 10 | export_IThresholdOptimizer< 11 | float, 12 | float, 13 | float 14 | >("_f_f_f"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__85_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_85() { 10 | export_IThresholdOptimizer< 11 | double, 12 | double, 13 | double 14 | >("_d_d_d"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__86_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_86() { 10 | export_IThresholdOptimizer< 11 | int, 12 | int, 13 | uint 14 | >("_i_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__87_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_87() { 10 | export_IThresholdOptimizer< 11 | int, 12 | float, 13 | uint 14 | >("_i_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__88_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_88() { 10 | export_IThresholdOptimizer< 11 | float, 12 | int, 13 | uint 14 | >("_f_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__89_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_89() { 10 | export_IThresholdOptimizer< 11 | uint8_t, 12 | int, 13 | uint 14 | >("_uint8_i_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__90_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_90() { 10 | export_IThresholdOptimizer< 11 | uint8_t, 12 | uint8_t, 13 | uint 14 | >("_uint8_uint8_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__91_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_91() { 10 | export_IThresholdOptimizer< 11 | uint8_t, 12 | float, 13 | uint 14 | >("_uint8_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__92_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_92() { 10 | export_IThresholdOptimizer< 11 | uint8_t, 12 | int16_t, 13 | uint 14 | >("_uint8_int16_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__93_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_93() { 10 | export_IThresholdOptimizer< 11 | float, 12 | float, 13 | uint 14 | >("_f_f_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__94_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_94() { 10 | export_IThresholdOptimizer< 11 | double, 12 | double, 13 | uint 14 | >("_d_d_uint"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__95_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IThresholdOptimizer_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_95() { 10 | export_IThresholdOptimizer< 11 | uint8_t, 12 | int16_t, 13 | int16_t 14 | >("_uint8_int16_int16"); 15 | }; 16 | } // namespace pyfertilized 17 | -------------------------------------------------------------------------------- /bindings/python/exporters/__96_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ITraining_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_96() { 10 | export_ITraining< 11 | int, 12 | int, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_i_i_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__97_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ITraining_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_97() { 10 | export_ITraining< 11 | float, 12 | float, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_f_f_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__98_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ITraining_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_98() { 10 | export_ITraining< 11 | double, 12 | double, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_d_d_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__99_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__ITraining_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_99() { 10 | export_ITraining< 11 | uint8_t, 12 | uint8_t, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_uint8_uint8_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters/__9_exporter.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./__IBaggingStrategy_exporter.h" 7 | 8 | namespace pyfertilized { 9 | void __python_export_9() { 10 | export_IBaggingStrategy< 11 | int, 12 | int, 13 | uint, 14 | std::vector, 15 | std::vector 16 | >("_i_i_uint_fv_fv"); 17 | }; 18 | } // namespace pyfertilized 19 | -------------------------------------------------------------------------------- /bindings/python/exporters_vec_types/__vec_exporter_0.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./vec_exporter.h" 7 | 8 | #include 9 | 10 | #include "../global.h" 11 | #include "../util.h" 12 | #include 13 | 14 | using namespace fertilized; 15 | 16 | namespace pyfertilized { 17 | void __export_vectors_0() { 18 | custom_vector_from_seq>(); 19 | }; 20 | } // namespace pyfertilized -------------------------------------------------------------------------------- /bindings/python/exporters_vec_types/__vec_exporter_1.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./vec_exporter.h" 7 | 8 | #include 9 | 10 | #include "../global.h" 11 | #include "../util.h" 12 | #include 13 | 14 | using namespace fertilized; 15 | 16 | namespace pyfertilized { 17 | void __export_vectors_1() { 18 | custom_vector_from_seq>(); 19 | }; 20 | } // namespace pyfertilized -------------------------------------------------------------------------------- /bindings/python/exporters_vec_types/__vec_exporter_11.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./vec_exporter.h" 7 | 8 | #include 9 | 10 | #include "../global.h" 11 | #include "../util.h" 12 | #include 13 | 14 | using namespace fertilized; 15 | 16 | namespace pyfertilized { 17 | void __export_vectors_11() { 18 | custom_vector_from_seq,std::vector>::dec_t>>(); 19 | }; 20 | } // namespace pyfertilized -------------------------------------------------------------------------------- /bindings/python/exporters_vec_types/__vec_exporter_12.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./vec_exporter.h" 7 | 8 | #include 9 | 10 | #include "../global.h" 11 | #include "../util.h" 12 | #include 13 | 14 | using namespace fertilized; 15 | 16 | namespace pyfertilized { 17 | void __export_vectors_12() { 18 | custom_vector_from_seq,std::vector>::leaf_man_t>>(); 19 | }; 20 | } // namespace pyfertilized -------------------------------------------------------------------------------- /bindings/python/exporters_vec_types/__vec_exporter_13.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./vec_exporter.h" 7 | 8 | #include 9 | 10 | #include "../global.h" 11 | #include "../util.h" 12 | #include 13 | 14 | using namespace fertilized; 15 | 16 | namespace pyfertilized { 17 | void __export_vectors_13() { 18 | custom_vector_from_seq,std::vector>::dec_t>>(); 19 | }; 20 | } // namespace pyfertilized -------------------------------------------------------------------------------- /bindings/python/exporters_vec_types/__vec_exporter_14.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./vec_exporter.h" 7 | 8 | #include 9 | 10 | #include "../global.h" 11 | #include "../util.h" 12 | #include 13 | 14 | using namespace fertilized; 15 | 16 | namespace pyfertilized { 17 | void __export_vectors_14() { 18 | custom_vector_from_seq,std::vector>::leaf_man_t>>(); 19 | }; 20 | } // namespace pyfertilized -------------------------------------------------------------------------------- /bindings/python/exporters_vec_types/__vec_exporter_17.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./vec_exporter.h" 7 | 8 | #include 9 | 10 | #include "../global.h" 11 | #include "../util.h" 12 | #include 13 | 14 | using namespace fertilized; 15 | 16 | namespace pyfertilized { 17 | void __export_vectors_17() { 18 | custom_vector_from_seq,std::vector>::dec_t>>(); 19 | }; 20 | } // namespace pyfertilized -------------------------------------------------------------------------------- /bindings/python/exporters_vec_types/__vec_exporter_19.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./vec_exporter.h" 7 | 8 | #include 9 | 10 | #include "../global.h" 11 | #include "../util.h" 12 | #include 13 | 14 | using namespace fertilized; 15 | 16 | namespace pyfertilized { 17 | void __export_vectors_19() { 18 | custom_vector_from_seq(); 19 | }; 20 | } // namespace pyfertilized -------------------------------------------------------------------------------- /bindings/python/exporters_vec_types/__vec_exporter_2.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./vec_exporter.h" 7 | 8 | #include 9 | 10 | #include "../global.h" 11 | #include "../util.h" 12 | #include 13 | 14 | using namespace fertilized; 15 | 16 | namespace pyfertilized { 17 | void __export_vectors_2() { 18 | custom_vector_from_seq(); 19 | }; 20 | } // namespace pyfertilized -------------------------------------------------------------------------------- /bindings/python/exporters_vec_types/__vec_exporter_21.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./vec_exporter.h" 7 | 8 | #include 9 | 10 | #include "../global.h" 11 | #include "../util.h" 12 | #include 13 | 14 | using namespace fertilized; 15 | 16 | namespace pyfertilized { 17 | void __export_vectors_21() { 18 | custom_vector_from_seq,std::vector>::tree_ptr_t>(); 19 | }; 20 | } // namespace pyfertilized -------------------------------------------------------------------------------- /bindings/python/exporters_vec_types/__vec_exporter_23.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./vec_exporter.h" 7 | 8 | #include 9 | 10 | #include "../global.h" 11 | #include "../util.h" 12 | #include 13 | 14 | using namespace fertilized; 15 | 16 | namespace pyfertilized { 17 | void __export_vectors_23() { 18 | custom_vector_from_seq,std::vector>::tree_ptr_t>(); 19 | }; 20 | } // namespace pyfertilized -------------------------------------------------------------------------------- /bindings/python/exporters_vec_types/__vec_exporter_24.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./vec_exporter.h" 7 | 8 | #include 9 | 10 | #include "../global.h" 11 | #include "../util.h" 12 | #include 13 | 14 | using namespace fertilized; 15 | 16 | namespace pyfertilized { 17 | void __export_vectors_24() { 18 | custom_vector_from_seq,std::vector>::tree_ptr_t>(); 19 | }; 20 | } // namespace pyfertilized -------------------------------------------------------------------------------- /bindings/python/exporters_vec_types/__vec_exporter_26.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./vec_exporter.h" 7 | 8 | #include 9 | 10 | #include "../global.h" 11 | #include "../util.h" 12 | #include 13 | 14 | using namespace fertilized; 15 | 16 | namespace pyfertilized { 17 | void __export_vectors_26() { 18 | custom_vector_from_seq,std::vector>::tree_ptr_t>(); 19 | }; 20 | } // namespace pyfertilized -------------------------------------------------------------------------------- /bindings/python/exporters_vec_types/__vec_exporter_3.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./vec_exporter.h" 7 | 8 | #include 9 | 10 | #include "../global.h" 11 | #include "../util.h" 12 | #include 13 | 14 | using namespace fertilized; 15 | 16 | namespace pyfertilized { 17 | void __export_vectors_3() { 18 | custom_vector_from_seq(); 19 | }; 20 | } // namespace pyfertilized -------------------------------------------------------------------------------- /bindings/python/exporters_vec_types/__vec_exporter_4.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./vec_exporter.h" 7 | 8 | #include 9 | 10 | #include "../global.h" 11 | #include "../util.h" 12 | #include 13 | 14 | using namespace fertilized; 15 | 16 | namespace pyfertilized { 17 | void __export_vectors_4() { 18 | custom_vector_from_seq(); 19 | }; 20 | } // namespace pyfertilized -------------------------------------------------------------------------------- /bindings/python/exporters_vec_types/__vec_exporter_7.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./vec_exporter.h" 7 | 8 | #include 9 | 10 | #include "../global.h" 11 | #include "../util.h" 12 | #include 13 | 14 | using namespace fertilized; 15 | 16 | namespace pyfertilized { 17 | void __export_vectors_7() { 18 | custom_vector_from_seq,std::vector>::dec_t>>(); 19 | }; 20 | } // namespace pyfertilized -------------------------------------------------------------------------------- /bindings/python/exporters_vec_types/__vec_exporter_8.cpp: -------------------------------------------------------------------------------- 1 | 2 | // Author: Christoph Lassner. 3 | /** 4 | * This is an automatically generated file! 5 | */ 6 | #include "./vec_exporter.h" 7 | 8 | #include 9 | 10 | #include "../global.h" 11 | #include "../util.h" 12 | #include 13 | 14 | using namespace fertilized; 15 | 16 | namespace pyfertilized { 17 | void __export_vectors_8() { 18 | custom_vector_from_seq,std::vector>::leaf_man_t>>(); 19 | }; 20 | } // namespace pyfertilized -------------------------------------------------------------------------------- /bindings/python/global.h: -------------------------------------------------------------------------------- 1 | /* Author: Christoph Lassner. */ 2 | #pragma once 3 | #ifndef PYFERTILIZED_GLOBAL_H_ 4 | #define PYFERTILIZED_GLOBAL_H_ 5 | 6 | #include 7 | #include 8 | 9 | namespace boost { namespace python {}} 10 | 11 | namespace pyfertilized { 12 | namespace py = boost::python; 13 | } 14 | 15 | #endif // PYFERTILIZED_GLOBAL_H_ -------------------------------------------------------------------------------- /build_support/cppcheck.supp: -------------------------------------------------------------------------------- 1 | *:fertilized/ndarray/detail/Core.h 2 | *:fertilized/ndarray/Vector.h 3 | -------------------------------------------------------------------------------- /build_support/external/Boost.NumPy/libs/numpy/cmake/README.txt: -------------------------------------------------------------------------------- 1 | The cmake files, FindNumPy.cmake and FindPythonLibsNew.cmake, in this 2 | folder came from the numexpr project at 3 | http://code.google.com/p/numexpr. 4 | 5 | The numexpr project was also a valuable resource in making many of the 6 | cmake constructs used in the cmake lists files written for 7 | Boost.NumPy. The boost-python-examples project at 8 | https://github.com/TNG/boost-python-examples was another helpful 9 | resource for understanding how to use cmake with boost.python. 10 | -------------------------------------------------------------------------------- /build_support/external/Boost.NumPy/libs/numpy/doc/_static/boost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classner/fertilized-forests/e941faf5725c565e6d0bc5ca9bf597e4161afb86/build_support/external/Boost.NumPy/libs/numpy/doc/_static/boost.png -------------------------------------------------------------------------------- /build_support/external/Boost.NumPy/libs/numpy/doc/_static/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classner/fertilized-forests/e941faf5725c565e6d0bc5ca9bf597e4161afb86/build_support/external/Boost.NumPy/libs/numpy/doc/_static/home.png -------------------------------------------------------------------------------- /build_support/external/Boost.NumPy/libs/numpy/doc/_static/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classner/fertilized-forests/e941faf5725c565e6d0bc5ca9bf597e4161afb86/build_support/external/Boost.NumPy/libs/numpy/doc/_static/next.png -------------------------------------------------------------------------------- /build_support/external/Boost.NumPy/libs/numpy/doc/_static/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classner/fertilized-forests/e941faf5725c565e6d0bc5ca9bf597e4161afb86/build_support/external/Boost.NumPy/libs/numpy/doc/_static/prev.png -------------------------------------------------------------------------------- /build_support/external/Boost.NumPy/libs/numpy/doc/_static/style.css: -------------------------------------------------------------------------------- 1 | @import url(boost.css); 2 | 3 | #contents 4 | { 5 | /* border-bottom: solid thin black;*/ 6 | } 7 | 8 | .highlight 9 | { 10 | border: 1px solid #aaaaaa; 11 | } -------------------------------------------------------------------------------- /build_support/external/Boost.NumPy/libs/numpy/doc/_static/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classner/fertilized-forests/e941faf5725c565e6d0bc5ca9bf597e4161afb86/build_support/external/Boost.NumPy/libs/numpy/doc/_static/up.png -------------------------------------------------------------------------------- /build_support/external/Boost.NumPy/libs/numpy/doc/index.rst: -------------------------------------------------------------------------------- 1 | .. Boost.NumPy documentation master file, created by 2 | sphinx-quickstart on Thu Oct 27 09:04:58 2011. 3 | You can adapt this file completely to your liking, but it should at least 4 | contain the root `toctree` directive. 5 | 6 | Welcome to Boost.NumPy's documentation! 7 | ======================================= 8 | 9 | Contents: 10 | 11 | .. toctree:: 12 | :maxdepth: 2 13 | 14 | Tutorial 15 | Reference 16 | cmakeBuild.rst 17 | 18 | -------------------------------------------------------------------------------- /build_support/external/Boost.NumPy/libs/numpy/doc/reference/index.rst: -------------------------------------------------------------------------------- 1 | Boost.NumPy Reference 2 | ===================== 3 | 4 | Contents: 5 | 6 | .. toctree:: 7 | :maxdepth: 2 8 | 9 | dtype 10 | ndarray 11 | unary_ufunc 12 | binary_ufunc 13 | multi_iter 14 | 15 | -------------------------------------------------------------------------------- /build_support/external/Boost.NumPy/libs/numpy/doc/tutorial/index.rst: -------------------------------------------------------------------------------- 1 | Boost.NumPy Tutorial 2 | ==================== 3 | 4 | Contents: 5 | 6 | .. toctree:: 7 | :maxdepth: 2 8 | 9 | simple 10 | dtype 11 | ndarray 12 | ufunc 13 | fromdata 14 | 15 | -------------------------------------------------------------------------------- /build_support/external/Boost.NumPy/libs/numpy/test/runCmakeTest.bat.in: -------------------------------------------------------------------------------- 1 | set local 2 | set PYTHONPATH=@CMAKE_LIBRARY_OUTPUT_DIRECTORY@/@cfg@;%PYTHONPATH% 3 | python %1 4 | endlocal 5 | -------------------------------------------------------------------------------- /build_support/external/Boost.NumPy/libs/numpy/test/runCmakeTest.sh.in: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | export PYTHONPATH=@CMAKE_LIBRARY_OUTPUT_DIRECTORY@:${PYTHONPATH} 3 | python $1 -------------------------------------------------------------------------------- /build_support/external/ndarray/doc/SConscript: -------------------------------------------------------------------------------- 1 | # -*- python -*- 2 | from lsst.sconsUtils import scripts 3 | scripts.BasicSConscript.doc(inputs=["#include"]) 4 | -------------------------------------------------------------------------------- /build_support/external/ndarray/doc/doxygen.conf.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classner/fertilized-forests/e941faf5725c565e6d0bc5ca9bf597e4161afb86/build_support/external/ndarray/doc/doxygen.conf.in -------------------------------------------------------------------------------- /build_support/external/ndarray/include/ndarray/bp/eigen: -------------------------------------------------------------------------------- 1 | ../eigen/bp -------------------------------------------------------------------------------- /build_support/external/ndarray/include/ndarray/bp/eigen.h: -------------------------------------------------------------------------------- 1 | // -*- c++ -*- 2 | /* 3 | * Copyright (c) 2010-2012, Jim Bosch 4 | * All rights reserved. 5 | * 6 | * ndarray is distributed under a simple BSD-like license; 7 | * see the LICENSE file that should be present in the root 8 | * of the source distribution, or alternately available at: 9 | * https://github.com/ndarray/ndarray 10 | */ 11 | #ifndef NDARRAY_BP_eigen_h_INCLUDED 12 | #define NDARRAY_BP_eigen_h_INCLUDED 13 | 14 | #include "ndarray/eigen/bp.h" 15 | 16 | #endif // !NDARRAY_BP_eigen_h_INCLUDED 17 | -------------------------------------------------------------------------------- /build_support/travis/prepare_install.sh: -------------------------------------------------------------------------------- 1 | 2 | 3 | if [ "${TRAVIS_OS_NAME}" = "linux" ]; then 4 | sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test 5 | sudo add-apt-repository -y ppa:h-rayflood/llvm-upper 6 | sudo add-apt-repository -y ppa:boost-latest/ppa 7 | sudo apt-get update -qq 8 | fi 9 | if [ "${TRAVIS_OS_NAME}" = "osx" ]; then 10 | sudo brew update 11 | fi 12 | -------------------------------------------------------------------------------- /documentation/fertilized_logo_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classner/fertilized-forests/e941faf5725c565e6d0bc5ca9bf597e4161afb86/documentation/fertilized_logo_bg.png -------------------------------------------------------------------------------- /examples/matlab/classification_data.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classner/fertilized-forests/e941faf5725c565e6d0bc5ca9bf597e4161afb86/examples/matlab/classification_data.mat -------------------------------------------------------------------------------- /examples/matlab/to_im_coords.m: -------------------------------------------------------------------------------- 1 | function [ retpoints ] = to_im_coords( points, im_spec ) 2 | retpoints = double.empty(0,0); 3 | for point = points' 4 | scaled = (point - im_spec(1)) / (im_spec(2) - im_spec(1)) * im_spec(3); 5 | retpoints = [retpoints, scaled]; 6 | end 7 | end 8 | 9 | -------------------------------------------------------------------------------- /examples/python/one_res.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classner/fertilized-forests/e941faf5725c565e6d0bc5ca9bf597e4161afb86/examples/python/one_res.npy -------------------------------------------------------------------------------- /examples/python/opencv_res.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classner/fertilized-forests/e941faf5725c565e6d0bc5ca9bf597e4161afb86/examples/python/opencv_res.npy -------------------------------------------------------------------------------- /examples/python/sample-resized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classner/fertilized-forests/e941faf5725c565e6d0bc5ca9bf597e4161afb86/examples/python/sample-resized.png -------------------------------------------------------------------------------- /examples/python/sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classner/fertilized-forests/e941faf5725c565e6d0bc5ca9bf597e4161afb86/examples/python/sample.png -------------------------------------------------------------------------------- /examples/python/zero_res.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classner/fertilized-forests/e941faf5725c565e6d0bc5ca9bf597e4161afb86/examples/python/zero_res.npy -------------------------------------------------------------------------------- /include/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | configure_file(${CMAKE_CURRENT_SOURCE_DIR}/fertilized/version.h.in 2 | ${CMAKE_CURRENT_BINARY_DIR}/fertilized/version.h @ONLY) 3 | 4 | # include target for headers as workaround to havae them shown up in a IDE 5 | FILE(GLOB_RECURSE LibFiles "*.h") 6 | add_custom_target(headers SOURCES ${LibFiles}) 7 | 8 | install (DIRECTORY fertilized DESTINATION include 9 | PATTERN "*.in" EXCLUDE) 10 | install (FILES ${CMAKE_CURRENT_BINARY_DIR}/fertilized/version.h 11 | DESTINATION include/fertilized/) 12 | -------------------------------------------------------------------------------- /include/fertilized/ndarray/bp/eigen.h: -------------------------------------------------------------------------------- 1 | // -*- c++ -*- 2 | /* 3 | * Copyright (c) 2010-2012, Jim Bosch 4 | * All rights reserved. 5 | * 6 | * ndarray is distributed under a simple BSD-like license; 7 | * see the LICENSE file that should be present in the root 8 | * of the source distribution, or alternately available at: 9 | * https://github.com/ndarray/ndarray 10 | */ 11 | #ifndef NDARRAY_BP_eigen_h_INCLUDED 12 | #define NDARRAY_BP_eigen_h_INCLUDED 13 | 14 | #include "fertilized/ndarray/eigen/bp.h" 15 | 16 | #endif // !NDARRAY_BP_eigen_h_INCLUDED 17 | -------------------------------------------------------------------------------- /include/fertilized/version.h.in: -------------------------------------------------------------------------------- 1 | // The library version information. 2 | static const unsigned int FERTILIZED_LIB_VERSION() { return @fertilized_VERSION_NUMBER@U; } 3 | // OpenCV availability information. 4 | #cmakedefine WITH_OPENCV 5 | -------------------------------------------------------------------------------- /src/fertilized.cpp: -------------------------------------------------------------------------------- 1 | // Ensure that there is always a library file created in Windows. 2 | namespace fertilized { 3 | #if defined(_MSC_VER) 4 | __declspec( dllexport ) 5 | #endif 6 | int dummyfunc() { 7 | return 0; 8 | }; 9 | }; 10 | -------------------------------------------------------------------------------- /tests/netweights.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/classner/fertilized-forests/e941faf5725c565e6d0bc5ca9bf597e4161afb86/tests/netweights.prototxt -------------------------------------------------------------------------------- /tests/test.cpp: -------------------------------------------------------------------------------- 1 | /* Author: Christoph Lassner. */ 2 | #define BOOST_TEST_MAIN 3 | #define BOOST_TEST_MODULE "C++ Unit tests for fertilized" 4 | #include "boost/test/unit_test.hpp" 5 | 6 | /** 7 | * Main test file without any logic. Have a look into the dedicated test 8 | * modules to find the test code. 9 | */ 10 | --------------------------------------------------------------------------------