MCPcopy Create free account

hub / github.com/2shou/TextGrocery / functions

Functions188 in github.com/2shou/TextGrocery

↓ 1 callersMethodset_to_default_values
(self)
tgrocery/learner/liblinear/python/liblinear.py:127
↓ 1 callersMethodshow_result
(self)
tgrocery/base.py:53
↓ 1 callersFunctionsolve_l1r_l2_svc
tgrocery/learner/liblinear/linear.cpp:1398
↓ 1 callersFunctionsolve_l1r_lr
tgrocery/learner/liblinear/linear.cpp:1685
↓ 1 callersFunctionsolve_l2r_lr_dual
tgrocery/learner/liblinear/linear.cpp:1224
↓ 1 callersMethodto_class_name
(self, idx)
tgrocery/converter.py:107
↓ 1 callersMethodunigram
(self, tokens)
tgrocery/converter.py:64
MethodSolver_MCSVM_CS
tgrocery/learner/liblinear/linear.cpp:473
MethodTRON
tgrocery/learner/liblinear/tron.cpp:48
MethodXTv
tgrocery/learner/liblinear/linear.cpp:171
MethodXv
tgrocery/learner/liblinear/linear.cpp:153
Method__del__
(self)
tgrocery/__init__.py:59
Method__del__
(self)
tgrocery/learner/learner.py:53
Method__del__
(self)
tgrocery/learner/liblinear/python/liblinear.py:214
Method__init__
(self, text_converter=None, model=None)
tgrocery/classifier.py:11
Method__init__
(self, model)
tgrocery/classifier.py:64
Method__init__
(self)
tgrocery/converter.py:26
Method__init__
(self)
tgrocery/converter.py:60
Method__init__
(self)
tgrocery/converter.py:95
Method__init__
(self, custom_tokenize=None)
tgrocery/converter.py:130
Method__init__
(self, true_y, predicted_y)
tgrocery/base.py:11
Method__init__
(self, predicted_y=None, dec_values=None, labels=None)
tgrocery/base.py:68
Method__init__
(self)
tgrocery/__init__.py:13
Method__init__
(self, name, custom_tokenize=None)
tgrocery/__init__.py:18
Method__init__
(self, src)
tgrocery/learner/learner.py:84
Method__init__
(self, learner_opts = '', liblinear_opts = '')
tgrocery/learner/learner.py:215
Method__init__
(self, y, x, bias = -1)
tgrocery/learner/liblinear/python/liblinear.py:70
Method__init__
(self, options = None)
tgrocery/learner/liblinear/python/liblinear.py:112
Method__init__
(self)
tgrocery/learner/liblinear/python/liblinear.py:211
Method__str__
(self)
tgrocery/classifier.py:17
Method__str__
(self)
tgrocery/base.py:63
Method__str__
(self)
tgrocery/base.py:72
Method__str__
(self)
tgrocery/learner/learner.py:369
Method__str__
(self)
tgrocery/learner/liblinear/python/liblinear.py:35
Method__str__
(self)
tgrocery/learner/liblinear/python/liblinear.py:117
Method_get_label_idx
(nr_class, labels)
tgrocery/learner/learner.py:279
Methodbe_shrunk
tgrocery/learner/liblinear/linear.cpp:526
Functioncompare_double
tgrocery/learner/liblinear/linear.cpp:492
Functioncompute_idf
tgrocery/learner/util.c:198
Functiondefault_print
tgrocery/learner/liblinear/tron.cpp:32
Methodget_class_idx
(self, class_name)
tgrocery/converter.py:136
Methodget_labels
(self)
tgrocery/classifier.py:20
Methodget_labels
Return the labels of this model.
tgrocery/learner/learner.py:327
Methodget_labels
(self)
tgrocery/learner/liblinear/python/liblinear.py:225
Methodget_weight
Return the weight of feature *j* and label *k*.
tgrocery/learner/learner.py:321
Methodinfo
tgrocery/learner/liblinear/tron.cpp:38
Methodl2r_l2_svc_fun
tgrocery/learner/liblinear/linear.cpp:216
Methodl2r_l2_svr_fun
tgrocery/learner/liblinear/linear.cpp:367
Methodl2r_lr_fun
tgrocery/learner/liblinear/linear.cpp:69
Methodload
(self, model_name)
tgrocery/classifier.py:23
Methodload
(self, src_file)
tgrocery/converter.py:52
Methodload
(self, src_file)
tgrocery/converter.py:87
Methodload
(self, src_dir)
tgrocery/converter.py:173
Functionload_model
load_model(model_file_name) -> model Load a LIBLINEAR model from model_file_name and return.
tgrocery/learner/liblinear/python/liblinearutil.py:31
Functionmain
tgrocery/learner/test.cpp:4
Functionmain
tgrocery/learner/liblinear/train.c:96
Functionmain
tgrocery/learner/liblinear/predict.c:188
Methodnorm_inf
tgrocery/learner/liblinear/tron.cpp:227
Functionnormalize
tgrocery/learner/util.c:225
Functionpredict
Return a quadruple: the predicted labels, the accuracy, the decision values, and the true labels in the test data file (obtained through the
tgrocery/learner/learner.py:450
Functionpredict
predict(y, x, m [, options]) -> (p_labels, p_acc, p_vals) Predict data (y, x) with the SVM model m. options: -b probability_esti
tgrocery/learner/liblinear/python/liblinearutil.py:167
Functionprint_null
tgrocery/learner/liblinear/train.c:11
Functionprint_null
tgrocery/learner/liblinear/predict.c:8
Functionprint_null
(s)
tgrocery/learner/liblinear/python/liblinear.py:20
Functionprint_string_stdout
tgrocery/learner/liblinear/linear.cpp:25
Methodrun
(self)
setup.py:15
Methodsave
(self, model_name, force=False)
tgrocery/classifier.py:32
Methodsave
(self, dest_file)
tgrocery/converter.py:47
Methodsave
(self, dest_file)
tgrocery/converter.py:82
Methodsave
(self, dest_dir)
tgrocery/converter.py:161
Methodsave
Save the model to a directory. If *force* is set to ``True``, the existing directory will be overwritten; otherwise, :class:`
tgrocery/learner/learner.py:348
Functionsave_model
save_model(model_file_name, model) -> None Save a LIBLINEAR model to the file model_file_name.
tgrocery/learner/liblinear/python/liblinearutil.py:44
MethodsetUp
(self)
runtests.py:11
Methodset_bias
(self, bias)
tgrocery/learner/learner.py:96
Methodsolve_sub_problem
tgrocery/learner/liblinear/linear.cpp:501
MethodsubXTv
tgrocery/learner/liblinear/linear.cpp:336
MethodsubXv
tgrocery/learner/liblinear/linear.cpp:319
Functionsvm_read_problem
svm_read_problem(data_file_name) -> [y, x] Read LIBSVM-format data from data_file_name and return labels y and data instances x.
tgrocery/learner/liblinear/python/liblinearutil.py:9
Methodtest
(self, text_src, delimiter)
tgrocery/classifier.py:67
Methodtest_main
(self)
runtests.py:20
Functiontrain
train(y, x [, options]) -> model | ACC train(prob [, options]) -> model | ACC train(prob, param) -> model | ACC Train a model from d
tgrocery/learner/liblinear/python/liblinearutil.py:81
Methodtrcg
tgrocery/learner/liblinear/tron.cpp:164
Functionunicode
(string, setting)
tgrocery/learner/learner.py:15
Method~Solver_MCSVM_CS
tgrocery/learner/liblinear/linear.cpp:486
Method~TRON
tgrocery/learner/liblinear/tron.cpp:56
Method~function
tgrocery/learner/liblinear/tron.h:18
Method~l2r_l2_svc_fun
tgrocery/learner/liblinear/linear.cpp:228
Method~l2r_lr_fun
tgrocery/learner/liblinear/linear.cpp:80
← previous101–188 of 188, ranked by callers