this->getLogManager()<<LogLevel_Error<<"Fewer examples ("<<(uint32)m_vFeatureVector.size()<<") than the specified partition count ("<<m_ui64PartitionCount<<").\n";
returnfalse;
}
if(m_vFeatureVector.size()==0)
if(m_vFeatureVector.empty())
{
this->getLogManager()<<LogLevel_Warning<<"Received train stimulation but no training examples received\n";