FinAnalysis.BurstDetection Namespace |
Class | Description | |
---|---|---|
ShiftedWaveletTreeBaseT |
Shifted Wavelet Tree data analysis class. See the next paper.
Yunyue Zhu and Dennis Shasha. 2003.
Efficient elastic burst detection in data streams.
In Proceedings of the ninth ACM SIGKDD international conference on Knowledge discovery and data mining (KDD '03).
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.529.5207
| |
ShiftedWaveletTreeMax |
Maximum value analysis shifted wavelet tree. See the next paper.
Yunyue Zhu and Dennis Shasha. 2003.
Efficient elastic burst detection in data streams.
In Proceedings of the ninth ACM SIGKDD international conference on Knowledge discovery and data mining (KDD '03).
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.529.5207
| |
ShiftedWaveletTreeMean |
Mean value analysis shifted wavelet tree. See the next paper.
Yunyue Zhu and Dennis Shasha. 2003.
Efficient elastic burst detection in data streams.
In Proceedings of the ninth ACM SIGKDD international conference on Knowledge discovery and data mining (KDD '03).
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.529.5207
| |
ShiftedWaveletTreeMin |
Minimum value analysis shifted wavelet tree. See the next paper.
Yunyue Zhu and Dennis Shasha. 2003.
Efficient elastic burst detection in data streams.
In Proceedings of the ninth ACM SIGKDD international conference on Knowledge discovery and data mining (KDD '03).
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.529.5207
| |
ShiftedWaveletTreeSpread |
Spread analysis shifted wavelet tree. See the next paper.
Yunyue Zhu and Dennis Shasha. 2003.
Efficient elastic burst detection in data streams.
In Proceedings of the ninth ACM SIGKDD international conference on Knowledge discovery and data mining (KDD '03).
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.529.5207
| |
ShiftedWaveletTreeSum |
Sum value analysis shifted wavelet tree. See the next paper.
Yunyue Zhu and Dennis Shasha. 2003.
Efficient elastic burst detection in data streams.
In Proceedings of the ninth ACM SIGKDD international conference on Knowledge discovery and data mining (KDD '03).
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.529.5207
| |
Thresholder |
The input data classification thresholder.
|
Structure | Description | |
---|---|---|
ShiftedWaveletTreeMaxSWTMax |
Maximum value calculation functional.
| |
ShiftedWaveletTreeMeanSWTMean |
Mean value calculation functional.
| |
ShiftedWaveletTreeMinSWTMin |
Minimum value calculation functional.
| |
ShiftedWaveletTreeSpreadSWTSpread |
Range (minimum and maximum) values calculation functional.
| |
ShiftedWaveletTreeSumSWTSum |
Sum value calculation functional.
|
Interface | Description | |
---|---|---|
IBurstDetectionFunctional |
Burst detection function interface.
|