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

com.aliyun.odps.ml.ModelFunction Maven / Gradle / Ivy

There is a newer version: 0.51.2-public
Show newest version
package com.aliyun.odps.ml;

/**
 * ModelFunction表示ODPS中支持的模型算法功能分类
 *
 * @author [email protected]
 */
public enum ModelFunction {
  AssociationRules,
  Sequence,
  Regression,
  Classification,
  Clustering,
  TimeSeries,
  Mixed
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy