Skip to content

Commit

Permalink
fixed family/father_someonly example
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwestphal committed Jan 19, 2016
1 parent 37deeee commit 4c8e039
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/family/father_someonly.conf
Expand Up @@ -11,11 +11,13 @@ ks.fileName = "father_someonly.owl"
reasoner.type = "closed world reasoner"
reasoner.sources = { ks }

fmeasure.type = "fmeasure"

// learning problem
lp.type = "PosNegLPStandard"
lp.positiveExamples = {"ex:bryan", "ex:bob", "ex:markus"}
lp.negativeExamples = {"ex:stefan", "ex:martin", "ex:anna", "ex:michelle", "ex:alice"}
lp.accuracyMethod = "fmeasure"
lp.accuracyMethod = fmeasure

// refinement operator
op.type = "rho"
Expand Down

0 comments on commit 4c8e039

Please sign in to comment.