Class BicLogConfigurer<T extends Configurer>
java.lang.Object
com.agenarisk.learning.structure.config.Configurer
com.agenarisk.learning.structure.config.ApplicableConfigurer<T>
com.agenarisk.learning.structure.config.BicLogConfigurer<T>
- Type Parameters:
T
- Actual implementation type of Configurer
- All Implemented Interfaces:
Configurable
,Loggable
- Direct Known Subclasses:
EvaluationConfigurer
,LearningConfigurer
- Author:
- Eugene Dementiev
-
Field Summary
Fields inherited from class com.agenarisk.learning.structure.config.Configurer
config
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected T
configureBicLogFromJson
(org.json.JSONObject jConfig) Allowed values: 2, 10, eMethods inherited from class com.agenarisk.learning.structure.config.Configurer
getConfig, setLoggingEnabled
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.agenarisk.learning.structure.config.Configurable
apply
-
Constructor Details
-
BicLogConfigurer
public BicLogConfigurer(com.agenarisk.learning.structure.config.Config config) -
BicLogConfigurer
public BicLogConfigurer()
-
-
Method Details
-
setBicLog
Allowed values: 2, 10, e- Parameters:
log
-- Returns:
- this configurer
-
configureBicLogFromJson
-