Class Stochastic
When applied to a method, indicates that the method is non-deterministic.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Factors.Attributes
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public class Stochastic : Attribute
Remarks
A method is non-deterministic if its return value is not completely determined by its arguments. For a void method, this attribute is meaningless.