积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部数据库(113)数据库工具(31)PostgreSQL(30)TiDB(24)DBeaver(21)Greenplum(13)Navicat(10)Firebird(4)Vitess(4)ClickHouse(2)

语言

全部英语(95)中文(简体)(14)英语(4)

格式

全部PDF文档 PDF(113)
 
本次搜索耗时 0.040 秒,为您找到相关结果约 113 个.
  • 全部
  • 数据库
  • 数据库工具
  • PostgreSQL
  • TiDB
  • DBeaver
  • Greenplum
  • Navicat
  • Firebird
  • Vitess
  • ClickHouse
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 1. Machine Learning with ClickHouse

    Linear regression in ClickHouse Is implemented as Aggregate Function Means you can train multiple models in single SQL query SELECT cab_type, simpleLinearRegression(trip_distance, total_amount) FROM ─┘ 18 / 62 Linear regression result 19 / 62 The influence of time 20 / 62 Let’s train more models! SELECT toYear(pickup_datetime) AS y, simpleLinearRegression(trip_distance, total_amount) FROM 99253781758988) │ └──────┴─────────────────────────────────────────────────────┘ 21 / 62 Let’s train more models! 22 / 62 Linear regression in ClickHouse simpleLinearRegression supports only single factor ›
    0 码力 | 64 页 | 1.38 MB | 1 年前
    3
  • pdf文档 0. Machine Learning with ClickHouse

    Linear regression in ClickHouse Is implemented as Aggregate Function Means you can train multiple models in single SQL query SELECT cab_type, simpleLinearRegression(trip_distance, total_amount) FROM ─┘ 18 / 62 Linear regression result 19 / 62 The influence of time 20 / 62 Let’s train more models! SELECT toYear(pickup_datetime) AS y, simpleLinearRegression(trip_distance, total_amount) FROM 99253781758988) │ └──────┴─────────────────────────────────────────────────────┘ 21 / 62 Let’s train more models! 22 / 62 Linear regression in ClickHouse simpleLinearRegression supports only single factor ›
    0 码力 | 64 页 | 1.38 MB | 1 年前
    3
  • pdf文档 Navicat Data Modeler Version 3 User Guide (Mac)

    Model 23 About Model 23 Create Model 25 Chapter 5 - Physical Model 27 About Physical Models 27 Add Databases / Schemas to Physical Model 27 Add Tables to Physical Model 28 Add Views Model 41 About Logical Models 41 Add Entities to Logical Model 41 Add a Relation to a Logical Model 43 Chapter 7 - Conceptual Model 45 About Conceptual Models 45 Add Entities to Conceptual Editor 75 Code Completion (Available only in Non-Essentials Edition) 76 Auto Recovery 76 Models 76 Environment 77 Advanced 78 Chapter 14 - Hints and Tips 79 3 Model Hints and
    0 码力 | 83 页 | 1.96 MB | 1 年前
    3
  • pdf文档 Navicat Data Modeler Version 3 User Guide (Windows)

    creating and manipulating database models. It enables users to design database structures, reverse engineer, forward engineer, generate SQL files and print models to files, etc. Navicat Data Modeler some highlights of Navicat Data Modeler: • Create and manipulate conceptual/logical/physical models. • Support various database systems: MySQL, MariaDB, Oracle, PostgreSQL, SQLite and SQL Server User Interface Main Window Navigation Pane The Navigation pane allows you to create new models, open local model files, recently opened model files, or model files in Navicat Cloud / On-Prem
    0 码力 | 85 页 | 1.31 MB | 1 年前
    3
  • pdf文档 Navicat Version 16 User Guide (Mac)

    Physical Models 135 Create Physical Models 135 Add Databases / Schemas 135 Add Tables 136 Add Views 136 Add Foreign Keys 137 Logical Models 138 Create Logical Models 138 Add Entities Entities 138 Add Relations 138 Conceptual Models 139 Create Conceptual Models 139 Add Entities 139 Add Relations 140 Diagram Layout 140 Work with Diagram Canvas 140 Add Labels Collaboration About Collaboration Navicat allows you to synchronize connections, queries, snippets, models, workspaces and virtual groups from Navicat, other Navicat family members, different machines and
    0 码力 | 324 页 | 7.77 MB | 1 年前
    3
  • pdf文档 Navicat Version 16 Windows User Guide

    Physical Models 138 Create Physical Models 138 Add Databases / Schemas 139 Add Tables 139 Add Views 140 Add Foreign Keys 140 Logical Models 141 Create Logical Models 141 Add Entities Entities 141 Add Relations 142 Conceptual Models 142 Create Conceptual Models 142 Add Entities 143 Add Relations 143 Diagram Layout 144 Work with Diagram Canvas 144 Add Labels Collaboration About Collaboration Navicat allows you to synchronize connections, queries, snippets, models, workspaces and virtual groups from Navicat, other Navicat family members, different machines and
    0 码力 | 324 页 | 3.93 MB | 1 年前
    3
  • pdf文档 Navicat Version 16 Linux User Guide

    Physical Models 137 Create Physical Models 137 Add Databases / Schemas 137 Add Tables 138 Add Views 138 Add Foreign Keys 139 Logical Models 140 Create Logical Models 140 Add Entities Entities 140 Add Relations 141 Conceptual Models 141 Create Conceptual Models 141 Add Entities 141 Add Relations 142 Diagram Layout 142 Work with Diagram Canvas 142 Add Labels Collaboration About Collaboration Navicat allows you to synchronize connections, queries, snippets, models, workspaces and virtual groups from Navicat, other Navicat family members, different machines and
    0 码力 | 321 页 | 6.65 MB | 1 年前
    3
  • pdf文档 navicat collaboration version 1 user guide

    44 View Project Details 45 Chapter 7 - Navicat Objects 48 Connections 48 Queries 48 Models 48 Snippets 49 Charts Workspaces 49 Virtual Groups 50 Chapter 8 – Commands 51 On-Prem you to update your Navicat Cloud account, and manage the objects (connections, queries, snippets, models, workspaces and virtual groups) that are synchronized to Navicat Cloud. Here are some highlights to host a cloud environment for storing Navicat objects (connection settings, queries, snippets, models, workspaces, and virtual groups) internally at your location. Here are some highlights of Navicat
    0 码力 | 56 页 | 1.08 MB | 1 年前
    3
  • pdf文档 Pivotal HVR meetup 20190816

    technologies (EMR, Spark, etc..) Added value from HVR • Rich replication (next slide) • Multiple SCD models (slides after that...) • Good “dove-tailing” with subsequent “sematic” ETL steps Ingestion into Harry $99 Jan 1st insert time key plain replica soft delete HVR Slowly Changing Dimensions (SCD) models Only supported for database targets Only supported for database targets Available for database delete id name balance 11 Tom $20 22 Dick $200 33 Harry $99 HVR Slowly Changing Dimensions (SCD) models Only supported for database targets Only supported for database targets Available for database
    0 码力 | 31 页 | 2.19 MB | 1 年前
    3
  • pdf文档 Firebird 2.1.5 Installation

    ............................................................... 12 Database Compatibility Among Models ................................................................................. 12 Full Servers is libfbembed.so and its manner of resource usage is like Classic. Database Compatibility Among Models There are no issues that make databases created by one server model incompatible with another server section entitled Microsoft Runtime Libraries. Installation Choices On Windows, you have three server models to choose from: Superserver, Classic and Embedded Server. This means you have some decisions to make
    0 码力 | 46 页 | 217.89 KB | 1 年前
    3
共 113 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 12
前往
页
相关搜索词
MachineLearningwithClickHouseNavicatDataModelerVersionUserGuideMacWindows16LinuxnavicatcollaborationversionuserguidePivotalHVRmeetup20190816Firebird2.1Installation
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩