Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Instructions changed to call the function ToRankedList
Browse files Browse the repository at this point in the history
  • Loading branch information
ccasbre27 committed Apr 11, 2016
1 parent 593701b commit 611b501
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Emotion/Windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,14 @@ There are sample images to be used with this sample application. You can find th

<img src="SampleScreenshots/SampleRunning.png" width="80%"/>

If you want to know what is the name of the expression with more value then you might call GetExpressionName() from the Score class
Order expressions
--------------

You can call the function ToRankedList from the Scores class, for example:

....
IEnumerable<KeyValuePair<string, float>> collection = myScores.ToRankedList();
...

Contributing
============
Expand Down

0 comments on commit 611b501

Please sign in to comment.