working with online segmentation algos

--HG--
branch : sandbox
This commit is contained in:
Andreas
2009-07-08 21:17:59 +00:00
parent b4890b2241
commit 5b743f08b6
3 changed files with 562 additions and 3 deletions

View File

@@ -247,7 +247,11 @@ class DelayedAcp:
def harvest_patterns():
pass
LOG.debug("Loading ticks...")
xs, ys, vs = tdl(datetime.datetime(2009, 6, 25))
LOG.debug("Ticks loaded.")
lows, highs = find_lows_highs(xs, ys)
def analyse_patterns():
pass