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 Link icon

    • metadataPath Link icon

      public String metadataPath
      Path to the metadata file.
    • shape Link icon

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

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

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

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

    • GenericModelParams Link icon

      public GenericModelParams()
  • Method Details Link icon