Interface Projection

    • Method Detail

      • getInputDimensionality

        int getInputDimensionality()
        Get the input dimensionality of the projection.
        Returns:
        Input dimensionality
      • getScale

        LinearScale getScale​(int d)
        Get the scale class for a particular dimension.
        Parameters:
        d - Dimension
        Returns:
        Scale class
      • getProjector

        Projector getProjector()
        Projector used for generating this projection.
        Returns:
        Projector