RapidLib  v2.1.0
A simple library for interactive machine learning
searchWindow< T > Class Template Reference

#include <searchWindow.h>

Collaboration diagram for searchWindow< T >:
Collaboration graph

Public Member Functions

 searchWindow (const int seriesXSize, const int seriesYSize, const warpPath &shrunkenWarpPath, const int searchRadius)
 

Public Attributes

std::vector< std::pair< int, int > > minMaxValues
 

Detailed Description

template<typename T>
class searchWindow< T >

For fastDTW, a window of cells to calculate costs for. These are cells within a specified search radius of a lower resolution path.

Constructor & Destructor Documentation

§ searchWindow()

template<typename T >
searchWindow< T >::searchWindow ( const int  seriesXSize,
const int  seriesYSize,
const warpPath shrunkenWarpPath,
const int  searchRadius 
)

Member Data Documentation

§ minMaxValues

template<typename T>
std::vector< std::pair<int, int> > searchWindow< T >::minMaxValues

The documentation for this class was generated from the following files: