learn abstract method

bool learn(
  1. List<P> samples,
  2. double targetGlobalError
)

Learn the training of sample. Called by train.

Implementation

bool learn(List<P> samples, double targetGlobalError);