UINT LogisticRegression::getMaxNumIterations() const{
    return getMaxNumEpochs();
}
Ejemplo n.º 2
0
UINT LinearRegression::getMaxNumIterations() const{
    return getMaxNumEpochs();
}