MCPcopy Create free account

hub / github.com/datquocnguyen/LFTM / functions

Functions151 in github.com/datquocnguyen/LFTM

MethodUnsafe
Constructs a wrapper for objects that are not thread-safe.
src/utility/Parallel.java:253
Methodclone
()
src/utility/MersenneTwister.java:210
Methodcompare
(Map.Entry<K, V> o1, Map.Entry<K, V> o2)
src/utility/FuncUtils.java:17
Methodcompute
Returns a value computed for the specified loop index. @param i loop index. @return the computed value.
src/utility/Parallel.java:199
Methodcompute
()
src/utility/Parallel.java:545
Methodcompute
()
src/utility/Parallel.java:588
Methodcompute
(int topic)
src/models/LFDMM.java:400
Methodcompute
(int topic)
src/models/LFLDA_Inf.java:423
Methodcompute
(int topic)
src/models/LFDMM_Inf.java:417
Methodcompute
(int topic)
src/models/LFLDA.java:407
MethodgetAll
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
MethodgetIteration
()
src/utility/LBFGS.java:112
MethodgetOptimizable
()
src/utility/LBFGS.java:63
MethodgetParameter
(int index)
src/models/TopicVectorOptimizer.java:84
MethodisConverged
()
src/utility/LBFGS.java:69
Methodmain
(String[] args)
src/LFTM.java:25
Methodmain
Tests the code.
src/utility/MersenneTwister.java:676
Methodmain
(String[] args)
src/eval/ClusteringEval.java:229
Methodmain
(String args[])
src/models/LFDMM.java:717
Methodmain
(String args[])
src/models/LFLDA_Inf.java:726
Methodmain
(String args[])
src/models/LFDMM_Inf.java:745
Methodmain
(String args[])
src/models/LFLDA.java:699
MethodnextChar
For completeness' sake, though it's not in java.util.Random.
src/utility/MersenneTwister.java:625
MethodnextInt
(int n)
src/utility/MTRandom.java:18
MethodreadObject
(ObjectInputStream in)
src/utility/MersenneTwister.java:426
MethodreadState
Reads the entire state of the MersenneTwister RNG from the stream
src/utility/MersenneTwister.java:242
Methodreduce
Performs a reduce <code>for (int i=0; i&lt;end; ++i)</code>. @param end the end index (not included) for the loop. @param body
src/utility/Parallel.java:386
Methodreset
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
MethodsetEvaluator
(OptimizerEvaluator.ByGradient eval)
src/utility/LBFGS.java:107
MethodsetLineOptimizer
Sets the LineOptimizer.ByGradient to use in L-BFGS optimization. @param lineOpt line optimizer for L-BFGS
src/utility/LBFGS.java:81
MethodsetParallel
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
MethodsetParameter
(int index, double value)
src/models/TopicVectorOptimizer.java:97
MethodsetParameters
(double[] params)
src/models/TopicVectorOptimizer.java:90
MethodsetSeed
(long seed)
src/utility/MTRandom.java:8
MethodsetTolerance
(double newtol)
src/utility/LBFGS.java:102
MethodsortByValueAscending
(Map<K, V> map)
src/utility/FuncUtils.java:32
MethodstateEquals
(Object o)
src/utility/MersenneTwister.java:223
MethodwriteDictionary
()
src/models/LFDMM.java:575
MethodwriteDictionary
()
src/models/LFLDA_Inf.java:591
MethodwriteDictionary
()
src/models/LFDMM_Inf.java:597
MethodwriteDictionary
()
src/models/LFLDA.java:570
MethodwriteIDbasedCorpus
()
src/models/LFDMM.java:586
MethodwriteIDbasedCorpus
()
src/models/LFLDA_Inf.java:602
MethodwriteIDbasedCorpus
()
src/models/LFDMM_Inf.java:608
MethodwriteIDbasedCorpus
()
src/models/LFLDA.java:581
MethodwriteObject
(ObjectOutputStream out)
src/utility/MersenneTwister.java:419
MethodwriteState
Writes the entire state of the MersenneTwister RNG to the stream
src/utility/MersenneTwister.java:259
MethodwriteTopicVectors
()
src/models/LFDMM.java:616
MethodwriteTopicVectors
()
src/models/LFLDA_Inf.java:632
MethodwriteTopicVectors
()
src/models/LFDMM_Inf.java:638
MethodwriteTopicVectors
()
src/models/LFLDA.java:611
← previous101–151 of 151, ranked by callers