5 Build Oracle Machine Learning for R Models
The OML4R package OREmodels contains functions with which you can create advanced analytical data models using ore.frame objects.
- About OREmodels Functions
TheOREmodelspackage contains functions with which you can build machine learning models usingore.frameobjects. - About the longley Data Set for Examples
Most of the linear regression andore.neuralexamples use the longley data set, which is provided by R. - Build Linear Regression Models
Theore.lmandore.stepwisefunctions perform least squares regression and stepwise least squares regression, respectively, on data represented in anore.frameobject. - Build a Generalized Linear Model
Theore.glmfunctions fits generalized linear models on data in anore.frameobject.. - Build a Neural Network Model
Neural network models can be used to capture intricate nonlinear relationships between inputs and outputs or to find patterns in data. - Build a Random Forest Model
Theore.randomForestfunction provides an ensemble learning technique for classification of data in anore.frameobject.