ROOT_Application  2.0
C++ Core modules and GUIStock
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PatternRecognition.cpp
Go to the documentation of this file.
1 
2 
3 #include "PatternRecognition.h"
4 
5 /*
6 const std::string Indicator::label () const
7 {
8  return pattern_labels_[v_];
9 }
10 */
11 namespace {
12  std::string pattern_labels_[] = {"Null","DojiStar"};
13 
14 }
15 
16 const std::string Pattern::label () const
17 {
18  return pattern_labels_[v_];
19 }
20 
21 
22 
23 
std::string const label() const