kzwkt / wnd-charm

Automatically exported from code.google.com/p/wnd-charm
0 stars 0 forks source link

Fisher scores #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
How can I print the Fisher scores for each class?

Original issue reported on code.google.com by kleu53...@gmail.com on 15 Jun 2012 at 6:49

GoogleCodeExporter commented 9 years ago

You would use the command line option -vw

Here's an example:

wndchrm classify -vw/path/to/fisher_score_output.txt your_training_set.fit 
test_image.tif

Wndchrm will output the fisher scores to the file indicated by the path after 
the -vw. Note there's no space between the -vw and the path.

As always, you can type wndchrm -h for information on inputs and outputs.

Does that answer your question?

Original comment by christop...@nih.gov on 15 Jun 2012 at 7:54