MCPcopy Create free account

hub / github.com/dmlc/parameter_server / types & classes

Types & classes179 in github.com/dmlc/parameter_server

↓ 7 callersClassRange
src/util/range.h:6
↓ 6 callersClassStatus
src/util/status.h:25
↓ 2 callersClassTask
src/system/proto/task.pb.h:44
↓ 2 callersClassstat
src/util/file.cc:125
↓ 1 callersClassRecordReader
This class reads a protocol buffer from a file. The format must be the one described in RecordWriter, above.
src/util/recordio.h:48
ClassAUC
distributed auc
src/util/auc.h:8
ClassAUCData
src/util/proto/auc.pb.h:36
ClassAUCTEST
src/test/auc_test.cc:7
ClassAdaGradEntry
src/app/linear_method/async_sgd.h:72
ClassAggGradLearnerTest
src/test/aggregated_gradient_test.cc:8
ClassApp
src/system/postoffice.h:18
ClassApp
src/system/app.h:4
ClassAppConfig
src/app/main/proto/app.pb.h:37
ClassAppTest
test via: ./local.sh 2 2 ../src/test/app_test.conf
src/test/app_test.h:5
ClassAsyncSGDScheduler
async sgd. support various loss functions and regularizers
src/app/linear_method/async_sgd.h:18
ClassAsyncSGDServer
src/app/linear_method/async_sgd.h:129
ClassAsyncSGDWorker
src/app/linear_method/async_sgd.h:181
ClassBCDCall
src/learner/proto/bcd.pb.h:43
EnumBCDCall_Command
src/learner/proto/bcd.pb.h:46
ClassBCDCommon
block coordinate descent solver
src/learner/bcd.h:10
ClassBCDConfig
src/learner/proto/bcd.pb.h:41
ClassBCDProgress
src/learner/proto/bcd.pb.h:42
ClassBCDScheduler
src/learner/bcd.h:26
ClassBCDServer
src/learner/bcd.h:194
ClassBCDWorker
src/learner/bcd.h:277
ClassBarrier
src/util/barrier.h:10
ClassBinaryClassificationLoss
src/app/linear_method/loss.h:70
ClassBitmap
src/util/bitmap.h:6
ClassBlockBloomFilter
src/util/block_bloom_filter.h:11
ClassBloomFilter
src/util/bloom_filter.h:6
ClassCRC
src/test/crc32c_test.cc:11
ClassCallSharedPara
src/parameter/proto/param.pb.h:40
EnumCallSharedPara_Command
src/parameter/proto/param.pb.h:64
EnumCode
src/util/status.h:71
ClassCompressingFilter
src/filter/compressing.h:6
ClassConfig
src/app/linear_method/proto/linear.pb.h:40
ClassConfig
src/app/factor_machine/proto/fm.pb.h:38
ClassCountMin
src/util/countmin.h:8
ClassCustomer
src/system/yellow_pages.h:9
ClassCustomer
An object shared across multiple nodes.
src/system/customer.h:12
ClassDarlinCommon
src/app/linear_method/darlin.h:12
ClassDarlinScheduler
src/app/linear_method/darlin.h:26
ClassDarlinServer
src/app/linear_method/darlin.h:160
ClassDarlinWorker
src/app/linear_method/darlin.h:275
ClassDashboard
src/system/dashboard.h:12
ClassDataConfig
src/data/proto/data.pb.h:38
EnumDataConfig_DataFormat
src/data/proto/data.pb.h:41
EnumDataConfig_TextFormat
src/data/proto/data.pb.h:61
EnumDataType
src/system/proto/task.pb.h:115
ClassDenseMatrix
src/util/dense_matrix.h:8
ClassDistMonitor
src/system/dist_monitor.h:7
ClassElasticNet
src/app/linear_method/penalty.h:28
ClassEngine
src/system/system.h:4
ClassEntry
src/util/evaluation.h:25
ClassEvaluation
src/util/evaluation.h:10
ClassExample
src/data/proto/example.pb.h:40
ClassExampleInfo
src/data/proto/example.pb.h:38
ClassExampleParser
parse an example from various text formats into the protobuf format, e.g. proto/example.proto
src/data/text_parser.h:9
ClassExecutor
src/system/remote_node.h:10
ClassExecutor
Maintain all remote nodes for a customer. It has its own thread to process received tasks.
src/system/executor.h:24
ClassFMWorker
src/app/factor_machine/fm_worker.h:9
ClassFTRLEntry
src/app/linear_method/async_sgd.h:102
ClassFactorizationMachine
src/app/factor_machine/fm.h:9
ClassFile
src/util/file.h:19
ClassFileLineReader
The FileLineReader class will read a text file specified by 'filename' line by line. Each line will be cleaned with respect to termination ('\n' and
src/util/filelinereader.h:16
ClassFilter
src/filter/filter.h:8
ClassFilterConfig
src/filter/proto/filter.pb.h:37
ClassFilterConfig_FixedFloatConfig
src/filter/proto/filter.pb.h:38
EnumFilterConfig_Type
src/filter/proto/filter.pb.h:40
ClassFixingFloatFilter
src/filter/fixing_float.h:6
ClassFreqencyFilter
src/parameter/frequency_filter.h:9
ClassHDFSConfig
src/data/proto/data.pb.h:39
ClassHeartbeatInfo
src/system/heartbeat_info.h:8
ClassHeartbeatReport
src/system/proto/heartbeat.pb.h:36
ClassHelloServer
src/app/hello_world/main.cc:6
ClassISGDCompNode
src/learner/sgd.h:93
ClassISGDScheduler
interface for stochastic gradient descent solver
src/learner/sgd.h:14
ClassInfoParser
src/data/info_parser.h:10
ClassKVBufferedVector
src/parameter/kv_buffered_vector.h:5
ClassKVMap
src/parameter/kv_map.h:5
ClassKVState
src/parameter/kv_store.h:6
ClassKVStore
src/parameter/kv_store.h:28
ClassKVVector
src/parameter/kv_vector_buf.h:7
ClassKVVector
src/parameter/kv_vector.h:7
ClassKeyCachingFilter
src/filter/key_caching.h:6
ClassLearningRate
src/app/linear_method/learning_rate.h:7
ClassLearningRateConfig
src/app/linear_method/proto/linear.pb.h:44
EnumLearningRateConfig_Type
src/app/linear_method/proto/linear.pb.h:105
ClassLinearMethod
src/app/linear_method/linear.h:11
ClassLoadDataReturn
src/learner/proto/bcd.pb.h:44
ClassLocalMachine
information of local machine, works on linux (probably some also work for mac)
src/util/local_machine.h:15
ClassLocalizer
src/util/localizer.h:9
ClassLogitLoss
src/app/linear_method/loss.h:75
ClassLoss
src/app/linear_method/loss.h:10
ClassLossConfig
src/app/linear_method/proto/linear.pb.h:42
EnumLossConfig_Type
src/app/linear_method/proto/linear.pb.h:65
ClassManageApp
src/system/proto/task.pb.h:46
EnumManageApp_Command
src/system/proto/task.pb.h:93
ClassManageNode
src/system/proto/task.pb.h:45
EnumManageNode_Command
src/system/proto/task.pb.h:71
next →1–100 of 179, ranked by callers