X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=sources%2Fjnet%2Fhmm1.h;fp=sources%2Fjnet%2Fhmm1.h;h=0a5c23f7cd298080d8570bd927662b767b87cc37;hb=81362e35a140cd040e948b921053e74267f8a6e3;hp=0000000000000000000000000000000000000000;hpb=2cf032f4b987ba747c04159965aed78e3820d942;p=jpred.git diff --git a/sources/jnet/hmm1.h b/sources/jnet/hmm1.h new file mode 100644 index 0000000..0a5c23f --- /dev/null +++ b/sources/jnet/hmm1.h @@ -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};