| <!DOCTYPE html> |
| <html class="writer-html5" lang="en" data-content_root="./"> |
| <head> |
| <meta charset="utf-8" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| <title>Index — SystemDS 3.3.0-dev documentation</title> |
| <link rel="stylesheet" type="text/css" href="static/pygments.css?v=80d5e7a1" /> |
| <link rel="stylesheet" type="text/css" href="static/css/theme.css?v=19f00094" /> |
| |
| |
| <!--[if lt IE 9]> |
| <script src="static/js/html5shiv.min.js"></script> |
| <![endif]--> |
| |
| <script src="static/jquery.js?v=5d32c60e"></script> |
| <script src="static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> |
| <script src="static/documentation_options.js?v=492a8e1f"></script> |
| <script src="static/doctools.js?v=9a2dae69"></script> |
| <script src="static/sphinx_highlight.js?v=dc90522c"></script> |
| <script src="static/js/theme.js"></script> |
| <link rel="index" title="Index" href="#" /> |
| <link rel="search" title="Search" href="search.html" /> |
| </head> |
| |
| <body class="wy-body-for-nav"> |
| <div class="wy-grid-for-nav"> |
| <nav data-toggle="wy-nav-shift" class="wy-nav-side"> |
| <div class="wy-side-scroll"> |
| <div class="wy-side-nav-search" > |
| |
| |
| |
| <a href="index.html" class="icon icon-home"> |
| SystemDS |
| </a> |
| <div role="search"> |
| <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> |
| <input type="text" name="q" placeholder="Search docs" aria-label="Search docs" /> |
| <input type="hidden" name="check_keywords" value="yes" /> |
| <input type="hidden" name="area" value="default" /> |
| </form> |
| </div> |
| </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> |
| <p class="caption" role="heading"><span class="caption-text">Getting Started:</span></p> |
| <ul> |
| <li class="toctree-l1"><a class="reference internal" href="getting_started/install.html">Install SystemDS</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="getting_started/simple_examples.html">QuickStart</a></li> |
| </ul> |
| <p class="caption" role="heading"><span class="caption-text">Guides</span></p> |
| <ul> |
| <li class="toctree-l1"><a class="reference internal" href="guide/federated.html">Federated Environment</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="guide/algorithms_basics.html">Built-in Algorithms</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="guide/python_end_to_end_tut.html">Python end-to-end tutorial</a></li> |
| </ul> |
| <p class="caption" role="heading"><span class="caption-text">API</span></p> |
| <ul> |
| <li class="toctree-l1"><a class="reference internal" href="api/context/systemds_context.html">SystemDSContext</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="api/operator/algorithms.html">Algorithms</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="api/operator/node/matrix.html">Matrix</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="api/operator/node/frame.html">Frame</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="api/operator/node/list.html">List</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="api/operator/node/scalar.html">Scalar</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="api/operator/node/source.html">Source</a></li> |
| </ul> |
| <p class="caption" role="heading"><span class="caption-text">Internals API</span></p> |
| <ul> |
| <li class="toctree-l1"><a class="reference internal" href="api/operator/operation_node.html">Operation Node</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="api/script_building/dag.html">Dag</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="api/script_building/script.html">Script</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="api/utils/converters.html">Converters</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="api/utils/helpers.html">Helpers</a></li> |
| </ul> |
| |
| </div> |
| </div> |
| </nav> |
| |
| <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" > |
| <i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
| <a href="index.html">SystemDS</a> |
| </nav> |
| |
| <div class="wy-nav-content"> |
| <div class="rst-content"> |
| <div role="navigation" aria-label="Page navigation"> |
| <ul class="wy-breadcrumbs"> |
| <li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li> |
| <li class="breadcrumb-item active">Index</li> |
| <li class="wy-breadcrumbs-aside"> |
| </li> |
| </ul> |
| <hr/> |
| </div> |
| <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> |
| <div itemprop="articleBody"> |
| |
| |
| <h1 id="index">Index</h1> |
| |
| <div class="genindex-jumpbox"> |
| <a href="#_"><strong>_</strong></a> |
| | <a href="#A"><strong>A</strong></a> |
| | <a href="#B"><strong>B</strong></a> |
| | <a href="#C"><strong>C</strong></a> |
| | <a href="#D"><strong>D</strong></a> |
| | <a href="#E"><strong>E</strong></a> |
| | <a href="#F"><strong>F</strong></a> |
| | <a href="#G"><strong>G</strong></a> |
| | <a href="#H"><strong>H</strong></a> |
| | <a href="#I"><strong>I</strong></a> |
| | <a href="#K"><strong>K</strong></a> |
| | <a href="#L"><strong>L</strong></a> |
| | <a href="#M"><strong>M</strong></a> |
| | <a href="#N"><strong>N</strong></a> |
| | <a href="#O"><strong>O</strong></a> |
| | <a href="#P"><strong>P</strong></a> |
| | <a href="#Q"><strong>Q</strong></a> |
| | <a href="#R"><strong>R</strong></a> |
| | <a href="#S"><strong>S</strong></a> |
| | <a href="#T"><strong>T</strong></a> |
| | <a href="#U"><strong>U</strong></a> |
| | <a href="#V"><strong>V</strong></a> |
| | <a href="#W"><strong>W</strong></a> |
| | <a href="#X"><strong>X</strong></a> |
| |
| </div> |
| <h2 id="_">_</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.__init__">__init__() (systemds.context.SystemDSContext method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/frame.html#systemds.operator.Frame.__init__">(systemds.operator.Frame method)</a> |
| </li> |
| <li><a href="api/operator/node/list.html#systemds.operator.List.__init__">(systemds.operator.List method)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.__init__">(systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/operation_node.html#systemds.operator.OperationNode.__init__">(systemds.operator.OperationNode method)</a> |
| </li> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.__init__">(systemds.operator.Scalar method)</a> |
| </li> |
| <li><a href="api/operator/node/source.html#systemds.operator.Source.__init__">(systemds.operator.Source method)</a> |
| </li> |
| </ul></li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="A">A</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.abs">abs() (systemds.operator.Matrix method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.abs">(systemds.operator.Scalar method)</a> |
| </li> |
| </ul></li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.abstain">abstain() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.acos">acos() (systemds.operator.Matrix method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.acos">(systemds.operator.Scalar method)</a> |
| </li> |
| </ul></li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.adasyn">adasyn() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/script_building/script.html#systemds.script_building.script.DMLScript.add_code">add_code() (systemds.script_building.script.DMLScript method)</a> |
| </li> |
| <li><a href="api/script_building/script.html#systemds.script_building.script.DMLScript.add_input_from_python">add_input_from_python() (systemds.script_building.script.DMLScript method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.als">als() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.alsCG">alsCG() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.alsDS">alsDS() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.alsPredict">alsPredict() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.alsTopkPredict">alsTopkPredict() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.ampute">ampute() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.argmax">argmax() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.argmin">argmin() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.arima">arima() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.array">array() (systemds.context.SystemDSContext method)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.asin">asin() (systemds.operator.Matrix method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.asin">(systemds.operator.Scalar method)</a> |
| </li> |
| </ul></li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.atan">atan() (systemds.operator.Matrix method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.atan">(systemds.operator.Scalar method)</a> |
| </li> |
| </ul></li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.auc">auc() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.autoencoder_2layer">autoencoder_2layer() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="B">B</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.bandit">bandit() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.bivar">bivar() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/script_building/script.html#systemds.script_building.script.DMLScript.build_code">build_code() (systemds.script_building.script.DMLScript method)</a> |
| </li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="C">C</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.capture_stats">capture_stats() (systemds.context.SystemDSContext method)</a> |
| </li> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.capture_stats_context">capture_stats_context() (systemds.context.SystemDSContext method)</a> |
| </li> |
| <li><a href="api/operator/node/frame.html#systemds.operator.Frame.cbind">cbind() (systemds.operator.Frame method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.cbind">(systemds.operator.Matrix method)</a> |
| </li> |
| </ul></li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.ceil">ceil() (systemds.operator.Matrix method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.ceil">(systemds.operator.Scalar method)</a> |
| </li> |
| </ul></li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.cholesky">cholesky() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.clear_stats">clear_stats() (systemds.context.SystemDSContext method)</a> |
| </li> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.close">close() (systemds.context.SystemDSContext method)</a> |
| </li> |
| <li><a href="api/operator/node/frame.html#systemds.operator.Frame.code_line">code_line() (systemds.operator.Frame method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.code_line">(systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/operation_node.html#systemds.operator.OperationNode.code_line">(systemds.operator.OperationNode method)</a> |
| </li> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.code_line">(systemds.operator.Scalar method)</a> |
| </li> |
| <li><a href="api/operator/node/source.html#systemds.operator.Source.code_line">(systemds.operator.Source method)</a> |
| </li> |
| <li><a href="api/script_building/dag.html#systemds.script_building.dag.DAGNode.code_line">(systemds.script_building.dag.DAGNode method)</a> |
| </li> |
| </ul></li> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.combine">combine() (systemds.context.SystemDSContext method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.components">components() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/frame.html#systemds.operator.Frame.compute">compute() (systemds.operator.Frame method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/list.html#systemds.operator.List.compute">(systemds.operator.List method)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.compute">(systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/operation_node.html#systemds.operator.OperationNode.compute">(systemds.operator.OperationNode method)</a> |
| </li> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.compute">(systemds.operator.Scalar method)</a> |
| </li> |
| <li><a href="api/operator/node/source.html#systemds.operator.Source.compute">(systemds.operator.Source method)</a> |
| </li> |
| <li><a href="api/script_building/dag.html#systemds.script_building.dag.DAGNode.compute">(systemds.script_building.dag.DAGNode method)</a> |
| </li> |
| </ul></li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.confusionMatrix">confusionMatrix() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/utils/converters.html#systemds.utils.converters.convert">convert() (in module systemds.utils.converters)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.cor">cor() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.cos">cos() (systemds.operator.Matrix method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.cos">(systemds.operator.Scalar method)</a> |
| </li> |
| </ul></li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.cosh">cosh() (systemds.operator.Matrix method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.cosh">(systemds.operator.Scalar method)</a> |
| </li> |
| </ul></li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.countDistinct">countDistinct() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.countDistinctApprox">countDistinctApprox() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.cov">cov() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.cox">cox() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/utils/helpers.html#systemds.utils.helpers.create_params_string">create_params_string() (in module systemds.utils.helpers)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.cspline">cspline() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.csplineCG">csplineCG() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.csplineDS">csplineDS() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.cummax">cummax() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.cummin">cummin() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.cumprod">cumprod() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.cumsum">cumsum() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.cumsumprod">cumsumprod() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.cvlm">cvlm() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="D">D</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/script_building/dag.html#systemds.script_building.dag.DAGNode">DAGNode (class in systemds.script_building.dag)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.dbscan">dbscan() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.dbscanApply">dbscanApply() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.decisionTree">decisionTree() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.decisionTreePredict">decisionTreePredict() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.deepWalk">deepWalk() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.diag">diag() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.dict">dict() (systemds.context.SystemDSContext method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.differenceStatistics">differenceStatistics() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.discoverFD">discoverFD() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.dist">dist() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/script_building/script.html#systemds.script_building.script.DMLScript">DMLScript (class in systemds.script_building.script)</a> |
| </li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="E">E</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.eigen">eigen() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.exception_and_close">exception_and_close() (systemds.context.SystemDSContext method)</a> |
| </li> |
| <li><a href="api/script_building/script.html#systemds.script_building.script.DMLScript.execute">execute() (systemds.script_building.script.DMLScript method)</a> |
| </li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/script_building/script.html#systemds.script_building.script.DMLScript.execute_with_lineage">execute_with_lineage() (systemds.script_building.script.DMLScript method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.executePipeline">executePipeline() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.exp">exp() (systemds.operator.Matrix method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.exp">(systemds.operator.Scalar method)</a> |
| </li> |
| </ul></li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="F">F</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.f1Score">f1Score() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.fdr">fdr() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.federated">federated() (systemds.context.SystemDSContext method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.ffPredict">ffPredict() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.fft">fft() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.ffTrain">ffTrain() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.flattenQuantile">flattenQuantile() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.floor">floor() (systemds.operator.Matrix method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.floor">(systemds.operator.Scalar method)</a> |
| </li> |
| </ul></li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/node/frame.html#systemds.operator.Frame">Frame (class in systemds.operator)</a> |
| </li> |
| <li><a href="api/utils/converters.html#systemds.utils.converters.frame_block_to_pandas">frame_block_to_pandas() (in module systemds.utils.converters)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.frequencyEncode">frequencyEncode() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.frequencyEncodeApply">frequencyEncodeApply() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.from_numpy">from_numpy() (systemds.context.SystemDSContext method)</a> |
| </li> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.from_pandas">from_pandas() (systemds.context.SystemDSContext method)</a> |
| </li> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.full">full() (systemds.context.SystemDSContext method)</a> |
| </li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="G">G</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.garch">garch() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.gaussianClassifier">gaussianClassifier() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/operation_node.html#systemds.operator.OperationNode.get_lineage_trace">get_lineage_trace() (systemds.operator.OperationNode method)</a> |
| |
| <ul> |
| <li><a href="api/script_building/dag.html#systemds.script_building.dag.DAGNode.get_lineage_trace">(systemds.script_building.dag.DAGNode method)</a> |
| </li> |
| </ul></li> |
| <li><a href="api/utils/helpers.html#systemds.utils.helpers.get_module_dir">get_module_dir() (in module systemds.utils.helpers)</a> |
| </li> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.get_stats">get_stats() (systemds.context.SystemDSContext method)</a> |
| </li> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.get_stderr">get_stderr() (systemds.context.SystemDSContext method)</a> |
| </li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.get_stdout">get_stdout() (systemds.context.SystemDSContext method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.getAccuracy">getAccuracy() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.glm">glm() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.glmPredict">glmPredict() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.gmm">gmm() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.gmmPredict">gmmPredict() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.gnmf">gnmf() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.gridSearch">gridSearch() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="H">H</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.hospitalResidencyMatch">hospitalResidencyMatch() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.hyperband">hyperband() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="I">I</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.ifft">ifft() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_brightness">img_brightness() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_brightness_linearized">img_brightness_linearized() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_crop">img_crop() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_crop_linearized">img_crop_linearized() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_cutout">img_cutout() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_cutout_linearized">img_cutout_linearized() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_invert">img_invert() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_invert_linearized">img_invert_linearized() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_mirror">img_mirror() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_mirror_linearized">img_mirror_linearized() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_posterize">img_posterize() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_posterize_linearized">img_posterize_linearized() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_rotate">img_rotate() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_rotate_linearized">img_rotate_linearized() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_sample_pairing">img_sample_pairing() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_sample_pairing_linearized">img_sample_pairing_linearized() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_shear">img_shear() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_shear_linearized">img_shear_linearized() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_transform">img_transform() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_transform_linearized">img_transform_linearized() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_translate">img_translate() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.img_translate_linearized">img_translate_linearized() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.impurityMeasures">impurityMeasures() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.imputeByFD">imputeByFD() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.imputeByFDApply">imputeByFDApply() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.imputeByMean">imputeByMean() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.imputeByMeanApply">imputeByMeanApply() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.imputeByMedian">imputeByMedian() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.imputeByMedianApply">imputeByMedianApply() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.imputeByMode">imputeByMode() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.imputeByModeApply">imputeByModeApply() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.incSliceLine">incSliceLine() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.intersect">intersect() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.inv">inv() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.isInf">isInf() (systemds.operator.Matrix method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.isInf">(systemds.operator.Scalar method)</a> |
| </li> |
| </ul></li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.isNA">isNA() (systemds.operator.Matrix method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.isNA">(systemds.operator.Scalar method)</a> |
| </li> |
| </ul></li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.isNaN">isNaN() (systemds.operator.Matrix method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.isNaN">(systemds.operator.Scalar method)</a> |
| </li> |
| </ul></li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="K">K</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.km">km() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.kmeans">kmeans() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.kmeansPredict">kmeansPredict() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.knn">knn() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.knnbf">knnbf() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.knnGraph">knnGraph() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="L">L</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.l2svm">l2svm() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.l2svmPredict">l2svmPredict() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.lasso">lasso() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.lenetPredict">lenetPredict() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.lenetTrain">lenetTrain() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/list.html#systemds.operator.List">List (class in systemds.operator)</a> |
| </li> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.list">list() (systemds.context.SystemDSContext method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.lm">lm() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.lmCG">lmCG() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.lmDS">lmDS() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.lmPredict">lmPredict() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.lmPredictStats">lmPredictStats() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.log">log() (systemds.operator.Matrix method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.log">(systemds.operator.Scalar method)</a> |
| </li> |
| </ul></li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.logSumExp">logSumExp() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.lu">lu() (systemds.operator.Matrix method)</a> |
| </li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="M">M</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.mae">mae() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.mape">mape() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix">Matrix (class in systemds.operator)</a> |
| </li> |
| <li><a href="api/utils/converters.html#systemds.utils.converters.matrix_block_to_numpy">matrix_block_to_numpy() (in module systemds.utils.converters)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.matrixProfile">matrixProfile() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.max">max() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.mcc">mcc() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.mean">mean() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.median">median() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.mice">mice() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.miceApply">miceApply() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.min">min() (systemds.operator.Matrix method)</a> |
| </li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li> |
| module |
| |
| <ul> |
| <li><a href="api/operator/algorithms.html#module-systemds.operator.algorithm">systemds.operator.algorithm</a> |
| </li> |
| <li><a href="api/script_building/dag.html#module-systemds.script_building.dag">systemds.script_building.dag</a> |
| </li> |
| <li><a href="api/script_building/script.html#module-systemds.script_building.script">systemds.script_building.script</a> |
| </li> |
| <li><a href="api/utils/converters.html#module-systemds.utils.converters">systemds.utils.converters</a> |
| </li> |
| <li><a href="api/utils/helpers.html#module-systemds.utils.helpers">systemds.utils.helpers</a> |
| </li> |
| </ul></li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.mse">mse() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.msmape">msmape() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.msvm">msvm() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.msvmPredict">msvmPredict() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.multiLogReg">multiLogReg() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.multiLogRegPredict">multiLogRegPredict() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="N">N</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.na_locf">na_locf() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.naiveBayes">naiveBayes() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.naiveBayesPredict">naiveBayesPredict() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.normalize">normalize() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.normalizeApply">normalizeApply() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.nrmse">nrmse() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/utils/converters.html#systemds.utils.converters.numpy_to_matrix_block">numpy_to_matrix_block() (in module systemds.utils.converters)</a> |
| </li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="O">O</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/operation_node.html#systemds.operator.OperationNode">OperationNode (class in systemds.operator)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.order">order() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.outlier">outlier() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.outlierByArima">outlierByArima() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.outlierByIQR">outlierByIQR() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.outlierByIQRApply">outlierByIQRApply() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.outlierBySd">outlierBySd() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.outlierBySdApply">outlierBySdApply() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="P">P</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.pageRank">pageRank() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/utils/converters.html#systemds.utils.converters.pandas_to_frame_block">pandas_to_frame_block() (in module systemds.utils.converters)</a> |
| </li> |
| <li><a href="api/operator/node/frame.html#systemds.operator.Frame.pass_python_data_to_prepared_script">pass_python_data_to_prepared_script() (systemds.operator.Frame method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/list.html#systemds.operator.List.pass_python_data_to_prepared_script">(systemds.operator.List method)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.pass_python_data_to_prepared_script">(systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/operation_node.html#systemds.operator.OperationNode.pass_python_data_to_prepared_script">(systemds.operator.OperationNode method)</a> |
| </li> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.pass_python_data_to_prepared_script">(systemds.operator.Scalar method)</a> |
| </li> |
| <li><a href="api/script_building/dag.html#systemds.script_building.dag.DAGNode.pass_python_data_to_prepared_script">(systemds.script_building.dag.DAGNode method)</a> |
| </li> |
| </ul></li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.pca">pca() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.pcaInverse">pcaInverse() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.pcaTransform">pcaTransform() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.pnmf">pnmf() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.ppca">ppca() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/operation_node.html#systemds.operator.OperationNode.print">print() (systemds.operator.OperationNode method)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.prod">prod() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.psnr">psnr() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="Q">Q</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.qr">qr() (systemds.operator.Matrix method)</a> |
| </li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.quantile">quantile() (systemds.operator.Matrix method)</a> |
| </li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="R">R</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.raGroupby">raGroupby() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.raJoin">raJoin() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.rand">rand() (systemds.context.SystemDSContext method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.randomForest">randomForest() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.randomForestPredict">randomForestPredict() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.raSelection">raSelection() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/frame.html#systemds.operator.Frame.rbind">rbind() (systemds.operator.Frame method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.rbind">(systemds.operator.Matrix method)</a> |
| </li> |
| </ul></li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.read">read() (systemds.context.SystemDSContext method)</a> |
| </li> |
| <li><a href="api/operator/node/frame.html#systemds.operator.Frame.replace">replace() (systemds.operator.Frame method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.replace">(systemds.operator.Matrix method)</a> |
| </li> |
| </ul></li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.reshape">reshape() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.rev">rev() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.rmse">rmse() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.roll">roll() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.round">round() (systemds.operator.Matrix method)</a> |
| </li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="S">S</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar">Scalar (class in systemds.operator)</a> |
| </li> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.scalar">scalar() (systemds.context.SystemDSContext method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.scale">scale() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.scaleApply">scaleApply() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.scaleMinMax">scaleMinMax() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.sd">sd() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.selectByVarThresh">selectByVarThresh() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.seq">seq() (systemds.context.SystemDSContext method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.ses">ses() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.setdiff">setdiff() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.sherlock">sherlock() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.sherlockPredict">sherlockPredict() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.shortestPath">shortestPath() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.sigmoid">sigmoid() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.sign">sign() (systemds.operator.Matrix method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.sign">(systemds.operator.Scalar method)</a> |
| </li> |
| </ul></li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.sin">sin() (systemds.operator.Matrix method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.sin">(systemds.operator.Scalar method)</a> |
| </li> |
| </ul></li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.sinh">sinh() (systemds.operator.Matrix method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.sinh">(systemds.operator.Scalar method)</a> |
| </li> |
| </ul></li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.skewness">skewness() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.slicefinder">slicefinder() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.sliceLine">sliceLine() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.sliceLineDebug">sliceLineDebug() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.sliceLineExtract">sliceLineExtract() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.smape">smape() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.smote">smote() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.softmax">softmax() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.solve">solve() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/source.html#systemds.operator.Source">Source (class in systemds.operator)</a> |
| </li> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.source">source() (systemds.context.SystemDSContext method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.split">split() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.splitBalanced">splitBalanced() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.sqrt">sqrt() (systemds.operator.Matrix method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.sqrt">(systemds.operator.Scalar method)</a> |
| </li> |
| </ul></li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.sqrtMatrix">sqrtMatrix() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.stableMarriage">stableMarriage() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.statsNA">statsNA() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.steplm">steplm() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.stratstats">stratstats() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.sum">sum() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.svd">svd() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.symmetricDifference">symmetricDifference() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li> |
| systemds.operator.algorithm |
| |
| <ul> |
| <li><a href="api/operator/algorithms.html#module-systemds.operator.algorithm">module</a> |
| </li> |
| </ul></li> |
| <li> |
| systemds.script_building.dag |
| |
| <ul> |
| <li><a href="api/script_building/dag.html#module-systemds.script_building.dag">module</a> |
| </li> |
| </ul></li> |
| <li> |
| systemds.script_building.script |
| |
| <ul> |
| <li><a href="api/script_building/script.html#module-systemds.script_building.script">module</a> |
| </li> |
| </ul></li> |
| <li> |
| systemds.utils.converters |
| |
| <ul> |
| <li><a href="api/utils/converters.html#module-systemds.utils.converters">module</a> |
| </li> |
| </ul></li> |
| <li> |
| systemds.utils.helpers |
| |
| <ul> |
| <li><a href="api/utils/helpers.html#module-systemds.utils.helpers">module</a> |
| </li> |
| </ul></li> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext">SystemDSContext (class in systemds.context)</a> |
| </li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="T">T</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.t">t() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/context/systemds_context.html#systemds.context.SystemDSContext.take_stats">take_stats() (systemds.context.SystemDSContext method)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.tan">tan() (systemds.operator.Matrix method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.tan">(systemds.operator.Scalar method)</a> |
| </li> |
| </ul></li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.tanh">tanh() (systemds.operator.Matrix method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.tanh">(systemds.operator.Scalar method)</a> |
| </li> |
| </ul></li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.to_one_hot">to_one_hot() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/node/frame.html#systemds.operator.Frame.to_string">to_string() (systemds.operator.Frame method)</a> |
| |
| <ul> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.to_string">(systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/node/scalar.html#systemds.operator.Scalar.to_string">(systemds.operator.Scalar method)</a> |
| </li> |
| </ul></li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.tomeklink">tomeklink() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.toOneHot">toOneHot() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.trace">trace() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.tril">tril() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.triu">triu() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.tSNE">tSNE() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="U">U</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.underSampling">underSampling() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.union">union() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.unique">unique() (systemds.operator.Matrix method)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.univar">univar() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="V">V</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/node/matrix.html#systemds.operator.Matrix.var">var() (systemds.operator.Matrix method)</a> |
| </li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.vectorToCsv">vectorToCsv() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="W">W</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.winsorize">winsorize() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.winsorizeApply">winsorizeApply() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.WoE">WoE() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.WoEApply">WoEApply() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/operation_node.html#systemds.operator.OperationNode.write">write() (systemds.operator.OperationNode method)</a> |
| </li> |
| </ul></td> |
| </tr></table> |
| |
| <h2 id="X">X</h2> |
| <table style="width: 100%" class="indextable genindextable"><tr> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.xdummy1">xdummy1() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.xdummy2">xdummy2() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| <td style="width: 33%; vertical-align: top;"><ul> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.xgboost">xgboost() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.xgboostPredictClassification">xgboostPredictClassification() (in module systemds.operator.algorithm)</a> |
| </li> |
| <li><a href="api/operator/algorithms.html#systemds.operator.algorithm.xgboostPredictRegression">xgboostPredictRegression() (in module systemds.operator.algorithm)</a> |
| </li> |
| </ul></td> |
| </tr></table> |
| |
| |
| |
| </div> |
| </div> |
| <footer> |
| |
| <hr/> |
| |
| <div role="contentinfo"> |
| <p>© Copyright 2024, Apache SystemDS.</p> |
| </div> |
| |
| Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a |
| <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> |
| provided by <a href="https://readthedocs.org">Read the Docs</a>. |
| |
| |
| </footer> |
| </div> |
| </div> |
| </section> |
| </div> |
| <script> |
| jQuery(function () { |
| SphinxRtdTheme.Navigation.enable(true); |
| }); |
| </script> |
| |
| </body> |
| </html> |