IFN and the knowledge discovery process's stages
* Discretization of continuous features * Feature selection * Creates a model forAttributes of IFN
# The IFN model partially solves the fragmentation problem that occurs in decision trees (the deeper the node the less records it represent. Hence, the number of records might be too low forIFN construction algorithm
Input: a list of input variables that can be used, a list of data records (training set) and a minimal statistical significance used to decide whether to split a node or not (default 0.1%). # Create the root node and the layer of the target variable. # Loop until we have used up all the attributes or it cannot improve theExternal links