jcolibri.method.retrieve
Class SelectBestCaseMethod

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

public class SelectBestCaseMethod
extends java.lang.Object

Select the first case in the context and discard the remainders.

Version:
1.0
Author:
Juan A. Recio-Garcia

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

Constructor Detail

SelectBestCaseMethod

public SelectBestCaseMethod()
Method Detail

selectBestCase

public static java.util.Collection<CBRCase> selectBestCase(java.util.Collection<KNNresult> evalList)