Create an input node to be used in data fusion
Function to create an input node to be used in Fusion methods
NewFusionInput(name, mf, attribute = name)
name
: character vector, The name of the nodemf
: FisPro::Mf object, The membership function to be used to compute the satisfaction degree of the inputattribute
: character vector, The attribute name in the source dataset (default is the same as name)data.tree::Node object