代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/292964/3936864
m ffa.m
% function [L,Ph,LL]=ffa(X,K,cyc,tol);
%
% Fast Maximum Likelihood Factor Analysis using EM
%
% X - data matrix
% K - number of factors
% cyc - maximum number of cycles of EM (default 100)
% tol - te
www.eeworm.com/read/292964/3936880
m fg3.m
% make a factor graph corresponding to an HMM with Gaussian outputs, where we absorb the
% evidence up front
seed = 1;
rand('state', seed);
randn('state', seed);
T = 3;
Q = 3;
O = 2;
cts_obs = 1;
www.eeworm.com/read/273525/4209261
ado _parse_optexp.ado
*! version 1.0.0 22aug2002
program define _parse_optexp
// _parse factor-like expansion of a list
gettoken tomac 0 : 0
gettoken colon 0 : 0
syntax [anything(equalok name=rest)] [ , N(in
www.eeworm.com/read/434858/1867915
m ffa.m
% function [L,Ph,LL]=ffa(X,K,cyc,tol);
%
% Fast Maximum Likelihood Factor Analysis using EM
%
% X - data matrix
% K - number of factors
% cyc - maximum number of cycles of EM (default 100)
% tol - te
www.eeworm.com/read/434858/1867928
m fg3.m
% make a factor graph corresponding to an HMM with Gaussian outputs, where we absorb the
% evidence up front
seed = 1;
rand('state', seed);
randn('state', seed);
T = 3;
Q = 3;
O = 2;
cts_obs = 1;
www.eeworm.com/read/420735/2064746
entries
8
dir
1533
https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk/regression-testing/tests/multi-factor-binptable
https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder
2007-04
www.eeworm.com/read/420735/2064778
entries
8
dir
1533
https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk/regression-testing/tests/nbest-multi-factor/truth
https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder
2007-
www.eeworm.com/read/420735/2065391
svn-base filter-phrase-table.pl.svn-base
#!/usr/bin/perl -w
# $Id$
#by Philipp Koehn, de-augmented by Evan Herbst
#filter a phrase table for a specific input corpus
#arguments: phrasetable_filename input_filename factor_index (0...)
#output
www.eeworm.com/read/393395/2474650
c blkchol.c
/*
% [L.L, L.d, skip, diagadd] = blkchol(L,ADA [,pars [,absd]])
% BLKCHOL Computes sparse lower-triangular Cholesky factor L,
% L*L' = P(perm,perm)
% Input Parameter L is ty
www.eeworm.com/read/393163/2487811
m ffa.m
% function [L,Ph,LL]=ffa(X,K,cyc,tol);
%
% Fast Maximum Likelihood Factor Analysis using EM
%
% X - data matrix
% K - number of factors
% cyc - maximum number of cycles of EM (default 100)
% tol - te