ldcp {rLDCP} | R Documentation |
Define the LDCP system
Description
Linguistic Descriptions of Complex Phenomena (LDCP) is a technology focused on
modeling complex phenomena, interpreting input data and generating automatic
text reports customized to the user needs. #'
The ldcp
constructor receive as arguments: the data_structure
,
the glmp
and the report_template
.
Usage
ldcp(data, glmp, report)
Arguments
data |
is the |
glmp |
is the |
report |
is the |
Value
The generated system ldcp = list(data, glmp, report)
See Also
Examples
## Not run: my_ldcp <- ldcp(my_data,my_glmp,my_report)
[Package rLDCP version 1.0.2 Index]