- #ifndef LOCAL_DATA_H
- #define LOCAL_DATA_H
- #define HaveCount {haveCount}
- #define TestCount {testCount}
- #define NoneCount {noneCount}
- #define Features {features}
- static float Have[HaveCount][Features];
- static float Test[TestCount][Features];
- static float None[NoneCount][Features];
- #endif
|