Skip to content

Commit

Permalink
Merge pull request #23 from HSE-LAMBDA/online
Browse files Browse the repository at this point in the history
[WIP] Online
  • Loading branch information
hushchyn-mikhail committed Jul 11, 2023
2 parents 0be7317 + 53d6e0c commit c1fa683
Show file tree
Hide file tree
Showing 9 changed files with 605 additions and 636 deletions.
7 changes: 4 additions & 3 deletions roerich/algorithms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .algorithms import OnlineNNClassifier, OnlineNNRuLSIF
from ..change_point.onnr import OnlineNNRuLSIF
from ..change_point.onnc import OnlineNNClassifier
from .cpdc import ChangePointDetectionClassifier, ChangePointDetectionRuLSIF
from .matrix import MatrixImportance
from .enrg_dist import EnergyDistanceCalculator
Expand All @@ -9,8 +10,8 @@


__all__ = [
'OnlineNNClassifier',
'OnlineNNRuLSIF',
'OnlineNNClassifier',
'OnlineNNRuLSIF',
'ChangePointDetectionClassifier',
'ChangePointDetectionRuLSIF',
'MatrixImportance',
Expand Down
313 changes: 0 additions & 313 deletions roerich/algorithms/algorithms.py

This file was deleted.

Loading

0 comments on commit c1fa683

Please sign in to comment.