Home
last modified time | relevance | path

Searched defs:bow (Results 1 – 25 of 145) sorted by relevance

123456

/dports/textproc/py-gensim/gensim-4.0.1/gensim/models/
H A Dnormmodel.py67 def normalize(self, bow): argument
85 def __getitem__(self, bow): argument
H A D__init__.py52 def __getitem__(self, bow): argument
H A Dlogentropy_model.py125 def __getitem__(self, bow): argument
H A Drpmodel.py105 def __getitem__(self, bow): argument
H A Dnmf.py242 def __getitem__(self, bow, eps=None): argument
470 def get_document_topics(self, bow, minimum_probability=None, argument
H A Dtfidfmodel.py475 def __getitem__(self, bow, eps=1e-12): argument
H A Dldamodel.py1294 def get_document_topics(self, bow, minimum_probability=None, minimum_phi_value=None, argument
1516 def __getitem__(self, bow, eps=None): argument
/dports/textproc/irstlm/irstlm-5.80.03/src/
H A Dcompile-lm.cpp236 double bow; in main() local
293 double bow; in main() local
413 double bow; in main() local
H A DlmInterpolation.cpp153 double lmInterpolation::clprob(ngram ng, double* bow,int* bol,char** maxsuffptr,unsigned int* state… in clprob()
228 double lmInterpolation::clprob(int* codes, int sz, double* bow,int* bol,char** maxsuffptr,unsigned … in clprob()
H A Dngramcache.h38 double bow; //!< backoff weight member
H A Dn_gram.h59 float bow; // back-off weight variable
H A Dlmclass.cpp207 double lmclass::lprob(ngram ong,double* bow, int* bol, char** maxsuffptr,unsigned int* statesize,bo… in lprob()
H A Dinterpolate-lm.cpp391 double bow; in main() local
499 double bow; in main() local
H A Dutil.cpp272 int parseline(istream& inp, int Order,ngram& ng,float& prob,float& bow) in parseline()
H A Dlmmacro.cpp324 double lmmacro::clprob(int* codes, int sz, double* bow, int* bol, char** state,unsigned int* state… in clprob()
331 double lmmacro::clprob(ngram micro_ng, double* bow, int* bol, char** state,unsigned int* statesize,… in clprob()
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/main/
H A Dtimezone_grant.test42 --error ER_TABLEACCESS_DENIED_ERROR
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/Demos/RDKit/Draw/qtDemo/
H A DRDKitMolToQPainter.cc143 void draw_line( vector<int>::iterator &pos , bool bow , QPainter &qp ) { in draw_line()
183 void draw_atom( vector<int>::iterator &pos , bool bow , QPainter &qp ) { in draw_atom()
380 bool bow , QPainter &qp ) { in MolToQPainter()
431 int width , int height , bool bow , in smiles_to_qpainter()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/quests/captureflag/
H A DCaptureFlagUseListener.java82 Item bow = sender.getRangeWeapon(); in checkEquippedAndInRange() local
/dports/deskutils/mindforger/mindforger-1.52.0/lib/src/mind/ai/
H A Dai_aa_bow.h55 BagOfWords bow; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/elements/dsp/
H A Dresonator.h94 float bow = x; in BowTable() local
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/elements/dsp/
H A Dresonator.h94 float bow = x; in BowTable() local
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Ditem_group_test.cpp125 item bow( "longbow" ); variable
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Ditem_group_test.cpp125 item bow( "longbow" ); variable
/dports/deskutils/mindforger/mindforger-1.52.0/lib/test/src/ai/
H A Dnlp_test.cpp161 m8r::BagOfWords bow{}; in TEST() local
/dports/games/angband/Angband-4.2.2/src/
H A Dplayer-attack.c1117 struct object *bow = equipped_item_by_slot_name(p, "shooting"); in make_ranged_shot() local
1195 struct object *bow = equipped_item_by_slot_name(player, "shooting"); in do_cmd_fire() local
1300 struct object *bow = equipped_item_by_slot_name(player, "shooting"); in do_cmd_fire_at_nearest() local

123456