From: rofu Date: Wed, 16 Jun 2010 07:41:34 +0000 (+0000) Subject: Remove some spaces in python/README X-Git-Tag: v160~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6de5930d3bed53cec84966ccf9618daff1c39ba7;p=liblinear Remove some spaces in python/README --- 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.