Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VariableValueType

The type of data represented by a {@link com.bayesserver.Variable}.

Hierarchy

  • VariableValueType

Index

Properties

Properties

Static Continuous

Continuous: VariableValueType = new VariableValueType()

Continuous data. E.g. Stock price.

Static Discrete

Discrete: VariableValueType = new VariableValueType()

Discrete/Categorical/Nominal data. E.g. Gender = {Male, Female}