Variable: landmark-bound

landmark-bound is a customizable variable defined in landmark.el.gz.

Value

0.005

Documentation

The maximum that w0j may be.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
;;;_  - learning parameters
(defcustom landmark-bound 0.005
  "The maximum that w0j may be."
  :type 'number)