-
- Downloads
Boundaries added to the features
A way of preventing models that are bad because of missing data
Showing
- src/CMakeLists.txt 14 additions, 13 deletionssrc/CMakeLists.txt
- src/descriptor_identifier/Model/Model.cpp 51 additions, 18 deletionssrc/descriptor_identifier/Model/Model.cpp
- src/descriptor_identifier/SISSORegressor.cpp 2 additions, 2 deletionssrc/descriptor_identifier/SISSORegressor.cpp
- src/feature_creation/bounds/Bounds.cpp 344 additions, 0 deletionssrc/feature_creation/bounds/Bounds.cpp
- src/feature_creation/bounds/Bounds.hpp 401 additions, 0 deletionssrc/feature_creation/bounds/Bounds.hpp
- src/feature_creation/feature_space/FeatureSpace.cpp 2 additions, 0 deletionssrc/feature_creation/feature_space/FeatureSpace.cpp
- src/feature_creation/feature_space/FeatureSpace.hpp 1 addition, 1 deletionsrc/feature_creation/feature_space/FeatureSpace.hpp
- src/feature_creation/node/FeatureNode.cpp 2 additions, 1 deletionsrc/feature_creation/node/FeatureNode.cpp
- src/feature_creation/node/FeatureNode.hpp 12 additions, 3 deletionssrc/feature_creation/node/FeatureNode.hpp
- src/feature_creation/node/ModelNode.cpp 2 additions, 2 deletionssrc/feature_creation/node/ModelNode.cpp
- src/feature_creation/node/ModelNode.hpp 1 addition, 1 deletionsrc/feature_creation/node/ModelNode.hpp
- src/feature_creation/node/Node.hpp 8 additions, 1 deletionsrc/feature_creation/node/Node.hpp
- src/feature_creation/node/operator_nodes/OperatorNode.hpp 5 additions, 0 deletionssrc/feature_creation/node/operator_nodes/OperatorNode.hpp
- src/feature_creation/node/operator_nodes/allowed_operator_nodes/abs/absolute_value.hpp 5 additions, 0 deletions...rator_nodes/allowed_operator_nodes/abs/absolute_value.hpp
- src/feature_creation/node/operator_nodes/allowed_operator_nodes/abs_diff/absolute_difference.hpp 5 additions, 0 deletions...s/allowed_operator_nodes/abs_diff/absolute_difference.hpp
- src/feature_creation/node/operator_nodes/allowed_operator_nodes/add/add.hpp 5 additions, 0 deletions...on/node/operator_nodes/allowed_operator_nodes/add/add.hpp
- src/feature_creation/node/operator_nodes/allowed_operator_nodes/cb/cube.hpp 5 additions, 0 deletions...on/node/operator_nodes/allowed_operator_nodes/cb/cube.hpp
- src/feature_creation/node/operator_nodes/allowed_operator_nodes/cbrt/cube_root.hpp 5 additions, 0 deletions.../operator_nodes/allowed_operator_nodes/cbrt/cube_root.hpp
- src/feature_creation/node/operator_nodes/allowed_operator_nodes/cos/cos.hpp 5 additions, 0 deletions...on/node/operator_nodes/allowed_operator_nodes/cos/cos.hpp
- src/feature_creation/node/operator_nodes/allowed_operator_nodes/div/divide.cpp 3 additions, 0 deletions...node/operator_nodes/allowed_operator_nodes/div/divide.cpp
Loading
Please register or sign in to comment