| Package | Description | 
|---|---|
| Core.CBR.Distances.Globals | |
| Core.CBR.Distances.Locals | 
| Modifier and Type | Field and Description | 
|---|---|
protected LocalDistance | 
GlobalDistance.date_dist
Object to computeDistance the local date computeDistance. 
 | 
protected LocalDistance | 
GlobalDistance.discrete_dist
Object to computeDistance the local discrete computeDistance. 
 | 
protected LocalDistance | 
GlobalDistance.numeric_dist
Object to computeDistance the local numeric computeDistance. 
 | 
protected LocalDistance | 
GlobalDistance.sequence_dist
Object to computeDistance the local sequence computeDistance. 
 | 
protected LocalDistance | 
GlobalDistance.text_dist
Object to computeDistance the local text computeDistance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GlobalDistance.setLocalDistances(LocalDistance d_num,
                 LocalDistance d_disc,
                 LocalDistance d_text,
                 LocalDistance d_date,
                 LocalDistance d_sequencies)
Sets all the local computeDistance methods to the provided specific implementations. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LocalDistanceBoolean
Specific implementation of LocalDistance 
 | 
class  | 
LocalDistanceDateStandard
Specific implementation of LocalDistance 
 | 
class  | 
LocalDistanceEuclidean
Specific implementation of LocalDistance 
 | 
class  | 
LocalDistanceHamming
Specific implementation of LocalDistance 
 | 
class  | 
LocalDistanceNCM
Specific implementation of LocalDistance 
 | 
class  | 
LocalDistanceSequencesDIST4MADCAPPablo
Specific implementation of LocalDistance 
 | 
class  | 
LocalDistanceSequencesLaneAndBrodley
Specific implementation of LocalDistance 
 | 
class  | 
LocalDistanceSequencesMarcCompta
Specific implementation of LocalDistance 
 | 
class  | 
LocalDistanceSequencesUCIMarcCompta
Specific implementation of LocalDistance 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LocalDistance | 
LocalDistanceFactory.Factory(java.lang.String tipus,
       java.lang.String tipus_desconegut)
Constructor for LocalDistances. 
 |