mirror of https://github.com/jlizier/jidt
|
|
||
|---|---|---|
| .. | ||
| completed | ||
| README.md | ||
| computeConditionalEntropyForAllPlayers.m | ||
| computeConditionalEntropyForPlayer.m | ||
| computeEntropyForAllPlayers.m | ||
| computeEntropyForPlayer.m | ||
| computeMutualInformationForAllPlayers.m | ||
| computeMutualInformationForPlayer.m | ||
| listPlayers.m | ||
| loadGamesForPlayer.m | ||
| setup.m | ||
| translateMove.m | ||
| translateResult.m | ||
README.md
Scissors-Paper-Rock analysis
This set of files are used to analyse the Scissors-Paper-Rock data set.
These are described in full in the tutorial page for this task.
In brief, the files include:
setup.mis called to initialise various system paths for the analysis. You need not call this yourself, the parsing scripts do it for you.listPlayers.mto pull out the names of players.loadGamesForPlayer.mto pull out the game data for a given player.translateMove.mandtranslateResult.mtranslate the encoded moves and results to text strings.computeEntropyForPlayer.m,computeConditionalEntropyForPlayer.mandcomputeMutualInformationForPlayer.mcompute information theoretic measures for a single named player.computeEntropyForAllPlayers.m,computeConditionalEntropyForAllPlayers.mandcomputeMutualInformationForAllPlayers.mcompute information-theoretic measures for all players.