MCPcopy Create free account

hub / github.com/NobodyWHU/GPUDMM / functions

Functions38 in github.com/NobodyWHU/GPUDMM

↓ 6 callersMethodcompare
(Integer w1, Integer w2)
src/RatioGPUDMM/RatioGPUDMM.java:764
↓ 3 callersMethodcompute_phi
()
src/RatioGPUDMM/RatioGPUDMM.java:557
↓ 3 callersMethodcompute_pz
()
src/RatioGPUDMM/RatioGPUDMM.java:569
↓ 2 callersMethodfindTopicMaxProbabilityGivenWord
(int wordID)
src/RatioGPUDMM/RatioGPUDMM.java:235
↓ 2 callersMethodgetCurrTime
()
src/RatioGPUDMM/RatioGPUDMM.java:480
↓ 2 callersMethodgetTopicProbabilityGivenWord
(int topic, int wordID)
src/RatioGPUDMM/RatioGPUDMM.java:246
↓ 2 callersMethodinitNewModel
()
src/RatioGPUDMM/RatioGPUDMM.java:421
↓ 2 callersMethodinit_GSDMM
()
src/RatioGPUDMM/RatioGPUDMM.java:465
↓ 2 callersMethodratioCount
(Integer topic, Integer docID, int[] termIDArray, int flag)
src/RatioGPUDMM/RatioGPUDMM.java:353
↓ 2 callersMethodrun_iteration
()
src/RatioGPUDMM/RatioGPUDMM.java:484
↓ 2 callersMethodsaveModel
(String flag)
src/RatioGPUDMM/RatioGPUDMM.java:545
↓ 2 callersMethodupdateWordGPUFlag
update GPU flag, which decide whether do GPU operation or not @param docID @param newTopic
src/RatioGPUDMM/RatioGPUDMM.java:255
↓ 1 callersMethodLoadCorpus
(String filename)
src/RatioGPUDMM/Document.java:21
↓ 1 callersMethodcompute_pzd
()
src/RatioGPUDMM/RatioGPUDMM.java:579
↓ 1 callersMethoddoCounterForWord
change the counter of this model @param topic @param wordID @param docID @param flag add or subtract @param gpuFlag
src/RatioGPUDMM/RatioGPUDMM.java:307
↓ 1 callersMethodgetWordProbabilityUnderTopic
@param wordID @param topic @return word probability given topic
src/RatioGPUDMM/RatioGPUDMM.java:162
↓ 1 callersMethodloadSchema
Collect the similar words Map, not including the word itself @param filename: shcema_similarity filename @param threshold: if t
src/RatioGPUDMM/RatioGPUDMM.java:106
↓ 1 callersMethodloadWordMap
(String filename)
src/RatioGPUDMM/RatioGPUDMM.java:73
↓ 1 callersMethodnormalCount
(Integer topic, int[] termIDArray, Integer flag)
src/RatioGPUDMM/RatioGPUDMM.java:411
↓ 1 callersMethodsaveModelAssign
(String filename)
src/RatioGPUDMM/RatioGPUDMM.java:610
↓ 1 callersMethodsaveModelPdz
(String filename)
src/RatioGPUDMM/RatioGPUDMM.java:638
↓ 1 callersMethodsaveModelPhi
(String filename)
src/RatioGPUDMM/RatioGPUDMM.java:681
↓ 1 callersMethodsaveModelPz
(String filename)
src/RatioGPUDMM/RatioGPUDMM.java:660
↓ 1 callersMethodsaveModelWords
(String filename)
src/RatioGPUDMM/RatioGPUDMM.java:702
↓ 1 callersMethodupdateTopicProbabilityGivenWord
update the p(z|w) for every iteration
src/RatioGPUDMM/RatioGPUDMM.java:218
MethodAdd
(ArrayList<Double> v1, ArrayList<Double> v2)
src/VecUtil/VectorUtil.java:6
MethodDocument
(int docid, String category, String [] words)
src/RatioGPUDMM/Document.java:15
MethodRatioGPUDMM
(ArrayList<Document> doc_list, int num_topic, int num_iter, int save_step, double beta, double alpha, doubl
src/RatioGPUDMM/RatioGPUDMM.java:60
MethodTopicalWordComparator
(double[] distribution2)
src/RatioGPUDMM/RatioGPUDMM.java:760
MethodcosineSimilarity
(ArrayList<Double> v1, ArrayList<Double> v2)
src/VecUtil/VectorUtil.java:21
MethodgetMaxTopicProbabilityForWord
(int wordID)
src/RatioGPUDMM/RatioGPUDMM.java:166
MethodgetTopWordsUnderEachTopicGivenCurrentMarkovStatus
Get the top words under each topic given current Markov status. not used in this RatioGPUDMM
src/RatioGPUDMM/RatioGPUDMM.java:181
MethodloadInitialStatus
@param filename for topic assignment for each document
src/RatioGPUDMM/RatioGPUDMM.java:276
Methodmain
(String[] args)
src/RatioGPUDMM/RatioGPUDMM.java:719
Methodmain
(String[] args)
src/RatioGPUDMM/Document.java:50
Methodrun_GSDMM
(String flag)
src/RatioGPUDMM/RatioGPUDMM.java:538
Methodsigmoid
(double x)
src/VecUtil/VectorUtil.java:33
MethodupdateCount
(Integer topic, Integer docID, int[] termIDArray, Integer flag)
src/RatioGPUDMM/RatioGPUDMM.java:338