org.carrot2.clustering.lingo
Interface IFeatureScorer


public interface IFeatureScorer

Generates additional scores for features. Lingo will apply these scores before final label selection.


Method Summary
 double[] getFeatureScores(LingoProcessingContext lingoContext)
          Returns scores for features from PreprocessingContext.allLabels.
 

Method Detail

getFeatureScores

double[] getFeatureScores(LingoProcessingContext lingoContext)
Returns scores for features from PreprocessingContext.allLabels. A neutral score is 1.0. Anything below 1.0 will lower label score, anything above 1.0 will raise it.



Copyright (c) Dawid Weiss, Stanislaw Osinski