Uses of Class
net.sf.jdmf.data.input.attribute.AttributeValuePair

Packages that use AttributeValuePair
net.sf.jdmf.algorithms.classification.util   
net.sf.jdmf.data.input.attribute   
 

Uses of AttributeValuePair in net.sf.jdmf.algorithms.classification.util
 

Method parameters in net.sf.jdmf.algorithms.classification.util with type arguments of type AttributeValuePair
 java.util.List<Rule> AttributeValuePartitioner.partitionValues(java.lang.String firstAttributeName, java.lang.String secondAttributeName, java.util.List<AttributeValuePair> valuePairs, int minimumMajorityClassExamples)
          Partitions attribute value pairs using the algorithm described above.
 

Uses of AttributeValuePair in net.sf.jdmf.data.input.attribute
 

Methods in net.sf.jdmf.data.input.attribute that return types with arguments of type AttributeValuePair
 java.util.List<AttributeValuePair> AttributeConverter.convertToValuePairs(Attribute firstAttribute, Attribute secondAttribute)
          Converts two attributes to value pairs.
 

Methods in net.sf.jdmf.data.input.attribute with parameters of type AttributeValuePair
 int AttributeValuePair.compareTo(AttributeValuePair valuePair)