java.lang.Object
rawDeepLearningClassifier.dlClassification.animalSpot.StandardModelParams
rawDeepLearningClassifier.dlClassification.deepAcoustics.DeepAcousticParams
All Implemented Interfaces:
Serializable, Cloneable

public class DeepAcousticParams extends StandardModelParams
Parameters for the Deep Acoustics model. This class extends StandardModelParams to include specific parameters for the Deep Acoustics model. Parameters for the Deep Acoustics classifier. Parameters for the Deep Acoustics classifier. This class extends StandardModelParams and adds specific parameters for the Deep Acoustics model.
Author:
Jamie Macaulay
See Also:
  • Field Details

    • minConfidence

      public double minConfidence
    • mergeOverlap

      public boolean mergeOverlap
      True to merge overlapping boxes.
    • minMergeOverlap

      public float minMergeOverlap
      Minimum overlap required to merge two boxes. For example, if 0.05 then at least 5% overlap in area is required to merge two boxes.
  • Constructor Details

    • DeepAcousticParams

      public DeepAcousticParams()