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
reset_memory_size
include/thundersvm/syncmem.h:87
Method
resolveFilename
src/thundersvm/util/log.cpp:1661
Method
resolveLoggerFormatSpec
src/thundersvm/util/log.cpp:632
Method
run
src/thundersvm/util/log.cpp:2275
Method
save_svr_coef
src/thundersvm/model/svr.cpp:43
Method
save_to_file
(self, path)
python/thundersvm/thundersvm.py:410
Function
save_to_file_scikit
src/thundersvm/thundersvm-scikit.cpp:349
Method
scale_alpha_rho
src/thundersvm/solver/nusmosolver.cpp:120
Method
select_working_set
src/thundersvm/solver/nusmosolver.cpp:48
Method
select_working_set
src/thundersvm/solver/csmosolver.cpp:123
Method
setApplicationArguments
src/thundersvm/util/log.cpp:2072
Method
setArgs
@brief Sets arguments and parses them
include/thundersvm/util/log.h:1279
Method
setArgs
@brief Sets application arguments and figures out whats active for logging and whats not.
include/thundersvm/util/log.h:3696
Method
setContinueRunning
include/thundersvm/util/log.h:2790
Method
setCrashHandler
@brief Overrides default crash handler and installs custom handler. @param crashHandler A functor with no return type that takes single int argument.
include/thundersvm/util/log.h:3714
Method
setDefaultConfigurations
include/thundersvm/util/log.h:2403
Method
setDefaultLogBuilder
src/thundersvm/util/log.cpp:2827
Method
setDefaultLogBuilder
include/thundersvm/util/log.h:2450
Method
setEnabled
include/thundersvm/util/log.h:2203
Method
setFlags
include/thundersvm/util/log.h:2659
Method
setGlobally
@brief Sets configuration for all levels. @param configurationType Type of configuration @param value String based value @see Configurations::set(Leve
include/thundersvm/util/log.h:1861
Method
setLogBuilder
include/thundersvm/util/log.h:2317
Method
setLoggingLevel
@brief Sets hierarchy for logging. Needs to enable logging flag (HierarchicalLogging)
include/thundersvm/util/log.h:3909
Method
setParentApplicationName
include/thundersvm/util/log.h:2290
Method
setRemainingToDefault
src/thundersvm/util/log.cpp:305
Method
setStorage
@brief Shares logging repository (base::Storage)
include/thundersvm/util/log.h:3688
Method
setThreadName
@brief Sets thread name for current thread. Requires std::thread
include/thundersvm/util/log.h:3704
Method
setVModules
src/thundersvm/util/log.cpp:2974
Method
setValue
include/thundersvm/util/log.h:2052
Method
setVerboseLevel
src/thundersvm/util/log.cpp:2966
Method
set_device_data
include/thundersvm/syncarray.h:40
Method
set_host_data
include/thundersvm/syncarray.h:36
Function
set_iter
src/thundersvm/thundersvm-scikit.cpp:258
Function
set_memory_size
src/thundersvm/thundersvm-scikit.cpp:373
Function
setup
(app)
docs/conf.py:173
Method
smo_kernel
src/thundersvm/solver/nusmosolver.cpp:128
Method
smo_kernel
src/thundersvm/solver/csmosolver.cpp:216
Function
sparse_decision
src/thundersvm/thundersvm-scikit.cpp:324
Function
sparse_model_scikit
src/thundersvm/thundersvm-scikit.cpp:41
Function
sparse_predict
src/thundersvm/thundersvm-scikit.cpp:130
Method
startTime
include/thundersvm/util/log.h:3583
Method
startsWith
src/thundersvm/util/log.cpp:824
Method
storage
@return Main storage repository
include/thundersvm/util/log.h:3692
Function
svm_predict
(arg1, arg2 = None, arg3 = None, arg4 = None, arg5 = None)
python/svm.py:110
Function
svm_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.
python/svm.py:61
Function
svm_train
(arg1, arg2 = None, arg3 = None, arg4 = None)
python/svm.py:84
Method
termSupportsColor
src/thundersvm/util/log.cpp:1064
Method
test_cv
src/test/test_cross_validation.cpp:24
Function
thundersvm_predict
src/thundersvm/svm_interface_api.cpp:160
Function
thundersvm_predict_after_parse
src/thundersvm/svm_interface_api.cpp:191
Function
thundersvm_train
src/thundersvm/svm_interface_api.cpp:92
Function
thundersvm_train_after_parse
src/thundersvm/svm_interface_api.cpp:182
Method
timevalToString
src/thundersvm/util/log.cpp:1106
Method
to_device
include/thundersvm/syncarray.h:48
Method
to_host
include/thundersvm/syncarray.h:44
Method
train
src/thundersvm/model/nusvr.cpp:7
Method
train
src/thundersvm/model/oneclass_svc.cpp:9
Method
train
src/thundersvm/model/svr.cpp:9
Function
train_R
src/thundersvm/svm_R_interface.cpp:133
Method
train_binary
src/thundersvm/model/nusvc.cpp:7
Method
train_binary
src/thundersvm/model/svc.cpp:147
Method
triggerDispatch
src/thundersvm/util/log.cpp:2511
Method
try_lock
include/thundersvm/util/log.h:983
Method
try_lock
include/thundersvm/util/log.h:1036
Method
uninstallCallback
include/thundersvm/util/log.h:1598
Method
uninstallCustomFormatSpecifier
src/thundersvm/util/log.cpp:2061
Method
uninstallCustomFormatSpecifier
@brief Uninstalls user defined format specifier and handler
include/thundersvm/util/log.h:3797
Method
uninstallLogDispatchCallback
include/thundersvm/util/log.h:2693
Method
uninstallLogDispatchCallback
include/thundersvm/util/log.h:3744
Method
uninstallLoggerRegistrationCallback
include/thundersvm/util/log.h:2421
Method
uninstallLoggerRegistrationCallback
include/thundersvm/util/log.h:3823
Method
uninstallPerformanceTrackingCallback
include/thundersvm/util/log.h:2709
Method
uninstallPerformanceTrackingCallback
include/thundersvm/util/log.h:3759
Method
uninstallPreRollOutCallback
@brief Uninstalls pre rollout callback
include/thundersvm/util/log.h:3734
Method
unlock
include/thundersvm/util/log.h:1039
Method
unregister
@brief Unregisters single entry mapped to specified unique key
include/thundersvm/util/log.h:1472
Method
unregister
include/thundersvm/util/log.h:1549
Method
unregister
include/thundersvm/util/log.h:2436
Method
unregisterAll
include/thundersvm/util/log.h:1456
Method
unregisterAll
include/thundersvm/util/log.h:1540
Method
unregisterLogger
src/thundersvm/util/log.cpp:2831
Method
unsafeFlushAll
src/thundersvm/util/log.cpp:1849
Method
unsafeGetConfigByVal
include/thundersvm/util/log.h:2019
Method
unsafeSet
src/thundersvm/util/log.cpp:466
Method
unsafeSetGlobally
src/thundersvm/util/log.cpp:490
Method
unsafeSetIfNotExist
src/thundersvm/util/log.cpp:459
Method
unsafeValidateFileRolling
src/thundersvm/util/log.cpp:1743
Method
updateDateFormat
src/thundersvm/util/log.cpp:1458
Method
updateFormatSpec
src/thundersvm/util/log.cpp:1485
Method
validateAfterNCounter
include/thundersvm/util/log.h:2613
Method
validateEveryNCounter
include/thundersvm/util/log.h:2609
Method
validateFileRolling
include/thundersvm/util/log.h:2080
Method
validateNTimesCounter
include/thundersvm/util/log.h:2617
Method
verbose
include/thundersvm/util/log.h:3345
Method
verboseLevel
include/thundersvm/util/log.h:2521
Method
version
src/thundersvm/util/log.cpp:2986
Method
wcharPtrToCharPtr
@brief Converst wchar* to char NOTE: Need to free return value after use!
src/thundersvm/util/log.cpp:938
Method
wildCardMatch
src/thundersvm/util/log.cpp:782
Method
~AbstractRegistry
include/thundersvm/util/log.h:1361
Method
~AsyncDispatchWorker
src/thundersvm/util/log.cpp:2189
← previous
next →
501–600 of 630, ranked by callers