public class BooleanIfVertex extends BooleanVertex implements NonProbabilistic<BooleanTensor>
| Constructor and Description |
|---|
BooleanIfVertex(BooleanVertex predicate,
BooleanVertex thn,
BooleanVertex els) |
| Modifier and Type | Method and Description |
|---|---|
BooleanTensor |
calculate() |
BooleanVertex |
getEls() |
BooleanVertex |
getPredicate() |
BooleanVertex |
getThn() |
protected BooleanTensor |
op(BooleanTensor predicate,
BooleanTensor thn,
BooleanTensor els) |
and, and, and, assertTrue, assertTrue, concat, equalTo, getValue, loadValue, not, not, notEqualTo, observe, observe, or, or, or, reshape, saveValue, setAndCascade, setAndCascade, setValue, setValue, slice, takeaddChild, addParent, addParents, equals, eval, getChildren, getConnectedGraph, getDegree, getId, getIndentation, getLabel, getObservedValue, getParents, getRank, getReference, getShape, getState, getValue, hashCode, hasValue, isDifferentiable, isObserved, isProbabilistic, lazyEval, observe, observeOwnValue, print, print, removeLabel, save, setAndCascade, setLabel, setLabel, setParents, setParents, setState, setValue, toString, unobserveclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontradictsObservationgetObservedValue, isObserved, observe, unobservepublic BooleanIfVertex(BooleanVertex predicate, BooleanVertex thn, BooleanVertex els)
protected BooleanTensor op(BooleanTensor predicate, BooleanTensor thn, BooleanTensor els)
public BooleanTensor calculate()
calculate in interface NonProbabilistic<BooleanTensor>public BooleanVertex getPredicate()
public BooleanVertex getThn()
public BooleanVertex getEls()