public ID3Node() { Data = new ID3Data(); Neighbors = null; }
public Likleshoodtable(string filename) { data = new ID3Data(); data.Readdata(filename); table = new Dictionary <string, Dictionary <string, double[]> >(); }
public ID3Tree(string filename) { Data = new ID3Data(); Data.Readdata(filename); }