NewFusionInput {GeoFIS} | R Documentation |
Create an input node to be used in data fusion
Description
Function to create an input node to be used in Fusion
Usage
NewFusionInput(name, mf, attribute = name)
Arguments
name |
character vector, The name of the node |
mf |
FisPro::Mf object, The membership function to be used to compute the satisfaction degree of the input |
attribute |
character vector, The attribute name in the source dataset (default is the same as name) |
Value
data.tree::Node object
See Also
From raw data to satisfaction degrees
[Package GeoFIS version 1.1.0 Index]