public class CPTVertex<T> extends GenericTensorVertex<T> implements NonProbabilistic<GenericTensor<T>>, NonSaveableVertex
| Constructor and Description |
|---|
CPTVertex(java.util.List<Vertex<? extends Tensor<?,?>>> inputs,
java.util.Map<CPTCondition,? extends Vertex<GenericTensor<T>>> conditions,
Vertex<GenericTensor<T>> defaultResult) |
| Modifier and Type | Method and Description |
|---|---|
GenericTensor<T> |
calculate() |
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, loadValue, observe, observeOwnValue, print, print, removeLabel, save, saveValue, setAndCascade, setLabel, setLabel, setParents, setParents, setState, setValue, toString, unobserveclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontradictsObservationgetObservedValue, isObserved, observe, unobservepublic CPTVertex(java.util.List<Vertex<? extends Tensor<?,?>>> inputs, java.util.Map<CPTCondition,? extends Vertex<GenericTensor<T>>> conditions, Vertex<GenericTensor<T>> defaultResult)
public GenericTensor<T> calculate()
calculate in interface NonProbabilistic<GenericTensor<T>>