Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 607 Bytes

File metadata and controls

22 lines (18 loc) · 607 Bytes

K-Nearest Neighbors

The Amazon SageMaker K-Nearest Neighbors (k-NN) algorithm.

.. autoclass:: sagemaker.KNN
    :members:
    :undoc-members:
    :show-inheritance:
    :inherited-members:
    :exclude-members: image_uri, k, sample_size, predictor_type, dimension_reduction_target, dimension_reduction_type,
                      index_metric, index_type, faiss_index_ivf_nlists, faiss_index_pq_m

.. autoclass:: sagemaker.KNNModel
    :members:
    :undoc-members:
    :show-inheritance:

.. autoclass:: sagemaker.KNNPredictor
    :members:
    :undoc-members:
    :show-inheritance: