All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.spark.ml.RegressorUtils.scala Maven / Gradle / Ivy

The newest version!
// Copyright (C) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in project root for information.

package org.apache.spark.ml

import org.apache.spark.ml.regression.{RegressionModel, Regressor}

/** Temporary hack to expose private Regressor class in SparkML as a developer API
  */
abstract class BaseRegressor[F, R <: Regressor[F, R, M], M <: RegressionModel[F, M]] extends Regressor[F, R, M]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy