Package sklearn

Interface HasEstimator<E extends Estimator>

All Known Implementing Classes:
EstimatorProxy, SelectFromModel

public interface HasEstimator<E extends Estimator>
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getEstimator

      E getEstimator()