Class FitScope

java.lang.Object
com.illumon.modelfarm.fitterfarm.FitScope

public class FitScope extends Object
A high level grouping used to partition all data into subsets that should be fit or evaluated together.
  • Constructor Details

    • FitScope

      public FitScope(long uid, String fitGroup)
      Creates a new scope.
      Parameters:
      uid - underlying ID
      fitGroup - fit group
  • Method Details

    • getUId

      public long getUId()
      Gets the underlying ID.
      Returns:
      underlying ID.
    • getFitGroup

      public String getFitGroup()
      Gets the fit group.
      Returns:
      fit group.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object