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 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

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

[Package rLDCP version 1.0.2 Index]