Examples of FeatureHyperEdge


Examples of joshua.discriminative.training.risk_annealer.hypergraph.FeatureHyperEdge

    /**compared wit the original edge, three changes:
     * (1) change the list of ant nodes
     * (2) add risk cost at edge (but does not change the orignal model cost)
     * (3) add feature tbl
     * */
    return new FeatureHyperEdge(originalEdge.getRule(), originalEdge.bestDerivationLogP, originalEdge.getTransitionLogP(false), antVirtualItems,
        originalEdge.getSourcePath(), featureTbl, riskTransitionCost);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.