Class IndexedSplit

    • Field Detail

      • m_ID

        protected int m_ID
        the id of the of this split.
    • Constructor Detail

      • IndexedSplit

        public IndexedSplit​(int id)
        Initializes the split.
    • Method Detail

      • getID

        public int getID()
        Returns the split ID.
        Returns:
        the ID
      • add

        public void add​(SplitIndices indices)
        Adds the indices (eg for train or test).
        Parameters:
        indices - the indices to add
      • toString

        public String toString()
        Returns a short textual representation.
        Overrides:
        toString in class Object
        Returns:
        the representation