Class SubspaceModel

    • Field Detail

      • subspace

        private final Subspace subspace
        The subspace of the cluster.
    • Constructor Detail

      • SubspaceModel

        public SubspaceModel​(Subspace subspace,
                             double[] mean)
        Creates a new SubspaceModel for the specified subspace with the given cluster mean.
        Parameters:
        subspace - the subspace of the cluster
        mean - the cluster mean
    • Method Detail

      • getSubspace

        public Subspace getSubspace()
        Returns the subspace of this SubspaceModel.
        Returns:
        the subspace
      • getDimensions

        public long[] getDimensions()
        Returns the BitSet that represents the dimensions of the subspace of this SubspaceModel.
        Returns:
        the dimensions of the subspace