4
iSAX – The Implementation
Before continuing with this chapter and starting to write code, make sure that you have a good understanding of the information covered in the previous chapter because this chapter is all about implementing iSAX in Python. As a general principle, if you cannot perform a task manually, you are not going to be able to perform it with the help of a computer – the same principle applies to constructing and using an iSAX index.
While reading this chapter, keep in mind that we are creating an iSAX index that fits in memory and does not use any external files to store the subsequences of each terminal node. The original iSAX paper suggested the use of external files to store the subsequences of each terminal node mainly ...
Get Time Series Indexing now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.