书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 668 个相关结果.
  • Sitemap

    Sitemap Sitemap Sitemap translations are automatically set to each route by path prefix if app.I18n.PathRedirect is true or by subdomain if app.I18n.Subdomain is true or by U...
  • Parameters in path

    Parameters in path Parameters in path func main () { app := iris . Default () // This handler will match /user/john but will not match /user/ or /user ...
  • seaborn.jointplot

    seaborn.jointplot seaborn.jointplot seaborn . jointplot ( x , y , data = None , kind = 'scatter' , stat_func = None , color = None , height = 6 , ratio = 5 , space = 0....
  • scikit-learn - Machine Learning

    scikit-learn What it is good for? Installed with Python by default Installed with Anaconda How to install it? Example Where to learn more? scikit-learn What it is good ...
  • 机器学习

    机器学习 Scipy 栈(Scipy stack) 安装 scikit-learn 安装 例子 机器学习 Python拥有大量的数据分析、统计和机器学习库,使其成为许多数据科学家的首选语言。 一些广泛使用的机器学习和其他数据科学应用程序包被列在下面: Scipy 栈(Scipy stack) Scipy 栈由数据科学所使用的一组核心...
  • Inside Views

    Inside Views Inside Views func ( ctx iris . Context ) { ctx . View ( "index.html" , iris . Map { "tr" : ctx . Tr , }) }
  • GaussianMixturePredict(stream)

    Description Parameters Script Example Code Results Description Gaussian Mixture prediction based on the model fitted by GmmTrainBatchOp. Parameters Name Description ...
  • Bind Query String

    Bind Query String Bind Query String The ReadQuery method only binds the query params and not the post data, use ReadForm instead to bind post data. package main import ...
  • Bind Any

    Bind Any Bind Any Bind request body to “ptr” depending on the content-type that client sends the data, e.g. JSON, XML, YAML, MessagePack, Protobuf, Form and URL Query. package...
  • Bind Header

    Bind Header Bind Header package main import "github.com/kataras/iris/v12" type myHeaders struct { RequestID string `header:"X-Request-Id,require...