NewFisFusion | R Documentation |
Function to create object of class FisPro::Fis to be used in AggregFis
NewFisFusion(
fis_name,
input_names,
input_granularities,
output_name,
output_conclusions
)
fis_name |
character vector, The name of the Fis |
input_names |
character vector, The Fis inputs names |
input_granularities |
integer vector, The granularity (number of membership functions) for each Fis input (granularity must be in range [2, 5]) |
output_name |
character vector, The name of the Fis output |
output_conclusions |
numeric or character vector, The conclusions of the rules in the Fis |
FisPro::Fis object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.