MCPcopy Create free account

hub / github.com/bab2min/tomotopy / functions

Functions1,743 in github.com/bab2min/tomotopy

MethodoptimizeParameters
src/TopicModel/SLDAModel.hpp:270
MethodoptimizeParameters
src/TopicModel/PTModel.hpp:50
MethodoptimizeParameters
src/TopicModel/HPAModel.hpp:54
MethodoptimizeRegressionCoef
src/TopicModel/SLDAModel.hpp:256
Methodoverflow
src/Utils/serializer.cpp:81
Methodp
the number of pseudo documents (read-only) .. versionadded:: 0.11.0
tomotopy/models.py:2788
Methodp_norm
src/Utils/PolyaGamma.hpp:20
MethodpacketOp
src/Utils/EigenAddonOps.hpp:179
MethodpacketOp
src/Utils/EigenAddonOps.hpp:201
Methodparam_type
src/Utils/math.h:197
Methodparent_topic
Return the topic ID of parent of a topic `topic_id`. Parameters ---------- topic_id : int an integer in range [0, `k`) indicating the topic
tomotopy/models.py:2450
Methodpaths
a `list` of topic ids by depth for a given document (for only `tomotopy.models.HLDAModel` model, read-only) .. versionadded:: 0.7.1
tomotopy/utils.py:135
MethodperformSampling
src/TopicModel/LDAModel.hpp:357
MethodperformSampling
src/TopicModel/PTModel.hpp:214
MethodperformSamplingGlobal
src/TopicModel/LDAModel.hpp:431
MethodperformSamplingGlobal
src/TopicModel/PTModel.hpp:120
Methodperplexity
a perplexity of the model (read-only)
tomotopy/models.py:205
Methodphi_func
src/Utils/PolyaGammaHybrid.hpp:391
Methodpigauss
src/Utils/PolyaGammaHybrid.hpp:189
Methodpost_api_update_topic_label
(self, topic_id)
tomotopy/viewer/viewer_server.py:696
Methodprepare
src/TopicModel/LDACVB0Model.hpp:369
MethodprepareDoc
src/TopicModel/LLDAModel.hpp:50
MethodprepareDoc
src/TopicModel/DMRModel.hpp:281
MethodprepareDoc
src/TopicModel/DTModel.hpp:331
MethodprepareDoc
src/TopicModel/HDPModel.hpp:399
MethodprepareDoc
src/TopicModel/PAModel.hpp:285
MethodprepareDoc
src/TopicModel/HLDAModel.hpp:528
MethodprepareDoc
src/TopicModel/CTModel.hpp:218
MethodprepareDoc
src/TopicModel/SLDAModel.hpp:313
MethodprepareDoc
src/TopicModel/PTModel.hpp:160
MethodprepareDoc
src/TopicModel/GDMRModel.hpp:330
MethodprepareDoc
src/TopicModel/MGLDAModel.hpp:281
MethodprepareDoc
src/TopicModel/HPAModel.hpp:371
MethodprepareDoc
src/TopicModel/PLDAModel.hpp:53
MethodprepareShared
src/TopicModel/DMRModel.hpp:344
MethodprepareWordPriors
src/TopicModel/PAModel.hpp:293
Methodprint_hierarchical
(k=0, level=0)
tomotopy/models.py:2501
Methodprior_cov
the covariance matrix of prior logistic-normal distribution for the topic distribution (read-only)
tomotopy/models.py:1916
Methodprior_mean
the mean of prior logistic-normal distribution for the topic distribution (read-only)
tomotopy/models.py:1911
Functionproperties
(cls, inputFile, mdFields, f, kargs, ps)
test/unit_test.py:84
Methodproperty
src/python/handler/PyUtils.h:3001
Methodproperty2
src/python/handler/PyUtils.h:3036
Methodpseudo_doc_id
an ID of a pseudo document where the document is allocated to (for only `tomotopy.models.PTModel` model, read-only) .. versionadded:: 0.11.0
tomotopy/utils.py:187
MethodpurgeDeadTopics
src/python/handler/py_HDP.cpp:53
MethodpurgeDeadTopics
src/TopicModel/HDPModel.hpp:579
Methodpytype
src/python/handler/PyUtils.h:318
Methodpytype
src/python/handler/PyUtils.h:329
Methodpytype
src/python/handler/PyUtils.h:340
Methodpytype
src/python/handler/PyUtils.h:351
Methodpytype
src/python/handler/PyUtils.h:362
Methodpytype
src/python/handler/PyUtils.h:373
Methodpytype
src/python/handler/PyUtils.h:384
Methodpytype
src/python/handler/PyUtils.h:395
Methodpytype
src/python/handler/PyUtils.h:406
Methodpytype
src/python/handler/PyUtils.h:417
Methodpytype
src/python/handler/PyUtils.h:428
Methodpytype
src/python/handler/PyUtils.h:439
Methodpytype
src/python/handler/PyUtils.h:450
Methodpytype
src/python/handler/PyUtils.h:461
Methodpytype
src/python/handler/PyUtils.h:472
Methodpytype
src/python/handler/PyUtils.h:494
Methodpytype
src/python/handler/PyUtils.h:505
Methodpytype
src/python/handler/PyUtils.h:516
Methodpytype
src/python/handler/PyUtils.h:527
Methodpytype
src/python/handler/PyUtils.h:538
Methodpytype
src/python/handler/PyUtils.h:549
Methodraw
a raw text of the document (read-only)
tomotopy/utils.py:177
Methodrbegin
src/python/handler/py_utils.cpp:126
Methodread
src/Utils/serializer.hpp:383
Methodread
src/Utils/serializer.hpp:403
Methodread
src/Utils/serializer.hpp:422
Methodread
src/Utils/serializer.hpp:438
Methodread
src/Utils/serializer.hpp:454
Methodread
src/Utils/serializer.hpp:482
Methodread
src/Utils/serializer.hpp:510
Methodread
src/Utils/serializer.hpp:549
Methodread
src/Utils/serializer.hpp:574
Methodread
src/Utils/serializer.hpp:603
Methodread
src/Utils/serializer.hpp:628
Methodread
src/Utils/serializer.hpp:657
Methodread
src/Utils/serializer.hpp:681
Methodread
src/Utils/serializer.hpp:704
Methodread
src/Utils/serializer.hpp:757
Methodread
src/Utils/tvector.hpp:581
FunctionreadTest
src/Utils/serializer.hpp:301
Methodread_only
(self)
tomotopy/viewer/viewer_server.py:295
Methodreallocate
src/Utils/tvector.hpp:518
Methodrelease
src/python/handler/PyUtils.h:183
Methodremoved_top_words
a `list` of `str` which is a word removed from the model if you set `rm_top` greater than 0 at initializing the model (read-only)
tomotopy/models.py:210
Methodrend
src/python/handler/py_utils.cpp:131
Methodrepr
src/python/handler/py_label.cpp:13
Methodrepr
src/python/handler/PyUtils.h:2482
Methodrepr
src/python/handler/PyUtils.h:2554
Methodrepr
src/python/handler/PyUtils.h:2629
Methodrepr
src/python/handler/PyUtils.h:3146
Methodrepr
src/python/handler/py_utils.cpp:91
Functionreproducibility
(cls, inputFile, mdFields, f, kargs, ps)
test/unit_test.py:186
Methodreset
src/Utils/math.h:223
MethodrestoreFromTrainingError
src/TopicModel/DMRModel.hpp:168
MethodrestoreFromTrainingError
src/TopicModel/CTModel.hpp:163
← previousnext →1,401–1,500 of 1,743, ranked by callers