gossipy
Getting started
API documentation
GitHub
Index
A
|
C
|
D
|
E
|
F
|
G
|
I
|
K
|
L
|
M
|
N
|
P
|
R
|
S
|
T
|
U
A
AdaLine (class in gossipy.model.nn)
AdaLineHandler (class in gossipy.model.handler)
add() (gossipy.flow_control.TokenAccount method)
add_receiver() (gossipy.simul.SimulationEventSender method)
add_ref() (gossipy.CacheItem method)
AntiEntropyProtocol (class in gossipy.core)
at() (gossipy.data.DataHandler method)
(gossipy.data.handler.ClassificationDataHandler method)
(gossipy.data.handler.RecSysDataHandler method)
(gossipy.data.handler.RegressionDataHandler method)
C
CACHE (in module gossipy)
CacheItem (class in gossipy)
CacheKey (class in gossipy)
caching() (gossipy.model.handler.ModelHandler method)
(gossipy.model.handler.PartitionedTMH method)
ClassificationDataHandler (class in gossipy.data.handler)
clear() (gossipy.simul.SimulationReport method)
ClusteringDataHandler (class in gossipy.data.handler)
copy() (gossipy.model.handler.ModelHandler method)
CreateModelMode (class in gossipy.core)
D
DataHandler (class in gossipy.data)
del_ref() (gossipy.CacheItem method)
Delay (class in gossipy.core)
E
eval_size() (gossipy.data.DataHandler method)
(gossipy.data.handler.ClassificationDataHandler method)
(gossipy.data.handler.ClusteringDataHandler method)
(gossipy.data.handler.RecSysDataHandler method)
evaluate() (gossipy.model.handler.AdaLineHandler method)
(gossipy.model.handler.KMeansHandler method)
(gossipy.model.handler.MFModelHandler method)
(gossipy.model.handler.ModelHandler method)
(gossipy.model.handler.TorchModelHandler method)
F
forward() (gossipy.model.nn.AdaLine method)
(gossipy.model.nn.LogisticRegression method)
(gossipy.model.nn.TorchMLP method)
(gossipy.model.nn.TorchPerceptron method)
G
GeneralizedTokenAccount (class in gossipy.flow_control)
get() (gossipy.CacheItem method)
(gossipy.CacheKey method)
(gossipy.core.Delay method)
(gossipy.core.LinearDelay method)
(gossipy.core.UniformDelay method)
get_CIFAR10() (in module gossipy.data)
get_eval_set() (gossipy.data.DataHandler method)
(gossipy.data.handler.ClassificationDataHandler method)
(gossipy.data.handler.ClusteringDataHandler method)
(gossipy.data.handler.RecSysDataHandler method)
get_FashionMNIST() (in module gossipy.data)
get_params_list() (gossipy.model.TorchModel method)
get_peers() (gossipy.core.P2PNetwork method)
(gossipy.core.StaticP2PNetwork method)
get_size() (gossipy.CacheItem method)
(gossipy.CacheKey method)
(gossipy.core.Message method)
(gossipy.model.handler.KMeansHandler method)
(gossipy.model.handler.MFModelHandler method)
(gossipy.model.handler.ModelHandler method)
(gossipy.model.nn.AdaLine method)
(gossipy.model.TorchModel method)
(gossipy.Sizeable method)
get_train_set() (gossipy.data.DataHandler method)
(gossipy.data.handler.ClassificationDataHandler method)
(gossipy.data.handler.RecSysDataHandler method)
GossipSimulator (class in gossipy.simul)
gossipy
module
gossipy.core
module
gossipy.data
module
gossipy.data.handler
module
gossipy.flow_control
module
gossipy.model
module
gossipy.model.handler
module
gossipy.model.nn
module
gossipy.model.sampling
module
gossipy.node
module
gossipy.simul
module
I
init() (gossipy.model.handler.AdaLineHandler method)
(gossipy.model.handler.KMeansHandler method)
(gossipy.model.handler.MFModelHandler method)
(gossipy.model.handler.ModelHandler method)
(gossipy.model.handler.TorchModelHandler method)
init_nodes() (gossipy.simul.GossipSimulator method)
(gossipy.simul.TokenizedGossipSimulator method)
init_weights() (gossipy.model.nn.AdaLine method)
(gossipy.model.nn.LogisticRegression method)
(gossipy.model.nn.TorchMLP method)
(gossipy.model.nn.TorchPerceptron method)
(gossipy.model.TorchModel method)
is_referenced() (gossipy.CacheItem method)
K
KMeansHandler (class in gossipy.model.handler)
L
LinearDelay (class in gossipy.core)
load() (gossipy.simul.GossipSimulator class method)
load_classification_dataset() (in module gossipy.data)
load_recsys_dataset() (in module gossipy.data)
LOG (in module gossipy)
LogisticRegression (class in gossipy.model.nn)
M
merge() (gossipy.model.sampling.TorchModelSampling class method)
MERGE_UPDATE (gossipy.core.CreateModelMode attribute)
Message (class in gossipy.core)
MessageType (class in gossipy.core)
MFModelHandler (class in gossipy.model.handler)
ModelHandler (class in gossipy.model.handler)
module
gossipy
gossipy.core
gossipy.data
gossipy.data.handler
gossipy.flow_control
gossipy.model
gossipy.model.handler
gossipy.model.nn
gossipy.model.sampling
gossipy.node
gossipy.simul
N
notify_end() (gossipy.simul.SimulationEventSender method)
notify_evaluation() (gossipy.simul.SimulationEventSender method)
notify_message() (gossipy.simul.SimulationEventSender method)
notify_timestep() (gossipy.simul.SimulationEventSender method)
P
P2PNetwork (class in gossipy.core)
PartitionedTMH (class in gossipy.model.handler)
PASS (gossipy.core.CreateModelMode attribute)
PegasosHandler (class in gossipy.model.handler)
proactive() (gossipy.flow_control.PurelyProactiveTokenAccount method)
(gossipy.flow_control.PurelyReactiveTokenAccount method)
(gossipy.flow_control.RandomizedTokenAccount method)
(gossipy.flow_control.SimpleTokenAccount method)
(gossipy.flow_control.TokenAccount method)
PULL (gossipy.core.AntiEntropyProtocol attribute)
(gossipy.core.MessageType attribute)
PurelyProactiveTokenAccount (class in gossipy.flow_control)
PurelyReactiveTokenAccount (class in gossipy.flow_control)
PUSH (gossipy.core.AntiEntropyProtocol attribute)
(gossipy.core.MessageType attribute)
PUSH_PULL (gossipy.core.AntiEntropyProtocol attribute)
(gossipy.core.MessageType attribute)
R
RandomizedTokenAccount (class in gossipy.flow_control)
reactive() (gossipy.flow_control.GeneralizedTokenAccount method)
(gossipy.flow_control.PurelyProactiveTokenAccount method)
(gossipy.flow_control.PurelyReactiveTokenAccount method)
(gossipy.flow_control.RandomizedTokenAccount method)
(gossipy.flow_control.SimpleTokenAccount method)
(gossipy.flow_control.TokenAccount method)
RecSysDataHandler (class in gossipy.data.handler)
RegressionDataHandler (class in gossipy.data.handler)
remove_receiver() (gossipy.simul.SimulationEventSender method)
REPLY (gossipy.core.MessageType attribute)
S
sample() (gossipy.model.sampling.TorchModelSampling class method)
SamplingTMH (class in gossipy.model.handler)
save() (gossipy.simul.GossipSimulator method)
set_seed() (in module gossipy)
SimpleTokenAccount (class in gossipy.flow_control)
SimulationEventReceiver (class in gossipy.simul)
SimulationEventSender (class in gossipy.simul)
SimulationReport (class in gossipy.simul)
size() (gossipy.core.P2PNetwork method)
(gossipy.data.DataHandler method)
(gossipy.data.handler.ClassificationDataHandler method)
(gossipy.data.handler.RecSysDataHandler method)
Sizeable (class in gossipy)
start() (gossipy.simul.GossipSimulator method)
(gossipy.simul.TokenizedGossipSimulator method)
StaticP2PNetwork (class in gossipy.core)
sub() (gossipy.flow_control.TokenAccount method)
T
TokenAccount (class in gossipy.flow_control)
TokenizedGossipSimulator (class in gossipy.simul)
TorchMLP (class in gossipy.model.nn)
TorchModel (class in gossipy.model)
TorchModelHandler (class in gossipy.model.handler)
TorchModelSampling (class in gossipy.model.sampling)
TorchPerceptron (class in gossipy.model.nn)
U
UniformDelay (class in gossipy.core)
UPDATE (gossipy.core.CreateModelMode attribute)
update_end() (gossipy.simul.SimulationEventReceiver method)
(gossipy.simul.SimulationReport method)
update_evaluation() (gossipy.simul.SimulationEventReceiver method)
(gossipy.simul.SimulationReport method)
UPDATE_MERGE (gossipy.core.CreateModelMode attribute)
update_message() (gossipy.simul.SimulationEventReceiver method)
(gossipy.simul.SimulationReport method)
update_timestep() (gossipy.simul.SimulationEventReceiver method)
(gossipy.simul.SimulationReport method)