Class MetaAlgorithmReadWrite

Object
org.apache.spark.ml.util.MetaAlgorithmReadWrite

public class MetaAlgorithmReadWrite extends Object
Default Meta-Algorithm read and write implementation.
  • Constructor Details

    • MetaAlgorithmReadWrite

      public MetaAlgorithmReadWrite()
  • Method Details

    • getUidMap

      public static scala.collection.immutable.Map<String,Params> getUidMap(Params instance)
      Examine the given estimator (which may be a compound estimator) and extract a mapping from UIDs to corresponding Params instances.
      Parameters:
      instance - (undocumented)
      Returns:
      (undocumented)