From 671da0d26adad8559e982aae0cd027874b36c70e Mon Sep 17 00:00:00 2001 From: Zhenghua Gong Date: Wed, 28 Mar 2018 16:26:10 -0400 Subject: [PATCH] Added Note. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36dbd0c..0e6de16 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,6 @@ CondIndTwoVar(filename = "/home/zgong001/Documents/SprinklerDataset/sprinkler1001.txt", methodu="x2", exfilename = "/home/zgong001/Documents/SprinklerDataset/pvalueSorted(sprinkler).xlsx") filename: is the full path and file name of your data file. 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. - exfilename: is the full path and excel file name which you want to output your test result. \ No newline at end of file + exfilename: is the full path and excel file name which you want to output your test result. + +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. \ No newline at end of file -- 2.29.0