Examples of AggregateClassificationClient


Examples of io.lumify.analystsNotebook.aggregateClassification.AggregateClassificationClient

        this.ontologyRepository = ontologyRepository;
        this.artifactThumbnailRepository = artifactThumbnailRepository;
        this.configuration = configuration;
        analystsNotebookExportConfiguration = new AnalystsNotebookExportConfiguration();
        configuration.setConfigurables(analystsNotebookExportConfiguration, AnalystsNotebookExportConfiguration.CONFIGURATION_PREFIX);
        aggregateClassificationClient = new AggregateClassificationClient(configuration);
    }
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.