Uses of Class
com.agenarisk.learning.structure.config.KnowledgeConfigurer
Packages that use KnowledgeConfigurer
-
Uses of KnowledgeConfigurer in com.agenarisk.learning.structure.config
Methods in com.agenarisk.learning.structure.config that return KnowledgeConfigurerModifier and TypeMethodDescriptionKnowledgeConfigurer.configureFromJson
(org.json.JSONObject jConfig) GesConfigurer.getKnowledgeConfiguration()
Allows to add custom configuration of the knowledge componentHcConfigurer.getKnowledgeConfiguration()
Allows to add custom configuration of the knowledge componentabstract KnowledgeConfigurer<T>
LearningConfigurer.getKnowledgeConfiguration()
protected KnowledgeConfigurer<T>
LearningConfigurer.getKnowledgeConfiguration
(T parent) MahcConfigurer.getKnowledgeConfiguration()
Allows to add custom configuration of the knowledge componentSaiyanHConfigurer.getKnowledgeConfiguration()
Allows to add custom configuration of the knowledge componentTabuConfigurer.getKnowledgeConfiguration()
Allows to add custom configuration of the knowledge componentKnowledgeConfigurer.setAllVariablesRelevant
(Boolean allVariablesRelevant) If set, all variables in the training data must be connected within the same graph and no disjointed variables are allowedKnowledgeConfigurer.setConstraintsBDN
(Boolean constraintsBDN) KnowledgeConfigurer.setConstraintsBDNGuarantee
(Boolean constraintsBDNGuarantee) KnowledgeConfigurer.setConstraintsDirectedEnabled
(Boolean constraintsDirectedEnabled) KnowledgeConfigurer.setConstraintsForbiddenEnabled
(Boolean constraintsForbiddenEnabled) KnowledgeConfigurer.setConstraintsInitialGraph
(Boolean constraintsInitialGraph) KnowledgeConfigurer.setConstraintsProhibitEdgesSameTemporalTier
(Boolean constraintsProhibitEdgesSameTemporalTier) KnowledgeConfigurer.setConstraintsTargetPenaltyReductionRate
(int constraintsTargetPenaltyReductionRate) KnowledgeConfigurer.setConstraintsTargetPenaltyReductionRateEnabled
(Boolean constraintsTargetPenaltyReductionRateEnabled) KnowledgeConfigurer.setConstraintsTemporalEnabled
(Boolean constraintsTemporalEnabled) KnowledgeConfigurer.setConstraintsUndirectedEnabled
(Boolean constraintsUndirectedEnabled) KnowledgeConfigurer.setCustomKnowledgeEnabled
(Boolean knowledgeConfigured)