| Class | Description |
|---|---|
| AlgGenetic |
File: AlgGenetic.java
This genetic algorithm obtains fuzzy rule from
imprecise or low quality using a cost-sensitive
learning based in a cost matrix defined by
linguistic terms or interval.
|
| Dominance |
File: Dominance.java
Obtain the rule with more compatibility between the fitness
of two rule expressed by a interval-value.
|
| fun_aux |
File: fun_aux.java
Obtain a fuzzy number from one number.
|
| fuzzy |
File: fuzzy.java
Properties and functions of fuzzy number
|
| fuzzyPartition |
File: fuzzy.java
Properties and functions of fuzzy partitions
|
| fuzzyRule |
File: fuzzyRule.java
Properties and functions of the fuzzy rule
|
| IndMichigan |
File: fuzzy.java
Properties and functions of individual of the population
|
| Interval |
File: interval.java
Properties and functions of the interval.
|
| Main |
File: Main.java
Read the parameters given by the user.
|
| missing |
File: missing.java
Properties and functions when the variables have missing values.
|
| parameters |
File: parameters.java
Read the parameters given by the usuary
|
| Ranking |
File: ranking.java
Properties and function to ranking the fuzzy number.
|