Skip to content

Commit

Permalink
documenting
Browse files Browse the repository at this point in the history
  • Loading branch information
mb706 committed Sep 7, 2024
1 parent b9b45c3 commit e0c6d13
Show file tree
Hide file tree
Showing 8 changed files with 794 additions and 1 deletion.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Roxygen: list(markdown = TRUE, r6 = FALSE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Collate:
'CnfFormula.R'
'Graph.R'
'GraphLearner.R'
'mlr_pipeops.R'
Expand Down
47 changes: 47 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,7 +1,35 @@
# Generated by roxygen2: do not edit by hand

S3method("!",CnfAtom)
S3method("!",CnfClause)
S3method("!",CnfFormula)
S3method("$",CnfUniverse)
S3method("%among%",CnfSymbol)
S3method("%among%",default)
S3method("&",CnfAtom)
S3method("&",CnfClause)
S3method("&",CnfFormula)
S3method("[[",CnfUniverse)
S3method("|",CnfAtom)
S3method("|",CnfClause)
S3method("|",CnfFormula)
S3method(as.CnfAtom,CnfAtom)
S3method(as.CnfAtom,default)
S3method(as.CnfAtom,logical)
S3method(as.CnfClause,CnfAtom)
S3method(as.CnfClause,CnfClause)
S3method(as.CnfClause,default)
S3method(as.CnfClause,logical)
S3method(as.CnfFormula,CnfAtom)
S3method(as.CnfFormula,CnfClause)
S3method(as.CnfFormula,CnfFormula)
S3method(as.CnfFormula,default)
S3method(as.CnfFormula,logical)
S3method(as.data.table,DictionaryGraph)
S3method(as.data.table,DictionaryPipeOp)
S3method(as.logical,CnfAtom)
S3method(as.logical,CnfClause)
S3method(as.logical,CnfFormula)
S3method(as_graph,Graph)
S3method(as_graph,default)
S3method(as_graph,list)
Expand All @@ -11,6 +39,8 @@ S3method(as_pipeop,Filter)
S3method(as_pipeop,Learner)
S3method(as_pipeop,PipeOp)
S3method(as_pipeop,default)
S3method(format,CnfAtom)
S3method(format,CnfClause)
S3method(marshal_model,Multiplicity)
S3method(marshal_model,graph_learner_model)
S3method(marshal_model,pipeop_impute_learner_state)
Expand All @@ -25,6 +55,11 @@ S3method(pos,"NULL")
S3method(pos,character)
S3method(pos,list)
S3method(predict,Graph)
S3method(print,CnfAtom)
S3method(print,CnfClause)
S3method(print,CnfFormula)
S3method(print,CnfSymbol)
S3method(print,CnfUniverse)
S3method(print,Multiplicity)
S3method(print,Selector)
S3method(set_validate,GraphLearner)
Expand All @@ -35,6 +70,12 @@ S3method(unmarshal_model,pipeop_impute_learner_state_marshaled)
S3method(unmarshal_model,pipeop_learner_cv_state_marshaled)
export("%>>!%")
export("%>>%")
export("%among%")
export(CnfAtom)
export(CnfClause)
export(CnfFormula)
export(CnfSymbol)
export(CnfUniverse)
export(Graph)
export(GraphLearner)
export(LearnerClassifAvg)
Expand Down Expand Up @@ -113,6 +154,9 @@ export(PipeOpUnbranch)
export(PipeOpVtreat)
export(PipeOpYeoJohnson)
export(add_class_hierarchy_cache)
export(as.CnfAtom)
export(as.CnfClause)
export(as.CnfFormula)
export(as.Multiplicity)
export(as.data.table)
export(as_graph)
Expand Down Expand Up @@ -154,6 +198,9 @@ export(selector_none)
export(selector_setdiff)
export(selector_type)
export(selector_union)
if (getRversion() >= "4.3.0") S3method(chooseOpsMethod,CnfAtom)
if (getRversion() >= "4.3.0") S3method(chooseOpsMethod,CnfClause)
if (getRversion() >= "4.3.0") S3method(chooseOpsMethod,CnfFormula)
import(checkmate)
import(data.table)
import(mlr3)
Expand Down
Loading

0 comments on commit e0c6d13

Please sign in to comment.