// Get the probability of a given observation sequence for this gesture public float MatchGesture(Gesture g) { return(hmm.GetProbability(q.QuantizeGesture(g))); }