Float tauN = (Float) configuredProperties.getValue(pTauN);
IndicatorPDF maxRate = (IndicatorPDF) configuredProperties.getValue(pMaxRate);
IndicatorPDF intercept = (IndicatorPDF) configuredProperties.getValue(pIntercept);
IndicatorPDF incN = (IndicatorPDF) configuredProperties.getValue(pIncN);
return new ALIFNeuronFactory(maxRate, intercept, incN, tauRef, tauRC, tauN);
}