Enum ObservedValueChangedBehaviour
Let's you control how the model compiler detects whether an observed value has changed.
Namespace: Microsoft.ML.Probabilistic.Compiler.Transforms
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public enum ObservedValueChangedBehaviour
Fields
| Name | Description |
|---|---|
| WhenSet | |
| WhenSetAndNotEqual | |
| WhenSetAndRefTypeOrNotEqual |