2.2.3.4 Create Ordered and Unordered ore.frame Objects
Oracle Machine Learning for R provides the ability to create ordered or unordered ore.frame
objects.
- About Ordering in ore.frame Objects
R objects such asvector
anddata.frame
have an implicit ordering of their elements. - Global Options Related to Ordering
OML4R has options that relate to the ordering of anore.frame
object. - Ordering Using Keys
You can use the primary key of a database table to order anore.frame
object. - Ordering Using Row Names
You can use row names to order anore.frame
object. - Using Ordered Frames
This example shows the result of merging two orderedore.frame
objects and two unorderedore.frame
objects.
Parent topic: Create and Manage R Objects in Oracle Database