c5_predict: Predict the mapping plausability with 0 or 1 using a C5.0...

Description Usage Arguments Value Author(s)

Description

Predict the mapping plausability with 0 or 1 using a C5.0 classification tree

Usage

1
2
c5_predict(df, fuzzy_score_col, energy_diff_col, c5_object = read_c50_eng(),
  type = "prob")

Arguments

df

data.frame

fuzzy_score_col

column with the string distance score

energy_diff_col

column with the percentage of energy difference

c5_object

C5.0 tree classifier

type

type of prediction output

Value

a vector

Author(s)

Marc Lamarine


armandvalsesia/FoodC5 documentation built on May 6, 2019, 12:23 p.m.