📄 ghmm_gmlcontinuousmodel.h
字号:
/* * * created: 26 Feb 2002 by Wasinee Rungsarityotin * authors: Wasinee Rungsarityotin (rungsari@molgen.mpg.de) * file : $Source: /cvsroot/ghmm/ghmm/ghmm++/GHMM_GMLContinuousModel.h,v $ * $Id: GHMM_GMLContinuousModel.h,v 1.1 2003/02/28 15:09:20 wasinee Exp $ * revision date : $Date: 2003/02/28 15:09:20 $ _Copyright (C) 1998-2001, ZAIK/ZPR, Universit鋞 zu K鰈n _ _This program is free software; you can redistribute it and/or modify _it under the terms of the GNU General Public License as published by _the 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 of _MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the _GNU General Public License for more details. _ _You should have received a copy of the GNU General Public License _along with this program; if not, write to the Free Software _Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA _ */#ifndef _GHMM_GMLCONTINUOUSMODEL_H#define _GHMM_GMLCONTINUOUSMODEL_H 1#include "ghmm++/GHMM_ContinuousModel.h"#include <ghmm++/begin_code.h>#ifdef HAVE_NAMESPACESnamespace std {#endifclass GHMM_GMLContinuousModel;class GHMM_GMLContinuousModel : public GHMM_ContinuousModel { public: /** Just for reading from xml file. c_data is left uninitialized. */ GHMM_GMLContinuousModel(); /** Constructor. @param N Number of states @param M Number of output densities per state @param cos smodel includes continuous model with one transition matrix (cos is set to 1) and an extension for models with several matrices (cos is set to a positive integer value > 1). @param density Flag for density function. 0: normal density, 1: truncated normal density, 2: approximated normal density. @param prior prior for a priori probability of the model. -1 means no prior specified (all models have equal probability a priori. */ GHMM_GMLContinuousModel(int N, int M, int cos, density_t density, double prior=-1);};#ifdef HAVE_NAMESPACES}#endif#include <ghmm++/close_code.h>#endif /* */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -