|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFacemorph.Stats.CrossValidation
public class CrossValidation
Carries out the desired cross-validation technique on the regression data
Nested Class Summary | |
---|---|
static class |
CrossValidation.CrossValidationException
|
Constructor Summary | |
---|---|
CrossValidation()
|
Method Summary | |
---|---|
static double |
kFold(Regressor r,
BigMat independent,
double[] dependent,
int k)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CrossValidation()
Method Detail |
---|
public static double kFold(Regressor r, BigMat independent, double[] dependent, int k)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |