The type of data represented by a Variable.
Namespace:
BayesServerAssembly: BayesServer (in BayesServer.dll)
Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public enum VariableValueType |
| Visual Basic (Declaration) |
|---|
Public Enumeration VariableValueType |
| Visual C++ |
|---|
public enum class VariableValueType |
Members
| Member name | Description | |
|---|---|---|
| Discrete |
Discrete/Categorical/Nominal data. E.g. Gender = {Male, Female}
| |
| Continuous |
Continuous data. E.g. Stock price.
|
