summaryrefslogtreecommitdiff
path: root/rst_parser/arc_factored.h
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-04-16 14:11:02 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2012-04-16 14:11:02 -0400
commitd5a2a9c3bf18c1e414f79a757c1662fe422e2f5c (patch)
tree0a0cebbf778494b5f37ecefb2c5b55755002125c /rst_parser/arc_factored.h
parentfa47b549e5ac7c16dce9e40d52328ffd51b60dc6 (diff)
switch to log domain for matrix operations
Diffstat (limited to 'rst_parser/arc_factored.h')
-rw-r--r--rst_parser/arc_factored.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rst_parser/arc_factored.h b/rst_parser/arc_factored.h
index d9a0bb24..4de38b66 100644
--- a/rst_parser/arc_factored.h
+++ b/rst_parser/arc_factored.h
@@ -56,7 +56,7 @@ class ArcFactoredForest {
// Reweight edges so that edge_prob is the edge's marginals
// optionally returns log partition
- void EdgeMarginals(double* p_log_z = NULL);
+ void EdgeMarginals(prob_t* p_log_z = NULL);
// This may not return a tree
void PickBestParentForEachWord(EdgeSubset* st) const;