128 return boost::shared_ptr<State>(
new EmptyState());
133 void eval(
const RealMatrix& patterns,RealMatrix& outputs,
State& state)
const{
134 eval(patterns,outputs);
137 RealMatrix
const& pattern,
139 RealMatrix
const& coefficients,
141 RealVector& gradient)
const;