Skip to content

Configuration

Lixi edited this page Apr 2, 2021 · 8 revisions

parameters

use positive and negative concepts

use positive concepts

generate concepts

endpoint: http://dbpedia.org/sparql
owlFile: ./dbpedia.owl
seed: 123
types:
  - http://dbpedia.org/ontology/Politician
  - http://dbpedia.org/ontology/Company
  - http://dbpedia.org/ontology/RecordLabel
  - http://dbpedia.org/ontology/ArchitecturalStructure
  - http://dbpedia.org/ontology/Architect
  - http://dbpedia.org/ontology/Person
  - http://dbpedia.org/ontology/Mayor
  - http://dbpedia.org/ontology/Work
  - http://dbpedia.org/ontology/Band
  - http://dbpedia.org/ontology/MusicalArtist
  - http://dbpedia.org/ontology/Album
  - http://dbpedia.org/ontology/Actor
  - http://dbpedia.org/ontology/MusicGenre
maxIndividualsPerExampleConcept: 30
percentageOfPositiveExamples: 0.5
percentageOfNegativeExamples: 0.5
maxNoOfExamples: 30
minNoOfExamples: 5
maxGenerateConcepts: 10
maxConceptLength: 8
minConceptLength: 4
maxDepth: 1
inferDirectSuperClasses: true
endpointInfersRules: false
removeLiterals: true
namespace: http://dbpedia.org/ontology/

how to achieve good examples

Clone this wiki locally