Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bab2min/tomotopy
/ functions
Functions
1,743 in github.com/bab2min/tomotopy
⨍
Functions
1,743
◇
Types & classes
460
Method
live_k
the number of alive topics (read-only)
tomotopy/models.py:2476
Method
ll_per_word
a log likelihood per-word of the model (read-only)
tomotopy/models.py:171
Method
load
src/python/handler/py_utils.cpp:1258
Method
load
src/python/handler/py_LDA.cpp:558
Method
load
Return the model instance loaded from file `filename`.
tomotopy/models.py:119
Function
load_model
..versionadded:: 0.13.0 Load any topic model from the given file path. Parameters ---------- path : str The file path to load the model fro
tomotopy/__init__.py:105
Method
loads
src/python/handler/py_LDA.cpp:586
Function
loads_model
..versionadded:: 0.13.0 Load any topic model from the given bytes data. Parameters ---------- data : bytes The bytes data to load the model fro
tomotopy/__init__.py:128
Method
lr_a
the shape parameter `a` greater than zero for SGLD step size (e_i = a * (b + i) ^ -c)
tomotopy/models.py:2665
Method
lr_b
the shape parameter `b` greater than or equal to zero for SGLD step size (e_i = a * (b + i) ^ -c)
tomotopy/models.py:2674
Method
lr_c
the shape parameter `c` with range (0.5, 1] for SGLD step size (e_i = a * (b + i) ^ -c)
tomotopy/models.py:2683
Method
makeCorpus
src/python/handler/py_LDA.cpp:111
Method
makeDoc
src/python/handler/py_DMR.cpp:87
Method
makeDoc
src/python/handler/py_GDMR.cpp:130
Method
makeDoc
src/python/handler/py_DT.cpp:73
Method
makeDoc
src/python/handler/py_SLDA.cpp:143
Method
makeDoc
src/python/handler/py_PLDA.cpp:85
Method
makeDoc
src/python/handler/py_LLDA.cpp:86
Method
makeDoc
src/python/handler/py_MGLDA.cpp:72
Method
makeDoc
src/TopicModel/LLDAModel.hpp:160
Method
makeDoc
src/TopicModel/DMRModel.hpp:413
Method
makeDoc
src/TopicModel/DTModel.hpp:526
Method
makeDoc
src/TopicModel/LDACVB0Model.hpp:356
Method
makeDoc
src/TopicModel/LDAModel.hpp:1016
Method
makeDoc
src/TopicModel/SLDAModel.hpp:439
Method
makeDoc
src/TopicModel/GDMRModel.hpp:475
Method
makeDoc
src/TopicModel/MGLDAModel.hpp:444
Method
makeDoc
src/TopicModel/PLDAModel.hpp:167
Function
makeFilteredIter
src/Utils/Utils.hpp:286
Method
makeGeneratorForInit
src/TopicModel/LLDAModel.hpp:81
Method
makeGeneratorForInit
src/TopicModel/PAModel.hpp:327
Method
makeGeneratorForInit
src/TopicModel/PTModel.hpp:182
Method
makeGeneratorForInit
src/TopicModel/MGLDAModel.hpp:322
Method
makeGeneratorForInit
src/TopicModel/HPAModel.hpp:402
Method
makeGeneratorForInit
src/TopicModel/PLDAModel.hpp:85
Method
makeIM
src/Coherence/ConfirmMeasurer.hpp:302
Function
makeMethodDef
src/python/handler/PyUtils.h:2809
Method
makeMisc
src/TopicModel/SLDA.h:13
Method
makeMisc
src/TopicModel/TopicModel.hpp:103
Method
makeMisc
src/TopicModel/GDMR.h:13
Method
makeMisc
src/TopicModel/DT.h:17
Function
makeNewObject
src/python/handler/PyUtils.h:2113
Function
makePropertyDef
src/python/handler/PyUtils.h:2815
Function
makeSegmentor
src/Coherence/Segmentor.hpp:13
Method
make_doc
Return a new `tomotopy.utils.Document` instance for an unseen document with `words` and `metadata` that can be used for `tomotopy.models.LDAModel.infe
tomotopy/models.py:746
Method
make_doc
Return a new `tomotopy.utils.Document` instance for an unseen document with `words` and `metadata` that can be used for `tomotopy.models.LDAModel.infe
tomotopy/models.py:986
Method
make_doc
Return a new `tomotopy.utils.Document` instance for an unseen document with `words` that can be used for `tomotopy.models.LDAModel.infer` method. Par
tomotopy/models.py:1353
Method
make_doc
Return a new `tomotopy.utils.Document` instance for an unseen document with `words` and response variables `y` that can be used for `tomotopy.models.L
tomotopy/models.py:2032
Method
make_doc
Return a new `tomotopy.utils.Document` instance for an unseen document with `words` and `labels` that can be used for `tomotopy.models.LDAModel.infer`
tomotopy/models.py:2170
Method
mass_texpon
src/Utils/PolyaGamma.hpp:92
Method
max_size
src/Utils/tvector.hpp:195
Method
membuf
src/Utils/serializer.cpp:7
Method
mergeState
src/TopicModel/DTModel.hpp:145
Method
mergeState
src/TopicModel/HDPModel.hpp:295
Method
mergeState
src/TopicModel/LDAModel.hpp:553
Method
mergeState
src/TopicModel/PAModel.hpp:159
Method
mergeState
src/TopicModel/HPAModel.hpp:253
Method
metadata
categorical metadata of the document (for only `tomotopy.models.DMRModel` and `tomotopy.models.GDMRModel` model, read-only)
tomotopy/utils.py:106
Method
metadata_dict
a dictionary of metadata in type `tomotopy.Dictionary` (read-only)
tomotopy/models.py:805
Method
metadata_range
the ranges of each metadata variable (read-only)
tomotopy/models.py:1079
Method
method
src/python/handler/PyUtils.h:2975
Method
method
src/python/handler/PyUtils.h:3247
Method
model
(self)
tomotopy/viewer/viewer_server.py:264
Method
model_hash
(self)
tomotopy/viewer/viewer_server.py:272
Method
mpGetItem
src/python/handler/PyUtils.h:3130
Method
mpLen
src/python/handler/PyUtils.h:3114
Method
multi_metadata
categorical multiple metadata of the document (for only `tomotopy.models.DMRModel` and `tomotopy.models.GDMRModel` model, read-only) .. versionadded:
tomotopy/utils.py:111
Method
multi_metadata_dict
a dictionary of metadata in type `tomotopy.Dictionary` (read-only) .. versionadded:: 0.12.0 This dictionary is distinct from `metadata_dict`.
tomotopy/models.py:810
Method
newNode
src/TopicModel/HLDAModel.hpp:164
Method
normalizeMetadata
src/TopicModel/GDMRModel.hpp:320
Function
null_doc
(cls, inputFile, mdFields, f, kargs, ps)
test/unit_test.py:101
Method
num_beta_samples
the number of times to sample beta parameters, default value is 10. CTModel samples `num_beta_samples` beta parameters for each document. The more b
tomotopy/models.py:1886
Method
num_docs_by_timepoint
the number of documents in the model by timepoint (read-only)
tomotopy/models.py:2697
Method
num_tables
the number of total tables (read-only)
tomotopy/models.py:1233
Method
num_timepoints
the number of timepoints of the model (read-only)
tomotopy/models.py:2692
Method
num_tmn_samples
the number of iterations for sampling Truncated Multivariate Normal distribution, default value is 5. If your model shows biased topic correlations,
tomotopy/models.py:1900
Method
num_vocabs
the number of vocabularies after words with a smaller frequency were removed (read-only) This value is 0 before `train` is called. .. deprecated:: 0
tomotopy/models.py:176
Method
num_words
the number of total words (read-only) This value is 0 before `train` is called.
tomotopy/models.py:187
Method
numeric_metadata
continuous numeric metadata of the document (for only `tomotopy.models.GDMRModel` model, read-only) .. versionadded:: 0.11.0
tomotopy/utils.py:118
Method
omstream
src/Utils/serializer.hpp:78
Method
omstream
src/Utils/serializer.cpp:65
Method
onRead
src/Utils/MultiNormalDistribution.hpp:63
Method
one_minus_psi
Helper.
src/Utils/PolyaGammaHybrid.hpp:578
Method
operator !=
src/Utils/tvector.hpp:440
Method
operator <
src/Utils/tvector.hpp:446
Method
operator <=
src/Utils/tvector.hpp:456
Method
operator ==
src/Utils/tvector.hpp:430
Method
operator >
src/Utils/tvector.hpp:466
Method
operator >=
src/Utils/tvector.hpp:476
Method
operator []
element access
src/Utils/tvector.hpp:234
Method
operator!=
src/python/handler/label.h:49
Method
operator!=
src/python/handler/utils.h:142
Method
operator!=
src/Utils/SharedString.cpp:125
Method
operator!=
src/Utils/math.h:209
Method
operator!=
src/Utils/math.h:263
Method
operator!=
src/Coherence/ProbEstimator.hpp:26
Method
operator!=
src/Labeling/FoRelevance.cpp:35
Method
operator!=
src/Labeling/FoRelevance.cpp:124
Method
operator!=
src/TopicModel/TopicModel.hpp:197
Method
operator()
src/python/handler/PyUtils.h:657
← previous
next →
1,201–1,300 of 1,743, ranked by callers