diff options
| author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-04-16 14:11:02 -0400 | 
|---|---|---|
| committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-04-16 14:11:02 -0400 | 
| commit | d5a2a9c3bf18c1e414f79a757c1662fe422e2f5c (patch) | |
| tree | 0a0cebbf778494b5f37ecefb2c5b55755002125c /rst_parser/arc_factored.h | |
| parent | fa47b549e5ac7c16dce9e40d52328ffd51b60dc6 (diff) | |
switch to log domain for matrix operations
Diffstat (limited to 'rst_parser/arc_factored.h')
| -rw-r--r-- | rst_parser/arc_factored.h | 2 | 
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; | 
