⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 smixturehmm.h

📁 一个通用的隐性马尔可夫C代码库 开发环境:C语言 简要说明:这是一个通用的隐性马尔可夫C代码库
💻 H
字号:
/*******************************************************************************  author       : Bernd Wichern  filename     : /zpr/bspk/src/hmm/ghmm/ghmm/smixturehmm.h  created      : TIME: 18:07:43     DATE: Thu 20. July 2000  $Id: smixturehmm.h,v 1.7 2001/09/19 12:12:35 wichern Exp $Copyright (C) 1998-2001, ZAIK/ZPR, Universit鋞 zu K鰈nThis program is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See theGNU General Public License for more details.You should have received a copy of the GNU General Public Licensealong with this program; if not, write to the Free SoftwareFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA*******************************************************************************/#ifndef SMIXTUREHMM_H#define SMIXTUREHMM_H#ifdef __cplusplusextern "C" {#endif#include <ghmm/sequence.h>#include <ghmm/smodel.h>/**   @name mixture-shmm methods *//*@{ smixturehmm section *//** */int smixturehmm_cluster(FILE *outfile, double **cp, sequence_d_t *sqd, 			smodel **smo, int smo_number);/** */double smixturehmm_like(smodel **smo, int  smo_number, sequence_d_t *sqd_test,			long *errors);/** */int smixturehmm_init(double **cp, sequence_d_t *sqd, smodel **smo,			      int smo_number, int mode);/** */int smixturehmm_calc_priors(double **cp, sequence_d_t *sqd, smodel **smo,			    int smo_number);/** */int smixturehmm_calc_cp(double **cp, sequence_d_t *sqd, smodel **smo, 			int smo_number, double *total_train_w);/***/void smixture_calc_logp(double **logp, int **error, sequence_d_t *sqd, 			smodel **smo,  int smo_number);/** */void smixturehmm_print_header(FILE *file, char *argv[], int flag);/** */double *smixturehmm_avg_like(double **cp, sequence_d_t *sqd, 			     smodel **smo, int smo_number);#ifdef __cplusplus}#endif/*@} smixturehmm section */#endif /* SMIXTUREHMM_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -