Package uk.ac.ucl.panda.retrieval.models

Examples of uk.ac.ucl.panda.retrieval.models.RawMaterial


     * VSM = 1
     * Language = 2
     * TF = 3
     * TF-IDF= 4
     */
    this.raws = new RawMaterial(index, 4); // 0 is for BM25

  }
View Full Code Here

TOP

Related Classes of uk.ac.ucl.panda.retrieval.models.RawMaterial

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.