<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="https://ontobee.org/ontology/view/MCRO?iri=http://www.ontodm.com/OntoDM-core/OntoDM_530819"?>
<rdf:RDF xmlns="http://www.w3.org/2002/07/owl#"
     xml:base="http://www.w3.org/2002/07/owl"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
     xmlns:OntoDM-core="http://www.ontodm.com/OntoDM-core/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:obo="http://purl.obolibrary.org/obo/"
     xmlns:foaf="http://xmlns.com/foaf/0.1/"
     xmlns:dc="http://purl.org/dc/elements/1.1/">
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Annotation properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Datatypes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.ontodm.com/OntoDM-core/OntoDM_000038 -->

    <Class rdf:about="http://www.ontodm.com/OntoDM-core/OntoDM_000038">
        <rdfs:label>data mining algorithm</rdfs:label>
    </Class>
    


    <!-- http://www.ontodm.com/OntoDM-core/OntoDM_530819 -->

    <Class rdf:about="http://www.ontodm.com/OntoDM-core/OntoDM_530819">
        <rdfs:label>ensemble algorithm</rdfs:label>
        <rdfs:subClassOf rdf:resource="http://www.ontodm.com/OntoDM-core/OntoDM_000038"/>
        <disjointWith rdf:resource="http://www.ontodm.com/OntoDM-core/OntoDM_731692"/>
        <rdfs:comment>Ensemble algorithms are algorithms that generate an ensemble when executed on a dataset. The ensemble algorithms include a specification of  single generalization algorithms which are executed in oreder to produce the single generalizations that compose the ensemble.

Examples of ensemble algorithms include bagging, boosting, stacking, random forests, random subspaces,bagging of random subspaces etc.

For example, bagging of decision trees algorithm includes the specification of a bagging algorithm and having a decision tree algorithm for generating the base models composing the ensemble.</rdfs:comment>
    </Class>
    


    <!-- http://www.ontodm.com/OntoDM-core/OntoDM_731692 -->

    <Class rdf:about="http://www.ontodm.com/OntoDM-core/OntoDM_731692">
        <rdfs:label>single generalization algorithm</rdfs:label>
    </Class>
</rdf:RDF>



<!-- Generated by the OWL API (version 3.2.4.1806) http://owlapi.sourceforge.net -->



