df_training: Machine learning training dataset

Description Usage Arguments Author(s)

View source: R/df_training.R

Description

Function 'df.training' combine together the output of the 'lpjml_output' and 'Lpjml_input' functions into a 'features:label' format.

Usage

1
2
3
4
5
6
df_training(
  lpjml_inputs,
  lpjml_output,
  input_levels = c(seq(0, 2, 0.2), 2.5),
  dataset_info
)

Arguments

lpjml_inputs

Output from function 'Lpjml_input'

lpjml_output

Output from function 'lpjml_output'

input_levels

The breakdown of the LSU leves in the data ser as a vector.

dataset_info

Object list containing information about the files that will be used that are going to be extracted.

Author(s)

Marcos Alves mppalves@gmail.com


mppalves/lpjmule documentation built on April 1, 2020, 10:28 a.m.