MCPcopy Create free account

hub / github.com/Xtra-Computing/thundersvm / functions

Functions630 in github.com/Xtra-Computing/thundersvm

MethodinitUnflushedCount
src/thundersvm/util/log.cpp:623
Methodinit_f
src/thundersvm/solver/csmosolver.cpp:189
Functioninit_model_param
src/thundersvm/thundersvm-scikit.cpp:37
MethodinitializeLogger
src/thundersvm/util/log.cpp:2442
MethodinsertFile
src/thundersvm/util/log.cpp:1700
MethodinstallCallback
include/thundersvm/util/log.h:1589
MethodinstallCustomFormatSpecifier
src/thundersvm/util/log.cpp:2053
MethodinstallCustomFormatSpecifier
@brief Installs user defined format specifier and handler
include/thundersvm/util/log.h:3793
MethodinstallLogDispatchCallback
include/thundersvm/util/log.h:2688
MethodinstallLogDispatchCallback
include/thundersvm/util/log.h:3739
MethodinstallLoggerRegistrationCallback
include/thundersvm/util/log.h:2415
MethodinstallLoggerRegistrationCallback
include/thundersvm/util/log.h:3818
MethodinstallPerformanceTrackingCallback
include/thundersvm/util/log.h:2703
MethodinstallPerformanceTrackingCallback
include/thundersvm/util/log.h:3754
MethodinstallPreRollOutCallback
defined(ELPP_FEATURE_ALL) || defined(ELPP_FEATURE_CRASH_LOG) @brief Installs pre rollout callback, this callback is triggered when log file is about t
include/thundersvm/util/log.h:3730
MethodisComment
src/thundersvm/util/log.cpp:387
MethodisConfig
src/thundersvm/util/log.cpp:391
MethodisDigit
@brief Checks if character is digit. Dont use libc implementation of it to prevent locale issues.
include/thundersvm/util/log.h:1124
MethodisLevel
src/thundersvm/util/log.cpp:383
MethodisValidId
src/thundersvm/util/log.cpp:591
MethodlastCheckpointTime
include/thundersvm/util/log.h:3589
Methodlevel
@brief Gets level of current configuration
include/thundersvm/util/log.h:1740
Methodlevel
include/thundersvm/util/log.h:2472
Methodlevel
include/thundersvm/util/log.h:2509
Methodlevel
include/thundersvm/util/log.h:3516
Methodline
include/thundersvm/util/log.h:3470
MethodlineNumber
include/thundersvm/util/log.h:2136
Methodload_dataset_and_train
src/test/test_nusvc.cpp:20
Methodload_dataset_and_train
src/test/test_nusvr.cpp:20
Methodload_dataset_and_train
src/test/test_svr.cpp:18
Methodload_dataset_and_train
src/test/test_svc.cpp:17
Methodload_from_file
(self, path)
python/thundersvm/thundersvm.py:413
Methodload_from_file
src/thundersvm/model/svmmodel.cpp:201
Functionload_from_file_scikit
src/thundersvm/thundersvm-scikit.cpp:353
Functionload_from_python_interface
src/thundersvm/svm_interface_api.cpp:178
Methodlock
include/thundersvm/util/log.h:1035
Methodlog
src/thundersvm/syncarray.cpp:59
Methodlog
src/thundersvm/util/log.cpp:174
Methodlog
include/thundersvm/util/log.h:1668
Methodlog
include/thundersvm/util/log.h:2272
Methodlog
include/thundersvm/util/log.h:3541
MethodlogCrashReason
src/thundersvm/util/log.cpp:2814
MethodlogDispatchCallback
include/thundersvm/util/log.h:2697
MethodlogDispatchCallback
include/thundersvm/util/log.h:3748
MethodlogMessage
include/thundersvm/util/log.h:2215
MethodlogStreamsReference
include/thundersvm/util/log.h:2441
Methodlog_
include/thundersvm/util/log.h:3300
MethodloggerRegistrationCallback
include/thundersvm/util/log.h:2426
MethodloggerRegistrationCallback
include/thundersvm/util/log.h:3827
Functionmain
src/test/test_main.cpp:9
Functionmain
src/thundersvm/thundersvm-predict.cpp:18
Functionmain
src/thundersvm/thundersvm-train.cpp:19
MethodmaxLogFileSize
src/thundersvm/util/log.cpp:1585
Functionmodel_free
src/thundersvm/thundersvm-scikit.cpp:31
Functionmodel_new
src/thundersvm/thundersvm-scikit.cpp:16
Methodmodel_setup
src/thundersvm/model/nusvr.cpp:43
Methodmodel_setup
src/thundersvm/model/nusvc.cpp:47
Methodmodel_setup
src/thundersvm/model/oneclass_svc.cpp:69
Methodmodel_setup
src/thundersvm/model/svc.cpp:16
Methodmodel_setup
src/thundersvm/model/svmmodel.cpp:21
Methodmodel_setup
src/thundersvm/model/svr.cpp:64
Methodmulticlass_probability
src/thundersvm/model/svc.cpp:194
Methodn_features
the maximum number of features of instances
include/thundersvm/kernelmatrix.h:46
Methodn_instances
the number of instances in KernelMatrix
include/thundersvm/kernelmatrix.h:43
Functionn_sv
src/thundersvm/thundersvm-scikit.cpp:254
MethodnewFileStream
src/thundersvm/util/log.cpp:650
Methodnnz
the number of non-zero features of all instances
include/thundersvm/kernelmatrix.h:49
Methodnode
include/thundersvm/dataset.h:17
Methodoperator!=
include/thundersvm/util/log.h:1339
Methodoperator()
src/thundersvm/util/log.cpp:186
Methodoperator()
include/thundersvm/util/log.h:2154
Methodoperator==
src/thundersvm/util/log.cpp:1401
Methodoperator==
include/thundersvm/util/log.h:897
Methodoperator==
include/thundersvm/util/log.h:1327
Methodoperator==
include/thundersvm/util/log.h:1711
MethodparseFormat
src/thundersvm/util/log.cpp:1174
MethodparseFromFile
src/thundersvm/util/log.cpp:207
MethodparseFromFormat
@brief Updates format to be used while logging. @param userFormat User provided format
src/thundersvm/util/log.cpp:1408
MethodparseLine
src/thundersvm/util/log.cpp:399
MethodpathExists
src/thundersvm/util/log.cpp:685
MethodperformanceTrackingCallback
include/thundersvm/util/log.h:2715
MethodperformanceTrackingCallback
include/thundersvm/util/log.h:3763
MethodpopulateAllLoggerIds
src/thundersvm/util/log.cpp:2900
Methodpredict
(self, X)
python/thundersvm/thundersvm.py:286
Methodpredict
src/thundersvm/model/oneclass_svc.cpp:59
Functionpredict_R
src/thundersvm/svm_R_interface.cpp:287
Methodpredict_label
src/thundersvm/model/svc.cpp:252
Methodpredict_proba
(self, X)
python/thundersvm/thundersvm.py:291
Methodprobability_train
src/thundersvm/model/svc.cpp:414
MethodprocessDispatch
src/thundersvm/util/log.cpp:2470
Methodread_cmd
src/test/test_cmd.cpp:20
MethodreconfigureAllLoggers
src/thundersvm/util/log.cpp:2862
MethodreconfigureAllLoggers
@brief Reconfigures single configuration for all the loggers
include/thundersvm/util/log.h:3845
MethodreconfigureLogger
src/thundersvm/util/log.cpp:2841
MethodregisterNew
@brief Registers new registry to repository.
include/thundersvm/util/log.h:1466
MethodregisterNew
include/thundersvm/util/log.h:1564
MethodreleaseDate
@brief Release date of current version
src/thundersvm/util/log.cpp:2990
MethodremoveFlag
@brief Removes logging flag used internally.
include/thundersvm/util/log.h:3877
MethodreplaceFirstWithEscape
src/thundersvm/util/log.cpp:848
MethodresetLocation
@brief Resets location of current hit counter
include/thundersvm/util/log.h:2119
← previousnext →401–500 of 630, ranked by callers