32 #ifndef SHARK_MODELS_RBFLayer_H 33 #define SHARK_MODELS_RBFLayer_H 37 #include <boost/math/constants/constants.hpp> 58 struct InternalState:
public State{
61 void resize(std::size_t numPatterns, std::size_t numNeurons){
62 norm2.resize(numPatterns,numNeurons);
83 {
return "RBFLayer"; }
108 return boost::shared_ptr<State>(
new InternalState());