summaryrefslogtreecommitdiff
path: root/vest/ces.h
blob: e021e715a65692f0aea3f7e236e2cdd48f3c2da4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _CES_H_
#define _CES_H_

class ViterbiEnvelope;
class Hypergraph;
class SegmentEvaluator;
class ErrorSurface;
class EvaluationMetric;

void ComputeErrorSurface(const SegmentEvaluator& ss,
                         const ViterbiEnvelope& ve,
                         ErrorSurface* es,
                         const EvaluationMetric* metric,
                         const Hypergraph& hg);

#endif