Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NobodyWHU/GPUDMM
/ functions
Functions
38 in github.com/NobodyWHU/GPUDMM
⨍
Functions
38
◇
Types & classes
4
↓ 6 callers
Method
compare
(Integer w1, Integer w2)
src/RatioGPUDMM/RatioGPUDMM.java:764
↓ 3 callers
Method
compute_phi
()
src/RatioGPUDMM/RatioGPUDMM.java:557
↓ 3 callers
Method
compute_pz
()
src/RatioGPUDMM/RatioGPUDMM.java:569
↓ 2 callers
Method
findTopicMaxProbabilityGivenWord
(int wordID)
src/RatioGPUDMM/RatioGPUDMM.java:235
↓ 2 callers
Method
getCurrTime
()
src/RatioGPUDMM/RatioGPUDMM.java:480
↓ 2 callers
Method
getTopicProbabilityGivenWord
(int topic, int wordID)
src/RatioGPUDMM/RatioGPUDMM.java:246
↓ 2 callers
Method
initNewModel
()
src/RatioGPUDMM/RatioGPUDMM.java:421
↓ 2 callers
Method
init_GSDMM
()
src/RatioGPUDMM/RatioGPUDMM.java:465
↓ 2 callers
Method
ratioCount
(Integer topic, Integer docID, int[] termIDArray, int flag)
src/RatioGPUDMM/RatioGPUDMM.java:353
↓ 2 callers
Method
run_iteration
()
src/RatioGPUDMM/RatioGPUDMM.java:484
↓ 2 callers
Method
saveModel
(String flag)
src/RatioGPUDMM/RatioGPUDMM.java:545
↓ 2 callers
Method
updateWordGPUFlag
update GPU flag, which decide whether do GPU operation or not @param docID @param newTopic
src/RatioGPUDMM/RatioGPUDMM.java:255
↓ 1 callers
Method
LoadCorpus
(String filename)
src/RatioGPUDMM/Document.java:21
↓ 1 callers
Method
compute_pzd
()
src/RatioGPUDMM/RatioGPUDMM.java:579
↓ 1 callers
Method
doCounterForWord
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 callers
Method
getWordProbabilityUnderTopic
@param wordID @param topic @return word probability given topic
src/RatioGPUDMM/RatioGPUDMM.java:162
↓ 1 callers
Method
loadSchema
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 callers
Method
loadWordMap
(String filename)
src/RatioGPUDMM/RatioGPUDMM.java:73
↓ 1 callers
Method
normalCount
(Integer topic, int[] termIDArray, Integer flag)
src/RatioGPUDMM/RatioGPUDMM.java:411
↓ 1 callers
Method
saveModelAssign
(String filename)
src/RatioGPUDMM/RatioGPUDMM.java:610
↓ 1 callers
Method
saveModelPdz
(String filename)
src/RatioGPUDMM/RatioGPUDMM.java:638
↓ 1 callers
Method
saveModelPhi
(String filename)
src/RatioGPUDMM/RatioGPUDMM.java:681
↓ 1 callers
Method
saveModelPz
(String filename)
src/RatioGPUDMM/RatioGPUDMM.java:660
↓ 1 callers
Method
saveModelWords
(String filename)
src/RatioGPUDMM/RatioGPUDMM.java:702
↓ 1 callers
Method
updateTopicProbabilityGivenWord
update the p(z|w) for every iteration
src/RatioGPUDMM/RatioGPUDMM.java:218
Method
Add
(ArrayList<Double> v1, ArrayList<Double> v2)
src/VecUtil/VectorUtil.java:6
Method
Document
(int docid, String category, String [] words)
src/RatioGPUDMM/Document.java:15
Method
RatioGPUDMM
(ArrayList<Document> doc_list, int num_topic, int num_iter, int save_step, double beta, double alpha, doubl
src/RatioGPUDMM/RatioGPUDMM.java:60
Method
TopicalWordComparator
(double[] distribution2)
src/RatioGPUDMM/RatioGPUDMM.java:760
Method
cosineSimilarity
(ArrayList<Double> v1, ArrayList<Double> v2)
src/VecUtil/VectorUtil.java:21
Method
getMaxTopicProbabilityForWord
(int wordID)
src/RatioGPUDMM/RatioGPUDMM.java:166
Method
getTopWordsUnderEachTopicGivenCurrentMarkovStatus
Get the top words under each topic given current Markov status. not used in this RatioGPUDMM
src/RatioGPUDMM/RatioGPUDMM.java:181
Method
loadInitialStatus
@param filename for topic assignment for each document
src/RatioGPUDMM/RatioGPUDMM.java:276
Method
main
(String[] args)
src/RatioGPUDMM/RatioGPUDMM.java:719
Method
main
(String[] args)
src/RatioGPUDMM/Document.java:50
Method
run_GSDMM
(String flag)
src/RatioGPUDMM/RatioGPUDMM.java:538
Method
sigmoid
(double x)
src/VecUtil/VectorUtil.java:33
Method
updateCount
(Integer topic, Integer docID, int[] termIDArray, Integer flag)
src/RatioGPUDMM/RatioGPUDMM.java:338