public class ConstantGenericTensorVertex<T> extends GenericTensorVertex<T> implements NonProbabilistic<GenericTensor<T>>, NonSaveableVertex
| Constructor and Description |
|---|
ConstantGenericTensorVertex(GenericTensor<T> value) |
| 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 ConstantGenericTensorVertex(GenericTensor<T> value)
public GenericTensor<T> calculate()
calculate in interface NonProbabilistic<GenericTensor<T>>