#include "osl/eval/ml/openMidEndingEval.h"
#include "osl/progress/ml/newProgress.h"
#include "osl/record/csaRecord.h"
#include "osl/state/numEffectState.h"
#include "osl/stat/variance.h"
#include "osl/oslConfig.h"
#include <iostream>
#include <iomanip>
#include <cstdlib>
#include <cstdio>
#include <unistd.h>
Go to the source code of this file.
Functions | |
void | usage (const char *prog) |
void | show (const char *filename) |
void | finish () |
int | main (int argc, char **argv) |
void | show (const NumEffectState &state) |
Variables | |
CArray< CArray< Variance, 4 > , OpenMidEndingEvalDebugInfo::STAGE_FEATURE_LIMIT > | stage_features |
CArray< Variance, OpenMidEndingEvalDebugInfo::PROGRESS_INDEPENDENT_FEATURE_LIMIT > | progress_independent_features |
void finish | ( | ) |
Definition at line 76 of file openmidending-stat.cc.
References progress_independent_features, and stage_features.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 29 of file openmidending-stat.cc.
References finish, osl::eval::ml::OpenMidEndingEval::setUp(), osl::progress::ml::NewProgress::setUp(), osl::record::csa::show(), and usage().
void show | ( | const char * | filename) |
Definition at line 90 of file openmidending-stat.cc.
References moves, and osl::record::csa::show().
void show | ( | const NumEffectState & | state) |
void usage | ( | const char * | prog) |
Definition at line 18 of file openmidending-stat.cc.
CArray<Variance, OpenMidEndingEvalDebugInfo::PROGRESS_INDEPENDENT_FEATURE_LIMIT> progress_independent_features |
Definition at line 64 of file openmidending-stat.cc.
CArray<CArray<Variance,4>, OpenMidEndingEvalDebugInfo::STAGE_FEATURE_LIMIT> stage_features |
Definition at line 62 of file openmidending-stat.cc.