RFreak-package {RFreak}R Documentation

R/FrEAK interface

Description

An R interface to a modified version of the Free Evolutionary Algorithm Kit FrEAK. FrEAK is a toolkit written in Java to design and analyze evolutionary algorithms. Both the R interface an extended version of FrEAK are contained in the RFreak package. For more information on FrEAK see http://sourceforge.net/projects/freak427/.

Details

Package: RFreak
Version: 0.2-0
Date: 2007-12-22
Depends: R (>= 2.6.0), rJava (>= 0.5.0)
LazyLoad: yes
License: GPL (>= 2)
SystemRequirements: Java (>= 5.0)

Index:

FreakReturn-class       Class "FreakReturn"
GPAS-class              Class "GPAS"
GPASDiscrimination      Execute the GPAS algorithm for discrimination
GPASInteractions        Execute the GPAS algorithm for feature selection
LTSevol                 Least Trimmed Squares Robust Regression
data.logicfs            Example Data of GPAS
executeSchedule         Executes a FrEAK schedule
launchScheduleEditor    Launches a graphical schedule editor
ltsEA-class             Class "ltsEA"
predict-method          predict using new predictors

Author(s)

Robin Nunkesser <Robin.Nunkesser@tu.dortmund.de>

References

FrEAK: http://sourceforge.net/projects/freak427/

R. Nunkesser, T. Bernholt, H. Schwender, K. Ickstadt, and I. Wegener (2007). Detecting High-Order Interactions of Single Nucleotide Polymorphisms Using Genetic Programming. Bioinformatics, 23, 3280-3288.


[Package RFreak version 0.2-0 Index]