public class CoarseToFineParser.Combination extends Object
Constructor and Description |
---|
Combination(TreeAutomaton chart,
DoubleList seen,
DoubleList pruned,
DoubleList rulesInChart,
DoubleList inverseRules,
DoubleList grammarRules,
DoubleList saturation,
DoubleList stateSaturation,
DoubleList binarizedStateSaturation,
double initialTime,
DoubleList timeTakenForLevel,
DoubleList rulesPruned) |
Modifier and Type | Method and Description |
---|---|
DoubleList |
getBinarizedStateSaturation() |
TreeAutomaton |
getChart() |
DoubleList |
getGrammarRulesNumber() |
double |
getInitialTime() |
DoubleList |
getInverseRulesNumber() |
DoubleList |
getPruned() |
DoubleList |
getRulesInChart() |
DoubleList |
getRulesPruned() |
DoubleList |
getSaturation() |
DoubleList |
getSeen() |
DoubleList |
getStateSaturation() |
DoubleList |
getTimeTakenPerLevel() |
public Combination(TreeAutomaton chart, DoubleList seen, DoubleList pruned, DoubleList rulesInChart, DoubleList inverseRules, DoubleList grammarRules, DoubleList saturation, DoubleList stateSaturation, DoubleList binarizedStateSaturation, double initialTime, DoubleList timeTakenForLevel, DoubleList rulesPruned)
public DoubleList getRulesPruned()
public DoubleList getTimeTakenPerLevel()
public double getInitialTime()
public TreeAutomaton getChart()
public DoubleList getSeen()
public DoubleList getPruned()
public DoubleList getRulesInChart()
public DoubleList getSaturation()
public DoubleList getInverseRulesNumber()
public DoubleList getGrammarRulesNumber()
public DoubleList getStateSaturation()
public DoubleList getBinarizedStateSaturation()
Copyright © 2017. All rights reserved.