Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ functions
Functions
630 in github.com/Xtra-Computing/thundersvm
⨍
Functions
630
◇
Types & classes
170
Method
initUnflushedCount
src/thundersvm/util/log.cpp:623
Method
init_f
src/thundersvm/solver/csmosolver.cpp:189
Function
init_model_param
src/thundersvm/thundersvm-scikit.cpp:37
Method
initializeLogger
src/thundersvm/util/log.cpp:2442
Method
insertFile
src/thundersvm/util/log.cpp:1700
Method
installCallback
include/thundersvm/util/log.h:1589
Method
installCustomFormatSpecifier
src/thundersvm/util/log.cpp:2053
Method
installCustomFormatSpecifier
@brief Installs user defined format specifier and handler
include/thundersvm/util/log.h:3793
Method
installLogDispatchCallback
include/thundersvm/util/log.h:2688
Method
installLogDispatchCallback
include/thundersvm/util/log.h:3739
Method
installLoggerRegistrationCallback
include/thundersvm/util/log.h:2415
Method
installLoggerRegistrationCallback
include/thundersvm/util/log.h:3818
Method
installPerformanceTrackingCallback
include/thundersvm/util/log.h:2703
Method
installPerformanceTrackingCallback
include/thundersvm/util/log.h:3754
Method
installPreRollOutCallback
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
Method
isComment
src/thundersvm/util/log.cpp:387
Method
isConfig
src/thundersvm/util/log.cpp:391
Method
isDigit
@brief Checks if character is digit. Dont use libc implementation of it to prevent locale issues.
include/thundersvm/util/log.h:1124
Method
isLevel
src/thundersvm/util/log.cpp:383
Method
isValidId
src/thundersvm/util/log.cpp:591
Method
lastCheckpointTime
include/thundersvm/util/log.h:3589
Method
level
@brief Gets level of current configuration
include/thundersvm/util/log.h:1740
Method
level
include/thundersvm/util/log.h:2472
Method
level
include/thundersvm/util/log.h:2509
Method
level
include/thundersvm/util/log.h:3516
Method
line
include/thundersvm/util/log.h:3470
Method
lineNumber
include/thundersvm/util/log.h:2136
Method
load_dataset_and_train
src/test/test_nusvc.cpp:20
Method
load_dataset_and_train
src/test/test_nusvr.cpp:20
Method
load_dataset_and_train
src/test/test_svr.cpp:18
Method
load_dataset_and_train
src/test/test_svc.cpp:17
Method
load_from_file
(self, path)
python/thundersvm/thundersvm.py:413
Method
load_from_file
src/thundersvm/model/svmmodel.cpp:201
Function
load_from_file_scikit
src/thundersvm/thundersvm-scikit.cpp:353
Function
load_from_python_interface
src/thundersvm/svm_interface_api.cpp:178
Method
lock
include/thundersvm/util/log.h:1035
Method
log
src/thundersvm/syncarray.cpp:59
Method
log
src/thundersvm/util/log.cpp:174
Method
log
include/thundersvm/util/log.h:1668
Method
log
include/thundersvm/util/log.h:2272
Method
log
include/thundersvm/util/log.h:3541
Method
logCrashReason
src/thundersvm/util/log.cpp:2814
Method
logDispatchCallback
include/thundersvm/util/log.h:2697
Method
logDispatchCallback
include/thundersvm/util/log.h:3748
Method
logMessage
include/thundersvm/util/log.h:2215
Method
logStreamsReference
include/thundersvm/util/log.h:2441
Method
log_
include/thundersvm/util/log.h:3300
Method
loggerRegistrationCallback
include/thundersvm/util/log.h:2426
Method
loggerRegistrationCallback
include/thundersvm/util/log.h:3827
Function
main
src/test/test_main.cpp:9
Function
main
src/thundersvm/thundersvm-predict.cpp:18
Function
main
src/thundersvm/thundersvm-train.cpp:19
Method
maxLogFileSize
src/thundersvm/util/log.cpp:1585
Function
model_free
src/thundersvm/thundersvm-scikit.cpp:31
Function
model_new
src/thundersvm/thundersvm-scikit.cpp:16
Method
model_setup
src/thundersvm/model/nusvr.cpp:43
Method
model_setup
src/thundersvm/model/nusvc.cpp:47
Method
model_setup
src/thundersvm/model/oneclass_svc.cpp:69
Method
model_setup
src/thundersvm/model/svc.cpp:16
Method
model_setup
src/thundersvm/model/svmmodel.cpp:21
Method
model_setup
src/thundersvm/model/svr.cpp:64
Method
multiclass_probability
src/thundersvm/model/svc.cpp:194
Method
n_features
the maximum number of features of instances
include/thundersvm/kernelmatrix.h:46
Method
n_instances
the number of instances in KernelMatrix
include/thundersvm/kernelmatrix.h:43
Function
n_sv
src/thundersvm/thundersvm-scikit.cpp:254
Method
newFileStream
src/thundersvm/util/log.cpp:650
Method
nnz
the number of non-zero features of all instances
include/thundersvm/kernelmatrix.h:49
Method
node
include/thundersvm/dataset.h:17
Method
operator!=
include/thundersvm/util/log.h:1339
Method
operator()
src/thundersvm/util/log.cpp:186
Method
operator()
include/thundersvm/util/log.h:2154
Method
operator==
src/thundersvm/util/log.cpp:1401
Method
operator==
include/thundersvm/util/log.h:897
Method
operator==
include/thundersvm/util/log.h:1327
Method
operator==
include/thundersvm/util/log.h:1711
Method
parseFormat
src/thundersvm/util/log.cpp:1174
Method
parseFromFile
src/thundersvm/util/log.cpp:207
Method
parseFromFormat
@brief Updates format to be used while logging. @param userFormat User provided format
src/thundersvm/util/log.cpp:1408
Method
parseLine
src/thundersvm/util/log.cpp:399
Method
pathExists
src/thundersvm/util/log.cpp:685
Method
performanceTrackingCallback
include/thundersvm/util/log.h:2715
Method
performanceTrackingCallback
include/thundersvm/util/log.h:3763
Method
populateAllLoggerIds
src/thundersvm/util/log.cpp:2900
Method
predict
(self, X)
python/thundersvm/thundersvm.py:286
Method
predict
src/thundersvm/model/oneclass_svc.cpp:59
Function
predict_R
src/thundersvm/svm_R_interface.cpp:287
Method
predict_label
src/thundersvm/model/svc.cpp:252
Method
predict_proba
(self, X)
python/thundersvm/thundersvm.py:291
Method
probability_train
src/thundersvm/model/svc.cpp:414
Method
processDispatch
src/thundersvm/util/log.cpp:2470
Method
read_cmd
src/test/test_cmd.cpp:20
Method
reconfigureAllLoggers
src/thundersvm/util/log.cpp:2862
Method
reconfigureAllLoggers
@brief Reconfigures single configuration for all the loggers
include/thundersvm/util/log.h:3845
Method
reconfigureLogger
src/thundersvm/util/log.cpp:2841
Method
registerNew
@brief Registers new registry to repository.
include/thundersvm/util/log.h:1466
Method
registerNew
include/thundersvm/util/log.h:1564
Method
releaseDate
@brief Release date of current version
src/thundersvm/util/log.cpp:2990
Method
removeFlag
@brief Removes logging flag used internally.
include/thundersvm/util/log.h:3877
Method
replaceFirstWithEscape
src/thundersvm/util/log.cpp:848
Method
resetLocation
@brief Resets location of current hit counter
include/thundersvm/util/log.h:2119
← previous
next →
401–500 of 630, ranked by callers