JPRED-2 Add sources of all binaries (except alscript) to Git
[jpred.git] / sources / jnet / hmm1.h
diff --git a/sources/jnet/hmm1.h b/sources/jnet/hmm1.h
new file mode 100644 (file)
index 0000000..0a5c23f
--- /dev/null
@@ -0,0 +1,14 @@
+/*********************************************************
+  hmm1.h
+  --------------------------------------------------------
+  generated at Sun Jul  5 07:03:56 2009
+  by snns2c ( Bernward Kett 1995 ) 
+*********************************************************/
+
+extern int hmm1(float *in, float *out, int init);
+
+static struct {
+  int NoOfInput;    /* Number of Input Units  */
+  int NoOfOutput;   /* Number of Output Units */
+  int(* propFunc)(float *, float*, int);
+} hmm1REC = {408,3,hmm1};