# Configuration file for smart sampler with cluster hmm tool # classifier => name of cluster classifier for cluster.get() routine # hmmstates => names of all possible states # hmminitial => initial state at time zero # hmmmaxobs => maximum number of distinct observations # hmmtrans => config file with transition table # hmmcond => config file with conditional probability table # fireonthresh => "." separated pairs of STATE.THRESH, where a gulper is triggered # if the probability of being in STATE crosses THRESH percent. classifier = plume; hmmstates = INIT.SOut.SIn.SFireOut.SFireIn.SUnknown; hmminitial = INIT; hmmmaxobs = 87; hmmtrans = smartSampler_HMMFour_trans.cfg; hmmcond = smartSampler_HMMFour_cond.cfg; fireonthresh = SFireOut.90.SFireIn.90;