承接 webit/downsampling 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

webit/downsampling

最新稳定版本:2.0.0

Composer 安装命令:

composer require webit/downsampling

包简介

Downsampling algorithms

README 文档

README

A simple interface for Downsampling algorithms

Installation

via Composer

Add the webit/downsampling into composer.json

{
    "require": {
        "php":              ">=7.1",
        "webit/downsampling": "^2.0.0"
    }
}

Usage

use Webit\DownSampling\DownSampler\LargestTriangleThreeBucketsDownSampler;

$data = array();
for ($i=0; $i < 500; $i++) {
    $data[] = [$i, mt_rand(0, 200)];
}

$sampler = new LargestTriangleThreeBucketsDownSampler();
$sampled = $sampler->sampleDown($data, 100);
echo count($sampled); // displays 100

Algorithms provided

统计信息

  • 总下载量: 45.05k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 未知

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固