Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document cdist's/pdist's keyword arguments V, VI, and w #69

Merged
merged 6 commits into from
Oct 6, 2017

Commits on Oct 6, 2017

  1. Doc cdist's keyword argument V

    Missed documenting `V` when adding support for the `seuclidean` metric
    in `cdist`. So this adds documentation for that parameter along with a
    brief explanation of how the default value is determined.
    jakirkham committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    054bfed View commit details
    Browse the repository at this point in the history
  2. Doc pdist's keyword argument V

    Missed documenting `V` when adding support for the `seuclidean` metric
    in `pdist`. So this adds documentation for that parameter along with a
    brief explanation of how the default value is determined.
    jakirkham committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    f3a62ed View commit details
    Browse the repository at this point in the history
  3. Doc cdist's keyword argument VI

    Missed documenting `VI` when adding support for the `mahalanobis` metric
    in `cdist`. So this adds documentation for that parameter along with a
    brief explanation of how the default value is determined.
    jakirkham committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    0ff6d32 View commit details
    Browse the repository at this point in the history
  4. Doc pdist's keyword argument VI

    Missed documenting `VI` when adding support for the `mahalanobis` metric
    in `pdist`. So this adds documentation for that parameter along with a
    brief explanation of how the default value is determined.
    jakirkham committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    4b9a1d7 View commit details
    Browse the repository at this point in the history
  5. Doc cdist's keyword argument w

    Missed documenting `w` when adding support for the `wminkowski` metric
    in `cdist`. So this adds documentation for that parameter and notes that
    it is mandatory (no default).
    jakirkham committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    e9b89ae View commit details
    Browse the repository at this point in the history
  6. Doc pdist's keyword argument w

    Missed documenting `w` when adding support for the `wminkowski` metric
    in `pdist`. So this adds documentation for that parameter and notes that
    it is mandatory (no default).
    jakirkham committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    f487978 View commit details
    Browse the repository at this point in the history