state conditions for SetEpsilon
Blake Mizerany
10 years ago
152 | 152 | } |
153 | 153 | |
154 | 154 | // SetEpsilon sets the error epsilon for the Stream. The default epsilon is |
155 | // 0.01 and is usually satisfactory. | |
155 | // 0.01 and is usually satisfactory. If needed, this must be called before all | |
156 | // Inserts. | |
156 | 157 | // To learn more, see: http://www.cs.rutgers.edu/~muthu/bquant.pdf |
157 | 158 | func (s *stream) SetEpsilon(epsilon float64) { |
158 | 159 | s.epsilon = epsilon |