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";
this->getLogManager()<<LogLevel_ImportantWarning<<"Either feature vector matrix is NULL or classification values matrix is NULL\n";
this->getLogManager()<<LogLevel_ImportantWarning<<"Either feature vector matrix or classification values matrix or probability values matrix is NULL\n";