Rain {CRF} | R Documentation |
Rain data
Description
This data set gives an example of rain data used to train CRF and MRF models
Usage
data(Rain)
Format
A list containing two elements:
-
rain
A matrix of 28 columns containing raining data (1: rain, 2: sunny). Each row is an instance of 28 days for one month. -
months
A vector containing the months of each instance.
References
Mark Schmidt. UGM: A Matlab toolbox for probabilistic undirected graphical models. http://www.cs.ubc.ca/~schmidtm/Software/UGM.html, 2007.
[Package CRF version 0.4-3 Index]