Uses of Class
FreeCBR.Feature

Uses of Feature in FreeCBR
 

Fields in FreeCBR declared as Feature
 Feature[] WebResult.searchValues
          The searched values (in String format)
 

Methods in FreeCBR that return Feature
 Feature[] CBR.editCase(int caseNum, Feature[] features)
          Replaces specified case with another
 Feature[] CBR.getCase(int caseNum)
          Returns the case at the specified position
 Feature CBR.getFeatureValue(int caseNum, int featureNum)
          Returns the specified feature of the specified case
 Feature[] CBR.removeCase(int caseNum)
          Removes the specified case from the set
 

Methods in FreeCBR with parameters of type Feature
 void CBR.addCase(Feature[] features)
          Adds a case to the set
 Feature[] CBR.editCase(int caseNum, Feature[] features)
          Replaces specified case with another
 CBRResult[] CBR.search(int[] searchFeatureNumbers, Feature[] searchValues, int[] searchWeights, int[] searchTerms, int[] searchScales, int[] searchOptions)
          Performs a search for the best match.
 



Public Domain