Class NbGene
java.lang.Object
edu.cmu.tetrad.study.gene.tetrad.gene.algorithm.urchin.AbstractNbComponent
edu.cmu.tetrad.study.gene.tetrad.gene.algorithm.urchin.NbGene
- All Implemented Interfaces:
NbComponent
NbGene class.
- Version:
- $Id: $Id
- Author:
- josephramsey
-
Constructor Summary
ConstructorsConstructorDescriptionNbGene
(double factor, double power, NbComponent[] parents, int[] inhibitExcite, String name) Constructor for NbGene. -
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
-
NbGene
Constructor for NbGene.
- Parameters:
factor
- a doublepower
- a doubleparents
- an array ofNbComponent
objectsinhibitExcite
- an array ofint
objectsname
- aString
object
-
-
Method Details
-
update
public void update()update.
- Specified by:
update
in interfaceNbComponent
- Specified by:
update
in classAbstractNbComponent
-