org.terrier.sorting
Class SortAscendingPairedVectors

java.lang.Object
  extended by org.terrier.sorting.SortAscendingPairedVectors

public class SortAscendingPairedVectors
extends Object

This class sorts a pair of arrays, where the corresponding entries are related. The result is that the first array is sorted in ascending order, and the second is transformed in a way that the corresponding entries are in the correct places.

Author:
Gianni Amati, Vassilis Plachouras

Constructor Summary
SortAscendingPairedVectors()
           
 
Method Summary
static void sort(int[] a, int[] u)
          Sorts the two vectors with respect to the ascending order of the first one.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortAscendingPairedVectors

public SortAscendingPairedVectors()
Method Detail

sort

public static void sort(int[] a,
                        int[] u)
Sorts the two vectors with respect to the ascending order of the first one.

Parameters:
a - the first vector to sort.
u - the second vector to sort.


Terrier 3.6. Copyright © 2004-2011 University of Glasgow