Package net.bpiwowar.mg4j.extensions.rf

Examples of net.bpiwowar.mg4j.extensions.rf.MG4JFactory


    @Override
    public void init(DocumentCollection collection, IndexConfiguration index) throws Exception {
        baseModel.init(collection, index);
        relevanceFeedbackMethod.init();
        factory = new MG4JFactory(collection);
        this.collection = collection;

        this.index = index;
        this.frequencies = index.getTermFrequency();
View Full Code Here

TOP

Related Classes of net.bpiwowar.mg4j.extensions.rf.MG4JFactory

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.