ldcp: Define the LDCP system

Description Usage Arguments Value See Also Examples

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

1
ldcp(data, glmp, report)

Arguments

data

is the data_structure object.

glmp

is the glmp object.

report

is the report_template object.

Value

The generated system ldcp = list(data, glmp, report)

See Also

cp and pm

Examples

1
## Not run: my_ldcp <- ldcp(my_data,my_glmp,my_report)

Example output



rLDCP documentation built on May 2, 2019, 2:30 a.m.

Related to ldcp in rLDCP...