0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
the inverse cumulative density function now calls R routine instead of the RubyStats module More... about 12 years ago
in data_from_random(), categorical value starts from 1 instead of 0. More... about 12 years ago
Fishers' exact test now calls R routine instead of the RubyStats module More... about 12 years ago
pval2chisq() now calls R routine insteat of the ChiSquareCalculator More... about 12 years ago
removed the RubyStats module, as it was replaced by the corresponding R routine through the RinRuby module More... about 12 years ago
removed the ChiSquareCalculator, as it was replaced by the corresponding R routine through the RinRuby module More... about 12 years ago
add dependency for the RinRuby gem to gain access to the R statistical routines More... about 12 years ago
require the RinRuby gem as a bridge to access the statistical routines in the R package More... about 12 years ago
move data structure description to the FileIO module More... about 12 years ago
add data structure description for developer in README More... about 12 years ago
add get_data_copy() to get a copy of the internal data structure More... about 12 years ago
update to version 0.5.0 More... about 12 years ago
add Chi2 algorithm for discretizing continuous feature More... about 12 years ago
function name change: replace_with_* -> replace_by_* More... about 12 years ago
update documentation to version 0.4.2 More... about 12 years ago
update docmentation to 0.4.2 More... about 12 years ago
update to version 0.4.1 More... about 12 years ago
update to version 0.4.1 More... about 12 years ago
add ChiSquareCalculator module More... about 12 years ago
change attribute name More... about 12 years ago
add ChiSquareCalculator module for the following functions: pval2chisq(pval, df) chisq2pval(chisq, df) More... about 12 years ago
add a Chi-squared table, discretize_by_ChiMerge!() now accepts alpha as argument instead of chi-squared value More... about 12 years ago
fix an error in calc_chisq() More... about 12 years ago
update markdown More... about 12 years ago
add test case for Multi-Interval Discretization (MID) algorithm More... about 12 years ago
update to version 0.4.0 More... about 12 years ago
add Single Proton Emission Computed Tomography (SPECT) data set for test cases More... about 12 years ago
add test cases for every available algorithms More... about 12 years ago
fixed a bug in replace_with_fixed_value!() More... about 12 years ago
algorithm abbr MNT = McNemarTest More... about 12 years ago