|
Class Summary |
| ClassDistance |
Description: Calculates the distance between two class attributes. |
| DistanceFactory |
Description: Responsible for evaluating each attribute in the provided data instance,
and returning an ordered list of distance measures used to calculate the distance for each
attribute in the data item. |
| NominalDistance |
Description: Calculates the distance between two nominal data values
Copyright (c) Jason Brownlee 2004 |
| NumericDistance |
Description: Distance between numberic attribute values, lower the
distance the closer the values. |
| OtherDistance |
Description: Calculates the distance between two unknown attributes
Copyright (c) Jason Brownlee 2004 |