package com.nus.dbsytem.falcon.v0

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message DecisionTreeParams

alg_params.proto:65

This message denotes the decision tree builder parameters

Used in: GbdtParams, RandomForestParams

message DoubleArray

common.proto:14

This message is used when transmitting the training labels and testing labels

Used in: DoubleMatrix

message DoubleMatrix

common.proto:19

This message is used when transmitting the training data and testing data

message EncodedNumberArray

common.proto:35

Used in: EncodedNumberMatrix, Layer

message EncodedNumberMatrix

common.proto:39

Used in: Layer

message EncryptedStatPerSplit

tree.proto:7

Used in: EncryptedStatistics

message EncryptedStatistics

tree.proto:11

message FeatSelParams

feat_sel.proto:9

This message denotes the feature selection parameters

message FixedPointEncodedNumber

common.proto:24

This message is used to serialize an EncodedNumber value

Used in: EncodedNumberArray, EncryptedStatPerSplit, EncryptedStatistics, LrModel, Node, NodeUpdateInfo

message ForestModel

tree.proto:66

ensemble tree model: random forest

message GbdtModel

tree.proto:73

ensemble tree model: gbdt

message GbdtParams

alg_params.proto:103

This message denotes the gradient boosting decision tree builder parameters

message IntArray

common.proto:9

This message is used when initializing the training data and testing data, as well as transmitting batch ids in each training iteration

message Layer

mlp.proto:8

Used in: MlpModel

message LimeCompPredictionParams

interpretability.proto:23

This message denotes the LIME interpretability compute predictions parameters

message LimeCompWeightsParams

interpretability.proto:39

This message denotes the compute sample weights parameters

message LimeFeatSelParams

interpretability.proto:68

This message denotes the LIME feature selection parameters

message LimeInterpretParams

interpretability.proto:92

This message denotes the LIME interpret model training parameters

message LimeSamplingParams

interpretability.proto:9

This message denotes the LIME interpretability sampling parameters

message LinearRegressionParams

alg_params.proto:37

This message denotes the linear regression parameters

message LogisticRegressionParams

alg_params.proto:7

This message denotes the logistic regression parameters

message LrModel

lr.proto:7

message MlpModel

mlp.proto:24

message MlpParams

alg_params.proto:120

This message denotes the multi-layer perceptron builder parameters

message NetworkConfig

network.proto:6

message Node

tree.proto:38

store the tree model on disk

Used in: TreeModel

message NodeUpdateInfo

tree.proto:21

message PS

ps_network.proto:23

other workers will send requests to this address

Used in: PSNetworkConfig

message PSNetworkConfig

ps_network.proto:7

one ps and many workers,

message PortArray

network.proto:15

Used in: NetworkConfig

message RandomForestParams

alg_params.proto:93

This message denotes the random forest builder parameters

message SplitInfo

tree.proto:32

message TreeModel

tree.proto:55

decision tree model

Used in: ForestModel, GbdtModel

message Worker

ps_network.proto:15

ps will read those and send message to the worker address

Used in: PSNetworkConfig