summaryrefslogtreecommitdiff
path: root/vest/ces.h
diff options
context:
space:
mode:
Diffstat (limited to 'vest/ces.h')
-rw-r--r--vest/ces.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/vest/ces.h b/vest/ces.h
deleted file mode 100644
index e021e715..00000000
--- a/vest/ces.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#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