reservoirpy.nodes.Softmax ========================= .. currentmodule:: reservoirpy.nodes .. autoclass:: Softmax .. rubric:: Methods .. autosummary:: ~Softmax.__init__ ~Softmax.call ~Softmax.clean_buffers ~Softmax.copy ~Softmax.create_buffer ~Softmax.feedback ~Softmax.fit ~Softmax.get_buffer ~Softmax.get_param ~Softmax.initialize ~Softmax.initialize_buffers ~Softmax.initialize_feedback ~Softmax.link_feedback ~Softmax.partial_fit ~Softmax.reset ~Softmax.run ~Softmax.set_buffer ~Softmax.set_feedback_dim ~Softmax.set_input_dim ~Softmax.set_output_dim ~Softmax.set_param ~Softmax.set_state_proxy ~Softmax.state ~Softmax.state_proxy ~Softmax.train ~Softmax.with_feedback ~Softmax.with_state ~Softmax.zero_feedback ~Softmax.zero_state .. rubric:: Attributes .. autosummary:: ~Softmax.dtype ~Softmax.feedback_dim ~Softmax.fitted ~Softmax.has_feedback ~Softmax.hypers ~Softmax.input_dim ~Softmax.is_fb_initialized ~Softmax.is_initialized ~Softmax.is_trainable ~Softmax.is_trained_offline ~Softmax.is_trained_online ~Softmax.name ~Softmax.output_dim ~Softmax.params ~Softmax.unsupervised