Get desktop application:
View/edit binary Protocol Buffers messages
Used in: , , , , , , , ,
deprecated
Used in:
encrypted labels of a class
size should be classes_num * sample_num
Used in:
encrypted stat for each branch of each class
client id
node index
total split num on a client
classes_num * 2 (if regression, classes_num = 2)
sample_nums of left branch of total splits
sample_nums of right branch of total splits
two-dimensional encrypted statistics
deprecated
tree node index
0: not satisfied; 1: satisfied, return leaf node
if pruning_satisfied = 0, broadcast encrypted labels for find split
PB_EncodedNumber impurity = 4; // if pruning_satisfied = 1, return a leaf node with encrypted impurity
if pruning_satisfied = 1, return a leaf node with plaintext label
Used in:
total split num of all clients
split_num of each client
client who sends the message
client owns the best split in the current node, should be same as first parameter
best feature id on the best_client_id
best split id for the best_feature_id
impurity of the left child node
impurity of the right child node
sample iv of the left child node
sample iv of the right child node