-1

I am working on project Fuzzy Min Max Neural network(classification). there is a requirement from client to use two or more pruning algorithm to prune hyperbox? Hyperbox is a n Dimensional box in which each dimension of box represent a attribute of data set( m Using WBC data set).

link for the IEEE Paper is given below: ftp://ftp.inf.ufrgs.br/pub/SIA/refer%EAncias/fuzzy%20min%20max%20classifier.pdf

And m searching on internet but not able find a single solution to prune hyperbox(except AJ solution) . can anyone suggest me any solution or your own idea?

Ashish
  • 1,943
  • 2
  • 14
  • 17

1 Answers1

0

Calculate the confidence factor for each hyperbox and then prune the hyperbox which is having confidence factor lower than user defined threshold value.

AJ.
  • 4,526
  • 5
  • 29
  • 41