Package de.jungblut.distance

Examples of de.jungblut.distance.SimilarityMeasurer


    this.seedTokens = seedTokens;
    this.termNodes = bipartiteGraph.getFirst();
    // make sure we transpose to have a better distance lookup
    this.weightMatrix = bipartiteGraph.getSecond().transpose();
    this.alpha = alpha;
    this.similarityMeasurer = new SimilarityMeasurer(distance);
    init();
  }
View Full Code Here

TOP

Related Classes of de.jungblut.distance.SimilarityMeasurer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.