Skip to main content

CatSupport

Type Alias CatSupport 

Source
pub type CatSupport = Map<String, Set<String>>;
Expand description

A type alias for the support of categorical distributions. Represented as a map from variable names to their possible discrete states.

Aliased Typeยง

pub struct CatSupport { /* private fields */ }