17 using TraceLab.Components.DevelopmentKit.Utils.TermDocumentMatrixUtils;
18 using TraceLabSDK.Types;
21 namespace TraceLab.Components.DevelopmentKit.Tracers.InformationRetrieval
26 public static class VSM
35 public static TLSimilarityMatrix
Compute(TLArtifactsCollection source, TLArtifactsCollection target,
VSMWeightEnum weight)
46 throw new NotImplementedException(
"Unknown weighting scheme \"" + weight +
"\"");