Commit 671da0d26adad8559e982aae0cd027874b36c70e

Authored by Zhenghua Gong
1 parent 876023d7b8
Exists in master

Added Note.

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
... ... @@ -11,4 +11,6 @@
11 11 CondIndTwoVar(filename = "/home/zgong001/Documents/SprinklerDataset/sprinkler1001.txt", methodu="x2", exfilename = "/home/zgong001/Documents/SprinklerDataset/pvalueSorted(sprinkler).xlsx")
12 12 filename: is the full path and file name of your data file.
13 13 methoudu: is the method you'll choose to do conditional independence test. You could choose "x2" or "mi". "x2" means Chi-Square Test of Independence and "mi" means mutual information test.
14   - exfilename: is the full path and excel file name which you want to output your test result.
15 14 \ No newline at end of file
  15 + exfilename: is the full path and excel file name which you want to output your test result.
  16 +
  17 +Note: The the data in data file could not be integer, for example 0, 1. It should be string, like s0, s1, or good, bad or state0 or state1.
16 18 \ No newline at end of file