Inheritance diagram for kddml.Core.DataMining.Clustering.ClusteringField:
Public Member Functions | |
ClusteringField (String name, AttributeComparisonMeasure func) | |
String | getFieldName () |
void | setFieldWeight (double weight) |
Double | getFieldWeight () |
void | setSimilarityScale (double sim) |
Double | getSimilarityScale () |
String | toString () |
AttributeComparisonMeasure | getFieldComparisonFunction () |
|
Constructor with the field name and the attribute comparison measure.
|
|
Returns the field name as in MiningSchema.
Implements kddml.Core.DataMining.Clustering.ClusteringFieldManager. |
|
Sets the field weight.
Implements kddml.Core.DataMining.Clustering.ClusteringFieldManager. |
|
Returns the field weight or null if no field weight is used.
Implements kddml.Core.DataMining.Clustering.ClusteringFieldManager. |
|
Sets the similarity scale.
Implements kddml.Core.DataMining.Clustering.ClusteringFieldManager. |
|
Returns the similarity scale of null if no similarity scale is used.
Implements kddml.Core.DataMining.Clustering.ClusteringFieldManager. |
|
Returns a representation of this field as string.
Reimplemented in kddml.Core.DataMining.Clustering.ContinuousClusteringField, and kddml.Core.DataMining.Clustering.DiscreteClusteringField. |
|
Returns the attribute comparison measure or null if no attribute comparison measure is used.
Implements kddml.Core.DataMining.Clustering.ClusteringFieldManager. |