     ---------------------------------------------------------------------------
     -- Title       :  ANNsAKD
     -- Unit Type   :  package specification
     -- Version     :  1.0
     -- Compiler    :  Meridian OpenAda for DOS
     -- Author      :  David Wallace Croft, CompuServe [76600,102]
     -- Copyright   :  1994 David Wallace Croft.  All rights reserved.
     -- Description :  Artificial Neural Networks
     ---------------------------------------------------------------------------

     package ANNsAKD is
     ---------------------------------------------------------------------------
     ---------------------------------------------------------------------------
     function Lin_Sep_Prob (
       M : in natural;
       N : in positive )
       return float;
     ---------------------------------------------------------------------------
     ---------------------------------------------------------------------------
     end ANNsAKD;
