Exemple #1
0
 public override bool SetFeatureNames(string[] FeatureNames, string featName)
 {
     this.featureTbl = new FeatureTbl(FeatureNames);
     return true;
 }
Exemple #2
0
 public BM25F2Transform(BM25F2Transform bm25F2Transform)
 {
     this.dblSaturation = bm25F2Transform.dblSaturation;
     this.bm25Streams = bm25F2Transform.bm25Streams; ;
     this.featureTbl = bm25F2Transform.featureTbl; ;
 }