Package sklearn

Interface HasPriorProbability

All Known Implementing Classes:
DummyClassifier, LogOddsEstimator, PriorProbabilityEstimator, ScaledLogOddsEstimator, ZeroEstimator

public interface HasPriorProbability
See Also:
  • TargetValue.getPriorProbability()
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getPriorProbability

      Number getPriorProbability(int index)