UINT LogisticRegression::getMaxNumIterations() const{
    return getMaxNumEpochs();
}
Beispiel #2
0
UINT LinearRegression::getMaxNumIterations() const{
    return getMaxNumEpochs();
}