Learn R Programming

GeoFIS (version 1.1.1)

NewFusionInput: 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)

Value

data.tree::Node object

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)

See Also