|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuzzydl.RepresentativeIndividual
public class RepresentativeIndividual
New concrete individual being a representative of a set of individuals. Given an individual p and a fuzzy number F, a representative individual is the set of individuals that are greater or equal (or less or equal) than F. Then, p is related to the representative individual in some way.
| Field Summary | |
|---|---|
static int |
GREATER_EQUAL
|
static int |
LESS_EQUAL
|
| Constructor Summary | |
|---|---|
RepresentativeIndividual(int type,
java.lang.String fName,
TriangularFuzzyNumber f,
CreatedIndividual ind)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFeatureName()
Gets the feature name for which the individual is a filler. |
TriangularFuzzyNumber |
getFuzzyNumber()
Gets the fuzzy number. |
CreatedIndividual |
getIndividual()
Gets the reference individual. |
int |
getType()
Gets the type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int GREATER_EQUAL
public static final int LESS_EQUAL
| Constructor Detail |
|---|
public RepresentativeIndividual(int type,
java.lang.String fName,
TriangularFuzzyNumber f,
CreatedIndividual ind)
type - Type of the representative individual (GREATER_EQUAL, LESS_EQUAL).fName - Name of the feature for which the individual is a filler.f - Fuzzy number.ind - Reference individual.| Method Detail |
|---|
public int getType()
public java.lang.String getFeatureName()
public TriangularFuzzyNumber getFuzzyNumber()
public CreatedIndividual getIndividual()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||