|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIterativeModel
Interface representing iteratively trained models.
Method Summary | |
---|---|
double |
computeLoss()
Compute the current loss of the model |
int |
getNumIter()
Get the number of iterations to run the training |
void |
iterate()
Run one iteration (= pass over the training data) |
void |
setNumIter(int numIter)
Set the number of iterations to run the training |
Method Detail |
---|
void setNumIter(int numIter)
int getNumIter()
void iterate()
double computeLoss()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |