Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datquocnguyen/LFTM
/ functions
Functions
151 in github.com/datquocnguyen/LFTM
⨍
Functions
151
◇
Types & classes
18
Method
Unsafe
Constructs a wrapper for objects that are not thread-safe.
src/utility/Parallel.java:253
Method
clone
()
src/utility/MersenneTwister.java:210
Method
compare
(Map.Entry<K, V> o1, Map.Entry<K, V> o2)
src/utility/FuncUtils.java:17
Method
compute
Returns a value computed for the specified loop index. @param i loop index. @return the computed value.
src/utility/Parallel.java:199
Method
compute
()
src/utility/Parallel.java:545
Method
compute
()
src/utility/Parallel.java:588
Method
compute
(int topic)
src/models/LFDMM.java:400
Method
compute
(int topic)
src/models/LFLDA_Inf.java:423
Method
compute
(int topic)
src/models/LFDMM_Inf.java:417
Method
compute
(int topic)
src/models/LFLDA.java:407
Method
getAll
Returns a collection of all unsafe objects in this wrapper. This method is useful only after parallel loops have ended. @return the collection of uns
src/utility/Parallel.java:289
Method
getIteration
()
src/utility/LBFGS.java:112
Method
getOptimizable
()
src/utility/LBFGS.java:63
Method
getParameter
(int index)
src/models/TopicVectorOptimizer.java:84
Method
isConverged
()
src/utility/LBFGS.java:69
Method
main
(String[] args)
src/LFTM.java:25
Method
main
Tests the code.
src/utility/MersenneTwister.java:676
Method
main
(String[] args)
src/eval/ClusteringEval.java:229
Method
main
(String args[])
src/models/LFDMM.java:717
Method
main
(String args[])
src/models/LFLDA_Inf.java:726
Method
main
(String args[])
src/models/LFDMM_Inf.java:745
Method
main
(String args[])
src/models/LFLDA.java:699
Method
nextChar
For completeness' sake, though it's not in java.util.Random.
src/utility/MersenneTwister.java:625
Method
nextInt
(int n)
src/utility/MTRandom.java:18
Method
readObject
(ObjectInputStream in)
src/utility/MersenneTwister.java:426
Method
readState
Reads the entire state of the MersenneTwister RNG from the stream
src/utility/MersenneTwister.java:242
Method
reduce
Performs a reduce <code>for (int i=0; i<end; ++i)</code>. @param end the end index (not included) for the loop. @param body
src/utility/Parallel.java:386
Method
reset
Resets the previous gradients and values that are used to approximate the Hessian. NOTE - If the {@link Optimizable} object is modified externally, th
src/utility/LBFGS.java:334
Method
setEvaluator
(OptimizerEvaluator.ByGradient eval)
src/utility/LBFGS.java:107
Method
setLineOptimizer
Sets the LineOptimizer.ByGradient to use in L-BFGS optimization. @param lineOpt line optimizer for L-BFGS
src/utility/LBFGS.java:81
Method
setParallel
Enables or disables parallel processing by all methods of this class. By default, parallel processing is enabled. If disabled, all tasks will be execu
src/utility/Parallel.java:476
Method
setParameter
(int index, double value)
src/models/TopicVectorOptimizer.java:97
Method
setParameters
(double[] params)
src/models/TopicVectorOptimizer.java:90
Method
setSeed
(long seed)
src/utility/MTRandom.java:8
Method
setTolerance
(double newtol)
src/utility/LBFGS.java:102
Method
sortByValueAscending
(Map<K, V> map)
src/utility/FuncUtils.java:32
Method
stateEquals
(Object o)
src/utility/MersenneTwister.java:223
Method
writeDictionary
()
src/models/LFDMM.java:575
Method
writeDictionary
()
src/models/LFLDA_Inf.java:591
Method
writeDictionary
()
src/models/LFDMM_Inf.java:597
Method
writeDictionary
()
src/models/LFLDA.java:570
Method
writeIDbasedCorpus
()
src/models/LFDMM.java:586
Method
writeIDbasedCorpus
()
src/models/LFLDA_Inf.java:602
Method
writeIDbasedCorpus
()
src/models/LFDMM_Inf.java:608
Method
writeIDbasedCorpus
()
src/models/LFLDA.java:581
Method
writeObject
(ObjectOutputStream out)
src/utility/MersenneTwister.java:419
Method
writeState
Writes the entire state of the MersenneTwister RNG to the stream
src/utility/MersenneTwister.java:259
Method
writeTopicVectors
()
src/models/LFDMM.java:616
Method
writeTopicVectors
()
src/models/LFLDA_Inf.java:632
Method
writeTopicVectors
()
src/models/LFDMM_Inf.java:638
Method
writeTopicVectors
()
src/models/LFLDA.java:611
← previous
101–151 of 151, ranked by callers