| as.data.frame.farules | R Documentation |
farules() S3 class into a data frame.
Empty farules() object is converted into an empty data.frame().Convert the instance of the farules() S3 class into a data frame.
Empty farules() object is converted into an empty data.frame().
## S3 method for class 'farules'
as.data.frame(x, ...)
x |
An instance of class |
... |
Unused. |
A data frame of statistics of the rules that are stored in the given
farules() object. Row names of the resulting data frame are in
the form: A1 & A2 & ... & An => C, where Ai are antecedent
predicates and C is a consequent. An empty farules() object
is converted into an empty data.frame() object.
Michal Burda
farules(), searchrules()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.