Interface SparseVector

    • Method Detail

      • getDefaultValue

        double getDefaultValue()
        Value to used if not un assigned value
        Returns:
      • getAssignedPosition

        long[] getAssignedPosition()
        Return an orderer array of position assigned, this array can be longer than realy assigned value, you must used getNumberOfAssignedValue to know number of significant position in array
        Returns:
      • getAssignedValue

        double[] getAssignedValue()
        Return an array in same order that getAssignedPosition. This array contains values. This array can be longer than realy assigned value, you must used getNumberOfAssignedValue to know number of significant position in array
        Returns: