FusionLabel {GeoFIS} | R Documentation |
Class "FusionLabel"
Description
Defines the allowed labels for the FisPro::Mfs of the fuzzy inputs or output in the FisPro::Fis "Fusion"
Active bindings
Methods
Public methods
Method get_labels()
Get the allowed labels depending on the granularity in the FisPro::Fis
for granularity 2, allowed labels are: [low, high]
for granularity 3, allowed labels are: [low, average, high]
for granularity 4, allowed labels are: [very_low, low, high, very_high]
for granularity 5, allowed labels are: [very_low, low, average, high, very_high]
Usage
FusionLabel$get_labels(granularity)
Arguments
granularity
integer value, The granularity of the fuzzy inputs or output in the FisPro::Fis (value in range [2, 5])
Returns
character vector, The allowed labels for the granularity
[Package GeoFIS version 1.1.0 Index]