Learn R Programming

Rfuzzycoco (version 0.1.0)

example_iris36: model parameters and data for the IRIS36 classification example

Description

a small (36 rows) dataset extracted from iris with a binary 0/1 outcome OUT response variable

Usage

example_iris36()

Arguments

Value

the example as a named list with:

  • params: the model parameters

  • data: the data to fit as a data frame

Examples

Run this code
 model <- fuzzycoco("classification", example_iris36()$params, seed = 123)
 fit <- fit(model, OUT ~ ., example_iris36()$data, 
 max_generations = 20, progress = FALSE)

Run the code above in your browser using DataLab