Package jdistlib.inference
Class CoordinateSupport
java.lang.Object
jdistlib.inference.CoordinateSupport
Typed support for one coordinate in a mixed continuous/discrete state.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CoordinateSupportbinary()static CoordinateSupportboundedReal(double lower, double upper) static CoordinateSupportcategorical(int categories) intbooleancontains(double value) booleandiscrete()booleanfinite()static CoordinateSupportinteger()static CoordinateSupportinteger(int lower, int upper) kind()doublelower()static CoordinateSupportreal()doubleupper()
-
Method Details
-
real
-
boundedReal
-
integer
-
integer
-
categorical
-
binary
-
kind
-
discrete
public boolean discrete() -
finite
public boolean finite() -
lower
public double lower() -
upper
public double upper() -
categoryCount
public int categoryCount() -
contains
public boolean contains(double value)
-