Package de.fzi.herakles.strategy.component.impl.machLrn.ontologyAnalysis

Examples of de.fzi.herakles.strategy.component.impl.machLrn.ontologyAnalysis.GCIAnalyser


  private GCIAnalyser gciAnalyser;
  private OWLAxiomsAnalyser axiomsAnalyser;
 
  public OntologyAnalyser(){
    metricsAnalyser = new MetricsAnalyser();
    gciAnalyser = new GCIAnalyser();
    axiomsAnalyser = new OWLAxiomsAnalyser();
  }
View Full Code Here

TOP

Related Classes of de.fzi.herakles.strategy.component.impl.machLrn.ontologyAnalysis.GCIAnalyser

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.