import_IPAF_results
now returns a class of typeIPAF_results
- New functions
ml_ipf
andml_ipf_entropy_o
, implementation does not yet return the same weights as the Python code - Convert control columns to factors
-
Fix importing configuration files with more than one control of any type and with comments in the control definition
-
New parameter
config_name
toimport
, defaults toconfig.xml
- Parameter
all_weights
toimport
that allows importing also intermediate weights. The output format ofimport
has changed, the weights for each algorithm are now always a list of weight vectors, even in the default caseall_weights == FALSE
(#5).
- Import results of old Python code (#1).
- Initial setup