|
jBNC Toolbox | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjbnc.operators.Operator
jbnc.operators.Augmenter
Abstract BNC Augmenter operator.
| Nested Class Summary | |
class |
Augmenter.Result
|
| Field Summary | |
protected CondMutualInfo |
cmi
|
| Fields inherited from class jbnc.operators.Operator |
debugMode |
| Constructor Summary | |
Augmenter()
|
|
| Method Summary | |
protected static Graph |
createFullGraph(double[][] cm,
java.util.LinkedList activeNodes,
AttributeSpecs[] names)
|
abstract Augmenter.Result |
train(java.util.List gamma,
java.util.List lambda,
FrequencyCalc fc,
QualityMeasure qm,
boolean usePriors,
double alpha_ijk)
|
| Methods inherited from class jbnc.operators.Operator |
getDebugMode, setDebugMode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected CondMutualInfo cmi
| Constructor Detail |
public Augmenter()
| Method Detail |
protected static Graph createFullGraph(double[][] cm,
java.util.LinkedList activeNodes,
AttributeSpecs[] names)
throws java.lang.Exception
cm - names - activeNodes - Description of Parameter
java.lang.Exception
public abstract Augmenter.Result train(java.util.List gamma,
java.util.List lambda,
FrequencyCalc fc,
QualityMeasure qm,
boolean usePriors,
double alpha_ijk)
throws java.lang.Exception
gamma - lambda - qm - usePriors - alpha_ijk - fc - Description of Parameter
java.lang.Exception
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||