Args: max_iter (int): Maximum number of iterations through PLA before stoping learning_rate (float): PLA step size pocket (bool): optional incorporation of pocket algorithm, saves best weights in case model is not fit, or if has not
(self, max_iter=100, learning_rate=1, pocket=False, initial_weights=False)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected