-
- Downloads
Squashed commit of branch 'learner'
- Fixed pattern to parse datetime coming from openHAB. - add benchmark - Create RecognitionEvents in component Plan. - Add expression printing and fix expression tests. - Fixing tests. - Remove build artefacts of datasets module. - Fixing item behavior. - Fix bug when adding item using REST API. - More debug output for REST application and MQTT receiver - Flush cache if new MQTT Host is set - first integration for test - update integration activity ML - add item room_brightness - add ML Items in starter file - fix import error - update newData function - Fix Learner bugs. - Let ExternalMachineLearningModel.check() return true instead of throwing an exception - In Learner, use temporary files to store encog model - In MachineLearningImpl, do not use result for now (as newData won't work at the moment) - Minor fixes for base (add logger, add correct input to jastadd gradle task) - Progressing to integration of machine learning. - Added setKnowledgeBase to MachineLearningEncoder and -Decoder, and removed Root argument in other methods - Changed Learner-Impl to match new adapters - Updated starter to new adapters, and to use CSV files for initialization of learner - update readercsv - Fix imports and dependencies. - Fix errors with changed MachineLearningEncoder interface. - upate learner - add ML interfaces - implement decode encode - learner with activity and preference
Showing
- make-new-project.py 1 addition, 1 deletionmake-new-project.py
- ml_test_boqi/.gitignore 3 additions, 0 deletionsml_test_boqi/.gitignore
- ml_test_boqi/build.gradle 33 additions, 0 deletionsml_test_boqi/build.gradle
- ml_test_boqi/src/main/java/de/tudresden/inf/st/eraser/ml_test_boqi/Main.java 219 additions, 0 deletions...in/java/de/tudresden/inf/st/eraser/ml_test_boqi/Main.java
- ml_test_boqi/src/main/resources/log4j2.xml 22 additions, 0 deletionsml_test_boqi/src/main/resources/log4j2.xml
- settings.gradle 3 additions, 1 deletionsettings.gradle
- skywriter-hue-integration/src/main/resources/smart_arrive.eraser 44 additions, 0 deletions...er-hue-integration/src/main/resources/smart_arrive.eraser
ml_test_boqi/.gitignore
0 → 100644
ml_test_boqi/build.gradle
0 → 100644
ml_test_boqi/src/main/resources/log4j2.xml
0 → 100644
Please register or sign in to comment