From ab3e63d96b0a245a551ab26374c8b3be418fc65b Mon Sep 17 00:00:00 2001 From: bklare Date: Thu, 13 Aug 2015 09:26:34 -0400 Subject: [PATCH] Added cross validate info --- docs/docs/api_docs/cl_api.md | 11 +++++++++++ 1 file changed, 11 insertions(+), 0 deletions(-) diff --git a/docs/docs/api_docs/cl_api.md b/docs/docs/api_docs/cl_api.md index 9245eaa..cd49b0a 100644 --- a/docs/docs/api_docs/cl_api.md +++ b/docs/docs/api_docs/cl_api.md @@ -59,6 +59,17 @@ DOCUMENT ME * **wraps:** [br_pairwise_compare](c_api/functions.md#br_pairwise_compare) +### -crossValidate {: #crossvalidate } + +Either performs n fold cross validation (if nFolds > 0), or a single iteration of a train / test split with the first of the n folds as the test partition (nFolds < 0). + +* **arguments:** + + -crossValidate -algorithm "CrossValidate(description=$ALG,randomSeed=5):CrossValidate+Dist" -train + + -crossValidate -algorithm -enroll input.gal -compare input.gal . out.eval + + ### -eval {: #eval } Evaluate a similarity matrix -- libgit2 0.21.4