Class NbFunctionOr
java.lang.Object
edu.cmu.tetrad.study.gene.tetrad.gene.algorithm.urchin.AbstractNbComponent
edu.cmu.tetrad.study.gene.tetrad.gene.algorithm.urchin.NbFunctionOr
- All Implemented Interfaces:
NbComponent
-
Constructor Summary
ConstructorsConstructorDescriptionNbFunctionOr
(double factor, double power, NbComponent[] parents, int[] inhibitExcite, String name) -
Method Summary
Methods inherited from class edu.cmu.tetrad.study.gene.tetrad.gene.algorithm.urchin.AbstractNbComponent
addParent, displayParents, getFactor, getInhibitExcite, getName, getNparents, getParents, getPower, getSd, getValue, setFactor, setInhibitExcite, setName, setNparents, setParents, setPower, setSd, setValue
-
Constructor Details
-
NbFunctionOr
public NbFunctionOr(double factor, double power, NbComponent[] parents, int[] inhibitExcite, String name)
-
-
Method Details
-
update
public void update()Description copied from class:AbstractNbComponent
Updates.- Specified by:
update
in interfaceNbComponent
- Specified by:
update
in classAbstractNbComponent
-