书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 24512 个相关结果.
  • 三、贝叶斯模型

    三、贝叶斯模型 3.1 GaussianNB 3.2 MultinomialNB 3.3 BernoulliNB 三、贝叶斯模型 在scikit 中有多种不同的朴素贝叶斯分类器。他们的区别就在于它们假设了不同的 分布 。 3.1 GaussianNB 高斯贝叶斯分类器GaussianNB :它假设特征 的条件概率分布满足高斯分布...
  • DevOps User Guide

    DevOps User Guide Understand and Manage DevOps Projects Overview DevOps Project Management Use DevOps Pipelines Create a Pipeline Using Graphical Editing Panels Create a Pipeli...
  • Overview

    Overview Learn about Usage Integrations Overview GreptimeCloud is a cloud service that is powered by fully-managed serverless GreptimeDB, providing a scalable and efficient so...
  • Learn Version Control

    Learn Version Control General Learning: Mastering: References/Docs: Learn Version Control A component of software configuration management, version control, also known as r...
  • Distributed Tracing

    Distributed Tracing Overview Configure tracing with Telemetry API Apache SkyWalking Jaeger OpenTelemetry Trace Sampling Zipkin Configure tracing using MeshConfig and Pod ann...
  • How to Learn New Skills

    How to Learn New Skills How to Learn New Skills Learning new skills, especially non-technical ones, is the greatest fun of all. Most companies would have better morale if they ...
  • Continuous Learning

    Continuous Learning Continuous Learning We live in interesting times. As development gets distributed across the globe, you learn there are lots of people capable of doing your...
  • OneCycleScheduler

    callbacks.one_cycle The 1cycle policy What is 1cycle? Basic Training Training with the 1cycle policy class OneCycleScheduler [source] [test] steps [source] [test] Callba...
  • C++ Base

    C++ Base IOBuf Streaming Log FlatMap bRPC Training Materials C++ Base Learn about C++ Base. IOBuf Learn about bRPC IOBuf. Streaming Log Learn about bRPC Streaming Log...
  • 6.5 重载

    6.5 重载 6.5.1 重载的定义 6.5.2 重载方法的使用 6.5 重载 6.5.1 重载的定义   在同一个类中,可以有两个或两个以上的方法具有相同的方法名,但它们的参数列表不同。在这种情况下,该方法就被称为重载(overload)。其中参数列表不同包括以下3种情形。 参数的数量不同。 参数的类型不同。 参数的顺...