书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 16494 个相关结果.
  • 摄像机

    摄像机 正交相机 摄像机 我们前面已经使用过layer上自带的透视相机,实际上,我们还可以创建并使用新的相机。 const vertex = /* glsl */ ` attribute vec2 uv ; attribute vec3 position ; uniform mat4 model...
  • GbdtClassifier

    Description Parameters Script Example Result Description Gradient Boosting(often abbreviated to GBDT or GBM) is a popular supervised learning model. It is the best off-the-...
  • 循环引用

    循环引用 递归组件 组件之间的循环引用 循环引用 递归组件 组件是可以在它们自己的模板中调用自身的。不过它们只能通过 name 选项来做这件事: name : 'unique-name-of-my-component' 当你使用 Vue.component 全局注册一个组件时,这个全局的 ID 会自动设置为该组件的 name ...
  • Delete Stale Files

    SST Files Reference counting Listing all files to find stale files Log Files DB With Single column family DB With Multiple Column Families Two-Phase-Commit In this wiki we ...
  • Node Hierarchy and Rendering Order

    Node Hierarchy and Rendering Order Hierarchy Panel Node Trees Rendering Order of Nodes Performance Considerations Node Hierarchy and Rendering Order Combining Nodes and Comp...
  • FT.PROFILE

    FT.PROFILE Syntax Description Required arguments Return Examples See also Related topics FT.PROFILE Syntax FT . PROFILE index SEARCH [ LIMITED ] QUERY query Time co...
  • Command-line interface conventions

    NAME SYNOPSIS DESCRIPTION ENHANCED OPTION PARSER Magic Options Negating options Aggregating short options Abbreviating long options Separating argument from the option NOT...
  • checkout

    NAME SYNOPSIS DESCRIPTION OPTIONS DETACHED HEAD ARGUMENT DISAMBIGUATION EXAMPLES SEE ALSO GIT NAME git-checkout - Switch branches or restore working tree files SYNOP...
  • The Team

    The Team Committers Luca Garulli Artem Orobets Andrey Lomakin Luigi Dell’Aquila Luca Molino Contributors Anton Terekhov Artyom Loginov Dino Ciuffetti Federico Fissore Ga...
  • RandomForestClassifier

    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...