RapidLib  v2.2.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 std::size_t seriesXSize, const std::size_t seriesYSize, const warpPath &shrunkenWarpPath, const int searchRadius)
 

Public Attributes

std::vector< std::pair< std::size_t, std::size_t > > 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 std::size_t  seriesXSize,
const std::size_t  seriesYSize,
const warpPath shrunkenWarpPath,
const int  searchRadius 
)

Member Data Documentation

◆ minMaxValues

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

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