Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #13

Open
wants to merge 397 commits into
base: master
Choose a base branch
from
Open

test #13

wants to merge 397 commits into from

Conversation

eugene-kulak
Copy link
Owner

No description provided.

victor1234 and others added 30 commits April 1, 2020 01:39
* update class names, add more docstrings

* set correct release/debug flags, do not set them in

* fix some argument names

* add docs

* deactivate VOI and entropy for now, as there is a bug in C++ code
…dme and test on Entropy, MI and VOI, other minor fixes
* first version of copy-less numpy adapters

* add grid wrappers

* fix tests linking
* add distribution wrapper, don't skip entropy related tests

* fix kohonen stream redirection, fix test

* add CompressedMatrix

* add python tests
- updated KOC to use separate distance metrics for incapsulated SOM (Euclidean<double>) and user-defined for clustering for KOC grid.
- fixed RandomEMD distance according to framework interface for distances
* fix test workflow

* fix test workflow
Michael Welsch and others added 30 commits May 10, 2021 09:07
* added save & load methods to ESN, added new timeseries example

* added preprocessing

* addded discrete entropy

* added postprocessing

* added class

* added save & load with examples

* fixed path in load example

* added STL overloads

* bugfixes in STL overloads

* added online method with pair output

* fixed naming & output in example

* renamed, overloaded

* splitted into .hpp, .cpp

* splitted into .hpp, .cpp

* added descriptions

* started adding semi-online methods

* updated api, added seni-online method & example

* bugfixes

* updated examples

* added descriptions, code cleaned

* minor updates due to code review

* updated #include in examples

* added const to all readonly parameters in switch detector and related examples

* stddev bugfix in stl overload

* fixed online example

* fixed stddev used in STL overload, fixed indexing bug in STL overload

* adding saving with detector's own parameters

* adding saving with detector's own parameters

* added detector's own parameters, allowed user to set them up

* bugfix in save mathod, tuned parameters

* updated defaults

* updated internal naming in ESN, added descriptions to new parameters

* before PR

* added getter for  parameters

* removed excess switch_est examples, all snippets moved to one file

* removed excess switch_est examples, all snippets moved to one file

* added (possible) Blaze issue workaround for large datasets

* added deterministic switch detector mockup

* added deterministic switch detector mockup

* adding deterministic switch detector class

* tested

* added descriptions

* added descriptions

* added descriptions

* added descriptions

* added minimal det_sw test

* added minimal det_sw test

* fix compilation error

* added latency saving between calls, but there is no stddev buffer saving, so the next call must have in its beginning wnd_size values from the previous dataset in order to continue seamless

Co-authored-by: Aleksey Timin <[email protected]>
* init test-coverage.yml

* fix lcov run

* remove testcov w/f from branch push
* init new test

* fix, add tests

* restore test coverage on branch

* remove debug print
* fix high filter

* fix test

* turn off high test
* fix dmat

* add assert
* add operator() wrapper

* add remd operator test
* reverse filters

* remove const

* update dmat test
* Fix source name

* add metric target, include paths, refactor includes

* refactor linking, includes

* remove extra json libs, put in order json includes
* refactor paths

* refactor names
* add zero derivative padding with tests

* change default padding
* save

* add BreakBeforeBraces
move json to external dependency
move blaze to external dependency
move cereal to external dependency
remove crossfilter
remove n-api
turn off dnn tests
turn off dnn and correlation examples
refactor cmake scripts
remove cereal
* simplify code

* remove second parameter

* add approx for dbwavf test
* refactor file structure

* refactor includes

* add headers install

* add cmake files installation

* add metric target
* add Changelog

* update and fix readme

* add find_dependency() to cmake target

* add cmake variables for tests, benchmarks and examples

* update and fix CI paths

* move metric.hpp to metric/

* fix coverage CI

* fix metric.hpp include path

* put in order CI cache

* put in order CI

* reformat code

* fix test CI

* update CHANGELOG.md

* add status messages, fix CI

* turn off one of kohonen test
* add header include instruction

* update changelog
* add expotr & import to PCFA, add minimal PCFA test

* format PCFA code, add comments, minor update of PCFA test
* Remove REQUIRED and add if block to link

* Add cereal link

* Fix taget link

* Change cereal version to 1.3.2

* Update changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants