/* * FeatureFunction.cpp * * Created on: 23 Oct 2015 * Author: hieu */ #include "FeatureFunction.h" FeatureFunction::FeatureFunction(size_t startInd) :m_startInd(startInd) ,m_numScores(1) { } FeatureFunction::~FeatureFunction() { // TODO Auto-generated destructor stub }