jcolibri.method.retrieve
Class SelectSomeCasesMethod

java.lang.Object
  extended by jcolibri.method.retrieve.SelectSomeCasesMethod

public class SelectSomeCasesMethod
extends java.lang.Object

Select the first n cases from the context and discard the remainders.

Version:
2.0
Author:
Juan A. Recio-Garcia

Constructor Summary
SelectSomeCasesMethod()
           
 
Method Summary
static java.util.Collection<CBRCase> selectSomeCases(java.util.Collection<KNNresult> evalList, int numberOfCases)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectSomeCasesMethod

public SelectSomeCasesMethod()
Method Detail

selectSomeCases

public static java.util.Collection<CBRCase> selectSomeCases(java.util.Collection<KNNresult> evalList,
                                                            int numberOfCases)