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
calculate_obj
src/thundersvm/solver/csmosolver.cpp:227
Method
calculate_rho
src/thundersvm/solver/nusmosolver.cpp:9
Method
calculate_rho
src/thundersvm/solver/csmosolver.cpp:167
Method
callback
include/thundersvm/util/log.h:1605
Method
castFromInt
@brief Casts int(ushort) to level, useful for iterating through enum.
include/thundersvm/util/log.h:595
Method
castFromInt
@brief Casts int(ushort) to configurationt type, useful for iterating through enum.
include/thundersvm/util/log.h:656
Method
castToInt
@brief Casts level to int, useful for iterating through enum.
include/thundersvm/util/log.h:591
Method
castToInt
@brief Casts configuration type to int, useful for iterating through enum.
include/thundersvm/util/log.h:652
Method
checkpoint
src/thundersvm/util/log.cpp:2591
Method
clean
src/thundersvm/util/log.cpp:2196
Method
clearBuff
src/thundersvm/util/log.cpp:930
Method
clearVModules
src/thundersvm/util/log.cpp:2980
Method
commandLineArgs
@brief Returns command line arguments (pointer) provided to easylogging++
include/thundersvm/util/log.h:3789
Method
compute_linear_coef_single_model
src/thundersvm/model/svmmodel.cpp:393
Method
configurations
include/thundersvm/util/log.h:1970
Method
configureFromArg
src/thundersvm/util/log.cpp:2950
Method
configureFromGlobal
src/thundersvm/util/log.cpp:2909
Method
contains
src/thundersvm/util/log.cpp:901
Method
continueRunning
include/thundersvm/util/log.h:2795
Method
convertAndAddToBuff
src/thundersvm/util/log.cpp:909
Method
convertFromString
src/thundersvm/util/log.cpp:78
Method
convertTemplateToStdString
include/thundersvm/util/log.h:3769
Method
convertToString
src/thundersvm/util/log.cpp:49
Method
crashAbort
src/thundersvm/util/log.cpp:2800
Method
createPath
src/thundersvm/util/log.cpp:702
Method
csr_csr_mul
src/thundersvm/kernelmatrix.cpp:146
Method
currentHost
src/thundersvm/util/log.cpp:1051
Method
currentUser
src/thundersvm/util/log.cpp:1038
Method
decision_function
(self, X)
python/thundersvm/thundersvm.py:361
Method
deepCopy
include/thundersvm/util/log.h:1489
Method
deepCopy
include/thundersvm/util/log.h:1580
Method
defaultConfigurations
include/thundersvm/util/log.h:2408
Function
defaultCrashHandler
@brief Default application crash handler @detail This function writes log using 'default' logger, prints stack trace for GCC based compilers and abor
src/thundersvm/util/log.cpp:2765
Function
defaultPreRollOutCallback
include/thundersvm/util/log.h:865
Method
defaultTypedConfigurations
src/thundersvm/util/log.cpp:2894
Function
dense_decision
src/thundersvm/thundersvm-scikit.cpp:336
Function
dense_model_scikit
src/thundersvm/thundersvm-scikit.cpp:145
Function
dense_predict
src/thundersvm/thundersvm-scikit.cpp:239
Method
dns_csr_mul
src/thundersvm/kernelmatrix.cpp:140
Method
dns_dns_mul
src/thundersvm/kernelmatrix.cpp:153
Method
empty
@return Whether or not repository is empty
include/thundersvm/util/log.h:1386
Method
emptyQueue
src/thundersvm/util/log.cpp:2206
Method
enabled
include/thundersvm/util/log.h:2200
Method
enabled
include/thundersvm/util/log.h:2321
Method
endTime
include/thundersvm/util/log.h:3586
Method
endsWith
src/thundersvm/util/log.cpp:828
Method
extractPathFromFilename
src/thundersvm/util/log.cpp:742
Method
finalize_options
(self)
python/setup.py:12
Method
firstCheckpoint
include/thundersvm/util/log.h:3461
Method
fit
(self, X, y=None)
python/thundersvm/thundersvm.py:527
Method
flags
include/thundersvm/util/log.h:1660
Method
flags
include/thundersvm/util/log.h:2655
Method
flushAll
src/thundersvm/util/log.cpp:2962
Method
flushAll
include/thundersvm/util/log.h:2445
Method
forEachConfigType
src/thundersvm/util/log.cpp:140
Method
forEachLevel
src/thundersvm/util/log.cpp:87
Method
formatTime
src/thundersvm/util/log.cpp:1117
Method
generateNew
src/thundersvm/util/log.cpp:2666
Method
get
include/thundersvm/util/log.h:1571
Method
get
include/thundersvm/util/log.h:1852
Method
getBashOutput
src/thundersvm/util/log.cpp:987
Method
getConfigByVal
include/thundersvm/util/log.h:2007
Method
getCounter
@brief Gets hit counter registered at specified position
include/thundersvm/util/log.h:2186
Method
getDateTime
src/thundersvm/util/log.cpp:1100
Method
getDeviceName
src/thundersvm/util/log.cpp:975
Method
getEnvironmentVariable
src/thundersvm/util/log.cpp:1014
Method
getFormattedTimeTaken
src/thundersvm/util/log.cpp:2624
Method
getFormattedTimeTaken
include/thundersvm/util/log.h:3535
Method
getLogger
src/thundersvm/util/log.cpp:2822
Method
getProperty
src/thundersvm/util/log.cpp:969
Method
getSizeOfFile
src/thundersvm/util/log.cpp:674
Method
getThreadName
include/thundersvm/util/log.h:3707
Method
getTimeDifference
src/thundersvm/util/log.cpp:1135
Method
getULong
src/thundersvm/util/log.cpp:1646
Method
getWindowsEnvironmentVariable
@brief Gets environment variables for Windows based OS. We are not using <code>getenv(const char*)</code> because of CRT deprecation @param varname Va
src/thundersvm/util/log.cpp:959
Function
get_coef
src/thundersvm/thundersvm-scikit.cpp:297
Method
get_dot_product
src/thundersvm/kernelmatrix.cpp:167
Method
get_dot_product_csr_csr
src/thundersvm/kernelmatrix.cpp:190
Method
get_dot_product_dns_csr
src/thundersvm/kernelmatrix.cpp:160
Method
get_dot_product_dns_dns
src/thundersvm/kernelmatrix.cpp:198
Function
get_linear_coef
src/thundersvm/thundersvm-scikit.cpp:306
Function
get_n_binary_models
src/thundersvm/thundersvm-scikit.cpp:365
Function
get_n_classes
src/thundersvm/thundersvm-scikit.cpp:369
Function
get_pro
src/thundersvm/thundersvm-scikit.cpp:357
Function
get_rho
src/thundersvm/thundersvm-scikit.cpp:315
Function
get_support_classes
src/thundersvm/thundersvm-scikit.cpp:288
Function
get_sv
src/thundersvm/thundersvm-scikit.cpp:263
Function
get_sv_max_index
src/thundersvm/thundersvm-scikit.cpp:377
Method
get_working_set_size
src/thundersvm/model/svmmodel.cpp:351
Method
gettimeofday
src/thundersvm/util/log.cpp:1073
Method
handle
include/thundersvm/util/log.h:3547
Method
hasCustomFormatSpecifier
src/thundersvm/util/log.cpp:2047
Method
hasCustomFormatSpecifier
@brief Returns true if custom format specifier is installed
include/thundersvm/util/log.h:3801
Method
hasFlag
include/thundersvm/util/log.h:1664
Method
hasFlag
@brief Determines whether or not certain flag is active
include/thundersvm/util/log.h:3881
Method
hasLogger
src/thundersvm/util/log.cpp:2836
Method
head
include/thundersvm/syncarray.h:95
Method
hitCounters
include/thundersvm/util/log.h:2621
Method
ignoreComments
src/thundersvm/util/log.cpp:364
Method
init
include/thundersvm/util/log.h:3489
← previous
next →
301–400 of 630, ranked by callers