From 6de5930d3bed53cec84966ccf9618daff1c39ba7 Mon Sep 17 00:00:00 2001 From: rofu Date: Wed, 16 Jun 2010 07:41:34 +0000 Subject: [PATCH] Remove some spaces in python/README --- python/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/README b/python/README index 11575e9..4b532d3 100644 --- a/python/README +++ b/python/README @@ -294,7 +294,7 @@ The above command loads >>> m = train(y, x, '-c 5') >>> p_labels, p_acc, p_vals = predict(y, x, m) -- Functions: svm_read_problem/load_model/save_model +- Functions: svm_read_problem/load_model/save_model See the usage by examples: @@ -307,7 +307,7 @@ The above command loads Calculate some evaluations using the true values (ty) and predicted values (pv): - >>> ACC= evaluations(ty, pv) + >>> ACC = evaluations(ty, pv) ty: a list of true values. -- 2.50.1