Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/optim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2016-09-29 06:46:15 +0300
committerGitHub <noreply@github.com>2016-09-29 06:46:15 +0300
commitc35f8c670e271ff6bace6230115f9f0a62b017e6 (patch)
treefeae3c0b4cf9a2de2dfaf090f6fdc345bde12a3b
parent219df734b0b0a2fff6db3c68a95c65ff208dded8 (diff)
parentf5ebc70fcc2364b303ef96fc69975333ae35e80e (diff)
Merge pull request #136 from wydwww/master
Fix typos
-rw-r--r--ConfusionMatrix.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfusionMatrix.lua b/ConfusionMatrix.lua
index 8659a4e..ec5302c 100644
--- a/ConfusionMatrix.lua
+++ b/ConfusionMatrix.lua
@@ -256,7 +256,7 @@ function ConfusionMatrix:render(sortmode, display, block, legendwidth)
-- legends
local legend = {
['score'] = 'Confusion matrix [sorted by scores, global accuracy = %0.3f%%, per-class accuracy = %0.3f%%]',
- ['occurrence'] = 'Confusiong matrix [sorted by occurences, accuracy = %0.3f%%, per-class accuracy = %0.3f%%]'
+ ['occurrence'] = 'Confusion matrix [sorted by occurrences, accuracy = %0.3f%%, per-class accuracy = %0.3f%%]'
}
-- parse matrix / normalize / count scores