Interface DataIndexer

    • Method Detail

      • getContexts

        int[][] getContexts()
        Returns:
        Retrieves a 2-dimensional array whose first dimension is the event index and array this refers to contains the contexts for that event.
      • getNumTimesEventsSeen

        int[] getNumTimesEventsSeen()
        Returns:
        Retrieves an array indexed by the event index indicating the number of times a particular event was seen.
      • getOutcomeList

        int[] getOutcomeList()
        Returns:
        Retrieves an array indicating the outcome index for each event.
      • getPredLabels

        String[] getPredLabels()
        Returns:
        Retrieves an array of predicate/context names indexed by context index. These indices are the value of the array returned by getContexts().
      • getPredCounts

        int[] getPredCounts()
        Returns:
        Retrieves an array of the count of each predicate in the events.
      • getOutcomeLabels

        String[] getOutcomeLabels()
        Returns:
        Retrieves an array of outcome names indexed by outcome index.
      • getValues

        float[][] getValues()
        Returns:
        Retrieves the values associated with each event context or null if integer values are to be used.
      • getNumEvents

        int getNumEvents()
        Returns:
        Retrieves the number of total events indexed.