代码搜索:Multinomial
找到约 224 项符合「Multinomial」的源代码
代码结果 224
www.eeworm.com/read/152629/5672791
java naivebayes.java
/* Copyright (C) 2002 Univ. of Massachusetts Amherst, Computer Science Dept.
This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit).
http://www.cs.umass.edu/~mccallum/mallet
Th
www.eeworm.com/read/152629/5672932
java dirichlet.java
/* Copyright (C) 2002 Univ. of Massachusetts Amherst, Computer Science Dept.
This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit).
http://www.cs.umass.edu/~mccallum/mallet
Th
www.eeworm.com/read/130309/14198424
h link_polynomial.h
#include
#include
#include
#include
class multinomial;
class term
{
friend class multinomial;
int ceof;
int exp;
term *next;
};
class multinomial
www.eeworm.com/read/449504/7502232
m mlogit_lik.m
function [g,g1,p,dev]=lik(y,x,beta,z,z1)
% PURPOSE: Calculates likelihood for multinomial logit regression model.
% written by:
% Gordon K Smyth, U of Queensland, Australia, gks@maths.uq.oz.au
www.eeworm.com/read/440842/7680353
m mlogit_lik.m
function [g,g1,p,dev]=lik(y,x,beta,z,z1)
% PURPOSE: Calculates likelihood for multinomial logit regression model.
% written by:
% Gordon K Smyth, U of Queensland, Australia, gks@maths.uq.oz.au
www.eeworm.com/read/141447/13010457
h crc_ac_table.h
/*=============================================================*/
/*== the following is the arithmetical compliment divided of ==*/
/*========== crc-ccitt standard bulding multinomial ===========*/
www.eeworm.com/read/152629/5672902
java testmultinomial.java
/* Copyright (C) 2002 Univ. of Massachusetts Amherst, Computer Science Dept.
This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit).
http://www.cs.umass.edu/~mccallum/mallet
Th
www.eeworm.com/read/492929/6414274
m mlogit_lik.m
function [g,g1,p,dev]=lik(y,x,beta,z,z1)
% PURPOSE: Calculates likelihood for multinomial logit regression model.
% written by:
% Gordon K Smyth, U of Queensland, Australia, gks@maths.uq.oz.au
www.eeworm.com/read/449504/7502205
m mlogit_d.m
% PURPOSE: An example of mlogit(),
% prt_reg().
% maximum likelihood estimation
% of multinomial logit model
%---------------------------------------------------
% USAGE:
www.eeworm.com/read/440842/7680333
m mlogit_d.m
% PURPOSE: An example of mlogit(),
% prt_reg().
% maximum likelihood estimation
% of multinomial logit model
%---------------------------------------------------
% USAGE: