Documentation of 'jsat.linear.VecPairedComparable' Java class
VecPairedComparable
jsat.linear

Class VecPairedComparable<V extends Vec,P extends java.lang.Comparable<P>>

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<VecPairedComparable<V,P>>, java.lang.Iterable<IndexValue>


    public class VecPairedComparable<V extends Vec,P extends java.lang.Comparable<P>>
    extends VecPaired<V,P>
    implements java.lang.Comparable<VecPairedComparable<V,P>>
    Utility class for using VecPaired when the paired value is comparable , and the vectors need to be sorted based on their paired value. This class performs exactly the same, and its only modification is that it is comparable based on the paired object type.
    See Also:
    Serialized Form
    • Constructor Detail

      • VecPairedComparable

        public VecPairedComparable(V v,
                                   P p)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.