书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 355 个相关结果.
  • DecisionTreeClassifierPredict(stream)

    Description Parameters Script Example Code Result Description The random forest use the bagging to prevent the overfitting. In the operator, we implement three type of de...
  • QuantileDiscretizerPredict(batch)

    Description Parameters Script Example Code Result Description The batch operator that predict the data using the quantile discretizer model. Parameters Name Descript...
  • OneVsRest

    功能介绍 参数说明 脚本示例 脚本代码 功能介绍 本组件用One VS Rest策略进行多分类。 参数说明 名称 中文名称 描述 类型 是否必须? 默认值 numClass 类别数 多分类的类别数,必选 Integer ✓ predictionCol 预测结果列名 预测结果列名 Strin...
  • 条件控制

    839 2019-09-29 《PHPOK 帮助手册》
    条件控制 条件控制 ok模板引挈中的条件判断与php是很相似的,代码使用有: <!— if 条件 —> … <!— /if —> <!— if 条件 —> … <!— else —> … <!— /if —> <!— if 条件 —> … <!— elseif 条件2 —> … <!— /if —> 上述是IF中常用的几种模式,条件的写...
  • 读CSV文件(stream)

    读CSV文件 功能介绍 参数说明 支持的字段类型包括: 关于分隔符的说明: 脚本示例 Csv Batch Source 脚本运行结果 Csv Stream Source 脚本运行结果 读CSV文件 功能介绍 读CSV文件 参数说明 名称 中文名称 描述 类型 是否必须? 默认值 filePath ...
  • QuantileDiscretizer

    Description Parameters Script Example Code Result Description Quantile discretizer calculate the q-quantile as the interval, output the interval as model, and can transform...
  • 决策树回归预测(stream)

    决策树回归预测(batch) 功能介绍 参数说明 脚本示例 脚本代码 脚本结果 决策树回归预测(batch) 功能介绍 本函数支持cart回归 支持带样本权重的训练 参数说明 名称 中文名称 描述 类型 是否必须? 默认值 predictionCol 预测结果列名 预测结果列名 Str...
  • 高斯混合模型流式预测(stream)

    GMM预测 功能介绍 参数说明 脚本示例 脚本代码 脚本运行结果 GMM预测 功能介绍 基于GaussianMixture模型进行聚类预测。 参数说明 名称 中文名称 描述 类型 是否必须? 默认值 vectorCol 向量列名 向量列对应的列名 String ✓ predictionC...
  • 决策树回归预测(batch)

    决策树回归预测(batch) 功能介绍 参数说明 脚本示例 脚本代码 脚本结果 决策树回归预测(batch) 功能介绍 本函数支持cart回归 支持带样本权重的训练 参数说明 名称 中文名称 描述 类型 是否必须? 默认值 predictionCol 预测结果列名 预测结果列名 Strin...
  • DecisionTreeRegressorPredict(stream)

    Description Parameters Script Example Code Result Description The random forest use the bagging to prevent the overfitting. In the operator, we implement three type of de...