Inference {FKBL}R Documentation

Gets the vector of classes

Description

Uses a knowledge base to infer the vector of classes for a given dataset problem. For every case in the problem, the rules at the knowledge base are used to determinate the most appropriate class. It uses the Voting-based method. Described in chapter 2, pages 022-025 at Ishibuchi et al.\

Usage

 Inference(kB,train)

Arguments

Takes the knowledge base and the train dataset.

kB The knowledge base.
train The train data.

Value

Returns the vector of classes.

Examples

 data(kB)
 data(trainA)
 Inference(kB,trainA)

[Package FKBL version 0.50-4 Index]