MCPcopy Create free account

hub / github.com/Xtra-Computing/thundersvm / types & classes

Types & classes170 in github.com/Xtra-Computing/thundersvm

↓ 5 callersClassWriter
include/thundersvm/util/log.h:476
↓ 2 callersClassSvmParam
* @brief params for ThunderSVM */
include/thundersvm/svmparam.h:13
↓ 1 callersClassAsyncLogItem
include/thundersvm/util/log.h:2541
↓ 1 callersClassLogDispatcher
include/thundersvm/util/log.h:478
↓ 1 callersClassLogFormat
@brief Represents log format containing flags and date format. This is used internally to start initial log
include/thundersvm/util/log.h:1630
↓ 1 callersClassLogMessage
include/thundersvm/util/log.h:462
↓ 1 callersClassStackTrace
include/thundersvm/util/log.h:3600
↓ 1 callersClassSubsecondPrecision
@brief A subsecond precision class containing actual width and offset of the subsecond part
include/thundersvm/util/log.h:889
↓ 1 callersClassTypedConfigurations
@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 callersClassstat
src/thundersvm/util/log.cpp:691
Class::tm
src/thundersvm/util/log.cpp:1108
Class::tm
include/thundersvm/util/log.h:1261
ClassAbstractRegistry
include/thundersvm/util/log.h:1310
ClassAccuracy
* @brief Accuracy */
include/thundersvm/util/metric.h:23
ClassAsyncDispatchWorker
include/thundersvm/util/log.h:483
ClassAsyncLogDispatchCallback
include/thundersvm/util/log.h:482
ClassAsyncLogQueue
include/thundersvm/util/log.h:2560
ClassCMDParser
* @brief Command-line parser */
include/thundersvm/cmdparser.h:17
ClassCMDTest
src/test/test_cmd.cpp:8
ClassCSMOSolver
* @brief C-SMO solver for SVC, SVR and OneClassSVC */
include/thundersvm/solver/csmosolver.h:14
ClassCVTest
src/test/test_cross_validation.cpp:13
ClassCallback
include/thundersvm/util/log.h:466
ClassCommandLineArgs
@brief Command line arguments for application if specified using el::Helpers::setArgs(..) or START_EASYLOGGINGPP(..)
include/thundersvm/util/log.h:1266
ClassConfiguration
@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
ClassConfigurationStringToTypeItem
src/thundersvm/util/log.cpp:113
EnumConfigurationType
@brief Represents enumeration of ConfigurationType used to configure or access certain aspect of logging
include/thundersvm/util/log.h:613
ClassConfigurationTypeHelper
@brief Static class that contains helper functions for el::ConfigurationType
include/thundersvm/util/log.h:645
ClassConfigurations
@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
ClassCrashHandler
@brief Handles unexpected crashes
include/thundersvm/util/log.h:3641
ClassCustomFormatSpecifier
@brief User-provided custom format specifier @see el::Helpers::installCustomFormatSpecifier @see FormatSpecifierValueResolver
include/thundersvm/util/log.h:1701
ClassDataSet
* @brief Dataset reader */
include/thundersvm/dataset.h:14
EnumDataType
include/thundersvm/util/log.h:3445
ClassDateTime
@brief Contains utilities for cross-platform date/time. This class make use of el::base::utils::Str
include/thundersvm/util/log.h:1234
ClassDefaultLogBuilder
include/thundersvm/util/log.h:479
ClassDefaultLogDispatchCallback
include/thundersvm/util/log.h:480
ClassDefaultPerformanceTrackingCallback
ELPP_ASYNC_LOGGING
include/thundersvm/util/log.h:485
EnumDispatchAction
@brief Action to be taken for dispatching
include/thundersvm/util/log.h:2192
ClassFile
include/thundersvm/util/log.h:1094
EnumFormatFlags
@brief Format flags used to determine specifiers that are active for performance improvements.
include/thundersvm/util/log.h:871
EnumHEAD
include/thundersvm/syncmem.h:79
ClassHelpers
include/thundersvm/util/log.h:465
ClassHitCounter
@brief Class that keeps record of current line hit for occasional logging
include/thundersvm/util/log.h:2086
ClassIWorker
include/thundersvm/util/log.h:2592
ClassIterableContainer
include/thundersvm/util/log.h:2836
ClassIterablePriorityQueue
include/thundersvm/util/log.h:2853
ClassIterableQueue
include/thundersvm/util/log.h:2870
ClassIterableStack
include/thundersvm/util/log.h:2886
EnumKERNEL_TYPE
include/thundersvm/svmparam.h:34
ClassKernelMatrix
* @brief The management class of kernel values. */
include/thundersvm/kernelmatrix.h:16
ClassKernelMatrixTest
src/test/test_kernelmatrix.cpp:69
EnumLevel
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
ClassLevelHelper
@brief Static class that contains helper functions for el::Level
include/thundersvm/util/log.h:584
ClassLogBuilder
include/thundersvm/util/log.h:2245
ClassLogDispatchCallback
include/thundersvm/util/log.h:467
ClassLogDispatchData
include/thundersvm/util/log.h:470
ClassLoggable
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
ClassLogger
include/thundersvm/util/log.h:461
ClassLoggerRegistrationCallback
include/thundersvm/util/log.h:469
ClassLoggers
include/thundersvm/util/log.h:464
EnumLoggingFlag
@brief Flags used while writing logs. This flags are set by user
include/thundersvm/util/log.h:674
ClassMSE
* @brief Mean Squared Error */
include/thundersvm/util/metric.h:38
ClassMessageBuilder
include/thundersvm/util/log.h:475
ClassMetric
* @brief metric for evaluation model */
include/thundersvm/util/metric.h:13
ClassMutex
@brief A mutex wrapper for compiler that dont yet support std::recursive_mutex
include/thundersvm/util/log.h:953
ClassNoCopy
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
ClassNoMutex
@brief Mutex wrapper used when multi-threading is disabled.
include/thundersvm/util/log.h:1032
ClassNoScopedLock
include/thundersvm/util/log.h:1043
ClassNuSMOSolver
* @brief Nu-SMO solver for NuSVC, NuSVR */
include/thundersvm/solver/nusmosolver.h:13
ClassNuSVC
python/thundersvm/thundersvm.py:495
ClassNuSVC
* @brief Nu-Support Vector Machine for classification */
include/thundersvm/model/nusvc.h:13
ClassNuSVCTest
Created by jiashuai on 17-10-30.
src/test/test_nusvc.cpp:11
ClassNuSVR
python/thundersvm/thundersvm.py:548
ClassNuSVR
* @brief Support Vector Machine for regression */
include/thundersvm/model/nusvr.h:13
ClassNuSVRTest
src/test/test_nusvr.cpp:11
ClassNullWriter
@brief Writes nothing - Used when certain log is disabled
include/thundersvm/util/log.h:3212
ClassOS
@brief Operating System helper static class used internally. You should not use it.
include/thundersvm/util/log.h:1192
ClassOneClassSVC
* @brief Support Vector Machine for outlier detection (density estimation) */
include/thundersvm/model/oneclass_svc.h:13
ClassOneClassSVM
python/thundersvm/thundersvm.py:512
ClassPErrorWriter
include/thundersvm/util/log.h:477
ClassParser
include/thundersvm/util/log.h:1894
ClassPerformanceTracker
include/thundersvm/util/log.h:474
ClassPerformanceTrackingCallback
include/thundersvm/util/log.h:468
ClassPerformanceTrackingData
include/thundersvm/util/log.h:463
ClassPredicate
include/thundersvm/util/log.h:1764
ClassPredicate
include/thundersvm/util/log.h:2148
ClassRegisteredHitCounters
@brief Repository for hit counters used across the application
include/thundersvm/util/log.h:2171
ClassRegisteredLoggers
include/thundersvm/util/log.h:473
ClassRegistry
include/thundersvm/util/log.h:1425
ClassRegistryWithPred
include/thundersvm/util/log.h:1501
ClassSVC
python/thundersvm/thundersvm.py:477
ClassSVC
* @brief Support Vector Machine for classification */
include/thundersvm/model/svc.h:17
ClassSVCTest
src/test/test_svc.cpp:8
EnumSVM_TYPE
include/thundersvm/svmparam.h:30
ClassSVR
python/thundersvm/thundersvm.py:531
ClassSVR
* @brief Support Vector Machine for regression */
include/thundersvm/model/svr.h:17
ClassSVRTest
src/test/test_svr.cpp:9
ClassScopedAddFlag
include/thundersvm/util/log.h:3885
ClassScopedLock
include/thundersvm/util/log.h:1008
ClassScopedRemoveFlag
include/thundersvm/util/log.h:3897
ClassStackTraceEntry
include/thundersvm/util/log.h:3604
next →1–100 of 170, ranked by callers