Class BicLogConfigurer<T extends Configurer>

Type Parameters:
T - Actual implementation type of Configurer
All Implemented Interfaces:
Configurable, Loggable
Direct Known Subclasses:
EvaluationConfigurer, LearningConfigurer

public abstract class BicLogConfigurer<T extends Configurer> extends ApplicableConfigurer<T>
Author:
Eugene Dementiev
  • Constructor Details

    • BicLogConfigurer

      public BicLogConfigurer(com.agenarisk.learning.structure.config.Config config)
    • BicLogConfigurer

      public BicLogConfigurer()
  • Method Details

    • setBicLog

      public T setBicLog(String log)
      Allowed values: 2, 10, e
      Parameters:
      log -
      Returns:
      this configurer
    • configureBicLogFromJson

      protected T configureBicLogFromJson(org.json.JSONObject jConfig)