Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
aeon 1.0.0 documentation
Logo

使用aeon

  • 安装
  • 入门指南
  • API参考
    • 异常检测
    • Base
    • 基准测试
    • 分类
    • 聚类
    • 数据集
    • 距离
    • 预测
    • 深度学习网络
    • 回归
    • 分割
    • 相似性搜索
    • 转换
    • 实用函数
    • 可视化
  • 示例

开发aeon

  • 为aeon做贡献
    • 打开问题和报告错误
  • 开发者指南
    • aeon 增强提案
    • 编码标准
    • 依赖项
    • 弃用政策
    • 开发者安装
    • 开发文档
    • 版本发布
    • 测试框架
  • Mentoring and Projects

永恒团队

  • 贡献者
  • 关于我们
  • 治理
  • 行为准则

其他

  • Estimator 概述
  • 更新日志
  • 使用Aeon的论文
Back to top
View this page
Edit this page

基础¶

aeon.base 模块包含抽象基类。

基类¶

BaseAeonEstimator()

用于在aeon中定义估计器的基类。

BaseCollectionEstimator()

使用时间序列集合进行fit的估计器基类。

BaseSeriesEstimator(axis)

使用单一(可能是多变量)时间序列的估计器的基类。

ComposableEstimatorMixin()

处理由命名估计器组成的估计器的参数管理。

Next
BaseAeonEstimator
Previous
BaseAnomalyDetector
Copyright © The aeon developers (BSD-3 License)
Made with Sphinx and @pradyunsg's Furo
On this page
  • Base
    • 基类