File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Settings ><!-- This file was automatically generated by Ruby plugin.
3
3
You are allowed to:
4
4
1. Remove rake task
5
5
2. Add existing rake tasks
6
6
To add existing rake tasks automatically delete this file and reload the project.
7
- --><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Remove package products" fullCmd="clobber_package" taksId="clobber_package" /><RakeTask description="Remove rdoc products" fullCmd="clobber_rdoc" taksId="clobber_rdoc" /><RakeTask description="Build the gem file ai4r-1.7.gem" fullCmd="gem" taksId="gem" /><RakeTask description="Build all the packages" fullCmd="package" taksId="package" /><RakeTask description="Build the rdoc HTML Files" fullCmd="rdoc" taksId="rdoc" /><RakeTask description="Force a rebuild of the package files" fullCmd="repackage" taksId="repackage" /><RakeTask description="Force a rebuild of the RDOC files" fullCmd="rerdoc" taksId="rerdoc" /><RakeTask description="Run tests" fullCmd="test" taksId="test" /><RakeTask description="" fullCmd="clobber" taksId="clobber" /><RakeTask description="" fullCmd="pkg" taksId="pkg" /><RakeTask description="" fullCmd="pkg/ai4r-1.7" taksId="pkg/ai4r-1.7" /><RakeTask description="" fullCmd="pkg/ai4r-1.7.gem" taksId="pkg/ai4r-1.7.gem" /><RakeTask description="" fullCmd="pkg/ai4r-1.7.zip" taksId="pkg/ai4r-1.7.zip" /><RakeTask description="" fullCmd="rdoc/index.html" taksId="rdoc/index.html" /></RakeGroup></Settings>
7
+ --><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Remove package products" fullCmd="clobber_package" taksId="clobber_package" /><RakeTask description="Remove rdoc products" fullCmd="clobber_rdoc" taksId="clobber_rdoc" /><RakeTask description="Build the gem file ai4r-1.7.gem" fullCmd="gem" taksId="gem" /><RakeTask description="Build all the packages" fullCmd="package" taksId="package" /><RakeTask description="Build the rdoc HTML Files" fullCmd="rdoc" taksId="rdoc" /><RakeTask description="Force a rebuild of the package files" fullCmd="repackage" taksId="repackage" /><RakeTask description="Force a rebuild of the RDOC files" fullCmd="rerdoc" taksId="rerdoc" /><RakeTask description="Run tests" fullCmd="test" taksId="test" /><RakeTask description="" fullCmd="clobber" taksId="clobber" /><RakeTask description="" fullCmd="pkg" taksId="pkg" /><RakeTask description="" fullCmd="pkg/ai4r-1.7" taksId="pkg/ai4r-1.7" /><RakeTask description="" fullCmd="pkg/ai4r-1.7.gem" taksId="pkg/ai4r-1.7.gem" /><RakeTask description="" fullCmd="pkg/ai4r-1.7.zip" taksId="pkg/ai4r-1.7.zip" /><RakeTask description="" fullCmd="rdoc/index.html" taksId="rdoc/index.html" /></RakeGroup></Settings>
Original file line number Diff line number Diff line change 10
10
require File . dirname ( __FILE__ ) + '/../../lib/ai4r/classifiers/id3'
11
11
12
12
# Load data from data_set.csv
13
- data_filename = "#{ File . dirname ( __FILE__ ) } /data_set .csv"
13
+ data_filename = "#{ File . dirname ( __FILE__ ) } /id3_data .csv"
14
14
data_set = Ai4r ::Data ::DataSet . new . load_csv_with_labels data_filename
15
15
16
16
# Build ID3 tree
You can’t perform that action at this time.
0 commit comments