Package enzyme.ontology

Examples of enzyme.ontology.OntologyDataSource.loadIndex()


   
    //����Ȩֵ
    ods.setWeightsPath(weights);
   
    //��������
    ods.loadIndex(index);
   
    //�洢��������Դ����servlet context
    context.setAttribute(ONTOLOGY_DATA_SOURCE, ods);
    System.out.println("Ontology loaded!");
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.