RANDOM_STATE = 42 class InductiveClusterer(BaseEstimator): def __init__(self, clusterer, classifier): self.clusterer = clusterer
確定! 回上一頁