Package com.clarkparsia.modularity.test

Source Code of com.clarkparsia.modularity.test.AxiomBasedIncrementalClassifierTest

// Copyright (c) 2006 - 2008, Clark & Parsia, LLC. <http://www.clarkparsia.com>
// This source code is available under the terms of the Affero General Public License v3.
//
// Please see LICENSE.txt for full license terms, including the availability of proprietary exceptions.
// Questions, comments, or requests for clarification: licensing@clarkparsia.com

package com.clarkparsia.modularity.test;

import com.clarkparsia.modularity.AxiomBasedModuleExtractor;
import com.clarkparsia.modularity.ModuleExtractor;


/**
* <p>
* Title:
* </p>
* <p>
* Description: Test modular classification for correctness against unified
* classification
* <p>
* Copyright: Copyright (c) 2007
* </p>
* <p>
* Company: Clark & Parsia, LLC. <http://www.clarkparsia.com>
* </p>
*
* @author Mike Smith
*/
public class AxiomBasedIncrementalClassifierTest extends AbstractIncrementalClassifierTest {
  /**
   * {@inheritDoc}
   */
  @Override
  public ModuleExtractor createModuleExtractor() {
    return new AxiomBasedModuleExtractor();
  }
}
TOP

Related Classes of com.clarkparsia.modularity.test.AxiomBasedIncrementalClassifierTest

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.