lace.ColumnMetadata.count
- ColumnMetadata.count(prior=None, hyper=None)
Create count column metadata
- Parameters:
name (str) – The name of the column
prior (CountPrior, optional) – The prior on the data. If
None
(default), a prior will be drawn from thehyper
hyper (CountHyper, optional) – The prior on the data. If
None
(default) andprior
is defined, the prior parameters will be locked.