java.lang.Object
rawDeepLearningClassifier.dlClassification.animalSpot.StandardModelParams
rawDeepLearningClassifier.dlClassification.genericModel.GenericModelParams
All Implemented Interfaces:
Serializable, Cloneable

public class GenericModelParams extends StandardModelParams implements Cloneable
Parameters for the deep learning module.
Author:
Jamie Macaulay
See Also:
  • Field Details

    • metadataPath

      public String metadataPath
      Path to the metadata file.
    • shape

      public Long[] shape
      The input shape defined by the user.
    • outputShape

      public Long[] outputShape
      The input shape defined by the user.
    • defaultShape

      public Long[] defaultShape
      The input shape for the model if the model has an in-built default.
    • defualtOuput

      public Long[] defualtOuput
      The output shape for the model if the model has an in-built default.
  • Constructor Details

    • GenericModelParams

      public GenericModelParams()
  • Method Details