Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ types & classes
Types & classes
170 in github.com/Xtra-Computing/thundersvm
⨍
Functions
630
◇
Types & classes
170
↓ 5 callers
Class
Writer
include/thundersvm/util/log.h:476
↓ 2 callers
Class
SvmParam
* @brief params for ThunderSVM */
include/thundersvm/svmparam.h:13
↓ 1 callers
Class
AsyncLogItem
include/thundersvm/util/log.h:2541
↓ 1 callers
Class
LogDispatcher
include/thundersvm/util/log.h:478
↓ 1 callers
Class
LogFormat
@brief Represents log format containing flags and date format. This is used internally to start initial log
include/thundersvm/util/log.h:1630
↓ 1 callers
Class
LogMessage
include/thundersvm/util/log.h:462
↓ 1 callers
Class
StackTrace
include/thundersvm/util/log.h:3600
↓ 1 callers
Class
SubsecondPrecision
@brief A subsecond precision class containing actual width and offset of the subsecond part
include/thundersvm/util/log.h:889
↓ 1 callers
Class
TypedConfigurations
@brief Configurations with data types. @detail el::Configurations have string based values. This is whats used internally in order to read correct co
include/thundersvm/util/log.h:1958
↓ 1 callers
Class
stat
src/thundersvm/util/log.cpp:691
Class
::tm
src/thundersvm/util/log.cpp:1108
Class
::tm
include/thundersvm/util/log.h:1261
Class
AbstractRegistry
include/thundersvm/util/log.h:1310
Class
Accuracy
* @brief Accuracy */
include/thundersvm/util/metric.h:23
Class
AsyncDispatchWorker
include/thundersvm/util/log.h:483
Class
AsyncLogDispatchCallback
include/thundersvm/util/log.h:482
Class
AsyncLogQueue
include/thundersvm/util/log.h:2560
Class
CMDParser
* @brief Command-line parser */
include/thundersvm/cmdparser.h:17
Class
CMDTest
src/test/test_cmd.cpp:8
Class
CSMOSolver
* @brief C-SMO solver for SVC, SVR and OneClassSVC */
include/thundersvm/solver/csmosolver.h:14
Class
CVTest
src/test/test_cross_validation.cpp:13
Class
Callback
include/thundersvm/util/log.h:466
Class
CommandLineArgs
@brief Command line arguments for application if specified using el::Helpers::setArgs(..) or START_EASYLOGGINGPP(..)
include/thundersvm/util/log.h:1266
Class
Configuration
@brief Represents single configuration that has representing level, configuration type and a string based value. @detail String based value means any
include/thundersvm/util/log.h:1728
Class
ConfigurationStringToTypeItem
src/thundersvm/util/log.cpp:113
Enum
ConfigurationType
@brief Represents enumeration of ConfigurationType used to configure or access certain aspect of logging
include/thundersvm/util/log.h:613
Class
ConfigurationTypeHelper
@brief Static class that contains helper functions for el::ConfigurationType
include/thundersvm/util/log.h:645
Class
Configurations
@brief Thread-safe Configuration repository @detail This repository represents configurations for all the levels and configuration type mapped to a v
include/thundersvm/util/log.h:1784
Class
CrashHandler
@brief Handles unexpected crashes
include/thundersvm/util/log.h:3641
Class
CustomFormatSpecifier
@brief User-provided custom format specifier @see el::Helpers::installCustomFormatSpecifier @see FormatSpecifierValueResolver
include/thundersvm/util/log.h:1701
Class
DataSet
* @brief Dataset reader */
include/thundersvm/dataset.h:14
Enum
DataType
include/thundersvm/util/log.h:3445
Class
DateTime
@brief Contains utilities for cross-platform date/time. This class make use of el::base::utils::Str
include/thundersvm/util/log.h:1234
Class
DefaultLogBuilder
include/thundersvm/util/log.h:479
Class
DefaultLogDispatchCallback
include/thundersvm/util/log.h:480
Class
DefaultPerformanceTrackingCallback
ELPP_ASYNC_LOGGING
include/thundersvm/util/log.h:485
Enum
DispatchAction
@brief Action to be taken for dispatching
include/thundersvm/util/log.h:2192
Class
File
include/thundersvm/util/log.h:1094
Enum
FormatFlags
@brief Format flags used to determine specifiers that are active for performance improvements.
include/thundersvm/util/log.h:871
Enum
HEAD
include/thundersvm/syncmem.h:79
Class
Helpers
include/thundersvm/util/log.h:465
Class
HitCounter
@brief Class that keeps record of current line hit for occasional logging
include/thundersvm/util/log.h:2086
Class
IWorker
include/thundersvm/util/log.h:2592
Class
IterableContainer
include/thundersvm/util/log.h:2836
Class
IterablePriorityQueue
include/thundersvm/util/log.h:2853
Class
IterableQueue
include/thundersvm/util/log.h:2870
Class
IterableStack
include/thundersvm/util/log.h:2886
Enum
KERNEL_TYPE
include/thundersvm/svmparam.h:34
Class
KernelMatrix
* @brief The management class of kernel values. */
include/thundersvm/kernelmatrix.h:16
Class
KernelMatrixTest
src/test/test_kernelmatrix.cpp:69
Enum
Level
namespace base @brief Represents enumeration for severity level used to determine level of logging @detail With Easylogging++, developers may disable
include/thundersvm/util/log.h:563
Class
LevelHelper
@brief Static class that contains helper functions for el::Level
include/thundersvm/util/log.h:584
Class
LogBuilder
include/thundersvm/util/log.h:2245
Class
LogDispatchCallback
include/thundersvm/util/log.h:467
Class
LogDispatchData
include/thundersvm/util/log.h:470
Class
Loggable
namespace base @brief Base of Easylogging++ friendly class @detail After inheriting this class publicly, implement pure-virtual function `void log(st
include/thundersvm/util/log.h:1618
Class
Logger
include/thundersvm/util/log.h:461
Class
LoggerRegistrationCallback
include/thundersvm/util/log.h:469
Class
Loggers
include/thundersvm/util/log.h:464
Enum
LoggingFlag
@brief Flags used while writing logs. This flags are set by user
include/thundersvm/util/log.h:674
Class
MSE
* @brief Mean Squared Error */
include/thundersvm/util/metric.h:38
Class
MessageBuilder
include/thundersvm/util/log.h:475
Class
Metric
* @brief metric for evaluation model */
include/thundersvm/util/metric.h:13
Class
Mutex
@brief A mutex wrapper for compiler that dont yet support std::recursive_mutex
include/thundersvm/util/log.h:953
Class
NoCopy
namespace type @brief Internal helper class that prevent copy constructor for class @detail When using this class simply inherit it privately
include/thundersvm/util/log.h:541
Class
NoMutex
@brief Mutex wrapper used when multi-threading is disabled.
include/thundersvm/util/log.h:1032
Class
NoScopedLock
include/thundersvm/util/log.h:1043
Class
NuSMOSolver
* @brief Nu-SMO solver for NuSVC, NuSVR */
include/thundersvm/solver/nusmosolver.h:13
Class
NuSVC
python/thundersvm/thundersvm.py:495
Class
NuSVC
* @brief Nu-Support Vector Machine for classification */
include/thundersvm/model/nusvc.h:13
Class
NuSVCTest
Created by jiashuai on 17-10-30.
src/test/test_nusvc.cpp:11
Class
NuSVR
python/thundersvm/thundersvm.py:548
Class
NuSVR
* @brief Support Vector Machine for regression */
include/thundersvm/model/nusvr.h:13
Class
NuSVRTest
src/test/test_nusvr.cpp:11
Class
NullWriter
@brief Writes nothing - Used when certain log is disabled
include/thundersvm/util/log.h:3212
Class
OS
@brief Operating System helper static class used internally. You should not use it.
include/thundersvm/util/log.h:1192
Class
OneClassSVC
* @brief Support Vector Machine for outlier detection (density estimation) */
include/thundersvm/model/oneclass_svc.h:13
Class
OneClassSVM
python/thundersvm/thundersvm.py:512
Class
PErrorWriter
include/thundersvm/util/log.h:477
Class
Parser
include/thundersvm/util/log.h:1894
Class
PerformanceTracker
include/thundersvm/util/log.h:474
Class
PerformanceTrackingCallback
include/thundersvm/util/log.h:468
Class
PerformanceTrackingData
include/thundersvm/util/log.h:463
Class
Predicate
include/thundersvm/util/log.h:1764
Class
Predicate
include/thundersvm/util/log.h:2148
Class
RegisteredHitCounters
@brief Repository for hit counters used across the application
include/thundersvm/util/log.h:2171
Class
RegisteredLoggers
include/thundersvm/util/log.h:473
Class
Registry
include/thundersvm/util/log.h:1425
Class
RegistryWithPred
include/thundersvm/util/log.h:1501
Class
SVC
python/thundersvm/thundersvm.py:477
Class
SVC
* @brief Support Vector Machine for classification */
include/thundersvm/model/svc.h:17
Class
SVCTest
src/test/test_svc.cpp:8
Enum
SVM_TYPE
include/thundersvm/svmparam.h:30
Class
SVR
python/thundersvm/thundersvm.py:531
Class
SVR
* @brief Support Vector Machine for regression */
include/thundersvm/model/svr.h:17
Class
SVRTest
src/test/test_svr.cpp:9
Class
ScopedAddFlag
include/thundersvm/util/log.h:3885
Class
ScopedLock
include/thundersvm/util/log.h:1008
Class
ScopedRemoveFlag
include/thundersvm/util/log.h:3897
Class
StackTraceEntry
include/thundersvm/util/log.h:3604
next →
1–100 of 170, ranked by callers