You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ja...@apache.org on 2021/10/28 20:04:43 UTC

[systemds] branch asf-staging created (now c06fcc4)

This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a change to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/systemds.git.


      at c06fcc4  [SYSTEMDS-3149] Add documentation to the website for release 2.2.0

This branch includes the following new commits:

     new 2c27e8c  add website from svn repo
     new 747329f  [MINOR] rename site to content (#82)
     new 3ff6e75  [MINOR] add .asf.yaml in the asf-staging branch
     new 329fab7  [SYSTEMDS-2943] Publish from the asf-staging at the moment
     new f19f676  Update SystemDS website with latest changes (#83)
     new b04117f  [SYSTEMDS-3017] Remove duplicate files, and unused pages
     new bfdb3af  [SYSTEMDS-2995] Provide datasets via our Apache SystemDS hompage
     new c3c537f  Update SystemDS website with latest changes (#92)
     new 926c5f7  [MINOR] use `asf-site` for publish profile
     new 83ee548  [BUILD] separate staging and publish profiles
     new e1615ae  [SYSTEMDS-3047] Add release documentation 2.1.0
     new cd38c63  Update SystemDS website with latest changes
     new 026d673  Update SystemDS website with latest changes
     new 8f0a846  Update actual webpage with Adult Dataset
     new c03670e  Update Adult Dataset, Cleaned Version
     new c06fcc4  [SYSTEMDS-3149] Add documentation to the website for release 2.2.0

The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[systemds] 11/16: [SYSTEMDS-3047] Add release documentation 2.1.0

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit e1615ae66b38b0db6cf5dcaf40ded66c1dec722a
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Wed Jun 30 12:49:07 2021 +0000

    [SYSTEMDS-3047] Add release documentation 2.1.0
---
 content/docs/2.1.0/api/java/allclasses-frame.html  |  1479 +
 .../docs/2.1.0/api/java/allclasses-noframe.html    |  1479 +
 content/docs/2.1.0/api/java/constant-values.html   |  6500 ++++
 content/docs/2.1.0/api/java/deprecated-list.html   |   194 +
 content/docs/2.1.0/api/java/help-doc.html          |   230 +
 content/docs/2.1.0/api/java/index-all.html         | 37558 +++++++++++++++++++
 content/docs/2.1.0/api/java/index.html             |    76 +
 .../java/org/apache/sysds/api/ConfigurableAPI.html |   256 +
 .../java/org/apache/sysds/api/DMLException.html    |   351 +
 .../api/java/org/apache/sysds/api/DMLOptions.html  |   654 +
 .../api/java/org/apache/sysds/api/DMLScript.html   |   885 +
 .../java/org/apache/sysds/api/PythonDMLScript.html |   260 +
 .../org/apache/sysds/api/ScriptExecutorUtils.html  |   318 +
 .../sysds/api/class-use/ConfigurableAPI.html       |   192 +
 .../apache/sysds/api/class-use/DMLException.html   |   299 +
 .../org/apache/sysds/api/class-use/DMLOptions.html |   180 +
 .../org/apache/sysds/api/class-use/DMLScript.html  |   125 +
 .../sysds/api/class-use/PythonDMLScript.html       |   125 +
 .../sysds/api/class-use/ScriptExecutorUtils.html   |   125 +
 .../java/org/apache/sysds/api/jmlc/Connection.html |  1460 +
 .../java/org/apache/sysds/api/jmlc/JMLCUtils.html  |   361 +
 .../org/apache/sysds/api/jmlc/PreparedScript.html  |  1011 +
 .../org/apache/sysds/api/jmlc/ResultVariables.html |   502 +
 .../sysds/api/jmlc/class-use/Connection.html       |   165 +
 .../apache/sysds/api/jmlc/class-use/JMLCUtils.html |   125 +
 .../sysds/api/jmlc/class-use/PreparedScript.html   |   195 +
 .../sysds/api/jmlc/class-use/ResultVariables.html  |   168 +
 .../org/apache/sysds/api/jmlc/package-frame.html   |    23 +
 .../org/apache/sysds/api/jmlc/package-summary.html |   166 +
 .../org/apache/sysds/api/jmlc/package-tree.html    |   141 +
 .../org/apache/sysds/api/jmlc/package-use.html     |   189 +
 .../java/org/apache/sysds/api/mlcontext/Frame.html |   593 +
 .../apache/sysds/api/mlcontext/FrameFormat.html    |   394 +
 .../apache/sysds/api/mlcontext/FrameMetadata.html  |  1027 +
 .../apache/sysds/api/mlcontext/FrameSchema.html    |   382 +
 .../api/mlcontext/MLContext.ExecutionType.html     |   403 +
 .../api/mlcontext/MLContext.ExplainLevel.html      |   411 +
 .../api/mlcontext/MLContext.InternalProxy.html     |   279 +
 .../org/apache/sysds/api/mlcontext/MLContext.html  |  1065 +
 .../api/mlcontext/MLContextConversionUtil.html     |  1614 +
 .../sysds/api/mlcontext/MLContextException.html    |   370 +
 .../apache/sysds/api/mlcontext/MLContextUtil.html  |  1174 +
 .../org/apache/sysds/api/mlcontext/MLResults.html  |  2430 ++
 .../org/apache/sysds/api/mlcontext/Matrix.html     |   704 +
 .../apache/sysds/api/mlcontext/MatrixFormat.html   |   453 +
 .../apache/sysds/api/mlcontext/MatrixMetadata.html |   745 +
 .../org/apache/sysds/api/mlcontext/Metadata.html   |   485 +
 .../apache/sysds/api/mlcontext/ProjectInfo.html    |   366 +
 .../org/apache/sysds/api/mlcontext/Script.html     |  1108 +
 .../apache/sysds/api/mlcontext/ScriptExecutor.html |   781 +
 .../apache/sysds/api/mlcontext/ScriptFactory.html  |   439 +
 .../sysds/api/mlcontext/class-use/Frame.html       |   167 +
 .../sysds/api/mlcontext/class-use/FrameFormat.html |   317 +
 .../api/mlcontext/class-use/FrameMetadata.html     |   270 +
 .../sysds/api/mlcontext/class-use/FrameSchema.html |   253 +
 .../class-use/MLContext.ExecutionType.html         |   207 +
 .../class-use/MLContext.ExplainLevel.html          |   197 +
 .../class-use/MLContext.InternalProxy.html         |   167 +
 .../sysds/api/mlcontext/class-use/MLContext.html   |   214 +
 .../class-use/MLContextConversionUtil.html         |   125 +
 .../mlcontext/class-use/MLContextException.html    |   125 +
 .../api/mlcontext/class-use/MLContextUtil.html     |   125 +
 .../sysds/api/mlcontext/class-use/MLResults.html   |   213 +
 .../sysds/api/mlcontext/class-use/Matrix.html      |   167 +
 .../api/mlcontext/class-use/MatrixFormat.html      |   268 +
 .../api/mlcontext/class-use/MatrixMetadata.html    |   300 +
 .../sysds/api/mlcontext/class-use/Metadata.html    |   218 +
 .../sysds/api/mlcontext/class-use/ProjectInfo.html |   174 +
 .../sysds/api/mlcontext/class-use/Script.html      |   347 +
 .../api/mlcontext/class-use/ScriptExecutor.html    |   214 +
 .../api/mlcontext/class-use/ScriptFactory.html     |   125 +
 .../apache/sysds/api/mlcontext/package-frame.html  |    44 +
 .../sysds/api/mlcontext/package-summary.html       |   286 +
 .../apache/sysds/api/mlcontext/package-tree.html   |   183 +
 .../apache/sysds/api/mlcontext/package-use.html    |   287 +
 .../java/org/apache/sysds/api/package-frame.html   |    31 +
 .../java/org/apache/sysds/api/package-summary.html |   196 +
 .../java/org/apache/sysds/api/package-tree.html    |   158 +
 .../api/java/org/apache/sysds/api/package-use.html |   334 +
 .../api/java/org/apache/sysds/common/Builtins.html |  3465 ++
 .../java/org/apache/sysds/common/Types.AggOp.html  |   521 +
 .../org/apache/sysds/common/Types.BlockType.html   |   371 +
 .../sysds/common/Types.CorrectionLocationType.html |   444 +
 .../org/apache/sysds/common/Types.DataType.html    |   486 +
 .../org/apache/sysds/common/Types.Direction.html   |   376 +
 .../org/apache/sysds/common/Types.ExecMode.html    |   359 +
 .../org/apache/sysds/common/Types.ExecType.html    |   395 +
 .../org/apache/sysds/common/Types.FileFormat.html  |   551 +
 .../apache/sysds/common/Types.FunctionBlock.html   |   231 +
 .../java/org/apache/sysds/common/Types.OpOp1.html  |  1085 +
 .../java/org/apache/sysds/common/Types.OpOp2.html  |   857 +
 .../java/org/apache/sysds/common/Types.OpOp3.html  |   448 +
 .../java/org/apache/sysds/common/Types.OpOp4.html  |   399 +
 .../java/org/apache/sysds/common/Types.OpOpDG.html |   394 +
 .../org/apache/sysds/common/Types.OpOpData.html    |   475 +
 .../org/apache/sysds/common/Types.OpOpDnn.html     |   514 +
 .../java/org/apache/sysds/common/Types.OpOpN.html  |   431 +
 .../apache/sysds/common/Types.ParamBuiltinOp.html  |   526 +
 .../org/apache/sysds/common/Types.ReOrgOp.html     |   412 +
 .../org/apache/sysds/common/Types.ReturnType.html  |   360 +
 .../org/apache/sysds/common/Types.ValueType.html   |   484 +
 .../api/java/org/apache/sysds/common/Types.html    |   354 +
 .../api/java/org/apache/sysds/common/Warnings.html |   285 +
 .../apache/sysds/common/class-use/Builtins.html    |   277 +
 .../apache/sysds/common/class-use/Types.AggOp.html |   502 +
 .../sysds/common/class-use/Types.BlockType.html    |   174 +
 .../class-use/Types.CorrectionLocationType.html    |   283 +
 .../sysds/common/class-use/Types.DataType.html     |  1892 +
 .../sysds/common/class-use/Types.Direction.html    |   374 +
 .../sysds/common/class-use/Types.ExecMode.html     |   266 +
 .../sysds/common/class-use/Types.ExecType.html     |  1265 +
 .../sysds/common/class-use/Types.FileFormat.html   |   832 +
 .../common/class-use/Types.FunctionBlock.html      |   251 +
 .../apache/sysds/common/class-use/Types.OpOp1.html |   369 +
 .../apache/sysds/common/class-use/Types.OpOp2.html |   522 +
 .../apache/sysds/common/class-use/Types.OpOp3.html |   300 +
 .../apache/sysds/common/class-use/Types.OpOp4.html |   264 +
 .../sysds/common/class-use/Types.OpOpDG.html       |   312 +
 .../sysds/common/class-use/Types.OpOpData.html     |   350 +
 .../sysds/common/class-use/Types.OpOpDnn.html      |   316 +
 .../apache/sysds/common/class-use/Types.OpOpN.html |   283 +
 .../common/class-use/Types.ParamBuiltinOp.html     |   327 +
 .../sysds/common/class-use/Types.ReOrgOp.html      |   358 +
 .../sysds/common/class-use/Types.ReturnType.html   |   174 +
 .../sysds/common/class-use/Types.ValueType.html    |  2949 ++
 .../org/apache/sysds/common/class-use/Types.html   |   125 +
 .../apache/sysds/common/class-use/Warnings.html    |   125 +
 .../org/apache/sysds/common/package-frame.html     |    49 +
 .../org/apache/sysds/common/package-summary.html   |   276 +
 .../java/org/apache/sysds/common/package-tree.html |   175 +
 .../java/org/apache/sysds/common/package-use.html  |  1142 +
 .../sysds/conf/CompilerConfig.ConfigType.html      |   538 +
 .../java/org/apache/sysds/conf/CompilerConfig.html |   429 +
 .../apache/sysds/conf/ConfigurationManager.html    |   547 +
 .../api/java/org/apache/sysds/conf/DMLConfig.html  |  1219 +
 .../conf/class-use/CompilerConfig.ConfigType.html  |   236 +
 .../sysds/conf/class-use/CompilerConfig.html       |   292 +
 .../sysds/conf/class-use/ConfigurationManager.html |   125 +
 .../org/apache/sysds/conf/class-use/DMLConfig.html |   438 +
 .../java/org/apache/sysds/conf/package-frame.html  |    26 +
 .../org/apache/sysds/conf/package-summary.html     |   171 +
 .../java/org/apache/sysds/conf/package-tree.html   |   152 +
 .../java/org/apache/sysds/conf/package-use.html    |   318 +
 .../apache/sysds/hops/AggBinaryOp.MMultMethod.html |   454 +
 .../sysds/hops/AggBinaryOp.SparkAggType.html       |   358 +
 .../java/org/apache/sysds/hops/AggBinaryOp.html    |   754 +
 .../api/java/org/apache/sysds/hops/AggUnaryOp.html |   581 +
 .../apache/sysds/hops/BinaryOp.AppendMethod.html   |   382 +
 .../apache/sysds/hops/BinaryOp.MMBinaryMethod.html |   394 +
 .../api/java/org/apache/sysds/hops/BinaryOp.html   |   749 +
 .../api/java/org/apache/sysds/hops/DataGenOp.html  |   724 +
 .../api/java/org/apache/sysds/hops/DataOp.html     |   851 +
 .../api/java/org/apache/sysds/hops/DnnOp.html      |   563 +
 .../apache/sysds/hops/FunctionOp.FunctionType.html |   358 +
 .../api/java/org/apache/sysds/hops/FunctionOp.html |   788 +
 .../2.1.0/api/java/org/apache/sysds/hops/Hop.html  |  2128 ++
 .../java/org/apache/sysds/hops/HopsException.html  |   403 +
 .../api/java/org/apache/sysds/hops/IndexingOp.html |   615 +
 .../hops/LeftIndexingOp.LeftIndexingMethod.html    |   358 +
 .../java/org/apache/sysds/hops/LeftIndexingOp.html |   623 +
 .../api/java/org/apache/sysds/hops/LiteralOp.html  |   578 +
 .../api/java/org/apache/sysds/hops/MemoTable.html  |   378 +
 .../org/apache/sysds/hops/MultiThreadedHop.html    |   357 +
 .../api/java/org/apache/sysds/hops/NaryOp.html     |   524 +
 .../hops/OptimizerUtils.OptimizationLevel.html     |   428 +
 .../java/org/apache/sysds/hops/OptimizerUtils.html |  2339 ++
 .../apache/sysds/hops/ParameterizedBuiltinOp.html  |   671 +
 .../java/org/apache/sysds/hops/QuaternaryOp.html   |   693 +
 .../api/java/org/apache/sysds/hops/ReorgOp.html    |   569 +
 .../api/java/org/apache/sysds/hops/TernaryOp.html  |   637 +
 .../api/java/org/apache/sysds/hops/UnaryOp.html    |   593 +
 .../hops/class-use/AggBinaryOp.MMultMethod.html    |   191 +
 .../hops/class-use/AggBinaryOp.SparkAggType.html   |   234 +
 .../apache/sysds/hops/class-use/AggBinaryOp.html   |   171 +
 .../apache/sysds/hops/class-use/AggUnaryOp.html    |   176 +
 .../hops/class-use/BinaryOp.AppendMethod.html      |   187 +
 .../hops/class-use/BinaryOp.MMBinaryMethod.html    |   187 +
 .../org/apache/sysds/hops/class-use/BinaryOp.html  |   197 +
 .../org/apache/sysds/hops/class-use/DataGenOp.html |   195 +
 .../org/apache/sysds/hops/class-use/DataOp.html    |   187 +
 .../org/apache/sysds/hops/class-use/DnnOp.html     |   125 +
 .../hops/class-use/FunctionOp.FunctionType.html    |   236 +
 .../apache/sysds/hops/class-use/FunctionOp.html    |   207 +
 .../java/org/apache/sysds/hops/class-use/Hop.html  |  3410 ++
 .../apache/sysds/hops/class-use/HopsException.html |   166 +
 .../apache/sysds/hops/class-use/IndexingOp.html    |   209 +
 .../LeftIndexingOp.LeftIndexingMethod.html         |   187 +
 .../sysds/hops/class-use/LeftIndexingOp.html       |   187 +
 .../org/apache/sysds/hops/class-use/LiteralOp.html |   309 +
 .../org/apache/sysds/hops/class-use/MemoTable.html |   223 +
 .../sysds/hops/class-use/MultiThreadedHop.html     |   249 +
 .../org/apache/sysds/hops/class-use/NaryOp.html    |   166 +
 .../OptimizerUtils.OptimizationLevel.html          |   206 +
 .../sysds/hops/class-use/OptimizerUtils.html       |   125 +
 .../hops/class-use/ParameterizedBuiltinOp.html     |   167 +
 .../apache/sysds/hops/class-use/QuaternaryOp.html  |   125 +
 .../org/apache/sysds/hops/class-use/ReorgOp.html   |   180 +
 .../org/apache/sysds/hops/class-use/TernaryOp.html |   184 +
 .../org/apache/sysds/hops/class-use/UnaryOp.html   |   194 +
 .../hops/codegen/SpoofCompiler.CompilerType.html   |   382 +
 .../hops/codegen/SpoofCompiler.GeneratorAPI.html   |   371 +
 .../codegen/SpoofCompiler.IntegrationType.html     |   346 +
 .../codegen/SpoofCompiler.PlanCachePolicy.html     |   373 +
 .../hops/codegen/SpoofCompiler.PlanSelector.html   |   396 +
 .../hops/codegen/SpoofCompiler.RegisterAlloc.html  |   358 +
 .../apache/sysds/hops/codegen/SpoofCompiler.html   |   691 +
 .../codegen/SpoofFusedOp.SpoofOutputDimsType.html  |   466 +
 .../apache/sysds/hops/codegen/SpoofFusedOp.html    |   561 +
 .../class-use/SpoofCompiler.CompilerType.html      |   187 +
 .../class-use/SpoofCompiler.GeneratorAPI.html      |   427 +
 .../class-use/SpoofCompiler.IntegrationType.html   |   187 +
 .../class-use/SpoofCompiler.PlanCachePolicy.html   |   192 +
 .../class-use/SpoofCompiler.PlanSelector.html      |   187 +
 .../class-use/SpoofCompiler.RegisterAlloc.html     |   187 +
 .../hops/codegen/class-use/SpoofCompiler.html      |   125 +
 .../SpoofFusedOp.SpoofOutputDimsType.html          |   230 +
 .../sysds/hops/codegen/class-use/SpoofFusedOp.html |   125 +
 .../org/apache/sysds/hops/codegen/cplan/CNode.html |   663 +
 .../hops/codegen/cplan/CNodeBinary.BinType.html    |  1340 +
 .../sysds/hops/codegen/cplan/CNodeBinary.html      |   411 +
 .../apache/sysds/hops/codegen/cplan/CNodeCell.html |   632 +
 .../apache/sysds/hops/codegen/cplan/CNodeData.html |   480 +
 .../sysds/hops/codegen/cplan/CNodeMultiAgg.html    |   571 +
 .../hops/codegen/cplan/CNodeNary.NaryType.html     |   427 +
 .../apache/sysds/hops/codegen/cplan/CNodeNary.html |   409 +
 .../hops/codegen/cplan/CNodeOuterProduct.html      |   530 +
 .../apache/sysds/hops/codegen/cplan/CNodeRow.html  |   541 +
 .../codegen/cplan/CNodeTernary.TernaryType.html    |   456 +
 .../sysds/hops/codegen/cplan/CNodeTernary.html     |   413 +
 .../apache/sysds/hops/codegen/cplan/CNodeTpl.html  |   532 +
 .../hops/codegen/cplan/CNodeUnary.UnaryType.html   |  1085 +
 .../sysds/hops/codegen/cplan/CNodeUnary.html       |   422 +
 .../sysds/hops/codegen/cplan/CodeTemplate.html     |   342 +
 .../sysds/hops/codegen/cplan/class-use/CNode.html  |   586 +
 .../cplan/class-use/CNodeBinary.BinType.html       |   305 +
 .../hops/codegen/cplan/class-use/CNodeBinary.html  |   125 +
 .../hops/codegen/cplan/class-use/CNodeCell.html    |   125 +
 .../hops/codegen/cplan/class-use/CNodeData.html    |   191 +
 .../codegen/cplan/class-use/CNodeMultiAgg.html     |   125 +
 .../cplan/class-use/CNodeNary.NaryType.html        |   190 +
 .../hops/codegen/cplan/class-use/CNodeNary.html    |   125 +
 .../codegen/cplan/class-use/CNodeOuterProduct.html |   125 +
 .../hops/codegen/cplan/class-use/CNodeRow.html     |   125 +
 .../cplan/class-use/CNodeTernary.TernaryType.html  |   275 +
 .../hops/codegen/cplan/class-use/CNodeTernary.html |   125 +
 .../hops/codegen/cplan/class-use/CNodeTpl.html     |   322 +
 .../cplan/class-use/CNodeUnary.UnaryType.html      |   281 +
 .../hops/codegen/cplan/class-use/CNodeUnary.html   |   125 +
 .../hops/codegen/cplan/class-use/CodeTemplate.html |   173 +
 .../sysds/hops/codegen/cplan/cuda/Binary.html      |   298 +
 .../sysds/hops/codegen/cplan/cuda/Ternary.html     |   290 +
 .../sysds/hops/codegen/cplan/cuda/Unary.html       |   290 +
 .../hops/codegen/cplan/cuda/class-use/Binary.html  |   125 +
 .../hops/codegen/cplan/cuda/class-use/Ternary.html |   125 +
 .../hops/codegen/cplan/cuda/class-use/Unary.html   |   125 +
 .../hops/codegen/cplan/cuda/package-frame.html     |    22 +
 .../hops/codegen/cplan/cuda/package-summary.html   |   151 +
 .../hops/codegen/cplan/cuda/package-tree.html      |   144 +
 .../sysds/hops/codegen/cplan/cuda/package-use.html |   125 +
 .../sysds/hops/codegen/cplan/java/Binary.html      |   298 +
 .../sysds/hops/codegen/cplan/java/Ternary.html     |   290 +
 .../sysds/hops/codegen/cplan/java/Unary.html       |   290 +
 .../hops/codegen/cplan/java/class-use/Binary.html  |   125 +
 .../hops/codegen/cplan/java/class-use/Ternary.html |   125 +
 .../hops/codegen/cplan/java/class-use/Unary.html   |   125 +
 .../hops/codegen/cplan/java/package-frame.html     |    22 +
 .../hops/codegen/cplan/java/package-summary.html   |   151 +
 .../hops/codegen/cplan/java/package-tree.html      |   144 +
 .../sysds/hops/codegen/cplan/java/package-use.html |   125 +
 .../sysds/hops/codegen/cplan/package-frame.html    |    38 +
 .../sysds/hops/codegen/cplan/package-summary.html  |   214 +
 .../sysds/hops/codegen/cplan/package-tree.html     |   170 +
 .../sysds/hops/codegen/cplan/package-use.html      |   260 +
 .../codegen/opt/InterestingPoint.DecisionType.html |   346 +
 .../sysds/hops/codegen/opt/InterestingPoint.html   |   461 +
 .../sysds/hops/codegen/opt/PlanAnalyzer.html       |   279 +
 .../sysds/hops/codegen/opt/PlanPartition.html      |   375 +
 .../codegen/opt/PlanSelection.VisitMarkCost.html   |   299 +
 .../sysds/hops/codegen/opt/PlanSelection.html      |   310 +
 .../hops/codegen/opt/PlanSelectionFuseAll.html     |   314 +
 .../codegen/opt/PlanSelectionFuseCostBased.html    |   314 +
 .../codegen/opt/PlanSelectionFuseCostBasedV2.html  |   416 +
 .../codegen/opt/PlanSelectionFuseNoRedundancy.html |   317 +
 .../codegen/opt/ReachabilityGraph.SubProblem.html  |   346 +
 .../sysds/hops/codegen/opt/ReachabilityGraph.html  |   377 +
 .../class-use/InterestingPoint.DecisionType.html   |   191 +
 .../codegen/opt/class-use/InterestingPoint.html    |   254 +
 .../hops/codegen/opt/class-use/PlanAnalyzer.html   |   125 +
 .../hops/codegen/opt/class-use/PlanPartition.html  |   179 +
 .../opt/class-use/PlanSelection.VisitMarkCost.html |   125 +
 .../hops/codegen/opt/class-use/PlanSelection.html  |   216 +
 .../opt/class-use/PlanSelectionFuseAll.html        |   125 +
 .../opt/class-use/PlanSelectionFuseCostBased.html  |   125 +
 .../class-use/PlanSelectionFuseCostBasedV2.html    |   125 +
 .../class-use/PlanSelectionFuseNoRedundancy.html   |   125 +
 .../class-use/ReachabilityGraph.SubProblem.html    |   165 +
 .../codegen/opt/class-use/ReachabilityGraph.html   |   125 +
 .../sysds/hops/codegen/opt/package-frame.html      |    34 +
 .../sysds/hops/codegen/opt/package-summary.html    |   219 +
 .../sysds/hops/codegen/opt/package-tree.html       |   163 +
 .../apache/sysds/hops/codegen/opt/package-use.html |   212 +
 .../apache/sysds/hops/codegen/package-frame.html   |    31 +
 .../apache/sysds/hops/codegen/package-summary.html |   186 +
 .../apache/sysds/hops/codegen/package-tree.html    |   165 +
 .../org/apache/sysds/hops/codegen/package-use.html |   217 +
 .../hops/codegen/template/CPlanCSERewriter.html    |   272 +
 .../template/CPlanMemoTable.MemoTableEntry.html    |   575 +
 .../template/CPlanMemoTable.MemoTableEntrySet.html |   335 +
 .../hops/codegen/template/CPlanMemoTable.html      |   863 +
 .../hops/codegen/template/CPlanOpRewriter.html     |   281 +
 .../codegen/template/TemplateBase.CloseType.html   |   396 +
 .../template/TemplateBase.TemplateType.html        |   396 +
 .../sysds/hops/codegen/template/TemplateBase.html  |   465 +
 .../template/TemplateCell.HopInputComparator.html  |   310 +
 .../sysds/hops/codegen/template/TemplateCell.html  |   484 +
 .../hops/codegen/template/TemplateMultiAgg.html    |   465 +
 .../codegen/template/TemplateOuterProduct.html     |   470 +
 .../template/TemplateRow.HopInputComparator.html   |   299 +
 .../sysds/hops/codegen/template/TemplateRow.html   |   466 +
 .../sysds/hops/codegen/template/TemplateUtils.html |  1098 +
 .../template/class-use/CPlanCSERewriter.html       |   125 +
 .../class-use/CPlanMemoTable.MemoTableEntry.html   |   299 +
 .../CPlanMemoTable.MemoTableEntrySet.html          |   166 +
 .../codegen/template/class-use/CPlanMemoTable.html |   277 +
 .../template/class-use/CPlanOpRewriter.html        |   125 +
 .../template/class-use/TemplateBase.CloseType.html |   265 +
 .../class-use/TemplateBase.TemplateType.html       |   370 +
 .../codegen/template/class-use/TemplateBase.html   |   239 +
 .../class-use/TemplateCell.HopInputComparator.html |   125 +
 .../codegen/template/class-use/TemplateCell.html   |   165 +
 .../template/class-use/TemplateMultiAgg.html       |   125 +
 .../template/class-use/TemplateOuterProduct.html   |   125 +
 .../class-use/TemplateRow.HopInputComparator.html  |   125 +
 .../codegen/template/class-use/TemplateRow.html    |   125 +
 .../codegen/template/class-use/TemplateUtils.html  |   125 +
 .../sysds/hops/codegen/template/package-frame.html |    37 +
 .../hops/codegen/template/package-summary.html     |   217 +
 .../sysds/hops/codegen/template/package-tree.html  |   169 +
 .../sysds/hops/codegen/template/package-use.html   |   198 +
 .../hops/cost/CostEstimationWrapper.CostType.html  |   346 +
 .../sysds/hops/cost/CostEstimationWrapper.html     |   310 +
 .../org/apache/sysds/hops/cost/CostEstimator.html  |   299 +
 .../hops/cost/CostEstimatorStaticRuntime.html      |   357 +
 .../java/org/apache/sysds/hops/cost/VarStats.html  |   340 +
 .../class-use/CostEstimationWrapper.CostType.html  |   174 +
 .../hops/cost/class-use/CostEstimationWrapper.html |   125 +
 .../sysds/hops/cost/class-use/CostEstimator.html   |   165 +
 .../cost/class-use/CostEstimatorStaticRuntime.html |   125 +
 .../apache/sysds/hops/cost/class-use/VarStats.html |   174 +
 .../org/apache/sysds/hops/cost/package-frame.html  |    27 +
 .../apache/sysds/hops/cost/package-summary.html    |   170 +
 .../org/apache/sysds/hops/cost/package-tree.html   |   156 +
 .../org/apache/sysds/hops/cost/package-use.html    |   164 +
 .../apache/sysds/hops/estim/EstimationUtils.html   |   300 +
 .../apache/sysds/hops/estim/EstimatorBasicAvg.html |   410 +
 .../sysds/hops/estim/EstimatorBasicWorst.html      |   414 +
 .../hops/estim/EstimatorBitsetMM.BitsetMatrix.html |   364 +
 .../estim/EstimatorBitsetMM.BitsetMatrix1.html     |   397 +
 .../estim/EstimatorBitsetMM.BitsetMatrix2.html     |   379 +
 .../apache/sysds/hops/estim/EstimatorBitsetMM.html |   465 +
 .../hops/estim/EstimatorDensityMap.DensityMap.html |   430 +
 .../sysds/hops/estim/EstimatorDensityMap.html      |   468 +
 .../estim/EstimatorLayeredGraph.LayeredGraph.html  |   291 +
 .../sysds/hops/estim/EstimatorLayeredGraph.html    |   435 +
 .../EstimatorMatrixHistogram.MatrixHistogram.html  |   407 +
 .../sysds/hops/estim/EstimatorMatrixHistogram.html |   469 +
 .../apache/sysds/hops/estim/EstimatorSample.html   |   443 +
 .../apache/sysds/hops/estim/EstimatorSampleRa.html |   477 +
 .../java/org/apache/sysds/hops/estim/MMNode.html   |   507 +
 .../sysds/hops/estim/SparsityEstimator.OpCode.html |   442 +
 .../apache/sysds/hops/estim/SparsityEstimator.html |   450 +
 .../hops/estim/class-use/EstimationUtils.html      |   125 +
 .../hops/estim/class-use/EstimatorBasicAvg.html    |   125 +
 .../hops/estim/class-use/EstimatorBasicWorst.html  |   125 +
 .../class-use/EstimatorBitsetMM.BitsetMatrix.html  |   274 +
 .../class-use/EstimatorBitsetMM.BitsetMatrix1.html |   125 +
 .../class-use/EstimatorBitsetMM.BitsetMatrix2.html |   125 +
 .../hops/estim/class-use/EstimatorBitsetMM.html    |   125 +
 .../class-use/EstimatorDensityMap.DensityMap.html  |   186 +
 .../hops/estim/class-use/EstimatorDensityMap.html  |   125 +
 .../EstimatorLayeredGraph.LayeredGraph.html        |   125 +
 .../estim/class-use/EstimatorLayeredGraph.html     |   125 +
 .../EstimatorMatrixHistogram.MatrixHistogram.html  |   201 +
 .../estim/class-use/EstimatorMatrixHistogram.html  |   125 +
 .../hops/estim/class-use/EstimatorSample.html      |   125 +
 .../hops/estim/class-use/EstimatorSampleRa.html    |   125 +
 .../apache/sysds/hops/estim/class-use/MMNode.html  |   250 +
 .../estim/class-use/SparsityEstimator.OpCode.html  |   349 +
 .../hops/estim/class-use/SparsityEstimator.html    |   223 +
 .../org/apache/sysds/hops/estim/package-frame.html |    40 +
 .../apache/sysds/hops/estim/package-summary.html   |   257 +
 .../org/apache/sysds/hops/estim/package-tree.html  |   172 +
 .../org/apache/sysds/hops/estim/package-use.html   |   176 +
 .../apache/sysds/hops/ipa/FunctionCallGraph.html   |   687 +
 .../sysds/hops/ipa/FunctionCallSizeInfo.html       |   591 +
 .../java/org/apache/sysds/hops/ipa/IPAPass.html    |   320 +
 .../IPAPassApplyStaticAndDynamicHopRewrites.html   |   329 +
 .../ipa/IPAPassCompressionWorkloadAnalysis.html    |   328 +
 .../sysds/hops/ipa/IPAPassEliminateDeadCode.html   |   328 +
 .../ipa/IPAPassFlagFunctionsRecompileOnce.html     |   361 +
 .../sysds/hops/ipa/IPAPassFlagNonDeterminism.html  |   326 +
 .../hops/ipa/IPAPassForwardFunctionCalls.html      |   329 +
 .../sysds/hops/ipa/IPAPassInlineFunctions.html     |   330 +
 .../hops/ipa/IPAPassPropagateReplaceLiterals.html  |   328 +
 .../hops/ipa/IPAPassRemoveConstantBinaryOps.html   |   330 +
 .../ipa/IPAPassRemoveUnnecessaryCheckpoints.html   |   343 +
 .../hops/ipa/IPAPassRemoveUnusedFunctions.html     |   329 +
 .../sysds/hops/ipa/InterProceduralAnalysis.html    |   381 +
 .../hops/ipa/class-use/FunctionCallGraph.html      |   334 +
 .../hops/ipa/class-use/FunctionCallSizeInfo.html   |   236 +
 .../apache/sysds/hops/ipa/class-use/IPAPass.html   |   239 +
 .../IPAPassApplyStaticAndDynamicHopRewrites.html   |   125 +
 .../IPAPassCompressionWorkloadAnalysis.html        |   125 +
 .../ipa/class-use/IPAPassEliminateDeadCode.html    |   125 +
 .../IPAPassFlagFunctionsRecompileOnce.html         |   125 +
 .../ipa/class-use/IPAPassFlagNonDeterminism.html   |   125 +
 .../ipa/class-use/IPAPassForwardFunctionCalls.html |   125 +
 .../hops/ipa/class-use/IPAPassInlineFunctions.html |   125 +
 .../class-use/IPAPassPropagateReplaceLiterals.html |   125 +
 .../class-use/IPAPassRemoveConstantBinaryOps.html  |   125 +
 .../IPAPassRemoveUnnecessaryCheckpoints.html       |   125 +
 .../class-use/IPAPassRemoveUnusedFunctions.html    |   125 +
 .../ipa/class-use/InterProceduralAnalysis.html     |   125 +
 .../org/apache/sysds/hops/ipa/package-frame.html   |    34 +
 .../org/apache/sysds/hops/ipa/package-summary.html |   243 +
 .../org/apache/sysds/hops/ipa/package-tree.html    |   155 +
 .../org/apache/sysds/hops/ipa/package-use.html     |   189 +
 .../java/org/apache/sysds/hops/package-frame.html  |    53 +
 .../org/apache/sysds/hops/package-summary.html     |   318 +
 .../java/org/apache/sysds/hops/package-tree.html   |   198 +
 .../java/org/apache/sysds/hops/package-use.html    |   603 +
 .../sysds/hops/recompile/LiteralReplacement.html   |   238 +
 .../sysds/hops/recompile/RecompileStatus.html      |   423 +
 .../sysds/hops/recompile/Recompiler.ResetType.html |   371 +
 .../apache/sysds/hops/recompile/Recompiler.html    |   995 +
 .../recompile/class-use/LiteralReplacement.html    |   125 +
 .../hops/recompile/class-use/RecompileStatus.html  |   252 +
 .../recompile/class-use/Recompiler.ResetType.html  |   239 +
 .../sysds/hops/recompile/class-use/Recompiler.html |   125 +
 .../apache/sysds/hops/recompile/package-frame.html |    26 +
 .../sysds/hops/recompile/package-summary.html      |   173 +
 .../apache/sysds/hops/recompile/package-tree.html  |   152 +
 .../apache/sysds/hops/recompile/package-use.html   |   183 +
 .../apache/sysds/hops/rewrite/HopDagValidator.html |   257 +
 .../apache/sysds/hops/rewrite/HopRewriteRule.html  |   315 +
 .../apache/sysds/hops/rewrite/HopRewriteUtils.html |  3091 ++
 .../sysds/hops/rewrite/MarkForLineageReuse.html    |   356 +
 .../sysds/hops/rewrite/ProgramRewriteStatus.html   |   388 +
 .../apache/sysds/hops/rewrite/ProgramRewriter.html |   518 +
 .../RewriteAlgebraicSimplificationDynamic.html     |   326 +
 .../RewriteAlgebraicSimplificationStatic.html      |   326 +
 .../hops/rewrite/RewriteBlockSizeAndReblock.html   |   324 +
 .../RewriteCommonSubexpressionElimination.html     |   337 +
 .../hops/rewrite/RewriteCompressedReblock.html     |   387 +
 .../sysds/hops/rewrite/RewriteConstantFolding.html |   325 +
 .../RewriteElementwiseMultChainOptimization.html   |   337 +
 .../hops/rewrite/RewriteForLoopVectorization.html  |   359 +
 .../sysds/hops/rewrite/RewriteGPUSpecificOps.html  |   320 +
 .../RewriteHoistLoopInvariantOperations.html       |   370 +
 .../hops/rewrite/RewriteIndexingVectorization.html |   327 +
 .../RewriteInjectSparkLoopCheckpointing.html       |   361 +
 .../RewriteInjectSparkPReadCheckpointing.html      |   324 +
 .../RewriteMarkLoopVariablesUpdateInPlace.html     |   358 +
 .../RewriteMatrixMultChainOptimization.html        |   331 +
 .../RewriteMatrixMultChainOptimizationSparse.html  |   263 +
 .../hops/rewrite/RewriteMergeBlockSequence.html    |   358 +
 .../RewriteRemoveDanglingParentReferences.html     |   324 +
 .../rewrite/RewriteRemoveEmptyBasicBlocks.html     |   359 +
 .../rewrite/RewriteRemoveForLoopEmptySequence.html |   358 +
 .../rewrite/RewriteRemovePersistentReadWrite.html  |   340 +
 .../hops/rewrite/RewriteRemoveReadAfterWrite.html  |   325 +
 .../rewrite/RewriteRemoveUnnecessaryBranches.html  |   359 +
 .../rewrite/RewriteRemoveUnnecessaryCasts.html     |   332 +
 .../RewriteSplitDagDataDependentOperators.html     |   371 +
 .../rewrite/RewriteSplitDagUnknownCSVRead.html     |   360 +
 .../RewriteTransientWriteParentHandling.html       |   325 +
 .../hops/rewrite/StatementBlockRewriteRule.html    |   354 +
 .../hops/rewrite/class-use/HopDagValidator.html    |   125 +
 .../hops/rewrite/class-use/HopRewriteRule.html     |   333 +
 .../hops/rewrite/class-use/HopRewriteUtils.html    |   125 +
 .../rewrite/class-use/MarkForLineageReuse.html     |   125 +
 .../rewrite/class-use/ProgramRewriteStatus.html    |   522 +
 .../hops/rewrite/class-use/ProgramRewriter.html    |   125 +
 .../RewriteAlgebraicSimplificationDynamic.html     |   125 +
 .../RewriteAlgebraicSimplificationStatic.html      |   125 +
 .../class-use/RewriteBlockSizeAndReblock.html      |   125 +
 .../RewriteCommonSubexpressionElimination.html     |   125 +
 .../class-use/RewriteCompressedReblock.html        |   125 +
 .../rewrite/class-use/RewriteConstantFolding.html  |   125 +
 .../RewriteElementwiseMultChainOptimization.html   |   125 +
 .../class-use/RewriteForLoopVectorization.html     |   125 +
 .../rewrite/class-use/RewriteGPUSpecificOps.html   |   125 +
 .../RewriteHoistLoopInvariantOperations.html       |   125 +
 .../class-use/RewriteIndexingVectorization.html    |   125 +
 .../RewriteInjectSparkLoopCheckpointing.html       |   125 +
 .../RewriteInjectSparkPReadCheckpointing.html      |   125 +
 .../RewriteMarkLoopVariablesUpdateInPlace.html     |   125 +
 .../RewriteMatrixMultChainOptimization.html        |   174 +
 .../RewriteMatrixMultChainOptimizationSparse.html  |   125 +
 .../class-use/RewriteMergeBlockSequence.html       |   125 +
 .../RewriteRemoveDanglingParentReferences.html     |   125 +
 .../class-use/RewriteRemoveEmptyBasicBlocks.html   |   125 +
 .../RewriteRemoveForLoopEmptySequence.html         |   125 +
 .../RewriteRemovePersistentReadWrite.html          |   125 +
 .../class-use/RewriteRemoveReadAfterWrite.html     |   125 +
 .../RewriteRemoveUnnecessaryBranches.html          |   125 +
 .../class-use/RewriteRemoveUnnecessaryCasts.html   |   125 +
 .../RewriteSplitDagDataDependentOperators.html     |   125 +
 .../class-use/RewriteSplitDagUnknownCSVRead.html   |   125 +
 .../RewriteTransientWriteParentHandling.html       |   125 +
 .../class-use/StatementBlockRewriteRule.html       |   282 +
 .../apache/sysds/hops/rewrite/package-frame.html   |    53 +
 .../apache/sysds/hops/rewrite/package-summary.html |   369 +
 .../apache/sysds/hops/rewrite/package-tree.html    |   180 +
 .../org/apache/sysds/hops/rewrite/package-use.html |   181 +
 .../api/java/org/apache/sysds/lops/Append.html     |   421 +
 .../api/java/org/apache/sysds/lops/AppendG.html    |   439 +
 .../org/apache/sysds/lops/AppendGAlignedSP.html    |   419 +
 .../org/apache/sysds/lops/AppendM.CacheType.html   |   346 +
 .../api/java/org/apache/sysds/lops/AppendM.html    |   436 +
 .../api/java/org/apache/sysds/lops/AppendR.html    |   416 +
 .../api/java/org/apache/sysds/lops/Binary.html     |   414 +
 .../org/apache/sysds/lops/BinaryM.VectorType.html  |   346 +
 .../api/java/org/apache/sysds/lops/BinaryM.html    |   430 +
 .../java/org/apache/sysds/lops/BinaryScalar.html   |   410 +
 .../org/apache/sysds/lops/BinaryUAggChain.html     |   407 +
 .../api/java/org/apache/sysds/lops/CSVReBlock.html |   391 +
 .../java/org/apache/sysds/lops/CentralMoment.html  |   423 +
 .../api/java/org/apache/sysds/lops/Checkpoint.html |   527 +
 .../api/java/org/apache/sysds/lops/CoVariance.html |   439 +
 .../sysds/lops/Compression.CompressConfig.html     |   383 +
 .../java/org/apache/sysds/lops/Compression.html    |   399 +
 .../apache/sysds/lops/Ctable.OperationTypes.html   |   420 +
 .../api/java/org/apache/sysds/lops/Ctable.html     |   453 +
 .../apache/sysds/lops/CumulativeOffsetBinary.html  |   389 +
 .../sysds/lops/CumulativePartialAggregate.html     |   358 +
 .../2.1.0/api/java/org/apache/sysds/lops/Data.html |   711 +
 .../api/java/org/apache/sysds/lops/DataGen.html    |   534 +
 .../sysds/lops/DeCompression.CompressConfig.html   |   371 +
 .../java/org/apache/sysds/lops/DeCompression.html  |   399 +
 .../java/org/apache/sysds/lops/DnnTransform.html   |   626 +
 .../api/java/org/apache/sysds/lops/Federated.html  |   360 +
 .../java/org/apache/sysds/lops/FunctionCallCP.html |   412 +
 .../org/apache/sysds/lops/GroupedAggregate.html    |   425 +
 .../sysds/lops/GroupedAggregateM.CacheType.html    |   346 +
 .../org/apache/sysds/lops/GroupedAggregateM.html   |   406 +
 .../apache/sysds/lops/LeftIndex.LixCacheType.html  |   358 +
 .../api/java/org/apache/sysds/lops/LeftIndex.html  |   454 +
 .../org/apache/sysds/lops/Lop.SimpleInstType.html  |   335 +
 .../api/java/org/apache/sysds/lops/Lop.Type.html   |  1006 +
 .../org/apache/sysds/lops/Lop.VisitStatus.html     |   346 +
 .../2.1.0/api/java/org/apache/sysds/lops/Lop.html  |  1899 +
 .../java/org/apache/sysds/lops/LopProperties.html  |   378 +
 .../java/org/apache/sysds/lops/LopsException.html  |   302 +
 .../java/org/apache/sysds/lops/MMCJ.MMCJType.html  |   346 +
 .../2.1.0/api/java/org/apache/sysds/lops/MMCJ.html |   411 +
 .../2.1.0/api/java/org/apache/sysds/lops/MMRJ.html |   373 +
 .../org/apache/sysds/lops/MMTSJ.MMTSJType.html     |   384 +
 .../api/java/org/apache/sysds/lops/MMTSJ.html      |   418 +
 .../api/java/org/apache/sysds/lops/MMZip.html      |   364 +
 .../org/apache/sysds/lops/MapMult.CacheType.html   |   396 +
 .../api/java/org/apache/sysds/lops/MapMult.html    |   424 +
 .../apache/sysds/lops/MapMultChain.ChainType.html  |   383 +
 .../java/org/apache/sysds/lops/MapMultChain.html   |   516 +
 .../api/java/org/apache/sysds/lops/MatMultCP.html  |   433 +
 .../2.1.0/api/java/org/apache/sysds/lops/Nary.html |   389 +
 .../org/apache/sysds/lops/OutputParameters.html    |   611 +
 .../java/org/apache/sysds/lops/PMMJ.CacheType.html |   346 +
 .../2.1.0/api/java/org/apache/sysds/lops/PMMJ.html |   440 +
 .../api/java/org/apache/sysds/lops/PMapMult.html   |   391 +
 .../apache/sysds/lops/ParameterizedBuiltin.html    |   439 +
 .../org/apache/sysds/lops/PartialAggregate.html    |   489 +
 .../sysds/lops/PickByCount.OperationTypes.html     |   370 +
 .../java/org/apache/sysds/lops/PickByCount.html    |   476 +
 .../api/java/org/apache/sysds/lops/ReBlock.html    |   393 +
 .../api/java/org/apache/sysds/lops/RightIndex.html |   498 +
 .../apache/sysds/lops/SortKeys.OperationTypes.html |   358 +
 .../api/java/org/apache/sysds/lops/SortKeys.html   |   533 +
 .../api/java/org/apache/sysds/lops/SpoofFused.html |   627 +
 .../2.1.0/api/java/org/apache/sysds/lops/Sql.html  |   363 +
 .../api/java/org/apache/sysds/lops/Ternary.html    |   371 +
 .../org/apache/sysds/lops/TernaryAggregate.html    |   423 +
 .../api/java/org/apache/sysds/lops/Transform.html  |   589 +
 .../java/org/apache/sysds/lops/UAggOuterChain.html |   415 +
 .../api/java/org/apache/sysds/lops/Unary.html      |   459 +
 .../api/java/org/apache/sysds/lops/UnaryCP.html    |   504 +
 .../sysds/lops/WeightedCrossEntropy.WCeMMType.html |   359 +
 .../apache/sysds/lops/WeightedCrossEntropy.html    |   446 +
 .../apache/sysds/lops/WeightedCrossEntropyR.html   |   409 +
 .../sysds/lops/WeightedDivMM.WDivMMType.html       |   562 +
 .../java/org/apache/sysds/lops/WeightedDivMM.html  |   446 +
 .../java/org/apache/sysds/lops/WeightedDivMMR.html |   409 +
 .../sysds/lops/WeightedSigmoid.WSigmoidType.html   |   370 +
 .../org/apache/sysds/lops/WeightedSigmoid.html     |   441 +
 .../org/apache/sysds/lops/WeightedSigmoidR.html    |   404 +
 .../lops/WeightedSquaredLoss.WeightsType.html      |   383 +
 .../org/apache/sysds/lops/WeightedSquaredLoss.html |   446 +
 .../apache/sysds/lops/WeightedSquaredLossR.html    |   409 +
 .../sysds/lops/WeightedUnaryMM.WUMMType.html       |   346 +
 .../org/apache/sysds/lops/WeightedUnaryMM.html     |   443 +
 .../org/apache/sysds/lops/WeightedUnaryMMR.html    |   406 +
 .../org/apache/sysds/lops/class-use/Append.html    |   125 +
 .../org/apache/sysds/lops/class-use/AppendG.html   |   125 +
 .../sysds/lops/class-use/AppendGAlignedSP.html     |   125 +
 .../sysds/lops/class-use/AppendM.CacheType.html    |   174 +
 .../org/apache/sysds/lops/class-use/AppendM.html   |   125 +
 .../org/apache/sysds/lops/class-use/AppendR.html   |   125 +
 .../org/apache/sysds/lops/class-use/Binary.html    |   125 +
 .../sysds/lops/class-use/BinaryM.VectorType.html   |   196 +
 .../org/apache/sysds/lops/class-use/BinaryM.html   |   125 +
 .../apache/sysds/lops/class-use/BinaryScalar.html  |   125 +
 .../sysds/lops/class-use/BinaryUAggChain.html      |   125 +
 .../apache/sysds/lops/class-use/CSVReBlock.html    |   125 +
 .../apache/sysds/lops/class-use/CentralMoment.html |   125 +
 .../apache/sysds/lops/class-use/Checkpoint.html    |   125 +
 .../apache/sysds/lops/class-use/CoVariance.html    |   125 +
 .../lops/class-use/Compression.CompressConfig.html |   174 +
 .../apache/sysds/lops/class-use/Compression.html   |   125 +
 .../lops/class-use/Ctable.OperationTypes.html      |   237 +
 .../org/apache/sysds/lops/class-use/Ctable.html    |   125 +
 .../lops/class-use/CumulativeOffsetBinary.html     |   125 +
 .../lops/class-use/CumulativePartialAggregate.html |   125 +
 .../java/org/apache/sysds/lops/class-use/Data.html |   168 +
 .../org/apache/sysds/lops/class-use/DataGen.html   |   125 +
 .../class-use/DeCompression.CompressConfig.html    |   174 +
 .../apache/sysds/lops/class-use/DeCompression.html |   125 +
 .../apache/sysds/lops/class-use/DnnTransform.html  |   125 +
 .../org/apache/sysds/lops/class-use/Federated.html |   125 +
 .../sysds/lops/class-use/FunctionCallCP.html       |   125 +
 .../sysds/lops/class-use/GroupedAggregate.html     |   125 +
 .../class-use/GroupedAggregateM.CacheType.html     |   174 +
 .../sysds/lops/class-use/GroupedAggregateM.html    |   125 +
 .../lops/class-use/LeftIndex.LixCacheType.html     |   194 +
 .../org/apache/sysds/lops/class-use/LeftIndex.html |   125 +
 .../sysds/lops/class-use/Lop.SimpleInstType.html   |   184 +
 .../org/apache/sysds/lops/class-use/Lop.Type.html  |   195 +
 .../sysds/lops/class-use/Lop.VisitStatus.html      |   195 +
 .../java/org/apache/sysds/lops/class-use/Lop.html  |  1821 +
 .../apache/sysds/lops/class-use/LopProperties.html |   125 +
 .../apache/sysds/lops/class-use/LopsException.html |   166 +
 .../apache/sysds/lops/class-use/MMCJ.MMCJType.html |   192 +
 .../java/org/apache/sysds/lops/class-use/MMCJ.html |   125 +
 .../java/org/apache/sysds/lops/class-use/MMRJ.html |   125 +
 .../sysds/lops/class-use/MMTSJ.MMTSJType.html      |   402 +
 .../org/apache/sysds/lops/class-use/MMTSJ.html     |   125 +
 .../org/apache/sysds/lops/class-use/MMZip.html     |   125 +
 .../sysds/lops/class-use/MapMult.CacheType.html    |   178 +
 .../org/apache/sysds/lops/class-use/MapMult.html   |   125 +
 .../lops/class-use/MapMultChain.ChainType.html     |   367 +
 .../apache/sysds/lops/class-use/MapMultChain.html  |   125 +
 .../org/apache/sysds/lops/class-use/MatMultCP.html |   125 +
 .../java/org/apache/sysds/lops/class-use/Nary.html |   125 +
 .../sysds/lops/class-use/OutputParameters.html     |   180 +
 .../sysds/lops/class-use/PMMJ.CacheType.html       |   174 +
 .../java/org/apache/sysds/lops/class-use/PMMJ.html |   125 +
 .../org/apache/sysds/lops/class-use/PMapMult.html  |   125 +
 .../sysds/lops/class-use/ParameterizedBuiltin.html |   125 +
 .../sysds/lops/class-use/PartialAggregate.html     |   125 +
 .../lops/class-use/PickByCount.OperationTypes.html |   203 +
 .../apache/sysds/lops/class-use/PickByCount.html   |   125 +
 .../org/apache/sysds/lops/class-use/ReBlock.html   |   125 +
 .../apache/sysds/lops/class-use/RightIndex.html    |   125 +
 .../lops/class-use/SortKeys.OperationTypes.html    |   235 +
 .../org/apache/sysds/lops/class-use/SortKeys.html  |   178 +
 .../apache/sysds/lops/class-use/SpoofFused.html    |   125 +
 .../java/org/apache/sysds/lops/class-use/Sql.html  |   125 +
 .../org/apache/sysds/lops/class-use/Ternary.html   |   125 +
 .../sysds/lops/class-use/TernaryAggregate.html     |   125 +
 .../org/apache/sysds/lops/class-use/Transform.html |   125 +
 .../sysds/lops/class-use/UAggOuterChain.html       |   125 +
 .../org/apache/sysds/lops/class-use/Unary.html     |   125 +
 .../org/apache/sysds/lops/class-use/UnaryCP.html   |   125 +
 .../class-use/WeightedCrossEntropy.WCeMMType.html  |   282 +
 .../sysds/lops/class-use/WeightedCrossEntropy.html |   125 +
 .../lops/class-use/WeightedCrossEntropyR.html      |   125 +
 .../lops/class-use/WeightedDivMM.WDivMMType.html   |   288 +
 .../apache/sysds/lops/class-use/WeightedDivMM.html |   125 +
 .../sysds/lops/class-use/WeightedDivMMR.html       |   125 +
 .../class-use/WeightedSigmoid.WSigmoidType.html    |   272 +
 .../sysds/lops/class-use/WeightedSigmoid.html      |   125 +
 .../sysds/lops/class-use/WeightedSigmoidR.html     |   125 +
 .../class-use/WeightedSquaredLoss.WeightsType.html |   276 +
 .../sysds/lops/class-use/WeightedSquaredLoss.html  |   125 +
 .../sysds/lops/class-use/WeightedSquaredLossR.html |   125 +
 .../lops/class-use/WeightedUnaryMM.WUMMType.html   |   277 +
 .../sysds/lops/class-use/WeightedUnaryMM.html      |   125 +
 .../sysds/lops/class-use/WeightedUnaryMMR.html     |   125 +
 .../java/org/apache/sysds/lops/compile/Dag.html    |   352 +
 .../apache/sysds/lops/compile/LopComparator.html   |   308 +
 .../apache/sysds/lops/compile/class-use/Dag.html   |   167 +
 .../lops/compile/class-use/LopComparator.html      |   125 +
 .../apache/sysds/lops/compile/package-frame.html   |    21 +
 .../apache/sysds/lops/compile/package-summary.html |   152 +
 .../apache/sysds/lops/compile/package-tree.html    |   139 +
 .../org/apache/sysds/lops/compile/package-use.html |   161 +
 .../java/org/apache/sysds/lops/package-frame.html  |   111 +
 .../org/apache/sysds/lops/package-summary.html     |   566 +
 .../java/org/apache/sysds/lops/package-tree.html   |   253 +
 .../java/org/apache/sysds/lops/package-use.html    |   549 +
 .../apache/sysds/parser/AssignmentStatement.html   |   574 +
 .../org/apache/sysds/parser/BinaryExpression.html  |   483 +
 .../org/apache/sysds/parser/BooleanExpression.html |   468 +
 .../org/apache/sysds/parser/BooleanIdentifier.html |   442 +
 .../org/apache/sysds/parser/BuiltinConstant.html   |   381 +
 .../sysds/parser/BuiltinFunctionExpression.html    |   687 +
 .../apache/sysds/parser/ConditionalPredicate.html  |   544 +
 .../org/apache/sysds/parser/ConstIdentifier.html   |   326 +
 .../java/org/apache/sysds/parser/DMLProgram.html   |   745 +
 .../org/apache/sysds/parser/DMLTranslator.html     |   711 +
 .../org/apache/sysds/parser/DataExpression.html    |  1824 +
 .../org/apache/sysds/parser/DataIdentifier.html    |   516 +
 .../org/apache/sysds/parser/DoubleIdentifier.html  |   482 +
 .../apache/sysds/parser/Expression.BinaryOp.html   |   431 +
 .../apache/sysds/parser/Expression.BooleanOp.html  |   395 +
 .../org/apache/sysds/parser/Expression.DataOp.html |   419 +
 .../sysds/parser/Expression.FunctCallOp.html       |   347 +
 .../sysds/parser/Expression.RelationalOp.html      |   407 +
 .../java/org/apache/sysds/parser/Expression.html   |  1195 +
 .../org/apache/sysds/parser/ExpressionList.html    |   438 +
 .../java/org/apache/sysds/parser/ForStatement.html |   513 +
 .../org/apache/sysds/parser/ForStatementBlock.html |   652 +
 .../sysds/parser/FunctionCallIdentifier.html       |   533 +
 .../apache/sysds/parser/FunctionDictionary.html    |   418 +
 .../org/apache/sysds/parser/FunctionStatement.html |   600 +
 .../sysds/parser/FunctionStatementBlock.html       |   503 +
 .../java/org/apache/sysds/parser/Identifier.html   |   623 +
 .../java/org/apache/sysds/parser/IfStatement.html  |   561 +
 .../org/apache/sysds/parser/IfStatementBlock.html  |   462 +
 .../org/apache/sysds/parser/ImportStatement.html   |   509 +
 .../org/apache/sysds/parser/IndexedIdentifier.html |   644 +
 .../org/apache/sysds/parser/IntIdentifier.html     |   469 +
 .../org/apache/sysds/parser/IterablePredicate.html |   528 +
 .../LanguageException.LanguageErrorCodes.html      |   316 +
 .../org/apache/sysds/parser/LanguageException.html |   360 +
 .../apache/sysds/parser/LiveVariableAnalysis.html  |   484 +
 .../sysds/parser/MultiAssignmentStatement.html     |   485 +
 .../org/apache/sysds/parser/OutputStatement.html   |   576 +
 .../org/apache/sysds/parser/ParForStatement.html   |   343 +
 .../parser/ParForStatementBlock.ResultVar.html     |   380 +
 .../apache/sysds/parser/ParForStatementBlock.html  |   642 +
 .../apache/sysds/parser/ParameterExpression.html   |   330 +
 .../ParameterizedBuiltinFunctionExpression.html    |   674 +
 .../org/apache/sysds/parser/ParseException.html    |   483 +
 .../java/org/apache/sysds/parser/ParseInfo.html    |   384 +
 .../org/apache/sysds/parser/ParserFactory.html     |   294 +
 .../org/apache/sysds/parser/ParserWrapper.html     |   365 +
 .../org/apache/sysds/parser/PathStatement.html     |   444 +
 .../sysds/parser/PrintStatement.PRINTTYPE.html     |   374 +
 .../org/apache/sysds/parser/PrintStatement.html    |   519 +
 .../apache/sysds/parser/RelationalExpression.html  |   468 +
 .../sysds/parser/Statement.FederatedPSScheme.html  |   382 +
 .../sysds/parser/Statement.PSCheckpointing.html    |   358 +
 .../apache/sysds/parser/Statement.PSFrequency.html |   346 +
 .../apache/sysds/parser/Statement.PSModeType.html  |   358 +
 .../sysds/parser/Statement.PSRuntimeBalancing.html |   394 +
 .../apache/sysds/parser/Statement.PSScheme.html    |   370 +
 .../sysds/parser/Statement.PSUpdateType.html       |   384 +
 .../java/org/apache/sysds/parser/Statement.html    |  1660 +
 .../org/apache/sysds/parser/StatementBlock.html    |  1213 +
 .../org/apache/sysds/parser/StringIdentifier.html  |   430 +
 .../java/org/apache/sysds/parser/VariableSet.html  |   450 +
 .../org/apache/sysds/parser/WhileStatement.html    |   509 +
 .../apache/sysds/parser/WhileStatementBlock.html   |   479 +
 .../parser/class-use/AssignmentStatement.html      |   166 +
 .../sysds/parser/class-use/BinaryExpression.html   |   125 +
 .../sysds/parser/class-use/BooleanExpression.html  |   125 +
 .../sysds/parser/class-use/BooleanIdentifier.html  |   125 +
 .../sysds/parser/class-use/BuiltinConstant.html    |   174 +
 .../class-use/BuiltinFunctionExpression.html       |   168 +
 .../parser/class-use/ConditionalPredicate.html     |   186 +
 .../sysds/parser/class-use/ConstIdentifier.html    |   371 +
 .../apache/sysds/parser/class-use/DMLProgram.html  |   742 +
 .../sysds/parser/class-use/DMLTranslator.html      |   167 +
 .../sysds/parser/class-use/DataExpression.html     |   193 +
 .../sysds/parser/class-use/DataIdentifier.html     |   689 +
 .../sysds/parser/class-use/DoubleIdentifier.html   |   177 +
 .../parser/class-use/Expression.BinaryOp.html      |   212 +
 .../parser/class-use/Expression.BooleanOp.html     |   199 +
 .../sysds/parser/class-use/Expression.DataOp.html  |   221 +
 .../parser/class-use/Expression.FunctCallOp.html   |   178 +
 .../parser/class-use/Expression.RelationalOp.html  |   199 +
 .../apache/sysds/parser/class-use/Expression.html  |   926 +
 .../sysds/parser/class-use/ExpressionList.html     |   125 +
 .../sysds/parser/class-use/ForStatement.html       |   168 +
 .../sysds/parser/class-use/ForStatementBlock.html  |   227 +
 .../parser/class-use/FunctionCallIdentifier.html   |   165 +
 .../sysds/parser/class-use/FunctionDictionary.html |   238 +
 .../sysds/parser/class-use/FunctionStatement.html  |   125 +
 .../parser/class-use/FunctionStatementBlock.html   |   353 +
 .../apache/sysds/parser/class-use/Identifier.html  |   294 +
 .../apache/sysds/parser/class-use/IfStatement.html |   125 +
 .../sysds/parser/class-use/IfStatementBlock.html   |   202 +
 .../sysds/parser/class-use/ImportStatement.html    |   125 +
 .../sysds/parser/class-use/IndexedIdentifier.html  |   125 +
 .../sysds/parser/class-use/IntIdentifier.html      |   164 +
 .../sysds/parser/class-use/IterablePredicate.html  |   182 +
 .../LanguageException.LanguageErrorCodes.html      |   125 +
 .../sysds/parser/class-use/LanguageException.html  |   171 +
 .../parser/class-use/LiveVariableAnalysis.html     |   188 +
 .../parser/class-use/MultiAssignmentStatement.html |   182 +
 .../sysds/parser/class-use/OutputStatement.html    |   166 +
 .../sysds/parser/class-use/ParForStatement.html    |   125 +
 .../class-use/ParForStatementBlock.ResultVar.html  |   341 +
 .../parser/class-use/ParForStatementBlock.html     |   220 +
 .../parser/class-use/ParameterExpression.html      |   272 +
 .../ParameterizedBuiltinFunctionExpression.html    |   168 +
 .../sysds/parser/class-use/ParseException.html     |   177 +
 .../apache/sysds/parser/class-use/ParseInfo.html   |   703 +
 .../sysds/parser/class-use/ParserFactory.html      |   125 +
 .../sysds/parser/class-use/ParserWrapper.html      |   195 +
 .../sysds/parser/class-use/PathStatement.html      |   125 +
 .../parser/class-use/PrintStatement.PRINTTYPE.html |   190 +
 .../sysds/parser/class-use/PrintStatement.html     |   125 +
 .../parser/class-use/RelationalExpression.html     |   125 +
 .../class-use/Statement.FederatedPSScheme.html     |   195 +
 .../class-use/Statement.PSCheckpointing.html       |   174 +
 .../parser/class-use/Statement.PSFrequency.html    |   253 +
 .../parser/class-use/Statement.PSModeType.html     |   174 +
 .../class-use/Statement.PSRuntimeBalancing.html    |   203 +
 .../sysds/parser/class-use/Statement.PSScheme.html |   226 +
 .../parser/class-use/Statement.PSUpdateType.html   |   205 +
 .../apache/sysds/parser/class-use/Statement.html   |   364 +
 .../sysds/parser/class-use/StatementBlock.html     |  1114 +
 .../sysds/parser/class-use/StringIdentifier.html   |   125 +
 .../apache/sysds/parser/class-use/VariableSet.html |   890 +
 .../sysds/parser/class-use/WhileStatement.html     |   125 +
 .../parser/class-use/WhileStatementBlock.html      |   202 +
 .../parser/dml/CustomErrorListener.ParseIssue.html |   467 +
 .../dml/CustomErrorListener.ParseIssueType.html    |   381 +
 .../sysds/parser/dml/CustomErrorListener.html      |   560 +
 .../apache/sysds/parser/dml/DMLParserWrapper.html  |   353 +
 .../apache/sysds/parser/dml/DmlBaseListener.html   |  2759 ++
 .../java/org/apache/sysds/parser/dml/DmlLexer.html |  1725 +
 .../org/apache/sysds/parser/dml/DmlListener.html   |  2263 ++
 ...rser.AccumulatorAssignmentStatementContext.html |   446 +
 .../dml/DmlParser.AddSubExpressionContext.html     |   446 +
 .../dml/DmlParser.AssignmentStatementContext.html  |   446 +
 .../dml/DmlParser.AtomicExpressionContext.html     |   407 +
 .../dml/DmlParser.BooleanAndExpressionContext.html |   446 +
 .../dml/DmlParser.BooleanNotExpressionContext.html |   420 +
 .../dml/DmlParser.BooleanOrExpressionContext.html  |   446 +
 ...DmlParser.BuiltinFunctionExpressionContext.html |   459 +
 ...mlParser.CommandlineParamExpressionContext.html |   379 +
 ...arser.CommandlinePositionExpressionContext.html |   379 +
 .../DmlParser.ConstDoubleIdExpressionContext.html  |   379 +
 .../dml/DmlParser.ConstFalseExpressionContext.html |   366 +
 .../dml/DmlParser.ConstIntIdExpressionContext.html |   379 +
 .../DmlParser.ConstStringIdExpressionContext.html  |   379 +
 .../dml/DmlParser.ConstTrueExpressionContext.html  |   366 +
 .../dml/DmlParser.DataIdExpressionContext.html     |   379 +
 .../dml/DmlParser.DataIdentifierContext.html       |   389 +
 .../parser/dml/DmlParser.DataTypeContext.html      |   361 +
 .../parser/dml/DmlParser.ExpressionContext.html    |   389 +
 ...arser.ExternalFunctionDefExpressionContext.html |   524 +
 .../parser/dml/DmlParser.ForStatementContext.html  |   537 +
 ...ser.FunctionCallAssignmentStatementContext.html |   485 +
 ...unctionCallMultiAssignmentStatementContext.html |   511 +
 .../dml/DmlParser.FunctionStatementContext.html    |   389 +
 .../parser/dml/DmlParser.IfStatementContext.html   |   472 +
 .../DmlParser.IfdefAssignmentStatementContext.html |   472 +
 .../dml/DmlParser.ImportStatementContext.html      |   433 +
 .../dml/DmlParser.IndexedExpressionContext.html    |   485 +
 ...arser.InternalFunctionDefExpressionContext.html |   563 +
 ...er.IterablePredicateColonExpressionContext.html |   433 +
 .../dml/DmlParser.IterablePredicateContext.html    |   389 +
 ...rser.IterablePredicateSeqExpressionContext.html |   459 +
 .../dml/DmlParser.MatrixDataTypeCheckContext.html  |   372 +
 .../dml/DmlParser.MatrixMulExpressionContext.html  |   446 +
 .../sysds/parser/dml/DmlParser.Ml_typeContext.html |   392 +
 .../dml/DmlParser.ModIntDivExpressionContext.html  |   446 +
 .../dml/DmlParser.MultDivExpressionContext.html    |   446 +
 .../dml/DmlParser.MultiIdExpressionContext.html    |   433 +
 .../dml/DmlParser.ParForStatementContext.html      |   537 +
 .../DmlParser.ParameterizedExpressionContext.html  |   433 +
 .../parser/dml/DmlParser.PathStatementContext.html |   407 +
 .../dml/DmlParser.PowerExpressionContext.html      |   446 +
 .../parser/dml/DmlParser.ProgramrootContext.html   |   498 +
 .../dml/DmlParser.RelationalExpressionContext.html |   446 +
 ...rser.SimpleDataIdentifierExpressionContext.html |   379 +
 .../parser/dml/DmlParser.StatementContext.html     |   389 +
 ...arser.StrictParameterizedExpressionContext.html |   433 +
 ...r.StrictParameterizedKeyValueStringContext.html |   433 +
 .../dml/DmlParser.TypedArgAssignContext.html       |   459 +
 .../dml/DmlParser.TypedArgNoAssignContext.html     |   433 +
 .../dml/DmlParser.UnaryExpressionContext.html      |   420 +
 .../parser/dml/DmlParser.ValueTypeContext.html     |   366 +
 .../dml/DmlParser.WhileStatementContext.html       |   459 +
 .../org/apache/sysds/parser/dml/DmlParser.html     |  2429 ++
 .../apache/sysds/parser/dml/DmlPreprocessor.html   |  2667 ++
 .../DmlSyntacticValidator.ConvertedDMLSyntax.html  |   310 +
 .../sysds/parser/dml/DmlSyntacticValidator.html    |  2837 ++
 .../apache/sysds/parser/dml/ExpressionInfo.html    |   319 +
 .../org/apache/sysds/parser/dml/StatementInfo.html |   306 +
 .../class-use/CustomErrorListener.ParseIssue.html  |   264 +
 .../CustomErrorListener.ParseIssueType.html        |   208 +
 .../parser/dml/class-use/CustomErrorListener.html  |   202 +
 .../parser/dml/class-use/DMLParserWrapper.html     |   125 +
 .../parser/dml/class-use/DmlBaseListener.html      |   125 +
 .../sysds/parser/dml/class-use/DmlLexer.html       |   125 +
 .../sysds/parser/dml/class-use/DmlListener.html    |   180 +
 ...rser.AccumulatorAssignmentStatementContext.html |   205 +
 .../DmlParser.AddSubExpressionContext.html         |   205 +
 .../DmlParser.AssignmentStatementContext.html      |   205 +
 .../DmlParser.AtomicExpressionContext.html         |   205 +
 .../DmlParser.BooleanAndExpressionContext.html     |   205 +
 .../DmlParser.BooleanNotExpressionContext.html     |   205 +
 .../DmlParser.BooleanOrExpressionContext.html      |   205 +
 ...DmlParser.BuiltinFunctionExpressionContext.html |   205 +
 ...mlParser.CommandlineParamExpressionContext.html |   205 +
 ...arser.CommandlinePositionExpressionContext.html |   205 +
 .../DmlParser.ConstDoubleIdExpressionContext.html  |   205 +
 .../DmlParser.ConstFalseExpressionContext.html     |   205 +
 .../DmlParser.ConstIntIdExpressionContext.html     |   205 +
 .../DmlParser.ConstStringIdExpressionContext.html  |   205 +
 .../DmlParser.ConstTrueExpressionContext.html      |   205 +
 .../DmlParser.DataIdExpressionContext.html         |   205 +
 .../class-use/DmlParser.DataIdentifierContext.html |   310 +
 .../dml/class-use/DmlParser.DataTypeContext.html   |   206 +
 .../dml/class-use/DmlParser.ExpressionContext.html |   647 +
 ...arser.ExternalFunctionDefExpressionContext.html |   205 +
 .../class-use/DmlParser.ForStatementContext.html   |   205 +
 ...ser.FunctionCallAssignmentStatementContext.html |   205 +
 ...unctionCallMultiAssignmentStatementContext.html |   205 +
 .../DmlParser.FunctionStatementContext.html        |   252 +
 .../class-use/DmlParser.IfStatementContext.html    |   205 +
 .../DmlParser.IfdefAssignmentStatementContext.html |   205 +
 .../DmlParser.ImportStatementContext.html          |   205 +
 .../DmlParser.IndexedExpressionContext.html        |   207 +
 ...arser.InternalFunctionDefExpressionContext.html |   205 +
 ...er.IterablePredicateColonExpressionContext.html |   205 +
 .../DmlParser.IterablePredicateContext.html        |   234 +
 ...rser.IterablePredicateSeqExpressionContext.html |   205 +
 .../DmlParser.MatrixDataTypeCheckContext.html      |   205 +
 .../DmlParser.MatrixMulExpressionContext.html      |   205 +
 .../dml/class-use/DmlParser.Ml_typeContext.html    |   239 +
 .../DmlParser.ModIntDivExpressionContext.html      |   205 +
 .../DmlParser.MultDivExpressionContext.html        |   205 +
 .../DmlParser.MultiIdExpressionContext.html        |   205 +
 .../DmlParser.ParForStatementContext.html          |   205 +
 .../DmlParser.ParameterizedExpressionContext.html  |   289 +
 .../class-use/DmlParser.PathStatementContext.html  |   205 +
 .../DmlParser.PowerExpressionContext.html          |   205 +
 .../class-use/DmlParser.ProgramrootContext.html    |   214 +
 .../DmlParser.RelationalExpressionContext.html     |   205 +
 ...rser.SimpleDataIdentifierExpressionContext.html |   205 +
 .../dml/class-use/DmlParser.StatementContext.html  |   399 +
 ...arser.StrictParameterizedExpressionContext.html |   273 +
 ...r.StrictParameterizedKeyValueStringContext.html |   257 +
 .../class-use/DmlParser.TypedArgAssignContext.html |   257 +
 .../DmlParser.TypedArgNoAssignContext.html         |   277 +
 .../DmlParser.UnaryExpressionContext.html          |   205 +
 .../dml/class-use/DmlParser.ValueTypeContext.html  |   218 +
 .../class-use/DmlParser.WhileStatementContext.html |   205 +
 .../sysds/parser/dml/class-use/DmlParser.html      |   125 +
 .../parser/dml/class-use/DmlPreprocessor.html      |   125 +
 .../DmlSyntacticValidator.ConvertedDMLSyntax.html  |   169 +
 .../dml/class-use/DmlSyntacticValidator.html       |   125 +
 .../sysds/parser/dml/class-use/ExpressionInfo.html |   173 +
 .../sysds/parser/dml/class-use/StatementInfo.html  |   169 +
 .../org/apache/sysds/parser/dml/package-frame.html |    90 +
 .../apache/sysds/parser/dml/package-summary.html   |   443 +
 .../org/apache/sysds/parser/dml/package-tree.html  |   267 +
 .../org/apache/sysds/parser/dml/package-use.html   |   374 +
 .../org/apache/sysds/parser/package-frame.html     |    92 +
 .../org/apache/sysds/parser/package-summary.html   |   458 +
 .../java/org/apache/sysds/parser/package-tree.html |   258 +
 .../java/org/apache/sysds/parser/package-use.html  |   846 +
 .../sysds/runtime/DMLCompressionException.html     |   319 +
 .../apache/sysds/runtime/DMLRuntimeException.html  |   319 +
 .../apache/sysds/runtime/DMLScriptException.html   |   301 +
 .../runtime/class-use/DMLCompressionException.html |   125 +
 .../runtime/class-use/DMLRuntimeException.html     |  1179 +
 .../runtime/class-use/DMLScriptException.html      |   169 +
 .../sysds/runtime/codegen/ByteClassLoader.html     |   316 +
 .../apache/sysds/runtime/codegen/CodegenUtils.html |   462 +
 .../sysds/runtime/codegen/LibSpoofPrimitives.html  |  7117 ++++
 .../sysds/runtime/codegen/SpoofCUDACellwise.html   |   567 +
 .../codegen/SpoofCUDAOperator.PrecisionProxy.html  |   294 +
 .../sysds/runtime/codegen/SpoofCUDAOperator.html   |   459 +
 .../sysds/runtime/codegen/SpoofCUDARowwise.html    |   565 +
 .../sysds/runtime/codegen/SpoofCellwise.AggOp.html |   370 +
 .../runtime/codegen/SpoofCellwise.CellType.html    |   396 +
 .../sysds/runtime/codegen/SpoofCellwise.html       |   513 +
 .../sysds/runtime/codegen/SpoofMultiAggregate.html |   467 +
 .../runtime/codegen/SpoofOperator.SideInput.html   |   387 +
 .../codegen/SpoofOperator.SideInputSparseCell.html |   322 +
 .../codegen/SpoofOperator.SideInputSparseRow.html  |   324 +
 .../sysds/runtime/codegen/SpoofOperator.html       |   434 +
 .../codegen/SpoofOuterProduct.OutProdType.html     |   370 +
 .../sysds/runtime/codegen/SpoofOuterProduct.html   |   451 +
 .../runtime/codegen/SpoofRowwise.RowType.html      |   532 +
 .../apache/sysds/runtime/codegen/SpoofRowwise.html |   504 +
 .../runtime/codegen/class-use/ByteClassLoader.html |   125 +
 .../runtime/codegen/class-use/CodegenUtils.html    |   125 +
 .../codegen/class-use/LibSpoofPrimitives.html      |   125 +
 .../codegen/class-use/SpoofCUDACellwise.html       |   125 +
 .../SpoofCUDAOperator.PrecisionProxy.html          |   250 +
 .../codegen/class-use/SpoofCUDAOperator.html       |   263 +
 .../codegen/class-use/SpoofCUDARowwise.html        |   125 +
 .../codegen/class-use/SpoofCellwise.AggOp.html     |   276 +
 .../codegen/class-use/SpoofCellwise.CellType.html  |   262 +
 .../runtime/codegen/class-use/SpoofCellwise.html   |   182 +
 .../codegen/class-use/SpoofMultiAggregate.html     |   125 +
 .../codegen/class-use/SpoofOperator.SideInput.html |   209 +
 .../SpoofOperator.SideInputSparseCell.html         |   125 +
 .../SpoofOperator.SideInputSparseRow.html          |   125 +
 .../runtime/codegen/class-use/SpoofOperator.html   |   198 +
 .../class-use/SpoofOuterProduct.OutProdType.html   |   262 +
 .../codegen/class-use/SpoofOuterProduct.html       |   125 +
 .../codegen/class-use/SpoofRowwise.RowType.html    |   262 +
 .../runtime/codegen/class-use/SpoofRowwise.html    |   165 +
 .../sysds/runtime/codegen/package-frame.html       |    44 +
 .../sysds/runtime/codegen/package-summary.html     |   240 +
 .../apache/sysds/runtime/codegen/package-tree.html |   194 +
 .../apache/sysds/runtime/codegen/package-use.html  |   279 +
 .../runtime/compress/CompressedMatrixBlock.html    |  2479 ++
 .../compress/CompressedMatrixBlockFactory.html     |   370 +
 .../runtime/compress/CompressionSettings.html      |   523 +
 .../compress/CompressionSettingsBuilder.html       |   633 +
 .../runtime/compress/CompressionStatistics.html    |   431 +
 .../compress/class-use/CompressedMatrixBlock.html  |   332 +
 .../class-use/CompressedMatrixBlockFactory.html    |   125 +
 .../compress/class-use/CompressionSettings.html    |   340 +
 .../class-use/CompressionSettingsBuilder.html      |   257 +
 .../compress/class-use/CompressionStatistics.html  |   185 +
 .../runtime/compress/cocode/AColumnCoCoder.html    |   202 +
 .../runtime/compress/cocode/CoCodeBinPacking.html  |   253 +
 .../sysds/runtime/compress/cocode/CoCodeCost.html  |   208 +
 .../compress/cocode/CoCodeCostMatrixMult.html      |   203 +
 .../runtime/compress/cocode/CoCodeCostTSMM.html    |   203 +
 .../runtime/compress/cocode/CoCodeStatic.html      |   204 +
 .../cocode/PlanningCoCoder.PartitionerType.html    |   396 +
 .../runtime/compress/cocode/PlanningCoCoder.html   |   316 +
 .../compress/cocode/class-use/AColumnCoCoder.html  |   187 +
 .../cocode/class-use/CoCodeBinPacking.html         |   125 +
 .../compress/cocode/class-use/CoCodeCost.html      |   125 +
 .../cocode/class-use/CoCodeCostMatrixMult.html     |   125 +
 .../compress/cocode/class-use/CoCodeCostTSMM.html  |   125 +
 .../compress/cocode/class-use/CoCodeStatic.html    |   125 +
 .../class-use/PlanningCoCoder.PartitionerType.html |   226 +
 .../compress/cocode/class-use/PlanningCoCoder.html |   125 +
 .../runtime/compress/cocode/package-frame.html     |    30 +
 .../runtime/compress/cocode/package-summary.html   |   190 +
 .../runtime/compress/cocode/package-tree.html      |   159 +
 .../sysds/runtime/compress/cocode/package-use.html |   184 +
 .../colgroup/AColGroup.CompressionType.html        |   407 +
 .../sysds/runtime/compress/colgroup/AColGroup.html |  1194 +
 .../compress/colgroup/ColGroupCompressed.html      |   496 +
 .../runtime/compress/colgroup/ColGroupConst.html   |   533 +
 .../runtime/compress/colgroup/ColGroupDDC.html     |   707 +
 .../runtime/compress/colgroup/ColGroupEmpty.html   |   954 +
 .../runtime/compress/colgroup/ColGroupFactory.html |   368 +
 .../runtime/compress/colgroup/ColGroupIO.html      |   337 +
 .../runtime/compress/colgroup/ColGroupOLE.html     |   648 +
 .../runtime/compress/colgroup/ColGroupOffset.html  |   446 +
 .../runtime/compress/colgroup/ColGroupRLE.html     |   691 +
 .../runtime/compress/colgroup/ColGroupSDC.html     |   755 +
 .../compress/colgroup/ColGroupSDCSingle.html       |   712 +
 .../compress/colgroup/ColGroupSDCSingleZeros.html  |   712 +
 .../compress/colgroup/ColGroupSDCZeros.html        |   726 +
 .../runtime/compress/colgroup/ColGroupSizes.html   |   497 +
 .../compress/colgroup/ColGroupUncompressed.html    |  1182 +
 .../runtime/compress/colgroup/ColGroupValue.html   |  1081 +
 .../class-use/AColGroup.CompressionType.html       |   380 +
 .../compress/colgroup/class-use/AColGroup.html     |   645 +
 .../colgroup/class-use/ColGroupCompressed.html     |   261 +
 .../compress/colgroup/class-use/ColGroupConst.html |   125 +
 .../compress/colgroup/class-use/ColGroupDDC.html   |   196 +
 .../compress/colgroup/class-use/ColGroupEmpty.html |   166 +
 .../colgroup/class-use/ColGroupFactory.html        |   125 +
 .../compress/colgroup/class-use/ColGroupIO.html    |   125 +
 .../compress/colgroup/class-use/ColGroupOLE.html   |   125 +
 .../colgroup/class-use/ColGroupOffset.html         |   174 +
 .../compress/colgroup/class-use/ColGroupRLE.html   |   125 +
 .../compress/colgroup/class-use/ColGroupSDC.html   |   203 +
 .../colgroup/class-use/ColGroupSDCSingle.html      |   203 +
 .../colgroup/class-use/ColGroupSDCSingleZeros.html |   196 +
 .../colgroup/class-use/ColGroupSDCZeros.html       |   196 +
 .../compress/colgroup/class-use/ColGroupSizes.html |   125 +
 .../colgroup/class-use/ColGroupUncompressed.html   |   165 +
 .../compress/colgroup/class-use/ColGroupValue.html |   243 +
 .../compress/colgroup/dictionary/ADictionary.html  |  1211 +
 .../compress/colgroup/dictionary/Dictionary.html   |  1295 +
 .../dictionary/DictionaryFactory.Type.html         |   358 +
 .../colgroup/dictionary/DictionaryFactory.html     |   407 +
 .../colgroup/dictionary/MatrixBlockDictionary.html |  1322 +
 .../compress/colgroup/dictionary/QDictionary.html  |  1343 +
 .../colgroup/dictionary/class-use/ADictionary.html |   494 +
 .../colgroup/dictionary/class-use/Dictionary.html  |   652 +
 .../class-use/DictionaryFactory.Type.html          |   174 +
 .../dictionary/class-use/DictionaryFactory.html    |   125 +
 .../class-use/MatrixBlockDictionary.html           |   183 +
 .../colgroup/dictionary/class-use/QDictionary.html |   197 +
 .../colgroup/dictionary/package-frame.html         |    28 +
 .../colgroup/dictionary/package-summary.html       |   182 +
 .../compress/colgroup/dictionary/package-tree.html |   157 +
 .../compress/colgroup/dictionary/package-use.html  |   205 +
 .../colgroup/insertionsort/AInsertionSorter.html   |   299 +
 .../InsertionSorterFactory.SORT_TYPE.html          |   346 +
 .../insertionsort/InsertionSorterFactory.html      |   335 +
 .../colgroup/insertionsort/MaterializeSort.html    |   256 +
 .../compress/colgroup/insertionsort/MergeSort.html |   256 +
 .../insertionsort/class-use/AInsertionSorter.html  |   199 +
 .../InsertionSorterFactory.SORT_TYPE.html          |   191 +
 .../class-use/InsertionSorterFactory.html          |   125 +
 .../insertionsort/class-use/MaterializeSort.html   |   125 +
 .../insertionsort/class-use/MergeSort.html         |   125 +
 .../colgroup/insertionsort/package-frame.html      |    27 +
 .../colgroup/insertionsort/package-summary.html    |   172 +
 .../colgroup/insertionsort/package-tree.html       |   156 +
 .../colgroup/insertionsort/package-use.html        |   163 +
 .../compress/colgroup/mapping/AMapToData.html      |   357 +
 .../compress/colgroup/mapping/MapToBit.html        |   428 +
 .../compress/colgroup/mapping/MapToByte.html       |   428 +
 .../compress/colgroup/mapping/MapToChar.html       |   442 +
 .../colgroup/mapping/MapToFactory.MAP_TYPE.html    |   370 +
 .../compress/colgroup/mapping/MapToFactory.html    |   386 +
 .../compress/colgroup/mapping/MapToInt.html        |   428 +
 .../colgroup/mapping/class-use/AMapToData.html     |   273 +
 .../colgroup/mapping/class-use/MapToBit.html       |   165 +
 .../colgroup/mapping/class-use/MapToByte.html      |   165 +
 .../colgroup/mapping/class-use/MapToChar.html      |   165 +
 .../mapping/class-use/MapToFactory.MAP_TYPE.html   |   174 +
 .../colgroup/mapping/class-use/MapToFactory.html   |   125 +
 .../colgroup/mapping/class-use/MapToInt.html       |   165 +
 .../compress/colgroup/mapping/package-frame.html   |    29 +
 .../compress/colgroup/mapping/package-summary.html |   178 +
 .../compress/colgroup/mapping/package-tree.html    |   158 +
 .../compress/colgroup/mapping/package-use.html     |   211 +
 .../compress/colgroup/offset/AIterator.html        |   398 +
 .../runtime/compress/colgroup/offset/AOffset.html  |   415 +
 .../compress/colgroup/offset/OffsetByte.html       |   423 +
 .../compress/colgroup/offset/OffsetChar.html       |   423 +
 .../colgroup/offset/OffsetFactory.OFF_TYPE.html    |   346 +
 .../compress/colgroup/offset/OffsetFactory.html    |   358 +
 .../colgroup/offset/class-use/AIterator.html       |   173 +
 .../colgroup/offset/class-use/AOffset.html         |   191 +
 .../colgroup/offset/class-use/OffsetByte.html      |   165 +
 .../colgroup/offset/class-use/OffsetChar.html      |   165 +
 .../offset/class-use/OffsetFactory.OFF_TYPE.html   |   174 +
 .../colgroup/offset/class-use/OffsetFactory.html   |   125 +
 .../compress/colgroup/offset/package-frame.html    |    28 +
 .../compress/colgroup/offset/package-summary.html  |   178 +
 .../compress/colgroup/offset/package-tree.html     |   157 +
 .../compress/colgroup/offset/package-use.html      |   174 +
 .../runtime/compress/colgroup/package-frame.html   |    40 +
 .../runtime/compress/colgroup/package-summary.html |   254 +
 .../runtime/compress/colgroup/package-tree.html    |   178 +
 .../runtime/compress/colgroup/package-use.html     |   281 +
 .../compress/estim/CompressedSizeEstimator.html    |   489 +
 .../estim/CompressedSizeEstimatorExact.html        |   326 +
 .../estim/CompressedSizeEstimatorFactory.html      |   274 +
 .../estim/CompressedSizeEstimatorSample.html       |   379 +
 .../runtime/compress/estim/CompressedSizeInfo.html |   385 +
 .../compress/estim/CompressedSizeInfoColGroup.html |   567 +
 .../runtime/compress/estim/EstimationFactors.html  |   244 +
 .../estim/class-use/CompressedSizeEstimator.html   |   213 +
 .../class-use/CompressedSizeEstimatorExact.html    |   125 +
 .../class-use/CompressedSizeEstimatorFactory.html  |   125 +
 .../class-use/CompressedSizeEstimatorSample.html   |   125 +
 .../estim/class-use/CompressedSizeInfo.html        |   241 +
 .../class-use/CompressedSizeInfoColGroup.html      |   322 +
 .../estim/class-use/EstimationFactors.html         |   190 +
 .../runtime/compress/estim/package-frame.html      |    26 +
 .../runtime/compress/estim/package-summary.html    |   177 +
 .../sysds/runtime/compress/estim/package-tree.html |   147 +
 .../sysds/runtime/compress/estim/package-use.html  |   222 +
 .../compress/estim/sample/HassAndStokes.html       |   363 +
 .../SampleEstimatorFactory.EstimationType.html     |   370 +
 .../estim/sample/SampleEstimatorFactory.html       |   299 +
 .../compress/estim/sample/ShlosserEstimator.html   |   238 +
 .../estim/sample/ShlosserJackknifeEstimator.html   |   238 +
 .../estim/sample/SmoothedJackknifeEstimator.html   |   291 +
 .../estim/sample/class-use/HassAndStokes.html      |   125 +
 .../SampleEstimatorFactory.EstimationType.html     |   228 +
 .../sample/class-use/SampleEstimatorFactory.html   |   125 +
 .../estim/sample/class-use/ShlosserEstimator.html  |   125 +
 .../class-use/ShlosserJackknifeEstimator.html      |   125 +
 .../class-use/SmoothedJackknifeEstimator.html      |   125 +
 .../compress/estim/sample/package-frame.html       |    28 +
 .../compress/estim/sample/package-summary.html     |   174 +
 .../compress/estim/sample/package-tree.html        |   154 +
 .../runtime/compress/estim/sample/package-use.html |   177 +
 .../sysds/runtime/compress/lib/BitmapEncoder.html  |   307 +
 .../runtime/compress/lib/BitmapLossyEncoder.html   |   298 +
 .../sysds/runtime/compress/lib/CLALibAppend.html   |   274 +
 .../runtime/compress/lib/CLALibBinaryCellOp.html   |   318 +
 .../sysds/runtime/compress/lib/CLALibCompAgg.html  |   282 +
 .../runtime/compress/lib/CLALibLeftMultBy.html     |   339 +
 .../sysds/runtime/compress/lib/CLALibReExpand.html |   282 +
 .../runtime/compress/lib/CLALibRelationalOp.html   |   277 +
 .../runtime/compress/lib/CLALibRightMultBy.html    |   280 +
 .../sysds/runtime/compress/lib/CLALibScalar.html   |   276 +
 .../sysds/runtime/compress/lib/CLALibSquash.html   |   274 +
 .../compress/lib/class-use/BitmapEncoder.html      |   125 +
 .../compress/lib/class-use/BitmapLossyEncoder.html |   125 +
 .../compress/lib/class-use/CLALibAppend.html       |   125 +
 .../compress/lib/class-use/CLALibBinaryCellOp.html |   125 +
 .../compress/lib/class-use/CLALibCompAgg.html      |   125 +
 .../compress/lib/class-use/CLALibLeftMultBy.html   |   125 +
 .../compress/lib/class-use/CLALibReExpand.html     |   125 +
 .../compress/lib/class-use/CLALibRelationalOp.html |   125 +
 .../compress/lib/class-use/CLALibRightMultBy.html  |   125 +
 .../compress/lib/class-use/CLALibScalar.html       |   125 +
 .../compress/lib/class-use/CLALibSquash.html       |   125 +
 .../sysds/runtime/compress/lib/package-frame.html  |    30 +
 .../runtime/compress/lib/package-summary.html      |   190 +
 .../sysds/runtime/compress/lib/package-tree.html   |   148 +
 .../sysds/runtime/compress/lib/package-use.html    |   125 +
 .../sysds/runtime/compress/package-frame.html      |    24 +
 .../sysds/runtime/compress/package-summary.html    |   168 +
 .../sysds/runtime/compress/package-tree.html       |   150 +
 .../apache/sysds/runtime/compress/package-use.html |   280 +
 .../compress/readers/ReaderColumnSelection.html    |   295 +
 .../readers/ReaderColumnSelectionBitSet.html       |   254 +
 .../ReaderColumnSelectionDenseMultiBlock.html      |   252 +
 ...erColumnSelectionDenseMultiBlockTransposed.html |   252 +
 .../ReaderColumnSelectionDenseSingleBlock.html     |   252 +
 ...rColumnSelectionDenseSingleBlockTransposed.html |   252 +
 .../readers/ReaderColumnSelectionSparse.html       |   266 +
 .../ReaderColumnSelectionSparseTransposed.html     |   266 +
 .../readers/ReaderCompressedSelection.html         |   210 +
 .../readers/class-use/ReaderColumnSelection.html   |   221 +
 .../class-use/ReaderColumnSelectionBitSet.html     |   125 +
 .../ReaderColumnSelectionDenseMultiBlock.html      |   125 +
 ...erColumnSelectionDenseMultiBlockTransposed.html |   125 +
 .../ReaderColumnSelectionDenseSingleBlock.html     |   125 +
 ...rColumnSelectionDenseSingleBlockTransposed.html |   125 +
 .../class-use/ReaderColumnSelectionSparse.html     |   125 +
 .../ReaderColumnSelectionSparseTransposed.html     |   125 +
 .../class-use/ReaderCompressedSelection.html       |   125 +
 .../runtime/compress/readers/package-frame.html    |    28 +
 .../runtime/compress/readers/package-summary.html  |   185 +
 .../runtime/compress/readers/package-tree.html     |   149 +
 .../runtime/compress/readers/package-use.html      |   160 +
 .../runtime/compress/utils/ABitmap.BitmapType.html |   346 +
 .../sysds/runtime/compress/utils/ABitmap.html      |   502 +
 .../sysds/runtime/compress/utils/Bitmap.html       |   420 +
 .../sysds/runtime/compress/utils/BitmapLossy.html  |   517 +
 .../runtime/compress/utils/CustomHashMap.html      |   319 +
 .../sysds/runtime/compress/utils/DblArray.html     |   387 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   392 +
 .../compress/utils/DblArrayIntListHashMap.html     |   413 +
 .../utils/DoubleIntListHashMap.DIListEntry.html    |   392 +
 .../compress/utils/DoubleIntListHashMap.html       |   379 +
 .../sysds/runtime/compress/utils/IntArrayList.html |   374 +
 .../sysds/runtime/compress/utils/IntIntMap.html    |   350 +
 .../runtime/compress/utils/LinearAlgebraUtils.html |   669 +
 .../runtime/compress/utils/MultiColBitmap.html     |   444 +
 .../apache/sysds/runtime/compress/utils/Util.html  |   274 +
 .../utils/class-use/ABitmap.BitmapType.html        |   190 +
 .../runtime/compress/utils/class-use/ABitmap.html  |   388 +
 .../runtime/compress/utils/class-use/Bitmap.html   |   125 +
 .../compress/utils/class-use/BitmapLossy.html      |   163 +
 .../compress/utils/class-use/CustomHashMap.html    |   221 +
 .../runtime/compress/utils/class-use/DblArray.html |   231 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   196 +
 .../utils/class-use/DblArrayIntListHashMap.html    |   125 +
 .../DoubleIntListHashMap.DIListEntry.html          |   196 +
 .../utils/class-use/DoubleIntListHashMap.html      |   125 +
 .../compress/utils/class-use/IntArrayList.html     |   345 +
 .../compress/utils/class-use/IntIntMap.html        |   125 +
 .../utils/class-use/LinearAlgebraUtils.html        |   125 +
 .../compress/utils/class-use/MultiColBitmap.html   |   125 +
 .../runtime/compress/utils/class-use/Util.html     |   125 +
 .../runtime/compress/utils/package-frame.html      |    35 +
 .../runtime/compress/utils/package-summary.html    |   223 +
 .../sysds/runtime/compress/utils/package-tree.html |   169 +
 .../sysds/runtime/compress/utils/package-use.html  |   329 +
 .../compress/workload/WTreeNode.WTNodeType.html    |   419 +
 .../sysds/runtime/compress/workload/WTreeNode.html |   394 +
 .../compress/workload/WorkloadAnalyzer.html        |   313 +
 .../workload/class-use/WTreeNode.WTNodeType.html   |   189 +
 .../compress/workload/class-use/WTreeNode.html     |   200 +
 .../workload/class-use/WorkloadAnalyzer.html       |   125 +
 .../runtime/compress/workload/package-frame.html   |    25 +
 .../runtime/compress/workload/package-summary.html |   169 +
 .../runtime/compress/workload/package-tree.html    |   151 +
 .../runtime/compress/workload/package-use.html     |   168 +
 .../runtime/controlprogram/BasicProgramBlock.html  |   444 +
 .../runtime/controlprogram/ForProgramBlock.html    |   506 +
 .../controlprogram/FunctionProgramBlock.html       |   576 +
 .../runtime/controlprogram/IfProgramBlock.html     |   502 +
 .../runtime/controlprogram/LocalVariableMap.html   |   554 +
 .../ParForProgramBlock.PDataPartitionFormat.html   |   442 +
 .../ParForProgramBlock.PDataPartitioner.html       |   370 +
 .../ParForProgramBlock.PExecMode.html              |   370 +
 .../ParForProgramBlock.POptMode.html               |   370 +
 .../ParForProgramBlock.PResultMerge.html           |   395 +
 .../ParForProgramBlock.PTaskPartitioner.html       |   406 +
 .../ParForProgramBlock.PartitionFormat.html        |   492 +
 .../runtime/controlprogram/ParForProgramBlock.html |  1210 +
 .../sysds/runtime/controlprogram/Program.html      |   594 +
 .../sysds/runtime/controlprogram/ProgramBlock.html |   855 +
 .../runtime/controlprogram/WhileProgramBlock.html  |   437 +
 .../runtime/controlprogram/caching/ByteBuffer.html |   401 +
 .../runtime/controlprogram/caching/CacheBlock.html |   452 +
 .../controlprogram/caching/CacheBlockFactory.html  |   300 +
 .../controlprogram/caching/CacheDataInput.html     |   637 +
 .../controlprogram/caching/CacheDataOutput.html    |   632 +
 .../caching/CacheStatistics.Stat.html              |   478 +
 .../controlprogram/caching/CacheStatistics.html    |   793 +
 .../caching/CacheableData.CacheStatus.html         |   395 +
 .../controlprogram/caching/CacheableData.html      |  1502 +
 .../controlprogram/caching/FrameObject.html        |   509 +
 .../caching/LazyWriteBuffer.RPolicy.html           |   346 +
 .../controlprogram/caching/LazyWriteBuffer.html    |   478 +
 .../caching/MatrixObject.UpdateType.html           |   371 +
 .../controlprogram/caching/MatrixObject.html       |   704 +
 .../runtime/controlprogram/caching/PageCache.html  |   311 +
 .../controlprogram/caching/TensorObject.html       |   432 +
 .../caching/UnifiedMemoryManager.html              |   454 +
 .../caching/class-use/ByteBuffer.html              |   125 +
 .../caching/class-use/CacheBlock.html              |   638 +
 .../caching/class-use/CacheBlockFactory.html       |   125 +
 .../caching/class-use/CacheDataInput.html          |   125 +
 .../caching/class-use/CacheDataOutput.html         |   125 +
 .../caching/class-use/CacheStatistics.Stat.html    |   174 +
 .../caching/class-use/CacheStatistics.html         |   125 +
 .../class-use/CacheableData.CacheStatus.html       |   178 +
 .../caching/class-use/CacheableData.html           |   392 +
 .../caching/class-use/FrameObject.html             |   436 +
 .../caching/class-use/LazyWriteBuffer.RPolicy.html |   187 +
 .../caching/class-use/LazyWriteBuffer.html         |   125 +
 .../caching/class-use/MatrixObject.UpdateType.html |   443 +
 .../caching/class-use/MatrixObject.html            |  1934 +
 .../caching/class-use/PageCache.html               |   125 +
 .../caching/class-use/TensorObject.html            |   207 +
 .../caching/class-use/UnifiedMemoryManager.html    |   125 +
 .../controlprogram/caching/package-frame.html      |    42 +
 .../controlprogram/caching/package-summary.html    |   255 +
 .../controlprogram/caching/package-tree.html       |   179 +
 .../controlprogram/caching/package-use.html        |   709 +
 .../class-use/BasicProgramBlock.html               |   194 +
 .../controlprogram/class-use/ForProgramBlock.html  |   256 +
 .../class-use/FunctionProgramBlock.html            |   261 +
 .../controlprogram/class-use/IfProgramBlock.html   |   216 +
 .../controlprogram/class-use/LocalVariableMap.html |   877 +
 .../ParForProgramBlock.PDataPartitionFormat.html   |   280 +
 .../ParForProgramBlock.PDataPartitioner.html       |   187 +
 .../class-use/ParForProgramBlock.PExecMode.html    |   213 +
 .../class-use/ParForProgramBlock.POptMode.html     |   232 +
 .../class-use/ParForProgramBlock.PResultMerge.html |   187 +
 .../ParForProgramBlock.PTaskPartitioner.html       |   187 +
 .../ParForProgramBlock.PartitionFormat.html        |   302 +
 .../class-use/ParForProgramBlock.html              |   269 +
 .../runtime/controlprogram/class-use/Program.html  |   664 +
 .../controlprogram/class-use/ProgramBlock.html     |   866 +
 .../class-use/WhileProgramBlock.html               |   192 +
 .../controlprogram/context/ExecutionContext.html   |  1531 +
 .../context/ExecutionContextFactory.html           |   332 +
 .../SparkExecutionContext.SparkClusterConfig.html  |   363 +
 .../context/SparkExecutionContext.html             |  1355 +
 .../context/class-use/ExecutionContext.html        |  2768 ++
 .../context/class-use/ExecutionContextFactory.html |   125 +
 .../SparkExecutionContext.SparkClusterConfig.html  |   167 +
 .../context/class-use/SparkExecutionContext.html   |   309 +
 .../controlprogram/context/package-frame.html      |    23 +
 .../controlprogram/context/package-summary.html    |   158 +
 .../controlprogram/context/package-tree.html       |   144 +
 .../controlprogram/context/package-use.html        |   591 +
 .../federated/ExecutionContextMap.html             |   285 +
 .../controlprogram/federated/FederatedData.html    |   482 +
 .../federated/FederatedLocalData.html              |   315 +
 .../controlprogram/federated/FederatedRange.html   |   526 +
 .../federated/FederatedRequest.RequestType.html    |   394 +
 .../controlprogram/federated/FederatedRequest.html |   532 +
 .../federated/FederatedResponse.ResponseType.html  |   358 +
 .../federated/FederatedResponse.html               |   417 +
 .../controlprogram/federated/FederatedUDF.html     |   303 +
 .../controlprogram/federated/FederatedWorker.html  |   279 +
 .../federated/FederatedWorkerHandler.html          |   366 +
 .../federated/FederatedWorkerHandlerException.html |   305 +
 .../federated/FederationMap.FPartitioning.html     |   370 +
 .../federated/FederationMap.FReplication.html      |   358 +
 .../federated/FederationMap.FType.html             |   433 +
 .../controlprogram/federated/FederationMap.html    |   998 +
 .../controlprogram/federated/FederationUtils.html  |   660 +
 .../federated/class-use/ExecutionContextMap.html   |   163 +
 .../federated/class-use/FederatedData.html         |   299 +
 .../federated/class-use/FederatedLocalData.html    |   125 +
 .../federated/class-use/FederatedRange.html        |   343 +
 .../class-use/FederatedRequest.RequestType.html    |   225 +
 .../federated/class-use/FederatedRequest.html      |   368 +
 .../class-use/FederatedResponse.ResponseType.html  |   193 +
 .../federated/class-use/FederatedResponse.html     |   304 +
 .../federated/class-use/FederatedUDF.html          |   220 +
 .../federated/class-use/FederatedWorker.html       |   125 +
 .../class-use/FederatedWorkerHandler.html          |   125 +
 .../class-use/FederatedWorkerHandlerException.html |   125 +
 .../class-use/FederationMap.FPartitioning.html     |   174 +
 .../class-use/FederationMap.FReplication.html      |   174 +
 .../federated/class-use/FederationMap.FType.html   |   315 +
 .../federated/class-use/FederationMap.html         |   397 +
 .../federated/class-use/FederationUtils.html       |   125 +
 .../controlprogram/federated/package-frame.html    |    42 +
 .../controlprogram/federated/package-summary.html  |   231 +
 .../controlprogram/federated/package-tree.html     |   188 +
 .../controlprogram/federated/package-use.html      |   364 +
 .../runtime/controlprogram/package-frame.html      |    38 +
 .../runtime/controlprogram/package-summary.html    |   222 +
 .../sysds/runtime/controlprogram/package-tree.html |   170 +
 .../sysds/runtime/controlprogram/package-use.html  |   670 +
 .../paramserv/FederatedPSControlThread.html        |   376 +
 .../controlprogram/paramserv/LocalPSWorker.html    |   333 +
 .../controlprogram/paramserv/LocalParamServer.html |   338 +
 .../runtime/controlprogram/paramserv/PSWorker.html |   303 +
 .../controlprogram/paramserv/ParamServer.html      |   283 +
 .../controlprogram/paramserv/ParamservUtils.html   |   852 +
 .../controlprogram/paramserv/SparkPSBody.html      |   298 +
 .../controlprogram/paramserv/SparkPSProxy.html     |   311 +
 .../controlprogram/paramserv/SparkPSWorker.html    |   361 +
 .../class-use/FederatedPSControlThread.html        |   125 +
 .../paramserv/class-use/LocalPSWorker.html         |   165 +
 .../paramserv/class-use/LocalParamServer.html      |   200 +
 .../paramserv/class-use/PSWorker.html              |   173 +
 .../paramserv/class-use/ParamServer.html           |   198 +
 .../paramserv/class-use/ParamservUtils.html        |   125 +
 .../paramserv/class-use/SparkPSBody.html           |   180 +
 .../paramserv/class-use/SparkPSProxy.html          |   167 +
 .../paramserv/class-use/SparkPSWorker.html         |   125 +
 .../paramserv/dp/BalanceToAvgFederatedScheme.html  |   308 +
 .../controlprogram/paramserv/dp/DCLocalScheme.html |   320 +
 .../controlprogram/paramserv/dp/DCSparkScheme.html |   264 +
 .../controlprogram/paramserv/dp/DRLocalScheme.html |   304 +
 .../paramserv/dp/DRRLocalScheme.html               |   321 +
 .../paramserv/dp/DRRSparkScheme.html               |   262 +
 .../controlprogram/paramserv/dp/DRSparkScheme.html |   264 +
 ...ataPartitionFederatedScheme.BalanceMetrics.html |   308 +
 .../dp/DataPartitionFederatedScheme.Result.html    |   338 +
 .../paramserv/dp/DataPartitionFederatedScheme.html |   303 +
 .../dp/DataPartitionLocalScheme.Result.html        |   293 +
 .../paramserv/dp/DataPartitionLocalScheme.html     |   299 +
 .../paramserv/dp/DataPartitionSparkScheme.html     |   291 +
 .../dp/DataPartitionerSparkAggregator.html         |   309 +
 .../paramserv/dp/DataPartitionerSparkMapper.html   |   301 +
 .../paramserv/dp/FederatedDataPartitioner.html     |   276 +
 .../dp/KeepDataOnWorkerFederatedScheme.html        |   305 +
 .../paramserv/dp/LocalDataPartitioner.html         |   276 +
 .../controlprogram/paramserv/dp/ORLocalScheme.html |   320 +
 .../controlprogram/paramserv/dp/ORSparkScheme.html |   262 +
 .../dp/ReplicateToMaxFederatedScheme.html          |   309 +
 .../paramserv/dp/ShuffleFederatedScheme.html       |   308 +
 .../paramserv/dp/SparkDataPartitioner.html         |   253 +
 .../dp/SubsampleToMinFederatedScheme.html          |   309 +
 .../dp/class-use/BalanceToAvgFederatedScheme.html  |   125 +
 .../paramserv/dp/class-use/DCLocalScheme.html      |   125 +
 .../paramserv/dp/class-use/DCSparkScheme.html      |   125 +
 .../paramserv/dp/class-use/DRLocalScheme.html      |   125 +
 .../paramserv/dp/class-use/DRRLocalScheme.html     |   125 +
 .../paramserv/dp/class-use/DRRSparkScheme.html     |   125 +
 .../paramserv/dp/class-use/DRSparkScheme.html      |   125 +
 ...ataPartitionFederatedScheme.BalanceMetrics.html |   180 +
 .../DataPartitionFederatedScheme.Result.html       |   202 +
 .../dp/class-use/DataPartitionFederatedScheme.html |   201 +
 .../class-use/DataPartitionLocalScheme.Result.html |   197 +
 .../dp/class-use/DataPartitionLocalScheme.html     |   197 +
 .../dp/class-use/DataPartitionSparkScheme.html     |   187 +
 .../class-use/DataPartitionerSparkAggregator.html  |   125 +
 .../dp/class-use/DataPartitionerSparkMapper.html   |   125 +
 .../dp/class-use/FederatedDataPartitioner.html     |   125 +
 .../class-use/KeepDataOnWorkerFederatedScheme.html |   125 +
 .../dp/class-use/LocalDataPartitioner.html         |   125 +
 .../paramserv/dp/class-use/ORLocalScheme.html      |   125 +
 .../paramserv/dp/class-use/ORSparkScheme.html      |   125 +
 .../class-use/ReplicateToMaxFederatedScheme.html   |   125 +
 .../dp/class-use/ShuffleFederatedScheme.html       |   125 +
 .../dp/class-use/SparkDataPartitioner.html         |   125 +
 .../class-use/SubsampleToMinFederatedScheme.html   |   125 +
 .../controlprogram/paramserv/dp/package-frame.html |    42 +
 .../paramserv/dp/package-summary.html              |   281 +
 .../controlprogram/paramserv/dp/package-tree.html  |   170 +
 .../controlprogram/paramserv/dp/package-use.html   |   173 +
 .../controlprogram/paramserv/package-frame.html    |    28 +
 .../controlprogram/paramserv/package-summary.html  |   177 +
 .../controlprogram/paramserv/package-tree.html     |   155 +
 .../controlprogram/paramserv/package-use.html      |   210 +
 .../controlprogram/paramserv/rpc/PSRpcCall.html    |   379 +
 .../controlprogram/paramserv/rpc/PSRpcFactory.html |   309 +
 .../controlprogram/paramserv/rpc/PSRpcHandler.html |   275 +
 .../controlprogram/paramserv/rpc/PSRpcObject.html  |   356 +
 .../paramserv/rpc/PSRpcResponse.Type.html          |   358 +
 .../paramserv/rpc/PSRpcResponse.html               |   408 +
 .../paramserv/rpc/class-use/PSRpcCall.html         |   125 +
 .../paramserv/rpc/class-use/PSRpcFactory.html      |   125 +
 .../paramserv/rpc/class-use/PSRpcHandler.html      |   125 +
 .../paramserv/rpc/class-use/PSRpcObject.html       |   169 +
 .../rpc/class-use/PSRpcResponse.Type.html          |   189 +
 .../paramserv/rpc/class-use/PSRpcResponse.html     |   125 +
 .../paramserv/rpc/package-frame.html               |    28 +
 .../paramserv/rpc/package-summary.html             |   174 +
 .../controlprogram/paramserv/rpc/package-tree.html |   161 +
 .../controlprogram/paramserv/rpc/package-use.html  |   161 +
 .../parfor/CachedReuseVariables.html               |   306 +
 .../controlprogram/parfor/DataPartitioner.html     |   325 +
 .../parfor/DataPartitionerLocal.html               |   364 +
 .../parfor/DataPartitionerRemoteSpark.html         |   259 +
 .../parfor/DataPartitionerRemoteSparkMapper.html   |   310 +
 .../parfor/DataPartitionerRemoteSparkReducer.html  |   292 +
 .../controlprogram/parfor/LocalParWorker.html      |   333 +
 .../controlprogram/parfor/LocalTaskQueue.html      |   403 +
 .../runtime/controlprogram/parfor/ParForBody.html  |   367 +
 .../runtime/controlprogram/parfor/ParWorker.html   |   351 +
 .../controlprogram/parfor/RemoteDPParForSpark.html |   298 +
 .../parfor/RemoteDPParForSparkWorker.html          |   320 +
 .../parfor/RemoteParForJobReturn.html              |   351 +
 .../controlprogram/parfor/RemoteParForSpark.html   |   300 +
 .../parfor/RemoteParForSparkWorker.html            |   329 +
 .../controlprogram/parfor/RemoteParForUtils.html   |   485 +
 .../runtime/controlprogram/parfor/ResultMerge.html |   327 +
 .../parfor/ResultMergeLocalAutomatic.html          |   330 +
 .../parfor/ResultMergeLocalFile.html               |   374 +
 .../parfor/ResultMergeLocalMemory.html             |   333 +
 .../parfor/ResultMergeRemoteGrouping.html          |   267 +
 .../parfor/ResultMergeRemoteSorting.html           |   267 +
 .../parfor/ResultMergeRemoteSpark.html             |   336 +
 .../parfor/ResultMergeRemoteSparkWCompare.html     |   345 +
 .../parfor/ResultMergeTaggedMatrixIndexes.html     |   400 +
 .../controlprogram/parfor/Task.TaskType.html       |   346 +
 .../sysds/runtime/controlprogram/parfor/Task.html  |   497 +
 .../controlprogram/parfor/TaskPartitioner.html     |   291 +
 .../parfor/TaskPartitionerFactoring.html           |   344 +
 .../parfor/TaskPartitionerFactoringCmax.html       |   276 +
 .../parfor/TaskPartitionerFactoringCmin.html       |   275 +
 .../parfor/TaskPartitionerFixedsize.html           |   336 +
 .../parfor/TaskPartitionerNaive.html               |   273 +
 .../parfor/TaskPartitionerStatic.html              |   275 +
 .../parfor/class-use/CachedReuseVariables.html     |   125 +
 .../parfor/class-use/DataPartitioner.html          |   173 +
 .../parfor/class-use/DataPartitionerLocal.html     |   125 +
 .../class-use/DataPartitionerRemoteSpark.html      |   125 +
 .../DataPartitionerRemoteSparkMapper.html          |   125 +
 .../DataPartitionerRemoteSparkReducer.html         |   125 +
 .../parfor/class-use/LocalParWorker.html           |   125 +
 .../parfor/class-use/LocalTaskQueue.html           |   192 +
 .../parfor/class-use/ParForBody.html               |   220 +
 .../controlprogram/parfor/class-use/ParWorker.html |   184 +
 .../parfor/class-use/RemoteDPParForSpark.html      |   125 +
 .../class-use/RemoteDPParForSparkWorker.html       |   125 +
 .../parfor/class-use/RemoteParForJobReturn.html    |   190 +
 .../parfor/class-use/RemoteParForSpark.html        |   125 +
 .../parfor/class-use/RemoteParForSparkWorker.html  |   125 +
 .../parfor/class-use/RemoteParForUtils.html        |   125 +
 .../parfor/class-use/ResultMerge.html              |   188 +
 .../class-use/ResultMergeLocalAutomatic.html       |   125 +
 .../parfor/class-use/ResultMergeLocalFile.html     |   125 +
 .../parfor/class-use/ResultMergeLocalMemory.html   |   125 +
 .../class-use/ResultMergeRemoteGrouping.html       |   125 +
 .../parfor/class-use/ResultMergeRemoteSorting.html |   125 +
 .../parfor/class-use/ResultMergeRemoteSpark.html   |   125 +
 .../class-use/ResultMergeRemoteSparkWCompare.html  |   125 +
 .../class-use/ResultMergeTaggedMatrixIndexes.html  |   165 +
 .../parfor/class-use/Task.TaskType.html            |   190 +
 .../controlprogram/parfor/class-use/Task.html      |   254 +
 .../parfor/class-use/TaskPartitioner.html          |   202 +
 .../parfor/class-use/TaskPartitionerFactoring.html |   174 +
 .../class-use/TaskPartitionerFactoringCmax.html    |   125 +
 .../class-use/TaskPartitionerFactoringCmin.html    |   125 +
 .../parfor/class-use/TaskPartitionerFixedsize.html |   175 +
 .../parfor/class-use/TaskPartitionerNaive.html     |   125 +
 .../parfor/class-use/TaskPartitionerStatic.html    |   125 +
 .../parfor/opt/CostEstimator.DataFormat.html       |   346 +
 .../parfor/opt/CostEstimator.ExcludeType.html      |   358 +
 .../parfor/opt/CostEstimator.TestMeasure.html      |   346 +
 .../controlprogram/parfor/opt/CostEstimator.html   |   545 +
 .../parfor/opt/CostEstimatorHops.html              |   392 +
 .../parfor/opt/CostEstimatorRuntime.html           |   365 +
 .../parfor/opt/OptNode.ExecType.html               |   359 +
 .../parfor/opt/OptNode.NodeType.html               |   431 +
 .../parfor/opt/OptNode.ParamType.html              |   442 +
 .../runtime/controlprogram/parfor/opt/OptNode.html |   869 +
 .../parfor/opt/OptNodeStatistics.html              |   512 +
 .../runtime/controlprogram/parfor/opt/OptTree.html |   386 +
 .../parfor/opt/OptTreeConverter.html               |   576 +
 .../parfor/opt/OptTreePlanChecker.html             |   276 +
 .../parfor/opt/OptTreePlanMapping.html             |   304 +
 .../parfor/opt/OptTreePlanMappingAbstract.html     |   402 +
 .../parfor/opt/OptTreePlanMappingRuntime.html      |   346 +
 .../parfor/opt/OptimizationWrapper.html            |   357 +
 .../parfor/opt/Optimizer.CostModelType.html        |   346 +
 .../parfor/opt/Optimizer.PlanInputType.html        |   346 +
 .../controlprogram/parfor/opt/Optimizer.html       |   357 +
 .../parfor/opt/OptimizerConstrained.html           |   381 +
 .../parfor/opt/OptimizerHeuristic.html             |   381 +
 .../parfor/opt/OptimizerRuleBased.html             |   638 +
 .../parfor/opt/ProgramRecompiler.html              |   386 +
 .../opt/class-use/CostEstimator.DataFormat.html    |   220 +
 .../opt/class-use/CostEstimator.ExcludeType.html   |   191 +
 .../opt/class-use/CostEstimator.TestMeasure.html   |   249 +
 .../parfor/opt/class-use/CostEstimator.html        |   210 +
 .../parfor/opt/class-use/CostEstimatorHops.html    |   125 +
 .../parfor/opt/class-use/CostEstimatorRuntime.html |   125 +
 .../parfor/opt/class-use/OptNode.ExecType.html     |   207 +
 .../parfor/opt/class-use/OptNode.NodeType.html     |   210 +
 .../parfor/opt/class-use/OptNode.ParamType.html    |   205 +
 .../parfor/opt/class-use/OptNode.html              |   396 +
 .../parfor/opt/class-use/OptNodeStatistics.html    |   125 +
 .../parfor/opt/class-use/OptTree.html              |   218 +
 .../parfor/opt/class-use/OptTreeConverter.html     |   125 +
 .../parfor/opt/class-use/OptTreePlanChecker.html   |   125 +
 .../parfor/opt/class-use/OptTreePlanMapping.html   |   169 +
 .../opt/class-use/OptTreePlanMappingAbstract.html  |   180 +
 .../opt/class-use/OptTreePlanMappingRuntime.html   |   125 +
 .../parfor/opt/class-use/OptimizationWrapper.html  |   125 +
 .../opt/class-use/Optimizer.CostModelType.html     |   186 +
 .../opt/class-use/Optimizer.PlanInputType.html     |   222 +
 .../parfor/opt/class-use/Optimizer.html            |   186 +
 .../parfor/opt/class-use/OptimizerConstrained.html |   125 +
 .../parfor/opt/class-use/OptimizerHeuristic.html   |   125 +
 .../parfor/opt/class-use/OptimizerRuleBased.html   |   177 +
 .../parfor/opt/class-use/ProgramRecompiler.html    |   125 +
 .../controlprogram/parfor/opt/package-frame.html   |    47 +
 .../controlprogram/parfor/opt/package-summary.html |   287 +
 .../controlprogram/parfor/opt/package-tree.html    |   185 +
 .../controlprogram/parfor/opt/package-use.html     |   219 +
 .../controlprogram/parfor/package-frame.html       |    56 +
 .../controlprogram/parfor/package-summary.html     |   352 +
 .../controlprogram/parfor/package-tree.html        |   204 +
 .../runtime/controlprogram/parfor/package-use.html |   240 +
 .../parfor/stat/InfrastructureAnalyzer.html        |   656 +
 .../runtime/controlprogram/parfor/stat/Stat.html   |   619 +
 .../parfor/stat/StatisticMonitor.html              |   377 +
 .../runtime/controlprogram/parfor/stat/Timing.html |   328 +
 .../stat/class-use/InfrastructureAnalyzer.html     |   125 +
 .../controlprogram/parfor/stat/class-use/Stat.html |   199 +
 .../parfor/stat/class-use/StatisticMonitor.html    |   125 +
 .../parfor/stat/class-use/Timing.html              |   165 +
 .../controlprogram/parfor/stat/package-frame.html  |    26 +
 .../parfor/stat/package-summary.html               |   175 +
 .../controlprogram/parfor/stat/package-tree.html   |   152 +
 .../controlprogram/parfor/stat/package-use.html    |   181 +
 .../runtime/controlprogram/parfor/util/Cell.html   |   345 +
 .../controlprogram/parfor/util/IDHandler.html      |   338 +
 .../controlprogram/parfor/util/IDSequence.html     |   345 +
 .../parfor/util/PairWritableBlock.html             |   373 +
 .../parfor/util/PairWritableCell.html              |   359 +
 .../parfor/util/StagingFileUtils.html              |   473 +
 .../controlprogram/parfor/util/class-use/Cell.html |   179 +
 .../parfor/util/class-use/IDHandler.html           |   125 +
 .../parfor/util/class-use/IDSequence.html          |   170 +
 .../parfor/util/class-use/PairWritableBlock.html   |   125 +
 .../parfor/util/class-use/PairWritableCell.html    |   125 +
 .../parfor/util/class-use/StagingFileUtils.html    |   125 +
 .../controlprogram/parfor/util/package-frame.html  |    25 +
 .../parfor/util/package-summary.html               |   177 +
 .../controlprogram/parfor/util/package-tree.html   |   143 +
 .../controlprogram/parfor/util/package-use.html    |   182 +
 .../sysds/runtime/data/BasicTensorBlock.html       |   942 +
 .../apache/sysds/runtime/data/DataTensorBlock.html |   670 +
 .../apache/sysds/runtime/data/DenseBlock.Type.html |   346 +
 .../org/apache/sysds/runtime/data/DenseBlock.html  |  1453 +
 .../apache/sysds/runtime/data/DenseBlockBool.html  |   891 +
 .../apache/sysds/runtime/data/DenseBlockDRB.html   |   680 +
 .../apache/sysds/runtime/data/DenseBlockFP32.html  |   783 +
 .../apache/sysds/runtime/data/DenseBlockFP64.html  |   910 +
 .../sysds/runtime/data/DenseBlockFactory.html      |   486 +
 .../apache/sysds/runtime/data/DenseBlockInt32.html |   783 +
 .../apache/sysds/runtime/data/DenseBlockInt64.html |   783 +
 .../apache/sysds/runtime/data/DenseBlockLBool.html |   781 +
 .../apache/sysds/runtime/data/DenseBlockLDRB.html  |   712 +
 .../apache/sysds/runtime/data/DenseBlockLFP32.html |   726 +
 .../apache/sysds/runtime/data/DenseBlockLFP64.html |   726 +
 .../sysds/runtime/data/DenseBlockLInt32.html       |   726 +
 .../sysds/runtime/data/DenseBlockLInt64.html       |   726 +
 .../sysds/runtime/data/DenseBlockLString.html      |   777 +
 .../sysds/runtime/data/DenseBlockString.html       |   866 +
 .../sysds/runtime/data/IndexedTensorBlock.html     |   352 +
 .../apache/sysds/runtime/data/LibTensorAgg.html    |   359 +
 .../sysds/runtime/data/LibTensorBincell.html       |   303 +
 .../apache/sysds/runtime/data/LibTensorReorg.html  |   289 +
 .../sysds/runtime/data/SparseBlock.Type.html       |   358 +
 .../org/apache/sysds/runtime/data/SparseBlock.html |  1336 +
 .../apache/sysds/runtime/data/SparseBlockCOO.html  |  1549 +
 .../apache/sysds/runtime/data/SparseBlockCSR.html  |  1676 +
 .../sysds/runtime/data/SparseBlockFactory.html     |   366 +
 .../apache/sysds/runtime/data/SparseBlockMCSR.html |  1404 +
 .../org/apache/sysds/runtime/data/SparseRow.html   |   544 +
 .../apache/sysds/runtime/data/SparseRowScalar.html |   610 +
 .../apache/sysds/runtime/data/SparseRowVector.html |   827 +
 .../org/apache/sysds/runtime/data/TensorBlock.html |  1417 +
 .../apache/sysds/runtime/data/TensorIndexes.html   |   521 +
 .../runtime/data/class-use/BasicTensorBlock.html   |   413 +
 .../runtime/data/class-use/DataTensorBlock.html    |   206 +
 .../runtime/data/class-use/DenseBlock.Type.html    |   198 +
 .../sysds/runtime/data/class-use/DenseBlock.html   |   977 +
 .../runtime/data/class-use/DenseBlockBool.html     |   125 +
 .../runtime/data/class-use/DenseBlockDRB.html      |   185 +
 .../runtime/data/class-use/DenseBlockFP32.html     |   125 +
 .../runtime/data/class-use/DenseBlockFP64.html     |   125 +
 .../runtime/data/class-use/DenseBlockFactory.html  |   125 +
 .../runtime/data/class-use/DenseBlockInt32.html    |   125 +
 .../runtime/data/class-use/DenseBlockInt64.html    |   125 +
 .../runtime/data/class-use/DenseBlockLBool.html    |   125 +
 .../runtime/data/class-use/DenseBlockLDRB.html     |   185 +
 .../runtime/data/class-use/DenseBlockLFP32.html    |   125 +
 .../runtime/data/class-use/DenseBlockLFP64.html    |   125 +
 .../runtime/data/class-use/DenseBlockLInt32.html   |   125 +
 .../runtime/data/class-use/DenseBlockLInt64.html   |   125 +
 .../runtime/data/class-use/DenseBlockLString.html  |   125 +
 .../runtime/data/class-use/DenseBlockString.html   |   125 +
 .../runtime/data/class-use/IndexedTensorBlock.html |   230 +
 .../sysds/runtime/data/class-use/LibTensorAgg.html |   125 +
 .../runtime/data/class-use/LibTensorBincell.html   |   125 +
 .../runtime/data/class-use/LibTensorReorg.html     |   125 +
 .../runtime/data/class-use/SparseBlock.Type.html   |   308 +
 .../sysds/runtime/data/class-use/SparseBlock.html  |   444 +
 .../runtime/data/class-use/SparseBlockCOO.html     |   125 +
 .../runtime/data/class-use/SparseBlockCSR.html     |   125 +
 .../runtime/data/class-use/SparseBlockFactory.html |   125 +
 .../runtime/data/class-use/SparseBlockMCSR.html    |   125 +
 .../sysds/runtime/data/class-use/SparseRow.html    |   304 +
 .../runtime/data/class-use/SparseRowScalar.html    |   125 +
 .../runtime/data/class-use/SparseRowVector.html    |   125 +
 .../sysds/runtime/data/class-use/TensorBlock.html  |   739 +
 .../runtime/data/class-use/TensorIndexes.html      |   456 +
 .../apache/sysds/runtime/data/package-frame.html   |    56 +
 .../apache/sysds/runtime/data/package-summary.html |   317 +
 .../apache/sysds/runtime/data/package-tree.html    |   197 +
 .../org/apache/sysds/runtime/data/package-use.html |   458 +
 .../apache/sysds/runtime/functionobjects/And.html  |   309 +
 .../sysds/runtime/functionobjects/BitwAnd.html     |   309 +
 .../sysds/runtime/functionobjects/BitwOr.html      |   309 +
 .../sysds/runtime/functionobjects/BitwShiftL.html  |   309 +
 .../sysds/runtime/functionobjects/BitwShiftR.html  |   309 +
 .../sysds/runtime/functionobjects/BitwXor.html     |   309 +
 .../functionobjects/Builtin.BuiltinCode.html       |   922 +
 .../sysds/runtime/functionobjects/Builtin.html     |   511 +
 .../apache/sysds/runtime/functionobjects/CM.html   |   356 +
 .../apache/sysds/runtime/functionobjects/COV.html  |   355 +
 .../sysds/runtime/functionobjects/CTable.html      |   373 +
 .../sysds/runtime/functionobjects/DiagIndex.html   |   354 +
 .../sysds/runtime/functionobjects/Divide.html      |   308 +
 .../sysds/runtime/functionobjects/Equals.html      |   376 +
 .../runtime/functionobjects/FileFunction.html      |   250 +
 .../runtime/functionobjects/FunctionObject.html    |   455 +
 .../sysds/runtime/functionobjects/GreaterThan.html |   376 +
 .../runtime/functionobjects/GreaterThanEquals.html |   376 +
 .../sysds/runtime/functionobjects/IfElse.html      |   312 +
 .../runtime/functionobjects/IndexFunction.html     |   346 +
 .../runtime/functionobjects/IntegerDivide.html     |   308 +
 .../runtime/functionobjects/KahanFunction.html     |   352 +
 .../sysds/runtime/functionobjects/KahanPlus.html   |   364 +
 .../sysds/runtime/functionobjects/KahanPlusSq.html |   397 +
 .../sysds/runtime/functionobjects/LessThan.html    |   376 +
 .../runtime/functionobjects/LessThanEquals.html    |   376 +
 .../apache/sysds/runtime/functionobjects/Mean.html |   319 +
 .../sysds/runtime/functionobjects/Minus.html       |   309 +
 .../runtime/functionobjects/Minus1Multiply.html    |   309 +
 .../runtime/functionobjects/MinusMultiply.html     |   361 +
 .../sysds/runtime/functionobjects/MinusNz.html     |   309 +
 .../sysds/runtime/functionobjects/Modulus.html     |   313 +
 .../sysds/runtime/functionobjects/Multiply.html    |   309 +
 .../sysds/runtime/functionobjects/Multiply2.html   |   325 +
 .../apache/sysds/runtime/functionobjects/Not.html  |   304 +
 .../sysds/runtime/functionobjects/NotEquals.html   |   376 +
 .../runtime/functionobjects/OffsetColumnIndex.html |   354 +
 .../apache/sysds/runtime/functionobjects/Or.html   |   309 +
 ...ameterizedBuiltin.ParameterizedBuiltinCode.html |   454 +
 ...terizedBuiltin.ProbabilityDistributionCode.html |   394 +
 .../functionobjects/ParameterizedBuiltin.html      |   402 +
 .../apache/sysds/runtime/functionobjects/Plus.html |   328 +
 .../runtime/functionobjects/PlusMultiply.html      |   361 +
 .../sysds/runtime/functionobjects/Power.html       |   308 +
 .../sysds/runtime/functionobjects/Power2.html      |   325 +
 .../sysds/runtime/functionobjects/ReduceAll.html   |   341 +
 .../sysds/runtime/functionobjects/ReduceCol.html   |   341 +
 .../sysds/runtime/functionobjects/ReduceDiag.html  |   341 +
 .../sysds/runtime/functionobjects/ReduceRow.html   |   341 +
 .../sysds/runtime/functionobjects/RevIndex.html    |   342 +
 .../sysds/runtime/functionobjects/SortIndex.html   |   423 +
 .../sysds/runtime/functionobjects/SwapIndex.html   |   342 +
 ...aryValueFunction.ValueFunctionWithConstant.html |   230 +
 .../functionobjects/TernaryValueFunction.html      |   332 +
 .../functionobjects/ValueComparisonFunction.html   |   358 +
 .../runtime/functionobjects/ValueFunction.html     |   297 +
 .../apache/sysds/runtime/functionobjects/Xor.html  |   309 +
 .../runtime/functionobjects/class-use/And.html     |   165 +
 .../runtime/functionobjects/class-use/BitwAnd.html |   165 +
 .../runtime/functionobjects/class-use/BitwOr.html  |   165 +
 .../functionobjects/class-use/BitwShiftL.html      |   165 +
 .../functionobjects/class-use/BitwShiftR.html      |   165 +
 .../runtime/functionobjects/class-use/BitwXor.html |   165 +
 .../class-use/Builtin.BuiltinCode.html             |   222 +
 .../runtime/functionobjects/class-use/Builtin.html |   258 +
 .../runtime/functionobjects/class-use/CM.html      |   165 +
 .../runtime/functionobjects/class-use/COV.html     |   198 +
 .../runtime/functionobjects/class-use/CTable.html  |   165 +
 .../functionobjects/class-use/DiagIndex.html       |   169 +
 .../runtime/functionobjects/class-use/Divide.html  |   165 +
 .../runtime/functionobjects/class-use/Equals.html  |   165 +
 .../functionobjects/class-use/FileFunction.html    |   125 +
 .../functionobjects/class-use/FunctionObject.html  |   430 +
 .../functionobjects/class-use/GreaterThan.html     |   165 +
 .../class-use/GreaterThanEquals.html               |   165 +
 .../runtime/functionobjects/class-use/IfElse.html  |   165 +
 .../functionobjects/class-use/IndexFunction.html   |   278 +
 .../functionobjects/class-use/IntegerDivide.html   |   165 +
 .../functionobjects/class-use/KahanFunction.html   |   172 +
 .../functionobjects/class-use/KahanPlus.html       |   165 +
 .../functionobjects/class-use/KahanPlusSq.html     |   167 +
 .../functionobjects/class-use/LessThan.html        |   165 +
 .../functionobjects/class-use/LessThanEquals.html  |   165 +
 .../runtime/functionobjects/class-use/Mean.html    |   165 +
 .../runtime/functionobjects/class-use/Minus.html   |   165 +
 .../functionobjects/class-use/Minus1Multiply.html  |   165 +
 .../functionobjects/class-use/MinusMultiply.html   |   165 +
 .../runtime/functionobjects/class-use/MinusNz.html |   165 +
 .../runtime/functionobjects/class-use/Modulus.html |   165 +
 .../functionobjects/class-use/Multiply.html        |   165 +
 .../functionobjects/class-use/Multiply2.html       |   165 +
 .../runtime/functionobjects/class-use/Not.html     |   165 +
 .../functionobjects/class-use/NotEquals.html       |   165 +
 .../class-use/OffsetColumnIndex.html               |   165 +
 .../runtime/functionobjects/class-use/Or.html      |   165 +
 ...ameterizedBuiltin.ParameterizedBuiltinCode.html |   200 +
 ...terizedBuiltin.ProbabilityDistributionCode.html |   200 +
 .../class-use/ParameterizedBuiltin.html            |   170 +
 .../runtime/functionobjects/class-use/Plus.html    |   165 +
 .../functionobjects/class-use/PlusMultiply.html    |   165 +
 .../runtime/functionobjects/class-use/Power.html   |   165 +
 .../runtime/functionobjects/class-use/Power2.html  |   165 +
 .../functionobjects/class-use/ReduceAll.html       |   165 +
 .../functionobjects/class-use/ReduceCol.html       |   165 +
 .../functionobjects/class-use/ReduceDiag.html      |   165 +
 .../functionobjects/class-use/ReduceRow.html       |   165 +
 .../functionobjects/class-use/RevIndex.html        |   165 +
 .../functionobjects/class-use/SortIndex.html       |   125 +
 .../functionobjects/class-use/SwapIndex.html       |   165 +
 ...aryValueFunction.ValueFunctionWithConstant.html |   169 +
 .../class-use/TernaryValueFunction.html            |   207 +
 .../class-use/ValueComparisonFunction.html         |   185 +
 .../functionobjects/class-use/ValueFunction.html   |   539 +
 .../runtime/functionobjects/class-use/Xor.html     |   165 +
 .../runtime/functionobjects/package-frame.html     |    82 +
 .../runtime/functionobjects/package-summary.html   |   417 +
 .../runtime/functionobjects/package-tree.html      |   226 +
 .../sysds/runtime/functionobjects/package-use.html |   439 +
 .../runtime/instructions/CPInstructionParser.html  |   335 +
 .../runtime/instructions/FEDInstructionParser.html |   335 +
 .../runtime/instructions/GPUInstructionParser.html |   299 +
 .../runtime/instructions/Instruction.IType.html    |   382 +
 .../sysds/runtime/instructions/Instruction.html    |   845 +
 .../runtime/instructions/InstructionParser.html    |   289 +
 .../runtime/instructions/InstructionUtils.html     |  1129 +
 .../runtime/instructions/SPInstructionParser.html  |   335 +
 .../class-use/CPInstructionParser.html             |   125 +
 .../class-use/FEDInstructionParser.html            |   125 +
 .../class-use/GPUInstructionParser.html            |   125 +
 .../instructions/class-use/Instruction.IType.html  |   266 +
 .../instructions/class-use/Instruction.html        |  1875 +
 .../instructions/class-use/InstructionParser.html  |   177 +
 .../instructions/class-use/InstructionUtils.html   |   125 +
 .../class-use/SPInstructionParser.html             |   125 +
 .../cp/AggregateBinaryCPInstruction.html           |   405 +
 .../cp/AggregateTernaryCPInstruction.html          |   352 +
 .../cp/AggregateUnaryCPInstruction.AUType.html     |   431 +
 .../cp/AggregateUnaryCPInstruction.html            |   385 +
 .../cp/AppendCPInstruction.AppendType.html         |   370 +
 .../instructions/cp/AppendCPInstruction.html       |   369 +
 .../instructions/cp/BinaryCPInstruction.html       |   350 +
 .../cp/BinaryFrameFrameCPInstruction.html          |   351 +
 .../cp/BinaryFrameMatrixCPInstruction.html         |   351 +
 .../cp/BinaryFrameScalarCPInstruction.html         |   351 +
 .../cp/BinaryMatrixMatrixCPInstruction.html        |   351 +
 .../cp/BinaryMatrixScalarCPInstruction.html        |   351 +
 .../cp/BinaryScalarScalarCPInstruction.html        |   351 +
 .../cp/BinaryTensorTensorCPInstruction.html        |   351 +
 .../runtime/instructions/cp/BooleanObject.html     |   410 +
 .../instructions/cp/BuiltinNaryCPInstruction.html  |   377 +
 .../runtime/instructions/cp/CM_COV_Object.html     |   600 +
 .../instructions/cp/CPInstruction.CPType.html      |   742 +
 .../runtime/instructions/cp/CPInstruction.html     |   448 +
 .../sysds/runtime/instructions/cp/CPOperand.html   |   581 +
 .../cp/CentralMomentCPInstruction.html             |   376 +
 .../instructions/cp/CompressionCPInstruction.html  |   352 +
 .../instructions/cp/ComputationCPInstruction.html  |   433 +
 .../instructions/cp/CovarianceCPInstruction.html   |   364 +
 .../instructions/cp/CtableCPInstruction.html       |   379 +
 .../apache/sysds/runtime/instructions/cp/Data.html |   355 +
 .../instructions/cp/DataGenCPInstruction.html      |   629 +
 .../cp/DeCompressionCPInstruction.html             |   352 +
 .../runtime/instructions/cp/DnnCPInstruction.html  |   615 +
 .../runtime/instructions/cp/DoubleObject.html      |   410 +
 .../instructions/cp/EvalNaryCPInstruction.html     |   395 +
 .../instructions/cp/FrameAppendCPInstruction.html  |   370 +
 .../cp/FrameIndexingCPInstruction.html             |   383 +
 .../instructions/cp/FunctionCallCPInstruction.html |   530 +
 .../instructions/cp/IndexingCPInstruction.html     |   338 +
 .../sysds/runtime/instructions/cp/IntObject.html   |   393 +
 .../sysds/runtime/instructions/cp/KahanObject.html |   490 +
 .../cp/ListAppendRemoveCPInstruction.html          |   383 +
 .../instructions/cp/ListIndexingCPInstruction.html |   383 +
 .../sysds/runtime/instructions/cp/ListObject.html  |   894 +
 .../instructions/cp/MMChainCPInstruction.html      |   370 +
 .../instructions/cp/MMTSJCPInstruction.html        |   370 +
 .../instructions/cp/MatrixAppendCPInstruction.html |   397 +
 .../cp/MatrixBuiltinNaryCPInstruction.html         |   358 +
 .../cp/MatrixIndexingCPInstruction.html            |   431 +
 .../cp/MultiReturnBuiltinCPInstruction.html        |   441 +
 ...ltiReturnParameterizedBuiltinCPInstruction.html |   428 +
 .../runtime/instructions/cp/PMMJCPInstruction.html |   352 +
 .../cp/ParameterizedBuiltinCPInstruction.html      |   435 +
 .../cp/ParamservBuiltinCPInstruction.html          |   425 +
 .../instructions/cp/QuantilePickCPInstruction.html |   364 +
 .../instructions/cp/QuantileSortCPInstruction.html |   362 +
 .../instructions/cp/QuaternaryCPInstruction.html   |   365 +
 .../instructions/cp/ReorgCPInstruction.html        |   357 +
 .../instructions/cp/ReshapeCPInstruction.html      |   384 +
 .../instructions/cp/ScalarAppendCPInstruction.html |   370 +
 .../cp/ScalarBuiltinNaryCPInstruction.html         |   362 +
 .../runtime/instructions/cp/ScalarObject.html      |   408 +
 .../instructions/cp/ScalarObjectFactory.html       |   416 +
 .../instructions/cp/SpoofCPInstruction.html        |   420 +
 .../runtime/instructions/cp/SqlCPInstruction.html  |   394 +
 .../instructions/cp/StringInitCPInstruction.html   |   415 +
 .../runtime/instructions/cp/StringObject.html      |   406 +
 .../instructions/cp/TernaryCPInstruction.html      |   352 +
 .../cp/UaggOuterChainCPInstruction.html            |   357 +
 .../instructions/cp/UnaryCPInstruction.html        |   333 +
 .../instructions/cp/UnaryFrameCPInstruction.html   |   351 +
 .../instructions/cp/UnaryMatrixCPInstruction.html  |   355 +
 .../instructions/cp/UnaryScalarCPInstruction.html  |   356 +
 ...ariableCPInstruction.VariableOperationCode.html |   502 +
 .../instructions/cp/VariableCPInstruction.html     |   829 +
 .../cp/class-use/AggregateBinaryCPInstruction.html |   165 +
 .../class-use/AggregateTernaryCPInstruction.html   |   200 +
 .../AggregateUnaryCPInstruction.AUType.html        |   198 +
 .../cp/class-use/AggregateUnaryCPInstruction.html  |   178 +
 .../class-use/AppendCPInstruction.AppendType.html  |   178 +
 .../cp/class-use/AppendCPInstruction.html          |   213 +
 .../cp/class-use/BinaryCPInstruction.html          |   257 +
 .../class-use/BinaryFrameFrameCPInstruction.html   |   125 +
 .../class-use/BinaryFrameMatrixCPInstruction.html  |   125 +
 .../class-use/BinaryFrameScalarCPInstruction.html  |   125 +
 .../class-use/BinaryMatrixMatrixCPInstruction.html |   125 +
 .../class-use/BinaryMatrixScalarCPInstruction.html |   125 +
 .../class-use/BinaryScalarScalarCPInstruction.html |   125 +
 .../class-use/BinaryTensorTensorCPInstruction.html |   125 +
 .../instructions/cp/class-use/BooleanObject.html   |   125 +
 .../cp/class-use/BuiltinNaryCPInstruction.html     |   215 +
 .../instructions/cp/class-use/CM_COV_Object.html   |   262 +
 .../cp/class-use/CPInstruction.CPType.html         |   231 +
 .../instructions/cp/class-use/CPInstruction.html   |   465 +
 .../instructions/cp/class-use/CPOperand.html       |  1369 +
 .../cp/class-use/CentralMomentCPInstruction.html   |   165 +
 .../cp/class-use/CompressionCPInstruction.html     |   165 +
 .../cp/class-use/ComputationCPInstruction.html     |   403 +
 .../cp/class-use/CovarianceCPInstruction.html      |   165 +
 .../cp/class-use/CtableCPInstruction.html          |   165 +
 .../runtime/instructions/cp/class-use/Data.html    |   972 +
 .../cp/class-use/DataGenCPInstruction.html         |   165 +
 .../cp/class-use/DeCompressionCPInstruction.html   |   165 +
 .../cp/class-use/DnnCPInstruction.html             |   165 +
 .../instructions/cp/class-use/DoubleObject.html    |   165 +
 .../cp/class-use/EvalNaryCPInstruction.html        |   125 +
 .../cp/class-use/FrameAppendCPInstruction.html     |   125 +
 .../cp/class-use/FrameIndexingCPInstruction.html   |   125 +
 .../cp/class-use/FunctionCallCPInstruction.html    |   210 +
 .../cp/class-use/IndexingCPInstruction.html        |   210 +
 .../instructions/cp/class-use/IntObject.html       |   256 +
 .../instructions/cp/class-use/KahanObject.html     |   340 +
 .../class-use/ListAppendRemoveCPInstruction.html   |   125 +
 .../cp/class-use/ListIndexingCPInstruction.html    |   125 +
 .../instructions/cp/class-use/ListObject.html      |   550 +
 .../cp/class-use/MMChainCPInstruction.html         |   165 +
 .../cp/class-use/MMTSJCPInstruction.html           |   165 +
 .../cp/class-use/MatrixAppendCPInstruction.html    |   125 +
 .../class-use/MatrixBuiltinNaryCPInstruction.html  |   125 +
 .../cp/class-use/MatrixIndexingCPInstruction.html  |   125 +
 .../class-use/MultiReturnBuiltinCPInstruction.html |   165 +
 ...ltiReturnParameterizedBuiltinCPInstruction.html |   165 +
 .../cp/class-use/PMMJCPInstruction.html            |   165 +
 .../ParameterizedBuiltinCPInstruction.html         |   201 +
 .../class-use/ParamservBuiltinCPInstruction.html   |   125 +
 .../cp/class-use/QuantilePickCPInstruction.html    |   165 +
 .../cp/class-use/QuantileSortCPInstruction.html    |   165 +
 .../cp/class-use/QuaternaryCPInstruction.html      |   188 +
 .../cp/class-use/ReorgCPInstruction.html           |   165 +
 .../cp/class-use/ReshapeCPInstruction.html         |   165 +
 .../cp/class-use/ScalarAppendCPInstruction.html    |   125 +
 .../class-use/ScalarBuiltinNaryCPInstruction.html  |   125 +
 .../instructions/cp/class-use/ScalarObject.html    |   953 +
 .../cp/class-use/ScalarObjectFactory.html          |   125 +
 .../cp/class-use/SpoofCPInstruction.html           |   165 +
 .../cp/class-use/SqlCPInstruction.html             |   165 +
 .../cp/class-use/StringInitCPInstruction.html      |   165 +
 .../instructions/cp/class-use/StringObject.html    |   125 +
 .../cp/class-use/TernaryCPInstruction.html         |   165 +
 .../cp/class-use/UaggOuterChainCPInstruction.html  |   165 +
 .../cp/class-use/UnaryCPInstruction.html           |   295 +
 .../cp/class-use/UnaryFrameCPInstruction.html      |   125 +
 .../cp/class-use/UnaryMatrixCPInstruction.html     |   165 +
 .../cp/class-use/UnaryScalarCPInstruction.html     |   125 +
 ...ariableCPInstruction.VariableOperationCode.html |   178 +
 .../cp/class-use/VariableCPInstruction.html        |   210 +
 .../runtime/instructions/cp/package-frame.html     |    93 +
 .../runtime/instructions/cp/package-summary.html   |   444 +
 .../runtime/instructions/cp/package-tree.html      |   259 +
 .../sysds/runtime/instructions/cp/package-use.html |   932 +
 .../cpfile/MatrixIndexingCPFileInstruction.html    |   367 +
 .../class-use/MatrixIndexingCPFileInstruction.html |   165 +
 .../runtime/instructions/cpfile/package-frame.html |    20 +
 .../instructions/cpfile/package-summary.html       |   145 +
 .../runtime/instructions/cpfile/package-tree.html  |   158 +
 .../runtime/instructions/cpfile/package-use.html   |   160 +
 .../fed/AggregateBinaryFEDInstruction.html         |   425 +
 .../fed/AggregateTernaryFEDInstruction.html        |   350 +
 .../fed/AggregateUnaryFEDInstruction.html          |   361 +
 .../instructions/fed/AppendFEDInstruction.html     |   357 +
 .../instructions/fed/BinaryFEDInstruction.html     |   381 +
 .../fed/BinaryFrameScalarFEDInstruction.html       |   351 +
 .../fed/BinaryMatrixMatrixFEDInstruction.html      |   351 +
 .../fed/BinaryMatrixScalarFEDInstruction.html      |   351 +
 .../fed/CentralMomentFEDInstruction.html           |   362 +
 .../fed/ComputationFEDInstruction.html             |   407 +
 .../instructions/fed/CovarianceFEDInstruction.html |   357 +
 .../instructions/fed/CtableFEDInstruction.html     |   352 +
 .../instructions/fed/FEDInstruction.FEDType.html   |   574 +
 .../fed/FEDInstruction.FederatedOutput.html        |   384 +
 .../runtime/instructions/fed/FEDInstruction.html   |   369 +
 .../instructions/fed/FEDInstructionUtils.html      |   299 +
 .../instructions/fed/IndexingFEDInstruction.html   |   357 +
 .../instructions/fed/InitFEDInstruction.html       |   495 +
 .../instructions/fed/MMChainFEDInstruction.html    |   418 +
 ...edBuiltinFEDInstruction.CreateFrameEncoder.html |   352 +
 ...dBuiltinFEDInstruction.ExecuteFrameEncoder.html |   369 +
 ...tiReturnParameterizedBuiltinFEDInstruction.html |   397 +
 ...eterizedBuiltinFEDInstruction.DecodeMatrix.html |   371 +
 .../fed/ParameterizedBuiltinFEDInstruction.html    |   415 +
 .../fed/QuantilePickFEDInstruction.html            |   357 +
 .../fed/QuantileSortFEDInstruction.html            |   357 +
 .../instructions/fed/QuaternaryFEDInstruction.html |   333 +
 .../fed/QuaternaryWCeMMFEDInstruction.html         |   351 +
 .../fed/QuaternaryWDivMMFEDInstruction.html        |   351 +
 .../fed/QuaternaryWSLossFEDInstruction.html        |   351 +
 .../fed/QuaternaryWSigmoidFEDInstruction.html      |   351 +
 .../fed/QuaternaryWUMMFEDInstruction.html          |   351 +
 .../fed/ReorgFEDInstruction.DiagMatrix.html        |   331 +
 .../fed/ReorgFEDInstruction.Rdiag.html             |   331 +
 .../instructions/fed/ReorgFEDInstruction.html      |   436 +
 .../instructions/fed/ReshapeFEDInstruction.html    |   384 +
 .../instructions/fed/SpoofFEDInstruction.html      |   322 +
 .../instructions/fed/TernaryFEDInstruction.html    |   352 +
 .../instructions/fed/TsmmFEDInstruction.html       |   425 +
 .../instructions/fed/UnaryFEDInstruction.html      |   293 +
 .../fed/UnaryMatrixFEDInstruction.html             |   385 +
 .../instructions/fed/VariableFEDInstruction.html   |   359 +
 .../class-use/AggregateBinaryFEDInstruction.html   |   165 +
 .../class-use/AggregateTernaryFEDInstruction.html  |   165 +
 .../class-use/AggregateUnaryFEDInstruction.html    |   178 +
 .../fed/class-use/AppendFEDInstruction.html        |   165 +
 .../fed/class-use/BinaryFEDInstruction.html        |   206 +
 .../class-use/BinaryFrameScalarFEDInstruction.html |   125 +
 .../BinaryMatrixMatrixFEDInstruction.html          |   125 +
 .../BinaryMatrixScalarFEDInstruction.html          |   125 +
 .../fed/class-use/CentralMomentFEDInstruction.html |   165 +
 .../fed/class-use/ComputationFEDInstruction.html   |   273 +
 .../fed/class-use/CovarianceFEDInstruction.html    |   165 +
 .../fed/class-use/CtableFEDInstruction.html        |   165 +
 .../fed/class-use/FEDInstruction.FEDType.html      |   245 +
 .../class-use/FEDInstruction.FederatedOutput.html  |   230 +
 .../instructions/fed/class-use/FEDInstruction.html |   320 +
 .../fed/class-use/FEDInstructionUtils.html         |   125 +
 .../fed/class-use/IndexingFEDInstruction.html      |   165 +
 .../fed/class-use/InitFEDInstruction.html          |   165 +
 .../fed/class-use/MMChainFEDInstruction.html       |   165 +
 ...edBuiltinFEDInstruction.CreateFrameEncoder.html |   125 +
 ...dBuiltinFEDInstruction.ExecuteFrameEncoder.html |   125 +
 ...tiReturnParameterizedBuiltinFEDInstruction.html |   165 +
 ...eterizedBuiltinFEDInstruction.DecodeMatrix.html |   125 +
 .../ParameterizedBuiltinFEDInstruction.html        |   165 +
 .../fed/class-use/QuantilePickFEDInstruction.html  |   165 +
 .../fed/class-use/QuantileSortFEDInstruction.html  |   165 +
 .../fed/class-use/QuaternaryFEDInstruction.html    |   194 +
 .../class-use/QuaternaryWCeMMFEDInstruction.html   |   125 +
 .../class-use/QuaternaryWDivMMFEDInstruction.html  |   125 +
 .../class-use/QuaternaryWSLossFEDInstruction.html  |   125 +
 .../QuaternaryWSigmoidFEDInstruction.html          |   125 +
 .../class-use/QuaternaryWUMMFEDInstruction.html    |   125 +
 .../class-use/ReorgFEDInstruction.DiagMatrix.html  |   125 +
 .../fed/class-use/ReorgFEDInstruction.Rdiag.html   |   125 +
 .../fed/class-use/ReorgFEDInstruction.html         |   165 +
 .../fed/class-use/ReshapeFEDInstruction.html       |   165 +
 .../fed/class-use/SpoofFEDInstruction.html         |   165 +
 .../fed/class-use/TernaryFEDInstruction.html       |   165 +
 .../fed/class-use/TsmmFEDInstruction.html          |   165 +
 .../fed/class-use/UnaryFEDInstruction.html         |   193 +
 .../fed/class-use/UnaryMatrixFEDInstruction.html   |   165 +
 .../fed/class-use/VariableFEDInstruction.html      |   165 +
 .../runtime/instructions/fed/package-frame.html    |    64 +
 .../runtime/instructions/fed/package-summary.html  |   318 +
 .../runtime/instructions/fed/package-tree.html     |   216 +
 .../runtime/instructions/fed/package-use.html      |   280 +
 .../gpu/AggregateBinaryGPUInstruction.html         |   340 +
 .../gpu/AggregateUnaryGPUInstruction.html          |   341 +
 .../gpu/ArithmeticBinaryGPUInstruction.html        |   321 +
 .../gpu/BuiltinBinaryGPUInstruction.html           |   321 +
 .../gpu/BuiltinUnaryGPUInstruction.html            |   334 +
 .../instructions/gpu/DnnGPUInstruction.html        |   651 +
 .../gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html    |   490 +
 .../runtime/instructions/gpu/GPUInstruction.html   |  1889 +
 .../instructions/gpu/MMTSJGPUInstruction.html      |   353 +
 .../gpu/MatrixAppendGPUInstruction.html            |   341 +
 .../gpu/MatrixBuiltinGPUInstruction.html           |   339 +
 .../gpu/MatrixIndexingGPUInstruction.html          |   367 +
 .../gpu/MatrixMatrixArithmeticGPUInstruction.html  |   339 +
 .../gpu/MatrixMatrixAxpyGPUInstruction.html        |   345 +
 .../gpu/MatrixMatrixBuiltinGPUInstruction.html     |   339 +
 ...MatrixMatrixRelationalBinaryGPUInstruction.html |   339 +
 .../gpu/MatrixReshapeGPUInstruction.html           |   367 +
 .../gpu/RelationalBinaryGPUInstruction.html        |   321 +
 .../instructions/gpu/ReorgGPUInstruction.html      |   340 +
 .../gpu/ScalarMatrixArithmeticGPUInstruction.html  |   339 +
 .../gpu/ScalarMatrixBuiltinGPUInstruction.html     |   339 +
 ...ScalarMatrixRelationalBinaryGPUInstruction.html |   339 +
 .../gpu/SpoofCUDAInstruction.DoublePrecision.html  |   299 +
 .../gpu/SpoofCUDAInstruction.SinglePrecision.html  |   299 +
 .../instructions/gpu/SpoofCUDAInstruction.html     |   440 +
 .../class-use/AggregateBinaryGPUInstruction.html   |   165 +
 .../class-use/AggregateUnaryGPUInstruction.html    |   165 +
 .../class-use/ArithmeticBinaryGPUInstruction.html  |   186 +
 .../gpu/class-use/BuiltinBinaryGPUInstruction.html |   182 +
 .../gpu/class-use/BuiltinUnaryGPUInstruction.html  |   178 +
 .../gpu/class-use/DnnGPUInstruction.html           |   165 +
 .../GPUInstruction.GPUINSTRUCTION_TYPE.html        |   214 +
 .../instructions/gpu/class-use/GPUInstruction.html |   276 +
 .../gpu/class-use/MMTSJGPUInstruction.html         |   165 +
 .../gpu/class-use/MatrixAppendGPUInstruction.html  |   165 +
 .../gpu/class-use/MatrixBuiltinGPUInstruction.html |   125 +
 .../class-use/MatrixIndexingGPUInstruction.html    |   165 +
 .../MatrixMatrixArithmeticGPUInstruction.html      |   125 +
 .../class-use/MatrixMatrixAxpyGPUInstruction.html  |   165 +
 .../MatrixMatrixBuiltinGPUInstruction.html         |   125 +
 ...MatrixMatrixRelationalBinaryGPUInstruction.html |   125 +
 .../gpu/class-use/MatrixReshapeGPUInstruction.html |   165 +
 .../class-use/RelationalBinaryGPUInstruction.html  |   182 +
 .../gpu/class-use/ReorgGPUInstruction.html         |   165 +
 .../ScalarMatrixArithmeticGPUInstruction.html      |   125 +
 .../ScalarMatrixBuiltinGPUInstruction.html         |   125 +
 ...ScalarMatrixRelationalBinaryGPUInstruction.html |   125 +
 .../SpoofCUDAInstruction.DoublePrecision.html      |   125 +
 .../SpoofCUDAInstruction.SinglePrecision.html      |   125 +
 .../gpu/class-use/SpoofCUDAInstruction.html        |   165 +
 .../instructions/gpu/context/CSRPointer.html       |   728 +
 .../gpu/context/CudaMemoryAllocator.html           |   363 +
 .../instructions/gpu/context/ExecutionConfig.html  |   568 +
 .../instructions/gpu/context/GPUContext.html       |   723 +
 .../instructions/gpu/context/GPUContextPool.html   |   450 +
 .../gpu/context/GPULazyCudaFreeMemoryManager.html  |   416 +
 .../gpu/context/GPUMatrixMemoryManager.html        |   238 +
 .../gpu/context/GPUMemoryAllocator.html            |   304 +
 .../gpu/context/GPUMemoryEviction.html             |   281 +
 ...emoryManager.EvictionPolicyBasedComparator.html |   295 +
 .../instructions/gpu/context/GPUMemoryManager.html |   456 +
 .../instructions/gpu/context/GPUObject.html        |  1162 +
 .../instructions/gpu/context/JCudaKernels.html     |   265 +
 .../instructions/gpu/context/ShadowBuffer.html     |   372 +
 .../gpu/context/UnifiedMemoryAllocator.html        |   363 +
 .../gpu/context/class-use/CSRPointer.html          |   310 +
 .../gpu/context/class-use/CudaMemoryAllocator.html |   125 +
 .../gpu/context/class-use/ExecutionConfig.html     |   197 +
 .../gpu/context/class-use/GPUContext.html          |  1280 +
 .../gpu/context/class-use/GPUContextPool.html      |   125 +
 .../class-use/GPULazyCudaFreeMemoryManager.html    |   165 +
 .../context/class-use/GPUMatrixMemoryManager.html  |   165 +
 .../gpu/context/class-use/GPUMemoryAllocator.html  |   169 +
 .../gpu/context/class-use/GPUMemoryEviction.html   |   125 +
 ...emoryManager.EvictionPolicyBasedComparator.html |   125 +
 .../gpu/context/class-use/GPUMemoryManager.html    |   179 +
 .../gpu/context/class-use/GPUObject.html           |   312 +
 .../gpu/context/class-use/JCudaKernels.html        |   189 +
 .../gpu/context/class-use/ShadowBuffer.html        |   125 +
 .../context/class-use/UnifiedMemoryAllocator.html  |   125 +
 .../instructions/gpu/context/package-frame.html    |    37 +
 .../instructions/gpu/context/package-summary.html  |   225 +
 .../instructions/gpu/context/package-tree.html     |   155 +
 .../instructions/gpu/context/package-use.html      |   295 +
 .../runtime/instructions/gpu/package-frame.html    |    47 +
 .../runtime/instructions/gpu/package-summary.html  |   254 +
 .../runtime/instructions/gpu/package-tree.html     |   196 +
 .../runtime/instructions/gpu/package-use.html      |   229 +
 .../sysds/runtime/instructions/package-frame.html  |    30 +
 .../runtime/instructions/package-summary.html      |   182 +
 .../sysds/runtime/instructions/package-tree.html   |   159 +
 .../sysds/runtime/instructions/package-use.html    |   480 +
 .../spark/AggregateTernarySPInstruction.html       |   352 +
 ...gregateUnarySPInstruction.RDDUAggFunction2.html |   295 +
 ...eUnarySPInstruction.RDDUTensorAggFunction2.html |   293 +
 .../spark/AggregateUnarySPInstruction.html         |   380 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   294 +
 .../spark/AppendGAlignedSPInstruction.html         |   368 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   296 +
 .../spark/AppendGSPInstruction.ShiftMatrix.html    |   296 +
 .../instructions/spark/AppendGSPInstruction.html   |   372 +
 .../instructions/spark/AppendMSPInstruction.html   |   338 +
 .../instructions/spark/AppendRSPInstruction.html   |   338 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   294 +
 .../spark/BinUaggChainSPInstruction.html           |   368 +
 .../spark/BinaryFrameFrameSPInstruction.html       |   351 +
 .../spark/BinaryFrameMatrixSPInstruction.html      |   351 +
 .../spark/BinaryFrameScalarSPInstruction.html      |   351 +
 .../spark/BinaryMatrixBVectorSPInstruction.html    |   351 +
 .../spark/BinaryMatrixMatrixSPInstruction.html     |   351 +
 .../spark/BinaryMatrixScalarSPInstruction.html     |   351 +
 .../instructions/spark/BinarySPInstruction.html    |   333 +
 .../BinaryTensorTensorBroadcastSPInstruction.html  |   351 +
 .../spark/BinaryTensorTensorSPInstruction.html     |   351 +
 ...BuiltinNarySPInstruction.PadBlocksFunction.html |   292 +
 .../spark/BuiltinNarySPInstruction.html            |   370 +
 .../spark/CSVReblockSPInstruction.html             |   357 +
 .../instructions/spark/CastSPInstruction.html      |   357 +
 .../spark/CentralMomentSPInstruction.html          |   357 +
 .../spark/CheckpointSPInstruction.html             |   357 +
 ...mpressionSPInstruction.CompressionFunction.html |   292 +
 .../spark/CompressionSPInstruction.html            |   368 +
 .../spark/ComputationSPInstruction.html            |   407 +
 .../spark/CovarianceSPInstruction.html             |   357 +
 .../instructions/spark/CpmmSPInstruction.html      |   363 +
 .../CtableSPInstruction.MapJoinSignature1.html     |   292 +
 .../CtableSPInstruction.MapJoinSignature2.html     |   292 +
 .../CtableSPInstruction.MapJoinSignature3.html     |   292 +
 .../instructions/spark/CtableSPInstruction.html    |   371 +
 .../spark/CumulativeAggregateSPInstruction.html    |   369 +
 .../spark/CumulativeOffsetSPInstruction.html       |   357 +
 ...ressionSPInstruction.DeCompressionFunction.html |   292 +
 .../spark/DeCompressionSPInstruction.html          |   368 +
 .../instructions/spark/DnnSPInstruction.html       |   357 +
 .../spark/FrameAppendMSPInstruction.html           |   356 +
 .../spark/FrameAppendRSPInstruction.html           |   356 +
 .../spark/FrameIndexingSPInstruction.html          |   357 +
 .../instructions/spark/IndexingSPInstruction.html  |   339 +
 .../spark/LIBSVMReblockSPInstruction.html          |   357 +
 .../spark/MapmmChainSPInstruction.html             |   322 +
 .../instructions/spark/MapmmSPInstruction.html     |   357 +
 .../spark/MatrixAppendMSPInstruction.html          |   356 +
 .../spark/MatrixAppendRSPInstruction.html          |   356 +
 .../spark/MatrixIndexingSPInstruction.html         |   467 +
 .../spark/MatrixReshapeSPInstruction.html          |   357 +
 ...PInstruction.TransformEncodeBuild2Function.html |   292 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   295 +
 ...PInstruction.TransformEncodeGroup2Function.html |   292 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   298 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   381 +
 .../instructions/spark/PMapmmSPInstruction.html    |   359 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   294 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   298 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   297 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   300 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   296 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   298 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   291 +
 ...edBuiltinSPInstruction.RDDTokenizeFunction.html |   294 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   294 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   294 +
 ...struction.RDDTransformDecodeExpandFunction.html |   294 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   294 +
 .../spark/ParameterizedBuiltinSPInstruction.html   |   452 +
 .../instructions/spark/PmmSPInstruction.html       |   357 +
 .../spark/QuantilePickSPInstruction.html           |   357 +
 .../spark/QuantileSortSPInstruction.html           |   362 +
 .../spark/QuaternarySPInstruction.html             |   352 +
 .../instructions/spark/RandSPInstruction.html      |   514 +
 .../instructions/spark/ReblockSPInstruction.html   |   357 +
 .../instructions/spark/ReorgSPInstruction.html     |   357 +
 .../instructions/spark/RmmSPInstruction.html       |   357 +
 .../instructions/spark/SPInstruction.SPType.html   |   874 +
 .../runtime/instructions/spark/SPInstruction.html  |   421 +
 ...SPInstruction.ReplicateRightFactorFunction.html |   294 +
 .../instructions/spark/SpoofSPInstruction.html     |   387 +
 .../instructions/spark/TernarySPInstruction.html   |   352 +
 .../instructions/spark/Tsmm2SPInstruction.html     |   357 +
 .../instructions/spark/TsmmSPInstruction.html      |   357 +
 .../spark/UaggOuterChainSPInstruction.html         |   360 +
 .../spark/UnaryFrameSPInstruction.html             |   370 +
 .../spark/UnaryMatrixSPInstruction.html            |   357 +
 .../instructions/spark/UnarySPInstruction.html     |   293 +
 .../instructions/spark/WriteSPInstruction.html     |   439 +
 .../instructions/spark/ZipmmSPInstruction.html     |   357 +
 .../class-use/AggregateTernarySPInstruction.html   |   165 +
 ...gregateUnarySPInstruction.RDDUAggFunction2.html |   125 +
 ...eUnarySPInstruction.RDDUTensorAggFunction2.html |   125 +
 .../class-use/AggregateUnarySPInstruction.html     |   178 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   125 +
 .../class-use/AppendGAlignedSPInstruction.html     |   165 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   125 +
 .../AppendGSPInstruction.ShiftMatrix.html          |   125 +
 .../spark/class-use/AppendGSPInstruction.html      |   165 +
 .../spark/class-use/AppendMSPInstruction.html      |   182 +
 .../spark/class-use/AppendRSPInstruction.html      |   182 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   125 +
 .../spark/class-use/BinUaggChainSPInstruction.html |   165 +
 .../class-use/BinaryFrameFrameSPInstruction.html   |   125 +
 .../class-use/BinaryFrameMatrixSPInstruction.html  |   125 +
 .../class-use/BinaryFrameScalarSPInstruction.html  |   125 +
 .../BinaryMatrixBVectorSPInstruction.html          |   125 +
 .../class-use/BinaryMatrixMatrixSPInstruction.html |   125 +
 .../class-use/BinaryMatrixScalarSPInstruction.html |   125 +
 .../spark/class-use/BinarySPInstruction.html       |   286 +
 .../BinaryTensorTensorBroadcastSPInstruction.html  |   125 +
 .../class-use/BinaryTensorTensorSPInstruction.html |   125 +
 ...BuiltinNarySPInstruction.PadBlocksFunction.html |   125 +
 .../spark/class-use/BuiltinNarySPInstruction.html  |   165 +
 .../spark/class-use/CSVReblockSPInstruction.html   |   165 +
 .../spark/class-use/CastSPInstruction.html         |   165 +
 .../class-use/CentralMomentSPInstruction.html      |   165 +
 .../spark/class-use/CheckpointSPInstruction.html   |   165 +
 ...mpressionSPInstruction.CompressionFunction.html |   125 +
 .../spark/class-use/CompressionSPInstruction.html  |   165 +
 .../spark/class-use/ComputationSPInstruction.html  |   405 +
 .../spark/class-use/CovarianceSPInstruction.html   |   165 +
 .../spark/class-use/CpmmSPInstruction.html         |   165 +
 .../CtableSPInstruction.MapJoinSignature1.html     |   125 +
 .../CtableSPInstruction.MapJoinSignature2.html     |   125 +
 .../CtableSPInstruction.MapJoinSignature3.html     |   125 +
 .../spark/class-use/CtableSPInstruction.html       |   165 +
 .../CumulativeAggregateSPInstruction.html          |   165 +
 .../class-use/CumulativeOffsetSPInstruction.html   |   165 +
 ...ressionSPInstruction.DeCompressionFunction.html |   125 +
 .../class-use/DeCompressionSPInstruction.html      |   165 +
 .../spark/class-use/DnnSPInstruction.html          |   165 +
 .../spark/class-use/FrameAppendMSPInstruction.html |   125 +
 .../spark/class-use/FrameAppendRSPInstruction.html |   125 +
 .../class-use/FrameIndexingSPInstruction.html      |   125 +
 .../spark/class-use/IndexingSPInstruction.html     |   186 +
 .../class-use/LIBSVMReblockSPInstruction.html      |   165 +
 .../spark/class-use/MapmmChainSPInstruction.html   |   165 +
 .../spark/class-use/MapmmSPInstruction.html        |   165 +
 .../class-use/MatrixAppendMSPInstruction.html      |   125 +
 .../class-use/MatrixAppendRSPInstruction.html      |   125 +
 .../class-use/MatrixIndexingSPInstruction.html     |   125 +
 .../class-use/MatrixReshapeSPInstruction.html      |   165 +
 ...PInstruction.TransformEncodeBuild2Function.html |   125 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   125 +
 ...PInstruction.TransformEncodeGroup2Function.html |   125 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   125 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   165 +
 .../spark/class-use/PMapmmSPInstruction.html       |   165 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   125 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   125 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   125 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   125 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   125 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   125 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   125 +
 ...edBuiltinSPInstruction.RDDTokenizeFunction.html |   125 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   125 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   125 +
 ...struction.RDDTransformDecodeExpandFunction.html |   125 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   125 +
 .../ParameterizedBuiltinSPInstruction.html         |   165 +
 .../spark/class-use/PmmSPInstruction.html          |   165 +
 .../spark/class-use/QuantilePickSPInstruction.html |   165 +
 .../spark/class-use/QuantileSortSPInstruction.html |   165 +
 .../spark/class-use/QuaternarySPInstruction.html   |   165 +
 .../spark/class-use/RandSPInstruction.html         |   165 +
 .../spark/class-use/ReblockSPInstruction.html      |   165 +
 .../spark/class-use/ReorgSPInstruction.html        |   165 +
 .../spark/class-use/RmmSPInstruction.html          |   165 +
 .../spark/class-use/SPInstruction.SPType.html      |   231 +
 .../spark/class-use/SPInstruction.html             |   452 +
 ...SPInstruction.ReplicateRightFactorFunction.html |   125 +
 .../spark/class-use/SpoofSPInstruction.html        |   165 +
 .../spark/class-use/TernarySPInstruction.html      |   165 +
 .../spark/class-use/Tsmm2SPInstruction.html        |   165 +
 .../spark/class-use/TsmmSPInstruction.html         |   165 +
 .../class-use/UaggOuterChainSPInstruction.html     |   165 +
 .../spark/class-use/UnaryFrameSPInstruction.html   |   165 +
 .../spark/class-use/UnaryMatrixSPInstruction.html  |   125 +
 .../spark/class-use/UnarySPInstruction.html        |   274 +
 .../spark/class-use/WriteSPInstruction.html        |   165 +
 .../spark/class-use/ZipmmSPInstruction.html        |   165 +
 .../instructions/spark/data/BlockPartitioner.html  |   354 +
 .../instructions/spark/data/BroadcastObject.html   |   366 +
 .../instructions/spark/data/CorrMatrixBlock.html   |   389 +
 .../instructions/spark/data/DatasetObject.html     |   326 +
 .../spark/data/FrameReblockBuffer.html             |   366 +
 .../spark/data/IndexedMatrixValue.html             |   364 +
 .../spark/data/LazyIterableIterator.html           |   350 +
 .../instructions/spark/data/LineageObject.html     |   320 +
 .../instructions/spark/data/PartitionedBlock.html  |   568 +
 .../spark/data/PartitionedBroadcast.html           |   482 +
 .../runtime/instructions/spark/data/RDDObject.html |   464 +
 .../instructions/spark/data/ReblockBuffer.html     |   366 +
 .../instructions/spark/data/RowMatrixBlock.html    |   377 +
 .../instructions/spark/data/SerLongWritable.html   |   276 +
 .../runtime/instructions/spark/data/SerText.html   |   310 +
 .../spark/data/class-use/BlockPartitioner.html     |   125 +
 .../spark/data/class-use/BroadcastObject.html      |   178 +
 .../spark/data/class-use/CorrMatrixBlock.html      |   166 +
 .../spark/data/class-use/DatasetObject.html        |   125 +
 .../spark/data/class-use/FrameReblockBuffer.html   |   125 +
 .../spark/data/class-use/IndexedMatrixValue.html   |   579 +
 .../spark/data/class-use/LazyIterableIterator.html |   177 +
 .../spark/data/class-use/LineageObject.html        |   199 +
 .../spark/data/class-use/PartitionedBlock.html     |   192 +
 .../spark/data/class-use/PartitionedBroadcast.html |   288 +
 .../spark/data/class-use/RDDObject.html            |   232 +
 .../spark/data/class-use/ReblockBuffer.html        |   125 +
 .../spark/data/class-use/RowMatrixBlock.html       |   167 +
 .../spark/data/class-use/SerLongWritable.html      |   125 +
 .../instructions/spark/data/class-use/SerText.html |   125 +
 .../instructions/spark/data/package-frame.html     |    34 +
 .../instructions/spark/data/package-summary.html   |   218 +
 .../instructions/spark/data/package-tree.html      |   171 +
 .../instructions/spark/data/package-use.html       |   376 +
 .../functions/AggregateDropCorrectionFunction.html |   288 +
 .../functions/ComputeBinaryBlockNnzFunction.html   |   285 +
 .../functions/ConvertFrameBlockToIJVLines.html     |   288 +
 .../functions/ConvertMatrixBlockToIJVLines.html    |   285 +
 .../functions/ConvertStringToLongTextPair.html     |   285 +
 .../spark/functions/CopyBinaryCellFunction.html    |   288 +
 .../spark/functions/CopyFrameBlockFunction.html    |   302 +
 .../functions/CopyFrameBlockPairFunction.html      |   303 +
 .../spark/functions/CopyMatrixBlockFunction.html   |   302 +
 .../functions/CopyMatrixBlockPairFunction.html     |   303 +
 .../spark/functions/CopyTensorBlockFunction.html   |   302 +
 .../functions/CopyTensorBlockPairFunction.html     |   303 +
 .../spark/functions/CopyTextInputFunction.html     |   288 +
 .../spark/functions/CreateSparseBlockFunction.html |   291 +
 .../functions/ExtractBlockForBinaryReblock.html    |   290 +
 .../ExtractGroup.ExtractGroupBroadcast.html        |   318 +
 .../functions/ExtractGroup.ExtractGroupJoin.html   |   316 +
 .../instructions/spark/functions/ExtractGroup.html |   278 +
 .../spark/functions/ExtractGroupNWeights.html      |   288 +
 .../functions/FilterDiagMatrixBlocksFunction.html  |   288 +
 .../functions/FilterNonEmptyBlocksFunction.html    |   288 +
 .../functions/FilterNonEmptyBlocksFunction2.html   |   288 +
 .../spark/functions/GetMIMBFromRow.html            |   288 +
 .../spark/functions/IsBlockInList.html             |   290 +
 .../spark/functions/IsBlockInRange.html            |   296 +
 .../spark/functions/IsFrameBlockInRange.html       |   292 +
 .../spark/functions/MapInputSignature.html         |   288 +
 .../spark/functions/MapJoinSignature.html          |   288 +
 .../functions/MatrixMatrixBinaryOpFunction.html    |   288 +
 .../spark/functions/MatrixScalarUnaryFunction.html |   288 +
 .../MatrixVectorBinaryOpPartitionFunction.html     |   292 +
 .../functions/OuterVectorBinaryOpFunction.html     |   290 +
 .../functions/PerformGroupByAggInCombiner.html     |   290 +
 .../functions/PerformGroupByAggInReducer.html      |   288 +
 .../spark/functions/ReblockTensorFunction.html     |   290 +
 .../spark/functions/RecomputeNnzFunction.html      |   288 +
 .../spark/functions/ReorgMapFunction.html          |   288 +
 .../spark/functions/ReplicateBlockFunction.html    |   310 +
 .../spark/functions/ReplicateTensorFunction.html   |   290 +
 .../spark/functions/ReplicateVectorFunction.html   |   290 +
 .../functions/TensorTensorBinaryOpFunction.html    |   288 +
 .../TensorTensorBinaryOpPartitionFunction.html     |   292 +
 .../class-use/AggregateDropCorrectionFunction.html |   125 +
 .../class-use/ComputeBinaryBlockNnzFunction.html   |   125 +
 .../class-use/ConvertFrameBlockToIJVLines.html     |   125 +
 .../class-use/ConvertMatrixBlockToIJVLines.html    |   125 +
 .../class-use/ConvertStringToLongTextPair.html     |   125 +
 .../class-use/CopyBinaryCellFunction.html          |   125 +
 .../class-use/CopyFrameBlockFunction.html          |   125 +
 .../class-use/CopyFrameBlockPairFunction.html      |   125 +
 .../class-use/CopyMatrixBlockFunction.html         |   125 +
 .../class-use/CopyMatrixBlockPairFunction.html     |   125 +
 .../class-use/CopyTensorBlockFunction.html         |   125 +
 .../class-use/CopyTensorBlockPairFunction.html     |   125 +
 .../functions/class-use/CopyTextInputFunction.html |   125 +
 .../class-use/CreateSparseBlockFunction.html       |   125 +
 .../class-use/ExtractBlockForBinaryReblock.html    |   125 +
 .../ExtractGroup.ExtractGroupBroadcast.html        |   125 +
 .../class-use/ExtractGroup.ExtractGroupJoin.html   |   125 +
 .../spark/functions/class-use/ExtractGroup.html    |   169 +
 .../functions/class-use/ExtractGroupNWeights.html  |   125 +
 .../class-use/FilterDiagMatrixBlocksFunction.html  |   125 +
 .../class-use/FilterNonEmptyBlocksFunction.html    |   125 +
 .../class-use/FilterNonEmptyBlocksFunction2.html   |   125 +
 .../spark/functions/class-use/GetMIMBFromRow.html  |   125 +
 .../spark/functions/class-use/IsBlockInList.html   |   125 +
 .../spark/functions/class-use/IsBlockInRange.html  |   125 +
 .../functions/class-use/IsFrameBlockInRange.html   |   125 +
 .../functions/class-use/MapInputSignature.html     |   125 +
 .../functions/class-use/MapJoinSignature.html      |   125 +
 .../class-use/MatrixMatrixBinaryOpFunction.html    |   125 +
 .../class-use/MatrixScalarUnaryFunction.html       |   125 +
 .../MatrixVectorBinaryOpPartitionFunction.html     |   125 +
 .../class-use/OuterVectorBinaryOpFunction.html     |   125 +
 .../class-use/PerformGroupByAggInCombiner.html     |   125 +
 .../class-use/PerformGroupByAggInReducer.html      |   125 +
 .../functions/class-use/ReblockTensorFunction.html |   125 +
 .../functions/class-use/RecomputeNnzFunction.html  |   125 +
 .../functions/class-use/ReorgMapFunction.html      |   125 +
 .../class-use/ReplicateBlockFunction.html          |   125 +
 .../class-use/ReplicateTensorFunction.html         |   125 +
 .../class-use/ReplicateVectorFunction.html         |   125 +
 .../class-use/TensorTensorBinaryOpFunction.html    |   125 +
 .../TensorTensorBinaryOpPartitionFunction.html     |   125 +
 .../spark/functions/package-frame.html             |    61 +
 .../spark/functions/package-summary.html           |   321 +
 .../instructions/spark/functions/package-tree.html |   182 +
 .../instructions/spark/functions/package-use.html  |   158 +
 .../runtime/instructions/spark/package-frame.html  |   115 +
 .../instructions/spark/package-summary.html        |   550 +
 .../runtime/instructions/spark/package-tree.html   |   269 +
 .../runtime/instructions/spark/package-use.html    |   336 +
 .../spark/utils/FrameRDDAggregateUtils.html        |   272 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   292 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   292 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   292 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   292 +
 .../spark/utils/FrameRDDConverterUtils.html        |   651 +
 .../spark/utils/RDDAggregateUtils.html             |   635 +
 ...erterUtils.BinaryCellToBinaryBlockFunction.html |   292 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   292 +
 .../spark/utils/RDDConverterUtils.html             |   645 +
 .../spark/utils/RDDConverterUtilsExt.AddRowID.html |   292 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   346 +
 .../spark/utils/RDDConverterUtilsExt.html          |   508 +
 .../spark/utils/RDDSortUtils.IndexComparator.html  |   298 +
 .../spark/utils/RDDSortUtils.IndexComparator2.html |   298 +
 .../instructions/spark/utils/RDDSortUtils.html     |   489 +
 .../instructions/spark/utils/SparkUtils.html       |   751 +
 .../utils/class-use/FrameRDDAggregateUtils.html    |   125 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   125 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   125 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   125 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   125 +
 .../utils/class-use/FrameRDDConverterUtils.html    |   125 +
 .../spark/utils/class-use/RDDAggregateUtils.html   |   125 +
 ...erterUtils.BinaryCellToBinaryBlockFunction.html |   125 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   125 +
 .../spark/utils/class-use/RDDConverterUtils.html   |   125 +
 .../class-use/RDDConverterUtilsExt.AddRowID.html   |   125 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   174 +
 .../utils/class-use/RDDConverterUtilsExt.html      |   125 +
 .../class-use/RDDSortUtils.IndexComparator.html    |   125 +
 .../class-use/RDDSortUtils.IndexComparator2.html   |   125 +
 .../spark/utils/class-use/RDDSortUtils.html        |   125 +
 .../spark/utils/class-use/SparkUtils.html          |   125 +
 .../instructions/spark/utils/package-frame.html    |    39 +
 .../instructions/spark/utils/package-summary.html  |   222 +
 .../instructions/spark/utils/package-tree.html     |   165 +
 .../instructions/spark/utils/package-use.html      |   158 +
 ...BlockSerialization.MatrixBlockDeserializer.html |   328 +
 ...ryBlockSerialization.MatrixBlockSerializer.html |   328 +
 .../sysds/runtime/io/BinaryBlockSerialization.html |   340 +
 .../sysds/runtime/io/FileFormatProperties.html     |   289 +
 .../sysds/runtime/io/FileFormatPropertiesCSV.html  |   489 +
 .../sysds/runtime/io/FileFormatPropertiesHDF5.html |   322 +
 .../runtime/io/FileFormatPropertiesLIBSVM.html     |   392 +
 .../runtime/io/FileFormatPropertiesMM.MMField.html |   387 +
 .../io/FileFormatPropertiesMM.MMFormat.html        |   363 +
 .../io/FileFormatPropertiesMM.MMSymmetry.html      |   375 +
 .../sysds/runtime/io/FileFormatPropertiesMM.html   |   414 +
 .../org/apache/sysds/runtime/io/FrameReader.html   |   458 +
 .../sysds/runtime/io/FrameReaderBinaryBlock.html   |   361 +
 .../runtime/io/FrameReaderBinaryBlockParallel.html |   263 +
 .../sysds/runtime/io/FrameReaderFactory.html       |   287 +
 .../apache/sysds/runtime/io/FrameReaderJSONL.html  |   293 +
 .../sysds/runtime/io/FrameReaderJSONLParallel.html |   250 +
 .../apache/sysds/runtime/io/FrameReaderProto.html  |   324 +
 .../sysds/runtime/io/FrameReaderTextCSV.html       |   336 +
 .../runtime/io/FrameReaderTextCSVParallel.html     |   263 +
 .../sysds/runtime/io/FrameReaderTextCell.html      |   336 +
 .../io/FrameReaderTextCellParallel.ReadTask.html   |   294 +
 .../runtime/io/FrameReaderTextCellParallel.html    |   282 +
 .../org/apache/sysds/runtime/io/FrameWriter.html   |   323 +
 .../sysds/runtime/io/FrameWriterBinaryBlock.html   |   304 +
 .../runtime/io/FrameWriterBinaryBlockParallel.html |   263 +
 .../sysds/runtime/io/FrameWriterFactory.html       |   287 +
 .../apache/sysds/runtime/io/FrameWriterJSONL.html  |   293 +
 .../sysds/runtime/io/FrameWriterJSONLParallel.html |   250 +
 .../apache/sysds/runtime/io/FrameWriterProto.html  |   297 +
 .../sysds/runtime/io/FrameWriterTextCSV.html       |   344 +
 .../runtime/io/FrameWriterTextCSVParallel.html     |   278 +
 .../sysds/runtime/io/FrameWriterTextCell.html      |   304 +
 .../runtime/io/FrameWriterTextCellParallel.html    |   263 +
 .../runtime/io/IOUtilFunctions.CountRowsTask.html  |   310 +
 .../apache/sysds/runtime/io/IOUtilFunctions.html   |  1071 +
 .../apache/sysds/runtime/io/InputOutputInfo.html   |   481 +
 .../org/apache/sysds/runtime/io/ListReader.html    |   294 +
 .../org/apache/sysds/runtime/io/ListWriter.html    |   295 +
 .../org/apache/sysds/runtime/io/MatrixReader.html  |   323 +
 .../sysds/runtime/io/MatrixReaderFactory.html      |   285 +
 .../org/apache/sysds/runtime/io/MatrixWriter.html  |   397 +
 .../sysds/runtime/io/MatrixWriterFactory.html      |   289 +
 .../apache/sysds/runtime/io/ReadProperties.html    |   365 +
 .../apache/sysds/runtime/io/ReaderBinaryBlock.html |   367 +
 .../runtime/io/ReaderBinaryBlockParallel.html      |   306 +
 .../org/apache/sysds/runtime/io/ReaderHDF5.html    |   377 +
 .../sysds/runtime/io/ReaderHDF5Parallel.html       |   336 +
 .../org/apache/sysds/runtime/io/ReaderTextCSV.html |   324 +
 .../sysds/runtime/io/ReaderTextCSVParallel.html    |   329 +
 .../apache/sysds/runtime/io/ReaderTextCell.html    |   342 +
 .../io/ReaderTextCellParallel.CellBuffer.html      |   361 +
 .../io/ReaderTextCellParallel.CountNnzTask.html    |   296 +
 .../io/ReaderTextCellParallel.ReadTask.html        |   302 +
 .../sysds/runtime/io/ReaderTextCellParallel.html   |   300 +
 .../apache/sysds/runtime/io/ReaderTextLIBSVM.html  |   324 +
 .../sysds/runtime/io/ReaderTextLIBSVMParallel.html |   324 +
 .../sysds/runtime/io/ReaderWriterFederated.html    |   324 +
 .../org/apache/sysds/runtime/io/TensorReader.html  |   289 +
 .../sysds/runtime/io/TensorReaderBinaryBlock.html  |   296 +
 .../io/TensorReaderBinaryBlockParallel.html        |   255 +
 .../sysds/runtime/io/TensorReaderFactory.html      |   272 +
 .../sysds/runtime/io/TensorReaderTextCell.html     |   296 +
 .../runtime/io/TensorReaderTextCellParallel.html   |   255 +
 .../org/apache/sysds/runtime/io/TensorWriter.html  |   285 +
 .../sysds/runtime/io/TensorWriterBinaryBlock.html  |   292 +
 ...sorWriterBinaryBlockParallel.WriteFileTask.html |   300 +
 .../io/TensorWriterBinaryBlockParallel.html        |   274 +
 .../sysds/runtime/io/TensorWriterFactory.html      |   272 +
 .../sysds/runtime/io/TensorWriterTextCell.html     |   292 +
 .../runtime/io/TensorWriterTextCellParallel.html   |   255 +
 .../apache/sysds/runtime/io/WriterBinaryBlock.html |   346 +
 .../runtime/io/WriterBinaryBlockParallel.html      |   262 +
 .../org/apache/sysds/runtime/io/WriterHDF5.html    |   346 +
 .../sysds/runtime/io/WriterHDF5Parallel.html       |   309 +
 .../sysds/runtime/io/WriterMatrixMarket.html       |   372 +
 .../runtime/io/WriterMatrixMarketParallel.html     |   262 +
 .../org/apache/sysds/runtime/io/WriterTextCSV.html |   410 +
 .../sysds/runtime/io/WriterTextCSVParallel.html    |   277 +
 .../apache/sysds/runtime/io/WriterTextCell.html    |   346 +
 .../sysds/runtime/io/WriterTextCellParallel.html   |   262 +
 .../apache/sysds/runtime/io/WriterTextLIBSVM.html  |   346 +
 .../sysds/runtime/io/WriterTextLIBSVMParallel.html |   262 +
 ...BlockSerialization.MatrixBlockDeserializer.html |   125 +
 ...ryBlockSerialization.MatrixBlockSerializer.html |   125 +
 .../io/class-use/BinaryBlockSerialization.html     |   125 +
 .../runtime/io/class-use/FileFormatProperties.html |   443 +
 .../io/class-use/FileFormatPropertiesCSV.html      |   216 +
 .../io/class-use/FileFormatPropertiesHDF5.html     |   172 +
 .../io/class-use/FileFormatPropertiesLIBSVM.html   |   197 +
 .../class-use/FileFormatPropertiesMM.MMField.html  |   191 +
 .../class-use/FileFormatPropertiesMM.MMFormat.html |   191 +
 .../FileFormatPropertiesMM.MMSymmetry.html         |   191 +
 .../io/class-use/FileFormatPropertiesMM.html       |   213 +
 .../sysds/runtime/io/class-use/FrameReader.html    |   219 +
 .../io/class-use/FrameReaderBinaryBlock.html       |   167 +
 .../class-use/FrameReaderBinaryBlockParallel.html  |   125 +
 .../runtime/io/class-use/FrameReaderFactory.html   |   125 +
 .../runtime/io/class-use/FrameReaderJSONL.html     |   165 +
 .../io/class-use/FrameReaderJSONLParallel.html     |   125 +
 .../runtime/io/class-use/FrameReaderProto.html     |   125 +
 .../runtime/io/class-use/FrameReaderTextCSV.html   |   167 +
 .../io/class-use/FrameReaderTextCSVParallel.html   |   125 +
 .../runtime/io/class-use/FrameReaderTextCell.html  |   167 +
 .../FrameReaderTextCellParallel.ReadTask.html      |   125 +
 .../io/class-use/FrameReaderTextCellParallel.html  |   125 +
 .../sysds/runtime/io/class-use/FrameWriter.html    |   219 +
 .../io/class-use/FrameWriterBinaryBlock.html       |   167 +
 .../class-use/FrameWriterBinaryBlockParallel.html  |   125 +
 .../runtime/io/class-use/FrameWriterFactory.html   |   125 +
 .../runtime/io/class-use/FrameWriterJSONL.html     |   165 +
 .../io/class-use/FrameWriterJSONLParallel.html     |   125 +
 .../runtime/io/class-use/FrameWriterProto.html     |   125 +
 .../runtime/io/class-use/FrameWriterTextCSV.html   |   167 +
 .../io/class-use/FrameWriterTextCSVParallel.html   |   125 +
 .../runtime/io/class-use/FrameWriterTextCell.html  |   167 +
 .../io/class-use/FrameWriterTextCellParallel.html  |   125 +
 .../class-use/IOUtilFunctions.CountRowsTask.html   |   125 +
 .../runtime/io/class-use/IOUtilFunctions.html      |   125 +
 .../runtime/io/class-use/InputOutputInfo.html      |   207 +
 .../sysds/runtime/io/class-use/ListReader.html     |   125 +
 .../sysds/runtime/io/class-use/ListWriter.html     |   125 +
 .../sysds/runtime/io/class-use/MatrixReader.html   |   222 +
 .../runtime/io/class-use/MatrixReaderFactory.html  |   125 +
 .../sysds/runtime/io/class-use/MatrixWriter.html   |   228 +
 .../runtime/io/class-use/MatrixWriterFactory.html  |   125 +
 .../sysds/runtime/io/class-use/ReadProperties.html |   190 +
 .../runtime/io/class-use/ReaderBinaryBlock.html    |   165 +
 .../io/class-use/ReaderBinaryBlockParallel.html    |   125 +
 .../sysds/runtime/io/class-use/ReaderHDF5.html     |   165 +
 .../runtime/io/class-use/ReaderHDF5Parallel.html   |   125 +
 .../sysds/runtime/io/class-use/ReaderTextCSV.html  |   125 +
 .../io/class-use/ReaderTextCSVParallel.html        |   125 +
 .../sysds/runtime/io/class-use/ReaderTextCell.html |   167 +
 .../ReaderTextCellParallel.CellBuffer.html         |   125 +
 .../ReaderTextCellParallel.CountNnzTask.html       |   125 +
 .../class-use/ReaderTextCellParallel.ReadTask.html |   125 +
 .../io/class-use/ReaderTextCellParallel.html       |   125 +
 .../runtime/io/class-use/ReaderTextLIBSVM.html     |   125 +
 .../io/class-use/ReaderTextLIBSVMParallel.html     |   125 +
 .../io/class-use/ReaderWriterFederated.html        |   125 +
 .../sysds/runtime/io/class-use/TensorReader.html   |   190 +
 .../io/class-use/TensorReaderBinaryBlock.html      |   165 +
 .../class-use/TensorReaderBinaryBlockParallel.html |   125 +
 .../runtime/io/class-use/TensorReaderFactory.html  |   125 +
 .../runtime/io/class-use/TensorReaderTextCell.html |   165 +
 .../io/class-use/TensorReaderTextCellParallel.html |   125 +
 .../sysds/runtime/io/class-use/TensorWriter.html   |   190 +
 .../io/class-use/TensorWriterBinaryBlock.html      |   165 +
 ...sorWriterBinaryBlockParallel.WriteFileTask.html |   125 +
 .../class-use/TensorWriterBinaryBlockParallel.html |   125 +
 .../runtime/io/class-use/TensorWriterFactory.html  |   125 +
 .../runtime/io/class-use/TensorWriterTextCell.html |   165 +
 .../io/class-use/TensorWriterTextCellParallel.html |   125 +
 .../runtime/io/class-use/WriterBinaryBlock.html    |   165 +
 .../io/class-use/WriterBinaryBlockParallel.html    |   125 +
 .../sysds/runtime/io/class-use/WriterHDF5.html     |   165 +
 .../runtime/io/class-use/WriterHDF5Parallel.html   |   125 +
 .../runtime/io/class-use/WriterMatrixMarket.html   |   165 +
 .../io/class-use/WriterMatrixMarketParallel.html   |   125 +
 .../sysds/runtime/io/class-use/WriterTextCSV.html  |   165 +
 .../io/class-use/WriterTextCSVParallel.html        |   125 +
 .../sysds/runtime/io/class-use/WriterTextCell.html |   165 +
 .../io/class-use/WriterTextCellParallel.html       |   125 +
 .../runtime/io/class-use/WriterTextLIBSVM.html     |   165 +
 .../io/class-use/WriterTextLIBSVMParallel.html     |   125 +
 .../java/org/apache/sysds/runtime/io/hdf5/H5.html  |   400 +
 .../org/apache/sysds/runtime/io/hdf5/H5BTree.html  |   339 +
 .../sysds/runtime/io/hdf5/H5BufferBuilder.html     |   445 +
 .../apache/sysds/runtime/io/hdf5/H5Constants.html  |   431 +
 .../sysds/runtime/io/hdf5/H5ContiguousDataset.html |   287 +
 .../sysds/runtime/io/hdf5/H5DoubleDataType.html    |   520 +
 .../runtime/io/hdf5/H5GroupSymbolTableNode.html    |   329 +
 .../apache/sysds/runtime/io/hdf5/H5LocalHeap.html  |   359 +
 .../sysds/runtime/io/hdf5/H5ObjectHeader.html      |   353 +
 .../apache/sysds/runtime/io/hdf5/H5RootObject.html |   819 +
 .../sysds/runtime/io/hdf5/H5RuntimeException.html  |   319 +
 .../apache/sysds/runtime/io/hdf5/H5Superblock.html |   478 +
 .../sysds/runtime/io/hdf5/H5SymbolTableEntry.html  |   384 +
 .../org/apache/sysds/runtime/io/hdf5/Utils.html    |   313 +
 .../apache/sysds/runtime/io/hdf5/class-use/H5.html |   125 +
 .../sysds/runtime/io/hdf5/class-use/H5BTree.html   |   125 +
 .../runtime/io/hdf5/class-use/H5BufferBuilder.html |   265 +
 .../runtime/io/hdf5/class-use/H5Constants.html     |   125 +
 .../io/hdf5/class-use/H5ContiguousDataset.html     |   187 +
 .../io/hdf5/class-use/H5DoubleDataType.html        |   178 +
 .../io/hdf5/class-use/H5GroupSymbolTableNode.html  |   125 +
 .../runtime/io/hdf5/class-use/H5LocalHeap.html     |   125 +
 .../runtime/io/hdf5/class-use/H5ObjectHeader.html  |   164 +
 .../runtime/io/hdf5/class-use/H5RootObject.html    |   384 +
 .../io/hdf5/class-use/H5RuntimeException.html      |   125 +
 .../runtime/io/hdf5/class-use/H5Superblock.html    |   178 +
 .../io/hdf5/class-use/H5SymbolTableEntry.html      |   178 +
 .../sysds/runtime/io/hdf5/class-use/Utils.html     |   125 +
 .../io/hdf5/message/H5DataLayoutMessage.html       |   332 +
 .../io/hdf5/message/H5DataSpaceMessage.html        |   328 +
 .../runtime/io/hdf5/message/H5DataTypeMessage.html |   317 +
 .../io/hdf5/message/H5FillValueMessage.html        |   360 +
 .../sysds/runtime/io/hdf5/message/H5Message.html   |   280 +
 .../runtime/io/hdf5/message/H5NilMessage.html      |   302 +
 .../message/H5ObjectModificationTimeMessage.html   |   330 +
 .../io/hdf5/message/H5SymbolTableMessage.html      |   332 +
 .../message/class-use/H5DataLayoutMessage.html     |   125 +
 .../hdf5/message/class-use/H5DataSpaceMessage.html |   125 +
 .../hdf5/message/class-use/H5DataTypeMessage.html  |   165 +
 .../hdf5/message/class-use/H5FillValueMessage.html |   125 +
 .../io/hdf5/message/class-use/H5Message.html       |   246 +
 .../io/hdf5/message/class-use/H5NilMessage.html    |   125 +
 .../class-use/H5ObjectModificationTimeMessage.html |   125 +
 .../message/class-use/H5SymbolTableMessage.html    |   125 +
 .../runtime/io/hdf5/message/package-frame.html     |    27 +
 .../runtime/io/hdf5/message/package-summary.html   |   171 +
 .../runtime/io/hdf5/message/package-tree.html      |   148 +
 .../sysds/runtime/io/hdf5/message/package-use.html |   180 +
 .../sysds/runtime/io/hdf5/package-frame.html       |    36 +
 .../sysds/runtime/io/hdf5/package-summary.html     |   206 +
 .../apache/sysds/runtime/io/hdf5/package-tree.html |   171 +
 .../apache/sysds/runtime/io/hdf5/package-use.html  |   198 +
 .../org/apache/sysds/runtime/io/package-frame.html |   104 +
 .../apache/sysds/runtime/io/package-summary.html   |   522 +
 .../org/apache/sysds/runtime/io/package-tree.html  |   315 +
 .../org/apache/sysds/runtime/io/package-use.html   |   390 +
 .../sysds/runtime/lineage/BooleanArray32.html      |   313 +
 .../org/apache/sysds/runtime/lineage/Lineage.html  |   610 +
 .../apache/sysds/runtime/lineage/LineageCache.html |   462 +
 .../LineageCacheConfig.LineageCachePolicy.html     |   358 +
 .../lineage/LineageCacheConfig.ReuseCacheType.html |   434 +
 .../sysds/runtime/lineage/LineageCacheConfig.html  |   750 +
 .../sysds/runtime/lineage/LineageCacheEntry.html   |   429 +
 .../runtime/lineage/LineageCacheEviction.html      |   272 +
 .../runtime/lineage/LineageCacheStatistics.html    |   638 +
 .../sysds/runtime/lineage/LineageCodegenItem.html  |   300 +
 .../sysds/runtime/lineage/LineageDebugger.html     |   365 +
 .../sysds/runtime/lineage/LineageDedupBlock.html   |   461 +
 .../sysds/runtime/lineage/LineageDedupUtils.html   |   432 +
 .../sysds/runtime/lineage/LineageEstimator.html    |   340 +
 .../lineage/LineageEstimatorStatistics.html        |   337 +
 .../runtime/lineage/LineageGPUCacheEviction.html   |   393 +
 .../lineage/LineageItem.LineageItemType.html       |   370 +
 .../apache/sysds/runtime/lineage/LineageItem.html  |   925 +
 .../sysds/runtime/lineage/LineageItemUtils.html    |   605 +
 .../apache/sysds/runtime/lineage/LineageMap.html   |   454 +
 .../sysds/runtime/lineage/LineageParser.html       |   323 +
 .../runtime/lineage/LineageRecomputeUtils.html     |   327 +
 .../sysds/runtime/lineage/LineageRewriteReuse.html |   274 +
 .../sysds/runtime/lineage/LineageTokenizer.html    |   300 +
 .../sysds/runtime/lineage/LineageTraceable.html    |   277 +
 .../runtime/lineage/class-use/BooleanArray32.html  |   125 +
 .../sysds/runtime/lineage/class-use/Lineage.html   |   285 +
 .../runtime/lineage/class-use/LineageCache.html    |   125 +
 .../LineageCacheConfig.LineageCachePolicy.html     |   217 +
 .../LineageCacheConfig.ReuseCacheType.html         |   255 +
 .../lineage/class-use/LineageCacheConfig.html      |   125 +
 .../lineage/class-use/LineageCacheEntry.html       |   218 +
 .../lineage/class-use/LineageCacheEviction.html    |   125 +
 .../lineage/class-use/LineageCacheStatistics.html  |   125 +
 .../lineage/class-use/LineageCodegenItem.html      |   125 +
 .../runtime/lineage/class-use/LineageDebugger.html |   125 +
 .../lineage/class-use/LineageDedupBlock.html       |   212 +
 .../lineage/class-use/LineageDedupUtils.html       |   125 +
 .../lineage/class-use/LineageEstimator.html        |   125 +
 .../class-use/LineageEstimatorStatistics.html      |   125 +
 .../lineage/class-use/LineageGPUCacheEviction.html |   125 +
 .../class-use/LineageItem.LineageItemType.html     |   182 +
 .../runtime/lineage/class-use/LineageItem.html     |   929 +
 .../lineage/class-use/LineageItemUtils.html        |   125 +
 .../runtime/lineage/class-use/LineageMap.html      |   246 +
 .../runtime/lineage/class-use/LineageParser.html   |   125 +
 .../lineage/class-use/LineageRecomputeUtils.html   |   125 +
 .../lineage/class-use/LineageRewriteReuse.html     |   125 +
 .../lineage/class-use/LineageTokenizer.html        |   165 +
 .../lineage/class-use/LineageTraceable.html        |   962 +
 .../sysds/runtime/lineage/package-frame.html       |    50 +
 .../sysds/runtime/lineage/package-summary.html     |   263 +
 .../apache/sysds/runtime/lineage/package-tree.html |   176 +
 .../apache/sysds/runtime/lineage/package-use.html  |   428 +
 .../data/BinaryBlockToTextCellConverter.html       |   339 +
 .../sysds/runtime/matrix/data/CM_N_COVCell.html    |  1151 +
 .../sysds/runtime/matrix/data/CTableMap.html       |   359 +
 .../sysds/runtime/matrix/data/Converter.html       |   271 +
 .../runtime/matrix/data/CudaSupportFunctions.html  |   946 +
 .../sysds/runtime/matrix/data/DnnParameters.html   |   765 +
 .../data/DoublePrecisionCudaSupportFunctions.html  |  1025 +
 .../matrix/data/FrameBlock.ColumnMetadata.html     |   350 +
 .../matrix/data/FrameBlock.FrameMapFunction.html   |   300 +
 .../sysds/runtime/matrix/data/FrameBlock.html      |  2166 ++
 .../org/apache/sysds/runtime/matrix/data/IJV.html  |   346 +
 .../sysds/runtime/matrix/data/LibCommonsMath.html  |   316 +
 .../sysds/runtime/matrix/data/LibMatrixAgg.html    |   601 +
 .../data/LibMatrixBincell.BinaryAccessType.html    |   395 +
 .../runtime/matrix/data/LibMatrixBincell.html      |   427 +
 .../sysds/runtime/matrix/data/LibMatrixCUDA.html   |  1912 +
 .../matrix/data/LibMatrixCountDistinct.html        |   299 +
 .../sysds/runtime/matrix/data/LibMatrixCuDNN.html  |  1122 +
 .../data/LibMatrixCuDNNConvolutionAlgorithm.html   |   522 +
 .../matrix/data/LibMatrixCuDNNInputRowFetcher.html |   347 +
 .../data/LibMatrixCuDNNPoolingDescriptors.html     |   507 +
 .../matrix/data/LibMatrixCuDNNRnnAlgorithm.html    |   304 +
 .../runtime/matrix/data/LibMatrixCuMatMult.html    |   338 +
 .../matrix/data/LibMatrixDNN.PoolingType.html      |   346 +
 .../sysds/runtime/matrix/data/LibMatrixDNN.html    |   657 +
 .../runtime/matrix/data/LibMatrixDNNConv2d.html    |   326 +
 .../runtime/matrix/data/LibMatrixDNNHelper.html    |   238 +
 .../runtime/matrix/data/LibMatrixDNNIm2Col.html    |   467 +
 .../runtime/matrix/data/LibMatrixDNNPooling.html   |   356 +
 .../matrix/data/LibMatrixDNNRelu.ReluBackward.html |   342 +
 .../runtime/matrix/data/LibMatrixDNNRelu.html      |   303 +
 .../LibMatrixDNNRotate180.Rotate180Worker.html     |   249 +
 .../runtime/matrix/data/LibMatrixDNNRotate180.html |   258 +
 .../runtime/matrix/data/LibMatrixDatagen.html      |   506 +
 .../sysds/runtime/matrix/data/LibMatrixMult.html   |  1336 +
 .../sysds/runtime/matrix/data/LibMatrixNative.html |   462 +
 .../runtime/matrix/data/LibMatrixOuterAgg.html     |   674 +
 .../sysds/runtime/matrix/data/LibMatrixReorg.html  |   752 +
 .../runtime/matrix/data/LibMatrixTercell.html      |   247 +
 .../matrix/data/MatrixBlock.SparsityEstimate.html  |   305 +
 .../sysds/runtime/matrix/data/MatrixBlock.html     |  4617 +++
 .../runtime/matrix/data/MatrixBlockDataInput.html  |   284 +
 .../runtime/matrix/data/MatrixBlockDataOutput.html |   273 +
 .../sysds/runtime/matrix/data/MatrixCell.html      |  1213 +
 .../sysds/runtime/matrix/data/MatrixIndexes.html   |   567 +
 .../runtime/matrix/data/MatrixValue.CellIndex.html |   380 +
 .../sysds/runtime/matrix/data/MatrixValue.html     |   904 +
 .../matrix/data/OperationsOnMatrixValues.html      |   818 +
 .../org/apache/sysds/runtime/matrix/data/Pair.html |   348 +
 .../matrix/data/RandomMatrixGenerator.PDF.html     |   359 +
 .../runtime/matrix/data/RandomMatrixGenerator.html |   534 +
 .../data/SinglePrecisionCudaSupportFunctions.html  |  1025 +
 .../matrix/data/TextToBinaryCellConverter.html     |   336 +
 .../matrix/data/TripleIndexes.Comparator.html      |   321 +
 .../sysds/runtime/matrix/data/TripleIndexes.html   |   492 +
 .../sysds/runtime/matrix/data/WeightedCell.html    |   623 +
 .../sysds/runtime/matrix/data/WeightedPair.html    |   477 +
 .../class-use/BinaryBlockToTextCellConverter.html  |   125 +
 .../matrix/data/class-use/CM_N_COVCell.html        |   125 +
 .../runtime/matrix/data/class-use/CTableMap.html   |   561 +
 .../runtime/matrix/data/class-use/Converter.html   |   169 +
 .../data/class-use/CudaSupportFunctions.html       |   182 +
 .../matrix/data/class-use/DnnParameters.html       |   311 +
 .../DoublePrecisionCudaSupportFunctions.html       |   125 +
 .../data/class-use/FrameBlock.ColumnMetadata.html  |   233 +
 .../class-use/FrameBlock.FrameMapFunction.html     |   182 +
 .../runtime/matrix/data/class-use/FrameBlock.html  |  2458 ++
 .../sysds/runtime/matrix/data/class-use/IJV.html   |   235 +
 .../matrix/data/class-use/LibCommonsMath.html      |   125 +
 .../matrix/data/class-use/LibMatrixAgg.html        |   125 +
 .../LibMatrixBincell.BinaryAccessType.html         |   179 +
 .../matrix/data/class-use/LibMatrixBincell.html    |   125 +
 .../matrix/data/class-use/LibMatrixCUDA.html       |   177 +
 .../data/class-use/LibMatrixCountDistinct.html     |   125 +
 .../matrix/data/class-use/LibMatrixCuDNN.html      |   125 +
 .../LibMatrixCuDNNConvolutionAlgorithm.html        |   224 +
 .../class-use/LibMatrixCuDNNInputRowFetcher.html   |   125 +
 .../LibMatrixCuDNNPoolingDescriptors.html          |   203 +
 .../data/class-use/LibMatrixCuDNNRnnAlgorithm.html |   125 +
 .../matrix/data/class-use/LibMatrixCuMatMult.html  |   125 +
 .../data/class-use/LibMatrixDNN.PoolingType.html   |   328 +
 .../matrix/data/class-use/LibMatrixDNN.html        |   125 +
 .../matrix/data/class-use/LibMatrixDNNConv2d.html  |   125 +
 .../matrix/data/class-use/LibMatrixDNNHelper.html  |   125 +
 .../matrix/data/class-use/LibMatrixDNNIm2Col.html  |   125 +
 .../matrix/data/class-use/LibMatrixDNNPooling.html |   125 +
 .../class-use/LibMatrixDNNRelu.ReluBackward.html   |   125 +
 .../matrix/data/class-use/LibMatrixDNNRelu.html    |   125 +
 .../LibMatrixDNNRotate180.Rotate180Worker.html     |   169 +
 .../data/class-use/LibMatrixDNNRotate180.html      |   125 +
 .../matrix/data/class-use/LibMatrixDatagen.html    |   125 +
 .../matrix/data/class-use/LibMatrixMult.html       |   125 +
 .../matrix/data/class-use/LibMatrixNative.html     |   125 +
 .../matrix/data/class-use/LibMatrixOuterAgg.html   |   125 +
 .../matrix/data/class-use/LibMatrixReorg.html      |   125 +
 .../matrix/data/class-use/LibMatrixTercell.html    |   125 +
 .../class-use/MatrixBlock.SparsityEstimate.html    |   167 +
 .../runtime/matrix/data/class-use/MatrixBlock.html |  7935 ++++
 .../data/class-use/MatrixBlockDataInput.html       |   191 +
 .../data/class-use/MatrixBlockDataOutput.html      |   192 +
 .../runtime/matrix/data/class-use/MatrixCell.html  |   379 +
 .../matrix/data/class-use/MatrixIndexes.html       |  1926 +
 .../data/class-use/MatrixValue.CellIndex.html      |   271 +
 .../runtime/matrix/data/class-use/MatrixValue.html |  1410 +
 .../data/class-use/OperationsOnMatrixValues.html   |   125 +
 .../sysds/runtime/matrix/data/class-use/Pair.html  |   534 +
 .../data/class-use/RandomMatrixGenerator.PDF.html  |   255 +
 .../data/class-use/RandomMatrixGenerator.html      |   263 +
 .../SinglePrecisionCudaSupportFunctions.html       |   125 +
 .../data/class-use/TextToBinaryCellConverter.html  |   125 +
 .../data/class-use/TripleIndexes.Comparator.html   |   125 +
 .../matrix/data/class-use/TripleIndexes.html       |   185 +
 .../matrix/data/class-use/WeightedCell.html        |   262 +
 .../matrix/data/class-use/WeightedPair.html        |   125 +
 .../sysds/runtime/matrix/data/package-frame.html   |    82 +
 .../sysds/runtime/matrix/data/package-summary.html |   462 +
 .../sysds/runtime/matrix/data/package-tree.html    |   220 +
 .../sysds/runtime/matrix/data/package-use.html     |  1162 +
 .../matrix/operators/AggregateBinaryOperator.html  |   359 +
 .../matrix/operators/AggregateOperator.html        |   373 +
 .../matrix/operators/AggregateTernaryOperator.html |   377 +
 .../matrix/operators/AggregateUnaryOperator.html   |   385 +
 .../runtime/matrix/operators/BinaryOperator.html   |   407 +
 .../CMOperator.AggregateOperationTypes.html        |   418 +
 .../sysds/runtime/matrix/operators/CMOperator.html |   416 +
 .../runtime/matrix/operators/COVOperator.html      |   294 +
 .../CountDistinctOperator.CountDistinctTypes.html  |   358 +
 .../matrix/operators/CountDistinctOperator.html    |   352 +
 .../matrix/operators/LeftScalarOperator.html       |   387 +
 .../sysds/runtime/matrix/operators/Operator.html   |   299 +
 .../matrix/operators/QuaternaryOperator.html       |   543 +
 .../runtime/matrix/operators/ReIndexOperator.html  |   266 +
 .../runtime/matrix/operators/ReorgOperator.html    |   356 +
 .../matrix/operators/RightScalarOperator.html      |   387 +
 .../runtime/matrix/operators/ScalarOperator.html   |   411 +
 .../runtime/matrix/operators/SimpleOperator.html   |   294 +
 .../runtime/matrix/operators/TernaryOperator.html  |   348 +
 .../runtime/matrix/operators/UnaryOperator.html    |   370 +
 .../class-use/AggregateBinaryOperator.html         |   290 +
 .../operators/class-use/AggregateOperator.html     |   501 +
 .../class-use/AggregateTernaryOperator.html        |   241 +
 .../class-use/AggregateUnaryOperator.html          |   653 +
 .../matrix/operators/class-use/BinaryOperator.html |   782 +
 .../CMOperator.AggregateOperationTypes.html        |   272 +
 .../matrix/operators/class-use/CMOperator.html     |   219 +
 .../matrix/operators/class-use/COVOperator.html    |   201 +
 .../CountDistinctOperator.CountDistinctTypes.html  |   202 +
 .../operators/class-use/CountDistinctOperator.html |   168 +
 .../operators/class-use/LeftScalarOperator.html    |   125 +
 .../matrix/operators/class-use/Operator.html       |   912 +
 .../operators/class-use/QuaternaryOperator.html    |   213 +
 .../operators/class-use/ReIndexOperator.html       |   125 +
 .../matrix/operators/class-use/ReorgOperator.html  |   330 +
 .../operators/class-use/RightScalarOperator.html   |   125 +
 .../matrix/operators/class-use/ScalarOperator.html |   552 +
 .../matrix/operators/class-use/SimpleOperator.html |   125 +
 .../operators/class-use/TernaryOperator.html       |   228 +
 .../matrix/operators/class-use/UnaryOperator.html  |   276 +
 .../runtime/matrix/operators/package-frame.html    |    42 +
 .../runtime/matrix/operators/package-summary.html  |   238 +
 .../runtime/matrix/operators/package-tree.html     |   174 +
 .../runtime/matrix/operators/package-use.html      |   633 +
 .../sysds/runtime/meta/DataCharacteristics.html    |   886 +
 .../sysds/runtime/meta/MatrixCharacteristics.html  |   911 +
 .../org/apache/sysds/runtime/meta/MetaData.html    |   345 +
 .../org/apache/sysds/runtime/meta/MetaDataAll.html |   642 +
 .../apache/sysds/runtime/meta/MetaDataFormat.html  |   303 +
 .../apache/sysds/runtime/meta/MetaDataUtils.html   |   278 +
 .../sysds/runtime/meta/TensorCharacteristics.html  |   736 +
 .../meta/class-use/DataCharacteristics.html        |  1641 +
 .../meta/class-use/MatrixCharacteristics.html      |   253 +
 .../sysds/runtime/meta/class-use/MetaData.html     |   330 +
 .../sysds/runtime/meta/class-use/MetaDataAll.html  |   125 +
 .../runtime/meta/class-use/MetaDataFormat.html     |   125 +
 .../runtime/meta/class-use/MetaDataUtils.html      |   125 +
 .../meta/class-use/TensorCharacteristics.html      |   185 +
 .../apache/sysds/runtime/meta/package-frame.html   |    26 +
 .../apache/sysds/runtime/meta/package-summary.html |   169 +
 .../apache/sysds/runtime/meta/package-tree.html    |   162 +
 .../org/apache/sysds/runtime/meta/package-use.html |   591 +
 .../org/apache/sysds/runtime/package-frame.html    |    22 +
 .../org/apache/sysds/runtime/package-summary.html  |   155 +
 .../org/apache/sysds/runtime/package-tree.html     |   159 +
 .../java/org/apache/sysds/runtime/package-use.html |   438 +
 .../runtime/privacy/CheckedConstraintsLog.html     |   362 +
 .../sysds/runtime/privacy/DMLPrivacyException.html |   301 +
 .../privacy/PrivacyConstraint.PrivacyLevel.html    |   358 +
 .../sysds/runtime/privacy/PrivacyConstraint.html   |   562 +
 .../sysds/runtime/privacy/PrivacyMonitor.html      |   321 +
 .../apache/sysds/runtime/privacy/PrivacyUtils.html |   410 +
 .../privacy/class-use/CheckedConstraintsLog.html   |   125 +
 .../privacy/class-use/DMLPrivacyException.html     |   125 +
 .../class-use/PrivacyConstraint.PrivacyLevel.html  |   535 +
 .../privacy/class-use/PrivacyConstraint.html       |   612 +
 .../runtime/privacy/class-use/PrivacyMonitor.html  |   125 +
 .../runtime/privacy/class-use/PrivacyUtils.html    |   125 +
 .../runtime/privacy/finegrained/DataRange.html     |   372 +
 .../privacy/finegrained/FineGrainedPrivacy.html    |   461 +
 .../finegrained/FineGrainedPrivacyList.html        |   594 +
 .../privacy/finegrained/FineGrainedPrivacyMap.html |   560 +
 .../privacy/finegrained/class-use/DataRange.html   |   272 +
 .../finegrained/class-use/FineGrainedPrivacy.html  |   233 +
 .../class-use/FineGrainedPrivacyList.html          |   125 +
 .../class-use/FineGrainedPrivacyMap.html           |   125 +
 .../runtime/privacy/finegrained/package-frame.html |    26 +
 .../privacy/finegrained/package-summary.html       |   174 +
 .../runtime/privacy/finegrained/package-tree.html  |   144 +
 .../runtime/privacy/finegrained/package-use.html   |   182 +
 .../sysds/runtime/privacy/package-frame.html       |    31 +
 .../sysds/runtime/privacy/package-summary.html     |   192 +
 .../apache/sysds/runtime/privacy/package-tree.html |   174 +
 .../apache/sysds/runtime/privacy/package-use.html  |   362 +
 .../privacy/propagation/AppendPropagator.html      |   316 +
 .../privacy/propagation/CBindPropagator.html       |   260 +
 .../privacy/propagation/ListAppendPropagator.html  |   293 +
 .../privacy/propagation/ListRemovePropagator.html  |   293 +
 .../MatrixMultiplicationPropagator.html            |   395 +
 .../MatrixMultiplicationPropagatorNaive.html       |   275 +
 ...MatrixMultiplicationPropagatorPrivateFirst.html |   274 +
 ...tiplicationPropagatorPrivateFirstOptimized.html |   257 +
 .../runtime/privacy/propagation/OperatorType.html  |   342 +
 .../privacy/propagation/PrivacyPropagator.html     |   614 +
 .../runtime/privacy/propagation/Propagator.html    |   234 +
 .../privacy/propagation/PropagatorMultiReturn.html |   234 +
 .../privacy/propagation/RBindPropagator.html       |   260 +
 .../propagation/class-use/AppendPropagator.html    |   169 +
 .../propagation/class-use/CBindPropagator.html     |   125 +
 .../class-use/ListAppendPropagator.html            |   125 +
 .../class-use/ListRemovePropagator.html            |   125 +
 .../class-use/MatrixMultiplicationPropagator.html  |   182 +
 .../MatrixMultiplicationPropagatorNaive.html       |   125 +
 ...MatrixMultiplicationPropagatorPrivateFirst.html |   125 +
 ...tiplicationPropagatorPrivateFirstOptimized.html |   125 +
 .../propagation/class-use/OperatorType.html        |   207 +
 .../propagation/class-use/PrivacyPropagator.html   |   125 +
 .../privacy/propagation/class-use/Propagator.html  |   204 +
 .../class-use/PropagatorMultiReturn.html           |   165 +
 .../propagation/class-use/RBindPropagator.html     |   125 +
 .../runtime/privacy/propagation/package-frame.html |    38 +
 .../privacy/propagation/package-summary.html       |   231 +
 .../runtime/privacy/propagation/package-tree.html  |   170 +
 .../runtime/privacy/propagation/package-use.html   |   176 +
 .../sysds/runtime/transform/TfUtils.TfMethod.html  |   423 +
 .../apache/sysds/runtime/transform/TfUtils.html    |   595 +
 .../transform/class-use/TfUtils.TfMethod.html      |   174 +
 .../sysds/runtime/transform/class-use/TfUtils.html |   166 +
 .../sysds/runtime/transform/decode/Decoder.html    |   423 +
 .../runtime/transform/decode/DecoderComposite.html |   445 +
 .../runtime/transform/decode/DecoderDummycode.html |   410 +
 .../decode/DecoderFactory.DecoderType.html         |   358 +
 .../runtime/transform/decode/DecoderFactory.html   |   392 +
 .../transform/decode/DecoderPassThrough.html       |   418 +
 .../runtime/transform/decode/DecoderRecode.html    |   443 +
 .../transform/decode/class-use/Decoder.html        |   322 +
 .../decode/class-use/DecoderComposite.html         |   125 +
 .../decode/class-use/DecoderDummycode.html         |   125 +
 .../class-use/DecoderFactory.DecoderType.html      |   174 +
 .../transform/decode/class-use/DecoderFactory.html |   125 +
 .../decode/class-use/DecoderPassThrough.html       |   125 +
 .../transform/decode/class-use/DecoderRecode.html  |   125 +
 .../runtime/transform/decode/package-frame.html    |    29 +
 .../runtime/transform/decode/package-summary.html  |   190 +
 .../runtime/transform/decode/package-tree.html     |   158 +
 .../runtime/transform/decode/package-use.html      |   208 +
 .../encode/ColumnEncoder.EncoderType.html          |   418 +
 .../runtime/transform/encode/ColumnEncoder.html    |   629 +
 .../runtime/transform/encode/ColumnEncoderBin.html |   810 +
 .../transform/encode/ColumnEncoderComposite.html   |   856 +
 .../transform/encode/ColumnEncoderDummycode.html   |   737 +
 .../transform/encode/ColumnEncoderFeatureHash.html |   599 +
 .../transform/encode/ColumnEncoderPassThrough.html |   524 +
 .../transform/encode/ColumnEncoderRecode.html      |   830 +
 .../sysds/runtime/transform/encode/Encoder.html    |   377 +
 .../runtime/transform/encode/EncoderFactory.html   |   390 +
 .../transform/encode/EncoderMVImpute.MVMethod.html |   370 +
 .../runtime/transform/encode/EncoderMVImpute.html  |   690 +
 .../runtime/transform/encode/EncoderOmit.html      |   699 +
 .../runtime/transform/encode/LegacyEncoder.html    |   646 +
 .../transform/encode/MultiColumnEncoder.html       |   990 +
 .../class-use/ColumnEncoder.EncoderType.html       |   174 +
 .../transform/encode/class-use/ColumnEncoder.html  |   373 +
 .../encode/class-use/ColumnEncoderBin.html         |   125 +
 .../encode/class-use/ColumnEncoderComposite.html   |   193 +
 .../encode/class-use/ColumnEncoderDummycode.html   |   125 +
 .../encode/class-use/ColumnEncoderFeatureHash.html |   125 +
 .../encode/class-use/ColumnEncoderPassThrough.html |   125 +
 .../encode/class-use/ColumnEncoderRecode.html      |   125 +
 .../transform/encode/class-use/Encoder.html        |   214 +
 .../transform/encode/class-use/EncoderFactory.html |   125 +
 .../encode/class-use/EncoderMVImpute.MVMethod.html |   195 +
 .../encode/class-use/EncoderMVImpute.html          |   166 +
 .../transform/encode/class-use/EncoderOmit.html    |   180 +
 .../transform/encode/class-use/LegacyEncoder.html  |   232 +
 .../encode/class-use/MultiColumnEncoder.html       |   296 +
 .../runtime/transform/encode/package-frame.html    |    40 +
 .../runtime/transform/encode/package-summary.html  |   229 +
 .../runtime/transform/encode/package-tree.html     |   180 +
 .../runtime/transform/encode/package-use.html      |   226 +
 .../sysds/runtime/transform/meta/TfMetaUtils.html  |   578 +
 .../sysds/runtime/transform/meta/TfOffsetMap.html  |   294 +
 .../transform/meta/class-use/TfMetaUtils.html      |   125 +
 .../transform/meta/class-use/TfOffsetMap.html      |   164 +
 .../runtime/transform/meta/package-frame.html      |    21 +
 .../runtime/transform/meta/package-summary.html    |   147 +
 .../sysds/runtime/transform/meta/package-tree.html |   139 +
 .../sysds/runtime/transform/meta/package-use.html  |   158 +
 .../sysds/runtime/transform/package-frame.html     |    24 +
 .../sysds/runtime/transform/package-summary.html   |   158 +
 .../sysds/runtime/transform/package-tree.html      |   150 +
 .../sysds/runtime/transform/package-use.html       |   177 +
 .../runtime/transform/tokenize/Tokenizer.html      |   288 +
 .../transform/tokenize/TokenizerFactory.html       |   274 +
 .../runtime/transform/tokenize/TokenizerPost.html  |   272 +
 .../transform/tokenize/TokenizerPostCount.html     |   349 +
 .../transform/tokenize/TokenizerPostHash.html      |   349 +
 .../transform/tokenize/TokenizerPostPosition.html  |   378 +
 .../runtime/transform/tokenize/TokenizerPre.html   |   231 +
 .../transform/tokenize/TokenizerPreNgram.html      |   320 +
 .../tokenize/TokenizerPreWhitespaceSplit.html      |   307 +
 .../transform/tokenize/class-use/Tokenizer.html    |   187 +
 .../tokenize/class-use/TokenizerFactory.html       |   125 +
 .../tokenize/class-use/TokenizerPost.html          |   173 +
 .../tokenize/class-use/TokenizerPostCount.html     |   125 +
 .../tokenize/class-use/TokenizerPostHash.html      |   125 +
 .../tokenize/class-use/TokenizerPostPosition.html  |   125 +
 .../transform/tokenize/class-use/TokenizerPre.html |   169 +
 .../tokenize/class-use/TokenizerPreNgram.html      |   125 +
 .../class-use/TokenizerPreWhitespaceSplit.html     |   125 +
 .../runtime/transform/tokenize/package-frame.html  |    31 +
 .../transform/tokenize/package-summary.html        |   186 +
 .../runtime/transform/tokenize/package-tree.html   |   153 +
 .../runtime/transform/tokenize/package-use.html    |   183 +
 .../sysds/runtime/util/BinaryBlockInputFormat.html |   341 +
 .../runtime/util/BinaryBlockRecordReader.html      |   332 +
 .../sysds/runtime/util/ByteBufferDataInput.html    |   650 +
 .../apache/sysds/runtime/util/CollectionUtils.html |   457 +
 .../sysds/runtime/util/CommonThreadPool.html       |   565 +
 .../sysds/runtime/util/DMVUtils.LEVEL_ENUM.html    |   394 +
 .../org/apache/sysds/runtime/util/DMVUtils.html    |   585 +
 .../apache/sysds/runtime/util/DataConverter.html   |  1469 +
 .../org/apache/sysds/runtime/util/DnnUtils.html    |   341 +
 .../org/apache/sysds/runtime/util/EMAUtils.html    |   337 +
 .../runtime/util/FastBufferedDataInputStream.html  |   668 +
 .../runtime/util/FastBufferedDataOutputStream.html |   682 +
 .../sysds/runtime/util/FastStringTokenizer.html    |   352 +
 .../org/apache/sysds/runtime/util/HDFSTool.html    |  1299 +
 .../org/apache/sysds/runtime/util/IndexRange.html  |   463 +
 .../sysds/runtime/util/InputStreamInputFormat.html |   312 +
 .../apache/sysds/runtime/util/LocalFileUtils.html  |  1049 +
 .../util/LongLongDoubleHashMap.ADoubleEntry.html   |   338 +
 .../util/LongLongDoubleHashMap.EntryType.html      |   346 +
 .../sysds/runtime/util/LongLongDoubleHashMap.html  |   355 +
 .../sysds/runtime/util/NormalPRNGenerator.html     |   301 +
 .../apache/sysds/runtime/util/PRNGenerator.html    |   289 +
 .../sysds/runtime/util/PoissonPRNGenerator.html    |   340 +
 .../sysds/runtime/util/ProgramConverter.html       |  1594 +
 .../sysds/runtime/util/Py4jConverterUtils.html     |   387 +
 .../org/apache/sysds/runtime/util/RandNPair.html   |   316 +
 .../org/apache/sysds/runtime/util/SortUtils.html   |   437 +
 .../sysds/runtime/util/UniformPRNGenerator.html    |   310 +
 .../apache/sysds/runtime/util/UtilFunctions.html   |  1806 +
 .../util/class-use/BinaryBlockInputFormat.html     |   125 +
 .../util/class-use/BinaryBlockRecordReader.html    |   125 +
 .../util/class-use/ByteBufferDataInput.html        |   125 +
 .../runtime/util/class-use/CollectionUtils.html    |   125 +
 .../runtime/util/class-use/CommonThreadPool.html   |   125 +
 .../util/class-use/DMVUtils.LEVEL_ENUM.html        |   188 +
 .../sysds/runtime/util/class-use/DMVUtils.html     |   125 +
 .../runtime/util/class-use/DataConverter.html      |   125 +
 .../sysds/runtime/util/class-use/DnnUtils.html     |   125 +
 .../sysds/runtime/util/class-use/EMAUtils.html     |   125 +
 .../class-use/FastBufferedDataInputStream.html     |   125 +
 .../class-use/FastBufferedDataOutputStream.html    |   125 +
 .../util/class-use/FastStringTokenizer.html        |   125 +
 .../sysds/runtime/util/class-use/HDFSTool.html     |   125 +
 .../sysds/runtime/util/class-use/IndexRange.html   |   632 +
 .../util/class-use/InputStreamInputFormat.html     |   125 +
 .../runtime/util/class-use/LocalFileUtils.html     |   125 +
 .../LongLongDoubleHashMap.ADoubleEntry.html        |   200 +
 .../class-use/LongLongDoubleHashMap.EntryType.html |   205 +
 .../util/class-use/LongLongDoubleHashMap.html      |   125 +
 .../runtime/util/class-use/NormalPRNGenerator.html |   125 +
 .../sysds/runtime/util/class-use/PRNGenerator.html |   179 +
 .../util/class-use/PoissonPRNGenerator.html        |   125 +
 .../runtime/util/class-use/ProgramConverter.html   |   125 +
 .../runtime/util/class-use/Py4jConverterUtils.html |   125 +
 .../sysds/runtime/util/class-use/RandNPair.html    |   125 +
 .../sysds/runtime/util/class-use/SortUtils.html    |   125 +
 .../util/class-use/UniformPRNGenerator.html        |   125 +
 .../runtime/util/class-use/UtilFunctions.html      |   125 +
 .../apache/sysds/runtime/util/package-frame.html   |    51 +
 .../apache/sysds/runtime/util/package-summary.html |   304 +
 .../apache/sysds/runtime/util/package-tree.html    |   208 +
 .../org/apache/sysds/runtime/util/package-use.html |   309 +
 .../sysds/utils/DMLCompressionStatistics.html      |   354 +
 .../org/apache/sysds/utils/DataAugmentation.html   |   459 +
 .../org/apache/sysds/utils/EnvironmentHelper.html  |   275 +
 .../apache/sysds/utils/Explain.ExplainCounts.html  |   317 +
 .../apache/sysds/utils/Explain.ExplainType.html    |   408 +
 .../api/java/org/apache/sysds/utils/Explain.html   |   691 +
 .../java/org/apache/sysds/utils/GPUStatistics.html |   917 +
 .../java/org/apache/sysds/utils/Hash.HashType.html |   359 +
 .../api/java/org/apache/sysds/utils/Hash.html      |   408 +
 .../InstallDependencyForIntegrationTests.html      |   305 +
 .../java/org/apache/sysds/utils/JSONHelper.html    |   292 +
 .../org/apache/sysds/utils/MLContextProxy.html     |   330 +
 .../org/apache/sysds/utils/MemoryEstimates.html    |   419 +
 .../sysds/utils/NativeHelper.NativeBlasState.html  |   370 +
 .../java/org/apache/sysds/utils/NativeHelper.html  |   846 +
 .../org/apache/sysds/utils/ParameterBuilder.html   |   319 +
 .../java/org/apache/sysds/utils/Statistics.html    |  2099 ++
 .../apache/sysds/utils/SystemDSLoaderUtils.html    |   287 +
 .../utils/class-use/DMLCompressionStatistics.html  |   125 +
 .../sysds/utils/class-use/DataAugmentation.html    |   125 +
 .../sysds/utils/class-use/EnvironmentHelper.html   |   125 +
 .../utils/class-use/Explain.ExplainCounts.html     |   204 +
 .../sysds/utils/class-use/Explain.ExplainType.html |   251 +
 .../org/apache/sysds/utils/class-use/Explain.html  |   125 +
 .../sysds/utils/class-use/GPUStatistics.html       |   125 +
 .../sysds/utils/class-use/Hash.HashType.html       |   231 +
 .../org/apache/sysds/utils/class-use/Hash.html     |   125 +
 .../InstallDependencyForIntegrationTests.html      |   125 +
 .../apache/sysds/utils/class-use/JSONHelper.html   |   125 +
 .../sysds/utils/class-use/MLContextProxy.html      |   125 +
 .../sysds/utils/class-use/MemoryEstimates.html     |   125 +
 .../class-use/NativeHelper.NativeBlasState.html    |   187 +
 .../apache/sysds/utils/class-use/NativeHelper.html |   125 +
 .../sysds/utils/class-use/ParameterBuilder.html    |   125 +
 .../apache/sysds/utils/class-use/Statistics.html   |   125 +
 .../sysds/utils/class-use/SystemDSLoaderUtils.html |   125 +
 .../java/org/apache/sysds/utils/package-frame.html |    40 +
 .../org/apache/sysds/utils/package-summary.html    |   245 +
 .../java/org/apache/sysds/utils/package-tree.html  |   166 +
 .../java/org/apache/sysds/utils/package-use.html   |   228 +
 content/docs/2.1.0/api/java/overview-frame.html    |    96 +
 content/docs/2.1.0/api/java/overview-summary.html  |   517 +
 content/docs/2.1.0/api/java/overview-tree.html     |  2316 ++
 content/docs/2.1.0/api/java/package-list           |    76 +
 content/docs/2.1.0/api/java/script.js              |    30 +
 content/docs/2.1.0/api/java/serialized-form.html   |  7203 ++++
 content/docs/2.1.0/api/java/stylesheet.css         |   574 +
 .../api/python/api/context/systemds_context.html   |   502 +
 .../2.1.0/api/python/api/operator/algorithms.html  |  1001 +
 .../2.1.0/api/python/api/operator/node/frame.html  |   333 +
 .../2.1.0/api/python/api/operator/node/list.html   |   321 +
 .../2.1.0/api/python/api/operator/node/matrix.html |   563 +
 .../2.1.0/api/python/api/operator/node/scalar.html |   435 +
 .../2.1.0/api/python/api/operator/node/source.html |   304 +
 .../api/python/api/operator/operation_node.html    |   362 +
 .../2.1.0/api/python/api/script_building/dag.html  |   310 +
 .../api/python/api/script_building/script.html     |   307 +
 .../2.1.0/api/python/api/utils/converters.html     |   282 +
 .../docs/2.1.0/api/python/api/utils/helpers.html   |   267 +
 content/docs/2.1.0/api/python/genindex.html        |   772 +
 .../2.1.0/api/python/getting_started/install.html  |   285 +
 .../python/getting_started/simple_examples.html    |   335 +
 .../2.1.0/api/python/guide/algorithms_basics.html  |   398 +
 content/docs/2.1.0/api/python/guide/federated.html |   347 +
 content/docs/2.1.0/api/python/index.html           |   256 +
 content/docs/2.1.0/api/python/objects.inv          |   Bin 0 -> 1622 bytes
 content/docs/2.1.0/api/python/py-modindex.html     |   269 +
 content/docs/2.1.0/api/python/search.html          |   244 +
 content/docs/2.1.0/api/python/searchindex.js       |     1 +
 .../sources/api/context/systemds_context.rst.txt   |    59 +
 .../python/sources/api/operator/algorithms.rst.txt |    69 +
 .../python/sources/api/operator/node/frame.rst.txt |    33 +
 .../python/sources/api/operator/node/list.rst.txt  |    38 +
 .../sources/api/operator/node/matrix.rst.txt       |    35 +
 .../sources/api/operator/node/scalar.rst.txt       |    35 +
 .../sources/api/operator/node/source.rst.txt       |    35 +
 .../sources/api/operator/operation_node.rst.txt    |    44 +
 .../python/sources/api/script_building/dag.rst.txt |    31 +
 .../sources/api/script_building/script.rst.txt     |    31 +
 .../python/sources/api/utils/converters.rst.txt    |    31 +
 .../api/python/sources/api/utils/helpers.rst.txt   |    30 +
 .../python/sources/getting_started/install.rst.txt |    76 +
 .../getting_started/simple_examples.rst.txt        |   130 +
 .../python/sources/guide/algorithms_basics.rst.txt |   222 +
 .../api/python/sources/guide/federated.rst.txt     |   148 +
 .../docs/2.1.0/api/python/sources/index.rst.txt    |    79 +
 content/docs/2.1.0/api/python/static/basic.css     |   904 +
 .../2.1.0/api/python/static/css/badge_only.css     |     1 +
 .../python/static/css/fonts/Roboto-Slab-Bold.woff  |   Bin 0 -> 87624 bytes
 .../python/static/css/fonts/Roboto-Slab-Bold.woff2 |   Bin 0 -> 67312 bytes
 .../static/css/fonts/Roboto-Slab-Regular.woff      |   Bin 0 -> 86288 bytes
 .../static/css/fonts/Roboto-Slab-Regular.woff2     |   Bin 0 -> 66444 bytes
 .../static/css/fonts/fontawesome-webfont.eot       |   Bin 0 -> 165742 bytes
 .../static/css/fonts/fontawesome-webfont.svg       |  2671 ++
 .../static/css/fonts/fontawesome-webfont.ttf       |   Bin 0 -> 165548 bytes
 .../static/css/fonts/fontawesome-webfont.woff      |   Bin 0 -> 98024 bytes
 .../static/css/fonts/fontawesome-webfont.woff2     |   Bin 0 -> 77160 bytes
 .../python/static/css/fonts/lato-bold-italic.woff  |   Bin 0 -> 323344 bytes
 .../python/static/css/fonts/lato-bold-italic.woff2 |   Bin 0 -> 193308 bytes
 .../api/python/static/css/fonts/lato-bold.woff     |   Bin 0 -> 309728 bytes
 .../api/python/static/css/fonts/lato-bold.woff2    |   Bin 0 -> 184912 bytes
 .../static/css/fonts/lato-normal-italic.woff       |   Bin 0 -> 328412 bytes
 .../static/css/fonts/lato-normal-italic.woff2      |   Bin 0 -> 195704 bytes
 .../api/python/static/css/fonts/lato-normal.woff   |   Bin 0 -> 309192 bytes
 .../api/python/static/css/fonts/lato-normal.woff2  |   Bin 0 -> 182708 bytes
 content/docs/2.1.0/api/python/static/css/theme.css |     4 +
 content/docs/2.1.0/api/python/static/doctools.js   |   321 +
 .../api/python/static/documentation_options.js     |    12 +
 content/docs/2.1.0/api/python/static/file.png      |   Bin 0 -> 286 bytes
 .../api/python/static/fonts/Inconsolata-Bold.ttf   |   Bin 0 -> 109948 bytes
 .../python/static/fonts/Inconsolata-Regular.ttf    |   Bin 0 -> 96964 bytes
 .../2.1.0/api/python/static/fonts/Inconsolata.ttf  |   Bin 0 -> 63184 bytes
 .../2.1.0/api/python/static/fonts/Lato-Bold.ttf    |   Bin 0 -> 656544 bytes
 .../2.1.0/api/python/static/fonts/Lato-Regular.ttf |   Bin 0 -> 656568 bytes
 .../api/python/static/fonts/Lato/lato-bold.eot     |   Bin 0 -> 256056 bytes
 .../api/python/static/fonts/Lato/lato-bold.ttf     |   Bin 0 -> 600856 bytes
 .../api/python/static/fonts/Lato/lato-bold.woff    |   Bin 0 -> 309728 bytes
 .../api/python/static/fonts/Lato/lato-bold.woff2   |   Bin 0 -> 184912 bytes
 .../python/static/fonts/Lato/lato-bolditalic.eot   |   Bin 0 -> 266158 bytes
 .../python/static/fonts/Lato/lato-bolditalic.ttf   |   Bin 0 -> 622572 bytes
 .../python/static/fonts/Lato/lato-bolditalic.woff  |   Bin 0 -> 323344 bytes
 .../python/static/fonts/Lato/lato-bolditalic.woff2 |   Bin 0 -> 193308 bytes
 .../api/python/static/fonts/Lato/lato-italic.eot   |   Bin 0 -> 268604 bytes
 .../api/python/static/fonts/Lato/lato-italic.ttf   |   Bin 0 -> 639388 bytes
 .../api/python/static/fonts/Lato/lato-italic.woff  |   Bin 0 -> 328412 bytes
 .../api/python/static/fonts/Lato/lato-italic.woff2 |   Bin 0 -> 195704 bytes
 .../api/python/static/fonts/Lato/lato-regular.eot  |   Bin 0 -> 253461 bytes
 .../api/python/static/fonts/Lato/lato-regular.ttf  |   Bin 0 -> 607720 bytes
 .../api/python/static/fonts/Lato/lato-regular.woff |   Bin 0 -> 309192 bytes
 .../python/static/fonts/Lato/lato-regular.woff2    |   Bin 0 -> 182708 bytes
 .../api/python/static/fonts/RobotoSlab-Bold.ttf    |   Bin 0 -> 170616 bytes
 .../api/python/static/fonts/RobotoSlab-Regular.ttf |   Bin 0 -> 169064 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-bold.eot       |   Bin 0 -> 79520 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-bold.ttf       |   Bin 0 -> 170616 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-bold.woff      |   Bin 0 -> 87624 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-bold.woff2     |   Bin 0 -> 67312 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-regular.eot    |   Bin 0 -> 78331 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-regular.ttf    |   Bin 0 -> 169064 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-regular.woff   |   Bin 0 -> 86288 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-regular.woff2  |   Bin 0 -> 66444 bytes
 .../python/static/fonts/fontawesome-webfont.eot    |   Bin 0 -> 165742 bytes
 .../python/static/fonts/fontawesome-webfont.svg    |  2671 ++
 .../python/static/fonts/fontawesome-webfont.ttf    |   Bin 0 -> 165548 bytes
 .../python/static/fonts/fontawesome-webfont.woff   |   Bin 0 -> 98024 bytes
 .../python/static/fonts/fontawesome-webfont.woff2  |   Bin 0 -> 77160 bytes
 .../docs/2.1.0/api/python/static/jquery-3.5.1.js   | 10872 ++++++
 content/docs/2.1.0/api/python/static/jquery.js     |     2 +
 .../docs/2.1.0/api/python/static/js/badge_only.js  |     1 +
 .../python/static/js/html5shiv-printshiv.min.js    |     4 +
 .../2.1.0/api/python/static/js/html5shiv.min.js    |     4 +
 .../2.1.0/api/python/static/js/modernizr.min.js    |     4 +
 content/docs/2.1.0/api/python/static/js/theme.js   |     1 +
 .../docs/2.1.0/api/python/static/language_data.js  |   297 +
 content/docs/2.1.0/api/python/static/minus.png     |   Bin 0 -> 90 bytes
 content/docs/2.1.0/api/python/static/plus.png      |   Bin 0 -> 90 bytes
 content/docs/2.1.0/api/python/static/pygments.css  |    74 +
 .../docs/2.1.0/api/python/static/searchtools.js    |   522 +
 .../2.1.0/api/python/static/underscore-1.13.1.js   |  2042 +
 content/docs/2.1.0/api/python/static/underscore.js |     6 +
 content/docs/2.1.0/css/bootstrap.min.css           |  8044 ++++
 content/docs/2.1.0/css/main.css                    |   416 +
 content/docs/2.1.0/css/pygments-default.css        |    75 +
 ...-of-quartiles-median-and-interquartile-mean.png |   Bin 0 -> 26477 bytes
 .../img/algorithms-reference/example-tree.png      |   Bin 0 -> 14758 bytes
 content/docs/2.1.0/img/favicon.png                 |   Bin 0 -> 461 bytes
 content/docs/2.1.0/img/systemds-logo.png           |   Bin 0 -> 982 bytes
 content/docs/2.1.0/index.html                      |   163 +
 content/docs/2.1.0/js/main.js                      |   165 +
 content/docs/2.1.0/js/vendor/anchor.min.js         |     6 +
 content/docs/2.1.0/js/vendor/bootstrap.min.js      |     7 +
 content/docs/2.1.0/js/vendor/jquery-1.12.0.min.js  |     5 +
 .../docs/2.1.0/site/algorithms-bibliography.html   |   234 +
 .../docs/2.1.0/site/algorithms-classification.html |   872 +
 content/docs/2.1.0/site/algorithms-clustering.html |   473 +
 .../site/algorithms-descriptive-statistics.html    |  1515 +
 .../site/algorithms-factorization-machines.html    |   295 +
 .../site/algorithms-matrix-factorization.html      |   336 +
 content/docs/2.1.0/site/algorithms-reference.html  |   190 +
 content/docs/2.1.0/site/algorithms-regression.html |  1590 +
 .../2.1.0/site/algorithms-survival-analysis.html   |   601 +
 content/docs/2.1.0/site/builtins-reference.html    |  4336 +++
 .../docs/2.1.0/site/dml-language-reference.html    |  3825 ++
 content/docs/2.1.0/site/dml-vs-r-guide.html        |   423 +
 content/docs/2.1.0/site/entity-resolution.html     |   261 +
 content/docs/2.1.0/site/gpu.html                   |   404 +
 .../site/img/dml-language-reference/Conv2d.gif     |   Bin 0 -> 419930 bytes
 .../site/img/dml-language-reference/Conv2d1.gif    |   Bin 0 -> 174964 bytes
 .../Conv2d_backward_data.gif                       |   Bin 0 -> 444715 bytes
 .../Conv2d_backward_data1.gif                      |   Bin 0 -> 427546 bytes
 .../Conv2d_backward_data2.gif                      |   Bin 0 -> 376145 bytes
 content/docs/2.1.0/site/install.html               |   258 +
 content/docs/2.1.0/site/run.html                   |   205 +
 .../2.1.0/site/windows-source-installation.html    |   271 +
 3398 files changed, 1151823 insertions(+)

diff --git a/content/docs/2.1.0/api/java/allclasses-frame.html b/content/docs/2.1.0/api/java/allclasses-frame.html
new file mode 100644
index 0000000..6a86698
--- /dev/null
+++ b/content/docs/2.1.0/api/java/allclasses-frame.html
@@ -0,0 +1,1479 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (SystemDS 2.1.0 API)</title>
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<h1 class="bar">All&nbsp;Classes</h1>
+<div class="indexContainer">
+<ul>
+<li><a href="org/apache/sysds/runtime/compress/utils/ABitmap.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">ABitmap</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/ABitmap.BitmapType.html" title="enum in org.apache.sysds.runtime.compress.utils" target="classFrame">ABitmap.BitmapType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/AColGroup.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">AColGroup</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/AColGroup.CompressionType.html" title="enum in org.apache.sysds.runtime.compress.colgroup" target="classFrame">AColGroup.CompressionType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/AColumnCoCoder.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">AColumnCoCoder</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/ADictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary" target="classFrame">ADictionary</a></li>
+<li><a href="org/apache/sysds/hops/AggBinaryOp.html" title="class in org.apache.sysds.hops" target="classFrame">AggBinaryOp</a></li>
+<li><a href="org/apache/sysds/hops/AggBinaryOp.MMultMethod.html" title="enum in org.apache.sysds.hops" target="classFrame">AggBinaryOp.MMultMethod</a></li>
+<li><a href="org/apache/sysds/hops/AggBinaryOp.SparkAggType.html" title="enum in org.apache.sysds.hops" target="classFrame">AggBinaryOp.SparkAggType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateBinaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">AggregateBinaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AggregateBinaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">AggregateBinaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/AggregateBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">AggregateBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateBinaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">AggregateBinaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/AggregateDropCorrectionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">AggregateDropCorrectionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">AggregateOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateTernaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">AggregateTernaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AggregateTernaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">AggregateTernaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateTernaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">AggregateTernaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateTernarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AggregateTernarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateUnaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">AggregateUnaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateUnaryCPInstruction.AUType.html" title="enum in org.apache.sysds.runtime.instructions.cp" target="classFrame">AggregateUnaryCPInstruction.AUType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AggregateUnaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">AggregateUnaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/AggregateUnaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">AggregateUnaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateUnaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">AggregateUnaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateUnarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AggregateUnarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateUnarySPInstruction.RDDUAggFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AggregateUnarySPInstruction.RDDUAggFunction2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateUnarySPInstruction.RDDUTensorAggFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AggregateUnarySPInstruction.RDDUTensorAggFunction2</a></li>
+<li><a href="org/apache/sysds/hops/AggUnaryOp.html" title="class in org.apache.sysds.hops" target="classFrame">AggUnaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/AInsertionSorter.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort" target="classFrame">AInsertionSorter</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/AIterator.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset" target="classFrame">AIterator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/AMapToData.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping" target="classFrame">AMapToData</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/And.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">And</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/AOffset.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset" target="classFrame">AOffset</a></li>
+<li><a href="org/apache/sysds/lops/Append.html" title="class in org.apache.sysds.lops" target="classFrame">Append</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">AppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AppendCPInstruction.AppendType.html" title="enum in org.apache.sysds.runtime.instructions.cp" target="classFrame">AppendCPInstruction.AppendType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AppendFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">AppendFEDInstruction</a></li>
+<li><a href="org/apache/sysds/lops/AppendG.html" title="class in org.apache.sysds.lops" target="classFrame">AppendG</a></li>
+<li><a href="org/apache/sysds/lops/AppendGAlignedSP.html" title="class in org.apache.sysds.lops" target="classFrame">AppendGAlignedSP</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGAlignedSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AppendGAlignedSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGAlignedSPInstruction.ShiftColumnIndex.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AppendGAlignedSPInstruction.ShiftColumnIndex</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AppendGSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGSPInstruction.MergeWithShiftedBlocks.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AppendGSPInstruction.MergeWithShiftedBlocks</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGSPInstruction.ShiftMatrix.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AppendGSPInstruction.ShiftMatrix</a></li>
+<li><a href="org/apache/sysds/lops/AppendM.html" title="class in org.apache.sysds.lops" target="classFrame">AppendM</a></li>
+<li><a href="org/apache/sysds/lops/AppendM.CacheType.html" title="enum in org.apache.sysds.lops" target="classFrame">AppendM.CacheType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendMSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AppendMSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/AppendPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">AppendPropagator</a></li>
+<li><a href="org/apache/sysds/lops/AppendR.html" title="class in org.apache.sysds.lops" target="classFrame">AppendR</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendRSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AppendRSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ArithmeticBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">ArithmeticBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/parser/AssignmentStatement.html" title="class in org.apache.sysds.parser" target="classFrame">AssignmentStatement</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/BalanceToAvgFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">BalanceToAvgFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/BasicProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">BasicProgramBlock</a></li>
+<li><a href="org/apache/sysds/runtime/data/BasicTensorBlock.html" title="class in org.apache.sysds.runtime.data" target="classFrame">BasicTensorBlock</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/cuda/Binary.html" title="class in org.apache.sysds.hops.codegen.cplan.cuda" target="classFrame">Binary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/java/Binary.html" title="class in org.apache.sysds.hops.codegen.cplan.java" target="classFrame">Binary</a></li>
+<li><a href="org/apache/sysds/lops/Binary.html" title="class in org.apache.sysds.lops" target="classFrame">Binary</a></li>
+<li><a href="org/apache/sysds/runtime/util/BinaryBlockInputFormat.html" title="class in org.apache.sysds.runtime.util" target="classFrame">BinaryBlockInputFormat</a></li>
+<li><a href="org/apache/sysds/runtime/util/BinaryBlockRecordReader.html" title="class in org.apache.sysds.runtime.util" target="classFrame">BinaryBlockRecordReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/BinaryBlockSerialization.html" title="class in org.apache.sysds.runtime.io" target="classFrame">BinaryBlockSerialization</a></li>
+<li><a href="org/apache/sysds/runtime/io/BinaryBlockSerialization.MatrixBlockDeserializer.html" title="class in org.apache.sysds.runtime.io" target="classFrame">BinaryBlockSerialization.MatrixBlockDeserializer</a></li>
+<li><a href="org/apache/sysds/runtime/io/BinaryBlockSerialization.MatrixBlockSerializer.html" title="class in org.apache.sysds.runtime.io" target="classFrame">BinaryBlockSerialization.MatrixBlockSerializer</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/BinaryBlockToTextCellConverter.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">BinaryBlockToTextCellConverter</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/parser/BinaryExpression.html" title="class in org.apache.sysds.parser" target="classFrame">BinaryExpression</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">BinaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryFrameFrameCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryFrameFrameCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryFrameFrameSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryFrameFrameSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryFrameMatrixCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryFrameMatrixCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryFrameMatrixSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryFrameMatrixSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryFrameScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryFrameScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryFrameScalarFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">BinaryFrameScalarFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryFrameScalarSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryFrameScalarSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/BinaryM.html" title="class in org.apache.sysds.lops" target="classFrame">BinaryM</a></li>
+<li><a href="org/apache/sysds/lops/BinaryM.VectorType.html" title="enum in org.apache.sysds.lops" target="classFrame">BinaryM.VectorType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryMatrixBVectorSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryMatrixBVectorSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryMatrixMatrixCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryMatrixMatrixCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryMatrixMatrixFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">BinaryMatrixMatrixFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryMatrixMatrixSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryMatrixMatrixSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryMatrixScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryMatrixScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryMatrixScalarFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">BinaryMatrixScalarFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryMatrixScalarSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryMatrixScalarSPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/BinaryOp.html" title="class in org.apache.sysds.hops" target="classFrame">BinaryOp</a></li>
+<li><a href="org/apache/sysds/hops/BinaryOp.AppendMethod.html" title="enum in org.apache.sysds.hops" target="classFrame">BinaryOp.AppendMethod</a></li>
+<li><a href="org/apache/sysds/hops/BinaryOp.MMBinaryMethod.html" title="enum in org.apache.sysds.hops" target="classFrame">BinaryOp.MMBinaryMethod</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/BinaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">BinaryOperator</a></li>
+<li><a href="org/apache/sysds/lops/BinaryScalar.html" title="class in org.apache.sysds.lops" target="classFrame">BinaryScalar</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryScalarScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryScalarScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryTensorTensorBroadcastSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryTensorTensorBroadcastSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryTensorTensorCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryTensorTensorCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryTensorTensorSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryTensorTensorSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/BinaryUAggChain.html" title="class in org.apache.sysds.lops" target="classFrame">BinaryUAggChain</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinUaggChainSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinUaggChainSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinUaggChainSPInstruction.RDDBinUaggChainFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinUaggChainSPInstruction.RDDBinUaggChainFunction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/Bitmap.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">Bitmap</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/BitmapEncoder.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">BitmapEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/BitmapLossy.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">BitmapLossy</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/BitmapLossyEncoder.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">BitmapLossyEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwAnd.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">BitwAnd</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwOr.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">BitwOr</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwShiftL.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">BitwShiftL</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwShiftR.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">BitwShiftR</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwXor.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">BitwXor</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/BlockPartitioner.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">BlockPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/BooleanArray32.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">BooleanArray32</a></li>
+<li><a href="org/apache/sysds/parser/BooleanExpression.html" title="class in org.apache.sysds.parser" target="classFrame">BooleanExpression</a></li>
+<li><a href="org/apache/sysds/parser/BooleanIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">BooleanIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BooleanObject.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BooleanObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/BroadcastObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">BroadcastObject</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Builtin.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Builtin</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Builtin.BuiltinCode.html" title="enum in org.apache.sysds.runtime.functionobjects" target="classFrame">Builtin.BuiltinCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/BuiltinBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">BuiltinBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/parser/BuiltinConstant.html" title="enum in org.apache.sysds.parser" target="classFrame">BuiltinConstant</a></li>
+<li><a href="org/apache/sysds/parser/BuiltinFunctionExpression.html" title="class in org.apache.sysds.parser" target="classFrame">BuiltinFunctionExpression</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BuiltinNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BuiltinNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BuiltinNarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BuiltinNarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BuiltinNarySPInstruction.PadBlocksFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BuiltinNarySPInstruction.PadBlocksFunction</a></li>
+<li><a href="org/apache/sysds/common/Builtins.html" title="enum in org.apache.sysds.common" target="classFrame">Builtins</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/BuiltinUnaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">BuiltinUnaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/ByteBuffer.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">ByteBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/util/ByteBufferDataInput.html" title="class in org.apache.sysds.runtime.util" target="classFrame">ByteBufferDataInput</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/ByteClassLoader.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">ByteClassLoader</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheableData.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">CacheableData</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheableData.CacheStatus.html" title="enum in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">CacheableData.CacheStatus</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheBlock.html" title="interface in org.apache.sysds.runtime.controlprogram.caching" target="classFrame"><span class="interfaceName">CacheBlock</span></a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheBlockFactory.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">CacheBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheDataInput.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">CacheDataInput</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheDataOutput.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">CacheDataOutput</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/CachedReuseVariables.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">CachedReuseVariables</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheStatistics.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">CacheStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheStatistics.Stat.html" title="enum in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">CacheStatistics.Stat</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CastSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CastSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/CBindPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">CBindPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/Cell.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util" target="classFrame">Cell</a></li>
+<li><a href="org/apache/sysds/lops/CentralMoment.html" title="class in org.apache.sysds.lops" target="classFrame">CentralMoment</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CentralMomentCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">CentralMomentCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/CentralMomentFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">CentralMomentFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CentralMomentSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CentralMomentSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/CheckedConstraintsLog.html" title="class in org.apache.sysds.runtime.privacy" target="classFrame">CheckedConstraintsLog</a></li>
+<li><a href="org/apache/sysds/lops/Checkpoint.html" title="class in org.apache.sysds.lops" target="classFrame">Checkpoint</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CheckpointSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CheckpointSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibAppend.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibAppend</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibBinaryCellOp.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibBinaryCellOp</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibCompAgg.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibCompAgg</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibLeftMultBy.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibLeftMultBy</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibReExpand.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibReExpand</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibRelationalOp.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibRelationalOp</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibRightMultBy.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibRightMultBy</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibScalar.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibScalar</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibSquash.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibSquash</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/CM.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">CM</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CM_COV_Object.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">CM_COV_Object</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/CM_N_COVCell.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">CM_N_COVCell</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CMOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">CMOperator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CMOperator.AggregateOperationTypes.html" title="enum in org.apache.sysds.runtime.matrix.operators" target="classFrame">CMOperator.AggregateOperationTypes</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNode.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNode</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeBinary.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeBinary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeBinary.BinType.html" title="enum in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeBinary.BinType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeCell.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeCell</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeData.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeData</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeMultiAgg.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeMultiAgg</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeNary.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeNary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeNary.NaryType.html" title="enum in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeNary.NaryType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeOuterProduct.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeOuterProduct</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeRow.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeRow</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeTernary.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeTernary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeTernary.TernaryType.html" title="enum in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeTernary.TernaryType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeTpl.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeTpl</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeUnary.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeUnary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeUnary.UnaryType.html" title="enum in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeUnary.UnaryType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeBinPacking.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">CoCodeBinPacking</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeCost.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">CoCodeCost</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeCostMatrixMult.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">CoCodeCostMatrixMult</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeCostTSMM.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">CoCodeCostTSMM</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeStatic.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">CoCodeStatic</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/CodegenUtils.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">CodegenUtils</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CodeTemplate.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CodeTemplate</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupCompressed.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupCompressed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupConst.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupConst</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupDDC.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupDDC</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupEmpty.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupEmpty</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupIO.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupIO</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupOffset.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupOffset</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupOLE.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupOLE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupRLE.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupRLE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDC.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupSDC</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDCSingle.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupSDCSingle</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDCSingleZeros.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupSDCSingleZeros</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDCZeros.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupSDCZeros</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSizes.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupSizes</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupUncompressed.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupUncompressed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupValue.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupValue</a></li>
+<li><a href="org/apache/sysds/runtime/util/CollectionUtils.html" title="class in org.apache.sysds.runtime.util" target="classFrame">CollectionUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoder.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoder.EncoderType.html" title="enum in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoder.EncoderType</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderBin.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderBin</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderComposite.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderComposite</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderDummycode.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderDummycode</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderFeatureHash.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderFeatureHash</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderPassThrough.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderPassThrough</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderRecode.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderRecode</a></li>
+<li><a href="org/apache/sysds/runtime/util/CommonThreadPool.html" title="class in org.apache.sysds.runtime.util" target="classFrame">CommonThreadPool</a></li>
+<li><a href="org/apache/sysds/conf/CompilerConfig.html" title="class in org.apache.sysds.conf" target="classFrame">CompilerConfig</a></li>
+<li><a href="org/apache/sysds/conf/CompilerConfig.ConfigType.html" title="enum in org.apache.sysds.conf" target="classFrame">CompilerConfig.ConfigType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressedMatrixBlock.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">CompressedMatrixBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressedMatrixBlockFactory.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">CompressedMatrixBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimator.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">CompressedSizeEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorExact.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">CompressedSizeEstimatorExact</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorFactory.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">CompressedSizeEstimatorFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorSample.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">CompressedSizeEstimatorSample</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeInfo.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">CompressedSizeInfo</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeInfoColGroup.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">CompressedSizeInfoColGroup</a></li>
+<li><a href="org/apache/sysds/lops/Compression.html" title="class in org.apache.sysds.lops" target="classFrame">Compression</a></li>
+<li><a href="org/apache/sysds/lops/Compression.CompressConfig.html" title="enum in org.apache.sysds.lops" target="classFrame">Compression.CompressConfig</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CompressionCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">CompressionCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressionSettings.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">CompressionSettings</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressionSettingsBuilder.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">CompressionSettingsBuilder</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CompressionSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CompressionSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CompressionSPInstruction.CompressionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CompressionSPInstruction.CompressionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressionStatistics.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">CompressionStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ComputationCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ComputationCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ComputationFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ComputationFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ComputationSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ComputationSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ComputeBinaryBlockNnzFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ComputeBinaryBlockNnzFunction</a></li>
+<li><a href="org/apache/sysds/parser/ConditionalPredicate.html" title="class in org.apache.sysds.parser" target="classFrame">ConditionalPredicate</a></li>
+<li><a href="org/apache/sysds/api/ConfigurableAPI.html" title="interface in org.apache.sysds.api" target="classFrame"><span class="interfaceName">ConfigurableAPI</span></a></li>
+<li><a href="org/apache/sysds/conf/ConfigurationManager.html" title="class in org.apache.sysds.conf" target="classFrame">ConfigurationManager</a></li>
+<li><a href="org/apache/sysds/api/jmlc/Connection.html" title="class in org.apache.sysds.api.jmlc" target="classFrame">Connection</a></li>
+<li><a href="org/apache/sysds/parser/ConstIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">ConstIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/Converter.html" title="interface in org.apache.sysds.runtime.matrix.data" target="classFrame"><span class="interfaceName">Converter</span></a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ConvertFrameBlockToIJVLines.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ConvertFrameBlockToIJVLines</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ConvertMatrixBlockToIJVLines.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ConvertMatrixBlockToIJVLines</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ConvertStringToLongTextPair.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ConvertStringToLongTextPair</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyBinaryCellFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyBinaryCellFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyFrameBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyFrameBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyFrameBlockPairFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyFrameBlockPairFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyMatrixBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyMatrixBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyMatrixBlockPairFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyMatrixBlockPairFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyTensorBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyTensorBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyTensorBlockPairFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyTensorBlockPairFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyTextInputFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyTextInputFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/CorrMatrixBlock.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">CorrMatrixBlock</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimationWrapper.html" title="class in org.apache.sysds.hops.cost" target="classFrame">CostEstimationWrapper</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimationWrapper.CostType.html" title="enum in org.apache.sysds.hops.cost" target="classFrame">CostEstimationWrapper.CostType</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimator.html" title="class in org.apache.sysds.hops.cost" target="classFrame">CostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">CostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.DataFormat.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">CostEstimator.DataFormat</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.ExcludeType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">CostEstimator.ExcludeType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.TestMeasure.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">CostEstimator.TestMeasure</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimatorHops.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">CostEstimatorHops</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimatorRuntime.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">CostEstimatorRuntime</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimatorStaticRuntime.html" title="class in org.apache.sysds.hops.cost" target="classFrame">CostEstimatorStaticRuntime</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CountDistinctOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">CountDistinctOperator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CountDistinctOperator.CountDistinctTypes.html" title="enum in org.apache.sysds.runtime.matrix.operators" target="classFrame">CountDistinctOperator.CountDistinctTypes</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/COV.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">COV</a></li>
+<li><a href="org/apache/sysds/lops/CoVariance.html" title="class in org.apache.sysds.lops" target="classFrame">CoVariance</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CovarianceCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">CovarianceCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/CovarianceFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">CovarianceFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CovarianceSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CovarianceSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/COVOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">COVOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">CPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CPInstruction.CPType.html" title="enum in org.apache.sysds.runtime.instructions.cp" target="classFrame">CPInstruction.CPType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/CPInstructionParser.html" title="class in org.apache.sysds.runtime.instructions" target="classFrame">CPInstructionParser</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanCSERewriter.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">CPlanCSERewriter</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanMemoTable.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">CPlanMemoTable</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanMemoTable.MemoTableEntry.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">CPlanMemoTable.MemoTableEntry</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanMemoTable.MemoTableEntrySet.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">CPlanMemoTable.MemoTableEntrySet</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanOpRewriter.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">CPlanOpRewriter</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CpmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CpmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CPOperand.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">CPOperand</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CreateSparseBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CreateSparseBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/CSRPointer.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">CSRPointer</a></li>
+<li><a href="org/apache/sysds/lops/CSVReBlock.html" title="class in org.apache.sysds.lops" target="classFrame">CSVReBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CSVReblockSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CSVReblockSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/Ctable.html" title="class in org.apache.sysds.lops" target="classFrame">Ctable</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/CTable.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">CTable</a></li>
+<li><a href="org/apache/sysds/lops/Ctable.OperationTypes.html" title="enum in org.apache.sysds.lops" target="classFrame">Ctable.OperationTypes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CtableCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">CtableCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/CtableFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">CtableFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/CTableMap.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">CTableMap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CtableSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.MapJoinSignature1.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CtableSPInstruction.MapJoinSignature1</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.MapJoinSignature2.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CtableSPInstruction.MapJoinSignature2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.MapJoinSignature3.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CtableSPInstruction.MapJoinSignature3</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/CudaMemoryAllocator.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">CudaMemoryAllocator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/CudaSupportFunctions.html" title="interface in org.apache.sysds.runtime.matrix.data" target="classFrame"><span class="interfaceName">CudaSupportFunctions</span></a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CumulativeAggregateSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CumulativeAggregateSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/CumulativeOffsetBinary.html" title="class in org.apache.sysds.lops" target="classFrame">CumulativeOffsetBinary</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CumulativeOffsetSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CumulativeOffsetSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/CumulativePartialAggregate.html" title="class in org.apache.sysds.lops" target="classFrame">CumulativePartialAggregate</a></li>
+<li><a href="org/apache/sysds/parser/dml/CustomErrorListener.html" title="class in org.apache.sysds.parser.dml" target="classFrame">CustomErrorListener</a></li>
+<li><a href="org/apache/sysds/parser/dml/CustomErrorListener.ParseIssueType.html" title="enum in org.apache.sysds.parser.dml" target="classFrame">CustomErrorListener.ParseIssueType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/CustomHashMap.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">CustomHashMap</a></li>
+<li><a href="org/apache/sysds/lops/compile/Dag.html" title="class in org.apache.sysds.lops.compile" target="classFrame">Dag</a></li>
+<li><a href="org/apache/sysds/lops/Data.html" title="class in org.apache.sysds.lops" target="classFrame">Data</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/Data.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">Data</a></li>
+<li><a href="org/apache/sysds/utils/DataAugmentation.html" title="class in org.apache.sysds.utils" target="classFrame">DataAugmentation</a></li>
+<li><a href="org/apache/sysds/runtime/meta/DataCharacteristics.html" title="class in org.apache.sysds.runtime.meta" target="classFrame">DataCharacteristics</a></li>
+<li><a href="org/apache/sysds/runtime/util/DataConverter.html" title="class in org.apache.sysds.runtime.util" target="classFrame">DataConverter</a></li>
+<li><a href="org/apache/sysds/parser/DataExpression.html" title="class in org.apache.sysds.parser" target="classFrame">DataExpression</a></li>
+<li><a href="org/apache/sysds/lops/DataGen.html" title="class in org.apache.sysds.lops" target="classFrame">DataGen</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DataGenCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">DataGenCPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/DataGenOp.html" title="class in org.apache.sysds.hops" target="classFrame">DataGenOp</a></li>
+<li><a href="org/apache/sysds/parser/DataIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">DataIdentifier</a></li>
+<li><a href="org/apache/sysds/hops/DataOp.html" title="class in org.apache.sysds.hops" target="classFrame">DataOp</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">DataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerLocal.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">DataPartitionerLocal</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerRemoteSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">DataPartitionerRemoteSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerRemoteSparkMapper.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">DataPartitionerRemoteSparkMapper</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerRemoteSparkReducer.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">DataPartitionerRemoteSparkReducer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionerSparkAggregator.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DataPartitionerSparkAggregator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionerSparkMapper.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DataPartitionerSparkMapper</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DataPartitionFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionFederatedScheme.BalanceMetrics.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DataPartitionFederatedScheme.BalanceMetrics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionFederatedScheme.Result.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DataPartitionFederatedScheme.Result</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DataPartitionLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DataPartitionSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/finegrained/DataRange.html" title="class in org.apache.sysds.runtime.privacy.finegrained" target="classFrame">DataRange</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/DatasetObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">DatasetObject</a></li>
+<li><a href="org/apache/sysds/runtime/data/DataTensorBlock.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DataTensorBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DblArray.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">DblArray</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DblArrayIntListHashMap.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">DblArrayIntListHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DCLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DCLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DCSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DCSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/Decoder.html" title="class in org.apache.sysds.runtime.transform.decode" target="classFrame">Decoder</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderComposite.html" title="class in org.apache.sysds.runtime.transform.decode" target="classFrame">DecoderComposite</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderDummycode.html" title="class in org.apache.sysds.runtime.transform.decode" target="classFrame">DecoderDummycode</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderFactory.html" title="class in org.apache.sysds.runtime.transform.decode" target="classFrame">DecoderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderFactory.DecoderType.html" title="enum in org.apache.sysds.runtime.transform.decode" target="classFrame">DecoderFactory.DecoderType</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderPassThrough.html" title="class in org.apache.sysds.runtime.transform.decode" target="classFrame">DecoderPassThrough</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderRecode.html" title="class in org.apache.sysds.runtime.transform.decode" target="classFrame">DecoderRecode</a></li>
+<li><a href="org/apache/sysds/lops/DeCompression.html" title="class in org.apache.sysds.lops" target="classFrame">DeCompression</a></li>
+<li><a href="org/apache/sysds/lops/DeCompression.CompressConfig.html" title="enum in org.apache.sysds.lops" target="classFrame">DeCompression.CompressConfig</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DeCompressionCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">DeCompressionCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/DeCompressionSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">DeCompressionSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/DeCompressionSPInstruction.DeCompressionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">DeCompressionSPInstruction.DeCompressionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlock.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlock</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlock.Type.html" title="enum in org.apache.sysds.runtime.data" target="classFrame">DenseBlock.Type</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockBool.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockBool</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockDRB.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockDRB</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockFactory.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockFP32.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockFP32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockFP64.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockFP64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockInt32.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockInt32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockInt64.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockInt64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLBool.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockLBool</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLDRB.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockLDRB</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLFP32.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockLFP32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLFP64.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockLFP64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLInt32.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockLInt32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLInt64.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockLInt64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLString.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockLString</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockString.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockString</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/DiagIndex.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">DiagIndex</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/Dictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary" target="classFrame">Dictionary</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/DictionaryFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary" target="classFrame">DictionaryFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/DictionaryFactory.Type.html" title="enum in org.apache.sysds.runtime.compress.colgroup.dictionary" target="classFrame">DictionaryFactory.Type</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Divide.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Divide</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlBaseListener.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlBaseListener</a></li>
+<li><a href="org/apache/sysds/runtime/DMLCompressionException.html" title="class in org.apache.sysds.runtime" target="classFrame">DMLCompressionException</a></li>
+<li><a href="org/apache/sysds/utils/DMLCompressionStatistics.html" title="class in org.apache.sysds.utils" target="classFrame">DMLCompressionStatistics</a></li>
+<li><a href="org/apache/sysds/conf/DMLConfig.html" title="class in org.apache.sysds.conf" target="classFrame">DMLConfig</a></li>
+<li><a href="org/apache/sysds/api/DMLException.html" title="class in org.apache.sysds.api" target="classFrame">DMLException</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlLexer.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlLexer</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlListener.html" title="interface in org.apache.sysds.parser.dml" target="classFrame"><span class="interfaceName">DmlListener</span></a></li>
+<li><a href="org/apache/sysds/api/DMLOptions.html" title="class in org.apache.sysds.api" target="classFrame">DMLOptions</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AccumulatorAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.AccumulatorAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AddSubExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.AddSubExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.AssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AtomicExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.AtomicExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BooleanAndExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.BooleanAndExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BooleanNotExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.BooleanNotExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BooleanOrExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.BooleanOrExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BuiltinFunctionExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.BuiltinFunctionExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.CommandlineParamExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.CommandlineParamExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.CommandlinePositionExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.CommandlinePositionExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstDoubleIdExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ConstDoubleIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstFalseExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ConstFalseExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstIntIdExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ConstIntIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstStringIdExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ConstStringIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstTrueExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ConstTrueExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.DataIdentifierContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.DataIdentifierContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.DataIdExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.DataIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.DataTypeContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.DataTypeContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ExternalFunctionDefExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ExternalFunctionDefExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ForStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ForStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.FunctionCallAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.FunctionCallAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.FunctionCallMultiAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.FunctionCallMultiAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.FunctionStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.FunctionStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IfdefAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.IfdefAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IfStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.IfStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ImportStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ImportStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IndexedExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.IndexedExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.InternalFunctionDefExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.InternalFunctionDefExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IterablePredicateColonExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.IterablePredicateColonExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IterablePredicateContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.IterablePredicateContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IterablePredicateSeqExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.IterablePredicateSeqExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MatrixDataTypeCheckContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.MatrixDataTypeCheckContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MatrixMulExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.MatrixMulExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.Ml_typeContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.Ml_typeContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ModIntDivExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ModIntDivExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MultDivExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.MultDivExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MultiIdExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.MultiIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ParameterizedExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ParameterizedExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ParForStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ParForStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.PathStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.PathStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.PowerExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.PowerExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ProgramrootContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ProgramrootContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.RelationalExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.RelationalExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.SimpleDataIdentifierExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.SimpleDataIdentifierExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.StatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.StatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.StrictParameterizedExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.StrictParameterizedExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.StrictParameterizedKeyValueStringContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.StrictParameterizedKeyValueStringContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.TypedArgAssignContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.TypedArgAssignContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.TypedArgNoAssignContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.TypedArgNoAssignContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.UnaryExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.UnaryExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ValueTypeContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ValueTypeContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.WhileStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.WhileStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DMLParserWrapper.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DMLParserWrapper</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlPreprocessor.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlPreprocessor</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/DMLPrivacyException.html" title="class in org.apache.sysds.runtime.privacy" target="classFrame">DMLPrivacyException</a></li>
+<li><a href="org/apache/sysds/parser/DMLProgram.html" title="class in org.apache.sysds.parser" target="classFrame">DMLProgram</a></li>
+<li><a href="org/apache/sysds/runtime/DMLRuntimeException.html" title="class in org.apache.sysds.runtime" target="classFrame">DMLRuntimeException</a></li>
+<li><a href="org/apache/sysds/api/DMLScript.html" title="class in org.apache.sysds.api" target="classFrame">DMLScript</a></li>
+<li><a href="org/apache/sysds/runtime/DMLScriptException.html" title="class in org.apache.sysds.runtime" target="classFrame">DMLScriptException</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlSyntacticValidator.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlSyntacticValidator</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlSyntacticValidator.ConvertedDMLSyntax.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlSyntacticValidator.ConvertedDMLSyntax</a></li>
+<li><a href="org/apache/sysds/parser/DMLTranslator.html" title="class in org.apache.sysds.parser" target="classFrame">DMLTranslator</a></li>
+<li><a href="org/apache/sysds/runtime/util/DMVUtils.html" title="class in org.apache.sysds.runtime.util" target="classFrame">DMVUtils</a></li>
+<li><a href="org/apache/sysds/runtime/util/DMVUtils.LEVEL_ENUM.html" title="enum in org.apache.sysds.runtime.util" target="classFrame">DMVUtils.LEVEL_ENUM</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DnnCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">DnnCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/DnnGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">DnnGPUInstruction</a></li>
+<li><a href="org/apache/sysds/hops/DnnOp.html" title="class in org.apache.sysds.hops" target="classFrame">DnnOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/DnnParameters.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">DnnParameters</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/DnnSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">DnnSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/DnnTransform.html" title="class in org.apache.sysds.lops" target="classFrame">DnnTransform</a></li>
+<li><a href="org/apache/sysds/runtime/util/DnnUtils.html" title="class in org.apache.sysds.runtime.util" target="classFrame">DnnUtils</a></li>
+<li><a href="org/apache/sysds/parser/DoubleIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">DoubleIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DoubleIntListHashMap.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">DoubleIntListHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DoubleObject.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">DoubleObject</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/DoublePrecisionCudaSupportFunctions.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">DoublePrecisionCudaSupportFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DRLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRRLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DRRLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRRSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DRRSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DRSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/util/EMAUtils.html" title="class in org.apache.sysds.runtime.util" target="classFrame">EMAUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/Encoder.html" title="interface in org.apache.sysds.runtime.transform.encode" target="classFrame"><span class="interfaceName">Encoder</span></a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderFactory.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">EncoderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderMVImpute.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">EncoderMVImpute</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderMVImpute.MVMethod.html" title="enum in org.apache.sysds.runtime.transform.encode" target="classFrame">EncoderMVImpute.MVMethod</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderOmit.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">EncoderOmit</a></li>
+<li><a href="org/apache/sysds/utils/EnvironmentHelper.html" title="class in org.apache.sysds.utils" target="classFrame">EnvironmentHelper</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Equals.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Equals</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/EstimationFactors.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">EstimationFactors</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimationUtils.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimationUtils</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBasicAvg.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorBasicAvg</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBasicWorst.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorBasicWorst</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorBitsetMM</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.BitsetMatrix.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorBitsetMM.BitsetMatrix</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.BitsetMatrix1.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorBitsetMM.BitsetMatrix1</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.BitsetMatrix2.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorBitsetMM.BitsetMatrix2</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorDensityMap.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorDensityMap</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorDensityMap.DensityMap.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorDensityMap.DensityMap</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorLayeredGraph.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorLayeredGraph</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorLayeredGraph.LayeredGraph.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorLayeredGraph.LayeredGraph</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorMatrixHistogram.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorMatrixHistogram</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorMatrixHistogram.MatrixHistogram.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorMatrixHistogram.MatrixHistogram</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorSample.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorSample</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorSampleRa.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorSampleRa</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/EvalNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">EvalNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/ExecutionConfig.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">ExecutionConfig</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/ExecutionContext.html" title="class in org.apache.sysds.runtime.controlprogram.context" target="classFrame">ExecutionContext</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/ExecutionContextFactory.html" title="class in org.apache.sysds.runtime.controlprogram.context" target="classFrame">ExecutionContextFactory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/ExecutionContextMap.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">ExecutionContextMap</a></li>
+<li><a href="org/apache/sysds/utils/Explain.html" title="class in org.apache.sysds.utils" target="classFrame">Explain</a></li>
+<li><a href="org/apache/sysds/utils/Explain.ExplainCounts.html" title="class in org.apache.sysds.utils" target="classFrame">Explain.ExplainCounts</a></li>
+<li><a href="org/apache/sysds/utils/Explain.ExplainType.html" title="enum in org.apache.sysds.utils" target="classFrame">Explain.ExplainType</a></li>
+<li><a href="org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser" target="classFrame">Expression</a></li>
+<li><a href="org/apache/sysds/parser/Expression.BinaryOp.html" title="enum in org.apache.sysds.parser" target="classFrame">Expression.BinaryOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.BooleanOp.html" title="enum in org.apache.sysds.parser" target="classFrame">Expression.BooleanOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.DataOp.html" title="enum in org.apache.sysds.parser" target="classFrame">Expression.DataOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.FunctCallOp.html" title="enum in org.apache.sysds.parser" target="classFrame">Expression.FunctCallOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.RelationalOp.html" title="enum in org.apache.sysds.parser" target="classFrame">Expression.RelationalOp</a></li>
+<li><a href="org/apache/sysds/parser/dml/ExpressionInfo.html" title="class in org.apache.sysds.parser.dml" target="classFrame">ExpressionInfo</a></li>
+<li><a href="org/apache/sysds/parser/ExpressionList.html" title="class in org.apache.sysds.parser" target="classFrame">ExpressionList</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractBlockForBinaryReblock.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ExtractBlockForBinaryReblock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroup.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ExtractGroup</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroup.ExtractGroupBroadcast.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ExtractGroup.ExtractGroupBroadcast</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroup.ExtractGroupJoin.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ExtractGroup.ExtractGroupJoin</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroupNWeights.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ExtractGroupNWeights</a></li>
+<li><a href="org/apache/sysds/runtime/util/FastBufferedDataInputStream.html" title="class in org.apache.sysds.runtime.util" target="classFrame">FastBufferedDataInputStream</a></li>
+<li><a href="org/apache/sysds/runtime/util/FastBufferedDataOutputStream.html" title="class in org.apache.sysds.runtime.util" target="classFrame">FastBufferedDataOutputStream</a></li>
+<li><a href="org/apache/sysds/runtime/util/FastStringTokenizer.html" title="class in org.apache.sysds.runtime.util" target="classFrame">FastStringTokenizer</a></li>
+<li><a href="org/apache/sysds/lops/Federated.html" title="class in org.apache.sysds.lops" target="classFrame">Federated</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedData.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedData</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/FederatedDataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">FederatedDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedLocalData.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedLocalData</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/FederatedPSControlThread.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">FederatedPSControlThread</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedRange.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedRange</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedRequest.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedRequest</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedRequest.RequestType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedRequest.RequestType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedResponse.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedResponse</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedResponse.ResponseType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedResponse.ResponseType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedUDF.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedUDF</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedWorker.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedWorkerHandler.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedWorkerHandler</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedWorkerHandlerException.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedWorkerHandlerException</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederationMap</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.FPartitioning.html" title="enum in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederationMap.FPartitioning</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.FReplication.html" title="enum in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederationMap.FReplication</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.FType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederationMap.FType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationUtils.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederationUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">FEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstruction.FederatedOutput.html" title="enum in org.apache.sysds.runtime.instructions.fed" target="classFrame">FEDInstruction.FederatedOutput</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstruction.FEDType.html" title="enum in org.apache.sysds.runtime.instructions.fed" target="classFrame">FEDInstruction.FEDType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/FEDInstructionParser.html" title="class in org.apache.sysds.runtime.instructions" target="classFrame">FEDInstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstructionUtils.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">FEDInstructionUtils</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatProperties.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FileFormatProperties</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesCSV.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FileFormatPropertiesCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesHDF5.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FileFormatPropertiesHDF5</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesLIBSVM.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FileFormatPropertiesLIBSVM</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FileFormatPropertiesMM</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.MMField.html" title="enum in org.apache.sysds.runtime.io" target="classFrame">FileFormatPropertiesMM.MMField</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.MMFormat.html" title="enum in org.apache.sysds.runtime.io" target="classFrame">FileFormatPropertiesMM.MMFormat</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.MMSymmetry.html" title="enum in org.apache.sysds.runtime.io" target="classFrame">FileFormatPropertiesMM.MMSymmetry</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/FileFunction.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">FileFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/FilterDiagMatrixBlocksFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">FilterDiagMatrixBlocksFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/FilterNonEmptyBlocksFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">FilterNonEmptyBlocksFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/FilterNonEmptyBlocksFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">FilterNonEmptyBlocksFunction2</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/finegrained/FineGrainedPrivacy.html" title="interface in org.apache.sysds.runtime.privacy.finegrained" target="classFrame"><span class="interfaceName">FineGrainedPrivacy</span></a></li>
+<li><a href="org/apache/sysds/runtime/privacy/finegrained/FineGrainedPrivacyList.html" title="class in org.apache.sysds.runtime.privacy.finegrained" target="classFrame">FineGrainedPrivacyList</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/finegrained/FineGrainedPrivacyMap.html" title="class in org.apache.sysds.runtime.privacy.finegrained" target="classFrame">FineGrainedPrivacyMap</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ForProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">ForProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/ForStatement.html" title="class in org.apache.sysds.parser" target="classFrame">ForStatement</a></li>
+<li><a href="org/apache/sysds/parser/ForStatementBlock.html" title="class in org.apache.sysds.parser" target="classFrame">ForStatementBlock</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Frame.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">Frame</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/FrameAppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">FrameAppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/FrameAppendMSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">FrameAppendMSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/FrameAppendRSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">FrameAppendRSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/FrameBlock.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">FrameBlock</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/FrameBlock.ColumnMetadata.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">FrameBlock.ColumnMetadata</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/FrameBlock.FrameMapFunction.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">FrameBlock.FrameMapFunction</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/FrameFormat.html" title="enum in org.apache.sysds.api.mlcontext" target="classFrame">FrameFormat</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/FrameIndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">FrameIndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/FrameIndexingSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">FrameIndexingSPInstruction</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/FrameMetadata.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">FrameMetadata</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/FrameObject.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">FrameObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDAggregateUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">FrameRDDAggregateUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">FrameRDDConverterUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongFrameToLongWritableFrameFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">FrameRDDConverterUtils.LongFrameToLongWritableFrameFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongWritableFrameToLongFrameFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">FrameRDDConverterUtils.LongWritableFrameToLongFrameFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongWritableTextToLongTextFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">FrameRDDConverterUtils.LongWritableTextToLongTextFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongWritableToSerFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">FrameRDDConverterUtils.LongWritableToSerFunction</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReader.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderBinaryBlock.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderFactory.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderJSONL.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderJSONL</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderJSONLParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderJSONLParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderProto.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderProto</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCell.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCellParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCSV.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCSVParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/FrameReblockBuffer.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">FrameReblockBuffer</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/FrameSchema.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">FrameSchema</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriter.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriter</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterBinaryBlock.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterFactory.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterJSONL.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterJSONL</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterJSONLParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterJSONLParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterProto.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterProto</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCell.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCellParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCSV.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCSVParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/lops/FunctionCallCP.html" title="class in org.apache.sysds.lops" target="classFrame">FunctionCallCP</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/FunctionCallCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">FunctionCallCPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/ipa/FunctionCallGraph.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">FunctionCallGraph</a></li>
+<li><a href="org/apache/sysds/parser/FunctionCallIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">FunctionCallIdentifier</a></li>
+<li><a href="org/apache/sysds/hops/ipa/FunctionCallSizeInfo.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">FunctionCallSizeInfo</a></li>
+<li><a href="org/apache/sysds/parser/FunctionDictionary.html" title="class in org.apache.sysds.parser" target="classFrame">FunctionDictionary</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/FunctionObject.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">FunctionObject</a></li>
+<li><a href="org/apache/sysds/hops/FunctionOp.html" title="class in org.apache.sysds.hops" target="classFrame">FunctionOp</a></li>
+<li><a href="org/apache/sysds/hops/FunctionOp.FunctionType.html" title="enum in org.apache.sysds.hops" target="classFrame">FunctionOp.FunctionType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/FunctionProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">FunctionProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/FunctionStatement.html" title="class in org.apache.sysds.parser" target="classFrame">FunctionStatement</a></li>
+<li><a href="org/apache/sysds/parser/FunctionStatementBlock.html" title="class in org.apache.sysds.parser" target="classFrame">FunctionStatementBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/GetMIMBFromRow.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">GetMIMBFromRow</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUContext.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPUContext</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUContextPool.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPUContextPool</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/GPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">GPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html" title="enum in org.apache.sysds.runtime.instructions.gpu" target="classFrame">GPUInstruction.GPUINSTRUCTION_TYPE</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/GPUInstructionParser.html" title="class in org.apache.sysds.runtime.instructions" target="classFrame">GPUInstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPULazyCudaFreeMemoryManager.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPULazyCudaFreeMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMatrixMemoryManager.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPUMatrixMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryAllocator.html" title="interface in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame"><span class="interfaceName">GPUMemoryAllocator</span></a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryEviction.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPUMemoryEviction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryManager.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPUMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryManager.EvictionPolicyBasedComparator.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPUMemoryManager.EvictionPolicyBasedComparator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUObject.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPUObject</a></li>
+<li><a href="org/apache/sysds/utils/GPUStatistics.html" title="class in org.apache.sysds.utils" target="classFrame">GPUStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/GreaterThan.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">GreaterThan</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/GreaterThanEquals.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">GreaterThanEquals</a></li>
+<li><a href="org/apache/sysds/lops/GroupedAggregate.html" title="class in org.apache.sysds.lops" target="classFrame">GroupedAggregate</a></li>
+<li><a href="org/apache/sysds/lops/GroupedAggregateM.html" title="class in org.apache.sysds.lops" target="classFrame">GroupedAggregateM</a></li>
+<li><a href="org/apache/sysds/lops/GroupedAggregateM.CacheType.html" title="enum in org.apache.sysds.lops" target="classFrame">GroupedAggregateM.CacheType</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5BTree.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5BTree</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5BufferBuilder.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5BufferBuilder</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5Constants.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5Constants</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5ContiguousDataset.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5ContiguousDataset</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5DataLayoutMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5DataLayoutMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5DataSpaceMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5DataSpaceMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5DataTypeMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5DataTypeMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5DoubleDataType.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5DoubleDataType</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5FillValueMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5FillValueMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5GroupSymbolTableNode.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5GroupSymbolTableNode</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5LocalHeap.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5LocalHeap</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5Message.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5Message</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5NilMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5NilMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5ObjectHeader.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5ObjectHeader</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5ObjectModificationTimeMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5ObjectModificationTimeMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5RootObject.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5RootObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5RuntimeException.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5RuntimeException</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5Superblock.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5Superblock</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5SymbolTableEntry.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5SymbolTableEntry</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5SymbolTableMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5SymbolTableMessage</a></li>
+<li><a href="org/apache/sysds/utils/Hash.html" title="class in org.apache.sysds.utils" target="classFrame">Hash</a></li>
+<li><a href="org/apache/sysds/utils/Hash.HashType.html" title="enum in org.apache.sysds.utils" target="classFrame">Hash.HashType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/HassAndStokes.html" title="class in org.apache.sysds.runtime.compress.estim.sample" target="classFrame">HassAndStokes</a></li>
+<li><a href="org/apache/sysds/runtime/util/HDFSTool.html" title="class in org.apache.sysds.runtime.util" target="classFrame">HDFSTool</a></li>
+<li><a href="org/apache/sysds/hops/Hop.html" title="class in org.apache.sysds.hops" target="classFrame">Hop</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/HopDagValidator.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">HopDagValidator</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/HopRewriteRule.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">HopRewriteRule</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/HopRewriteUtils.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">HopRewriteUtils</a></li>
+<li><a href="org/apache/sysds/hops/HopsException.html" title="class in org.apache.sysds.hops" target="classFrame">HopsException</a></li>
+<li><a href="org/apache/sysds/parser/Identifier.html" title="class in org.apache.sysds.parser" target="classFrame">Identifier</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/IDHandler.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util" target="classFrame">IDHandler</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/IDSequence.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util" target="classFrame">IDSequence</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/IfElse.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">IfElse</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/IfProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">IfProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/IfStatement.html" title="class in org.apache.sysds.parser" target="classFrame">IfStatement</a></li>
+<li><a href="org/apache/sysds/parser/IfStatementBlock.html" title="class in org.apache.sysds.parser" target="classFrame">IfStatementBlock</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/IJV.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">IJV</a></li>
+<li><a href="org/apache/sysds/parser/ImportStatement.html" title="class in org.apache.sysds.parser" target="classFrame">ImportStatement</a></li>
+<li><a href="org/apache/sysds/parser/IndexedIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">IndexedIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/IndexedMatrixValue.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">IndexedMatrixValue</a></li>
+<li><a href="org/apache/sysds/runtime/data/IndexedTensorBlock.html" title="class in org.apache.sysds.runtime.data" target="classFrame">IndexedTensorBlock</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/IndexFunction.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">IndexFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/IndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">IndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/IndexingFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">IndexingFEDInstruction</a></li>
+<li><a href="org/apache/sysds/hops/IndexingOp.html" title="class in org.apache.sysds.hops" target="classFrame">IndexingOp</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/IndexingSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">IndexingSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/util/IndexRange.html" title="class in org.apache.sysds.runtime.util" target="classFrame">IndexRange</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/InfrastructureAnalyzer.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.stat" target="classFrame">InfrastructureAnalyzer</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/InitFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">InitFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/io/InputOutputInfo.html" title="class in org.apache.sysds.runtime.io" target="classFrame">InputOutputInfo</a></li>
+<li><a href="org/apache/sysds/runtime/util/InputStreamInputFormat.html" title="class in org.apache.sysds.runtime.util" target="classFrame">InputStreamInputFormat</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/InsertionSorterFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort" target="classFrame">InsertionSorterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/InsertionSorterFactory.SORT_TYPE.html" title="enum in org.apache.sysds.runtime.compress.colgroup.insertionsort" target="classFrame">InsertionSorterFactory.SORT_TYPE</a></li>
+<li><a href="org/apache/sysds/utils/InstallDependencyForIntegrationTests.html" title="class in org.apache.sysds.utils" target="classFrame">InstallDependencyForIntegrationTests</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/Instruction.html" title="class in org.apache.sysds.runtime.instructions" target="classFrame">Instruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/Instruction.IType.html" title="enum in org.apache.sysds.runtime.instructions" target="classFrame">Instruction.IType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/InstructionParser.html" title="class in org.apache.sysds.runtime.instructions" target="classFrame">InstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/InstructionUtils.html" title="class in org.apache.sysds.runtime.instructions" target="classFrame">InstructionUtils</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/IntArrayList.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">IntArrayList</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/IntegerDivide.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">IntegerDivide</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/InterestingPoint.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">InterestingPoint</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/InterestingPoint.DecisionType.html" title="enum in org.apache.sysds.hops.codegen.opt" target="classFrame">InterestingPoint.DecisionType</a></li>
+<li><a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">InterProceduralAnalysis</a></li>
+<li><a href="org/apache/sysds/parser/IntIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">IntIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/IntIntMap.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">IntIntMap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/IntObject.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">IntObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/IOUtilFunctions.html" title="class in org.apache.sysds.runtime.io" target="classFrame">IOUtilFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/io/IOUtilFunctions.CountRowsTask.html" title="class in org.apache.sysds.runtime.io" target="classFrame">IOUtilFunctions.CountRowsTask</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPass.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPass</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassApplyStaticAndDynamicHopRewrites.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassApplyStaticAndDynamicHopRewrites</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassCompressionWorkloadAnalysis.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassCompressionWorkloadAnalysis</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassEliminateDeadCode.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassEliminateDeadCode</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassFlagFunctionsRecompileOnce.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassFlagFunctionsRecompileOnce</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassFlagNonDeterminism.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassFlagNonDeterminism</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassForwardFunctionCalls.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassForwardFunctionCalls</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassInlineFunctions.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassInlineFunctions</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassPropagateReplaceLiterals.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassPropagateReplaceLiterals</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassRemoveConstantBinaryOps.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassRemoveConstantBinaryOps</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassRemoveUnnecessaryCheckpoints.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassRemoveUnnecessaryCheckpoints</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassRemoveUnusedFunctions.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassRemoveUnusedFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/IsBlockInList.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">IsBlockInList</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/IsBlockInRange.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">IsBlockInRange</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/IsFrameBlockInRange.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">IsFrameBlockInRange</a></li>
+<li><a href="org/apache/sysds/parser/IterablePredicate.html" title="class in org.apache.sysds.parser" target="classFrame">IterablePredicate</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/JCudaKernels.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">JCudaKernels</a></li>
+<li><a href="org/apache/sysds/api/jmlc/JMLCUtils.html" title="class in org.apache.sysds.api.jmlc" target="classFrame">JMLCUtils</a></li>
+<li><a href="org/apache/sysds/utils/JSONHelper.html" title="class in org.apache.sysds.utils" target="classFrame">JSONHelper</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/KahanFunction.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">KahanFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/KahanObject.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">KahanObject</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/KahanPlus.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">KahanPlus</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/KahanPlusSq.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">KahanPlusSq</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/KeepDataOnWorkerFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">KeepDataOnWorkerFederatedScheme</a></li>
+<li><a href="org/apache/sysds/parser/LanguageException.html" title="class in org.apache.sysds.parser" target="classFrame">LanguageException</a></li>
+<li><a href="org/apache/sysds/parser/LanguageException.LanguageErrorCodes.html" title="class in org.apache.sysds.parser" target="classFrame">LanguageException.LanguageErrorCodes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/LazyIterableIterator.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">LazyIterableIterator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/LazyWriteBuffer.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">LazyWriteBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/LazyWriteBuffer.RPolicy.html" title="enum in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">LazyWriteBuffer.RPolicy</a></li>
+<li><a href="org/apache/sysds/lops/LeftIndex.html" title="class in org.apache.sysds.lops" target="classFrame">LeftIndex</a></li>
+<li><a href="org/apache/sysds/lops/LeftIndex.LixCacheType.html" title="enum in org.apache.sysds.lops" target="classFrame">LeftIndex.LixCacheType</a></li>
+<li><a href="org/apache/sysds/hops/LeftIndexingOp.html" title="class in org.apache.sysds.hops" target="classFrame">LeftIndexingOp</a></li>
+<li><a href="org/apache/sysds/hops/LeftIndexingOp.LeftIndexingMethod.html" title="enum in org.apache.sysds.hops" target="classFrame">LeftIndexingOp.LeftIndexingMethod</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/LeftScalarOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">LeftScalarOperator</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/LegacyEncoder.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">LegacyEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/LessThan.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">LessThan</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/LessThanEquals.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">LessThanEquals</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibCommonsMath.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibCommonsMath</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixAgg.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixAgg</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixBincell.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixBincell</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixBincell.BinaryAccessType.html" title="enum in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixBincell.BinaryAccessType</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCountDistinct.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCountDistinct</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCUDA.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCUDA</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNN.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCuDNN</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNConvolutionAlgorithm.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCuDNNConvolutionAlgorithm</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNInputRowFetcher.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCuDNNInputRowFetcher</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNPoolingDescriptors.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCuDNNPoolingDescriptors</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNRnnAlgorithm.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCuDNNRnnAlgorithm</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuMatMult.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCuMatMult</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDatagen.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDatagen</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNN.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNN</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNN.PoolingType.html" title="enum in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNN.PoolingType</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNConv2d.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNConv2d</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNHelper.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNHelper</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNIm2Col.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNIm2Col</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNPooling.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNPooling</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRelu.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNRelu</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRelu.ReluBackward.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNRelu.ReluBackward</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRotate180.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNRotate180</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRotate180.Rotate180Worker.html" title="interface in org.apache.sysds.runtime.matrix.data" target="classFrame"><span class="interfaceName">LibMatrixDNNRotate180.Rotate180Worker</span></a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixMult.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixMult</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixNative.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixNative</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixOuterAgg.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixOuterAgg</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixReorg.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixReorg</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixTercell.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixTercell</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/LibSpoofPrimitives.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">LibSpoofPrimitives</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/LIBSVMReblockSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">LIBSVMReblockSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/data/LibTensorAgg.html" title="class in org.apache.sysds.runtime.data" target="classFrame">LibTensorAgg</a></li>
+<li><a href="org/apache/sysds/runtime/data/LibTensorBincell.html" title="class in org.apache.sysds.runtime.data" target="classFrame">LibTensorBincell</a></li>
+<li><a href="org/apache/sysds/runtime/data/LibTensorReorg.html" title="class in org.apache.sysds.runtime.data" target="classFrame">LibTensorReorg</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/Lineage.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">Lineage</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCache.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageCache</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheConfig.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageCacheConfig</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheConfig.LineageCachePolicy.html" title="enum in org.apache.sysds.runtime.lineage" target="classFrame">LineageCacheConfig.LineageCachePolicy</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheConfig.ReuseCacheType.html" title="enum in org.apache.sysds.runtime.lineage" target="classFrame">LineageCacheConfig.ReuseCacheType</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheEntry.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageCacheEntry</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheEviction.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageCacheEviction</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheStatistics.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageCacheStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCodegenItem.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageCodegenItem</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageDebugger.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageDebugger</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageDedupBlock.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageDedupBlock</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageDedupUtils.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageDedupUtils</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageEstimator.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageEstimatorStatistics.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageEstimatorStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageGPUCacheEviction.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageGPUCacheEviction</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageItem.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageItem</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageItem.LineageItemType.html" title="enum in org.apache.sysds.runtime.lineage" target="classFrame">LineageItem.LineageItemType</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageItemUtils.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageItemUtils</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageMap.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageMap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/LineageObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">LineageObject</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageParser.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageParser</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageRecomputeUtils.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageRecomputeUtils</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageRewriteReuse.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageRewriteReuse</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageTokenizer.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageTokenizer</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageTraceable.html" title="interface in org.apache.sysds.runtime.lineage" target="classFrame"><span class="interfaceName">LineageTraceable</span></a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/LinearAlgebraUtils.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">LinearAlgebraUtils</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/ListAppendPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">ListAppendPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ListAppendRemoveCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ListAppendRemoveCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ListIndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ListIndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ListObject.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ListObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/ListReader.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ListReader</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/ListRemovePropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">ListRemovePropagator</a></li>
+<li><a href="org/apache/sysds/runtime/io/ListWriter.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ListWriter</a></li>
+<li><a href="org/apache/sysds/hops/LiteralOp.html" title="class in org.apache.sysds.hops" target="classFrame">LiteralOp</a></li>
+<li><a href="org/apache/sysds/hops/recompile/LiteralReplacement.html" title="class in org.apache.sysds.hops.recompile" target="classFrame">LiteralReplacement</a></li>
+<li><a href="org/apache/sysds/parser/LiveVariableAnalysis.html" title="class in org.apache.sysds.parser" target="classFrame">LiveVariableAnalysis</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/LocalDataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">LocalDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/util/LocalFileUtils.html" title="class in org.apache.sysds.runtime.util" target="classFrame">LocalFileUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/LocalParamServer.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">LocalParamServer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/LocalParWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">LocalParWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/LocalPSWorker.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">LocalPSWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/LocalTaskQueue.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">LocalTaskQueue</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/LocalVariableMap.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">LocalVariableMap</a></li>
+<li><a href="org/apache/sysds/runtime/util/LongLongDoubleHashMap.html" title="class in org.apache.sysds.runtime.util" target="classFrame">LongLongDoubleHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/util/LongLongDoubleHashMap.ADoubleEntry.html" title="class in org.apache.sysds.runtime.util" target="classFrame">LongLongDoubleHashMap.ADoubleEntry</a></li>
+<li><a href="org/apache/sysds/runtime/util/LongLongDoubleHashMap.EntryType.html" title="enum in org.apache.sysds.runtime.util" target="classFrame">LongLongDoubleHashMap.EntryType</a></li>
+<li><a href="org/apache/sysds/lops/Lop.html" title="class in org.apache.sysds.lops" target="classFrame">Lop</a></li>
+<li><a href="org/apache/sysds/lops/Lop.SimpleInstType.html" title="enum in org.apache.sysds.lops" target="classFrame">Lop.SimpleInstType</a></li>
+<li><a href="org/apache/sysds/lops/Lop.Type.html" title="enum in org.apache.sysds.lops" target="classFrame">Lop.Type</a></li>
+<li><a href="org/apache/sysds/lops/Lop.VisitStatus.html" title="enum in org.apache.sysds.lops" target="classFrame">Lop.VisitStatus</a></li>
+<li><a href="org/apache/sysds/lops/compile/LopComparator.html" title="class in org.apache.sysds.lops.compile" target="classFrame">LopComparator</a></li>
+<li><a href="org/apache/sysds/lops/LopProperties.html" title="class in org.apache.sysds.lops" target="classFrame">LopProperties</a></li>
+<li><a href="org/apache/sysds/lops/LopsException.html" title="class in org.apache.sysds.lops" target="classFrame">LopsException</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MapInputSignature.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">MapInputSignature</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MapJoinSignature.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">MapJoinSignature</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MapmmChainSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MapmmChainSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MapmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MapmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/MapMult.html" title="class in org.apache.sysds.lops" target="classFrame">MapMult</a></li>
+<li><a href="org/apache/sysds/lops/MapMult.CacheType.html" title="enum in org.apache.sysds.lops" target="classFrame">MapMult.CacheType</a></li>
+<li><a href="org/apache/sysds/lops/MapMultChain.html" title="class in org.apache.sysds.lops" target="classFrame">MapMultChain</a></li>
+<li><a href="org/apache/sysds/lops/MapMultChain.ChainType.html" title="enum in org.apache.sysds.lops" target="classFrame">MapMultChain.ChainType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToBit.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping" target="classFrame">MapToBit</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToByte.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping" target="classFrame">MapToByte</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToChar.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping" target="classFrame">MapToChar</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping" target="classFrame">MapToFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToFactory.MAP_TYPE.html" title="enum in org.apache.sysds.runtime.compress.colgroup.mapping" target="classFrame">MapToFactory.MAP_TYPE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToInt.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping" target="classFrame">MapToInt</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/MarkForLineageReuse.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">MarkForLineageReuse</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/MaterializeSort.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort" target="classFrame">MaterializeSort</a></li>
+<li><a href="org/apache/sysds/lops/MatMultCP.html" title="class in org.apache.sysds.lops" target="classFrame">MatMultCP</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Matrix.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">Matrix</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MatrixAppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">MatrixAppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixAppendGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixAppendGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixAppendMSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MatrixAppendMSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixAppendRSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MatrixAppendRSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlock.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">MatrixBlock</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlock.SparsityEstimate.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">MatrixBlock.SparsityEstimate</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlockDataInput.html" title="interface in org.apache.sysds.runtime.matrix.data" target="classFrame"><span class="interfaceName">MatrixBlockDataInput</span></a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlockDataOutput.html" title="interface in org.apache.sysds.runtime.matrix.data" target="classFrame"><span class="interfaceName">MatrixBlockDataOutput</span></a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/MatrixBlockDictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary" target="classFrame">MatrixBlockDictionary</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixBuiltinGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixBuiltinGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MatrixBuiltinNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">MatrixBuiltinNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixCell.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">MatrixCell</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MatrixCharacteristics.html" title="class in org.apache.sysds.runtime.meta" target="classFrame">MatrixCharacteristics</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MatrixFormat.html" title="enum in org.apache.sysds.api.mlcontext" target="classFrame">MatrixFormat</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixIndexes.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">MatrixIndexes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cpfile/MatrixIndexingCPFileInstruction.html" title="class in org.apache.sysds.runtime.instructions.cpfile" target="classFrame">MatrixIndexingCPFileInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MatrixIndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">MatrixIndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixIndexingGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixIndexingGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixIndexingSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MatrixIndexingSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixArithmeticGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixMatrixArithmeticGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixAxpyGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixMatrixAxpyGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MatrixMatrixBinaryOpFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">MatrixMatrixBinaryOpFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixBuiltinGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixMatrixBuiltinGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixRelationalBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixMatrixRelationalBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MatrixMetadata.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">MatrixMetadata</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">MatrixMultiplicationPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagatorNaive.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">MatrixMultiplicationPropagatorNaive</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagatorPrivateFirst.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">MatrixMultiplicationPropagatorPrivateFirst</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagatorPrivateFirstOptimized.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">MatrixMultiplicationPropagatorPrivateFirstOptimized</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/MatrixObject.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">MatrixObject</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/MatrixObject.UpdateType.html" title="enum in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">MatrixObject.UpdateType</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixReader.html" title="class in org.apache.sysds.runtime.io" target="classFrame">MatrixReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixReaderFactory.html" title="class in org.apache.sysds.runtime.io" target="classFrame">MatrixReaderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixReshapeGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixReshapeGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixReshapeSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MatrixReshapeSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MatrixScalarUnaryFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">MatrixScalarUnaryFunction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixValue.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">MatrixValue</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixValue.CellIndex.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">MatrixValue.CellIndex</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MatrixVectorBinaryOpPartitionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">MatrixVectorBinaryOpPartitionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixWriter.html" title="class in org.apache.sysds.runtime.io" target="classFrame">MatrixWriter</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixWriterFactory.html" title="class in org.apache.sysds.runtime.io" target="classFrame">MatrixWriterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Mean.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Mean</a></li>
+<li><a href="org/apache/sysds/utils/MemoryEstimates.html" title="class in org.apache.sysds.utils" target="classFrame">MemoryEstimates</a></li>
+<li><a href="org/apache/sysds/hops/MemoTable.html" title="class in org.apache.sysds.hops" target="classFrame">MemoTable</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/MergeSort.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort" target="classFrame">MergeSort</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Metadata.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">Metadata</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MetaData.html" title="class in org.apache.sysds.runtime.meta" target="classFrame">MetaData</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MetaDataAll.html" title="class in org.apache.sysds.runtime.meta" target="classFrame">MetaDataAll</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MetaDataFormat.html" title="class in org.apache.sysds.runtime.meta" target="classFrame">MetaDataFormat</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MetaDataUtils.html" title="class in org.apache.sysds.runtime.meta" target="classFrame">MetaDataUtils</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Minus.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Minus</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Minus1Multiply.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Minus1Multiply</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/MinusMultiply.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">MinusMultiply</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/MinusNz.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">MinusNz</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContext.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">MLContext</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContext.ExecutionType.html" title="enum in org.apache.sysds.api.mlcontext" target="classFrame">MLContext.ExecutionType</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContext.ExplainLevel.html" title="enum in org.apache.sysds.api.mlcontext" target="classFrame">MLContext.ExplainLevel</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContextConversionUtil.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">MLContextConversionUtil</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContextException.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">MLContextException</a></li>
+<li><a href="org/apache/sysds/utils/MLContextProxy.html" title="class in org.apache.sysds.utils" target="classFrame">MLContextProxy</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContextUtil.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">MLContextUtil</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLResults.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">MLResults</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MMChainCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">MMChainCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MMChainFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">MMChainFEDInstruction</a></li>
+<li><a href="org/apache/sysds/lops/MMCJ.html" title="class in org.apache.sysds.lops" target="classFrame">MMCJ</a></li>
+<li><a href="org/apache/sysds/lops/MMCJ.MMCJType.html" title="enum in org.apache.sysds.lops" target="classFrame">MMCJ.MMCJType</a></li>
+<li><a href="org/apache/sysds/hops/estim/MMNode.html" title="class in org.apache.sysds.hops.estim" target="classFrame">MMNode</a></li>
+<li><a href="org/apache/sysds/lops/MMRJ.html" title="class in org.apache.sysds.lops" target="classFrame">MMRJ</a></li>
+<li><a href="org/apache/sysds/lops/MMTSJ.html" title="class in org.apache.sysds.lops" target="classFrame">MMTSJ</a></li>
+<li><a href="org/apache/sysds/lops/MMTSJ.MMTSJType.html" title="enum in org.apache.sysds.lops" target="classFrame">MMTSJ.MMTSJType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MMTSJCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">MMTSJCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MMTSJGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MMTSJGPUInstruction</a></li>
+<li><a href="org/apache/sysds/lops/MMZip.html" title="class in org.apache.sysds.lops" target="classFrame">MMZip</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Modulus.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Modulus</a></li>
+<li><a href="org/apache/sysds/parser/MultiAssignmentStatement.html" title="class in org.apache.sysds.parser" target="classFrame">MultiAssignmentStatement</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/MultiColBitmap.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">MultiColBitmap</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/MultiColumnEncoder.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">MultiColumnEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Multiply.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Multiply</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Multiply2.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Multiply2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MultiReturnBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">MultiReturnBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MultiReturnParameterizedBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">MultiReturnParameterizedBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MultiReturnParameterizedBuiltinFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">MultiReturnParameterizedBuiltinFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MultiReturnParameterizedBuiltinFEDInstruction.CreateFrameEncoder.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">MultiReturnParameterizedBuiltinFEDInstruction.CreateFrameEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MultiReturnParameterizedBuiltinFEDInstruction.ExecuteFrameEncoder.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">MultiReturnParameterizedBuiltinFEDInstruction.ExecuteFrameEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MultiReturnParameterizedBuiltinSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuild2Function.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuild2Function</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuildFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuildFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroup2Function.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroup2Function</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroupFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroupFunction</a></li>
+<li><a href="org/apache/sysds/hops/MultiThreadedHop.html" title="class in org.apache.sysds.hops" target="classFrame">MultiThreadedHop</a></li>
+<li><a href="org/apache/sysds/lops/Nary.html" title="class in org.apache.sysds.lops" target="classFrame">Nary</a></li>
+<li><a href="org/apache/sysds/hops/NaryOp.html" title="class in org.apache.sysds.hops" target="classFrame">NaryOp</a></li>
+<li><a href="org/apache/sysds/utils/NativeHelper.html" title="class in org.apache.sysds.utils" target="classFrame">NativeHelper</a></li>
+<li><a href="org/apache/sysds/utils/NativeHelper.NativeBlasState.html" title="enum in org.apache.sysds.utils" target="classFrame">NativeHelper.NativeBlasState</a></li>
+<li><a href="org/apache/sysds/runtime/util/NormalPRNGenerator.html" title="class in org.apache.sysds.runtime.util" target="classFrame">NormalPRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Not.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Not</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/NotEquals.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">NotEquals</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/OffsetByte.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset" target="classFrame">OffsetByte</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/OffsetChar.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset" target="classFrame">OffsetChar</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/OffsetColumnIndex.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">OffsetColumnIndex</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/OffsetFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset" target="classFrame">OffsetFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/OffsetFactory.OFF_TYPE.html" title="enum in org.apache.sysds.runtime.compress.colgroup.offset" target="classFrame">OffsetFactory.OFF_TYPE</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/OperationsOnMatrixValues.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">OperationsOnMatrixValues</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/Operator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">Operator</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/OperatorType.html" title="enum in org.apache.sysds.runtime.privacy.propagation" target="classFrame">OperatorType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizationWrapper.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptimizationWrapper</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/Optimizer.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">Optimizer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/Optimizer.CostModelType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">Optimizer.CostModelType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/Optimizer.PlanInputType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">Optimizer.PlanInputType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizerConstrained.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptimizerConstrained</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizerHeuristic.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptimizerHeuristic</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizerRuleBased.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptimizerRuleBased</a></li>
+<li><a href="org/apache/sysds/hops/OptimizerUtils.html" title="class in org.apache.sysds.hops" target="classFrame">OptimizerUtils</a></li>
+<li><a href="org/apache/sysds/hops/OptimizerUtils.OptimizationLevel.html" title="enum in org.apache.sysds.hops" target="classFrame">OptimizerUtils.OptimizationLevel</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptNode</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.ExecType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptNode.ExecType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.NodeType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptNode.NodeType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.ParamType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptNode.ParamType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNodeStatistics.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptNodeStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTree.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptTree</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreeConverter.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptTreeConverter</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanChecker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptTreePlanChecker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanMapping.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptTreePlanMapping</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanMappingAbstract.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptTreePlanMappingAbstract</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanMappingRuntime.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptTreePlanMappingRuntime</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Or.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Or</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/ORLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">ORLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/ORSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">ORSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/OuterVectorBinaryOpFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">OuterVectorBinaryOpFunction</a></li>
+<li><a href="org/apache/sysds/lops/OutputParameters.html" title="class in org.apache.sysds.lops" target="classFrame">OutputParameters</a></li>
+<li><a href="org/apache/sysds/parser/OutputStatement.html" title="class in org.apache.sysds.parser" target="classFrame">OutputStatement</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/PageCache.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">PageCache</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/Pair.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">Pair</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/PairWritableBlock.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util" target="classFrame">PairWritableBlock</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/PairWritableCell.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util" target="classFrame">PairWritableCell</a></li>
+<li><a href="org/apache/sysds/utils/ParameterBuilder.html" title="class in org.apache.sysds.utils" target="classFrame">ParameterBuilder</a></li>
+<li><a href="org/apache/sysds/parser/ParameterExpression.html" title="class in org.apache.sysds.parser" target="classFrame">ParameterExpression</a></li>
+<li><a href="org/apache/sysds/lops/ParameterizedBuiltin.html" title="class in org.apache.sysds.lops" target="classFrame">ParameterizedBuiltin</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ParameterizedBuiltin.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">ParameterizedBuiltin</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ParameterizedBuiltin.ParameterizedBuiltinCode.html" title="enum in org.apache.sysds.runtime.functionobjects" target="classFrame">ParameterizedBuiltin.ParameterizedBuiltinCode</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ParameterizedBuiltin.ProbabilityDistributionCode.html" title="enum in org.apache.sysds.runtime.functionobjects" target="classFrame">ParameterizedBuiltin.ProbabilityDistributionCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ParameterizedBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ParameterizedBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ParameterizedBuiltinFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ParameterizedBuiltinFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ParameterizedBuiltinFEDInstruction.DecodeMatrix.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ParameterizedBuiltinFEDInstruction.DecodeMatrix</a></li>
+<li><a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html" title="class in org.apache.sysds.parser" target="classFrame">ParameterizedBuiltinFunctionExpression</a></li>
+<li><a href="org/apache/sysds/hops/ParameterizedBuiltinOp.html" title="class in org.apache.sysds.hops" target="classFrame">ParameterizedBuiltinOp</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.CreateMatrixCell.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.CreateMatrixCell</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDReplaceFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDReplaceFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDRExpandFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDRExpandFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTokenizeFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDTokenizeFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformApplyFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDTransformApplyFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformApplyOffsetFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDTransformApplyOffsetFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformDecodeExpandFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDTransformDecodeExpandFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformDecodeFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDTransformDecodeFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ParamservBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ParamservBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/ParamServer.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">ParamServer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/ParamservUtils.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">ParamservUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ParForBody.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ParForBody</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PartitionFormat.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock.PartitionFormat</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PDataPartitioner.html" title="enum in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock.PDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PDataPartitionFormat.html" title="enum in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock.PDataPartitionFormat</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PExecMode.html" title="enum in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock.PExecMode</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.POptMode.html" title="enum in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock.POptMode</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PResultMerge.html" title="enum in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock.PResultMerge</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PTaskPartitioner.html" title="enum in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock.PTaskPartitioner</a></li>
+<li><a href="org/apache/sysds/parser/ParForStatement.html" title="class in org.apache.sysds.parser" target="classFrame">ParForStatement</a></li>
+<li><a href="org/apache/sysds/parser/ParForStatementBlock.html" title="class in org.apache.sysds.parser" target="classFrame">ParForStatementBlock</a></li>
+<li><a href="org/apache/sysds/parser/ParForStatementBlock.ResultVar.html" title="class in org.apache.sysds.parser" target="classFrame">ParForStatementBlock.ResultVar</a></li>
+<li><a href="org/apache/sysds/parser/ParseException.html" title="class in org.apache.sysds.parser" target="classFrame">ParseException</a></li>
+<li><a href="org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser" target="classFrame"><span class="interfaceName">ParseInfo</span></a></li>
+<li><a href="org/apache/sysds/parser/ParserFactory.html" title="class in org.apache.sysds.parser" target="classFrame">ParserFactory</a></li>
+<li><a href="org/apache/sysds/parser/ParserWrapper.html" title="class in org.apache.sysds.parser" target="classFrame">ParserWrapper</a></li>
+<li><a href="org/apache/sysds/lops/PartialAggregate.html" title="class in org.apache.sysds.lops" target="classFrame">PartialAggregate</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/PartitionedBlock.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">PartitionedBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/PartitionedBroadcast.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">PartitionedBroadcast</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ParWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ParWorker</a></li>
+<li><a href="org/apache/sysds/parser/PathStatement.html" title="class in org.apache.sysds.parser" target="classFrame">PathStatement</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/PerformGroupByAggInCombiner.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">PerformGroupByAggInCombiner</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/PerformGroupByAggInReducer.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">PerformGroupByAggInReducer</a></li>
+<li><a href="org/apache/sysds/lops/PickByCount.html" title="class in org.apache.sysds.lops" target="classFrame">PickByCount</a></li>
+<li><a href="org/apache/sysds/lops/PickByCount.OperationTypes.html" title="enum in org.apache.sysds.lops" target="classFrame">PickByCount.OperationTypes</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanAnalyzer.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanAnalyzer</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/PlanningCoCoder.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">PlanningCoCoder</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/PlanningCoCoder.PartitionerType.html" title="enum in org.apache.sysds.runtime.compress.cocode" target="classFrame">PlanningCoCoder.PartitionerType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanPartition.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanPartition</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelection.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanSelection</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelection.VisitMarkCost.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanSelection.VisitMarkCost</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseAll.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanSelectionFuseAll</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseCostBased.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanSelectionFuseCostBased</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseCostBasedV2.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanSelectionFuseCostBasedV2</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseNoRedundancy.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanSelectionFuseNoRedundancy</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Plus.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Plus</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/PlusMultiply.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">PlusMultiply</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/PMapmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">PMapmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/PMapMult.html" title="class in org.apache.sysds.lops" target="classFrame">PMapMult</a></li>
+<li><a href="org/apache/sysds/lops/PMMJ.html" title="class in org.apache.sysds.lops" target="classFrame">PMMJ</a></li>
+<li><a href="org/apache/sysds/lops/PMMJ.CacheType.html" title="enum in org.apache.sysds.lops" target="classFrame">PMMJ.CacheType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/PMMJCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">PMMJCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/PmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">PmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/util/PoissonPRNGenerator.html" title="class in org.apache.sysds.runtime.util" target="classFrame">PoissonPRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Power.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Power</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Power2.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Power2</a></li>
+<li><a href="org/apache/sysds/api/jmlc/PreparedScript.html" title="class in org.apache.sysds.api.jmlc" target="classFrame">PreparedScript</a></li>
+<li><a href="org/apache/sysds/parser/PrintStatement.html" title="class in org.apache.sysds.parser" target="classFrame">PrintStatement</a></li>
+<li><a href="org/apache/sysds/parser/PrintStatement.PRINTTYPE.html" title="enum in org.apache.sysds.parser" target="classFrame">PrintStatement.PRINTTYPE</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyConstraint.html" title="class in org.apache.sysds.runtime.privacy" target="classFrame">PrivacyConstraint</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyConstraint.PrivacyLevel.html" title="enum in org.apache.sysds.runtime.privacy" target="classFrame">PrivacyConstraint.PrivacyLevel</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyMonitor.html" title="class in org.apache.sysds.runtime.privacy" target="classFrame">PrivacyMonitor</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/PrivacyPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">PrivacyPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyUtils.html" title="class in org.apache.sysds.runtime.privacy" target="classFrame">PrivacyUtils</a></li>
+<li><a href="org/apache/sysds/runtime/util/PRNGenerator.html" title="class in org.apache.sysds.runtime.util" target="classFrame">PRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/Program.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">Program</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">ProgramBlock</a></li>
+<li><a href="org/apache/sysds/runtime/util/ProgramConverter.html" title="class in org.apache.sysds.runtime.util" target="classFrame">ProgramConverter</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/ProgramRecompiler.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">ProgramRecompiler</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/ProgramRewriter.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">ProgramRewriter</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/ProgramRewriteStatus.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">ProgramRewriteStatus</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/ProjectInfo.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">ProjectInfo</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/Propagator.html" title="interface in org.apache.sysds.runtime.privacy.propagation" target="classFrame"><span class="interfaceName">Propagator</span></a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/PropagatorMultiReturn.html" title="interface in org.apache.sysds.runtime.privacy.propagation" target="classFrame"><span class="interfaceName">PropagatorMultiReturn</span></a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcCall.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc" target="classFrame">PSRpcCall</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcFactory.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc" target="classFrame">PSRpcFactory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcHandler.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc" target="classFrame">PSRpcHandler</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcObject.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc" target="classFrame">PSRpcObject</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcResponse.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc" target="classFrame">PSRpcResponse</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcResponse.Type.html" title="enum in org.apache.sysds.runtime.controlprogram.paramserv.rpc" target="classFrame">PSRpcResponse.Type</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/PSWorker.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">PSWorker</a></li>
+<li><a href="org/apache/sysds/runtime/util/Py4jConverterUtils.html" title="class in org.apache.sysds.runtime.util" target="classFrame">Py4jConverterUtils</a></li>
+<li><a href="org/apache/sysds/api/PythonDMLScript.html" title="class in org.apache.sysds.api" target="classFrame">PythonDMLScript</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/QDictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary" target="classFrame">QDictionary</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/QuantilePickCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">QuantilePickCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuantilePickFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuantilePickFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/QuantilePickSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">QuantilePickSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/QuantileSortCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">QuantileSortCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuantileSortFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuantileSortFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/QuantileSortSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">QuantileSortSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/QuaternaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">QuaternaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuaternaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/hops/QuaternaryOp.html" title="class in org.apache.sysds.hops" target="classFrame">QuaternaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/QuaternaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">QuaternaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/QuaternarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">QuaternarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWCeMMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuaternaryWCeMMFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWDivMMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuaternaryWDivMMFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWSigmoidFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuaternaryWSigmoidFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWSLossFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuaternaryWSLossFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWUMMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuaternaryWUMMFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/util/RandNPair.html" title="class in org.apache.sysds.runtime.util" target="classFrame">RandNPair</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/RandomMatrixGenerator.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">RandomMatrixGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/RandomMatrixGenerator.PDF.html" title="enum in org.apache.sysds.runtime.matrix.data" target="classFrame">RandomMatrixGenerator.PDF</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/RandSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">RandSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/RBindPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">RBindPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDAggregateUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDAggregateUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDConverterUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtils.BinaryCellToBinaryBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDConverterUtils.BinaryCellToBinaryBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtils.DataFrameExtractIDFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDConverterUtils.DataFrameExtractIDFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtilsExt.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDConverterUtilsExt</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtilsExt.AddRowID.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDConverterUtilsExt.AddRowID</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtilsExt.RDDConverterTypes.html" title="enum in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDConverterUtilsExt.RDDConverterTypes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/RDDObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">RDDObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDSortUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDSortUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDSortUtils.IndexComparator.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDSortUtils.IndexComparator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDSortUtils.IndexComparator2.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDSortUtils.IndexComparator2</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/ReachabilityGraph.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">ReachabilityGraph</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/ReachabilityGraph.SubProblem.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">ReachabilityGraph.SubProblem</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderBinaryBlock.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelection.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelection</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionBitSet.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelectionBitSet</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseMultiBlock.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelectionDenseMultiBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseMultiBlockTransposed.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelectionDenseMultiBlockTransposed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseSingleBlock.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelectionDenseSingleBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseSingleBlockTransposed.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelectionDenseSingleBlockTransposed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionSparse.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelectionSparse</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionSparseTransposed.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelectionSparseTransposed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderCompressedSelection.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderCompressedSelection</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderHDF5.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderHDF5</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderHDF5Parallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderHDF5Parallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCell.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.CellBuffer.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextCellParallel.CellBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.CountNnzTask.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextCellParallel.CountNnzTask</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.ReadTask.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextCellParallel.ReadTask</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCSV.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCSVParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextLIBSVM.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextLIBSVM</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextLIBSVMParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextLIBSVMParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderWriterFederated.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderWriterFederated</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReadProperties.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReadProperties</a></li>
+<li><a href="org/apache/sysds/lops/ReBlock.html" title="class in org.apache.sysds.lops" target="classFrame">ReBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/ReblockBuffer.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">ReblockBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ReblockSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ReblockSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReblockTensorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ReblockTensorFunction</a></li>
+<li><a href="org/apache/sysds/hops/recompile/Recompiler.html" title="class in org.apache.sysds.hops.recompile" target="classFrame">Recompiler</a></li>
+<li><a href="org/apache/sysds/hops/recompile/Recompiler.ResetType.html" title="enum in org.apache.sysds.hops.recompile" target="classFrame">Recompiler.ResetType</a></li>
+<li><a href="org/apache/sysds/hops/recompile/RecompileStatus.html" title="class in org.apache.sysds.hops.recompile" target="classFrame">RecompileStatus</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/RecomputeNnzFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">RecomputeNnzFunction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceAll.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">ReduceAll</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceCol.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">ReduceCol</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceDiag.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">ReduceDiag</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceRow.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">ReduceRow</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/ReIndexOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">ReIndexOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/RelationalBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">RelationalBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/parser/RelationalExpression.html" title="class in org.apache.sysds.parser" target="classFrame">RelationalExpression</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteDPParForSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">RemoteDPParForSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteDPParForSparkWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">RemoteDPParForSparkWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForJobReturn.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">RemoteParForJobReturn</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">RemoteParForSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForSparkWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">RemoteParForSparkWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForUtils.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">RemoteParForUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ReorgCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ReorgCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReorgFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ReorgFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReorgFEDInstruction.DiagMatrix.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ReorgFEDInstruction.DiagMatrix</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReorgFEDInstruction.Rdiag.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ReorgFEDInstruction.Rdiag</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ReorgGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">ReorgGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReorgMapFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ReorgMapFunction</a></li>
+<li><a href="org/apache/sysds/hops/ReorgOp.html" title="class in org.apache.sysds.hops" target="classFrame">ReorgOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/ReorgOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">ReorgOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ReorgSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ReorgSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReplicateBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ReplicateBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReplicateTensorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ReplicateTensorFunction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/ReplicateToMaxFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">ReplicateToMaxFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReplicateVectorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ReplicateVectorFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ReshapeCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ReshapeCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReshapeFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ReshapeFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMerge.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMerge</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeLocalAutomatic.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeLocalAutomatic</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeLocalFile.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeLocalFile</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeLocalMemory.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeLocalMemory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteGrouping.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeRemoteGrouping</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteSorting.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeRemoteSorting</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeRemoteSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteSparkWCompare.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeRemoteSparkWCompare</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeTaggedMatrixIndexes.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeTaggedMatrixIndexes</a></li>
+<li><a href="org/apache/sysds/api/jmlc/ResultVariables.html" title="class in org.apache.sysds.api.jmlc" target="classFrame">ResultVariables</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/RevIndex.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">RevIndex</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteAlgebraicSimplificationDynamic.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteAlgebraicSimplificationDynamic</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteAlgebraicSimplificationStatic.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteAlgebraicSimplificationStatic</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteBlockSizeAndReblock.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteBlockSizeAndReblock</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteCommonSubexpressionElimination.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteCommonSubexpressionElimination</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteCompressedReblock.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteCompressedReblock</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteConstantFolding.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteConstantFolding</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteElementwiseMultChainOptimization.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteElementwiseMultChainOptimization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteForLoopVectorization.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteForLoopVectorization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteGPUSpecificOps.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteGPUSpecificOps</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteHoistLoopInvariantOperations.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteHoistLoopInvariantOperations</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteIndexingVectorization.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteIndexingVectorization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteInjectSparkLoopCheckpointing.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteInjectSparkLoopCheckpointing</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteInjectSparkPReadCheckpointing.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteInjectSparkPReadCheckpointing</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMarkLoopVariablesUpdateInPlace.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteMarkLoopVariablesUpdateInPlace</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMatrixMultChainOptimization.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteMatrixMultChainOptimization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMatrixMultChainOptimizationSparse.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteMatrixMultChainOptimizationSparse</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMergeBlockSequence.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteMergeBlockSequence</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveDanglingParentReferences.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteRemoveDanglingParentReferences</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveEmptyBasicBlocks.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteRemoveEmptyBasicBlocks</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveForLoopEmptySequence.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteRemoveForLoopEmptySequence</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemovePersistentReadWrite.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteRemovePersistentReadWrite</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveReadAfterWrite.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteRemoveReadAfterWrite</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveUnnecessaryBranches.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteRemoveUnnecessaryBranches</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveUnnecessaryCasts.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteRemoveUnnecessaryCasts</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteSplitDagDataDependentOperators.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteSplitDagDataDependentOperators</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteSplitDagUnknownCSVRead.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteSplitDagUnknownCSVRead</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteTransientWriteParentHandling.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteTransientWriteParentHandling</a></li>
+<li><a href="org/apache/sysds/lops/RightIndex.html" title="class in org.apache.sysds.lops" target="classFrame">RightIndex</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/RightScalarOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">RightScalarOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/RmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">RmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/RowMatrixBlock.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">RowMatrixBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/SampleEstimatorFactory.html" title="class in org.apache.sysds.runtime.compress.estim.sample" target="classFrame">SampleEstimatorFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/SampleEstimatorFactory.EstimationType.html" title="enum in org.apache.sysds.runtime.compress.estim.sample" target="classFrame">SampleEstimatorFactory.EstimationType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarAppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ScalarAppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarBuiltinNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ScalarBuiltinNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ScalarMatrixArithmeticGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">ScalarMatrixArithmeticGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ScalarMatrixBuiltinGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">ScalarMatrixBuiltinGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ScalarMatrixRelationalBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">ScalarMatrixRelationalBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarObject.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ScalarObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarObjectFactory.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ScalarObjectFactory</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/ScalarOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">ScalarOperator</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Script.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">Script</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/ScriptExecutor.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">ScriptExecutor</a></li>
+<li><a href="org/apache/sysds/api/ScriptExecutorUtils.html" title="class in org.apache.sysds.api" target="classFrame">ScriptExecutorUtils</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/ScriptFactory.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">ScriptFactory</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/SerLongWritable.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">SerLongWritable</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/SerText.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">SerText</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/ShadowBuffer.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">ShadowBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/ShlosserEstimator.html" title="class in org.apache.sysds.runtime.compress.estim.sample" target="classFrame">ShlosserEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/ShlosserJackknifeEstimator.html" title="class in org.apache.sysds.runtime.compress.estim.sample" target="classFrame">ShlosserJackknifeEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/ShuffleFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">ShuffleFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/SimpleOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">SimpleOperator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/SinglePrecisionCudaSupportFunctions.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">SinglePrecisionCudaSupportFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/SmoothedJackknifeEstimator.html" title="class in org.apache.sysds.runtime.compress.estim.sample" target="classFrame">SmoothedJackknifeEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/SortIndex.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">SortIndex</a></li>
+<li><a href="org/apache/sysds/lops/SortKeys.html" title="class in org.apache.sysds.lops" target="classFrame">SortKeys</a></li>
+<li><a href="org/apache/sysds/lops/SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops" target="classFrame">SortKeys.OperationTypes</a></li>
+<li><a href="org/apache/sysds/runtime/util/SortUtils.html" title="class in org.apache.sysds.runtime.util" target="classFrame">SortUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/SparkDataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">SparkDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/SparkExecutionContext.html" title="class in org.apache.sysds.runtime.controlprogram.context" target="classFrame">SparkExecutionContext</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/SparkExecutionContext.SparkClusterConfig.html" title="class in org.apache.sysds.runtime.controlprogram.context" target="classFrame">SparkExecutionContext.SparkClusterConfig</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/SparkPSBody.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">SparkPSBody</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/SparkPSProxy.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">SparkPSProxy</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/SparkPSWorker.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">SparkPSWorker</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/SparkUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">SparkUtils</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlock.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseBlock</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlock.Type.html" title="enum in org.apache.sysds.runtime.data" target="classFrame">SparseBlock.Type</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockCOO.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseBlockCOO</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockCSR.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseBlockCSR</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockFactory.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockMCSR.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseBlockMCSR</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseRow.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseRow</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseRowScalar.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseRowScalar</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseRowVector.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseRowVector</a></li>
+<li><a href="org/apache/sysds/hops/estim/SparsityEstimator.html" title="class in org.apache.sysds.hops.estim" target="classFrame">SparsityEstimator</a></li>
+<li><a href="org/apache/sysds/hops/estim/SparsityEstimator.OpCode.html" title="enum in org.apache.sysds.hops.estim" target="classFrame">SparsityEstimator.OpCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">SPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SPInstruction.SPType.html" title="enum in org.apache.sysds.runtime.instructions.spark" target="classFrame">SPInstruction.SPType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/SPInstructionParser.html" title="class in org.apache.sysds.runtime.instructions" target="classFrame">SPInstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCellwise.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofCellwise</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCellwise.AggOp.html" title="enum in org.apache.sysds.runtime.codegen" target="classFrame">SpoofCellwise.AggOp</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCellwise.CellType.html" title="enum in org.apache.sysds.runtime.codegen" target="classFrame">SpoofCellwise.CellType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.html" title="class in org.apache.sysds.hops.codegen" target="classFrame">SpoofCompiler</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.CompilerType.html" title="enum in org.apache.sysds.hops.codegen" target="classFrame">SpoofCompiler.CompilerType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.GeneratorAPI.html" title="enum in org.apache.sysds.hops.codegen" target="classFrame">SpoofCompiler.GeneratorAPI</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.IntegrationType.html" title="enum in org.apache.sysds.hops.codegen" target="classFrame">SpoofCompiler.IntegrationType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.PlanCachePolicy.html" title="enum in org.apache.sysds.hops.codegen" target="classFrame">SpoofCompiler.PlanCachePolicy</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.PlanSelector.html" title="enum in org.apache.sysds.hops.codegen" target="classFrame">SpoofCompiler.PlanSelector</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.RegisterAlloc.html" title="enum in org.apache.sysds.hops.codegen" target="classFrame">SpoofCompiler.RegisterAlloc</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/SpoofCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">SpoofCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDACellwise.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofCUDACellwise</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/SpoofCUDAInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">SpoofCUDAInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/SpoofCUDAInstruction.DoublePrecision.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">SpoofCUDAInstruction.DoublePrecision</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/SpoofCUDAInstruction.SinglePrecision.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">SpoofCUDAInstruction.SinglePrecision</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDAOperator.html" title="interface in org.apache.sysds.runtime.codegen" target="classFrame"><span class="interfaceName">SpoofCUDAOperator</span></a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDAOperator.PrecisionProxy.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofCUDAOperator.PrecisionProxy</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDARowwise.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofCUDARowwise</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/SpoofFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">SpoofFEDInstruction</a></li>
+<li><a href="org/apache/sysds/lops/SpoofFused.html" title="class in org.apache.sysds.lops" target="classFrame">SpoofFused</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofFusedOp.html" title="class in org.apache.sysds.hops.codegen" target="classFrame">SpoofFusedOp</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofFusedOp.SpoofOutputDimsType.html" title="enum in org.apache.sysds.hops.codegen" target="classFrame">SpoofFusedOp.SpoofOutputDimsType</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofMultiAggregate.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofMultiAggregate</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofOperator</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.SideInput.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofOperator.SideInput</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.SideInputSparseCell.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofOperator.SideInputSparseCell</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.SideInputSparseRow.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofOperator.SideInputSparseRow</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOuterProduct.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofOuterProduct</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOuterProduct.OutProdType.html" title="enum in org.apache.sysds.runtime.codegen" target="classFrame">SpoofOuterProduct.OutProdType</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofRowwise.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofRowwise</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofRowwise.RowType.html" title="enum in org.apache.sysds.runtime.codegen" target="classFrame">SpoofRowwise.RowType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SpoofSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">SpoofSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SpoofSPInstruction.ReplicateRightFactorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">SpoofSPInstruction.ReplicateRightFactorFunction</a></li>
+<li><a href="org/apache/sysds/lops/Sql.html" title="class in org.apache.sysds.lops" target="classFrame">Sql</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/SqlCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">SqlCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/StagingFileUtils.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util" target="classFrame">StagingFileUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/Stat.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.stat" target="classFrame">Stat</a></li>
+<li><a href="org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser" target="classFrame">Statement</a></li>
+<li><a href="org/apache/sysds/parser/Statement.FederatedPSScheme.html" title="enum in org.apache.sysds.parser" target="classFrame">Statement.FederatedPSScheme</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSCheckpointing.html" title="enum in org.apache.sysds.parser" target="classFrame">Statement.PSCheckpointing</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSFrequency.html" title="enum in org.apache.sysds.parser" target="classFrame">Statement.PSFrequency</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSModeType.html" title="enum in org.apache.sysds.parser" target="classFrame">Statement.PSModeType</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSRuntimeBalancing.html" title="enum in org.apache.sysds.parser" target="classFrame">Statement.PSRuntimeBalancing</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSScheme.html" title="enum in org.apache.sysds.parser" target="classFrame">Statement.PSScheme</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSUpdateType.html" title="enum in org.apache.sysds.parser" target="classFrame">Statement.PSUpdateType</a></li>
+<li><a href="org/apache/sysds/parser/StatementBlock.html" title="class in org.apache.sysds.parser" target="classFrame">StatementBlock</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/StatementBlockRewriteRule.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">StatementBlockRewriteRule</a></li>
+<li><a href="org/apache/sysds/parser/dml/StatementInfo.html" title="class in org.apache.sysds.parser.dml" target="classFrame">StatementInfo</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/StatisticMonitor.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.stat" target="classFrame">StatisticMonitor</a></li>
+<li><a href="org/apache/sysds/utils/Statistics.html" title="class in org.apache.sysds.utils" target="classFrame">Statistics</a></li>
+<li><a href="org/apache/sysds/parser/StringIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">StringIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/StringInitCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">StringInitCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/StringObject.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">StringObject</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/SubsampleToMinFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">SubsampleToMinFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/SwapIndex.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">SwapIndex</a></li>
+<li><a href="org/apache/sysds/utils/SystemDSLoaderUtils.html" title="class in org.apache.sysds.utils" target="classFrame">SystemDSLoaderUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/Task.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">Task</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/Task.TaskType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">Task.TaskType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">TaskPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFactoring.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">TaskPartitionerFactoring</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFactoringCmax.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">TaskPartitionerFactoringCmax</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFactoringCmin.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">TaskPartitionerFactoringCmin</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFixedsize.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">TaskPartitionerFixedsize</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerNaive.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">TaskPartitionerNaive</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerStatic.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">TaskPartitionerStatic</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateBase.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateBase</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateBase.CloseType.html" title="enum in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateBase.CloseType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateBase.TemplateType.html" title="enum in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateBase.TemplateType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateCell.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateCell</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateCell.HopInputComparator.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateCell.HopInputComparator</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateMultiAgg.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateMultiAgg</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateOuterProduct.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateOuterProduct</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateRow.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateRow</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateRow.HopInputComparator.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateRow.HopInputComparator</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateUtils.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateUtils</a></li>
+<li><a href="org/apache/sysds/runtime/data/TensorBlock.html" title="class in org.apache.sysds.runtime.data" target="classFrame">TensorBlock</a></li>
+<li><a href="org/apache/sysds/runtime/meta/TensorCharacteristics.html" title="class in org.apache.sysds.runtime.meta" target="classFrame">TensorCharacteristics</a></li>
+<li><a href="org/apache/sysds/runtime/data/TensorIndexes.html" title="class in org.apache.sysds.runtime.data" target="classFrame">TensorIndexes</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/TensorObject.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">TensorObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReader.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderBinaryBlock.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorReaderBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorReaderBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderFactory.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorReaderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderTextCell.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorReaderTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderTextCellParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorReaderTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/TensorTensorBinaryOpFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">TensorTensorBinaryOpFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/TensorTensorBinaryOpPartitionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">TensorTensorBinaryOpPartitionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriter.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorWriter</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterBinaryBlock.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorWriterBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorWriterBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterBinaryBlockParallel.WriteFileTask.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorWriterBinaryBlockParallel.WriteFileTask</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterFactory.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorWriterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterTextCell.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorWriterTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterTextCellParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorWriterTextCellParallel</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/cuda/Ternary.html" title="class in org.apache.sysds.hops.codegen.cplan.cuda" target="classFrame">Ternary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/java/Ternary.html" title="class in org.apache.sysds.hops.codegen.cplan.java" target="classFrame">Ternary</a></li>
+<li><a href="org/apache/sysds/lops/Ternary.html" title="class in org.apache.sysds.lops" target="classFrame">Ternary</a></li>
+<li><a href="org/apache/sysds/lops/TernaryAggregate.html" title="class in org.apache.sysds.lops" target="classFrame">TernaryAggregate</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/TernaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">TernaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/TernaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">TernaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/hops/TernaryOp.html" title="class in org.apache.sysds.hops" target="classFrame">TernaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/TernaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">TernaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/TernarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">TernarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/TernaryValueFunction.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">TernaryValueFunction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/TernaryValueFunction.ValueFunctionWithConstant.html" title="interface in org.apache.sysds.runtime.functionobjects" target="classFrame"><span class="interfaceName">TernaryValueFunction.ValueFunctionWithConstant</span></a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/TextToBinaryCellConverter.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">TextToBinaryCellConverter</a></li>
+<li><a href="org/apache/sysds/runtime/transform/meta/TfMetaUtils.html" title="class in org.apache.sysds.runtime.transform.meta" target="classFrame">TfMetaUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/meta/TfOffsetMap.html" title="class in org.apache.sysds.runtime.transform.meta" target="classFrame">TfOffsetMap</a></li>
+<li><a href="org/apache/sysds/runtime/transform/TfUtils.html" title="class in org.apache.sysds.runtime.transform" target="classFrame">TfUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/TfUtils.TfMethod.html" title="enum in org.apache.sysds.runtime.transform" target="classFrame">TfUtils.TfMethod</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/Timing.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.stat" target="classFrame">Timing</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/Tokenizer.html" title="class in org.apache.sysds.runtime.transform.tokenize" target="classFrame">Tokenizer</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerFactory.html" title="class in org.apache.sysds.runtime.transform.tokenize" target="classFrame">TokenizerFactory</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPost.html" title="interface in org.apache.sysds.runtime.transform.tokenize" target="classFrame"><span class="interfaceName">TokenizerPost</span></a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPostCount.html" title="class in org.apache.sysds.runtime.transform.tokenize" target="classFrame">TokenizerPostCount</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPostHash.html" title="class in org.apache.sysds.runtime.transform.tokenize" target="classFrame">TokenizerPostHash</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPostPosition.html" title="class in org.apache.sysds.runtime.transform.tokenize" target="classFrame">TokenizerPostPosition</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPre.html" title="interface in org.apache.sysds.runtime.transform.tokenize" target="classFrame"><span class="interfaceName">TokenizerPre</span></a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPreNgram.html" title="class in org.apache.sysds.runtime.transform.tokenize" target="classFrame">TokenizerPreNgram</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPreWhitespaceSplit.html" title="class in org.apache.sysds.runtime.transform.tokenize" target="classFrame">TokenizerPreWhitespaceSplit</a></li>
+<li><a href="org/apache/sysds/lops/Transform.html" title="class in org.apache.sysds.lops" target="classFrame">Transform</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/TripleIndexes.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">TripleIndexes</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/TripleIndexes.Comparator.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">TripleIndexes.Comparator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/Tsmm2SPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">Tsmm2SPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/TsmmFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">TsmmFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/TsmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">TsmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/common/Types.html" title="class in org.apache.sysds.common" target="classFrame">Types</a></li>
+<li><a href="org/apache/sysds/common/Types.AggOp.html" title="enum in org.apache.sysds.common" target="classFrame">Types.AggOp</a></li>
+<li><a href="org/apache/sysds/common/Types.BlockType.html" title="enum in org.apache.sysds.common" target="classFrame">Types.BlockType</a></li>
+<li><a href="org/apache/sysds/common/Types.CorrectionLocationType.html" title="enum in org.apache.sysds.common" target="classFrame">Types.CorrectionLocationType</a></li>
+<li><a href="org/apache/sysds/common/Types.DataType.html" title="enum in org.apache.sysds.common" target="classFrame">Types.DataType</a></li>
+<li><a href="org/apache/sysds/common/Types.Direction.html" title="enum in org.apache.sysds.common" target="classFrame">Types.Direction</a></li>
+<li><a href="org/apache/sysds/common/Types.ExecMode.html" title="enum in org.apache.sysds.common" target="classFrame">Types.ExecMode</a></li>
+<li><a href="org/apache/sysds/common/Types.ExecType.html" title="enum in org.apache.sysds.common" target="classFrame">Types.ExecType</a></li>
+<li><a href="org/apache/sysds/common/Types.FileFormat.html" title="enum in org.apache.sysds.common" target="classFrame">Types.FileFormat</a></li>
+<li><a href="org/apache/sysds/common/Types.FunctionBlock.html" title="interface in org.apache.sysds.common" target="classFrame"><span class="interfaceName">Types.FunctionBlock</span></a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp1.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOp1</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp2.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOp2</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp3.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOp3</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp4.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOp4</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpData.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOpData</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpDG.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOpDG</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpDnn.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOpDnn</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpN.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOpN</a></li>
+<li><a href="org/apache/sysds/common/Types.ParamBuiltinOp.html" title="enum in org.apache.sysds.common" target="classFrame">Types.ParamBuiltinOp</a></li>
+<li><a href="org/apache/sysds/common/Types.ReOrgOp.html" title="enum in org.apache.sysds.common" target="classFrame">Types.ReOrgOp</a></li>
+<li><a href="org/apache/sysds/common/Types.ReturnType.html" title="enum in org.apache.sysds.common" target="classFrame">Types.ReturnType</a></li>
+<li><a href="org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common" target="classFrame">Types.ValueType</a></li>
+<li><a href="org/apache/sysds/lops/UAggOuterChain.html" title="class in org.apache.sysds.lops" target="classFrame">UAggOuterChain</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UaggOuterChainCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">UaggOuterChainCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UaggOuterChainSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">UaggOuterChainSPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/cuda/Unary.html" title="class in org.apache.sysds.hops.codegen.cplan.cuda" target="classFrame">Unary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/java/Unary.html" title="class in org.apache.sysds.hops.codegen.cplan.java" target="classFrame">Unary</a></li>
+<li><a href="org/apache/sysds/lops/Unary.html" title="class in org.apache.sysds.lops" target="classFrame">Unary</a></li>
+<li><a href="org/apache/sysds/lops/UnaryCP.html" title="class in org.apache.sysds.lops" target="classFrame">UnaryCP</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">UnaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/UnaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">UnaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryFrameCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">UnaryFrameCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UnaryFrameSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">UnaryFrameSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryMatrixCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">UnaryMatrixCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/UnaryMatrixFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">UnaryMatrixFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UnaryMatrixSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">UnaryMatrixSPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/UnaryOp.html" title="class in org.apache.sysds.hops" target="classFrame">UnaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/UnaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">UnaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">UnaryScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UnarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">UnarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/UnifiedMemoryAllocator.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">UnifiedMemoryAllocator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/UnifiedMemoryManager.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">UnifiedMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/util/UniformPRNGenerator.html" title="class in org.apache.sysds.runtime.util" target="classFrame">UniformPRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/Util.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">Util</a></li>
+<li><a href="org/apache/sysds/runtime/util/UtilFunctions.html" title="class in org.apache.sysds.runtime.util" target="classFrame">UtilFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/Utils.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">Utils</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ValueComparisonFunction.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">ValueComparisonFunction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ValueFunction.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">ValueFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/VariableCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">VariableCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/VariableCPInstruction.VariableOperationCode.html" title="enum in org.apache.sysds.runtime.instructions.cp" target="classFrame">VariableCPInstruction.VariableOperationCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/VariableFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">VariableFEDInstruction</a></li>
+<li><a href="org/apache/sysds/parser/VariableSet.html" title="class in org.apache.sysds.parser" target="classFrame">VariableSet</a></li>
+<li><a href="org/apache/sysds/hops/cost/VarStats.html" title="class in org.apache.sysds.hops.cost" target="classFrame">VarStats</a></li>
+<li><a href="org/apache/sysds/common/Warnings.html" title="class in org.apache.sysds.common" target="classFrame">Warnings</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/WeightedCell.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">WeightedCell</a></li>
+<li><a href="org/apache/sysds/lops/WeightedCrossEntropy.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedCrossEntropy</a></li>
+<li><a href="org/apache/sysds/lops/WeightedCrossEntropy.WCeMMType.html" title="enum in org.apache.sysds.lops" target="classFrame">WeightedCrossEntropy.WCeMMType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedCrossEntropyR.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedCrossEntropyR</a></li>
+<li><a href="org/apache/sysds/lops/WeightedDivMM.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedDivMM</a></li>
+<li><a href="org/apache/sysds/lops/WeightedDivMM.WDivMMType.html" title="enum in org.apache.sysds.lops" target="classFrame">WeightedDivMM.WDivMMType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedDivMMR.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedDivMMR</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/WeightedPair.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">WeightedPair</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSigmoid.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedSigmoid</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSigmoid.WSigmoidType.html" title="enum in org.apache.sysds.lops" target="classFrame">WeightedSigmoid.WSigmoidType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSigmoidR.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedSigmoidR</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSquaredLoss.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedSquaredLoss</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSquaredLoss.WeightsType.html" title="enum in org.apache.sysds.lops" target="classFrame">WeightedSquaredLoss.WeightsType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSquaredLossR.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedSquaredLossR</a></li>
+<li><a href="org/apache/sysds/lops/WeightedUnaryMM.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedUnaryMM</a></li>
+<li><a href="org/apache/sysds/lops/WeightedUnaryMM.WUMMType.html" title="enum in org.apache.sysds.lops" target="classFrame">WeightedUnaryMM.WUMMType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedUnaryMMR.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedUnaryMMR</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/WhileProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">WhileProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/WhileStatement.html" title="class in org.apache.sysds.parser" target="classFrame">WhileStatement</a></li>
+<li><a href="org/apache/sysds/parser/WhileStatementBlock.html" title="class in org.apache.sysds.parser" target="classFrame">WhileStatementBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/WorkloadAnalyzer.html" title="class in org.apache.sysds.runtime.compress.workload" target="classFrame">WorkloadAnalyzer</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterBinaryBlock.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterHDF5.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterHDF5</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterHDF5Parallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterHDF5Parallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterMatrixMarket.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterMatrixMarket</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterMatrixMarketParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterMatrixMarketParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCell.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCellParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCSV.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCSVParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextLIBSVM.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterTextLIBSVM</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextLIBSVMParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterTextLIBSVMParallel</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/WriteSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">WriteSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/WTreeNode.html" title="class in org.apache.sysds.runtime.compress.workload" target="classFrame">WTreeNode</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/WTreeNode.WTNodeType.html" title="enum in org.apache.sysds.runtime.compress.workload" target="classFrame">WTreeNode.WTNodeType</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Xor.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Xor</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ZipmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ZipmmSPInstruction</a></li>
+</ul>
+</div>
+</body>
+</html>
diff --git a/content/docs/2.1.0/api/java/allclasses-noframe.html b/content/docs/2.1.0/api/java/allclasses-noframe.html
new file mode 100644
index 0000000..ec196f0
--- /dev/null
+++ b/content/docs/2.1.0/api/java/allclasses-noframe.html
@@ -0,0 +1,1479 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (SystemDS 2.1.0 API)</title>
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<h1 class="bar">All&nbsp;Classes</h1>
+<div class="indexContainer">
+<ul>
+<li><a href="org/apache/sysds/runtime/compress/utils/ABitmap.html" title="class in org.apache.sysds.runtime.compress.utils">ABitmap</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/ABitmap.BitmapType.html" title="enum in org.apache.sysds.runtime.compress.utils">ABitmap.BitmapType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/AColGroup.html" title="class in org.apache.sysds.runtime.compress.colgroup">AColGroup</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/AColGroup.CompressionType.html" title="enum in org.apache.sysds.runtime.compress.colgroup">AColGroup.CompressionType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/AColumnCoCoder.html" title="class in org.apache.sysds.runtime.compress.cocode">AColumnCoCoder</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/ADictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary">ADictionary</a></li>
+<li><a href="org/apache/sysds/hops/AggBinaryOp.html" title="class in org.apache.sysds.hops">AggBinaryOp</a></li>
+<li><a href="org/apache/sysds/hops/AggBinaryOp.MMultMethod.html" title="enum in org.apache.sysds.hops">AggBinaryOp.MMultMethod</a></li>
+<li><a href="org/apache/sysds/hops/AggBinaryOp.SparkAggType.html" title="enum in org.apache.sysds.hops">AggBinaryOp.SparkAggType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateBinaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">AggregateBinaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AggregateBinaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">AggregateBinaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/AggregateBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">AggregateBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateBinaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">AggregateBinaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/AggregateDropCorrectionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">AggregateDropCorrectionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">AggregateOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateTernaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">AggregateTernaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AggregateTernaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">AggregateTernaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateTernaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">AggregateTernaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateTernarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">AggregateTernarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateUnaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">AggregateUnaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateUnaryCPInstruction.AUType.html" title="enum in org.apache.sysds.runtime.instructions.cp">AggregateUnaryCPInstruction.AUType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AggregateUnaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">AggregateUnaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/AggregateUnaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">AggregateUnaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateUnaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">AggregateUnaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateUnarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">AggregateUnarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateUnarySPInstruction.RDDUAggFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark">AggregateUnarySPInstruction.RDDUAggFunction2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateUnarySPInstruction.RDDUTensorAggFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark">AggregateUnarySPInstruction.RDDUTensorAggFunction2</a></li>
+<li><a href="org/apache/sysds/hops/AggUnaryOp.html" title="class in org.apache.sysds.hops">AggUnaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/AInsertionSorter.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort">AInsertionSorter</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/AIterator.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset">AIterator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/AMapToData.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping">AMapToData</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/And.html" title="class in org.apache.sysds.runtime.functionobjects">And</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/AOffset.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset">AOffset</a></li>
+<li><a href="org/apache/sysds/lops/Append.html" title="class in org.apache.sysds.lops">Append</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">AppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AppendCPInstruction.AppendType.html" title="enum in org.apache.sysds.runtime.instructions.cp">AppendCPInstruction.AppendType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AppendFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">AppendFEDInstruction</a></li>
+<li><a href="org/apache/sysds/lops/AppendG.html" title="class in org.apache.sysds.lops">AppendG</a></li>
+<li><a href="org/apache/sysds/lops/AppendGAlignedSP.html" title="class in org.apache.sysds.lops">AppendGAlignedSP</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGAlignedSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">AppendGAlignedSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGAlignedSPInstruction.ShiftColumnIndex.html" title="class in org.apache.sysds.runtime.instructions.spark">AppendGAlignedSPInstruction.ShiftColumnIndex</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">AppendGSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGSPInstruction.MergeWithShiftedBlocks.html" title="class in org.apache.sysds.runtime.instructions.spark">AppendGSPInstruction.MergeWithShiftedBlocks</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGSPInstruction.ShiftMatrix.html" title="class in org.apache.sysds.runtime.instructions.spark">AppendGSPInstruction.ShiftMatrix</a></li>
+<li><a href="org/apache/sysds/lops/AppendM.html" title="class in org.apache.sysds.lops">AppendM</a></li>
+<li><a href="org/apache/sysds/lops/AppendM.CacheType.html" title="enum in org.apache.sysds.lops">AppendM.CacheType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendMSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">AppendMSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/AppendPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation">AppendPropagator</a></li>
+<li><a href="org/apache/sysds/lops/AppendR.html" title="class in org.apache.sysds.lops">AppendR</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendRSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">AppendRSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ArithmeticBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">ArithmeticBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/parser/AssignmentStatement.html" title="class in org.apache.sysds.parser">AssignmentStatement</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/BalanceToAvgFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">BalanceToAvgFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/BasicProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">BasicProgramBlock</a></li>
+<li><a href="org/apache/sysds/runtime/data/BasicTensorBlock.html" title="class in org.apache.sysds.runtime.data">BasicTensorBlock</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/cuda/Binary.html" title="class in org.apache.sysds.hops.codegen.cplan.cuda">Binary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/java/Binary.html" title="class in org.apache.sysds.hops.codegen.cplan.java">Binary</a></li>
+<li><a href="org/apache/sysds/lops/Binary.html" title="class in org.apache.sysds.lops">Binary</a></li>
+<li><a href="org/apache/sysds/runtime/util/BinaryBlockInputFormat.html" title="class in org.apache.sysds.runtime.util">BinaryBlockInputFormat</a></li>
+<li><a href="org/apache/sysds/runtime/util/BinaryBlockRecordReader.html" title="class in org.apache.sysds.runtime.util">BinaryBlockRecordReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/BinaryBlockSerialization.html" title="class in org.apache.sysds.runtime.io">BinaryBlockSerialization</a></li>
+<li><a href="org/apache/sysds/runtime/io/BinaryBlockSerialization.MatrixBlockDeserializer.html" title="class in org.apache.sysds.runtime.io">BinaryBlockSerialization.MatrixBlockDeserializer</a></li>
+<li><a href="org/apache/sysds/runtime/io/BinaryBlockSerialization.MatrixBlockSerializer.html" title="class in org.apache.sysds.runtime.io">BinaryBlockSerialization.MatrixBlockSerializer</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/BinaryBlockToTextCellConverter.html" title="class in org.apache.sysds.runtime.matrix.data">BinaryBlockToTextCellConverter</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/parser/BinaryExpression.html" title="class in org.apache.sysds.parser">BinaryExpression</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">BinaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryFrameFrameCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryFrameFrameCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryFrameFrameSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryFrameFrameSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryFrameMatrixCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryFrameMatrixCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryFrameMatrixSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryFrameMatrixSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryFrameScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryFrameScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryFrameScalarFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">BinaryFrameScalarFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryFrameScalarSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryFrameScalarSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/BinaryM.html" title="class in org.apache.sysds.lops">BinaryM</a></li>
+<li><a href="org/apache/sysds/lops/BinaryM.VectorType.html" title="enum in org.apache.sysds.lops">BinaryM.VectorType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryMatrixBVectorSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryMatrixBVectorSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryMatrixMatrixCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryMatrixMatrixCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryMatrixMatrixFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">BinaryMatrixMatrixFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryMatrixMatrixSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryMatrixMatrixSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryMatrixScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryMatrixScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryMatrixScalarFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">BinaryMatrixScalarFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryMatrixScalarSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryMatrixScalarSPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/BinaryOp.html" title="class in org.apache.sysds.hops">BinaryOp</a></li>
+<li><a href="org/apache/sysds/hops/BinaryOp.AppendMethod.html" title="enum in org.apache.sysds.hops">BinaryOp.AppendMethod</a></li>
+<li><a href="org/apache/sysds/hops/BinaryOp.MMBinaryMethod.html" title="enum in org.apache.sysds.hops">BinaryOp.MMBinaryMethod</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/BinaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">BinaryOperator</a></li>
+<li><a href="org/apache/sysds/lops/BinaryScalar.html" title="class in org.apache.sysds.lops">BinaryScalar</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryScalarScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryScalarScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryTensorTensorBroadcastSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryTensorTensorBroadcastSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryTensorTensorCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryTensorTensorCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryTensorTensorSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryTensorTensorSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/BinaryUAggChain.html" title="class in org.apache.sysds.lops">BinaryUAggChain</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinUaggChainSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinUaggChainSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinUaggChainSPInstruction.RDDBinUaggChainFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinUaggChainSPInstruction.RDDBinUaggChainFunction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/Bitmap.html" title="class in org.apache.sysds.runtime.compress.utils">Bitmap</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/BitmapEncoder.html" title="class in org.apache.sysds.runtime.compress.lib">BitmapEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/BitmapLossy.html" title="class in org.apache.sysds.runtime.compress.utils">BitmapLossy</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/BitmapLossyEncoder.html" title="class in org.apache.sysds.runtime.compress.lib">BitmapLossyEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwAnd.html" title="class in org.apache.sysds.runtime.functionobjects">BitwAnd</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwOr.html" title="class in org.apache.sysds.runtime.functionobjects">BitwOr</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwShiftL.html" title="class in org.apache.sysds.runtime.functionobjects">BitwShiftL</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwShiftR.html" title="class in org.apache.sysds.runtime.functionobjects">BitwShiftR</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwXor.html" title="class in org.apache.sysds.runtime.functionobjects">BitwXor</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/BlockPartitioner.html" title="class in org.apache.sysds.runtime.instructions.spark.data">BlockPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/BooleanArray32.html" title="class in org.apache.sysds.runtime.lineage">BooleanArray32</a></li>
+<li><a href="org/apache/sysds/parser/BooleanExpression.html" title="class in org.apache.sysds.parser">BooleanExpression</a></li>
+<li><a href="org/apache/sysds/parser/BooleanIdentifier.html" title="class in org.apache.sysds.parser">BooleanIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BooleanObject.html" title="class in org.apache.sysds.runtime.instructions.cp">BooleanObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/BroadcastObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data">BroadcastObject</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Builtin.html" title="class in org.apache.sysds.runtime.functionobjects">Builtin</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Builtin.BuiltinCode.html" title="enum in org.apache.sysds.runtime.functionobjects">Builtin.BuiltinCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/BuiltinBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">BuiltinBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/parser/BuiltinConstant.html" title="enum in org.apache.sysds.parser">BuiltinConstant</a></li>
+<li><a href="org/apache/sysds/parser/BuiltinFunctionExpression.html" title="class in org.apache.sysds.parser">BuiltinFunctionExpression</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BuiltinNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BuiltinNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BuiltinNarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BuiltinNarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BuiltinNarySPInstruction.PadBlocksFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">BuiltinNarySPInstruction.PadBlocksFunction</a></li>
+<li><a href="org/apache/sysds/common/Builtins.html" title="enum in org.apache.sysds.common">Builtins</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/BuiltinUnaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">BuiltinUnaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/ByteBuffer.html" title="class in org.apache.sysds.runtime.controlprogram.caching">ByteBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/util/ByteBufferDataInput.html" title="class in org.apache.sysds.runtime.util">ByteBufferDataInput</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/ByteClassLoader.html" title="class in org.apache.sysds.runtime.codegen">ByteClassLoader</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheableData.html" title="class in org.apache.sysds.runtime.controlprogram.caching">CacheableData</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheableData.CacheStatus.html" title="enum in org.apache.sysds.runtime.controlprogram.caching">CacheableData.CacheStatus</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheBlock.html" title="interface in org.apache.sysds.runtime.controlprogram.caching"><span class="interfaceName">CacheBlock</span></a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheBlockFactory.html" title="class in org.apache.sysds.runtime.controlprogram.caching">CacheBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheDataInput.html" title="class in org.apache.sysds.runtime.controlprogram.caching">CacheDataInput</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheDataOutput.html" title="class in org.apache.sysds.runtime.controlprogram.caching">CacheDataOutput</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/CachedReuseVariables.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">CachedReuseVariables</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheStatistics.html" title="class in org.apache.sysds.runtime.controlprogram.caching">CacheStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheStatistics.Stat.html" title="enum in org.apache.sysds.runtime.controlprogram.caching">CacheStatistics.Stat</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CastSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CastSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/CBindPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation">CBindPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/Cell.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util">Cell</a></li>
+<li><a href="org/apache/sysds/lops/CentralMoment.html" title="class in org.apache.sysds.lops">CentralMoment</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CentralMomentCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">CentralMomentCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/CentralMomentFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">CentralMomentFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CentralMomentSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CentralMomentSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/CheckedConstraintsLog.html" title="class in org.apache.sysds.runtime.privacy">CheckedConstraintsLog</a></li>
+<li><a href="org/apache/sysds/lops/Checkpoint.html" title="class in org.apache.sysds.lops">Checkpoint</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CheckpointSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CheckpointSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibAppend.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibAppend</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibBinaryCellOp.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibBinaryCellOp</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibCompAgg.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibCompAgg</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibLeftMultBy.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibLeftMultBy</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibReExpand.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibReExpand</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibRelationalOp.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibRelationalOp</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibRightMultBy.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibRightMultBy</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibScalar.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibScalar</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibSquash.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibSquash</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/CM.html" title="class in org.apache.sysds.runtime.functionobjects">CM</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CM_COV_Object.html" title="class in org.apache.sysds.runtime.instructions.cp">CM_COV_Object</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/CM_N_COVCell.html" title="class in org.apache.sysds.runtime.matrix.data">CM_N_COVCell</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CMOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">CMOperator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CMOperator.AggregateOperationTypes.html" title="enum in org.apache.sysds.runtime.matrix.operators">CMOperator.AggregateOperationTypes</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNode.html" title="class in org.apache.sysds.hops.codegen.cplan">CNode</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeBinary.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeBinary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeBinary.BinType.html" title="enum in org.apache.sysds.hops.codegen.cplan">CNodeBinary.BinType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeCell.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeCell</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeData.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeData</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeMultiAgg.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeMultiAgg</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeNary.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeNary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeNary.NaryType.html" title="enum in org.apache.sysds.hops.codegen.cplan">CNodeNary.NaryType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeOuterProduct.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeOuterProduct</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeRow.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeRow</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeTernary.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeTernary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeTernary.TernaryType.html" title="enum in org.apache.sysds.hops.codegen.cplan">CNodeTernary.TernaryType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeTpl.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeTpl</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeUnary.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeUnary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeUnary.UnaryType.html" title="enum in org.apache.sysds.hops.codegen.cplan">CNodeUnary.UnaryType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeBinPacking.html" title="class in org.apache.sysds.runtime.compress.cocode">CoCodeBinPacking</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeCost.html" title="class in org.apache.sysds.runtime.compress.cocode">CoCodeCost</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeCostMatrixMult.html" title="class in org.apache.sysds.runtime.compress.cocode">CoCodeCostMatrixMult</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeCostTSMM.html" title="class in org.apache.sysds.runtime.compress.cocode">CoCodeCostTSMM</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeStatic.html" title="class in org.apache.sysds.runtime.compress.cocode">CoCodeStatic</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/CodegenUtils.html" title="class in org.apache.sysds.runtime.codegen">CodegenUtils</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CodeTemplate.html" title="class in org.apache.sysds.hops.codegen.cplan">CodeTemplate</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupCompressed.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupCompressed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupConst.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupConst</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupDDC.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupDDC</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupEmpty.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupEmpty</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupIO.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupIO</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupOffset.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupOffset</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupOLE.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupOLE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupRLE.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupRLE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDC.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupSDC</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDCSingle.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupSDCSingle</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDCSingleZeros.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupSDCSingleZeros</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDCZeros.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupSDCZeros</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSizes.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupSizes</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupUncompressed.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupUncompressed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupValue.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupValue</a></li>
+<li><a href="org/apache/sysds/runtime/util/CollectionUtils.html" title="class in org.apache.sysds.runtime.util">CollectionUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoder.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoder.EncoderType.html" title="enum in org.apache.sysds.runtime.transform.encode">ColumnEncoder.EncoderType</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderBin.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderBin</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderComposite.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderComposite</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderDummycode.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderDummycode</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderFeatureHash.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderFeatureHash</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderPassThrough.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderPassThrough</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderRecode.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderRecode</a></li>
+<li><a href="org/apache/sysds/runtime/util/CommonThreadPool.html" title="class in org.apache.sysds.runtime.util">CommonThreadPool</a></li>
+<li><a href="org/apache/sysds/conf/CompilerConfig.html" title="class in org.apache.sysds.conf">CompilerConfig</a></li>
+<li><a href="org/apache/sysds/conf/CompilerConfig.ConfigType.html" title="enum in org.apache.sysds.conf">CompilerConfig.ConfigType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressedMatrixBlock.html" title="class in org.apache.sysds.runtime.compress">CompressedMatrixBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressedMatrixBlockFactory.html" title="class in org.apache.sysds.runtime.compress">CompressedMatrixBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimator.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorExact.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeEstimatorExact</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorFactory.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeEstimatorFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorSample.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeEstimatorSample</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeInfo.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeInfo</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeInfoColGroup.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeInfoColGroup</a></li>
+<li><a href="org/apache/sysds/lops/Compression.html" title="class in org.apache.sysds.lops">Compression</a></li>
+<li><a href="org/apache/sysds/lops/Compression.CompressConfig.html" title="enum in org.apache.sysds.lops">Compression.CompressConfig</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CompressionCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">CompressionCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressionSettings.html" title="class in org.apache.sysds.runtime.compress">CompressionSettings</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressionSettingsBuilder.html" title="class in org.apache.sysds.runtime.compress">CompressionSettingsBuilder</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CompressionSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CompressionSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CompressionSPInstruction.CompressionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">CompressionSPInstruction.CompressionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressionStatistics.html" title="class in org.apache.sysds.runtime.compress">CompressionStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ComputationCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ComputationCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ComputationFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">ComputationFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ComputationSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">ComputationSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ComputeBinaryBlockNnzFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ComputeBinaryBlockNnzFunction</a></li>
+<li><a href="org/apache/sysds/parser/ConditionalPredicate.html" title="class in org.apache.sysds.parser">ConditionalPredicate</a></li>
+<li><a href="org/apache/sysds/api/ConfigurableAPI.html" title="interface in org.apache.sysds.api"><span class="interfaceName">ConfigurableAPI</span></a></li>
+<li><a href="org/apache/sysds/conf/ConfigurationManager.html" title="class in org.apache.sysds.conf">ConfigurationManager</a></li>
+<li><a href="org/apache/sysds/api/jmlc/Connection.html" title="class in org.apache.sysds.api.jmlc">Connection</a></li>
+<li><a href="org/apache/sysds/parser/ConstIdentifier.html" title="class in org.apache.sysds.parser">ConstIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/Converter.html" title="interface in org.apache.sysds.runtime.matrix.data"><span class="interfaceName">Converter</span></a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ConvertFrameBlockToIJVLines.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ConvertFrameBlockToIJVLines</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ConvertMatrixBlockToIJVLines.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ConvertMatrixBlockToIJVLines</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ConvertStringToLongTextPair.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ConvertStringToLongTextPair</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyBinaryCellFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyBinaryCellFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyFrameBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyFrameBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyFrameBlockPairFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyFrameBlockPairFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyMatrixBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyMatrixBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyMatrixBlockPairFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyMatrixBlockPairFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyTensorBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyTensorBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyTensorBlockPairFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyTensorBlockPairFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyTextInputFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyTextInputFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/CorrMatrixBlock.html" title="class in org.apache.sysds.runtime.instructions.spark.data">CorrMatrixBlock</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimationWrapper.html" title="class in org.apache.sysds.hops.cost">CostEstimationWrapper</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimationWrapper.CostType.html" title="enum in org.apache.sysds.hops.cost">CostEstimationWrapper.CostType</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimator.html" title="class in org.apache.sysds.hops.cost">CostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">CostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.DataFormat.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">CostEstimator.DataFormat</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.ExcludeType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">CostEstimator.ExcludeType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.TestMeasure.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">CostEstimator.TestMeasure</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimatorHops.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">CostEstimatorHops</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimatorRuntime.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">CostEstimatorRuntime</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimatorStaticRuntime.html" title="class in org.apache.sysds.hops.cost">CostEstimatorStaticRuntime</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CountDistinctOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">CountDistinctOperator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CountDistinctOperator.CountDistinctTypes.html" title="enum in org.apache.sysds.runtime.matrix.operators">CountDistinctOperator.CountDistinctTypes</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/COV.html" title="class in org.apache.sysds.runtime.functionobjects">COV</a></li>
+<li><a href="org/apache/sysds/lops/CoVariance.html" title="class in org.apache.sysds.lops">CoVariance</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CovarianceCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">CovarianceCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/CovarianceFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">CovarianceFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CovarianceSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CovarianceSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/COVOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">COVOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">CPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CPInstruction.CPType.html" title="enum in org.apache.sysds.runtime.instructions.cp">CPInstruction.CPType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/CPInstructionParser.html" title="class in org.apache.sysds.runtime.instructions">CPInstructionParser</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanCSERewriter.html" title="class in org.apache.sysds.hops.codegen.template">CPlanCSERewriter</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanMemoTable.html" title="class in org.apache.sysds.hops.codegen.template">CPlanMemoTable</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanMemoTable.MemoTableEntry.html" title="class in org.apache.sysds.hops.codegen.template">CPlanMemoTable.MemoTableEntry</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanMemoTable.MemoTableEntrySet.html" title="class in org.apache.sysds.hops.codegen.template">CPlanMemoTable.MemoTableEntrySet</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanOpRewriter.html" title="class in org.apache.sysds.hops.codegen.template">CPlanOpRewriter</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CpmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CpmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CPOperand.html" title="class in org.apache.sysds.runtime.instructions.cp">CPOperand</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CreateSparseBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CreateSparseBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/CSRPointer.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">CSRPointer</a></li>
+<li><a href="org/apache/sysds/lops/CSVReBlock.html" title="class in org.apache.sysds.lops">CSVReBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CSVReblockSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CSVReblockSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/Ctable.html" title="class in org.apache.sysds.lops">Ctable</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/CTable.html" title="class in org.apache.sysds.runtime.functionobjects">CTable</a></li>
+<li><a href="org/apache/sysds/lops/Ctable.OperationTypes.html" title="enum in org.apache.sysds.lops">Ctable.OperationTypes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CtableCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">CtableCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/CtableFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">CtableFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/CTableMap.html" title="class in org.apache.sysds.runtime.matrix.data">CTableMap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CtableSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.MapJoinSignature1.html" title="class in org.apache.sysds.runtime.instructions.spark">CtableSPInstruction.MapJoinSignature1</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.MapJoinSignature2.html" title="class in org.apache.sysds.runtime.instructions.spark">CtableSPInstruction.MapJoinSignature2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.MapJoinSignature3.html" title="class in org.apache.sysds.runtime.instructions.spark">CtableSPInstruction.MapJoinSignature3</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/CudaMemoryAllocator.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">CudaMemoryAllocator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/CudaSupportFunctions.html" title="interface in org.apache.sysds.runtime.matrix.data"><span class="interfaceName">CudaSupportFunctions</span></a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CumulativeAggregateSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CumulativeAggregateSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/CumulativeOffsetBinary.html" title="class in org.apache.sysds.lops">CumulativeOffsetBinary</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CumulativeOffsetSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CumulativeOffsetSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/CumulativePartialAggregate.html" title="class in org.apache.sysds.lops">CumulativePartialAggregate</a></li>
+<li><a href="org/apache/sysds/parser/dml/CustomErrorListener.html" title="class in org.apache.sysds.parser.dml">CustomErrorListener</a></li>
+<li><a href="org/apache/sysds/parser/dml/CustomErrorListener.ParseIssueType.html" title="enum in org.apache.sysds.parser.dml">CustomErrorListener.ParseIssueType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/CustomHashMap.html" title="class in org.apache.sysds.runtime.compress.utils">CustomHashMap</a></li>
+<li><a href="org/apache/sysds/lops/compile/Dag.html" title="class in org.apache.sysds.lops.compile">Dag</a></li>
+<li><a href="org/apache/sysds/lops/Data.html" title="class in org.apache.sysds.lops">Data</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/Data.html" title="class in org.apache.sysds.runtime.instructions.cp">Data</a></li>
+<li><a href="org/apache/sysds/utils/DataAugmentation.html" title="class in org.apache.sysds.utils">DataAugmentation</a></li>
+<li><a href="org/apache/sysds/runtime/meta/DataCharacteristics.html" title="class in org.apache.sysds.runtime.meta">DataCharacteristics</a></li>
+<li><a href="org/apache/sysds/runtime/util/DataConverter.html" title="class in org.apache.sysds.runtime.util">DataConverter</a></li>
+<li><a href="org/apache/sysds/parser/DataExpression.html" title="class in org.apache.sysds.parser">DataExpression</a></li>
+<li><a href="org/apache/sysds/lops/DataGen.html" title="class in org.apache.sysds.lops">DataGen</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DataGenCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">DataGenCPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/DataGenOp.html" title="class in org.apache.sysds.hops">DataGenOp</a></li>
+<li><a href="org/apache/sysds/parser/DataIdentifier.html" title="class in org.apache.sysds.parser">DataIdentifier</a></li>
+<li><a href="org/apache/sysds/hops/DataOp.html" title="class in org.apache.sysds.hops">DataOp</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">DataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerLocal.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">DataPartitionerLocal</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerRemoteSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">DataPartitionerRemoteSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerRemoteSparkMapper.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">DataPartitionerRemoteSparkMapper</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerRemoteSparkReducer.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">DataPartitionerRemoteSparkReducer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionerSparkAggregator.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DataPartitionerSparkAggregator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionerSparkMapper.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DataPartitionerSparkMapper</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DataPartitionFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionFederatedScheme.BalanceMetrics.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DataPartitionFederatedScheme.BalanceMetrics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionFederatedScheme.Result.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DataPartitionFederatedScheme.Result</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DataPartitionLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DataPartitionSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/finegrained/DataRange.html" title="class in org.apache.sysds.runtime.privacy.finegrained">DataRange</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/DatasetObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data">DatasetObject</a></li>
+<li><a href="org/apache/sysds/runtime/data/DataTensorBlock.html" title="class in org.apache.sysds.runtime.data">DataTensorBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DblArray.html" title="class in org.apache.sysds.runtime.compress.utils">DblArray</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DblArrayIntListHashMap.html" title="class in org.apache.sysds.runtime.compress.utils">DblArrayIntListHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DCLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DCLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DCSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DCSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/Decoder.html" title="class in org.apache.sysds.runtime.transform.decode">Decoder</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderComposite.html" title="class in org.apache.sysds.runtime.transform.decode">DecoderComposite</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderDummycode.html" title="class in org.apache.sysds.runtime.transform.decode">DecoderDummycode</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderFactory.html" title="class in org.apache.sysds.runtime.transform.decode">DecoderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderFactory.DecoderType.html" title="enum in org.apache.sysds.runtime.transform.decode">DecoderFactory.DecoderType</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderPassThrough.html" title="class in org.apache.sysds.runtime.transform.decode">DecoderPassThrough</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderRecode.html" title="class in org.apache.sysds.runtime.transform.decode">DecoderRecode</a></li>
+<li><a href="org/apache/sysds/lops/DeCompression.html" title="class in org.apache.sysds.lops">DeCompression</a></li>
+<li><a href="org/apache/sysds/lops/DeCompression.CompressConfig.html" title="enum in org.apache.sysds.lops">DeCompression.CompressConfig</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DeCompressionCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">DeCompressionCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/DeCompressionSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">DeCompressionSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/DeCompressionSPInstruction.DeCompressionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">DeCompressionSPInstruction.DeCompressionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlock.html" title="class in org.apache.sysds.runtime.data">DenseBlock</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlock.Type.html" title="enum in org.apache.sysds.runtime.data">DenseBlock.Type</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockBool.html" title="class in org.apache.sysds.runtime.data">DenseBlockBool</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockDRB.html" title="class in org.apache.sysds.runtime.data">DenseBlockDRB</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockFactory.html" title="class in org.apache.sysds.runtime.data">DenseBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockFP32.html" title="class in org.apache.sysds.runtime.data">DenseBlockFP32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockFP64.html" title="class in org.apache.sysds.runtime.data">DenseBlockFP64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockInt32.html" title="class in org.apache.sysds.runtime.data">DenseBlockInt32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockInt64.html" title="class in org.apache.sysds.runtime.data">DenseBlockInt64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLBool.html" title="class in org.apache.sysds.runtime.data">DenseBlockLBool</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLDRB.html" title="class in org.apache.sysds.runtime.data">DenseBlockLDRB</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLFP32.html" title="class in org.apache.sysds.runtime.data">DenseBlockLFP32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLFP64.html" title="class in org.apache.sysds.runtime.data">DenseBlockLFP64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLInt32.html" title="class in org.apache.sysds.runtime.data">DenseBlockLInt32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLInt64.html" title="class in org.apache.sysds.runtime.data">DenseBlockLInt64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLString.html" title="class in org.apache.sysds.runtime.data">DenseBlockLString</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockString.html" title="class in org.apache.sysds.runtime.data">DenseBlockString</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/DiagIndex.html" title="class in org.apache.sysds.runtime.functionobjects">DiagIndex</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/Dictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary">Dictionary</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/DictionaryFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary">DictionaryFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/DictionaryFactory.Type.html" title="enum in org.apache.sysds.runtime.compress.colgroup.dictionary">DictionaryFactory.Type</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Divide.html" title="class in org.apache.sysds.runtime.functionobjects">Divide</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlBaseListener.html" title="class in org.apache.sysds.parser.dml">DmlBaseListener</a></li>
+<li><a href="org/apache/sysds/runtime/DMLCompressionException.html" title="class in org.apache.sysds.runtime">DMLCompressionException</a></li>
+<li><a href="org/apache/sysds/utils/DMLCompressionStatistics.html" title="class in org.apache.sysds.utils">DMLCompressionStatistics</a></li>
+<li><a href="org/apache/sysds/conf/DMLConfig.html" title="class in org.apache.sysds.conf">DMLConfig</a></li>
+<li><a href="org/apache/sysds/api/DMLException.html" title="class in org.apache.sysds.api">DMLException</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlLexer.html" title="class in org.apache.sysds.parser.dml">DmlLexer</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlListener.html" title="interface in org.apache.sysds.parser.dml"><span class="interfaceName">DmlListener</span></a></li>
+<li><a href="org/apache/sysds/api/DMLOptions.html" title="class in org.apache.sysds.api">DMLOptions</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.html" title="class in org.apache.sysds.parser.dml">DmlParser</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AccumulatorAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.AccumulatorAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AddSubExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.AddSubExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.AssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AtomicExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.AtomicExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BooleanAndExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.BooleanAndExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BooleanNotExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.BooleanNotExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BooleanOrExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.BooleanOrExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BuiltinFunctionExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.BuiltinFunctionExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.CommandlineParamExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.CommandlineParamExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.CommandlinePositionExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.CommandlinePositionExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstDoubleIdExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ConstDoubleIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstFalseExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ConstFalseExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstIntIdExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ConstIntIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstStringIdExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ConstStringIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstTrueExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ConstTrueExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.DataIdentifierContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.DataIdentifierContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.DataIdExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.DataIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.DataTypeContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.DataTypeContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ExternalFunctionDefExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ExternalFunctionDefExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ForStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ForStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.FunctionCallAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.FunctionCallAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.FunctionCallMultiAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.FunctionCallMultiAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.FunctionStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.FunctionStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IfdefAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.IfdefAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IfStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.IfStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ImportStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ImportStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IndexedExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.IndexedExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.InternalFunctionDefExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.InternalFunctionDefExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IterablePredicateColonExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.IterablePredicateColonExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IterablePredicateContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.IterablePredicateContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IterablePredicateSeqExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.IterablePredicateSeqExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MatrixDataTypeCheckContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.MatrixDataTypeCheckContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MatrixMulExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.MatrixMulExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.Ml_typeContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.Ml_typeContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ModIntDivExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ModIntDivExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MultDivExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.MultDivExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MultiIdExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.MultiIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ParameterizedExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ParameterizedExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ParForStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ParForStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.PathStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.PathStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.PowerExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.PowerExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ProgramrootContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ProgramrootContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.RelationalExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.RelationalExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.SimpleDataIdentifierExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.SimpleDataIdentifierExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.StatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.StatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.StrictParameterizedExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.StrictParameterizedExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.StrictParameterizedKeyValueStringContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.StrictParameterizedKeyValueStringContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.TypedArgAssignContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.TypedArgAssignContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.TypedArgNoAssignContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.TypedArgNoAssignContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.UnaryExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.UnaryExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ValueTypeContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ValueTypeContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.WhileStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.WhileStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DMLParserWrapper.html" title="class in org.apache.sysds.parser.dml">DMLParserWrapper</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlPreprocessor.html" title="class in org.apache.sysds.parser.dml">DmlPreprocessor</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/DMLPrivacyException.html" title="class in org.apache.sysds.runtime.privacy">DMLPrivacyException</a></li>
+<li><a href="org/apache/sysds/parser/DMLProgram.html" title="class in org.apache.sysds.parser">DMLProgram</a></li>
+<li><a href="org/apache/sysds/runtime/DMLRuntimeException.html" title="class in org.apache.sysds.runtime">DMLRuntimeException</a></li>
+<li><a href="org/apache/sysds/api/DMLScript.html" title="class in org.apache.sysds.api">DMLScript</a></li>
+<li><a href="org/apache/sysds/runtime/DMLScriptException.html" title="class in org.apache.sysds.runtime">DMLScriptException</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlSyntacticValidator.html" title="class in org.apache.sysds.parser.dml">DmlSyntacticValidator</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlSyntacticValidator.ConvertedDMLSyntax.html" title="class in org.apache.sysds.parser.dml">DmlSyntacticValidator.ConvertedDMLSyntax</a></li>
+<li><a href="org/apache/sysds/parser/DMLTranslator.html" title="class in org.apache.sysds.parser">DMLTranslator</a></li>
+<li><a href="org/apache/sysds/runtime/util/DMVUtils.html" title="class in org.apache.sysds.runtime.util">DMVUtils</a></li>
+<li><a href="org/apache/sysds/runtime/util/DMVUtils.LEVEL_ENUM.html" title="enum in org.apache.sysds.runtime.util">DMVUtils.LEVEL_ENUM</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DnnCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">DnnCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/DnnGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">DnnGPUInstruction</a></li>
+<li><a href="org/apache/sysds/hops/DnnOp.html" title="class in org.apache.sysds.hops">DnnOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/DnnParameters.html" title="class in org.apache.sysds.runtime.matrix.data">DnnParameters</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/DnnSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">DnnSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/DnnTransform.html" title="class in org.apache.sysds.lops">DnnTransform</a></li>
+<li><a href="org/apache/sysds/runtime/util/DnnUtils.html" title="class in org.apache.sysds.runtime.util">DnnUtils</a></li>
+<li><a href="org/apache/sysds/parser/DoubleIdentifier.html" title="class in org.apache.sysds.parser">DoubleIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DoubleIntListHashMap.html" title="class in org.apache.sysds.runtime.compress.utils">DoubleIntListHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DoubleObject.html" title="class in org.apache.sysds.runtime.instructions.cp">DoubleObject</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/DoublePrecisionCudaSupportFunctions.html" title="class in org.apache.sysds.runtime.matrix.data">DoublePrecisionCudaSupportFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DRLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRRLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DRRLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRRSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DRRSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DRSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/util/EMAUtils.html" title="class in org.apache.sysds.runtime.util">EMAUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/Encoder.html" title="interface in org.apache.sysds.runtime.transform.encode"><span class="interfaceName">Encoder</span></a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderFactory.html" title="class in org.apache.sysds.runtime.transform.encode">EncoderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderMVImpute.html" title="class in org.apache.sysds.runtime.transform.encode">EncoderMVImpute</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderMVImpute.MVMethod.html" title="enum in org.apache.sysds.runtime.transform.encode">EncoderMVImpute.MVMethod</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderOmit.html" title="class in org.apache.sysds.runtime.transform.encode">EncoderOmit</a></li>
+<li><a href="org/apache/sysds/utils/EnvironmentHelper.html" title="class in org.apache.sysds.utils">EnvironmentHelper</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Equals.html" title="class in org.apache.sysds.runtime.functionobjects">Equals</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/EstimationFactors.html" title="class in org.apache.sysds.runtime.compress.estim">EstimationFactors</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimationUtils.html" title="class in org.apache.sysds.hops.estim">EstimationUtils</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBasicAvg.html" title="class in org.apache.sysds.hops.estim">EstimatorBasicAvg</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBasicWorst.html" title="class in org.apache.sysds.hops.estim">EstimatorBasicWorst</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.html" title="class in org.apache.sysds.hops.estim">EstimatorBitsetMM</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.BitsetMatrix.html" title="class in org.apache.sysds.hops.estim">EstimatorBitsetMM.BitsetMatrix</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.BitsetMatrix1.html" title="class in org.apache.sysds.hops.estim">EstimatorBitsetMM.BitsetMatrix1</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.BitsetMatrix2.html" title="class in org.apache.sysds.hops.estim">EstimatorBitsetMM.BitsetMatrix2</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorDensityMap.html" title="class in org.apache.sysds.hops.estim">EstimatorDensityMap</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorDensityMap.DensityMap.html" title="class in org.apache.sysds.hops.estim">EstimatorDensityMap.DensityMap</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorLayeredGraph.html" title="class in org.apache.sysds.hops.estim">EstimatorLayeredGraph</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorLayeredGraph.LayeredGraph.html" title="class in org.apache.sysds.hops.estim">EstimatorLayeredGraph.LayeredGraph</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorMatrixHistogram.html" title="class in org.apache.sysds.hops.estim">EstimatorMatrixHistogram</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorMatrixHistogram.MatrixHistogram.html" title="class in org.apache.sysds.hops.estim">EstimatorMatrixHistogram.MatrixHistogram</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorSample.html" title="class in org.apache.sysds.hops.estim">EstimatorSample</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorSampleRa.html" title="class in org.apache.sysds.hops.estim">EstimatorSampleRa</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/EvalNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">EvalNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/ExecutionConfig.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">ExecutionConfig</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/ExecutionContext.html" title="class in org.apache.sysds.runtime.controlprogram.context">ExecutionContext</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/ExecutionContextFactory.html" title="class in org.apache.sysds.runtime.controlprogram.context">ExecutionContextFactory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/ExecutionContextMap.html" title="class in org.apache.sysds.runtime.controlprogram.federated">ExecutionContextMap</a></li>
+<li><a href="org/apache/sysds/utils/Explain.html" title="class in org.apache.sysds.utils">Explain</a></li>
+<li><a href="org/apache/sysds/utils/Explain.ExplainCounts.html" title="class in org.apache.sysds.utils">Explain.ExplainCounts</a></li>
+<li><a href="org/apache/sysds/utils/Explain.ExplainType.html" title="enum in org.apache.sysds.utils">Explain.ExplainType</a></li>
+<li><a href="org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser">Expression</a></li>
+<li><a href="org/apache/sysds/parser/Expression.BinaryOp.html" title="enum in org.apache.sysds.parser">Expression.BinaryOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.BooleanOp.html" title="enum in org.apache.sysds.parser">Expression.BooleanOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.DataOp.html" title="enum in org.apache.sysds.parser">Expression.DataOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.FunctCallOp.html" title="enum in org.apache.sysds.parser">Expression.FunctCallOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.RelationalOp.html" title="enum in org.apache.sysds.parser">Expression.RelationalOp</a></li>
+<li><a href="org/apache/sysds/parser/dml/ExpressionInfo.html" title="class in org.apache.sysds.parser.dml">ExpressionInfo</a></li>
+<li><a href="org/apache/sysds/parser/ExpressionList.html" title="class in org.apache.sysds.parser">ExpressionList</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractBlockForBinaryReblock.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ExtractBlockForBinaryReblock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroup.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ExtractGroup</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroup.ExtractGroupBroadcast.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ExtractGroup.ExtractGroupBroadcast</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroup.ExtractGroupJoin.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ExtractGroup.ExtractGroupJoin</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroupNWeights.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ExtractGroupNWeights</a></li>
+<li><a href="org/apache/sysds/runtime/util/FastBufferedDataInputStream.html" title="class in org.apache.sysds.runtime.util">FastBufferedDataInputStream</a></li>
+<li><a href="org/apache/sysds/runtime/util/FastBufferedDataOutputStream.html" title="class in org.apache.sysds.runtime.util">FastBufferedDataOutputStream</a></li>
+<li><a href="org/apache/sysds/runtime/util/FastStringTokenizer.html" title="class in org.apache.sysds.runtime.util">FastStringTokenizer</a></li>
+<li><a href="org/apache/sysds/lops/Federated.html" title="class in org.apache.sysds.lops">Federated</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedData.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedData</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/FederatedDataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">FederatedDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedLocalData.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedLocalData</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/FederatedPSControlThread.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">FederatedPSControlThread</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedRange.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedRange</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedRequest.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedRequest</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedRequest.RequestType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated">FederatedRequest.RequestType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedResponse.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedResponse</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedResponse.ResponseType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated">FederatedResponse.ResponseType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedUDF.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedUDF</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedWorker.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedWorkerHandler.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedWorkerHandler</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedWorkerHandlerException.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedWorkerHandlerException</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederationMap</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.FPartitioning.html" title="enum in org.apache.sysds.runtime.controlprogram.federated">FederationMap.FPartitioning</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.FReplication.html" title="enum in org.apache.sysds.runtime.controlprogram.federated">FederationMap.FReplication</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.FType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated">FederationMap.FType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationUtils.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederationUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">FEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstruction.FederatedOutput.html" title="enum in org.apache.sysds.runtime.instructions.fed">FEDInstruction.FederatedOutput</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstruction.FEDType.html" title="enum in org.apache.sysds.runtime.instructions.fed">FEDInstruction.FEDType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/FEDInstructionParser.html" title="class in org.apache.sysds.runtime.instructions">FEDInstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstructionUtils.html" title="class in org.apache.sysds.runtime.instructions.fed">FEDInstructionUtils</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatProperties.html" title="class in org.apache.sysds.runtime.io">FileFormatProperties</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesCSV.html" title="class in org.apache.sysds.runtime.io">FileFormatPropertiesCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesHDF5.html" title="class in org.apache.sysds.runtime.io">FileFormatPropertiesHDF5</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesLIBSVM.html" title="class in org.apache.sysds.runtime.io">FileFormatPropertiesLIBSVM</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.html" title="class in org.apache.sysds.runtime.io">FileFormatPropertiesMM</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.MMField.html" title="enum in org.apache.sysds.runtime.io">FileFormatPropertiesMM.MMField</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.MMFormat.html" title="enum in org.apache.sysds.runtime.io">FileFormatPropertiesMM.MMFormat</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.MMSymmetry.html" title="enum in org.apache.sysds.runtime.io">FileFormatPropertiesMM.MMSymmetry</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/FileFunction.html" title="class in org.apache.sysds.runtime.functionobjects">FileFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/FilterDiagMatrixBlocksFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">FilterDiagMatrixBlocksFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/FilterNonEmptyBlocksFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">FilterNonEmptyBlocksFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/FilterNonEmptyBlocksFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">FilterNonEmptyBlocksFunction2</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/finegrained/FineGrainedPrivacy.html" title="interface in org.apache.sysds.runtime.privacy.finegrained"><span class="interfaceName">FineGrainedPrivacy</span></a></li>
+<li><a href="org/apache/sysds/runtime/privacy/finegrained/FineGrainedPrivacyList.html" title="class in org.apache.sysds.runtime.privacy.finegrained">FineGrainedPrivacyList</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/finegrained/FineGrainedPrivacyMap.html" title="class in org.apache.sysds.runtime.privacy.finegrained">FineGrainedPrivacyMap</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ForProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">ForProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/ForStatement.html" title="class in org.apache.sysds.parser">ForStatement</a></li>
+<li><a href="org/apache/sysds/parser/ForStatementBlock.html" title="class in org.apache.sysds.parser">ForStatementBlock</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Frame.html" title="class in org.apache.sysds.api.mlcontext">Frame</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/FrameAppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">FrameAppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/FrameAppendMSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">FrameAppendMSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/FrameAppendRSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">FrameAppendRSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/FrameBlock.html" title="class in org.apache.sysds.runtime.matrix.data">FrameBlock</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/FrameBlock.ColumnMetadata.html" title="class in org.apache.sysds.runtime.matrix.data">FrameBlock.ColumnMetadata</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/FrameBlock.FrameMapFunction.html" title="class in org.apache.sysds.runtime.matrix.data">FrameBlock.FrameMapFunction</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/FrameFormat.html" title="enum in org.apache.sysds.api.mlcontext">FrameFormat</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/FrameIndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">FrameIndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/FrameIndexingSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">FrameIndexingSPInstruction</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/FrameMetadata.html" title="class in org.apache.sysds.api.mlcontext">FrameMetadata</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/FrameObject.html" title="class in org.apache.sysds.runtime.controlprogram.caching">FrameObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDAggregateUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">FrameRDDAggregateUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">FrameRDDConverterUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongFrameToLongWritableFrameFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">FrameRDDConverterUtils.LongFrameToLongWritableFrameFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongWritableFrameToLongFrameFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">FrameRDDConverterUtils.LongWritableFrameToLongFrameFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongWritableTextToLongTextFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">FrameRDDConverterUtils.LongWritableTextToLongTextFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongWritableToSerFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">FrameRDDConverterUtils.LongWritableToSerFunction</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReader.html" title="class in org.apache.sysds.runtime.io">FrameReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderBinaryBlock.html" title="class in org.apache.sysds.runtime.io">FrameReaderBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io">FrameReaderBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderFactory.html" title="class in org.apache.sysds.runtime.io">FrameReaderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderJSONL.html" title="class in org.apache.sysds.runtime.io">FrameReaderJSONL</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderJSONLParallel.html" title="class in org.apache.sysds.runtime.io">FrameReaderJSONLParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderProto.html" title="class in org.apache.sysds.runtime.io">FrameReaderProto</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCell.html" title="class in org.apache.sysds.runtime.io">FrameReaderTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCellParallel.html" title="class in org.apache.sysds.runtime.io">FrameReaderTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCSV.html" title="class in org.apache.sysds.runtime.io">FrameReaderTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCSVParallel.html" title="class in org.apache.sysds.runtime.io">FrameReaderTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/FrameReblockBuffer.html" title="class in org.apache.sysds.runtime.instructions.spark.data">FrameReblockBuffer</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/FrameSchema.html" title="class in org.apache.sysds.api.mlcontext">FrameSchema</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriter.html" title="class in org.apache.sysds.runtime.io">FrameWriter</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterBinaryBlock.html" title="class in org.apache.sysds.runtime.io">FrameWriterBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io">FrameWriterBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterFactory.html" title="class in org.apache.sysds.runtime.io">FrameWriterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterJSONL.html" title="class in org.apache.sysds.runtime.io">FrameWriterJSONL</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterJSONLParallel.html" title="class in org.apache.sysds.runtime.io">FrameWriterJSONLParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterProto.html" title="class in org.apache.sysds.runtime.io">FrameWriterProto</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCell.html" title="class in org.apache.sysds.runtime.io">FrameWriterTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCellParallel.html" title="class in org.apache.sysds.runtime.io">FrameWriterTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCSV.html" title="class in org.apache.sysds.runtime.io">FrameWriterTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCSVParallel.html" title="class in org.apache.sysds.runtime.io">FrameWriterTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/lops/FunctionCallCP.html" title="class in org.apache.sysds.lops">FunctionCallCP</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/FunctionCallCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">FunctionCallCPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/ipa/FunctionCallGraph.html" title="class in org.apache.sysds.hops.ipa">FunctionCallGraph</a></li>
+<li><a href="org/apache/sysds/parser/FunctionCallIdentifier.html" title="class in org.apache.sysds.parser">FunctionCallIdentifier</a></li>
+<li><a href="org/apache/sysds/hops/ipa/FunctionCallSizeInfo.html" title="class in org.apache.sysds.hops.ipa">FunctionCallSizeInfo</a></li>
+<li><a href="org/apache/sysds/parser/FunctionDictionary.html" title="class in org.apache.sysds.parser">FunctionDictionary</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/FunctionObject.html" title="class in org.apache.sysds.runtime.functionobjects">FunctionObject</a></li>
+<li><a href="org/apache/sysds/hops/FunctionOp.html" title="class in org.apache.sysds.hops">FunctionOp</a></li>
+<li><a href="org/apache/sysds/hops/FunctionOp.FunctionType.html" title="enum in org.apache.sysds.hops">FunctionOp.FunctionType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/FunctionProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">FunctionProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/FunctionStatement.html" title="class in org.apache.sysds.parser">FunctionStatement</a></li>
+<li><a href="org/apache/sysds/parser/FunctionStatementBlock.html" title="class in org.apache.sysds.parser">FunctionStatementBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/GetMIMBFromRow.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">GetMIMBFromRow</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUContext.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPUContext</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUContextPool.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPUContextPool</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/GPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">GPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html" title="enum in org.apache.sysds.runtime.instructions.gpu">GPUInstruction.GPUINSTRUCTION_TYPE</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/GPUInstructionParser.html" title="class in org.apache.sysds.runtime.instructions">GPUInstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPULazyCudaFreeMemoryManager.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPULazyCudaFreeMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMatrixMemoryManager.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPUMatrixMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryAllocator.html" title="interface in org.apache.sysds.runtime.instructions.gpu.context"><span class="interfaceName">GPUMemoryAllocator</span></a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryEviction.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPUMemoryEviction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryManager.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPUMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryManager.EvictionPolicyBasedComparator.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPUMemoryManager.EvictionPolicyBasedComparator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUObject.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPUObject</a></li>
+<li><a href="org/apache/sysds/utils/GPUStatistics.html" title="class in org.apache.sysds.utils">GPUStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/GreaterThan.html" title="class in org.apache.sysds.runtime.functionobjects">GreaterThan</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/GreaterThanEquals.html" title="class in org.apache.sysds.runtime.functionobjects">GreaterThanEquals</a></li>
+<li><a href="org/apache/sysds/lops/GroupedAggregate.html" title="class in org.apache.sysds.lops">GroupedAggregate</a></li>
+<li><a href="org/apache/sysds/lops/GroupedAggregateM.html" title="class in org.apache.sysds.lops">GroupedAggregateM</a></li>
+<li><a href="org/apache/sysds/lops/GroupedAggregateM.CacheType.html" title="enum in org.apache.sysds.lops">GroupedAggregateM.CacheType</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5.html" title="class in org.apache.sysds.runtime.io.hdf5">H5</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5BTree.html" title="class in org.apache.sysds.runtime.io.hdf5">H5BTree</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5BufferBuilder.html" title="class in org.apache.sysds.runtime.io.hdf5">H5BufferBuilder</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5Constants.html" title="class in org.apache.sysds.runtime.io.hdf5">H5Constants</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5ContiguousDataset.html" title="class in org.apache.sysds.runtime.io.hdf5">H5ContiguousDataset</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5DataLayoutMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5DataLayoutMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5DataSpaceMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5DataSpaceMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5DataTypeMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5DataTypeMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5DoubleDataType.html" title="class in org.apache.sysds.runtime.io.hdf5">H5DoubleDataType</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5FillValueMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5FillValueMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5GroupSymbolTableNode.html" title="class in org.apache.sysds.runtime.io.hdf5">H5GroupSymbolTableNode</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5LocalHeap.html" title="class in org.apache.sysds.runtime.io.hdf5">H5LocalHeap</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5Message.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5Message</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5NilMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5NilMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5ObjectHeader.html" title="class in org.apache.sysds.runtime.io.hdf5">H5ObjectHeader</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5ObjectModificationTimeMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5ObjectModificationTimeMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5RootObject.html" title="class in org.apache.sysds.runtime.io.hdf5">H5RootObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5RuntimeException.html" title="class in org.apache.sysds.runtime.io.hdf5">H5RuntimeException</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5Superblock.html" title="class in org.apache.sysds.runtime.io.hdf5">H5Superblock</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5SymbolTableEntry.html" title="class in org.apache.sysds.runtime.io.hdf5">H5SymbolTableEntry</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5SymbolTableMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5SymbolTableMessage</a></li>
+<li><a href="org/apache/sysds/utils/Hash.html" title="class in org.apache.sysds.utils">Hash</a></li>
+<li><a href="org/apache/sysds/utils/Hash.HashType.html" title="enum in org.apache.sysds.utils">Hash.HashType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/HassAndStokes.html" title="class in org.apache.sysds.runtime.compress.estim.sample">HassAndStokes</a></li>
+<li><a href="org/apache/sysds/runtime/util/HDFSTool.html" title="class in org.apache.sysds.runtime.util">HDFSTool</a></li>
+<li><a href="org/apache/sysds/hops/Hop.html" title="class in org.apache.sysds.hops">Hop</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/HopDagValidator.html" title="class in org.apache.sysds.hops.rewrite">HopDagValidator</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/HopRewriteRule.html" title="class in org.apache.sysds.hops.rewrite">HopRewriteRule</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/HopRewriteUtils.html" title="class in org.apache.sysds.hops.rewrite">HopRewriteUtils</a></li>
+<li><a href="org/apache/sysds/hops/HopsException.html" title="class in org.apache.sysds.hops">HopsException</a></li>
+<li><a href="org/apache/sysds/parser/Identifier.html" title="class in org.apache.sysds.parser">Identifier</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/IDHandler.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util">IDHandler</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/IDSequence.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util">IDSequence</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/IfElse.html" title="class in org.apache.sysds.runtime.functionobjects">IfElse</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/IfProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">IfProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/IfStatement.html" title="class in org.apache.sysds.parser">IfStatement</a></li>
+<li><a href="org/apache/sysds/parser/IfStatementBlock.html" title="class in org.apache.sysds.parser">IfStatementBlock</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/IJV.html" title="class in org.apache.sysds.runtime.matrix.data">IJV</a></li>
+<li><a href="org/apache/sysds/parser/ImportStatement.html" title="class in org.apache.sysds.parser">ImportStatement</a></li>
+<li><a href="org/apache/sysds/parser/IndexedIdentifier.html" title="class in org.apache.sysds.parser">IndexedIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/IndexedMatrixValue.html" title="class in org.apache.sysds.runtime.instructions.spark.data">IndexedMatrixValue</a></li>
+<li><a href="org/apache/sysds/runtime/data/IndexedTensorBlock.html" title="class in org.apache.sysds.runtime.data">IndexedTensorBlock</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/IndexFunction.html" title="class in org.apache.sysds.runtime.functionobjects">IndexFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/IndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">IndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/IndexingFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">IndexingFEDInstruction</a></li>
+<li><a href="org/apache/sysds/hops/IndexingOp.html" title="class in org.apache.sysds.hops">IndexingOp</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/IndexingSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">IndexingSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/util/IndexRange.html" title="class in org.apache.sysds.runtime.util">IndexRange</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/InfrastructureAnalyzer.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.stat">InfrastructureAnalyzer</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/InitFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">InitFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/io/InputOutputInfo.html" title="class in org.apache.sysds.runtime.io">InputOutputInfo</a></li>
+<li><a href="org/apache/sysds/runtime/util/InputStreamInputFormat.html" title="class in org.apache.sysds.runtime.util">InputStreamInputFormat</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/InsertionSorterFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort">InsertionSorterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/InsertionSorterFactory.SORT_TYPE.html" title="enum in org.apache.sysds.runtime.compress.colgroup.insertionsort">InsertionSorterFactory.SORT_TYPE</a></li>
+<li><a href="org/apache/sysds/utils/InstallDependencyForIntegrationTests.html" title="class in org.apache.sysds.utils">InstallDependencyForIntegrationTests</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/Instruction.html" title="class in org.apache.sysds.runtime.instructions">Instruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/Instruction.IType.html" title="enum in org.apache.sysds.runtime.instructions">Instruction.IType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/InstructionParser.html" title="class in org.apache.sysds.runtime.instructions">InstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/InstructionUtils.html" title="class in org.apache.sysds.runtime.instructions">InstructionUtils</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/IntArrayList.html" title="class in org.apache.sysds.runtime.compress.utils">IntArrayList</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/IntegerDivide.html" title="class in org.apache.sysds.runtime.functionobjects">IntegerDivide</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/InterestingPoint.html" title="class in org.apache.sysds.hops.codegen.opt">InterestingPoint</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/InterestingPoint.DecisionType.html" title="enum in org.apache.sysds.hops.codegen.opt">InterestingPoint.DecisionType</a></li>
+<li><a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html" title="class in org.apache.sysds.hops.ipa">InterProceduralAnalysis</a></li>
+<li><a href="org/apache/sysds/parser/IntIdentifier.html" title="class in org.apache.sysds.parser">IntIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/IntIntMap.html" title="class in org.apache.sysds.runtime.compress.utils">IntIntMap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/IntObject.html" title="class in org.apache.sysds.runtime.instructions.cp">IntObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/IOUtilFunctions.html" title="class in org.apache.sysds.runtime.io">IOUtilFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/io/IOUtilFunctions.CountRowsTask.html" title="class in org.apache.sysds.runtime.io">IOUtilFunctions.CountRowsTask</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPass.html" title="class in org.apache.sysds.hops.ipa">IPAPass</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassApplyStaticAndDynamicHopRewrites.html" title="class in org.apache.sysds.hops.ipa">IPAPassApplyStaticAndDynamicHopRewrites</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassCompressionWorkloadAnalysis.html" title="class in org.apache.sysds.hops.ipa">IPAPassCompressionWorkloadAnalysis</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassEliminateDeadCode.html" title="class in org.apache.sysds.hops.ipa">IPAPassEliminateDeadCode</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassFlagFunctionsRecompileOnce.html" title="class in org.apache.sysds.hops.ipa">IPAPassFlagFunctionsRecompileOnce</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassFlagNonDeterminism.html" title="class in org.apache.sysds.hops.ipa">IPAPassFlagNonDeterminism</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassForwardFunctionCalls.html" title="class in org.apache.sysds.hops.ipa">IPAPassForwardFunctionCalls</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassInlineFunctions.html" title="class in org.apache.sysds.hops.ipa">IPAPassInlineFunctions</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassPropagateReplaceLiterals.html" title="class in org.apache.sysds.hops.ipa">IPAPassPropagateReplaceLiterals</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassRemoveConstantBinaryOps.html" title="class in org.apache.sysds.hops.ipa">IPAPassRemoveConstantBinaryOps</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassRemoveUnnecessaryCheckpoints.html" title="class in org.apache.sysds.hops.ipa">IPAPassRemoveUnnecessaryCheckpoints</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassRemoveUnusedFunctions.html" title="class in org.apache.sysds.hops.ipa">IPAPassRemoveUnusedFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/IsBlockInList.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">IsBlockInList</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/IsBlockInRange.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">IsBlockInRange</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/IsFrameBlockInRange.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">IsFrameBlockInRange</a></li>
+<li><a href="org/apache/sysds/parser/IterablePredicate.html" title="class in org.apache.sysds.parser">IterablePredicate</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/JCudaKernels.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">JCudaKernels</a></li>
+<li><a href="org/apache/sysds/api/jmlc/JMLCUtils.html" title="class in org.apache.sysds.api.jmlc">JMLCUtils</a></li>
+<li><a href="org/apache/sysds/utils/JSONHelper.html" title="class in org.apache.sysds.utils">JSONHelper</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/KahanFunction.html" title="class in org.apache.sysds.runtime.functionobjects">KahanFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/KahanObject.html" title="class in org.apache.sysds.runtime.instructions.cp">KahanObject</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/KahanPlus.html" title="class in org.apache.sysds.runtime.functionobjects">KahanPlus</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/KahanPlusSq.html" title="class in org.apache.sysds.runtime.functionobjects">KahanPlusSq</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/KeepDataOnWorkerFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">KeepDataOnWorkerFederatedScheme</a></li>
+<li><a href="org/apache/sysds/parser/LanguageException.html" title="class in org.apache.sysds.parser">LanguageException</a></li>
+<li><a href="org/apache/sysds/parser/LanguageException.LanguageErrorCodes.html" title="class in org.apache.sysds.parser">LanguageException.LanguageErrorCodes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/LazyIterableIterator.html" title="class in org.apache.sysds.runtime.instructions.spark.data">LazyIterableIterator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/LazyWriteBuffer.html" title="class in org.apache.sysds.runtime.controlprogram.caching">LazyWriteBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/LazyWriteBuffer.RPolicy.html" title="enum in org.apache.sysds.runtime.controlprogram.caching">LazyWriteBuffer.RPolicy</a></li>
+<li><a href="org/apache/sysds/lops/LeftIndex.html" title="class in org.apache.sysds.lops">LeftIndex</a></li>
+<li><a href="org/apache/sysds/lops/LeftIndex.LixCacheType.html" title="enum in org.apache.sysds.lops">LeftIndex.LixCacheType</a></li>
+<li><a href="org/apache/sysds/hops/LeftIndexingOp.html" title="class in org.apache.sysds.hops">LeftIndexingOp</a></li>
+<li><a href="org/apache/sysds/hops/LeftIndexingOp.LeftIndexingMethod.html" title="enum in org.apache.sysds.hops">LeftIndexingOp.LeftIndexingMethod</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/LeftScalarOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">LeftScalarOperator</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/LegacyEncoder.html" title="class in org.apache.sysds.runtime.transform.encode">LegacyEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/LessThan.html" title="class in org.apache.sysds.runtime.functionobjects">LessThan</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/LessThanEquals.html" title="class in org.apache.sysds.runtime.functionobjects">LessThanEquals</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibCommonsMath.html" title="class in org.apache.sysds.runtime.matrix.data">LibCommonsMath</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixAgg.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixAgg</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixBincell.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixBincell</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixBincell.BinaryAccessType.html" title="enum in org.apache.sysds.runtime.matrix.data">LibMatrixBincell.BinaryAccessType</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCountDistinct.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCountDistinct</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCUDA.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCUDA</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNN.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCuDNN</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNConvolutionAlgorithm.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCuDNNConvolutionAlgorithm</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNInputRowFetcher.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCuDNNInputRowFetcher</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNPoolingDescriptors.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCuDNNPoolingDescriptors</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNRnnAlgorithm.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCuDNNRnnAlgorithm</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuMatMult.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCuMatMult</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDatagen.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDatagen</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNN.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNN</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNN.PoolingType.html" title="enum in org.apache.sysds.runtime.matrix.data">LibMatrixDNN.PoolingType</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNConv2d.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNConv2d</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNHelper.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNHelper</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNIm2Col.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNIm2Col</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNPooling.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNPooling</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRelu.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNRelu</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRelu.ReluBackward.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNRelu.ReluBackward</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRotate180.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNRotate180</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRotate180.Rotate180Worker.html" title="interface in org.apache.sysds.runtime.matrix.data"><span class="interfaceName">LibMatrixDNNRotate180.Rotate180Worker</span></a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixMult.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixMult</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixNative.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixNative</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixOuterAgg.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixOuterAgg</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixReorg.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixReorg</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixTercell.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixTercell</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/LibSpoofPrimitives.html" title="class in org.apache.sysds.runtime.codegen">LibSpoofPrimitives</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/LIBSVMReblockSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">LIBSVMReblockSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/data/LibTensorAgg.html" title="class in org.apache.sysds.runtime.data">LibTensorAgg</a></li>
+<li><a href="org/apache/sysds/runtime/data/LibTensorBincell.html" title="class in org.apache.sysds.runtime.data">LibTensorBincell</a></li>
+<li><a href="org/apache/sysds/runtime/data/LibTensorReorg.html" title="class in org.apache.sysds.runtime.data">LibTensorReorg</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/Lineage.html" title="class in org.apache.sysds.runtime.lineage">Lineage</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCache.html" title="class in org.apache.sysds.runtime.lineage">LineageCache</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheConfig.html" title="class in org.apache.sysds.runtime.lineage">LineageCacheConfig</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheConfig.LineageCachePolicy.html" title="enum in org.apache.sysds.runtime.lineage">LineageCacheConfig.LineageCachePolicy</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheConfig.ReuseCacheType.html" title="enum in org.apache.sysds.runtime.lineage">LineageCacheConfig.ReuseCacheType</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheEntry.html" title="class in org.apache.sysds.runtime.lineage">LineageCacheEntry</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheEviction.html" title="class in org.apache.sysds.runtime.lineage">LineageCacheEviction</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheStatistics.html" title="class in org.apache.sysds.runtime.lineage">LineageCacheStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCodegenItem.html" title="class in org.apache.sysds.runtime.lineage">LineageCodegenItem</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageDebugger.html" title="class in org.apache.sysds.runtime.lineage">LineageDebugger</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageDedupBlock.html" title="class in org.apache.sysds.runtime.lineage">LineageDedupBlock</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageDedupUtils.html" title="class in org.apache.sysds.runtime.lineage">LineageDedupUtils</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageEstimator.html" title="class in org.apache.sysds.runtime.lineage">LineageEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageEstimatorStatistics.html" title="class in org.apache.sysds.runtime.lineage">LineageEstimatorStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageGPUCacheEviction.html" title="class in org.apache.sysds.runtime.lineage">LineageGPUCacheEviction</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageItem.html" title="class in org.apache.sysds.runtime.lineage">LineageItem</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageItem.LineageItemType.html" title="enum in org.apache.sysds.runtime.lineage">LineageItem.LineageItemType</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageItemUtils.html" title="class in org.apache.sysds.runtime.lineage">LineageItemUtils</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageMap.html" title="class in org.apache.sysds.runtime.lineage">LineageMap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/LineageObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data">LineageObject</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageParser.html" title="class in org.apache.sysds.runtime.lineage">LineageParser</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageRecomputeUtils.html" title="class in org.apache.sysds.runtime.lineage">LineageRecomputeUtils</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageRewriteReuse.html" title="class in org.apache.sysds.runtime.lineage">LineageRewriteReuse</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageTokenizer.html" title="class in org.apache.sysds.runtime.lineage">LineageTokenizer</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageTraceable.html" title="interface in org.apache.sysds.runtime.lineage"><span class="interfaceName">LineageTraceable</span></a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/LinearAlgebraUtils.html" title="class in org.apache.sysds.runtime.compress.utils">LinearAlgebraUtils</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/ListAppendPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation">ListAppendPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ListAppendRemoveCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ListAppendRemoveCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ListIndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ListIndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ListObject.html" title="class in org.apache.sysds.runtime.instructions.cp">ListObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/ListReader.html" title="class in org.apache.sysds.runtime.io">ListReader</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/ListRemovePropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation">ListRemovePropagator</a></li>
+<li><a href="org/apache/sysds/runtime/io/ListWriter.html" title="class in org.apache.sysds.runtime.io">ListWriter</a></li>
+<li><a href="org/apache/sysds/hops/LiteralOp.html" title="class in org.apache.sysds.hops">LiteralOp</a></li>
+<li><a href="org/apache/sysds/hops/recompile/LiteralReplacement.html" title="class in org.apache.sysds.hops.recompile">LiteralReplacement</a></li>
+<li><a href="org/apache/sysds/parser/LiveVariableAnalysis.html" title="class in org.apache.sysds.parser">LiveVariableAnalysis</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/LocalDataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">LocalDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/util/LocalFileUtils.html" title="class in org.apache.sysds.runtime.util">LocalFileUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/LocalParamServer.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">LocalParamServer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/LocalParWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">LocalParWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/LocalPSWorker.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">LocalPSWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/LocalTaskQueue.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">LocalTaskQueue</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/LocalVariableMap.html" title="class in org.apache.sysds.runtime.controlprogram">LocalVariableMap</a></li>
+<li><a href="org/apache/sysds/runtime/util/LongLongDoubleHashMap.html" title="class in org.apache.sysds.runtime.util">LongLongDoubleHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/util/LongLongDoubleHashMap.ADoubleEntry.html" title="class in org.apache.sysds.runtime.util">LongLongDoubleHashMap.ADoubleEntry</a></li>
+<li><a href="org/apache/sysds/runtime/util/LongLongDoubleHashMap.EntryType.html" title="enum in org.apache.sysds.runtime.util">LongLongDoubleHashMap.EntryType</a></li>
+<li><a href="org/apache/sysds/lops/Lop.html" title="class in org.apache.sysds.lops">Lop</a></li>
+<li><a href="org/apache/sysds/lops/Lop.SimpleInstType.html" title="enum in org.apache.sysds.lops">Lop.SimpleInstType</a></li>
+<li><a href="org/apache/sysds/lops/Lop.Type.html" title="enum in org.apache.sysds.lops">Lop.Type</a></li>
+<li><a href="org/apache/sysds/lops/Lop.VisitStatus.html" title="enum in org.apache.sysds.lops">Lop.VisitStatus</a></li>
+<li><a href="org/apache/sysds/lops/compile/LopComparator.html" title="class in org.apache.sysds.lops.compile">LopComparator</a></li>
+<li><a href="org/apache/sysds/lops/LopProperties.html" title="class in org.apache.sysds.lops">LopProperties</a></li>
+<li><a href="org/apache/sysds/lops/LopsException.html" title="class in org.apache.sysds.lops">LopsException</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MapInputSignature.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">MapInputSignature</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MapJoinSignature.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">MapJoinSignature</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MapmmChainSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">MapmmChainSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MapmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">MapmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/MapMult.html" title="class in org.apache.sysds.lops">MapMult</a></li>
+<li><a href="org/apache/sysds/lops/MapMult.CacheType.html" title="enum in org.apache.sysds.lops">MapMult.CacheType</a></li>
+<li><a href="org/apache/sysds/lops/MapMultChain.html" title="class in org.apache.sysds.lops">MapMultChain</a></li>
+<li><a href="org/apache/sysds/lops/MapMultChain.ChainType.html" title="enum in org.apache.sysds.lops">MapMultChain.ChainType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToBit.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping">MapToBit</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToByte.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping">MapToByte</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToChar.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping">MapToChar</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping">MapToFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToFactory.MAP_TYPE.html" title="enum in org.apache.sysds.runtime.compress.colgroup.mapping">MapToFactory.MAP_TYPE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToInt.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping">MapToInt</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/MarkForLineageReuse.html" title="class in org.apache.sysds.hops.rewrite">MarkForLineageReuse</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/MaterializeSort.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort">MaterializeSort</a></li>
+<li><a href="org/apache/sysds/lops/MatMultCP.html" title="class in org.apache.sysds.lops">MatMultCP</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Matrix.html" title="class in org.apache.sysds.api.mlcontext">Matrix</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MatrixAppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">MatrixAppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixAppendGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixAppendGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixAppendMSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">MatrixAppendMSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixAppendRSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">MatrixAppendRSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlock.html" title="class in org.apache.sysds.runtime.matrix.data">MatrixBlock</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlock.SparsityEstimate.html" title="class in org.apache.sysds.runtime.matrix.data">MatrixBlock.SparsityEstimate</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlockDataInput.html" title="interface in org.apache.sysds.runtime.matrix.data"><span class="interfaceName">MatrixBlockDataInput</span></a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlockDataOutput.html" title="interface in org.apache.sysds.runtime.matrix.data"><span class="interfaceName">MatrixBlockDataOutput</span></a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/MatrixBlockDictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary">MatrixBlockDictionary</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixBuiltinGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixBuiltinGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MatrixBuiltinNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">MatrixBuiltinNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixCell.html" title="class in org.apache.sysds.runtime.matrix.data">MatrixCell</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MatrixCharacteristics.html" title="class in org.apache.sysds.runtime.meta">MatrixCharacteristics</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MatrixFormat.html" title="enum in org.apache.sysds.api.mlcontext">MatrixFormat</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixIndexes.html" title="class in org.apache.sysds.runtime.matrix.data">MatrixIndexes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cpfile/MatrixIndexingCPFileInstruction.html" title="class in org.apache.sysds.runtime.instructions.cpfile">MatrixIndexingCPFileInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MatrixIndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">MatrixIndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixIndexingGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixIndexingGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixIndexingSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">MatrixIndexingSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixArithmeticGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixMatrixArithmeticGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixAxpyGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixMatrixAxpyGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MatrixMatrixBinaryOpFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">MatrixMatrixBinaryOpFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixBuiltinGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixMatrixBuiltinGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixRelationalBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixMatrixRelationalBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MatrixMetadata.html" title="class in org.apache.sysds.api.mlcontext">MatrixMetadata</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation">MatrixMultiplicationPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagatorNaive.html" title="class in org.apache.sysds.runtime.privacy.propagation">MatrixMultiplicationPropagatorNaive</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagatorPrivateFirst.html" title="class in org.apache.sysds.runtime.privacy.propagation">MatrixMultiplicationPropagatorPrivateFirst</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagatorPrivateFirstOptimized.html" title="class in org.apache.sysds.runtime.privacy.propagation">MatrixMultiplicationPropagatorPrivateFirstOptimized</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/MatrixObject.html" title="class in org.apache.sysds.runtime.controlprogram.caching">MatrixObject</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/MatrixObject.UpdateType.html" title="enum in org.apache.sysds.runtime.controlprogram.caching">MatrixObject.UpdateType</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixReader.html" title="class in org.apache.sysds.runtime.io">MatrixReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixReaderFactory.html" title="class in org.apache.sysds.runtime.io">MatrixReaderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixReshapeGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixReshapeGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixReshapeSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">MatrixReshapeSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MatrixScalarUnaryFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">MatrixScalarUnaryFunction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixValue.html" title="class in org.apache.sysds.runtime.matrix.data">MatrixValue</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixValue.CellIndex.html" title="class in org.apache.sysds.runtime.matrix.data">MatrixValue.CellIndex</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MatrixVectorBinaryOpPartitionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">MatrixVectorBinaryOpPartitionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixWriter.html" title="class in org.apache.sysds.runtime.io">MatrixWriter</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixWriterFactory.html" title="class in org.apache.sysds.runtime.io">MatrixWriterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Mean.html" title="class in org.apache.sysds.runtime.functionobjects">Mean</a></li>
+<li><a href="org/apache/sysds/utils/MemoryEstimates.html" title="class in org.apache.sysds.utils">MemoryEstimates</a></li>
+<li><a href="org/apache/sysds/hops/MemoTable.html" title="class in org.apache.sysds.hops">MemoTable</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/MergeSort.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort">MergeSort</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Metadata.html" title="class in org.apache.sysds.api.mlcontext">Metadata</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MetaData.html" title="class in org.apache.sysds.runtime.meta">MetaData</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MetaDataAll.html" title="class in org.apache.sysds.runtime.meta">MetaDataAll</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MetaDataFormat.html" title="class in org.apache.sysds.runtime.meta">MetaDataFormat</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MetaDataUtils.html" title="class in org.apache.sysds.runtime.meta">MetaDataUtils</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Minus.html" title="class in org.apache.sysds.runtime.functionobjects">Minus</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Minus1Multiply.html" title="class in org.apache.sysds.runtime.functionobjects">Minus1Multiply</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/MinusMultiply.html" title="class in org.apache.sysds.runtime.functionobjects">MinusMultiply</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/MinusNz.html" title="class in org.apache.sysds.runtime.functionobjects">MinusNz</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContext.html" title="class in org.apache.sysds.api.mlcontext">MLContext</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContext.ExecutionType.html" title="enum in org.apache.sysds.api.mlcontext">MLContext.ExecutionType</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContext.ExplainLevel.html" title="enum in org.apache.sysds.api.mlcontext">MLContext.ExplainLevel</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContextConversionUtil.html" title="class in org.apache.sysds.api.mlcontext">MLContextConversionUtil</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContextException.html" title="class in org.apache.sysds.api.mlcontext">MLContextException</a></li>
+<li><a href="org/apache/sysds/utils/MLContextProxy.html" title="class in org.apache.sysds.utils">MLContextProxy</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContextUtil.html" title="class in org.apache.sysds.api.mlcontext">MLContextUtil</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLResults.html" title="class in org.apache.sysds.api.mlcontext">MLResults</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MMChainCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">MMChainCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MMChainFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">MMChainFEDInstruction</a></li>
+<li><a href="org/apache/sysds/lops/MMCJ.html" title="class in org.apache.sysds.lops">MMCJ</a></li>
+<li><a href="org/apache/sysds/lops/MMCJ.MMCJType.html" title="enum in org.apache.sysds.lops">MMCJ.MMCJType</a></li>
+<li><a href="org/apache/sysds/hops/estim/MMNode.html" title="class in org.apache.sysds.hops.estim">MMNode</a></li>
+<li><a href="org/apache/sysds/lops/MMRJ.html" title="class in org.apache.sysds.lops">MMRJ</a></li>
+<li><a href="org/apache/sysds/lops/MMTSJ.html" title="class in org.apache.sysds.lops">MMTSJ</a></li>
+<li><a href="org/apache/sysds/lops/MMTSJ.MMTSJType.html" title="enum in org.apache.sysds.lops">MMTSJ.MMTSJType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MMTSJCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">MMTSJCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MMTSJGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MMTSJGPUInstruction</a></li>
+<li><a href="org/apache/sysds/lops/MMZip.html" title="class in org.apache.sysds.lops">MMZip</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Modulus.html" title="class in org.apache.sysds.runtime.functionobjects">Modulus</a></li>
+<li><a href="org/apache/sysds/parser/MultiAssignmentStatement.html" title="class in org.apache.sysds.parser">MultiAssignmentStatement</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/MultiColBitmap.html" title="class in org.apache.sysds.runtime.compress.utils">MultiColBitmap</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/MultiColumnEncoder.html" title="class in org.apache.sysds.runtime.transform.encode">MultiColumnEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Multiply.html" title="class in org.apache.sysds.runtime.functionobjects">Multiply</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Multiply2.html" title="class in org.apache.sysds.runtime.functionobjects">Multiply2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MultiReturnBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">MultiReturnBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MultiReturnParameterizedBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">MultiReturnParameterizedBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MultiReturnParameterizedBuiltinFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">MultiReturnParameterizedBuiltinFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MultiReturnParameterizedBuiltinFEDInstruction.CreateFrameEncoder.html" title="class in org.apache.sysds.runtime.instructions.fed">MultiReturnParameterizedBuiltinFEDInstruction.CreateFrameEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MultiReturnParameterizedBuiltinFEDInstruction.ExecuteFrameEncoder.html" title="class in org.apache.sysds.runtime.instructions.fed">MultiReturnParameterizedBuiltinFEDInstruction.ExecuteFrameEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">MultiReturnParameterizedBuiltinSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuild2Function.html" title="class in org.apache.sysds.runtime.instructions.spark">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuild2Function</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuildFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuildFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroup2Function.html" title="class in org.apache.sysds.runtime.instructions.spark">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroup2Function</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroupFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroupFunction</a></li>
+<li><a href="org/apache/sysds/hops/MultiThreadedHop.html" title="class in org.apache.sysds.hops">MultiThreadedHop</a></li>
+<li><a href="org/apache/sysds/lops/Nary.html" title="class in org.apache.sysds.lops">Nary</a></li>
+<li><a href="org/apache/sysds/hops/NaryOp.html" title="class in org.apache.sysds.hops">NaryOp</a></li>
+<li><a href="org/apache/sysds/utils/NativeHelper.html" title="class in org.apache.sysds.utils">NativeHelper</a></li>
+<li><a href="org/apache/sysds/utils/NativeHelper.NativeBlasState.html" title="enum in org.apache.sysds.utils">NativeHelper.NativeBlasState</a></li>
+<li><a href="org/apache/sysds/runtime/util/NormalPRNGenerator.html" title="class in org.apache.sysds.runtime.util">NormalPRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Not.html" title="class in org.apache.sysds.runtime.functionobjects">Not</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/NotEquals.html" title="class in org.apache.sysds.runtime.functionobjects">NotEquals</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/OffsetByte.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset">OffsetByte</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/OffsetChar.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset">OffsetChar</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/OffsetColumnIndex.html" title="class in org.apache.sysds.runtime.functionobjects">OffsetColumnIndex</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/OffsetFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset">OffsetFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/OffsetFactory.OFF_TYPE.html" title="enum in org.apache.sysds.runtime.compress.colgroup.offset">OffsetFactory.OFF_TYPE</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/OperationsOnMatrixValues.html" title="class in org.apache.sysds.runtime.matrix.data">OperationsOnMatrixValues</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/Operator.html" title="class in org.apache.sysds.runtime.matrix.operators">Operator</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/OperatorType.html" title="enum in org.apache.sysds.runtime.privacy.propagation">OperatorType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizationWrapper.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptimizationWrapper</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/Optimizer.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">Optimizer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/Optimizer.CostModelType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">Optimizer.CostModelType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/Optimizer.PlanInputType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">Optimizer.PlanInputType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizerConstrained.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptimizerConstrained</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizerHeuristic.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptimizerHeuristic</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizerRuleBased.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptimizerRuleBased</a></li>
+<li><a href="org/apache/sysds/hops/OptimizerUtils.html" title="class in org.apache.sysds.hops">OptimizerUtils</a></li>
+<li><a href="org/apache/sysds/hops/OptimizerUtils.OptimizationLevel.html" title="enum in org.apache.sysds.hops">OptimizerUtils.OptimizationLevel</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptNode</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.ExecType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">OptNode.ExecType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.NodeType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">OptNode.NodeType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.ParamType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">OptNode.ParamType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNodeStatistics.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptNodeStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTree.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptTree</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreeConverter.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptTreeConverter</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanChecker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptTreePlanChecker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanMapping.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptTreePlanMapping</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanMappingAbstract.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptTreePlanMappingAbstract</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanMappingRuntime.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptTreePlanMappingRuntime</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Or.html" title="class in org.apache.sysds.runtime.functionobjects">Or</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/ORLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">ORLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/ORSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">ORSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/OuterVectorBinaryOpFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">OuterVectorBinaryOpFunction</a></li>
+<li><a href="org/apache/sysds/lops/OutputParameters.html" title="class in org.apache.sysds.lops">OutputParameters</a></li>
+<li><a href="org/apache/sysds/parser/OutputStatement.html" title="class in org.apache.sysds.parser">OutputStatement</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/PageCache.html" title="class in org.apache.sysds.runtime.controlprogram.caching">PageCache</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/Pair.html" title="class in org.apache.sysds.runtime.matrix.data">Pair</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/PairWritableBlock.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util">PairWritableBlock</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/PairWritableCell.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util">PairWritableCell</a></li>
+<li><a href="org/apache/sysds/utils/ParameterBuilder.html" title="class in org.apache.sysds.utils">ParameterBuilder</a></li>
+<li><a href="org/apache/sysds/parser/ParameterExpression.html" title="class in org.apache.sysds.parser">ParameterExpression</a></li>
+<li><a href="org/apache/sysds/lops/ParameterizedBuiltin.html" title="class in org.apache.sysds.lops">ParameterizedBuiltin</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ParameterizedBuiltin.html" title="class in org.apache.sysds.runtime.functionobjects">ParameterizedBuiltin</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ParameterizedBuiltin.ParameterizedBuiltinCode.html" title="enum in org.apache.sysds.runtime.functionobjects">ParameterizedBuiltin.ParameterizedBuiltinCode</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ParameterizedBuiltin.ProbabilityDistributionCode.html" title="enum in org.apache.sysds.runtime.functionobjects">ParameterizedBuiltin.ProbabilityDistributionCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ParameterizedBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ParameterizedBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ParameterizedBuiltinFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">ParameterizedBuiltinFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ParameterizedBuiltinFEDInstruction.DecodeMatrix.html" title="class in org.apache.sysds.runtime.instructions.fed">ParameterizedBuiltinFEDInstruction.DecodeMatrix</a></li>
+<li><a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html" title="class in org.apache.sysds.parser">ParameterizedBuiltinFunctionExpression</a></li>
+<li><a href="org/apache/sysds/hops/ParameterizedBuiltinOp.html" title="class in org.apache.sysds.hops">ParameterizedBuiltinOp</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.CreateMatrixCell.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.CreateMatrixCell</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDReplaceFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDReplaceFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDRExpandFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDRExpandFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTokenizeFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDTokenizeFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformApplyFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDTransformApplyFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformApplyOffsetFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDTransformApplyOffsetFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformDecodeExpandFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDTransformDecodeExpandFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformDecodeFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDTransformDecodeFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ParamservBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ParamservBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/ParamServer.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">ParamServer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/ParamservUtils.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">ParamservUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ParForBody.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ParForBody</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">ParForProgramBlock</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PartitionFormat.html" title="class in org.apache.sysds.runtime.controlprogram">ParForProgramBlock.PartitionFormat</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PDataPartitioner.html" title="enum in org.apache.sysds.runtime.controlprogram">ParForProgramBlock.PDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PDataPartitionFormat.html" title="enum in org.apache.sysds.runtime.controlprogram">ParForProgramBlock.PDataPartitionFormat</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PExecMode.html" title="enum in org.apache.sysds.runtime.controlprogram">ParForProgramBlock.PExecMode</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.POptMode.html" title="enum in org.apache.sysds.runtime.controlprogram">ParForProgramBlock.POptMode</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PResultMerge.html" title="enum in org.apache.sysds.runtime.controlprogram">ParForProgramBlock.PResultMerge</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PTaskPartitioner.html" title="enum in org.apache.sysds.runtime.controlprogram">ParForProgramBlock.PTaskPartitioner</a></li>
+<li><a href="org/apache/sysds/parser/ParForStatement.html" title="class in org.apache.sysds.parser">ParForStatement</a></li>
+<li><a href="org/apache/sysds/parser/ParForStatementBlock.html" title="class in org.apache.sysds.parser">ParForStatementBlock</a></li>
+<li><a href="org/apache/sysds/parser/ParForStatementBlock.ResultVar.html" title="class in org.apache.sysds.parser">ParForStatementBlock.ResultVar</a></li>
+<li><a href="org/apache/sysds/parser/ParseException.html" title="class in org.apache.sysds.parser">ParseException</a></li>
+<li><a href="org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser"><span class="interfaceName">ParseInfo</span></a></li>
+<li><a href="org/apache/sysds/parser/ParserFactory.html" title="class in org.apache.sysds.parser">ParserFactory</a></li>
+<li><a href="org/apache/sysds/parser/ParserWrapper.html" title="class in org.apache.sysds.parser">ParserWrapper</a></li>
+<li><a href="org/apache/sysds/lops/PartialAggregate.html" title="class in org.apache.sysds.lops">PartialAggregate</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/PartitionedBlock.html" title="class in org.apache.sysds.runtime.instructions.spark.data">PartitionedBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/PartitionedBroadcast.html" title="class in org.apache.sysds.runtime.instructions.spark.data">PartitionedBroadcast</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ParWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ParWorker</a></li>
+<li><a href="org/apache/sysds/parser/PathStatement.html" title="class in org.apache.sysds.parser">PathStatement</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/PerformGroupByAggInCombiner.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">PerformGroupByAggInCombiner</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/PerformGroupByAggInReducer.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">PerformGroupByAggInReducer</a></li>
+<li><a href="org/apache/sysds/lops/PickByCount.html" title="class in org.apache.sysds.lops">PickByCount</a></li>
+<li><a href="org/apache/sysds/lops/PickByCount.OperationTypes.html" title="enum in org.apache.sysds.lops">PickByCount.OperationTypes</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanAnalyzer.html" title="class in org.apache.sysds.hops.codegen.opt">PlanAnalyzer</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/PlanningCoCoder.html" title="class in org.apache.sysds.runtime.compress.cocode">PlanningCoCoder</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/PlanningCoCoder.PartitionerType.html" title="enum in org.apache.sysds.runtime.compress.cocode">PlanningCoCoder.PartitionerType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanPartition.html" title="class in org.apache.sysds.hops.codegen.opt">PlanPartition</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelection.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelection</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelection.VisitMarkCost.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelection.VisitMarkCost</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseAll.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelectionFuseAll</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseCostBased.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelectionFuseCostBased</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseCostBasedV2.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelectionFuseCostBasedV2</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseNoRedundancy.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelectionFuseNoRedundancy</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Plus.html" title="class in org.apache.sysds.runtime.functionobjects">Plus</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/PlusMultiply.html" title="class in org.apache.sysds.runtime.functionobjects">PlusMultiply</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/PMapmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">PMapmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/PMapMult.html" title="class in org.apache.sysds.lops">PMapMult</a></li>
+<li><a href="org/apache/sysds/lops/PMMJ.html" title="class in org.apache.sysds.lops">PMMJ</a></li>
+<li><a href="org/apache/sysds/lops/PMMJ.CacheType.html" title="enum in org.apache.sysds.lops">PMMJ.CacheType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/PMMJCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">PMMJCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/PmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">PmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/util/PoissonPRNGenerator.html" title="class in org.apache.sysds.runtime.util">PoissonPRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Power.html" title="class in org.apache.sysds.runtime.functionobjects">Power</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Power2.html" title="class in org.apache.sysds.runtime.functionobjects">Power2</a></li>
+<li><a href="org/apache/sysds/api/jmlc/PreparedScript.html" title="class in org.apache.sysds.api.jmlc">PreparedScript</a></li>
+<li><a href="org/apache/sysds/parser/PrintStatement.html" title="class in org.apache.sysds.parser">PrintStatement</a></li>
+<li><a href="org/apache/sysds/parser/PrintStatement.PRINTTYPE.html" title="enum in org.apache.sysds.parser">PrintStatement.PRINTTYPE</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyConstraint.html" title="class in org.apache.sysds.runtime.privacy">PrivacyConstraint</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyConstraint.PrivacyLevel.html" title="enum in org.apache.sysds.runtime.privacy">PrivacyConstraint.PrivacyLevel</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyMonitor.html" title="class in org.apache.sysds.runtime.privacy">PrivacyMonitor</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/PrivacyPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation">PrivacyPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyUtils.html" title="class in org.apache.sysds.runtime.privacy">PrivacyUtils</a></li>
+<li><a href="org/apache/sysds/runtime/util/PRNGenerator.html" title="class in org.apache.sysds.runtime.util">PRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/Program.html" title="class in org.apache.sysds.runtime.controlprogram">Program</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">ProgramBlock</a></li>
+<li><a href="org/apache/sysds/runtime/util/ProgramConverter.html" title="class in org.apache.sysds.runtime.util">ProgramConverter</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/ProgramRecompiler.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">ProgramRecompiler</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/ProgramRewriter.html" title="class in org.apache.sysds.hops.rewrite">ProgramRewriter</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/ProgramRewriteStatus.html" title="class in org.apache.sysds.hops.rewrite">ProgramRewriteStatus</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/ProjectInfo.html" title="class in org.apache.sysds.api.mlcontext">ProjectInfo</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/Propagator.html" title="interface in org.apache.sysds.runtime.privacy.propagation"><span class="interfaceName">Propagator</span></a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/PropagatorMultiReturn.html" title="interface in org.apache.sysds.runtime.privacy.propagation"><span class="interfaceName">PropagatorMultiReturn</span></a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcCall.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc">PSRpcCall</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcFactory.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc">PSRpcFactory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcHandler.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc">PSRpcHandler</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcObject.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc">PSRpcObject</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcResponse.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc">PSRpcResponse</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcResponse.Type.html" title="enum in org.apache.sysds.runtime.controlprogram.paramserv.rpc">PSRpcResponse.Type</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/PSWorker.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">PSWorker</a></li>
+<li><a href="org/apache/sysds/runtime/util/Py4jConverterUtils.html" title="class in org.apache.sysds.runtime.util">Py4jConverterUtils</a></li>
+<li><a href="org/apache/sysds/api/PythonDMLScript.html" title="class in org.apache.sysds.api">PythonDMLScript</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/QDictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary">QDictionary</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/QuantilePickCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">QuantilePickCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuantilePickFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuantilePickFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/QuantilePickSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">QuantilePickSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/QuantileSortCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">QuantileSortCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuantileSortFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuantileSortFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/QuantileSortSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">QuantileSortSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/QuaternaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">QuaternaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuaternaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/hops/QuaternaryOp.html" title="class in org.apache.sysds.hops">QuaternaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/QuaternaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">QuaternaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/QuaternarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">QuaternarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWCeMMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuaternaryWCeMMFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWDivMMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuaternaryWDivMMFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWSigmoidFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuaternaryWSigmoidFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWSLossFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuaternaryWSLossFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWUMMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuaternaryWUMMFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/util/RandNPair.html" title="class in org.apache.sysds.runtime.util">RandNPair</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/RandomMatrixGenerator.html" title="class in org.apache.sysds.runtime.matrix.data">RandomMatrixGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/RandomMatrixGenerator.PDF.html" title="enum in org.apache.sysds.runtime.matrix.data">RandomMatrixGenerator.PDF</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/RandSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">RandSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/RBindPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation">RBindPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDAggregateUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDAggregateUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDConverterUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtils.BinaryCellToBinaryBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDConverterUtils.BinaryCellToBinaryBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtils.DataFrameExtractIDFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDConverterUtils.DataFrameExtractIDFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtilsExt.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDConverterUtilsExt</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtilsExt.AddRowID.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDConverterUtilsExt.AddRowID</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtilsExt.RDDConverterTypes.html" title="enum in org.apache.sysds.runtime.instructions.spark.utils">RDDConverterUtilsExt.RDDConverterTypes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/RDDObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data">RDDObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDSortUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDSortUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDSortUtils.IndexComparator.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDSortUtils.IndexComparator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDSortUtils.IndexComparator2.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDSortUtils.IndexComparator2</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/ReachabilityGraph.html" title="class in org.apache.sysds.hops.codegen.opt">ReachabilityGraph</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/ReachabilityGraph.SubProblem.html" title="class in org.apache.sysds.hops.codegen.opt">ReachabilityGraph.SubProblem</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderBinaryBlock.html" title="class in org.apache.sysds.runtime.io">ReaderBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io">ReaderBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelection.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelection</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionBitSet.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelectionBitSet</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseMultiBlock.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelectionDenseMultiBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseMultiBlockTransposed.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelectionDenseMultiBlockTransposed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseSingleBlock.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelectionDenseSingleBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseSingleBlockTransposed.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelectionDenseSingleBlockTransposed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionSparse.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelectionSparse</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionSparseTransposed.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelectionSparseTransposed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderCompressedSelection.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderCompressedSelection</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderHDF5.html" title="class in org.apache.sysds.runtime.io">ReaderHDF5</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderHDF5Parallel.html" title="class in org.apache.sysds.runtime.io">ReaderHDF5Parallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCell.html" title="class in org.apache.sysds.runtime.io">ReaderTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.html" title="class in org.apache.sysds.runtime.io">ReaderTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.CellBuffer.html" title="class in org.apache.sysds.runtime.io">ReaderTextCellParallel.CellBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.CountNnzTask.html" title="class in org.apache.sysds.runtime.io">ReaderTextCellParallel.CountNnzTask</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.ReadTask.html" title="class in org.apache.sysds.runtime.io">ReaderTextCellParallel.ReadTask</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCSV.html" title="class in org.apache.sysds.runtime.io">ReaderTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCSVParallel.html" title="class in org.apache.sysds.runtime.io">ReaderTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextLIBSVM.html" title="class in org.apache.sysds.runtime.io">ReaderTextLIBSVM</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextLIBSVMParallel.html" title="class in org.apache.sysds.runtime.io">ReaderTextLIBSVMParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderWriterFederated.html" title="class in org.apache.sysds.runtime.io">ReaderWriterFederated</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReadProperties.html" title="class in org.apache.sysds.runtime.io">ReadProperties</a></li>
+<li><a href="org/apache/sysds/lops/ReBlock.html" title="class in org.apache.sysds.lops">ReBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/ReblockBuffer.html" title="class in org.apache.sysds.runtime.instructions.spark.data">ReblockBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ReblockSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">ReblockSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReblockTensorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ReblockTensorFunction</a></li>
+<li><a href="org/apache/sysds/hops/recompile/Recompiler.html" title="class in org.apache.sysds.hops.recompile">Recompiler</a></li>
+<li><a href="org/apache/sysds/hops/recompile/Recompiler.ResetType.html" title="enum in org.apache.sysds.hops.recompile">Recompiler.ResetType</a></li>
+<li><a href="org/apache/sysds/hops/recompile/RecompileStatus.html" title="class in org.apache.sysds.hops.recompile">RecompileStatus</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/RecomputeNnzFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">RecomputeNnzFunction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceAll.html" title="class in org.apache.sysds.runtime.functionobjects">ReduceAll</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceCol.html" title="class in org.apache.sysds.runtime.functionobjects">ReduceCol</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceDiag.html" title="class in org.apache.sysds.runtime.functionobjects">ReduceDiag</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceRow.html" title="class in org.apache.sysds.runtime.functionobjects">ReduceRow</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/ReIndexOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">ReIndexOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/RelationalBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">RelationalBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/parser/RelationalExpression.html" title="class in org.apache.sysds.parser">RelationalExpression</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteDPParForSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">RemoteDPParForSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteDPParForSparkWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">RemoteDPParForSparkWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForJobReturn.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">RemoteParForJobReturn</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">RemoteParForSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForSparkWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">RemoteParForSparkWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForUtils.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">RemoteParForUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ReorgCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ReorgCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReorgFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">ReorgFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReorgFEDInstruction.DiagMatrix.html" title="class in org.apache.sysds.runtime.instructions.fed">ReorgFEDInstruction.DiagMatrix</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReorgFEDInstruction.Rdiag.html" title="class in org.apache.sysds.runtime.instructions.fed">ReorgFEDInstruction.Rdiag</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ReorgGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">ReorgGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReorgMapFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ReorgMapFunction</a></li>
+<li><a href="org/apache/sysds/hops/ReorgOp.html" title="class in org.apache.sysds.hops">ReorgOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/ReorgOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">ReorgOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ReorgSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">ReorgSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReplicateBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ReplicateBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReplicateTensorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ReplicateTensorFunction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/ReplicateToMaxFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">ReplicateToMaxFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReplicateVectorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ReplicateVectorFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ReshapeCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ReshapeCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReshapeFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">ReshapeFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMerge.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMerge</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeLocalAutomatic.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeLocalAutomatic</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeLocalFile.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeLocalFile</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeLocalMemory.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeLocalMemory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteGrouping.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeRemoteGrouping</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteSorting.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeRemoteSorting</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeRemoteSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteSparkWCompare.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeRemoteSparkWCompare</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeTaggedMatrixIndexes.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeTaggedMatrixIndexes</a></li>
+<li><a href="org/apache/sysds/api/jmlc/ResultVariables.html" title="class in org.apache.sysds.api.jmlc">ResultVariables</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/RevIndex.html" title="class in org.apache.sysds.runtime.functionobjects">RevIndex</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteAlgebraicSimplificationDynamic.html" title="class in org.apache.sysds.hops.rewrite">RewriteAlgebraicSimplificationDynamic</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteAlgebraicSimplificationStatic.html" title="class in org.apache.sysds.hops.rewrite">RewriteAlgebraicSimplificationStatic</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteBlockSizeAndReblock.html" title="class in org.apache.sysds.hops.rewrite">RewriteBlockSizeAndReblock</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteCommonSubexpressionElimination.html" title="class in org.apache.sysds.hops.rewrite">RewriteCommonSubexpressionElimination</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteCompressedReblock.html" title="class in org.apache.sysds.hops.rewrite">RewriteCompressedReblock</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteConstantFolding.html" title="class in org.apache.sysds.hops.rewrite">RewriteConstantFolding</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteElementwiseMultChainOptimization.html" title="class in org.apache.sysds.hops.rewrite">RewriteElementwiseMultChainOptimization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteForLoopVectorization.html" title="class in org.apache.sysds.hops.rewrite">RewriteForLoopVectorization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteGPUSpecificOps.html" title="class in org.apache.sysds.hops.rewrite">RewriteGPUSpecificOps</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteHoistLoopInvariantOperations.html" title="class in org.apache.sysds.hops.rewrite">RewriteHoistLoopInvariantOperations</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteIndexingVectorization.html" title="class in org.apache.sysds.hops.rewrite">RewriteIndexingVectorization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteInjectSparkLoopCheckpointing.html" title="class in org.apache.sysds.hops.rewrite">RewriteInjectSparkLoopCheckpointing</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteInjectSparkPReadCheckpointing.html" title="class in org.apache.sysds.hops.rewrite">RewriteInjectSparkPReadCheckpointing</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMarkLoopVariablesUpdateInPlace.html" title="class in org.apache.sysds.hops.rewrite">RewriteMarkLoopVariablesUpdateInPlace</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMatrixMultChainOptimization.html" title="class in org.apache.sysds.hops.rewrite">RewriteMatrixMultChainOptimization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMatrixMultChainOptimizationSparse.html" title="class in org.apache.sysds.hops.rewrite">RewriteMatrixMultChainOptimizationSparse</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMergeBlockSequence.html" title="class in org.apache.sysds.hops.rewrite">RewriteMergeBlockSequence</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveDanglingParentReferences.html" title="class in org.apache.sysds.hops.rewrite">RewriteRemoveDanglingParentReferences</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveEmptyBasicBlocks.html" title="class in org.apache.sysds.hops.rewrite">RewriteRemoveEmptyBasicBlocks</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveForLoopEmptySequence.html" title="class in org.apache.sysds.hops.rewrite">RewriteRemoveForLoopEmptySequence</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemovePersistentReadWrite.html" title="class in org.apache.sysds.hops.rewrite">RewriteRemovePersistentReadWrite</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveReadAfterWrite.html" title="class in org.apache.sysds.hops.rewrite">RewriteRemoveReadAfterWrite</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveUnnecessaryBranches.html" title="class in org.apache.sysds.hops.rewrite">RewriteRemoveUnnecessaryBranches</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveUnnecessaryCasts.html" title="class in org.apache.sysds.hops.rewrite">RewriteRemoveUnnecessaryCasts</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteSplitDagDataDependentOperators.html" title="class in org.apache.sysds.hops.rewrite">RewriteSplitDagDataDependentOperators</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteSplitDagUnknownCSVRead.html" title="class in org.apache.sysds.hops.rewrite">RewriteSplitDagUnknownCSVRead</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteTransientWriteParentHandling.html" title="class in org.apache.sysds.hops.rewrite">RewriteTransientWriteParentHandling</a></li>
+<li><a href="org/apache/sysds/lops/RightIndex.html" title="class in org.apache.sysds.lops">RightIndex</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/RightScalarOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">RightScalarOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/RmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">RmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/RowMatrixBlock.html" title="class in org.apache.sysds.runtime.instructions.spark.data">RowMatrixBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/SampleEstimatorFactory.html" title="class in org.apache.sysds.runtime.compress.estim.sample">SampleEstimatorFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/SampleEstimatorFactory.EstimationType.html" title="enum in org.apache.sysds.runtime.compress.estim.sample">SampleEstimatorFactory.EstimationType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarAppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ScalarAppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarBuiltinNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ScalarBuiltinNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ScalarMatrixArithmeticGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">ScalarMatrixArithmeticGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ScalarMatrixBuiltinGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">ScalarMatrixBuiltinGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ScalarMatrixRelationalBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">ScalarMatrixRelationalBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarObject.html" title="class in org.apache.sysds.runtime.instructions.cp">ScalarObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarObjectFactory.html" title="class in org.apache.sysds.runtime.instructions.cp">ScalarObjectFactory</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/ScalarOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">ScalarOperator</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Script.html" title="class in org.apache.sysds.api.mlcontext">Script</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/ScriptExecutor.html" title="class in org.apache.sysds.api.mlcontext">ScriptExecutor</a></li>
+<li><a href="org/apache/sysds/api/ScriptExecutorUtils.html" title="class in org.apache.sysds.api">ScriptExecutorUtils</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/ScriptFactory.html" title="class in org.apache.sysds.api.mlcontext">ScriptFactory</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/SerLongWritable.html" title="class in org.apache.sysds.runtime.instructions.spark.data">SerLongWritable</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/SerText.html" title="class in org.apache.sysds.runtime.instructions.spark.data">SerText</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/ShadowBuffer.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">ShadowBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/ShlosserEstimator.html" title="class in org.apache.sysds.runtime.compress.estim.sample">ShlosserEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/ShlosserJackknifeEstimator.html" title="class in org.apache.sysds.runtime.compress.estim.sample">ShlosserJackknifeEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/ShuffleFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">ShuffleFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/SimpleOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">SimpleOperator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/SinglePrecisionCudaSupportFunctions.html" title="class in org.apache.sysds.runtime.matrix.data">SinglePrecisionCudaSupportFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/SmoothedJackknifeEstimator.html" title="class in org.apache.sysds.runtime.compress.estim.sample">SmoothedJackknifeEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/SortIndex.html" title="class in org.apache.sysds.runtime.functionobjects">SortIndex</a></li>
+<li><a href="org/apache/sysds/lops/SortKeys.html" title="class in org.apache.sysds.lops">SortKeys</a></li>
+<li><a href="org/apache/sysds/lops/SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a></li>
+<li><a href="org/apache/sysds/runtime/util/SortUtils.html" title="class in org.apache.sysds.runtime.util">SortUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/SparkDataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">SparkDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/SparkExecutionContext.html" title="class in org.apache.sysds.runtime.controlprogram.context">SparkExecutionContext</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/SparkExecutionContext.SparkClusterConfig.html" title="class in org.apache.sysds.runtime.controlprogram.context">SparkExecutionContext.SparkClusterConfig</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/SparkPSBody.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">SparkPSBody</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/SparkPSProxy.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">SparkPSProxy</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/SparkPSWorker.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">SparkPSWorker</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/SparkUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">SparkUtils</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlock.html" title="class in org.apache.sysds.runtime.data">SparseBlock</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlock.Type.html" title="enum in org.apache.sysds.runtime.data">SparseBlock.Type</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockCOO.html" title="class in org.apache.sysds.runtime.data">SparseBlockCOO</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockCSR.html" title="class in org.apache.sysds.runtime.data">SparseBlockCSR</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockFactory.html" title="class in org.apache.sysds.runtime.data">SparseBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockMCSR.html" title="class in org.apache.sysds.runtime.data">SparseBlockMCSR</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseRow.html" title="class in org.apache.sysds.runtime.data">SparseRow</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseRowScalar.html" title="class in org.apache.sysds.runtime.data">SparseRowScalar</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseRowVector.html" title="class in org.apache.sysds.runtime.data">SparseRowVector</a></li>
+<li><a href="org/apache/sysds/hops/estim/SparsityEstimator.html" title="class in org.apache.sysds.hops.estim">SparsityEstimator</a></li>
+<li><a href="org/apache/sysds/hops/estim/SparsityEstimator.OpCode.html" title="enum in org.apache.sysds.hops.estim">SparsityEstimator.OpCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">SPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SPInstruction.SPType.html" title="enum in org.apache.sysds.runtime.instructions.spark">SPInstruction.SPType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/SPInstructionParser.html" title="class in org.apache.sysds.runtime.instructions">SPInstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCellwise.html" title="class in org.apache.sysds.runtime.codegen">SpoofCellwise</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCellwise.AggOp.html" title="enum in org.apache.sysds.runtime.codegen">SpoofCellwise.AggOp</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCellwise.CellType.html" title="enum in org.apache.sysds.runtime.codegen">SpoofCellwise.CellType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.html" title="class in org.apache.sysds.hops.codegen">SpoofCompiler</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.CompilerType.html" title="enum in org.apache.sysds.hops.codegen">SpoofCompiler.CompilerType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.GeneratorAPI.html" title="enum in org.apache.sysds.hops.codegen">SpoofCompiler.GeneratorAPI</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.IntegrationType.html" title="enum in org.apache.sysds.hops.codegen">SpoofCompiler.IntegrationType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.PlanCachePolicy.html" title="enum in org.apache.sysds.hops.codegen">SpoofCompiler.PlanCachePolicy</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.PlanSelector.html" title="enum in org.apache.sysds.hops.codegen">SpoofCompiler.PlanSelector</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.RegisterAlloc.html" title="enum in org.apache.sysds.hops.codegen">SpoofCompiler.RegisterAlloc</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/SpoofCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">SpoofCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDACellwise.html" title="class in org.apache.sysds.runtime.codegen">SpoofCUDACellwise</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/SpoofCUDAInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">SpoofCUDAInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/SpoofCUDAInstruction.DoublePrecision.html" title="class in org.apache.sysds.runtime.instructions.gpu">SpoofCUDAInstruction.DoublePrecision</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/SpoofCUDAInstruction.SinglePrecision.html" title="class in org.apache.sysds.runtime.instructions.gpu">SpoofCUDAInstruction.SinglePrecision</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDAOperator.html" title="interface in org.apache.sysds.runtime.codegen"><span class="interfaceName">SpoofCUDAOperator</span></a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDAOperator.PrecisionProxy.html" title="class in org.apache.sysds.runtime.codegen">SpoofCUDAOperator.PrecisionProxy</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDARowwise.html" title="class in org.apache.sysds.runtime.codegen">SpoofCUDARowwise</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/SpoofFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">SpoofFEDInstruction</a></li>
+<li><a href="org/apache/sysds/lops/SpoofFused.html" title="class in org.apache.sysds.lops">SpoofFused</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofFusedOp.html" title="class in org.apache.sysds.hops.codegen">SpoofFusedOp</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofFusedOp.SpoofOutputDimsType.html" title="enum in org.apache.sysds.hops.codegen">SpoofFusedOp.SpoofOutputDimsType</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofMultiAggregate.html" title="class in org.apache.sysds.runtime.codegen">SpoofMultiAggregate</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.html" title="class in org.apache.sysds.runtime.codegen">SpoofOperator</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.SideInput.html" title="class in org.apache.sysds.runtime.codegen">SpoofOperator.SideInput</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.SideInputSparseCell.html" title="class in org.apache.sysds.runtime.codegen">SpoofOperator.SideInputSparseCell</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.SideInputSparseRow.html" title="class in org.apache.sysds.runtime.codegen">SpoofOperator.SideInputSparseRow</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOuterProduct.html" title="class in org.apache.sysds.runtime.codegen">SpoofOuterProduct</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOuterProduct.OutProdType.html" title="enum in org.apache.sysds.runtime.codegen">SpoofOuterProduct.OutProdType</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofRowwise.html" title="class in org.apache.sysds.runtime.codegen">SpoofRowwise</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofRowwise.RowType.html" title="enum in org.apache.sysds.runtime.codegen">SpoofRowwise.RowType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SpoofSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">SpoofSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SpoofSPInstruction.ReplicateRightFactorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">SpoofSPInstruction.ReplicateRightFactorFunction</a></li>
+<li><a href="org/apache/sysds/lops/Sql.html" title="class in org.apache.sysds.lops">Sql</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/SqlCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">SqlCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/StagingFileUtils.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util">StagingFileUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/Stat.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.stat">Stat</a></li>
+<li><a href="org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser">Statement</a></li>
+<li><a href="org/apache/sysds/parser/Statement.FederatedPSScheme.html" title="enum in org.apache.sysds.parser">Statement.FederatedPSScheme</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSCheckpointing.html" title="enum in org.apache.sysds.parser">Statement.PSCheckpointing</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSFrequency.html" title="enum in org.apache.sysds.parser">Statement.PSFrequency</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSModeType.html" title="enum in org.apache.sysds.parser">Statement.PSModeType</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSRuntimeBalancing.html" title="enum in org.apache.sysds.parser">Statement.PSRuntimeBalancing</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSScheme.html" title="enum in org.apache.sysds.parser">Statement.PSScheme</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSUpdateType.html" title="enum in org.apache.sysds.parser">Statement.PSUpdateType</a></li>
+<li><a href="org/apache/sysds/parser/StatementBlock.html" title="class in org.apache.sysds.parser">StatementBlock</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/StatementBlockRewriteRule.html" title="class in org.apache.sysds.hops.rewrite">StatementBlockRewriteRule</a></li>
+<li><a href="org/apache/sysds/parser/dml/StatementInfo.html" title="class in org.apache.sysds.parser.dml">StatementInfo</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/StatisticMonitor.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.stat">StatisticMonitor</a></li>
+<li><a href="org/apache/sysds/utils/Statistics.html" title="class in org.apache.sysds.utils">Statistics</a></li>
+<li><a href="org/apache/sysds/parser/StringIdentifier.html" title="class in org.apache.sysds.parser">StringIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/StringInitCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">StringInitCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/StringObject.html" title="class in org.apache.sysds.runtime.instructions.cp">StringObject</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/SubsampleToMinFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">SubsampleToMinFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/SwapIndex.html" title="class in org.apache.sysds.runtime.functionobjects">SwapIndex</a></li>
+<li><a href="org/apache/sysds/utils/SystemDSLoaderUtils.html" title="class in org.apache.sysds.utils">SystemDSLoaderUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/Task.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">Task</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/Task.TaskType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor">Task.TaskType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">TaskPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFactoring.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">TaskPartitionerFactoring</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFactoringCmax.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">TaskPartitionerFactoringCmax</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFactoringCmin.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">TaskPartitionerFactoringCmin</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFixedsize.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">TaskPartitionerFixedsize</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerNaive.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">TaskPartitionerNaive</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerStatic.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">TaskPartitionerStatic</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateBase.html" title="class in org.apache.sysds.hops.codegen.template">TemplateBase</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateBase.CloseType.html" title="enum in org.apache.sysds.hops.codegen.template">TemplateBase.CloseType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateBase.TemplateType.html" title="enum in org.apache.sysds.hops.codegen.template">TemplateBase.TemplateType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateCell.html" title="class in org.apache.sysds.hops.codegen.template">TemplateCell</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateCell.HopInputComparator.html" title="class in org.apache.sysds.hops.codegen.template">TemplateCell.HopInputComparator</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateMultiAgg.html" title="class in org.apache.sysds.hops.codegen.template">TemplateMultiAgg</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateOuterProduct.html" title="class in org.apache.sysds.hops.codegen.template">TemplateOuterProduct</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateRow.html" title="class in org.apache.sysds.hops.codegen.template">TemplateRow</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateRow.HopInputComparator.html" title="class in org.apache.sysds.hops.codegen.template">TemplateRow.HopInputComparator</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateUtils.html" title="class in org.apache.sysds.hops.codegen.template">TemplateUtils</a></li>
+<li><a href="org/apache/sysds/runtime/data/TensorBlock.html" title="class in org.apache.sysds.runtime.data">TensorBlock</a></li>
+<li><a href="org/apache/sysds/runtime/meta/TensorCharacteristics.html" title="class in org.apache.sysds.runtime.meta">TensorCharacteristics</a></li>
+<li><a href="org/apache/sysds/runtime/data/TensorIndexes.html" title="class in org.apache.sysds.runtime.data">TensorIndexes</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/TensorObject.html" title="class in org.apache.sysds.runtime.controlprogram.caching">TensorObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReader.html" title="class in org.apache.sysds.runtime.io">TensorReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderBinaryBlock.html" title="class in org.apache.sysds.runtime.io">TensorReaderBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io">TensorReaderBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderFactory.html" title="class in org.apache.sysds.runtime.io">TensorReaderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderTextCell.html" title="class in org.apache.sysds.runtime.io">TensorReaderTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderTextCellParallel.html" title="class in org.apache.sysds.runtime.io">TensorReaderTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/TensorTensorBinaryOpFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">TensorTensorBinaryOpFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/TensorTensorBinaryOpPartitionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">TensorTensorBinaryOpPartitionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriter.html" title="class in org.apache.sysds.runtime.io">TensorWriter</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterBinaryBlock.html" title="class in org.apache.sysds.runtime.io">TensorWriterBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io">TensorWriterBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterBinaryBlockParallel.WriteFileTask.html" title="class in org.apache.sysds.runtime.io">TensorWriterBinaryBlockParallel.WriteFileTask</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterFactory.html" title="class in org.apache.sysds.runtime.io">TensorWriterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterTextCell.html" title="class in org.apache.sysds.runtime.io">TensorWriterTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterTextCellParallel.html" title="class in org.apache.sysds.runtime.io">TensorWriterTextCellParallel</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/cuda/Ternary.html" title="class in org.apache.sysds.hops.codegen.cplan.cuda">Ternary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/java/Ternary.html" title="class in org.apache.sysds.hops.codegen.cplan.java">Ternary</a></li>
+<li><a href="org/apache/sysds/lops/Ternary.html" title="class in org.apache.sysds.lops">Ternary</a></li>
+<li><a href="org/apache/sysds/lops/TernaryAggregate.html" title="class in org.apache.sysds.lops">TernaryAggregate</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/TernaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">TernaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/TernaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">TernaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/hops/TernaryOp.html" title="class in org.apache.sysds.hops">TernaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/TernaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">TernaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/TernarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">TernarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/TernaryValueFunction.html" title="class in org.apache.sysds.runtime.functionobjects">TernaryValueFunction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/TernaryValueFunction.ValueFunctionWithConstant.html" title="interface in org.apache.sysds.runtime.functionobjects"><span class="interfaceName">TernaryValueFunction.ValueFunctionWithConstant</span></a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/TextToBinaryCellConverter.html" title="class in org.apache.sysds.runtime.matrix.data">TextToBinaryCellConverter</a></li>
+<li><a href="org/apache/sysds/runtime/transform/meta/TfMetaUtils.html" title="class in org.apache.sysds.runtime.transform.meta">TfMetaUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/meta/TfOffsetMap.html" title="class in org.apache.sysds.runtime.transform.meta">TfOffsetMap</a></li>
+<li><a href="org/apache/sysds/runtime/transform/TfUtils.html" title="class in org.apache.sysds.runtime.transform">TfUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/TfUtils.TfMethod.html" title="enum in org.apache.sysds.runtime.transform">TfUtils.TfMethod</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/Timing.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.stat">Timing</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/Tokenizer.html" title="class in org.apache.sysds.runtime.transform.tokenize">Tokenizer</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerFactory.html" title="class in org.apache.sysds.runtime.transform.tokenize">TokenizerFactory</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPost.html" title="interface in org.apache.sysds.runtime.transform.tokenize"><span class="interfaceName">TokenizerPost</span></a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPostCount.html" title="class in org.apache.sysds.runtime.transform.tokenize">TokenizerPostCount</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPostHash.html" title="class in org.apache.sysds.runtime.transform.tokenize">TokenizerPostHash</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPostPosition.html" title="class in org.apache.sysds.runtime.transform.tokenize">TokenizerPostPosition</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPre.html" title="interface in org.apache.sysds.runtime.transform.tokenize"><span class="interfaceName">TokenizerPre</span></a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPreNgram.html" title="class in org.apache.sysds.runtime.transform.tokenize">TokenizerPreNgram</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPreWhitespaceSplit.html" title="class in org.apache.sysds.runtime.transform.tokenize">TokenizerPreWhitespaceSplit</a></li>
+<li><a href="org/apache/sysds/lops/Transform.html" title="class in org.apache.sysds.lops">Transform</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/TripleIndexes.html" title="class in org.apache.sysds.runtime.matrix.data">TripleIndexes</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/TripleIndexes.Comparator.html" title="class in org.apache.sysds.runtime.matrix.data">TripleIndexes.Comparator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/Tsmm2SPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">Tsmm2SPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/TsmmFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">TsmmFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/TsmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">TsmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/common/Types.html" title="class in org.apache.sysds.common">Types</a></li>
+<li><a href="org/apache/sysds/common/Types.AggOp.html" title="enum in org.apache.sysds.common">Types.AggOp</a></li>
+<li><a href="org/apache/sysds/common/Types.BlockType.html" title="enum in org.apache.sysds.common">Types.BlockType</a></li>
+<li><a href="org/apache/sysds/common/Types.CorrectionLocationType.html" title="enum in org.apache.sysds.common">Types.CorrectionLocationType</a></li>
+<li><a href="org/apache/sysds/common/Types.DataType.html" title="enum in org.apache.sysds.common">Types.DataType</a></li>
+<li><a href="org/apache/sysds/common/Types.Direction.html" title="enum in org.apache.sysds.common">Types.Direction</a></li>
+<li><a href="org/apache/sysds/common/Types.ExecMode.html" title="enum in org.apache.sysds.common">Types.ExecMode</a></li>
+<li><a href="org/apache/sysds/common/Types.ExecType.html" title="enum in org.apache.sysds.common">Types.ExecType</a></li>
+<li><a href="org/apache/sysds/common/Types.FileFormat.html" title="enum in org.apache.sysds.common">Types.FileFormat</a></li>
+<li><a href="org/apache/sysds/common/Types.FunctionBlock.html" title="interface in org.apache.sysds.common"><span class="interfaceName">Types.FunctionBlock</span></a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp1.html" title="enum in org.apache.sysds.common">Types.OpOp1</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp2.html" title="enum in org.apache.sysds.common">Types.OpOp2</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp3.html" title="enum in org.apache.sysds.common">Types.OpOp3</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp4.html" title="enum in org.apache.sysds.common">Types.OpOp4</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpData.html" title="enum in org.apache.sysds.common">Types.OpOpData</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpDG.html" title="enum in org.apache.sysds.common">Types.OpOpDG</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpDnn.html" title="enum in org.apache.sysds.common">Types.OpOpDnn</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpN.html" title="enum in org.apache.sysds.common">Types.OpOpN</a></li>
+<li><a href="org/apache/sysds/common/Types.ParamBuiltinOp.html" title="enum in org.apache.sysds.common">Types.ParamBuiltinOp</a></li>
+<li><a href="org/apache/sysds/common/Types.ReOrgOp.html" title="enum in org.apache.sysds.common">Types.ReOrgOp</a></li>
+<li><a href="org/apache/sysds/common/Types.ReturnType.html" title="enum in org.apache.sysds.common">Types.ReturnType</a></li>
+<li><a href="org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a></li>
+<li><a href="org/apache/sysds/lops/UAggOuterChain.html" title="class in org.apache.sysds.lops">UAggOuterChain</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UaggOuterChainCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">UaggOuterChainCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UaggOuterChainSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">UaggOuterChainSPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/cuda/Unary.html" title="class in org.apache.sysds.hops.codegen.cplan.cuda">Unary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/java/Unary.html" title="class in org.apache.sysds.hops.codegen.cplan.java">Unary</a></li>
+<li><a href="org/apache/sysds/lops/Unary.html" title="class in org.apache.sysds.lops">Unary</a></li>
+<li><a href="org/apache/sysds/lops/UnaryCP.html" title="class in org.apache.sysds.lops">UnaryCP</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">UnaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/UnaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">UnaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryFrameCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">UnaryFrameCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UnaryFrameSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">UnaryFrameSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryMatrixCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">UnaryMatrixCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/UnaryMatrixFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">UnaryMatrixFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UnaryMatrixSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">UnaryMatrixSPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/UnaryOp.html" title="class in org.apache.sysds.hops">UnaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/UnaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">UnaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">UnaryScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UnarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">UnarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/UnifiedMemoryAllocator.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">UnifiedMemoryAllocator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/UnifiedMemoryManager.html" title="class in org.apache.sysds.runtime.controlprogram.caching">UnifiedMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/util/UniformPRNGenerator.html" title="class in org.apache.sysds.runtime.util">UniformPRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/Util.html" title="class in org.apache.sysds.runtime.compress.utils">Util</a></li>
+<li><a href="org/apache/sysds/runtime/util/UtilFunctions.html" title="class in org.apache.sysds.runtime.util">UtilFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/Utils.html" title="class in org.apache.sysds.runtime.io.hdf5">Utils</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ValueComparisonFunction.html" title="class in org.apache.sysds.runtime.functionobjects">ValueComparisonFunction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ValueFunction.html" title="class in org.apache.sysds.runtime.functionobjects">ValueFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/VariableCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">VariableCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/VariableCPInstruction.VariableOperationCode.html" title="enum in org.apache.sysds.runtime.instructions.cp">VariableCPInstruction.VariableOperationCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/VariableFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">VariableFEDInstruction</a></li>
+<li><a href="org/apache/sysds/parser/VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></li>
+<li><a href="org/apache/sysds/hops/cost/VarStats.html" title="class in org.apache.sysds.hops.cost">VarStats</a></li>
+<li><a href="org/apache/sysds/common/Warnings.html" title="class in org.apache.sysds.common">Warnings</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/WeightedCell.html" title="class in org.apache.sysds.runtime.matrix.data">WeightedCell</a></li>
+<li><a href="org/apache/sysds/lops/WeightedCrossEntropy.html" title="class in org.apache.sysds.lops">WeightedCrossEntropy</a></li>
+<li><a href="org/apache/sysds/lops/WeightedCrossEntropy.WCeMMType.html" title="enum in org.apache.sysds.lops">WeightedCrossEntropy.WCeMMType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedCrossEntropyR.html" title="class in org.apache.sysds.lops">WeightedCrossEntropyR</a></li>
+<li><a href="org/apache/sysds/lops/WeightedDivMM.html" title="class in org.apache.sysds.lops">WeightedDivMM</a></li>
+<li><a href="org/apache/sysds/lops/WeightedDivMM.WDivMMType.html" title="enum in org.apache.sysds.lops">WeightedDivMM.WDivMMType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedDivMMR.html" title="class in org.apache.sysds.lops">WeightedDivMMR</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/WeightedPair.html" title="class in org.apache.sysds.runtime.matrix.data">WeightedPair</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSigmoid.html" title="class in org.apache.sysds.lops">WeightedSigmoid</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSigmoid.WSigmoidType.html" title="enum in org.apache.sysds.lops">WeightedSigmoid.WSigmoidType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSigmoidR.html" title="class in org.apache.sysds.lops">WeightedSigmoidR</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSquaredLoss.html" title="class in org.apache.sysds.lops">WeightedSquaredLoss</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSquaredLoss.WeightsType.html" title="enum in org.apache.sysds.lops">WeightedSquaredLoss.WeightsType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSquaredLossR.html" title="class in org.apache.sysds.lops">WeightedSquaredLossR</a></li>
+<li><a href="org/apache/sysds/lops/WeightedUnaryMM.html" title="class in org.apache.sysds.lops">WeightedUnaryMM</a></li>
+<li><a href="org/apache/sysds/lops/WeightedUnaryMM.WUMMType.html" title="enum in org.apache.sysds.lops">WeightedUnaryMM.WUMMType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedUnaryMMR.html" title="class in org.apache.sysds.lops">WeightedUnaryMMR</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/WhileProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">WhileProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/WhileStatement.html" title="class in org.apache.sysds.parser">WhileStatement</a></li>
+<li><a href="org/apache/sysds/parser/WhileStatementBlock.html" title="class in org.apache.sysds.parser">WhileStatementBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/WorkloadAnalyzer.html" title="class in org.apache.sysds.runtime.compress.workload">WorkloadAnalyzer</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterBinaryBlock.html" title="class in org.apache.sysds.runtime.io">WriterBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io">WriterBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterHDF5.html" title="class in org.apache.sysds.runtime.io">WriterHDF5</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterHDF5Parallel.html" title="class in org.apache.sysds.runtime.io">WriterHDF5Parallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterMatrixMarket.html" title="class in org.apache.sysds.runtime.io">WriterMatrixMarket</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterMatrixMarketParallel.html" title="class in org.apache.sysds.runtime.io">WriterMatrixMarketParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCell.html" title="class in org.apache.sysds.runtime.io">WriterTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCellParallel.html" title="class in org.apache.sysds.runtime.io">WriterTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCSV.html" title="class in org.apache.sysds.runtime.io">WriterTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCSVParallel.html" title="class in org.apache.sysds.runtime.io">WriterTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextLIBSVM.html" title="class in org.apache.sysds.runtime.io">WriterTextLIBSVM</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextLIBSVMParallel.html" title="class in org.apache.sysds.runtime.io">WriterTextLIBSVMParallel</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/WriteSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">WriteSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/WTreeNode.html" title="class in org.apache.sysds.runtime.compress.workload">WTreeNode</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/WTreeNode.WTNodeType.html" title="enum in org.apache.sysds.runtime.compress.workload">WTreeNode.WTNodeType</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Xor.html" title="class in org.apache.sysds.runtime.functionobjects">Xor</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ZipmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">ZipmmSPInstruction</a></li>
+</ul>
+</div>
+</body>
+</html>
diff --git a/content/docs/2.1.0/api/java/constant-values.html b/content/docs/2.1.0/api/java/constant-values.html
new file mode 100644
index 0000000..b77c41d
--- /dev/null
+++ b/content/docs/2.1.0/api/java/constant-values.html
@@ -0,0 +1,6500 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Constant Field Values (SystemDS 2.1.0 API)</title>
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Constant Field Values (SystemDS 2.1.0 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
+<li><a href="constant-values.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
+<h2 title="Contents">Contents</h2>
+<ul>
+<li><a href="#org.apache">org.apache.*</a></li>
+</ul>
+</div>
+<div class="constantValuesContainer"><a name="org.apache">
+<!--   -->
+</a>
+<h2 title="org.apache">org.apache.*</h2>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.api.<a href="org/apache/sysds/api/DMLException.html" title="class in org.apache.sysds.api">DMLException</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.api.DMLException.ERROR_MSG_DELIMITER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/api/DMLException.html#ERROR_MSG_DELIMITER">ERROR_MSG_DELIMITER</a></code></td>
+<td class="colLast"><code>" : "</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.api.mlcontext.<a href="org/apache/sysds/api/mlcontext/MLContextUtil.html" title="class in org.apache.sysds.api.mlcontext">MLContextUtil</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.api.mlcontext.MLContextUtil.BUILD_TIME_NOT_AVAILABLE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/api/mlcontext/MLContextUtil.html#BUILD_TIME_NOT_AVAILABLE">BUILD_TIME_NOT_AVAILABLE</a></code></td>
+<td class="colLast"><code>"Build time not available"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.api.mlcontext.MLContextUtil.VERSION_NOT_AVAILABLE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/api/mlcontext/MLContextUtil.html#VERSION_NOT_AVAILABLE">VERSION_NOT_AVAILABLE</a></code></td>
+<td class="colLast"><code>"Version not available"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.conf.<a href="org/apache/sysds/conf/DMLConfig.html" title="class in org.apache.sysds.conf">DMLConfig</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.AVAILABLE_GPUS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#AVAILABLE_GPUS">AVAILABLE_GPUS</a></code></td>
+<td class="colLast"><code>"sysds.gpu.availableGPUs"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CODEGEN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CODEGEN">CODEGEN</a></code></td>
+<td class="colLast"><code>"sysds.codegen.enabled"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CODEGEN_API">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CODEGEN_API">CODEGEN_API</a></code></td>
+<td class="colLast"><code>"sysds.codegen.api"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CODEGEN_COMPILER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CODEGEN_COMPILER">CODEGEN_COMPILER</a></code></td>
+<td class="colLast"><code>"sysds.codegen.compiler"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CODEGEN_LITERALS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CODEGEN_LITERALS">CODEGEN_LITERALS</a></code></td>
+<td class="colLast"><code>"sysds.codegen.literals"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CODEGEN_OPTIMIZER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CODEGEN_OPTIMIZER">CODEGEN_OPTIMIZER</a></code></td>
+<td class="colLast"><code>"sysds.codegen.optimizer"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CODEGEN_PLANCACHE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CODEGEN_PLANCACHE">CODEGEN_PLANCACHE</a></code></td>
+<td class="colLast"><code>"sysds.codegen.plancache"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPILERASSISTED_RW">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#COMPILERASSISTED_RW">COMPILERASSISTED_RW</a></code></td>
+<td class="colLast"><code>"sysds.lineage.compilerassisted"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_COCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#COMPRESSED_COCODE">COMPRESSED_COCODE</a></code></td>
+<td class="colLast"><code>"sysds.compressed.cocode"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_LINALG">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#COMPRESSED_LINALG">COMPRESSED_LINALG</a></code></td>
+<td class="colLast"><code>"sysds.compressed.linalg"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_LOSSY">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#COMPRESSED_LOSSY">COMPRESSED_LOSSY</a></code></td>
+<td class="colLast"><code>"sysds.compressed.lossy"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_OVERLAPPING">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#COMPRESSED_OVERLAPPING">COMPRESSED_OVERLAPPING</a></code></td>
+<td class="colLast"><code>"sysds.compressed.overlapping"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_SAMPLING_RATIO">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#COMPRESSED_SAMPLING_RATIO">COMPRESSED_SAMPLING_RATIO</a></code></td>
+<td class="colLast"><code>"sysds.compressed.sampling.ratio"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_TRANSPOSE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#COMPRESSED_TRANSPOSE">COMPRESSED_TRANSPOSE</a></code></td>
+<td class="colLast"><code>"sysds.compressed.transpose"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_VALID_COMPRESSIONS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#COMPRESSED_VALID_COMPRESSIONS">COMPRESSED_VALID_COMPRESSIONS</a></code></td>
+<td class="colLast"><code>"sysds.compressed.valid.compressions"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CP_PARALLEL_IO">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CP_PARALLEL_IO">CP_PARALLEL_IO</a></code></td>
+<td class="colLast"><code>"sysds.cp.parallel.io"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CP_PARALLEL_OPS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CP_PARALLEL_OPS">CP_PARALLEL_OPS</a></code></td>
+<td class="colLast"><code>"sysds.cp.parallel.ops"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.DEFAULT_BLOCK_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#DEFAULT_BLOCK_SIZE">DEFAULT_BLOCK_SIZE</a></code></td>
+<td class="colLast"><code>"sysds.defaultblocksize"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.DEFAULT_FEDERATED_INITIALIZATION_TIMEOUT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#DEFAULT_FEDERATED_INITIALIZATION_TIMEOUT">DEFAULT_FEDERATED_INITIALIZATION_TIMEOUT</a></code></td>
+<td class="colLast"><code>"sysds.federated.initialization.timeout"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.DEFAULT_FEDERATED_PORT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#DEFAULT_FEDERATED_PORT">DEFAULT_FEDERATED_PORT</a></code></td>
+<td class="colLast"><code>4040</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.DEFAULT_NUMBER_OF_FEDERATED_WORKER_THREADS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#DEFAULT_NUMBER_OF_FEDERATED_WORKER_THREADS">DEFAULT_NUMBER_OF_FEDERATED_WORKER_THREADS</a></code></td>
+<td class="colLast"><code>2</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.DEFAULT_SHARED_DIR_PERMISSION">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#DEFAULT_SHARED_DIR_PERMISSION">DEFAULT_SHARED_DIR_PERMISSION</a></code></td>
+<td class="colLast"><code>"777"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.DEFAULT_SYSTEMDS_CONFIG_FILEPATH">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#DEFAULT_SYSTEMDS_CONFIG_FILEPATH">DEFAULT_SYSTEMDS_CONFIG_FILEPATH</a></code></td>
+<td class="colLast"><code>"./SystemDS-config.xml"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.EAGER_CUDA_FREE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#EAGER_CUDA_FREE">EAGER_CUDA_FREE</a></code></td>
+<td class="colLast"><code>"sysds.gpu.eager.cudaFree"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.EVICTION_SHADOW_BUFFERSIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#EVICTION_SHADOW_BUFFERSIZE">EVICTION_SHADOW_BUFFERSIZE</a></code></td>
+<td class="colLast"><code>"sysds.gpu.eviction.shadow.bufferSize"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.FLOATING_POINT_PRECISION">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#FLOATING_POINT_PRECISION">FLOATING_POINT_PRECISION</a></code></td>
+<td class="colLast"><code>"sysds.floating.point.precision"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.GPU_EVICTION_POLICY">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#GPU_EVICTION_POLICY">GPU_EVICTION_POLICY</a></code></td>
+<td class="colLast"><code>"sysds.gpu.eviction.policy"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.GPU_MEMORY_ALLOCATOR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#GPU_MEMORY_ALLOCATOR">GPU_MEMORY_ALLOCATOR</a></code></td>
+<td class="colLast"><code>"sysds.gpu.memory.allocator"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.GPU_MEMORY_UTILIZATION_FACTOR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#GPU_MEMORY_UTILIZATION_FACTOR">GPU_MEMORY_UTILIZATION_FACTOR</a></code></td>
+<td class="colLast"><code>"sysds.gpu.memory.util.factor"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.LINEAGECACHESPILL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#LINEAGECACHESPILL">LINEAGECACHESPILL</a></code></td>
+<td class="colLast"><code>"sysds.lineage.cachespill"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.LOCAL_SPARK_NUM_THREADS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#LOCAL_SPARK_NUM_THREADS">LOCAL_SPARK_NUM_THREADS</a></code></td>
+<td class="colLast"><code>"sysds.local.spark.number.threads"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.LOCAL_TMP_DIR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#LOCAL_TMP_DIR">LOCAL_TMP_DIR</a></code></td>
+<td class="colLast"><code>"sysds.localtmpdir"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.NATIVE_BLAS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#NATIVE_BLAS">NATIVE_BLAS</a></code></td>
+<td class="colLast"><code>"sysds.native.blas"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.NATIVE_BLAS_DIR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#NATIVE_BLAS_DIR">NATIVE_BLAS_DIR</a></code></td>
+<td class="colLast"><code>"sysds.native.blas.directory"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.OPTIMIZATION_LEVEL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#OPTIMIZATION_LEVEL">OPTIMIZATION_LEVEL</a></code></td>
+<td class="colLast"><code>"sysds.optlevel"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.PRINT_GPU_MEMORY_INFO">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#PRINT_GPU_MEMORY_INFO">PRINT_GPU_MEMORY_INFO</a></code></td>
+<td class="colLast"><code>"sysds.gpu.print.memoryInfo"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.SCRATCH_SPACE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#SCRATCH_SPACE">SCRATCH_SPACE</a></code></td>
+<td class="colLast"><code>"sysds.scratch"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.STATS_MAX_WRAP_LEN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#STATS_MAX_WRAP_LEN">STATS_MAX_WRAP_LEN</a></code></td>
+<td class="colLast"><code>"sysds.stats.maxWrapLength"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.SYNCHRONIZE_GPU">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#SYNCHRONIZE_GPU">SYNCHRONIZE_GPU</a></code></td>
+<td class="colLast"><code>"sysds.gpu.sync.postProcess"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.USE_SSL_FEDERATED_COMMUNICATION">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#USE_SSL_FEDERATED_COMMUNICATION">USE_SSL_FEDERATED_COMMUNICATION</a></code></td>
+<td class="colLast"><code>"sysds.federated.ssl"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.<a href="org/apache/sysds/hops/AggBinaryOp.html" title="class in org.apache.sysds.hops">AggBinaryOp</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.AggBinaryOp.MAPMULT_MEM_MULTIPLIER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/hops/AggBinaryOp.html#MAPMULT_MEM_MULTIPLIER">MAPMULT_MEM_MULTIPLIER</a></code></td>
+<td class="colLast"><code>1.0</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.<a href="org/apache/sysds/hops/BinaryOp.html" title="class in org.apache.sysds.hops">BinaryOp</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.BinaryOp.APPEND_MEM_MULTIPLIER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/hops/BinaryOp.html#APPEND_MEM_MULTIPLIER">APPEND_MEM_MULTIPLIER</a></code></td>
+<td class="colLast"><code>1.0</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.<a href="org/apache/sysds/hops/DataGenOp.html" title="class in org.apache.sysds.hops">DataGenOp</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.DataGenOp.UNSPECIFIED_SEED">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/DataGenOp.html#UNSPECIFIED_SEED">UNSPECIFIED_SEED</a></code></td>
+<td class="colLast"><code>-1L</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.<a href="org/apache/sysds/hops/FunctionOp.html" title="class in org.apache.sysds.hops">FunctionOp</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.FunctionOp.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/hops/FunctionOp.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"fcall"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.<a href="org/apache/sysds/hops/Hop.html" title="class in org.apache.sysds.hops">Hop</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.Hop.CPThreshold">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/Hop.html#CPThreshold">CPThreshold</a></code></td>
+<td class="colLast"><code>2000L</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.<a href="org/apache/sysds/hops/OptimizerUtils.html" title="class in org.apache.sysds.hops">OptimizerUtils</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.ALLOW_COMBINE_FILE_INPUT_FORMAT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#ALLOW_COMBINE_FILE_INPUT_FORMAT">ALLOW_COMBINE_FILE_INPUT_FORMAT</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.ALLOW_SCRIPT_LEVEL_COMPRESS_COMMAND">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#ALLOW_SCRIPT_LEVEL_COMPRESS_COMMAND">ALLOW_SCRIPT_LEVEL_COMPRESS_COMMAND</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.BOOLEAN_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#BOOLEAN_SIZE">BOOLEAN_SIZE</a></code></td>
+<td class="colLast"><code>1L</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.CHAR_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#CHAR_SIZE">CHAR_SIZE</a></code></td>
+<td class="colLast"><code>1L</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.DEFAULT_BLOCKSIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#DEFAULT_BLOCKSIZE">DEFAULT_BLOCKSIZE</a></code></td>
+<td class="colLast"><code>1000</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.DEFAULT_FRAME_BLOCKSIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#DEFAULT_FRAME_BLOCKSIZE">DEFAULT_FRAME_BLOCKSIZE</a></code></td>
+<td class="colLast"><code>1000</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.DOUBLE_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#DOUBLE_SIZE">DOUBLE_SIZE</a></code></td>
+<td class="colLast"><code>8L</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.INT_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#INT_SIZE">INT_SIZE</a></code></td>
+<td class="colLast"><code>4L</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.INVALID_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#INVALID_SIZE">INVALID_SIZE</a></code></td>
+<td class="colLast"><code>-1.0</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.MAX_NUMCELLS_CP_DENSE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#MAX_NUMCELLS_CP_DENSE">MAX_NUMCELLS_CP_DENSE</a></code></td>
+<td class="colLast"><code>2147483647L</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.PARALLEL_CP_READ_PARALLELISM_MULTIPLIER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#PARALLEL_CP_READ_PARALLELISM_MULTIPLIER">PARALLEL_CP_READ_PARALLELISM_MULTIPLIER</a></code></td>
+<td class="colLast"><code>1.0</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.PARALLEL_CP_WRITE_PARALLELISM_MULTIPLIER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#PARALLEL_CP_WRITE_PARALLELISM_MULTIPLIER">PARALLEL_CP_WRITE_PARALLELISM_MULTIPLIER</a></code></td>
+<td class="colLast"><code>1.0</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.SAFE_REP_CHANGE_THRES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#SAFE_REP_CHANGE_THRES">SAFE_REP_CHANGE_THRES</a></code></td>
+<td class="colLast"><code>8388608L</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.codegen.<a href="org/apache/sysds/hops/codegen/SpoofCompiler.html" title="class in org.apache.sysds.hops.codegen">SpoofCompiler</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.codegen.SpoofCompiler.PLAN_CACHE_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/hops/codegen/SpoofCompiler.html#PLAN_CACHE_SIZE">PLAN_CACHE_SIZE</a></code></td>
+<td class="colLast"><code>1024</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.codegen.SpoofCompiler.PRUNE_REDUNDANT_PLANS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/codegen/SpoofCompiler.html#PRUNE_REDUNDANT_PLANS">PRUNE_REDUNDANT_PLANS</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.codegen.SpoofCompiler.RECOMPILE_CODEGEN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/codegen/SpoofCompiler.html#RECOMPILE_CODEGEN">RECOMPILE_CODEGEN</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.codegen.opt.<a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseCostBasedV2.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelectionFuseCostBasedV2</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.codegen.opt.PlanSelectionFuseCostBasedV2.COST_MIN_EPS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseCostBasedV2.html#COST_MIN_EPS">COST_MIN_EPS</a></code></td>
+<td class="colLast"><code>0.01</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.codegen.opt.PlanSelectionFuseCostBasedV2.COST_MIN_EPS_NUM_POINTS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseCostBasedV2.html#COST_MIN_EPS_NUM_POINTS">COST_MIN_EPS_NUM_POINTS</a></code></td>
+<td class="colLast"><code>20</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.cost.<a href="org/apache/sysds/hops/cost/CostEstimatorStaticRuntime.html" title="class in org.apache.sysds.hops.cost">CostEstimatorStaticRuntime</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.cost.CostEstimatorStaticRuntime.DEFAULT_MBS_HDFSREAD_BINARYBLOCK_SPARSE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/hops/cost/CostEstimatorStaticRuntime.html#DEFAULT_MBS_HDFSREAD_BINARYBLOCK_SPARSE">DEFAULT_MBS_HDFSREAD_BINARYBLOCK_SPARSE</a></code></td>
+<td class="colLast"><code>75.0</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.estim.<a href="org/apache/sysds/hops/estim/SparsityEstimator.html" title="class in org.apache.sysds.hops.estim">SparsityEstimator</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.estim.SparsityEstimator.MIN_PAR_THRESHOLD">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/hops/estim/SparsityEstimator.html#MIN_PAR_THRESHOLD">MIN_PAR_THRESHOLD</a></code></td>
+<td class="colLast"><code>10240</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/Append.html" title="class in org.apache.sysds.lops">Append</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Append.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Append.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"append"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/AppendG.html" title="class in org.apache.sysds.lops">AppendG</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.AppendG.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/AppendG.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"gappend"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/AppendGAlignedSP.html" title="class in org.apache.sysds.lops">AppendGAlignedSP</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.AppendGAlignedSP.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/AppendGAlignedSP.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"galignedappend"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/AppendM.html" title="class in org.apache.sysds.lops">AppendM</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.AppendM.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/AppendM.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mappend"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/AppendR.html" title="class in org.apache.sysds.lops">AppendR</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.AppendR.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/AppendR.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"rappend"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/BinaryUAggChain.html" title="class in org.apache.sysds.lops">BinaryUAggChain</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.BinaryUAggChain.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/BinaryUAggChain.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"binuaggchain"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/Checkpoint.html" title="class in org.apache.sysds.lops">Checkpoint</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Checkpoint.CHECKPOINT_SPARSE_CSR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/lops/Checkpoint.html#CHECKPOINT_SPARSE_CSR">CHECKPOINT_SPARSE_CSR</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Checkpoint.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Checkpoint.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"chkpoint"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/Compression.html" title="class in org.apache.sysds.lops">Compression</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Compression.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Compression.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"compress"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/CSVReBlock.html" title="class in org.apache.sysds.lops">CSVReBlock</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.CSVReBlock.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/CSVReBlock.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"csvrblk"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/Data.html" title="class in org.apache.sysds.lops">Data</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Data.PREAD_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Data.html#PREAD_PREFIX">PREAD_PREFIX</a></code></td>
+<td class="colLast"><code>"pREAD"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/DataGen.html" title="class in org.apache.sysds.lops">DataGen</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.DataGen.FRAME_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/DataGen.html#FRAME_OPCODE">FRAME_OPCODE</a></code></td>
+<td class="colLast"><code>"frame"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.DataGen.RAND_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/DataGen.html#RAND_OPCODE">RAND_OPCODE</a></code></td>
+<td class="colLast"><code>"rand"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.DataGen.SAMPLE_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/DataGen.html#SAMPLE_OPCODE">SAMPLE_OPCODE</a></code></td>
+<td class="colLast"><code>"sample"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.DataGen.SEQ_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/DataGen.html#SEQ_OPCODE">SEQ_OPCODE</a></code></td>
+<td class="colLast"><code>"seq"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.DataGen.SINIT_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/DataGen.html#SINIT_OPCODE">SINIT_OPCODE</a></code></td>
+<td class="colLast"><code>"sinit"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.DataGen.TIME_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/DataGen.html#TIME_OPCODE">TIME_OPCODE</a></code></td>
+<td class="colLast"><code>"time"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/DeCompression.html" title="class in org.apache.sysds.lops">DeCompression</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.DeCompression.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/DeCompression.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"decompress"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/GroupedAggregate.html" title="class in org.apache.sysds.lops">GroupedAggregate</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.GroupedAggregate.COMBINEDINPUT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/GroupedAggregate.html#COMBINEDINPUT">COMBINEDINPUT</a></code></td>
+<td class="colLast"><code>"combinedinput"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/GroupedAggregateM.html" title="class in org.apache.sysds.lops">GroupedAggregateM</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.GroupedAggregateM.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/GroupedAggregateM.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapgroupedagg"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/LeftIndex.html" title="class in org.apache.sysds.lops">LeftIndex</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.LeftIndex.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/LeftIndex.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"leftIndex"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/Lop.html" title="class in org.apache.sysds.lops">Lop</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.CP_CHILD_THREAD">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#CP_CHILD_THREAD">CP_CHILD_THREAD</a></code></td>
+<td class="colLast"><code>"_t"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.CP_ROOT_THREAD_ID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#CP_ROOT_THREAD_ID">CP_ROOT_THREAD_ID</a></code></td>
+<td class="colLast"><code>"_t0"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.DATATYPE_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#DATATYPE_PREFIX">DATATYPE_PREFIX</a></code></td>
+<td class="colLast"><code>"\u00b7"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.FILE_SEPARATOR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#FILE_SEPARATOR">FILE_SEPARATOR</a></code></td>
+<td class="colLast"><code>"/"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.FRAME_VAR_NAME_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#FRAME_VAR_NAME_PREFIX">FRAME_VAR_NAME_PREFIX</a></code></td>
+<td class="colLast"><code>"_fVar"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.INSTRUCTION_DELIMITOR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#INSTRUCTION_DELIMITOR">INSTRUCTION_DELIMITOR</a></code></td>
+<td class="colLast"><code>"\u2021"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.LITERAL_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#LITERAL_PREFIX">LITERAL_PREFIX</a></code></td>
+<td class="colLast"><code>"\u00b7"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.MATRIX_VAR_NAME_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#MATRIX_VAR_NAME_PREFIX">MATRIX_VAR_NAME_PREFIX</a></code></td>
+<td class="colLast"><code>"_mVar"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.NAME_VALUE_SEPARATOR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#NAME_VALUE_SEPARATOR">NAME_VALUE_SEPARATOR</a></code></td>
+<td class="colLast"><code>"="</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.OPERAND_DELIMITOR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#OPERAND_DELIMITOR">OPERAND_DELIMITOR</a></code></td>
+<td class="colLast"><code>"\u00b0"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.PROCESS_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#PROCESS_PREFIX">PROCESS_PREFIX</a></code></td>
+<td class="colLast"><code>"_p"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.SAMPLE_FRACTION">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#SAMPLE_FRACTION">SAMPLE_FRACTION</a></code></td>
+<td class="colLast"><code>0.01</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.SCALAR_VAR_NAME_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#SCALAR_VAR_NAME_PREFIX">SCALAR_VAR_NAME_PREFIX</a></code></td>
+<td class="colLast"><code>"_Var"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.UPDATE_INPLACE_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#UPDATE_INPLACE_PREFIX">UPDATE_INPLACE_PREFIX</a></code></td>
+<td class="colLast"><code>"_uip"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.VALUETYPE_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#VALUETYPE_PREFIX">VALUETYPE_PREFIX</a></code></td>
+<td class="colLast"><code>"\u00b7"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.VARIABLE_NAME_PLACEHOLDER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#VARIABLE_NAME_PLACEHOLDER">VARIABLE_NAME_PLACEHOLDER</a></code></td>
+<td class="colLast"><code>"\u00b6"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/MapMult.html" title="class in org.apache.sysds.lops">MapMult</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.MapMult.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/MapMult.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapmm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/MapMultChain.html" title="class in org.apache.sysds.lops">MapMultChain</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.MapMultChain.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/MapMultChain.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapmmchain"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.MapMultChain.OPCODE_CP">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/MapMultChain.html#OPCODE_CP">OPCODE_CP</a></code></td>
+<td class="colLast"><code>"mmchain"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/PickByCount.html" title="class in org.apache.sysds.lops">PickByCount</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.PickByCount.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/PickByCount.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"qpick"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/PMapMult.html" title="class in org.apache.sysds.lops">PMapMult</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.PMapMult.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/PMapMult.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"pmapmm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/PMMJ.html" title="class in org.apache.sysds.lops">PMMJ</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.PMMJ.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/PMMJ.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"pmm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/ReBlock.html" title="class in org.apache.sysds.lops">ReBlock</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.ReBlock.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/ReBlock.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"rblk"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/RightIndex.html" title="class in org.apache.sysds.lops">RightIndex</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.RightIndex.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/RightIndex.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"rightIndex"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/SortKeys.html" title="class in org.apache.sysds.lops">SortKeys</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.SortKeys.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/SortKeys.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"qsort"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/TernaryAggregate.html" title="class in org.apache.sysds.lops">TernaryAggregate</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.TernaryAggregate.OPCODE_C">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/TernaryAggregate.html#OPCODE_C">OPCODE_C</a></code></td>
+<td class="colLast"><code>"tack+*"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.TernaryAggregate.OPCODE_RC">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/TernaryAggregate.html#OPCODE_RC">OPCODE_RC</a></code></td>
+<td class="colLast"><code>"tak+*"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/UAggOuterChain.html" title="class in org.apache.sysds.lops">UAggOuterChain</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.UAggOuterChain.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/UAggOuterChain.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"uaggouterchain"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/UnaryCP.html" title="class in org.apache.sysds.lops">UnaryCP</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.UnaryCP.CAST_AS_BOOLEAN_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/UnaryCP.html#CAST_AS_BOOLEAN_OPCODE">CAST_AS_BOOLEAN_OPCODE</a></code></td>
+<td class="colLast"><code>"castvtb"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.UnaryCP.CAST_AS_DOUBLE_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/UnaryCP.html#CAST_AS_DOUBLE_OPCODE">CAST_AS_DOUBLE_OPCODE</a></code></td>
+<td class="colLast"><code>"castvtd"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.UnaryCP.CAST_AS_FRAME_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/UnaryCP.html#CAST_AS_FRAME_OPCODE">CAST_AS_FRAME_OPCODE</a></code></td>
+<td class="colLast"><code>"castdtf"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.UnaryCP.CAST_AS_INT_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/UnaryCP.html#CAST_AS_INT_OPCODE">CAST_AS_INT_OPCODE</a></code></td>
+<td class="colLast"><code>"castvti"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.UnaryCP.CAST_AS_MATRIX_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/UnaryCP.html#CAST_AS_MATRIX_OPCODE">CAST_AS_MATRIX_OPCODE</a></code></td>
+<td class="colLast"><code>"castdtm"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.UnaryCP.CAST_AS_SCALAR_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/UnaryCP.html#CAST_AS_SCALAR_OPCODE">CAST_AS_SCALAR_OPCODE</a></code></td>
+<td class="colLast"><code>"castdts"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedCrossEntropy.html" title="class in org.apache.sysds.lops">WeightedCrossEntropy</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedCrossEntropy.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedCrossEntropy.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapwcemm"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedCrossEntropy.OPCODE_CP">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedCrossEntropy.html#OPCODE_CP">OPCODE_CP</a></code></td>
+<td class="colLast"><code>"wcemm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedCrossEntropyR.html" title="class in org.apache.sysds.lops">WeightedCrossEntropyR</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedCrossEntropyR.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedCrossEntropyR.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"redwcemm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedDivMM.html" title="class in org.apache.sysds.lops">WeightedDivMM</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedDivMM.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedDivMM.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapwdivmm"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedDivMM.OPCODE_CP">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedDivMM.html#OPCODE_CP">OPCODE_CP</a></code></td>
+<td class="colLast"><code>"wdivmm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedDivMMR.html" title="class in org.apache.sysds.lops">WeightedDivMMR</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedDivMMR.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedDivMMR.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"redwdivmm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedSigmoid.html" title="class in org.apache.sysds.lops">WeightedSigmoid</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedSigmoid.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedSigmoid.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapwsigmoid"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedSigmoid.OPCODE_CP">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedSigmoid.html#OPCODE_CP">OPCODE_CP</a></code></td>
+<td class="colLast"><code>"wsigmoid"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedSigmoidR.html" title="class in org.apache.sysds.lops">WeightedSigmoidR</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedSigmoidR.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedSigmoidR.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"redwsigmoid"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedSquaredLoss.html" title="class in org.apache.sysds.lops">WeightedSquaredLoss</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedSquaredLoss.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedSquaredLoss.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapwsloss"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedSquaredLoss.OPCODE_CP">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedSquaredLoss.html#OPCODE_CP">OPCODE_CP</a></code></td>
+<td class="colLast"><code>"wsloss"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedSquaredLossR.html" title="class in org.apache.sysds.lops">WeightedSquaredLossR</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedSquaredLossR.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedSquaredLossR.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"redwsloss"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedUnaryMM.html" title="class in org.apache.sysds.lops">WeightedUnaryMM</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedUnaryMM.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedUnaryMM.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapwumm"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedUnaryMM.OPCODE_CP">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedUnaryMM.html#OPCODE_CP">OPCODE_CP</a></code></td>
+<td class="colLast"><code>"wumm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedUnaryMMR.html" title="class in org.apache.sysds.lops">WeightedUnaryMMR</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedUnaryMMR.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedUnaryMMR.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"redwumm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.<a href="org/apache/sysds/parser/DataExpression.html" title="class in org.apache.sysds.parser">DataExpression</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.AUTHORPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#AUTHORPARAM">AUTHORPARAM</a></code></td>
+<td class="colLast"><code>"author"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.COLUMNBLOCKCOUNTPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#COLUMNBLOCKCOUNTPARAM">COLUMNBLOCKCOUNTPARAM</a></code></td>
+<td class="colLast"><code>"cols_in_block"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.CREATEDPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#CREATEDPARAM">CREATEDPARAM</a></code></td>
+<td class="colLast"><code>"created"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DATATYPEPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DATATYPEPARAM">DATATYPEPARAM</a></code></td>
+<td class="colLast"><code>"data_type"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_DELIM_DELIMITER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DEFAULT_DELIM_DELIMITER">DEFAULT_DELIM_DELIMITER</a></code></td>
+<td class="colLast"><code>","</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_DELIM_FILL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DEFAULT_DELIM_FILL">DEFAULT_DELIM_FILL</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_DELIM_FILL_VALUE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DEFAULT_DELIM_FILL_VALUE">DEFAULT_DELIM_FILL_VALUE</a></code></td>
+<td class="colLast"><code>0.0</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_DELIM_HAS_HEADER_ROW">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DEFAULT_DELIM_HAS_HEADER_ROW">DEFAULT_DELIM_HAS_HEADER_ROW</a></code></td>
+<td class="colLast"><code>false</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_DELIM_SPARSE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DEFAULT_DELIM_SPARSE">DEFAULT_DELIM_SPARSE</a></code></td>
+<td class="colLast"><code>false</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_LIBSVM_INDEX_DELIM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DEFAULT_LIBSVM_INDEX_DELIM">DEFAULT_LIBSVM_INDEX_DELIM</a></code></td>
+<td class="colLast"><code>":"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_NA_STRINGS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DEFAULT_NA_STRINGS">DEFAULT_NA_STRINGS</a></code></td>
+<td class="colLast"><code>""</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_SCHEMAPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DEFAULT_SCHEMAPARAM">DEFAULT_SCHEMAPARAM</a></code></td>
+<td class="colLast"><code>"NULL"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DELIM_DELIMITER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DELIM_DELIMITER">DELIM_DELIMITER</a></code></td>
+<td class="colLast"><code>"sep"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DELIM_FILL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DELIM_FILL">DELIM_FILL</a></code></td>
+<td class="colLast"><code>"fill"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DELIM_FILL_VALUE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DELIM_FILL_VALUE">DELIM_FILL_VALUE</a></code></td>
+<td class="colLast"><code>"default"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DELIM_HAS_HEADER_ROW">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DELIM_HAS_HEADER_ROW">DELIM_HAS_HEADER_ROW</a></code></td>
+<td class="colLast"><code>"header"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DELIM_NA_STRING_SEP">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DELIM_NA_STRING_SEP">DELIM_NA_STRING_SEP</a></code></td>
+<td class="colLast"><code>"\u00b7"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DELIM_NA_STRINGS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DELIM_NA_STRINGS">DELIM_NA_STRINGS</a></code></td>
+<td class="colLast"><code>"naStrings"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DELIM_SPARSE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DELIM_SPARSE">DELIM_SPARSE</a></code></td>
+<td class="colLast"><code>"sparse"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DESCRIPTIONPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DESCRIPTIONPARAM">DESCRIPTIONPARAM</a></code></td>
+<td class="colLast"><code>"description"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.FED_ADDRESSES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#FED_ADDRESSES">FED_ADDRESSES</a></code></td>
+<td class="colLast"><code>"addresses"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.FED_RANGES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#FED_RANGES">FED_RANGES</a></code></td>
+<td class="colLast"><code>"ranges"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.FED_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#FED_TYPE">FED_TYPE</a></code></td>
+<td class="colLast"><code>"type"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.FINE_GRAINED_PRIVACY">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#FINE_GRAINED_PRIVACY">FINE_GRAINED_PRIVACY</a></code></td>
+<td class="colLast"><code>"fine_grained_privacy"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.FORMAT_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#FORMAT_TYPE">FORMAT_TYPE</a></code></td>
+<td class="colLast"><code>"format"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.HDF5_DATASET_NAME">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#HDF5_DATASET_NAME">HDF5_DATASET_NAME</a></code></td>
+<td class="colLast"><code>"dataset"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.IO_FILENAME">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#IO_FILENAME">IO_FILENAME</a></code></td>
+<td class="colLast"><code>"iofilename"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.LIBSVM_INDEX_DELIM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#LIBSVM_INDEX_DELIM">LIBSVM_INDEX_DELIM</a></code></td>
+<td class="colLast"><code>"indSep"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.PRIVACY">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#PRIVACY">PRIVACY</a></code></td>
+<td class="colLast"><code>"privacy"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_BY_ROW">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_BY_ROW">RAND_BY_ROW</a></code></td>
+<td class="colLast"><code>"byrow"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_COLS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_COLS">RAND_COLS</a></code></td>
+<td class="colLast"><code>"cols"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_DATA">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_DATA">RAND_DATA</a></code></td>
+<td class="colLast"><code>"data"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_DIMNAMES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_DIMNAMES">RAND_DIMNAMES</a></code></td>
+<td class="colLast"><code>"dimnames"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_DIMS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_DIMS">RAND_DIMS</a></code></td>
+<td class="colLast"><code>"dims"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_LAMBDA">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_LAMBDA">RAND_LAMBDA</a></code></td>
+<td class="colLast"><code>"lambda"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_MAX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_MAX">RAND_MAX</a></code></td>
+<td class="colLast"><code>"max"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_MIN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_MIN">RAND_MIN</a></code></td>
+<td class="colLast"><code>"min"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_PDF">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_PDF">RAND_PDF</a></code></td>
+<td class="colLast"><code>"pdf"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_PDF_UNIFORM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_PDF_UNIFORM">RAND_PDF_UNIFORM</a></code></td>
+<td class="colLast"><code>"uniform"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_ROWS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_ROWS">RAND_ROWS</a></code></td>
+<td class="colLast"><code>"rows"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_SEED">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_SEED">RAND_SEED</a></code></td>
+<td class="colLast"><code>"seed"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_SPARSITY">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_SPARSITY">RAND_SPARSITY</a></code></td>
+<td class="colLast"><code>"sparsity"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.READCOLPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#READCOLPARAM">READCOLPARAM</a></code></td>
+<td class="colLast"><code>"cols"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.READNNZPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#READNNZPARAM">READNNZPARAM</a></code></td>
+<td class="colLast"><code>"nnz"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.READROWPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#READROWPARAM">READROWPARAM</a></code></td>
+<td class="colLast"><code>"rows"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.ROWBLOCKCOUNTPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#ROWBLOCKCOUNTPARAM">ROWBLOCKCOUNTPARAM</a></code></td>
+<td class="colLast"><code>"rows_in_block"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.SCHEMAPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#SCHEMAPARAM">SCHEMAPARAM</a></code></td>
+<td class="colLast"><code>"schema"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.SQL_CONN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#SQL_CONN">SQL_CONN</a></code></td>
+<td class="colLast"><code>"conn"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.SQL_PASS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#SQL_PASS">SQL_PASS</a></code></td>
+<td class="colLast"><code>"password"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.SQL_QUERY">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#SQL_QUERY">SQL_QUERY</a></code></td>
+<td class="colLast"><code>"query"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.SQL_USER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#SQL_USER">SQL_USER</a></code></td>
+<td class="colLast"><code>"user"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.VALUETYPEPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#VALUETYPEPARAM">VALUETYPEPARAM</a></code></td>
+<td class="colLast"><code>"value_type"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.<a href="org/apache/sysds/parser/DMLProgram.html" title="class in org.apache.sysds.parser">DMLProgram</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DMLProgram.BUILTIN_NAMESPACE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DMLProgram.html#BUILTIN_NAMESPACE">BUILTIN_NAMESPACE</a></code></td>
+<td class="colLast"><code>".builtinNS"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DMLProgram.DEFAULT_NAMESPACE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DMLProgram.html#DEFAULT_NAMESPACE">DEFAULT_NAMESPACE</a></code></td>
+<td class="colLast"><code>".defaultNS"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DMLProgram.INTERNAL_NAMESPACE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DMLProgram.html#INTERNAL_NAMESPACE">INTERNAL_NAMESPACE</a></code></td>
+<td class="colLast"><code>"_internal"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.<a href="org/apache/sysds/parser/LanguageException.LanguageErrorCodes.html" title="class in org.apache.sysds.parser">LanguageException.LanguageErrorCodes</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.LanguageException.LanguageErrorCodes.INVALID_PARAMETERS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/LanguageException.LanguageErrorCodes.html#INVALID_PARAMETERS">INVALID_PARAMETERS</a></code></td>
+<td class="colLast"><code>"Invalid Parameters"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.LanguageException.LanguageErrorCodes.UNSUPPORTED_EXPRESSION">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/LanguageException.LanguageErrorCodes.html#UNSUPPORTED_EXPRESSION">UNSUPPORTED_EXPRESSION</a></code></td>
+<td class="colLast"><code>"Unsupported Expression"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.LanguageException.LanguageErrorCodes.UNSUPPORTED_PARAMETERS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/LanguageException.LanguageErrorCodes.html#UNSUPPORTED_PARAMETERS">UNSUPPORTED_PARAMETERS</a></code></td>
+<td class="colLast"><code>"Unsupported Parameters"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.<a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html" title="class in org.apache.sysds.parser">ParameterizedBuiltinFunctionExpression</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParameterizedBuiltinFunctionExpression.TF_FN_PARAM_DATA">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html#TF_FN_PARAM_DATA">TF_FN_PARAM_DATA</a></code></td>
+<td class="colLast"><code>"target"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParameterizedBuiltinFunctionExpression.TF_FN_PARAM_MTD">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html#TF_FN_PARAM_MTD">TF_FN_PARAM_MTD</a></code></td>
+<td class="colLast"><code>"transformPath"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParameterizedBuiltinFunctionExpression.TF_FN_PARAM_MTD2">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html#TF_FN_PARAM_MTD2">TF_FN_PARAM_MTD2</a></code></td>
+<td class="colLast"><code>"meta"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParameterizedBuiltinFunctionExpression.TF_FN_PARAM_SPEC">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html#TF_FN_PARAM_SPEC">TF_FN_PARAM_SPEC</a></code></td>
+<td class="colLast"><code>"spec"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.<a href="org/apache/sysds/parser/ParForStatementBlock.html" title="class in org.apache.sysds.parser">ParForStatementBlock</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.CHECK">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#CHECK">CHECK</a></code></td>
+<td class="colLast"><code>"check"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.DATA_PARTITIONER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#DATA_PARTITIONER">DATA_PARTITIONER</a></code></td>
+<td class="colLast"><code>"datapartitioner"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.EXEC_MODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#EXEC_MODE">EXEC_MODE</a></code></td>
+<td class="colLast"><code>"mode"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.INTERAL_FN_INDEX_COL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#INTERAL_FN_INDEX_COL">INTERAL_FN_INDEX_COL</a></code></td>
+<td class="colLast"><code>"__ixc"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.INTERAL_FN_INDEX_ROW">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#INTERAL_FN_INDEX_ROW">INTERAL_FN_INDEX_ROW</a></code></td>
+<td class="colLast"><code>"__ixr"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.OPT_LOG">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#OPT_LOG">OPT_LOG</a></code></td>
+<td class="colLast"><code>"log"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.OPT_MODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#OPT_MODE">OPT_MODE</a></code></td>
+<td class="colLast"><code>"opt"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.PAR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#PAR">PAR</a></code></td>
+<td class="colLast"><code>"par"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.PROFILE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#PROFILE">PROFILE</a></code></td>
+<td class="colLast"><code>"profile"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.RESULT_MERGE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#RESULT_MERGE">RESULT_MERGE</a></code></td>
+<td class="colLast"><code>"resultmerge"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.TASK_PARTITIONER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#TASK_PARTITIONER">TASK_PARTITIONER</a></code></td>
+<td class="colLast"><code>"taskpartitioner"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.TASK_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#TASK_SIZE">TASK_SIZE</a></code></td>
+<td class="colLast"><code>"tasksize"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.<a href="org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser">Statement</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.BOOLEAN_VALUE_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#BOOLEAN_VALUE_TYPE">BOOLEAN_VALUE_TYPE</a></code></td>
+<td class="colLast"><code>"boolean"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.DOUBLE_VALUE_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#DOUBLE_VALUE_TYPE">DOUBLE_VALUE_TYPE</a></code></td>
+<td class="colLast"><code>"double"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.FRAME_DATA_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#FRAME_DATA_TYPE">FRAME_DATA_TYPE</a></code></td>
+<td class="colLast"><code>"frame"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_FN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_FN">GAGG_FN</a></code></td>
+<td class="colLast"><code>"fn"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_FN_CM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_FN_CM">GAGG_FN_CM</a></code></td>
+<td class="colLast"><code>"centralmoment"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_FN_CM_ORDER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_FN_CM_ORDER">GAGG_FN_CM_ORDER</a></code></td>
+<td class="colLast"><code>"order"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_FN_COUNT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_FN_COUNT">GAGG_FN_COUNT</a></code></td>
+<td class="colLast"><code>"count"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_FN_MEAN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_FN_MEAN">GAGG_FN_MEAN</a></code></td>
+<td class="colLast"><code>"mean"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_FN_SUM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_FN_SUM">GAGG_FN_SUM</a></code></td>
+<td class="colLast"><code>"sum"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_FN_VARIANCE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_FN_VARIANCE">GAGG_FN_VARIANCE</a></code></td>
+<td class="colLast"><code>"variance"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_GROUPS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_GROUPS">GAGG_GROUPS</a></code></td>
+<td class="colLast"><code>"groups"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_NUM_GROUPS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_NUM_GROUPS">GAGG_NUM_GROUPS</a></code></td>
+<td class="colLast"><code>"ngroups"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_TARGET">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_TARGET">GAGG_TARGET</a></code></td>
+<td class="colLast"><code>"target"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_WEIGHTS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_WEIGHTS">GAGG_WEIGHTS</a></code></td>
+<td class="colLast"><code>"weights"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.INT_VALUE_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#INT_VALUE_TYPE">INT_VALUE_TYPE</a></code></td>
+<td class="colLast"><code>"int"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.MATRIX_DATA_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#MATRIX_DATA_TYPE">MATRIX_DATA_TYPE</a></code></td>
+<td class="colLast"><code>"matrix"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.OUTPUTSTATEMENT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#OUTPUTSTATEMENT">OUTPUTSTATEMENT</a></code></td>
+<td class="colLast"><code>"WRITE"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_AGGREGATION_FUN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_AGGREGATION_FUN">PS_AGGREGATION_FUN</a></code></td>
+<td class="colLast"><code>"agg"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_BATCH_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_BATCH_SIZE">PS_BATCH_SIZE</a></code></td>
+<td class="colLast"><code>"batchsize"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_CHECKPOINTING">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_CHECKPOINTING">PS_CHECKPOINTING</a></code></td>
+<td class="colLast"><code>"checkpointing"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_EPOCHS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_EPOCHS">PS_EPOCHS</a></code></td>
+<td class="colLast"><code>"epochs"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FEATURES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FEATURES">PS_FEATURES</a></code></td>
+<td class="colLast"><code>"features"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_AGGREGATION_FNAME">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FED_AGGREGATION_FNAME">PS_FED_AGGREGATION_FNAME</a></code></td>
+<td class="colLast"><code>"1701-NCC-aggregation_fname"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_BATCH_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FED_BATCH_SIZE">PS_FED_BATCH_SIZE</a></code></td>
+<td class="colLast"><code>"1701-NCC-batch_size"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_DATA_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FED_DATA_SIZE">PS_FED_DATA_SIZE</a></code></td>
+<td class="colLast"><code>"1701-NCC-data_size"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_GRADIENTS_FNAME">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FED_GRADIENTS_FNAME">PS_FED_GRADIENTS_FNAME</a></code></td>
+<td class="colLast"><code>"1701-NCC-gradients_fname"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_MODEL_VARID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FED_MODEL_VARID">PS_FED_MODEL_VARID</a></code></td>
+<td class="colLast"><code>"1701-NCC-model_varid"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_NAMESPACE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FED_NAMESPACE">PS_FED_NAMESPACE</a></code></td>
+<td class="colLast"><code>"1701-NCC-namespace"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_POSS_BATCHES_LOCAL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FED_POSS_BATCHES_LOCAL">PS_FED_POSS_BATCHES_LOCAL</a></code></td>
+<td class="colLast"><code>"1701-NCC-poss_batches_local"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_RUNTIME_BALANCING">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FED_RUNTIME_BALANCING">PS_FED_RUNTIME_BALANCING</a></code></td>
+<td class="colLast"><code>"runtime_balancing"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_WEIGHTING">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FED_WEIGHTING">PS_FED_WEIGHTING</a></code></td>
+<td class="colLast"><code>"weighting"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FREQUENCY">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FREQUENCY">PS_FREQUENCY</a></code></td>
+<td class="colLast"><code>"freq"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_GRADIENTS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_GRADIENTS">PS_GRADIENTS</a></code></td>
+<td class="colLast"><code>"gradients"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_HYPER_PARAMS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_HYPER_PARAMS">PS_HYPER_PARAMS</a></code></td>
+<td class="colLast"><code>"hyperparams"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_LABELS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_LABELS">PS_LABELS</a></code></td>
+<td class="colLast"><code>"labels"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_MODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_MODE">PS_MODE</a></code></td>
+<td class="colLast"><code>"mode"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_MODEL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_MODEL">PS_MODEL</a></code></td>
+<td class="colLast"><code>"model"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_PARALLELISM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_PARALLELISM">PS_PARALLELISM</a></code></td>
+<td class="colLast"><code>"k"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_SCHEME">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_SCHEME">PS_SCHEME</a></code></td>
+<td class="colLast"><code>"scheme"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_SEED">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_SEED">PS_SEED</a></code></td>
+<td class="colLast"><code>"seed"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_UPDATE_FUN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_UPDATE_FUN">PS_UPDATE_FUN</a></code></td>
+<td class="colLast"><code>"upd"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_UPDATE_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_UPDATE_TYPE">PS_UPDATE_TYPE</a></code></td>
+<td class="colLast"><code>"utype"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_VAL_FEATURES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_VAL_FEATURES">PS_VAL_FEATURES</a></code></td>
+<td class="colLast"><code>"val_features"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_VAL_FUN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_VAL_FUN">PS_VAL_FUN</a></code></td>
+<td class="colLast"><code>"val"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_VAL_LABELS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_VAL_LABELS">PS_VAL_LABELS</a></code></td>
+<td class="colLast"><code>"val_labels"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.SCALAR_DATA_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#SCALAR_DATA_TYPE">SCALAR_DATA_TYPE</a></code></td>
+<td class="colLast"><code>"scalar"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.SEQ_FROM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#SEQ_FROM">SEQ_FROM</a></code></td>
+<td class="colLast"><code>"from"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.SEQ_INCR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#SEQ_INCR">SEQ_INCR</a></code></td>
+<td class="colLast"><code>"incr"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.SEQ_TO">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#SEQ_TO">SEQ_TO</a></code></td>
+<td class="colLast"><code>"to"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.SETWD">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#SETWD">SETWD</a></code></td>
+<td class="colLast"><code>"setwd"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.SOURCE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#SOURCE">SOURCE</a></code></td>
+<td class="colLast"><code>"source"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.STRING_VALUE_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#STRING_VALUE_TYPE">STRING_VALUE_TYPE</a></code></td>
+<td class="colLast"><code>"string"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.dml.<a href="org/apache/sysds/parser/dml/DmlLexer.html" title="class in org.apache.sysds.parser.dml">DmlLexer</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer._serializedATN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#Z:Z_serializedATN">_serializedATN</a></code></td>
+<td class="colLast"><code>"\u0003\u0430\ud6d1\u8206\uad2d\u4417\uaef1\u8d80\uaadd\u0002H\u02bd\b\u0001\u0004\u0002\t\u0002\u0004\u0003\t\u0003\u0004\u0004\t\u0004\u0004\u0005\t\u0005\u0004\u0006\t\u0006\u0004\u0007\t\u0007\u0004\b\t\b\u0004\t\t\t\u0004\n\t\n\u0004\u000b\t\u000b\u0004\f\t\f\u0004\r\t\r\u0004\u000e\t\u000e\u0004\u000f\t\u000f\u0004\u0010\t\u0010\u0004\u0011\t\u0011\u0004\u0012\t\u0012\u0004\u0013\t\u0013\u0004\u0014\t\u0014\u0004\u0015\t\u0015\u0004\u0016\t\u0016\u0004\u00 [...]
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.ALPHABET">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#ALPHABET">ALPHABET</a></code></td>
+<td class="colLast"><code>64</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.COMMANDLINE_NAMED_ID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#COMMANDLINE_NAMED_ID">COMMANDLINE_NAMED_ID</a></code></td>
+<td class="colLast"><code>65</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.COMMANDLINE_POSITION_ID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#COMMANDLINE_POSITION_ID">COMMANDLINE_POSITION_ID</a></code></td>
+<td class="colLast"><code>66</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.DIGIT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#DIGIT">DIGIT</a></code></td>
+<td class="colLast"><code>63</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.DOUBLE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#DOUBLE">DOUBLE</a></code></td>
+<td class="colLast"><code>62</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.ID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#ID">ID</a></code></td>
+<td class="colLast"><code>60</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.INT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#INT">INT</a></code></td>
+<td class="colLast"><code>61</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.LINE_COMMENT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#LINE_COMMENT">LINE_COMMENT</a></code></td>
+<td class="colLast"><code>68</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.MULTILINE_BLOCK_COMMENT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#MULTILINE_BLOCK_COMMENT">MULTILINE_BLOCK_COMMENT</a></code></td>
+<td class="colLast"><code>69</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.STRING">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#STRING">STRING</a></code></td>
+<td class="colLast"><code>67</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__0">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__0">T__0</a></code></td>
+<td class="colLast"><code>1</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__1">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__1">T__1</a></code></td>
+<td class="colLast"><code>2</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__10">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__10">T__10</a></code></td>
+<td class="colLast"><code>11</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__11">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__11">T__11</a></code></td>
+<td class="colLast"><code>12</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__12">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__12">T__12</a></code></td>
+<td class="colLast"><code>13</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__13">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__13">T__13</a></code></td>
+<td class="colLast"><code>14</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__14">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__14">T__14</a></code></td>
+<td class="colLast"><code>15</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__15">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__15">T__15</a></code></td>
+<td class="colLast"><code>16</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__16">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__16">T__16</a></code></td>
+<td class="colLast"><code>17</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__17">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__17">T__17</a></code></td>
+<td class="colLast"><code>18</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__18">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__18">T__18</a></code></td>
+<td class="colLast"><code>19</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__19">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__19">T__19</a></code></td>
+<td class="colLast"><code>20</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__2">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__2">T__2</a></code></td>
+<td class="colLast"><code>3</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__20">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__20">T__20</a></code></td>
+<td class="colLast"><code>21</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__21">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__21">T__21</a></code></td>
+<td class="colLast"><code>22</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__22">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__22">T__22</a></code></td>
+<td class="colLast"><code>23</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__23">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__23">T__23</a></code></td>
+<td class="colLast"><code>24</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__24">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__24">T__24</a></code></td>
+<td class="colLast"><code>25</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__25">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__25">T__25</a></code></td>
+<td class="colLast"><code>26</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__26">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__26">T__26</a></code></td>
+<td class="colLast"><code>27</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__27">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__27">T__27</a></code></td>
+<td class="colLast"><code>28</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__28">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__28">T__28</a></code></td>
+<td class="colLast"><code>29</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__29">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__29">T__29</a></code></td>
+<td class="colLast"><code>30</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__3">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__3">T__3</a></code></td>
+<td class="colLast"><code>4</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__30">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__30">T__30</a></code></td>
+<td class="colLast"><code>31</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__31">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__31">T__31</a></code></td>
+<td class="colLast"><code>32</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__32">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__32">T__32</a></code></td>
+<td class="colLast"><code>33</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__33">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__33">T__33</a></code></td>
+<td class="colLast"><code>34</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__34">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__34">T__34</a></code></td>
+<td class="colLast"><code>35</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__35">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__35">T__35</a></code></td>
+<td class="colLast"><code>36</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__36">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__36">T__36</a></code></td>
+<td class="colLast"><code>37</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__37">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__37">T__37</a></code></td>
+<td class="colLast"><code>38</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__38">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__38">T__38</a></code></td>
+<td class="colLast"><code>39</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__39">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__39">T__39</a></code></td>
+<td class="colLast"><code>40</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__4">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__4">T__4</a></code></td>
+<td class="colLast"><code>5</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__40">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__40">T__40</a></code></td>
+<td class="colLast"><code>41</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__41">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__41">T__41</a></code></td>
+<td class="colLast"><code>42</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__42">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__42">T__42</a></code></td>
+<td class="colLast"><code>43</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__43">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__43">T__43</a></code></td>
+<td class="colLast"><code>44</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__44">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__44">T__44</a></code></td>
+<td class="colLast"><code>45</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__45">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__45">T__45</a></code></td>
+<td class="colLast"><code>46</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__46">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__46">T__46</a></code></td>
+<td class="colLast"><code>47</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__47">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__47">T__47</a></code></td>
+<td class="colLast"><code>48</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__48">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__48">T__48</a></code></td>
+<td class="colLast"><code>49</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__49">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__49">T__49</a></code></td>
+<td class="colLast"><code>50</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__5">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__5">T__5</a></code></td>
+<td class="colLast"><code>6</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__50">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__50">T__50</a></code></td>
+<td class="colLast"><code>51</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__51">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__51">T__51</a></code></td>
+<td class="colLast"><code>52</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__52">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__52">T__52</a></code></td>
+<td class="colLast"><code>53</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__53">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__53">T__53</a></code></td>
+<td class="colLast"><code>54</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__54">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__54">T__54</a></code></td>
+<td class="colLast"><code>55</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__55">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__55">T__55</a></code></td>
+<td class="colLast"><code>56</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__56">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__56">T__56</a></code></td>
+<td class="colLast"><code>57</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__57">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__57">T__57</a></code></td>
+<td class="colLast"><code>58</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__58">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__58">T__58</a></code></td>
+<td class="colLast"><code>59</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__6">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__6">T__6</a></code></td>
+<td class="colLast"><code>7</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__7">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__7">T__7</a></code></td>
+<td class="colLast"><code>8</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__8">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__8">T__8</a></code></td>
+<td class="colLast"><code>9</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__9">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__9">T__9</a></code></td>
+<td class="colLast"><code>10</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.WHITESPACE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#WHITESPACE">WHITESPACE</a></code></td>
+<td class="colLast"><code>70</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.dml.<a href="org/apache/sysds/parser/dml/DmlParser.html" title="class in org.apache.sysds.parser.dml">DmlParser</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser._serializedATN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#Z:Z_serializedATN">_serializedATN</a></code></td>
+<td class="colLast"><code>"\u0003\u0430\ud6d1\u8206\uad2d\u4417\uaef1\u8d80\uaadd\u0003H\u0230\u0004\u0002\t\u0002\u0004\u0003\t\u0003\u0004\u0004\t\u0004\u0004\u0005\t\u0005\u0004\u0006\t\u0006\u0004\u0007\t\u0007\u0004\b\t\b\u0004\t\t\t\u0004\n\t\n\u0004\u000b\t\u000b\u0004\f\t\f\u0004\r\t\r\u0004\u000e\t\u000e\u0004\u000f\t\u000f\u0003\u0002\u0003\u0002\u0007\u0002!\n\u0002\f\u0002\u000e\u0002$\u000b\u0002\u0003\u0002\u0003\u0002\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u [...]
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.ALPHABET">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#ALPHABET">ALPHABET</a></code></td>
+<td class="colLast"><code>64</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.COMMANDLINE_NAMED_ID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#COMMANDLINE_NAMED_ID">COMMANDLINE_NAMED_ID</a></code></td>
+<td class="colLast"><code>65</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.COMMANDLINE_POSITION_ID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#COMMANDLINE_POSITION_ID">COMMANDLINE_POSITION_ID</a></code></td>
+<td class="colLast"><code>66</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.DIGIT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#DIGIT">DIGIT</a></code></td>
+<td class="colLast"><code>63</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.DOUBLE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#DOUBLE">DOUBLE</a></code></td>
+<td class="colLast"><code>62</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.ID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#ID">ID</a></code></td>
+<td class="colLast"><code>60</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.INT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#INT">INT</a></code></td>
+<td class="colLast"><code>61</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.LINE_COMMENT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#LINE_COMMENT">LINE_COMMENT</a></code></td>
+<td class="colLast"><code>68</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.MULTILINE_BLOCK_COMMENT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#MULTILINE_BLOCK_COMMENT">MULTILINE_BLOCK_COMMENT</a></code></td>
+<td class="colLast"><code>69</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_dataIdentifier">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_dataIdentifier">RULE_dataIdentifier</a></code></td>
+<td class="colLast"><code>4</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_dataType">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_dataType">RULE_dataType</a></code></td>
+<td class="colLast"><code>13</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_expression">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_expression">RULE_expression</a></code></td>
+<td class="colLast"><code>5</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_functionStatement">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_functionStatement">RULE_functionStatement</a></code></td>
+<td class="colLast"><code>3</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_iterablePredicate">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_iterablePredicate">RULE_iterablePredicate</a></code></td>
+<td class="colLast"><code>2</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_ml_type">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_ml_type">RULE_ml_type</a></code></td>
+<td class="colLast"><code>11</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_parameterizedExpression">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_parameterizedExpression">RULE_parameterizedExpression</a></code></td>
+<td class="colLast"><code>8</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_programroot">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_programroot">RULE_programroot</a></code></td>
+<td class="colLast"><code>0</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_statement">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_statement">RULE_statement</a></code></td>
+<td class="colLast"><code>1</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_strictParameterizedExpression">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_strictParameterizedExpression">RULE_strictParameterizedExpression</a></code></td>
+<td class="colLast"><code>9</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_strictParameterizedKeyValueString">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_strictParameterizedKeyValueString">RULE_strictParameterizedKeyValueString</a></code></td>
+<td class="colLast"><code>10</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_typedArgAssign">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_typedArgAssign">RULE_typedArgAssign</a></code></td>
+<td class="colLast"><code>7</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_typedArgNoAssign">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_typedArgNoAssign">RULE_typedArgNoAssign</a></code></td>
+<td class="colLast"><code>6</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_valueType">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_valueType">RULE_valueType</a></code></td>
+<td class="colLast"><code>12</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.STRING">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#STRING">STRING</a></code></td>
+<td class="colLast"><code>67</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__0">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__0">T__0</a></code></td>
+<td class="colLast"><code>1</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__1">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__1">T__1</a></code></td>
+<td class="colLast"><code>2</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__10">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__10">T__10</a></code></td>
+<td class="colLast"><code>11</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__11">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__11">T__11</a></code></td>
+<td class="colLast"><code>12</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__12">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__12">T__12</a></code></td>
+<td class="colLast"><code>13</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__13">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__13">T__13</a></code></td>
+<td class="colLast"><code>14</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__14">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__14">T__14</a></code></td>
+<td class="colLast"><code>15</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__15">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__15">T__15</a></code></td>
+<td class="colLast"><code>16</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__16">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__16">T__16</a></code></td>
+<td class="colLast"><code>17</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__17">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__17">T__17</a></code></td>
+<td class="colLast"><code>18</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__18">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__18">T__18</a></code></td>
+<td class="colLast"><code>19</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__19">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__19">T__19</a></code></td>
+<td class="colLast"><code>20</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__2">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__2">T__2</a></code></td>
+<td class="colLast"><code>3</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__20">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__20">T__20</a></code></td>
+<td class="colLast"><code>21</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__21">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__21">T__21</a></code></td>
+<td class="colLast"><code>22</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__22">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__22">T__22</a></code></td>
+<td class="colLast"><code>23</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__23">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__23">T__23</a></code></td>
+<td class="colLast"><code>24</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__24">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__24">T__24</a></code></td>
+<td class="colLast"><code>25</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__25">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__25">T__25</a></code></td>
+<td class="colLast"><code>26</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__26">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__26">T__26</a></code></td>
+<td class="colLast"><code>27</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__27">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__27">T__27</a></code></td>
+<td class="colLast"><code>28</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__28">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__28">T__28</a></code></td>
+<td class="colLast"><code>29</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__29">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__29">T__29</a></code></td>
+<td class="colLast"><code>30</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__3">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__3">T__3</a></code></td>
+<td class="colLast"><code>4</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__30">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__30">T__30</a></code></td>
+<td class="colLast"><code>31</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__31">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__31">T__31</a></code></td>
+<td class="colLast"><code>32</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__32">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__32">T__32</a></code></td>
+<td class="colLast"><code>33</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__33">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__33">T__33</a></code></td>
+<td class="colLast"><code>34</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__34">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__34">T__34</a></code></td>
+<td class="colLast"><code>35</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__35">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__35">T__35</a></code></td>
+<td class="colLast"><code>36</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__36">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__36">T__36</a></code></td>
+<td class="colLast"><code>37</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__37">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__37">T__37</a></code></td>
+<td class="colLast"><code>38</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__38">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__38">T__38</a></code></td>
+<td class="colLast"><code>39</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__39">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__39">T__39</a></code></td>
+<td class="colLast"><code>40</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__4">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__4">T__4</a></code></td>
+<td class="colLast"><code>5</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__40">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__40">T__40</a></code></td>
+<td class="colLast"><code>41</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__41">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__41">T__41</a></code></td>
+<td class="colLast"><code>42</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__42">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__42">T__42</a></code></td>
+<td class="colLast"><code>43</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__43">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__43">T__43</a></code></td>
+<td class="colLast"><code>44</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__44">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__44">T__44</a></code></td>
+<td class="colLast"><code>45</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__45">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__45">T__45</a></code></td>
+<td class="colLast"><code>46</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__46">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__46">T__46</a></code></td>
+<td class="colLast"><code>47</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__47">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__47">T__47</a></code></td>
+<td class="colLast"><code>48</code></td>
+</tr>
+<tr class="altColor">
... 1165549 lines suppressed ...

[systemds] 08/16: Update SystemDS website with latest changes (#92)

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit c3c537f6d1bf1fcc6194bd819edaf6f124c01971
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Thu Jun 10 09:07:49 2021 +0530

    Update SystemDS website with latest changes (#92)
    
    d37f8085d1dae54fbecd43696b896cbf5ebcbc6e
---
 content/assets/css/main.css | 61 ++++++++++++++++++++++++++++++++++++++-------
 content/community.html      | 15 +++++++++++
 2 files changed, 67 insertions(+), 9 deletions(-)

diff --git a/content/assets/css/main.css b/content/assets/css/main.css
index f69a1b3..a79d5f7 100644
--- a/content/assets/css/main.css
+++ b/content/assets/css/main.css
@@ -5213,24 +5213,67 @@ figure {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
-  width: 33.33333%;
+  width: 25%;
   float: left;
   padding-left: 2.75573%;
-  padding-right: 2.75573%;
-  margin-bottom: 1.953125%; }
-  .profile:nth-child(3n + 1) {
+  padding-right: 2.75573%; }
+  .profile:nth-child(4n + 1) {
     margin-left: 0;
     margin-right: -100%;
     clear: both; }
-  .profile:nth-child(3n + 2) {
-    margin-left: 33.33333%;
+  .profile:nth-child(4n + 2) {
+    margin-left: 25%;
+    margin-right: -100%;
+    clear: none; }
+  .profile:nth-child(4n + 3) {
+    margin-left: 50%;
     margin-right: -100%;
     clear: none; }
-  .profile:nth-child(3n + 3) {
-    margin-left: 66.66667%;
+  .profile:nth-child(4n + 4) {
+    margin-left: 75%;
     margin-right: -100%;
     clear: none; }
 
+@media (max-width: 1000px) {
+  .profile {
+    -moz-box-sizing: border-box;
+    -webkit-box-sizing: border-box;
+    box-sizing: border-box;
+    width: 33.33333%;
+    float: left;
+    padding-left: 2.75573%;
+    padding-right: 2.75573%; }
+    .profile:nth-child(3n + 1) {
+      margin-left: 0;
+      margin-right: -100%;
+      clear: both; }
+    .profile:nth-child(3n + 2) {
+      margin-left: 33.33333%;
+      margin-right: -100%;
+      clear: none; }
+    .profile:nth-child(3n + 3) {
+      margin-left: 66.66667%;
+      margin-right: -100%;
+      clear: none; } }
+
+@media (max-width: 500px) {
+  .profile {
+    -moz-box-sizing: border-box;
+    -webkit-box-sizing: border-box;
+    box-sizing: border-box;
+    width: 50%;
+    float: left;
+    padding-left: 2.75573%;
+    padding-right: 2.75573%; }
+    .profile:nth-child(2n + 1) {
+      margin-left: 0;
+      margin-right: -100%;
+      clear: both; }
+    .profile:nth-child(2n + 2) {
+      margin-left: 50%;
+      margin-right: -100%;
+      clear: none; } }
+
 .content-g:after {
   content: "";
   display: table;
@@ -5812,4 +5855,4 @@ ul.ml-tabs {
     top: 50px;
     right: 50px; }
 
-/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInZlbmRvci9fYXAtY29tcG9uZW50cy5taW4uc2NzcyIsIl9zeW50YXguc2NzcyIsIl9uYXZpZ2F0aW9uLnNjc3MiLCJfY29uZmlnLnNjc3MiLCJfYmFzZS5zY3NzIiwiX2xheW91dC5zY3NzIiwiLi4vLi4vbm9kZV9tb2R1bGVzL3N1c3kvc2Fzcy9zdXN5L291dHB1dC9zdXBwb3J0L19yZW0uc2NzcyIsIi4uLy4uL25vZGVfbW9kdWxlcy9zdXN5L3Nhc3Mvc3VzeS9sYW5ndWFnZS9zdXN5L19jb250YWluZXIuc2NzcyIsIi4uLy4uL25vZGVfbW9kdWxlcy9zdXN5L3Nhc3Mvc3VzeS9vdXRwdXQvc3VwcG9ydC9fY2xlYXJmaXguc [...]
+/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInZlbmRvci9fYXAtY29tcG9uZW50cy5taW4uc2NzcyIsIl9zeW50YXguc2NzcyIsIl9uYXZpZ2F0aW9uLnNjc3MiLCJfY29uZmlnLnNjc3MiLCJfYmFzZS5zY3NzIiwiX2xheW91dC5zY3NzIiwiLi4vLi4vbm9kZV9tb2R1bGVzL3N1c3kvc2Fzcy9zdXN5L291dHB1dC9zdXBwb3J0L19yZW0uc2NzcyIsIi4uLy4uL25vZGVfbW9kdWxlcy9zdXN5L3Nhc3Mvc3VzeS9sYW5ndWFnZS9zdXN5L19jb250YWluZXIuc2NzcyIsIi4uLy4uL25vZGVfbW9kdWxlcy9zdXN5L3Nhc3Mvc3VzeS9vdXRwdXQvc3VwcG9ydC9fY2xlYXJmaXguc [...]
diff --git a/content/community.html b/content/community.html
index 6a196c2..3dbef8c 100644
--- a/content/community.html
+++ b/content/community.html
@@ -528,6 +528,21 @@
       </div>
       
       <div class="profile">
+        <a href="http://github.com/OlgaOvcharenko">
+          <img class="profile--img"
+            src="http://github.com/OlgaOvcharenko.png">
+        </a>
+        <div class="profile--info">
+          <a class="profile--name" href="http://github.com/OlgaOvcharenko">Olga Ovcharenko</a>
+          <ul class="bullet-pointless">
+            <li></li>
+            <li>Committer</li>
+            <li>TU Graz</li>
+          </ul>
+        </div>
+      </div>
+      
+      <div class="profile">
         <a href="http://github.com/pwendell">
           <img class="profile--img"
             src="http://github.com/pwendell.png">

[systemds] 13/16: Update SystemDS website with latest changes

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit 026d673a72befe6f1c8193d06e168bbe0736388e
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Tue Jul 6 08:07:03 2021 +0000

    Update SystemDS website with latest changes
---
 content/download.html | 46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

diff --git a/content/download.html b/content/download.html
index ddf659f..1ebd8e7 100644
--- a/content/download.html
+++ b/content/download.html
@@ -153,7 +153,7 @@
         <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, version 2.0</a>. </p>
     </div>
     <div class="col col-12 content-group">
-      <h2>Download SystemDS 2.0.0 for Spark 2.0.2 and above</h2>
+      <h2>Download SystemDS 2.1.0 for Spark 2.0.2 and above</h2>
     </div>
 
     <div class="col col-12 content-group row">
@@ -166,67 +166,67 @@
           </tr>
           <tr>
             <td><a
-                href="https://www.apache.org/dyn/closer.lua/systemds/2.0.0/systemds-2.0.0-bin.tgz"
-                target="_blank"> systemds-2.0.0 (Binary
+                href="https://www.apache.org/dyn/closer.lua/systemds/2.1.0/systemds-2.1.0-bin.tgz"
+                target="_blank"> systemds-2.1.0 (Binary
                 tgz)</a></td>
             <td><a
-                href="https://www.apache.org/dist/systemds/2.0.0/systemds-2.0.0-bin.tgz.sha512">SHA512</a>
+                href="https://www.apache.org/dist/systemds/2.1.0/systemds-2.1.0-bin.tgz.sha512">SHA512</a>
             </td>
             <td><a
-                href="https://www.apache.org/dist/systemds/2.0.0/systemds-2.0.0-bin.tgz.asc">ASC</a>
+                href="https://www.apache.org/dist/systemds/2.1.0/systemds-2.1.0-bin.tgz.asc">ASC</a>
             </td>
           </tr>
           <tr>
             <td><a
-                href="https://www.apache.org/dyn/closer.lua/systemds/2.0.0/systemds-2.0.0-bin.zip"
-                target="_blank">systemds-2.0.0 (Binary
+                href="https://www.apache.org/dyn/closer.lua/systemds/2.1.0/systemds-2.1.0-bin.zip"
+                target="_blank">systemds-2.1.0 (Binary
                 zip)</a></td>
             <td><a
-                href="https://www.apache.org/dist/systemds/2.0.0/systemds-2.0.0-bin.zip.sha512">SHA512</a>
+                href="https://www.apache.org/dist/systemds/2.1.0/systemds-2.1.0-bin.zip.sha512">SHA512</a>
             </td>
             <td><a
-                href="https://www.apache.org/dist/systemds/2.0.0/systemds-2.0.0-bin.zip.asc">ASC</a>
+                href="https://www.apache.org/dist/systemds/2.1.0/systemds-2.1.0-bin.zip.asc">ASC</a>
             </td>
           </tr>
           <tr>
             <td><a
-                href="https://www.apache.org/dyn/closer.lua/systemds/2.0.0/systemds-2.0.0-src.tgz"
-                target="_blank">systemds-2.0.0 (Source
+                href="https://www.apache.org/dyn/closer.lua/systemds/2.1.0/systemds-2.1.0-src.tgz"
+                target="_blank">systemds-2.1.0 (Source
                 tgz)</a></td>
             <td><a
-                href="https://www.apache.org/dist/systemds/2.0.0/systemds-2.0.0-src.tgz.sha512">SHA512</a>
+                href="https://www.apache.org/dist/systemds/2.1.0/systemds-2.1.0-src.tgz.sha512">SHA512</a>
             </td>
             <td><a
-                href="https://www.apache.org/dist/systemds/2.0.0/systemds-2.0.0-src.tgz.asc">ASC</a>
+                href="https://www.apache.org/dist/systemds/2.1.0/systemds-2.1.0-src.tgz.asc">ASC</a>
             </td>
           </tr>
           <tr>
             <td><a
-                href="https://www.apache.org/dyn/closer.lua/systemds/2.0.0/systemds-2.0.0-src.zip"
-                target="_blank">systemds-2.0.0 (Source
+                href="https://www.apache.org/dyn/closer.lua/systemds/2.1.0/systemds-2.1.0-src.zip"
+                target="_blank">systemds-2.1.0 (Source
                 zip)</a></td>
             <td><a
-                href="https://www.apache.org/dist/systemds/2.0.0/systemds-2.0.0-src.zip.sha512">SHA512</a>
+                href="https://www.apache.org/dist/systemds/2.1.0/systemds-2.1.0-src.zip.sha512">SHA512</a>
             </td>
             <td><a
-                href="https://www.apache.org/dist/systemds/2.0.0/systemds-2.0.0-src.zip.asc">ASC</a>
+                href="https://www.apache.org/dist/systemds/2.1.0/systemds-2.1.0-src.zip.asc">ASC</a>
             </td>
           </tr>
           <!-- <tr>
             <td><a
-                href="http://www.apache.org/dyn/closer.lua/systemds/2.0.0/systemds-2.0.0-python.tgz"
-                target="_blank">systemds-2.0.0 (Python
+                href="http://www.apache.org/dyn/closer.lua/systemds/2.1.0/systemds-2.1.0-python.tgz"
+                target="_blank">systemds-2.1.0 (Python
                 package .tgz)</a></td>
             <td><a
-                href="https://www.apache.org/dist/systemds/2.0.0/systemds-2.0.0-python.tgz.sha512">SHA512</a>
+                href="https://www.apache.org/dist/systemds/2.1.0/systemds-2.1.0-python.tgz.sha512">SHA512</a>
             </td>
             <td><a
-                href="https://www.apache.org/dist/systemds/2.0.0/systemds-2.0.0-python.tgz.asc">ASC</a>
+                href="https://www.apache.org/dist/systemds/2.1.0/systemds-2.1.0-python.tgz.asc">ASC</a>
             </td>
           </tr> -->
 
           <tr>
-            <td><a href="release-notes/systemds-release-notes-2.0.0.html">Release
+            <td><a href="release-notes/systemds-release-notes-2.1.0.html">Release
                 Notes</a></td>
             <td></td>
             <td></td>
@@ -254,7 +254,7 @@
         <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.systemds&lt;/groupId&gt;
   &lt;artifactId&gt;systemds&lt;/artifactId&gt;
-  &lt;version&gt;2.0.0&lt;/version&gt;
+  &lt;version&gt;2.1.0&lt;/version&gt;
 &lt;/dependency&gt;</pre>
 
         <h3>Previous Releases</h3>

[systemds] 12/16: Update SystemDS website with latest changes

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit cd38c63ff4faed072c9f392e59c8bebf472142a4
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Mon Jul 5 11:51:20 2021 +0000

    Update SystemDS website with latest changes
---
 content/documentation.html                         |  8 ++-
 .../systemds-release-notes-2.1.0.html}             | 70 +++++++++++++---------
 2 files changed, 48 insertions(+), 30 deletions(-)

diff --git a/content/documentation.html b/content/documentation.html
index b033355..a7cf7a4 100644
--- a/content/documentation.html
+++ b/content/documentation.html
@@ -150,12 +150,13 @@
       <p>Documentation such as programming guides, reference guides, and API docs is available for SystemDS below:</p>
       <a class="button button-primary" href="https://apache.github.io/systemds/">Latest</a>
       <p></p>
-      <a class="button button-primary" href="docs/2.0.0/index">2.0.0</a>
-      <a class="button button-primary" href="release-notes/systemds-release-notes-2.0.0">ReleaseNotes</a>
+      <a class="button button-primary" href="docs/2.1.0/index">2.1.0</a>
+      <a class="button button-primary" href="release-notes/systemds-release-notes-2.1.0">ReleaseNotes</a>
     </div>
     <div class="col col-4">
-      <p>each released version of SystemML:</p>
+      <p>each released version of SystemML/DS:</p>
       <ul>
+        <li><a href="docs/2.0.0/index">2.0.0</a>, <a href="release-notes/systemds-release-notes-2.0.0">ReleaseNotes</a></li>
         <li><a href="docs/1.2.0/index">1.2.0</a>, <a href="release-notes/systemml-release-notes-1.2.0">ReleaseNotes</a></li>
         <li><a href="docs/1.1.0/index">1.1.0</a>, <a href="release-notes/systemml-release-notes-1.1.0">ReleaseNotes</a></li>
         <li><a href="docs/1.0.0/index">1.0.0</a>, <a href="release-notes/systemml-release-notes-1.0.0">ReleaseNotes</a></li>
@@ -167,6 +168,7 @@
     </div>
   </div>
 </section>
+
 </div>
 
  
diff --git a/content/documentation.html b/content/release-notes/systemds-release-notes-2.1.0.html
similarity index 68%
copy from content/documentation.html
copy to content/release-notes/systemds-release-notes-2.1.0.html
index b033355..faa555c 100644
--- a/content/documentation.html
+++ b/content/release-notes/systemds-release-notes-2.1.0.html
@@ -14,9 +14,9 @@
   <meta charset="utf-8">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
 
-  <title>Documentation</title>
+  <title>SystemDS 2.1.0 Release Notes</title>
   
-  <meta name="description" content="Project Documentation Page"> 
+  <meta name="description" content="Project Release Notes"> 
   <meta name="author" content="Apache SystemDS">
 
   <!-- Enable responsive viewport -->
@@ -27,7 +27,7 @@
   Learn more: https://developers.facebook.com/docs/sharing/webmasters -->
   <meta property="og:url" content="https://systemds.apache.org/" />
   <meta property="og:type" content="website" />
-  <meta property="og:title" content="Documentation" />
+  <meta property="og:title" content="SystemDS 2.1.0 Release Notes" />
   <meta property="og:description" content="Apache SystemDS provides an optimal workplace for Machine Learning using big data" />
   <meta property="og:image" content="" />
 
@@ -135,38 +135,54 @@
 
 -->
 
-<!-- Hero  -->
 <section class="full-stripe full-stripe--subpage-header clear-header">
   <div class="ml-container ml-container--horizontally-center">
     <div class="col col-12 content-group content-group--center-content content-group--center-align">
-      <h1>Apache SystemDS<sup id="trademark">&trade;</sup> Documentation</h1>
+      <h1>Apache SystemDS<sup id="trademark">&trade;</sup> 2.1.0 Release Notes</h1>
     </div>
   </div>
 </section>
-<!-- Publish website test -->
-<section class="full-stripe full-stripe--alternate hero">
-  <div class="ml-container ml-container--three-column">
-    <div class="col col-4">
-      <p>Documentation such as programming guides, reference guides, and API docs is available for SystemDS below:</p>
-      <a class="button button-primary" href="https://apache.github.io/systemds/">Latest</a>
-      <p></p>
-      <a class="button button-primary" href="docs/2.0.0/index">2.0.0</a>
-      <a class="button button-primary" href="release-notes/systemds-release-notes-2.0.0">ReleaseNotes</a>
-    </div>
-    <div class="col col-4">
-      <p>each released version of SystemML:</p>
+
+<section class="full-stripe full-stripe--alternate">
+  <div class="ml-container">
+    <div class="col col-12 content-group content-group--medium-bottom-margin">
+
+      <h2 id="release-notes-for-systemds-210">Release notes for SystemDS 2.1.0</h2>
+
+      <p>SystemDS 2.1 is a minor release. This release contains major improvements
+to existing features, a large number of fixes, and some experimental
+features to better support the end-to-end data science lifecycle.
+In addition to that, this is the last release with Java 8 and Spark 2.x.</p>
+
+      <p>The major changes (compared to SystemDS 2.0) include</p>
+
       <ul>
-        <li><a href="docs/1.2.0/index">1.2.0</a>, <a href="release-notes/systemml-release-notes-1.2.0">ReleaseNotes</a></li>
-        <li><a href="docs/1.1.0/index">1.1.0</a>, <a href="release-notes/systemml-release-notes-1.1.0">ReleaseNotes</a></li>
-        <li><a href="docs/1.0.0/index">1.0.0</a>, <a href="release-notes/systemml-release-notes-1.0.0">ReleaseNotes</a></li>
-        <li><a href="docs/0.15.0/index">0.15.0</a>, <a href="release-notes/systemml-release-notes-0.15.0">ReleaseNotes</a></li>
-        <li><a href="docs/0.14.0/index">0.14.0</a>, <a href="release-notes/systemml-release-notes-0.14.0-incubating">ReleaseNotes</a></li>
-        <li><a href="docs/0.13.0/index">0.13.0</a>, <a href="release-notes/systemml-release-notes-0.13.0-incubating">ReleaseNotes</a></li>
-        <li><a href="docs/0.12.0/index">0.12.0</a>, <a href="release-notes/systemml-release-notes-0.12.0-incubating">ReleaseNotes</a></li>
+        <li>Federated Backend: Extended operations and built-ins to support various
+workflows and algorithms. Extended parameter server for federated training
+of Neural Networks.</li>
+        <li>A wealth of new and improved built-in functions including support for
+string operations, time-series analysis, data cleaning, grid search
+hyperparameter tuning, multi-threaded feature transformations.</li>
+        <li>Better support for Eval and list data structure.</li>
+        <li>Various performance improvements in SystemDS’ local, distributed, and
+native runtimes.</li>
+        <li>Python API: Source functionality to allow arbitrary DML script,
+auto-generated Python API for all built-in functions,  list support
+allowing Pytonic access and manipulation of lazily evaluated DML elements,
+multi return continuation, allowing continued execution past calls to
+builtin functions.</li>
+        <li>GPU Backend: Various performance improvements and fixes, cuda code
+refactor, cuda code generation [experimental].</li>
+        <li>Lineage Tracing and Reuse: Initial support for federated and GPU
+backends, new hybrid lineage deduplication and reuse of compressed lineage
+DAGs, lineage cache benefits estimator, improved cache eviction logic.</li>
+        <li>Usability: Better Log4j integration, debug flag to reduce error logging,
+support for remote debugging.</li>
+        <li>Miscellaneous Improvements: Improved documentation, better testing,
+streamlined release process.</li>
       </ul>
-    </div>
-  </div>
-</section>
+    </div></div></section>
+
 </div>
 
  

[systemds] 04/16: [SYSTEMDS-2943] Publish from the asf-staging at the moment

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit 329fab70a96ae49a32978c5b82ccbc6e57f6420e
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Fri Apr 23 18:02:06 2021 +0530

    [SYSTEMDS-2943] Publish from the asf-staging at the moment
    
    - Previously the publish cofiguration in the apache/systemds
      .asf.yaml broke the website.
    - For this reason, fall back to staging repo.
---
 .asf.yaml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index d5d6e40..92a47bf 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -32,3 +32,14 @@ staging:
   #   content/
   # or output/
   # outputdir: site
+
+# Official website publishing
+publish:
+  profile: ~
+  whoami:  asf-staging
+  # top level directory for serving index.html
+  # Refer: https://github.com/apache/struts-site
+  # Default directories are 
+  #   content/
+  # or output/
+  # outputdir: site

[systemds] 15/16: Update Adult Dataset, Cleaned Version

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit c03670e63433c73e0c5ed4d0903761a0545da25d
Author: baunsgaard <ba...@tugraz.at>
AuthorDate: Wed Sep 15 09:44:43 2021 +0200

    Update Adult Dataset, Cleaned Version
---
 content/assets/datasets/adult/data.zip      |   Bin 662363 -> 661956 bytes
 content/assets/datasets/adult/jspec.json    |     5 +-
 content/assets/datasets/adult/test_data.csv | 32562 +++++++++++++-------------
 3 files changed, 16282 insertions(+), 16285 deletions(-)

diff --git a/content/assets/datasets/adult/data.zip b/content/assets/datasets/adult/data.zip
index a29c2b7..93a7388 100644
Binary files a/content/assets/datasets/adult/data.zip and b/content/assets/datasets/adult/data.zip differ
diff --git a/content/assets/datasets/adult/jspec.json b/content/assets/datasets/adult/jspec.json
index bad8c00..c7c47b1 100644
--- a/content/assets/datasets/adult/jspec.json
+++ b/content/assets/datasets/adult/jspec.json
@@ -17,8 +17,5 @@
     ],
     "bin":
     [ { "name": "age"  , "method": "equi-width", "numbins": 3 }],
-   "dummycode": ["age", "workclass", "education", "marital-status", "occupation", "relationship", "race", "sex", "native-country"],
-   "recode": ["income"]
-
-
+   "dummycode": ["age", "workclass", "education", "marital-status", "occupation", "relationship", "race", "sex", "native-country"]
 }
\ No newline at end of file
diff --git a/content/assets/datasets/adult/test_data.csv b/content/assets/datasets/adult/test_data.csv
index b7bf597..e5a03e8 100644
--- a/content/assets/datasets/adult/test_data.csv
+++ b/content/assets/datasets/adult/test_data.csv
@@ -1,16282 +1,16282 @@
 age,workclass,fnlwgt,education,education-num,marital-status,occupation,relationship,race,sex,capital-gain,capital-loss,hours-per-week,native-country,income
-25, Private, 226802, 11th, 7, Never-married, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 89814, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-28, Local-gov, 336951, Assoc-acdm, 12, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
-44, Private, 160323, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 7688, 0, 40, United-States, >50K.
-18, ?, 103497, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-34, Private, 198693, 10th, 6, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-29, ?, 227026, HS-grad, 9, Never-married, ?, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
-63, Self-emp-not-inc, 104626, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 3103, 0, 32, United-States, >50K.
-24, Private, 369667, Some-college, 10, Never-married, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-55, Private, 104996, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 10, United-States, <=50K.
-65, Private, 184454, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 6418, 0, 40, United-States, >50K.
-36, Federal-gov, 212465, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 82091, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 39, United-States, <=50K.
-58, ?, 299831, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-48, Private, 279724, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 3103, 0, 48, United-States, >50K.
-43, Private, 346189, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-20, State-gov, 444554, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-43, Private, 128354, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 30, United-States, <=50K.
-37, Private, 60548, HS-grad, 9, Widowed, Machine-op-inspct, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-40, Private, 85019, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 45, ?, >50K.
-34, Private, 107914, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 47, United-States, >50K.
-34, Private, 238588, Some-college, 10, Never-married, Other-service, Own-child, Black, Female, 0, 0, 35, United-States, <=50K.
-72, ?, 132015, 7th-8th, 4, Divorced, ?, Not-in-family, White, Female, 0, 0, 6, United-States, <=50K.
-25, Private, 220931, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 43, Peru, <=50K.
-25, Private, 205947, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-45, Self-emp-not-inc, 432824, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 7298, 0, 90, United-States, >50K.
-22, Private, 236427, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-23, Private, 134446, HS-grad, 9, Separated, Machine-op-inspct, Unmarried, Black, Male, 0, 0, 54, United-States, <=50K.
-54, Private, 99516, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-32, Self-emp-not-inc, 109282, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-46, State-gov, 106444, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 7688, 0, 38, United-States, >50K.
-56, Self-emp-not-inc, 186651, 11th, 7, Widowed, Other-service, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-24, Self-emp-not-inc, 188274, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-23, Local-gov, 258120, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 43311, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-65, ?, 191846, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Local-gov, 403681, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-22, Private, 248446, 5th-6th, 3, Never-married, Priv-house-serv, Not-in-family, White, Male, 0, 0, 50, Guatemala, <=50K.
-17, Private, 269430, 10th, 6, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 257509, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-65, Private, 136384, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-44, Self-emp-inc, 120277, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
-36, Private, 465326, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 103634, 11th, 7, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-20, State-gov, 138371, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 32, United-States, <=50K.
-28, Private, 242832, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 36, United-States, >50K.
-39, Private, 290208, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-54, Private, 186272, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 3908, 0, 50, United-States, <=50K.
-52, Private, 201062, 11th, 7, Separated, Priv-house-serv, Not-in-family, Black, Female, 0, 0, 18, United-States, <=50K.
-56, Self-emp-inc, 131916, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-18, Private, 54440, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-39, Private, 280215, HS-grad, 9, Divorced, Handlers-cleaners, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 214399, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 1721, 24, United-States, <=50K.
-22, Private, 54164, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 14084, 0, 60, United-States, >50K.
-38, Private, 219446, 9th, 5, Married-spouse-absent, Exec-managerial, Not-in-family, White, Male, 0, 0, 54, Mexico, <=50K.
-21, Private, 110677, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-63, Private, 145985, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-34, Local-gov, 382078, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 3103, 0, 50, United-States, >50K.
-42, Self-emp-inc, 170721, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 5178, 0, 50, United-States, >50K.
-33, Private, 269705, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 101135, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-39, Private, 118429, Some-college, 10, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 31208, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 281384, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-47, Local-gov, 171807, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 109912, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, ?, <=50K.
-41, Self-emp-inc, 445382, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 15024, 0, 60, United-States, >50K.
-19, Private, 105460, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-46, Private, 170338, HS-grad, 9, Separated, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-43, Private, 102606, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-55, Private, 323887, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 45, United-States, >50K.
-46, Private, 175622, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 229636, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-21, Private, 388946, Some-college, 10, Separated, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-46, Private, 269034, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 40, Dominican-Republic, <=50K.
-17, ?, 165361, 10th, 6, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 75012, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-69, Self-emp-inc, 174379, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-50, Private, 312477, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 72055, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-45, Self-emp-inc, 67001, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-23, Private, 213734, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 83141, Some-college, 10, Separated, Other-service, Not-in-family, White, Male, 0, 1876, 40, United-States, <=50K.
-44, Self-emp-inc, 223881, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 99999, 0, 50, ?, >50K.
-31, Self-emp-not-inc, 113752, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-43, Private, 170482, HS-grad, 9, Separated, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 44, United-States, <=50K.
-20, Federal-gov, 244689, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
-55, Private, 160631, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 56, United-States, >50K.
-24, Federal-gov, 228724, Some-college, 10, Never-married, Armed-Forces, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-41, ?, 38434, Masters, 14, Married-civ-spouse, ?, Wife, White, Female, 7688, 0, 10, United-States, >50K.
-59, Private, 292946, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-49, Federal-gov, 77443, 7th-8th, 4, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 20, United-States, <=50K.
-33, Private, 176410, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 5178, 0, 10, United-States, >50K.
-59, Federal-gov, 98984, Bachelors, 13, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 198751, Masters, 14, Never-married, Other-service, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 479296, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 235218, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-49, Private, 164877, 10th, 6, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-59, Private, 272087, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
-20, Private, 169699, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-51, ?, 189762, Some-college, 10, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 18, United-States, <=50K.
-33, Private, 202191, Some-college, 10, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
-22, Private, 212261, Some-college, 10, Never-married, Transport-moving, Own-child, Black, Male, 0, 0, 39, United-States, <=50K.
-58, Self-emp-not-inc, 301568, 9th, 5, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-52, Local-gov, 155233, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 28, United-States, <=50K.
-36, Private, 75826, 10th, 6, Separated, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-41, Local-gov, 201520, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 154236, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Male, 2597, 0, 40, United-States, <=50K.
-19, Private, 289227, Some-college, 10, Never-married, Handlers-cleaners, Own-child, Black, Male, 0, 0, 16, United-States, <=50K.
-18, Private, 217439, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 28, United-States, <=50K.
-18, Private, 179020, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 48, United-States, <=50K.
-28, Private, 149624, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 337266, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-20, ?, 30796, HS-grad, 9, Never-married, ?, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-40, Private, 103541, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 206721, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 96773, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 200967, 11th, 7, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 24, United-States, <=50K.
-44, Private, 180019, HS-grad, 9, Married-spouse-absent, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-43, Private, 179866, Bachelors, 13, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, >50K.
-31, Local-gov, 198770, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
-18, Private, 219256, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-19, Private, 248730, Some-college, 10, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-41, Private, 110732, Some-college, 10, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 181020, HS-grad, 9, Divorced, Handlers-cleaners, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-69, Private, 183791, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-48, Federal-gov, 42972, Doctorate, 16, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
-28, Private, 134813, HS-grad, 9, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-27, Self-emp-not-inc, 115438, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, Ireland, >50K.
-41, Private, 239296, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 2415, 50, United-States, >50K.
-41, Private, 428420, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 247846, HS-grad, 9, Never-married, Craft-repair, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-20, ?, 334105, HS-grad, 9, Never-married, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-42, Self-emp-inc, 100793, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 41, United-States, >50K.
-57, Private, 244478, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 48, United-States, <=50K.
-30, Private, 142921, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-36, Private, 182863, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
-49, Private, 171128, 7th-8th, 4, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 145402, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 35, United-States, <=50K.
-23, Private, 306309, 10th, 6, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 83822, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 262118, Some-college, 10, Never-married, Adm-clerical, Own-child, Asian-Pac-Islander, Female, 0, 0, 22, Germany, <=50K.
-40, Private, 155972, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 55, United-States, >50K.
-43, Self-emp-inc, 214503, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 45, United-States, >50K.
-34, Private, 159303, Masters, 14, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-47, Self-emp-not-inc, 174995, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-44, Private, 26669, Assoc-voc, 11, Widowed, Exec-managerial, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
-33, Private, 177727, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-55, Private, 124771, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-19, Private, 456736, HS-grad, 9, Never-married, Sales, Not-in-family, White, Male, 2907, 0, 30, United-States, <=50K.
-28, Private, 216604, Some-college, 10, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 14, United-States, <=50K.
-27, Private, 221561, 11th, 7, Married-civ-spouse, Other-service, Wife, Black, Female, 0, 0, 32, United-States, <=50K.
-50, Private, 114564, 7th-8th, 4, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-22, Private, 315476, 11th, 7, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-40, State-gov, 67874, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 1887, 45, United-States, >50K.
-25, Private, 126110, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-26, Local-gov, 102264, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 537222, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
-42, Private, 113732, Some-college, 10, Never-married, Handlers-cleaners, Unmarried, Black, Female, 0, 625, 40, United-States, <=50K.
-38, Self-emp-inc, 93225, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-55, Private, 43064, 11th, 7, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-32, Private, 136921, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 388885, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-29, Private, 142249, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-46, State-gov, 56841, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-31, Private, 156493, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-58, Self-emp-not-inc, 159021, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 16, United-States, >50K.
-42, Private, 190910, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-18, Private, 41879, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 25, United-States, <=50K.
-58, Local-gov, 137249, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 33, United-States, <=50K.
-54, Private, 236157, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-34, Private, 189759, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 239877, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-61, Private, 21175, 12th, 8, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-48, Local-gov, 67229, Masters, 14, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-36, Private, 236391, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-24, Private, 325596, Assoc-voc, 11, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-40, Private, 83411, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 37, United-States, <=50K.
-33, Self-emp-inc, 154227, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-37, Private, 248010, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-34, Private, 198613, Masters, 14, Never-married, Exec-managerial, Own-child, White, Male, 4650, 0, 40, United-States, <=50K.
-56, Self-emp-inc, 321529, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 40, United-States, >50K.
-28, ?, 168524, HS-grad, 9, Married-civ-spouse, ?, Own-child, White, Female, 0, 0, 38, United-States, >50K.
-37, Private, 203079, Bachelors, 13, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
-44, Private, 284652, HS-grad, 9, Divorced, Sales, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-64, ?, 201368, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 8, United-States, <=50K.
-54, Private, 59840, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-23, Private, 52753, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-34, State-gov, 513100, Bachelors, 13, Married-spouse-absent, Farming-fishing, Not-in-family, Black, Male, 0, 0, 40, ?, <=50K.
-22, Private, 199266, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-33, Private, 196385, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 40, United-States, >50K.
-39, Private, 163205, Bachelors, 13, Separated, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
-47, Private, 411047, Some-college, 10, Divorced, Adm-clerical, Not-in-family, Black, Female, 0, 0, 37, United-States, <=50K.
-79, ?, 48574, 7th-8th, 4, Widowed, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 209440, HS-grad, 9, Never-married, Prof-specialty, Unmarried, Black, Female, 0, 0, 55, United-States, <=50K.
-31, Private, 56964, Some-college, 10, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-44, Private, 299197, Some-college, 10, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-42, Self-emp-inc, 240628, Prof-school, 15, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 50, United-States, >50K.
-19, Private, 355313, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-27, Private, 132267, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
-51, Local-gov, 174861, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
-28, Self-emp-inc, 142443, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-57, Private, 26716, Bachelors, 13, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-45, Local-gov, 185588, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-50, Private, 175029, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-34, Self-emp-inc, 34848, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 54, United-States, <=50K.
-45, Private, 411273, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-73, Local-gov, 143437, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-34, Private, 357145, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 50, United-States, >50K.
-31, Private, 236861, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
-19, Private, 53355, 11th, 7, Never-married, Sales, Not-in-family, White, Male, 0, 0, 12, United-States, <=50K.
-25, Private, 29106, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 50, United-States, <=50K.
-38, Federal-gov, 213274, Assoc-voc, 11, Divorced, Craft-repair, Unmarried, White, Female, 6497, 0, 40, United-States, <=50K.
-39, Private, 22463, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 180497, Bachelors, 13, Never-married, Tech-support, Own-child, Black, Female, 0, 0, 32, United-States, <=50K.
-49, Private, 37306, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-33, Federal-gov, 137814, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 32, United-States, <=50K.
-21, Private, 447488, 5th-6th, 3, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 38, Mexico, <=50K.
-31, Private, 220915, Assoc-voc, 11, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 42251, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-34, Private, 162312, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
-25, Private, 77698, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
-39, Private, 282951, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-52, Self-emp-inc, 311259, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-63, Local-gov, 65479, 9th, 5, Married-civ-spouse, Transport-moving, Husband, White, Male, 7688, 0, 40, United-States, >50K.
-41, Private, 277256, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 312088, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 38, United-States, >50K.
-53, Local-gov, 169719, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, ?, 270276, 9th, 5, Separated, ?, Not-in-family, White, Female, 1055, 0, 40, United-States, <=50K.
-77, ?, 172744, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-18, Private, 96869, 12th, 8, Never-married, Priv-house-serv, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 237943, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-55, Private, 119751, Masters, 14, Never-married, Exec-managerial, Unmarried, Asian-Pac-Islander, Female, 0, 0, 50, Thailand, <=50K.
-34, Private, 236861, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
-80, Self-emp-not-inc, 201092, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-34, Private, 147215, Assoc-voc, 11, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
-52, Private, 152373, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
-42, Private, 227968, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 28, Haiti, <=50K.
-26, Private, 362617, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 103435, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Local-gov, 281412, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-55, Self-emp-not-inc, 105239, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 2057, 60, United-States, <=50K.
-19, Private, 230165, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
-62, Self-emp-not-inc, 177493, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 32, United-States, <=50K.
-22, Federal-gov, 104443, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-39, ?, 110342, HS-grad, 9, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 50, United-States, <=50K.
-35, Private, 143385, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 107189, HS-grad, 9, Married-civ-spouse, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-47, Private, 212944, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, >50K.
-44, State-gov, 138634, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 99970, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
-35, Private, 203717, Assoc-voc, 11, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-24, Private, 313956, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-42, Federal-gov, 177937, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, ?, <=50K.
-28, Private, 193868, Bachelors, 13, Never-married, Tech-support, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-21, Private, 250939, Some-college, 10, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 35, United-States, <=50K.
-62, Federal-gov, 57629, Some-college, 10, Divorced, Tech-support, Not-in-family, Black, Male, 4650, 0, 40, United-States, <=50K.
-39, Private, 281768, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-30, State-gov, 260782, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-72, Self-emp-not-inc, 243769, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 1429, 20, United-States, <=50K.
-50, Private, 109937, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 50, United-States, <=50K.
-28, Local-gov, 134890, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 100293, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-26, Private, 132179, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-27, Private, 116372, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 255412, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 3103, 0, 40, United-States, >50K.
-61, ?, 195789, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 342400, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 25, United-States, <=50K.
-21, ?, 65481, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-31, Private, 169085, 11th, 7, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 20, United-States, <=50K.
-25, Private, 177221, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 75, United-States, <=50K.
-58, Private, 65325, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
-64, Private, 118944, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
-46, State-gov, 149337, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 38, United-States, <=50K.
-53, ?, 237868, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 35, United-States, >50K.
-19, Private, 106183, HS-grad, 9, Never-married, Other-service, Own-child, Amer-Indian-Eskimo, Female, 0, 0, 35, United-States, <=50K.
-42, Private, 226388, HS-grad, 9, Divorced, Other-service, Not-in-family, Black, Male, 0, 0, 52, United-States, <=50K.
-18, Private, 220754, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 24, United-States, <=50K.
-58, Self-emp-inc, 204021, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-20, Private, 347391, Some-college, 10, Never-married, Protective-serv, Not-in-family, Black, Male, 0, 0, 60, United-States, <=50K.
-35, Federal-gov, 413930, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-32, Private, 174201, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 38, United-States, >50K.
-23, Private, 145917, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-31, Private, 241797, Some-college, 10, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 265168, Bachelors, 13, Married-civ-spouse, Sales, Husband, Black, Male, 0, 0, 55, United-States, <=50K.
-41, Private, 171234, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 48, United-States, <=50K.
-22, Private, 178452, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 157857, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
-61, Federal-gov, 512864, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 296462, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 171615, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-63, Private, 214071, 10th, 6, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 172421, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 195488, 10th, 6, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 316841, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 236267, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, White, Male, 0, 1590, 40, United-States, <=50K.
-30, Private, 236543, 9th, 5, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 32, El-Salvador, >50K.
-23, Private, 318483, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-34, Self-emp-not-inc, 163756, Assoc-voc, 11, Never-married, Farming-fishing, Not-in-family, White, Male, 27828, 0, 60, United-States, >50K.
-30, Private, 238186, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Other-relative, White, Male, 0, 2057, 48, United-States, <=50K.
-39, Private, 329980, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-30, Private, 169269, 11th, 7, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 1721, 38, Puerto-Rico, <=50K.
-38, Local-gov, 34744, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
-26, Private, 98114, HS-grad, 9, Divorced, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-20, Private, 109667, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 16, United-States, <=50K.
-37, Local-gov, 263690, Bachelors, 13, Never-married, Prof-specialty, Unmarried, Black, Male, 0, 0, 40, ?, <=50K.
-33, Private, 147430, HS-grad, 9, Married-civ-spouse, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 224238, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-42, Self-emp-inc, 212894, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-51, Self-emp-not-inc, 136708, HS-grad, 9, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 3103, 0, 84, Vietnam, <=50K.
-56, Local-gov, 38573, Assoc-acdm, 12, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 45, United-States, >50K.
-22, Private, 197200, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-52, Self-emp-not-inc, 182796, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-44, Private, 184527, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Female, 4934, 0, 45, United-States, >50K.
-34, Private, 145231, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 4064, 0, 35, United-States, <=50K.
-51, Private, 43354, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 42, United-States, >50K.
-20, ?, 318865, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 355712, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-37, Private, 98776, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-68, Private, 257557, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-22, Private, 102258, Some-college, 10, Divorced, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-56, Self-emp-inc, 170287, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 243409, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-52, Private, 55608, 1st-4th, 2, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-26, Private, 248057, HS-grad, 9, Separated, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
-33, Private, 95530, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-45, Local-gov, 54038, Masters, 14, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 42, United-States, <=50K.
-18, Private, 161245, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
-43, Self-emp-not-inc, 388725, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, >50K.
-64, Self-emp-not-inc, 71807, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 50, ?, >50K.
-18, Private, 228216, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-20, ?, 303121, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
-57, Private, 78020, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-41, Private, 249254, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 3674, 0, 42, United-States, <=50K.
-34, Private, 87218, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 50, United-States, >50K.
-19, Private, 304299, HS-grad, 9, Never-married, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-44, Private, 196234, 9th, 5, Divorced, Other-service, Unmarried, White, Female, 0, 0, 55, Dominican-Republic, <=50K.
-56, Private, 197875, 10th, 6, Widowed, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-36, Self-emp-inc, 48063, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 80, United-States, <=50K.
-48, Private, 253596, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 48, United-States, <=50K.
-29, Private, 39257, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
-33, Private, 56150, Bachelors, 13, Never-married, Craft-repair, Not-in-family, White, Male, 2174, 0, 40, United-States, <=50K.
-31, Private, 179415, 5th-6th, 3, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-39, Private, 252445, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-66, Private, 275918, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 10605, 0, 40, United-States, >50K.
-27, Private, 106562, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
-39, Private, 198654, HS-grad, 9, Divorced, Exec-managerial, Unmarried, Black, Female, 99999, 0, 40, United-States, >50K.
-59, Private, 107318, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 5178, 0, 50, United-States, >50K.
-26, Private, 181896, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 106014, Assoc-voc, 11, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-45, ?, 319993, HS-grad, 9, Widowed, ?, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
-23, Private, 197997, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-36, Local-gov, 173542, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-34, Private, 207564, Some-college, 10, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 12, United-States, >50K.
-32, Private, 224462, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 84, United-States, >50K.
-37, Private, 123361, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 50, United-States, >50K.
-33, Private, 90409, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-50, Self-emp-not-inc, 165001, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 80, United-States, >50K.
-32, Federal-gov, 149573, Assoc-acdm, 12, Never-married, Protective-serv, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 249456, Bachelors, 13, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-37, Private, 149898, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-44, Private, 292985, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-57, Private, 50223, Some-college, 10, Divorced, Handlers-cleaners, Other-relative, White, Male, 0, 0, 25, United-States, <=50K.
-29, Local-gov, 400074, Some-college, 10, Married-civ-spouse, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-55, Private, 197399, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
-43, Self-emp-inc, 209547, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 25, United-States, >50K.
-43, Private, 52433, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-45, Self-emp-not-inc, 355978, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
-33, Self-emp-not-inc, 48214, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 8, United-States, <=50K.
-26, Private, 190873, 10th, 6, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, Germany, <=50K.
-23, Private, 278390, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 68, United-States, <=50K.
-41, Private, 203217, 7th-8th, 4, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
-24, Private, 279175, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-47, Self-emp-not-inc, 194590, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 44, United-States, <=50K.
-34, Self-emp-not-inc, 198813, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
-40, Private, 187294, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-28, Private, 302903, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, Asian-Pac-Islander, Female, 0, 1485, 40, United-States, <=50K.
-24, Private, 154835, HS-grad, 9, Never-married, Exec-managerial, Own-child, Asian-Pac-Islander, Female, 0, 0, 40, South, <=50K.
-73, ?, 73402, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 10, United-States, <=50K.
-23, Private, 100345, HS-grad, 9, Never-married, Craft-repair, Other-relative, White, Male, 0, 0, 15, United-States, <=50K.
-43, Self-emp-not-inc, 126320, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-26, Private, 142226, Bachelors, 13, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-58, Self-emp-not-inc, 112076, Doctorate, 16, Married-AF-spouse, Exec-managerial, Wife, White, Female, 0, 1485, 35, United-States, >50K.
-52, Private, 225339, HS-grad, 9, Widowed, Adm-clerical, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
-29, Private, 211208, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 99, United-States, >50K.
-47, Private, 200808, 11th, 7, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 35, Columbia, <=50K.
-49, Private, 220618, HS-grad, 9, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 37, United-States, <=50K.
-40, Private, 210493, 11th, 7, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-62, Self-emp-not-inc, 369734, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-49, Private, 27898, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 55, United-States, >50K.
-50, Private, 138193, Bachelors, 13, Divorced, Prof-specialty, Other-relative, White, Female, 0, 0, 50, United-States, >50K.
-31, Private, 224234, HS-grad, 9, Never-married, Transport-moving, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-48, Local-gov, 188741, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-24, Private, 183772, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-41, ?, 155041, HS-grad, 9, Never-married, ?, Own-child, White, Female, 3418, 0, 40, United-States, <=50K.
-37, Private, 79586, HS-grad, 9, Separated, Machine-op-inspct, Own-child, Asian-Pac-Islander, Male, 0, 0, 60, United-States, <=50K.
-45, Private, 355781, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 45, Japan, >50K.
-63, ?, 156158, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 16, United-States, <=50K.
-36, Private, 116358, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 45, India, <=50K.
-45, Private, 59287, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 138868, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-26, Private, 185885, Assoc-acdm, 12, Never-married, Tech-support, Other-relative, White, Female, 0, 0, 20, United-States, <=50K.
-17, Private, 40299, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-27, Private, 500068, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 36, ?, <=50K.
-43, Private, 51494, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 65, United-States, <=50K.
-35, Private, 179481, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 55, United-States, <=50K.
-38, Private, 365907, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-26, Private, 284343, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 204862, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 272476, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 24, United-States, >50K.
-36, Private, 175130, 11th, 7, Divorced, Transport-moving, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 118941, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
-19, Private, 164339, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 1055, 0, 70, United-States, <=50K.
-22, ?, 213291, Assoc-acdm, 12, Never-married, ?, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-42, Federal-gov, 55457, 10th, 6, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-50, Private, 280292, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
-30, Private, 446894, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-37, State-gov, 67083, Some-college, 10, Married-civ-spouse, Prof-specialty, Other-relative, Asian-Pac-Islander, Male, 0, 0, 40, Cambodia, <=50K.
-54, Self-emp-inc, 159219, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 40, United-States, >50K.
-52, Self-emp-inc, 168539, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-65, Private, 88145, 1st-4th, 2, Married-civ-spouse, Handlers-cleaners, Husband, Other, Male, 0, 0, 40, ?, <=50K.
-33, Private, 150309, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-25, Private, 122999, Some-college, 10, Never-married, Tech-support, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 302195, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-26, Private, 210982, Assoc-voc, 11, Separated, Adm-clerical, Unmarried, Black, Female, 114, 0, 40, United-States, <=50K.
-39, Private, 177140, HS-grad, 9, Separated, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-59, Private, 113838, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 97165, Some-college, 10, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-47, Private, 104301, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
-23, ?, 192028, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-64, Self-emp-inc, 115931, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-21, Private, 147280, HS-grad, 9, Never-married, Other-service, Own-child, Other, Male, 0, 0, 20, United-States, <=50K.
-32, Private, 185433, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, Black, Female, 0, 0, 40, United-States, >50K.
-26, Private, 599057, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 37, United-States, <=50K.
-19, ?, 50626, Some-college, 10, Never-married, ?, Own-child, Black, Female, 0, 0, 20, United-States, <=50K.
-62, Self-emp-not-inc, 71467, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 183977, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, >50K.
-75, ?, 26586, 10th, 6, Married-spouse-absent, ?, Not-in-family, White, Female, 0, 0, 5, United-States, <=50K.
-45, Self-emp-not-inc, 196858, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-31, Private, 160594, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 50, United-States, >50K.
-32, Private, 65278, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 2580, 0, 40, United-States, <=50K.
-24, Private, 102258, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 196947, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-41, Self-emp-not-inc, 233150, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-18, Private, 42857, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-44, Private, 118059, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, >50K.
-40, Private, 169262, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 3411, 0, 50, United-States, <=50K.
-27, Private, 95108, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 161092, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 345253, Some-college, 10, Never-married, Adm-clerical, Not-in-family, Other, Male, 2174, 0, 40, United-States, <=50K.
-37, State-gov, 111275, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-65, Self-emp-not-inc, 178878, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-43, Federal-gov, 157237, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-45, Private, 155664, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 44, United-States, <=50K.
-24, State-gov, 322658, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 208503, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 42, United-States, <=50K.
-19, Local-gov, 223326, Some-college, 10, Never-married, Protective-serv, Own-child, White, Male, 0, 1721, 35, United-States, <=50K.
-37, Private, 20308, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 65, United-States, >50K.
-24, Private, 124751, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-34, Private, 113364, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Germany, <=50K.
-50, State-gov, 196900, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 39, United-States, <=50K.
-36, Private, 168170, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
-39, Private, 205338, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-44, Self-emp-not-inc, 98806, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 38, United-States, <=50K.
-45, State-gov, 226452, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, State-gov, 479179, 11th, 7, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-47, Federal-gov, 471990, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-50, Private, 44728, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 33117, Assoc-voc, 11, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 264876, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-19, ?, 47235, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-28, State-gov, 293628, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 10, ?, <=50K.
-28, Private, 193122, HS-grad, 9, Divorced, Sales, Other-relative, White, Male, 0, 0, 50, United-States, <=50K.
-39, Federal-gov, 149347, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, Poland, >50K.
-21, Private, 129172, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 2907, 0, 40, United-States, <=50K.
-73, Self-emp-not-inc, 151255, Some-college, 10, Widowed, Farming-fishing, Not-in-family, White, Female, 0, 0, 75, United-States, <=50K.
-39, Private, 98886, 7th-8th, 4, Married-civ-spouse, Other-service, Husband, White, Male, 4508, 0, 40, Mexico, <=50K.
-25, Private, 238673, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 137991, Some-college, 10, Married-AF-spouse, Sales, Wife, White, Female, 0, 0, 20, United-States, <=50K.
-51, Private, 85942, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
-39, Private, 85783, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 28, United-States, <=50K.
-31, Private, 174789, Bachelors, 13, Divorced, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 457162, Some-college, 10, Never-married, Sales, Own-child, Black, Male, 0, 0, 17, United-States, <=50K.
-46, Private, 176026, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 27828, 0, 50, United-States, >50K.
-73, Private, 88594, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-41, Private, 311101, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 273989, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 370242, Assoc-acdm, 12, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-24, Private, 194630, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-20, Private, 313817, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 195843, Assoc-voc, 11, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 203160, Bachelors, 13, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 28, United-States, <=50K.
-33, Private, 175856, 11th, 7, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-33, Private, 75435, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-36, State-gov, 291676, 9th, 5, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-55, Private, 192869, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 36, United-States, <=50K.
-19, Private, 124464, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 98776, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-34, Private, 107960, 5th-6th, 3, Never-married, Machine-op-inspct, Other-relative, Asian-Pac-Islander, Male, 0, 0, 40, Laos, <=50K.
-62, State-gov, 312286, Prof-school, 15, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-33, Self-emp-not-inc, 48520, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-39, Private, 224541, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 4386, 0, 55, Mexico, <=50K.
-36, Local-gov, 237713, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 309990, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 33, United-States, <=50K.
-39, Self-emp-not-inc, 37019, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-38, ?, 48976, HS-grad, 9, Married-civ-spouse, ?, Wife, White, Female, 0, 1887, 10, United-States, >50K.
-18, Private, 170183, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
-61, Private, 142988, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 45, United-States, >50K.
-20, Federal-gov, 163205, Assoc-voc, 11, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 36, United-States, <=50K.
-35, Self-emp-not-inc, 455379, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 65, United-States, >50K.
-27, Private, 104423, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-66, Private, 104936, 10th, 6, Widowed, Other-service, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
-21, Private, 542610, HS-grad, 9, Never-married, Transport-moving, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 208117, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 18, United-States, <=50K.
-34, Private, 105141, Some-college, 10, Divorced, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-63, Private, 156120, 5th-6th, 3, Never-married, Priv-house-serv, Not-in-family, White, Female, 0, 0, 50, ?, <=50K.
-20, ?, 38455, HS-grad, 9, Never-married, ?, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 213339, HS-grad, 9, Separated, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 177989, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 2051, 60, United-States, <=50K.
-64, State-gov, 107732, 1st-4th, 2, Married-civ-spouse, Farming-fishing, Husband, Other, Male, 0, 0, 45, Columbia, <=50K.
-32, Private, 312403, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-30, Local-gov, 176992, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, >50K.
-36, Self-emp-not-inc, 84294, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 72, United-States, <=50K.
-22, Private, 143062, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 12, United-States, <=50K.
-53, Local-gov, 139671, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-50, Private, 116814, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-36, Private, 37778, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-41, Self-emp-inc, 240900, 11th, 7, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-55, Private, 202652, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-38, Private, 52187, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-28, Private, 349751, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, Black, Male, 2174, 0, 50, United-States, <=50K.
-24, Local-gov, 238384, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 37, United-States, <=50K.
-60, Private, 209844, Some-college, 10, Divorced, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-54, Private, 333301, 10th, 6, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-27, Self-emp-inc, 214974, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-30, Private, 113453, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 30, United-States, <=50K.
-54, Private, 162238, HS-grad, 9, Widowed, Transport-moving, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-44, Private, 98779, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 5178, 0, 40, United-States, >50K.
-52, Private, 165001, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
-18, Private, 78528, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-55, Private, 353881, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-35, Private, 251396, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-37, Private, 178100, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
-22, Private, 416165, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-45, Private, 177536, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, England, >50K.
-38, Private, 203717, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-48, Private, 107231, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 106448, Assoc-voc, 11, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 196816, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Other-relative, White, Male, 0, 0, 50, United-States, <=50K.
-37, Self-emp-not-inc, 191342, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 60, Philippines, >50K.
-18, Private, 170194, 11th, 7, Never-married, Sales, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-26, Private, 113587, 10th, 6, Divorced, Machine-op-inspct, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-48, Self-emp-inc, 72425, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-51, Private, 217480, Some-college, 10, Separated, Adm-clerical, Not-in-family, Black, Male, 8614, 0, 40, United-States, >50K.
-52, Private, 120914, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, State-gov, 33945, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, >50K.
-39, Self-emp-not-inc, 199753, Bachelors, 13, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-51, Private, 144284, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-54, Private, 53833, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-21, Private, 151158, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-43, Private, 125577, HS-grad, 9, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 242323, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-31, State-gov, 195181, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 35, United-States, >50K.
-73, ?, 145748, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 8, United-States, <=50K.
-26, Private, 341672, Some-college, 10, Never-married, Adm-clerical, Other-relative, Asian-Pac-Islander, Male, 0, 0, 60, India, <=50K.
-35, Private, 116369, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-73, Private, 113446, 5th-6th, 3, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 54, United-States, >50K.
-25, Self-emp-not-inc, 121285, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-58, Self-emp-not-inc, 25124, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 2377, 65, United-States, <=50K.
-32, Private, 182274, HS-grad, 9, Separated, Other-service, Own-child, White, Female, 0, 0, 37, United-States, <=50K.
-28, Private, 103548, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-41, Self-emp-not-inc, 38434, Masters, 14, Never-married, Sales, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-53, Self-emp-not-inc, 317313, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-49, Private, 177543, HS-grad, 9, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-55, Private, 139834, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-29, Private, 118478, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 7298, 0, 50, United-States, >50K.
-28, Self-emp-not-inc, 147951, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 80, United-States, <=50K.
-44, Private, 201734, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-41, Private, 198196, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-26, Private, 141876, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 3103, 0, 45, United-States, >50K.
-23, Private, 325179, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-37, Self-emp-not-inc, 143774, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, Germany, >50K.
-23, Private, 152328, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 13550, 0, 50, United-States, >50K.
-33, Private, 479600, Some-college, 10, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-44, Private, 180599, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, >50K.
-21, Private, 448026, Some-college, 10, Never-married, Protective-serv, Own-child, White, Male, 2907, 0, 30, United-States, <=50K.
-36, Private, 300333, 11th, 7, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, Cuba, <=50K.
-44, Local-gov, 184105, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
-23, Private, 202084, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-26, Private, 29515, HS-grad, 9, Divorced, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 247328, 5th-6th, 3, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
-31, Private, 188246, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
-50, Local-gov, 105788, HS-grad, 9, Separated, Exec-managerial, Unmarried, Black, Female, 6497, 0, 35, United-States, <=50K.
-18, Self-emp-inc, 352640, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-49, Private, 132576, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-59, Private, 128829, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 93140, HS-grad, 9, Separated, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 28, United-States, <=50K.
-50, Self-emp-inc, 155965, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-51, Self-emp-inc, 335902, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1672, 55, United-States, <=50K.
-22, Private, 158522, Some-college, 10, Never-married, Machine-op-inspct, Own-child, Asian-Pac-Islander, Male, 0, 0, 35, United-States, <=50K.
-54, Private, 174806, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 40, United-States, >50K.
-37, Private, 32207, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 43607, Bachelors, 13, Widowed, Adm-clerical, Unmarried, White, Male, 0, 0, 60, United-States, <=50K.
-67, State-gov, 168224, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-43, ?, 180318, 11th, 7, Separated, ?, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 311376, Some-college, 10, Never-married, Exec-managerial, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 101562, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-32, Local-gov, 267859, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 50, Cuba, <=50K.
-36, Private, 86143, Assoc-voc, 11, Never-married, Craft-repair, Own-child, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
-33, Local-gov, 217304, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 410034, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 56, United-States, <=50K.
-29, Private, 293073, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7298, 0, 48, United-States, >50K.
-18, ?, 39493, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-26, Private, 247425, Some-college, 10, Never-married, Sales, Not-in-family, Black, Male, 0, 0, 40, Haiti, <=50K.
-51, Private, 128338, 7th-8th, 4, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 189344, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-18, Private, 366154, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-52, Private, 163051, 12th, 8, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 1628, 40, United-States, <=50K.
-31, Private, 437200, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-45, Private, 323798, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 53, United-States, >50K.
-38, Private, 182570, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 38, United-States, <=50K.
-21, Private, 200318, Assoc-acdm, 12, Never-married, Sales, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-33, Private, 48520, HS-grad, 9, Separated, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 130007, Some-college, 10, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 166248, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-43, Private, 203554, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 50, United-States, >50K.
-64, ?, 192715, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 1672, 10, United-States, <=50K.
-33, Self-emp-inc, 291333, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 45, United-States, >50K.
-49, Self-emp-not-inc, 39140, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-41, Private, 266439, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-55, Self-emp-not-inc, 126840, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-52, Private, 166419, Some-college, 10, Divorced, Adm-clerical, Not-in-family, Black, Female, 0, 0, 37, United-States, <=50K.
-42, Private, 287129, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 206827, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-42, Private, 173888, HS-grad, 9, Married-spouse-absent, Adm-clerical, Not-in-family, White, Male, 0, 0, 52, United-States, <=50K.
-41, State-gov, 253250, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-35, Private, 337239, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-71, ?, 113445, 5th-6th, 3, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 10, United-States, <=50K.
-54, Federal-gov, 201127, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 42, United-States, >50K.
-24, Private, 403107, 5th-6th, 3, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, Mexico, <=50K.
-59, ?, 179078, HS-grad, 9, Widowed, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-30, ?, 126402, 11th, 7, Never-married, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-57, Federal-gov, 223892, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
-58, State-gov, 191318, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 40, United-States, >50K.
-32, Private, 394708, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 119474, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 1055, 0, 25, United-States, <=50K.
-20, Private, 419984, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
-60, ?, 164730, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 190678, HS-grad, 9, Divorced, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, ?, <=50K.
-26, Local-gov, 197897, HS-grad, 9, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 20, England, <=50K.
-33, Private, 286675, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 191986, 10th, 6, Never-married, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-50, Self-emp-not-inc, 90525, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 15024, 0, 20, United-States, >50K.
-32, Private, 56150, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, Local-gov, 248327, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-18, Private, 90860, Some-college, 10, Never-married, Sales, Own-child, Asian-Pac-Islander, Female, 0, 0, 20, United-States, <=50K.
-35, Federal-gov, 104858, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-22, ?, 228686, Some-college, 10, Divorced, ?, Own-child, White, Male, 0, 1602, 25, United-States, <=50K.
-46, Private, 196707, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
-37, Private, 29430, HS-grad, 9, Divorced, Sales, Unmarried, White, Male, 0, 0, 45, United-States, <=50K.
-45, Private, 54038, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 1902, 20, United-States, >50K.
-63, Private, 281025, 9th, 5, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 32, United-States, <=50K.
-53, Private, 258832, HS-grad, 9, Never-married, Other-service, Other-relative, Asian-Pac-Islander, Male, 0, 0, 10, Philippines, <=50K.
-24, Private, 131220, HS-grad, 9, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-65, ?, 190454, 11th, 7, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 29, United-States, <=50K.
-43, Private, 315971, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 32, ?, >50K.
-47, Private, 265097, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 185057, HS-grad, 9, Never-married, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-27, Private, 169557, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 6849, 0, 40, United-States, <=50K.
-35, Self-emp-inc, 333636, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 75, United-States, <=50K.
-19, Private, 181652, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 24, United-States, <=50K.
-47, Private, 34307, Some-college, 10, Separated, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-25, Federal-gov, 198813, Bachelors, 13, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 1590, 40, United-States, <=50K.
-59, Local-gov, 240030, Prof-school, 15, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-28, Private, 226089, 10th, 6, Never-married, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-17, Private, 190941, 10th, 6, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-21, Private, 160261, Some-college, 10, Never-married, Exec-managerial, Own-child, Asian-Pac-Islander, Male, 2463, 0, 50, England, <=50K.
-31, Private, 208458, HS-grad, 9, Divorced, Sales, Unmarried, Other, Female, 0, 0, 40, Mexico, <=50K.
-49, Private, 112761, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-48, Local-gov, 67716, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 50, United-States, >50K.
-60, Self-emp-not-inc, 121076, Doctorate, 16, Divorced, Sales, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-33, Self-emp-not-inc, 182556, 12th, 8, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 231348, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 55395, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 52, United-States, <=50K.
-34, Private, 344073, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
-38, Federal-gov, 318912, Assoc-voc, 11, Divorced, Adm-clerical, Own-child, Black, Male, 0, 0, 52, United-States, <=50K.
-58, Self-emp-not-inc, 237546, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 70, United-States, >50K.
-20, Private, 346341, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, ?, <=50K.
-52, Private, 305090, Some-college, 10, Separated, Sales, Other-relative, White, Female, 0, 0, 55, United-States, <=50K.
-22, Local-gov, 198478, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 321435, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 35, United-States, >50K.
-39, Private, 259716, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
-41, Private, 191547, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 55, United-States, >50K.
-37, ?, 171482, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-56, Private, 225927, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 2580, 0, 40, United-States, <=50K.
-21, Private, 256504, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 168526, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
-45, Private, 44489, Assoc-voc, 11, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 10, United-States, <=50K.
-44, Local-gov, 159449, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 80, United-States, >50K.
-54, Private, 387540, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-24, Private, 314819, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 2174, 0, 40, United-States, <=50K.
-40, Private, 34722, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-43, State-gov, 125831, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 99999, 0, 60, United-States, >50K.
-20, ?, 239805, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 16, United-States, <=50K.
-41, Self-emp-not-inc, 264663, 11th, 7, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 294121, Assoc-voc, 11, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 83912, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 25, Mexico, <=50K.
-26, Private, 241626, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-50, State-gov, 137815, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-62, Self-emp-inc, 153891, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 3137, 0, 40, United-States, <=50K.
-24, Private, 83774, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 2885, 0, 45, United-States, <=50K.
-58, Private, 199067, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 65, United-States, >50K.
-44, Self-emp-inc, 57233, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-44, Private, 211517, 12th, 8, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-37, Self-emp-inc, 132879, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, >50K.
-65, Self-emp-not-inc, 72776, 7th-8th, 4, Never-married, Farming-fishing, Not-in-family, White, Male, 2964, 0, 40, United-States, <=50K.
-33, Private, 54318, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-34, ?, 143582, HS-grad, 9, Married-spouse-absent, ?, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 37, Taiwan, <=50K.
-56, Self-emp-not-inc, 174564, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
-35, Private, 179579, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 48, United-States, >50K.
-33, Private, 187618, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 1741, 40, United-States, <=50K.
-35, Private, 186819, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-47, Self-emp-not-inc, 60087, Some-college, 10, Married-spouse-absent, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
-35, Self-emp-not-inc, 28987, 9th, 5, Married-civ-spouse, Craft-repair, Husband, Amer-Indian-Eskimo, Male, 0, 0, 96, United-States, <=50K.
-56, Private, 187355, Some-college, 10, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-29, Self-emp-inc, 218555, Masters, 14, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-53, Self-emp-inc, 94214, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 7298, 0, 50, Thailand, >50K.
-42, Private, 204729, Assoc-voc, 11, Separated, Sales, Unmarried, Black, Female, 0, 0, 25, United-States, <=50K.
-20, ?, 281668, Some-college, 10, Never-married, ?, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 236696, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 50, Taiwan, <=50K.
-33, Private, 179747, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 187322, 10th, 6, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-38, State-gov, 116975, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 1887, 50, United-States, >50K.
-32, Private, 205950, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-20, Self-emp-not-inc, 190968, 7th-8th, 4, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-32, Private, 160458, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-28, Local-gov, 190911, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
-51, Private, 85382, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, >50K.
-41, Local-gov, 129793, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-37, Local-gov, 270181, Assoc-acdm, 12, Married-spouse-absent, Other-service, Unmarried, Black, Female, 0, 0, 50, United-States, <=50K.
-23, Private, 243723, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-40, Private, 168113, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 652784, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-46, Self-emp-not-inc, 315984, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-24, Private, 311311, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 111336, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 28, United-States, <=50K.
-30, Self-emp-not-inc, 100252, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Own-child, Asian-Pac-Islander, Male, 0, 0, 60, South, <=50K.
-41, State-gov, 186990, Prof-school, 15, Widowed, Prof-specialty, Not-in-family, Other, Female, 0, 0, 52, United-States, >50K.
-37, State-gov, 241633, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, Black, Female, 0, 0, 45, United-States, >50K.
-49, Federal-gov, 252616, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
-41, Federal-gov, 46366, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, Black, Female, 0, 0, 50, United-States, >50K.
-52, Local-gov, 266138, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-23, Private, 32732, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-34, Private, 361978, HS-grad, 9, Divorced, Craft-repair, Unmarried, Black, Female, 1471, 0, 40, United-States, <=50K.
-25, State-gov, 77661, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 2444, 40, United-States, >50K.
-44, Self-emp-inc, 60087, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
-31, Local-gov, 197550, HS-grad, 9, Divorced, Prof-specialty, Unmarried, White, Male, 0, 0, 33, United-States, <=50K.
-53, Private, 170701, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-62, Private, 159822, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-35, Private, 211494, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 1876, 55, United-States, <=50K.
-30, Federal-gov, 340899, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-48, State-gov, 224752, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
-36, Private, 102568, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
-32, Private, 220690, 11th, 7, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 33, United-States, <=50K.
-22, Private, 303170, Some-college, 10, Never-married, Priv-house-serv, Own-child, White, Female, 0, 0, 28, United-States, <=50K.
-17, ?, 143331, 11th, 7, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 192162, HS-grad, 9, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-26, Private, 201635, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-20, ?, 55263, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-56, State-gov, 133728, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 35, United-States, >50K.
-45, Private, 347025, 7th-8th, 4, Widowed, Other-service, Unmarried, White, Female, 0, 0, 21, United-States, <=50K.
-23, Private, 110998, Some-college, 10, Never-married, Adm-clerical, Own-child, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
-31, Private, 122347, HS-grad, 9, Separated, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 127875, 11th, 7, Never-married, Sales, Unmarried, White, Female, 0, 0, 8, United-States, <=50K.
-42, Private, 167534, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 5013, 0, 35, United-States, <=50K.
-27, State-gov, 152560, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-37, Private, 265144, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-31, Private, 302679, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-33, Private, 290763, Bachelors, 13, Separated, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-64, Private, 86837, Preschool, 1, Married-civ-spouse, Handlers-cleaners, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
-32, Private, 147118, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-62, ?, 103575, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 5178, 0, 40, United-States, >50K.
-37, Private, 169469, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 189334, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-49, Private, 139571, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 4064, 0, 40, United-States, <=50K.
-36, Private, 111545, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 40, United-States, >50K.
-67, Private, 72776, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 10566, 0, 15, United-States, <=50K.
-54, Private, 307973, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
-45, Local-gov, 211666, Doctorate, 16, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
-30, Private, 143766, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-39, State-gov, 112812, HS-grad, 9, Married-civ-spouse, Protective-serv, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-57, Private, 43290, 10th, 6, Divorced, Other-service, Not-in-family, Amer-Indian-Eskimo, Female, 0, 0, 20, United-States, <=50K.
-57, Private, 111385, 10th, 6, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-23, Self-emp-not-inc, 145744, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-49, Local-gov, 126754, HS-grad, 9, Married-civ-spouse, Other-service, Other-relative, White, Male, 0, 0, 40, Italy, <=50K.
-46, State-gov, 54260, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 10, United-States, >50K.
-41, State-gov, 34895, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Female, 0, 0, 43, United-States, <=50K.
-44, Private, 166740, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-25, Private, 143062, Bachelors, 13, Never-married, Other-service, Own-child, White, Female, 2463, 0, 30, United-States, <=50K.
-34, Local-gov, 191957, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 45, United-States, >50K.
-24, Private, 109456, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-32, Private, 198183, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-27, Local-gov, 157449, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 50, United-States, >50K.
-67, Private, 53874, 12th, 8, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, Cuba, <=50K.
-36, Private, 191754, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 320071, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 1408, 48, United-States, <=50K.
-24, Private, 164574, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 185870, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 1902, 40, United-States, >50K.
-44, State-gov, 165745, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
-23, Self-emp-not-inc, 40323, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-46, Private, 199378, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 90, United-States, <=50K.
-31, Private, 289889, Assoc-voc, 11, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-21, Local-gov, 152200, Some-college, 10, Married-civ-spouse, Protective-serv, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-61, Private, 198231, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-71, Self-emp-not-inc, 28865, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 15, United-States, <=50K.
-42, Private, 26915, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-27, ?, 108926, Some-college, 10, Married-civ-spouse, ?, Husband, Black, Male, 0, 0, 5, United-States, <=50K.
-21, State-gov, 204034, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 16, United-States, <=50K.
-21, Private, 243368, Preschool, 1, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 25, Mexico, <=50K.
-28, Local-gov, 191088, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 2354, 0, 60, United-States, <=50K.
-27, Local-gov, 194515, Assoc-acdm, 12, Never-married, Prof-specialty, Own-child, Black, Female, 0, 0, 37, United-States, <=50K.
-32, Private, 28984, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 2001, 25, United-States, <=50K.
-47, Private, 125892, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 37932, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 35, England, <=50K.
-56, Private, 249751, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 191948, HS-grad, 9, Married-civ-spouse, Other-service, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 97306, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-22, Private, 176178, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-28, Private, 142764, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 7688, 0, 45, United-States, >50K.
-50, Private, 148431, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-66, State-gov, 148380, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 1424, 0, 10, United-States, <=50K.
-38, Private, 314890, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 46, United-States, <=50K.
-62, Private, 177493, 12th, 8, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-36, Federal-gov, 327435, Masters, 14, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
-47, Private, 275967, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-25, Private, 176520, HS-grad, 9, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 186463, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 50380, 11th, 7, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-70, Self-emp-not-inc, 323987, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 8, United-States, <=50K.
-52, Private, 192445, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-70, Private, 142851, 9th, 5, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 18, United-States, <=50K.
-19, State-gov, 42750, HS-grad, 9, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 199011, 11th, 7, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 3, United-States, <=50K.
-37, Private, 98644, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 16, ?, >50K.
-37, Private, 173963, 11th, 7, Separated, Sales, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-45, State-gov, 284763, Some-college, 10, Divorced, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 108775, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-56, Self-emp-not-inc, 233312, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 20, Poland, <=50K.
-50, Private, 197826, Masters, 14, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 123007, HS-grad, 9, Never-married, Adm-clerical, Other-relative, White, Male, 0, 2001, 30, United-States, <=50K.
-26, Private, 264012, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-41, Self-emp-inc, 214247, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 2415, 60, United-States, >50K.
-21, Private, 200121, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-48, Self-emp-not-inc, 138069, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 2042, 50, United-States, <=50K.
-22, Private, 33551, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-37, State-gov, 89083, Assoc-acdm, 12, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-47, Private, 369438, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 30, United-States, >50K.
-61, Private, 93997, Bachelors, 13, Divorced, Sales, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-47, Local-gov, 169699, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-37, Private, 115429, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 25, United-States, <=50K.
-46, State-gov, 96652, Assoc-voc, 11, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-42, Self-emp-not-inc, 103759, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-41, Private, 54422, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-33, Local-gov, 107215, 9th, 5, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 194630, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-27, Private, 102142, Assoc-acdm, 12, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-40, Federal-gov, 134638, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 39, United-States, <=50K.
-56, Private, 46920, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-35, Federal-gov, 207973, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, Canada, <=50K.
-24, Private, 208946, Assoc-voc, 11, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-73, Self-emp-not-inc, 252431, Some-college, 10, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 1, United-States, <=50K.
-36, Private, 251730, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-31, Private, 301251, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
-50, ?, 137632, HS-grad, 9, Married-civ-spouse, ?, Husband, Black, Male, 0, 0, 45, Haiti, <=50K.
-36, Private, 197274, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 106043, HS-grad, 9, Married-civ-spouse, Sales, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-26, Private, 195636, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
-20, Private, 237956, HS-grad, 9, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 40, Cuba, <=50K.
-58, Private, 31532, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-45, State-gov, 276157, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-33, ?, 207668, Bachelors, 13, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 142921, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-44, Private, 217039, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 60, United-States, >50K.
-19, Local-gov, 259169, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-54, Private, 409173, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, Black, Male, 0, 0, 50, Puerto-Rico, >50K.
-31, State-gov, 73161, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1740, 40, United-States, <=50K.
-27, Private, 241431, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-36, Private, 151764, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 5178, 0, 40, United-States, >50K.
-47, Federal-gov, 131726, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 1876, 40, United-States, <=50K.
-35, Private, 334291, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-42, Private, 67243, 1st-4th, 2, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 55, Portugal, >50K.
-45, Private, 370261, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-70, Private, 573446, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 1455, 0, 40, United-States, <=50K.
-27, Local-gov, 189775, 12th, 8, Never-married, Other-service, Own-child, Black, Female, 0, 0, 44, United-States, <=50K.
-36, Private, 312206, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
-23, Private, 86939, HS-grad, 9, Married-spouse-absent, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 221757, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-45, Self-emp-not-inc, 213140, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 7688, 0, 45, United-States, >50K.
-24, Private, 308673, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-90, Private, 149069, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 1825, 50, United-States, >50K.
-50, Private, 69345, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 1902, 44, United-States, >50K.
-37, Private, 112158, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 7688, 0, 99, United-States, >50K.
-31, Private, 386299, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-17, Private, 61838, 11th, 7, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 290286, Some-college, 10, Never-married, Adm-clerical, Not-in-family, Black, Male, 0, 0, 38, United-States, <=50K.
-41, Private, 143069, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-50, Self-emp-inc, 145714, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-45, Self-emp-not-inc, 285570, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 80, United-States, <=50K.
-54, Self-emp-not-inc, 399705, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
-54, Private, 186224, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 172918, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 198270, HS-grad, 9, Married-civ-spouse, Sales, Other-relative, White, Female, 0, 0, 38, United-States, <=50K.
-43, Private, 307767, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-19, ?, 208630, HS-grad, 9, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-30, Private, 169002, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
-31, ?, 186369, 9th, 5, Divorced, ?, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-42, Private, 99203, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 3325, 0, 40, United-States, <=50K.
-48, Private, 197836, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-56, Private, 140136, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 35, United-States, >50K.
-21, Local-gov, 402230, Some-college, 10, Never-married, Adm-clerical, Unmarried, White, Male, 0, 0, 36, United-States, <=50K.
-45, Private, 167159, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 116409, Prof-school, 15, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-38, Local-gov, 105161, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-34, Private, 263908, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-29, Private, 189565, HS-grad, 9, Divorced, Protective-serv, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 224059, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-79, ?, 27457, Masters, 14, Never-married, ?, Not-in-family, White, Female, 0, 0, 23, United-States, <=50K.
-35, Private, 240988, Assoc-acdm, 12, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
-39, Self-emp-not-inc, 41017, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-73, Self-emp-not-inc, 214498, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 12, United-States, <=50K.
-57, Private, 186361, Assoc-voc, 11, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-35, Self-emp-inc, 165799, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-60, Private, 266983, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 32, United-States, <=50K.
-19, ?, 165416, Some-college, 10, Never-married, ?, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-54, Private, 226497, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-53, Self-emp-not-inc, 99516, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 177287, Some-college, 10, Never-married, Exec-managerial, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-57, Self-emp-not-inc, 27385, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 48, United-States, >50K.
-27, Self-emp-not-inc, 147452, 10th, 6, Never-married, Sales, Own-child, White, Female, 0, 0, 48, United-States, <=50K.
-25, Private, 144334, HS-grad, 9, Never-married, Exec-managerial, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 217926, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 153312, Some-college, 10, Married-civ-spouse, Sales, Husband, Black, Male, 0, 0, 60, United-States, >50K.
-24, Private, 126822, HS-grad, 9, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
-67, Self-emp-inc, 51415, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 171886, HS-grad, 9, Never-married, Other-service, Own-child, Black, Male, 0, 0, 35, United-States, <=50K.
-38, Private, 216319, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 40, China, >50K.
-54, Private, 279337, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-20, Self-emp-not-inc, 115085, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-57, Private, 453233, 10th, 6, Separated, Exec-managerial, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
-34, Federal-gov, 400943, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 44, United-States, <=50K.
-34, Private, 226883, HS-grad, 9, Separated, Craft-repair, Unmarried, White, Male, 0, 0, 49, United-States, <=50K.
-80, Private, 138050, HS-grad, 9, Married-spouse-absent, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 16, United-States, <=50K.
-40, Private, 204585, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-19, Local-gov, 220558, 11th, 7, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 35, United-States, <=50K.
-35, Private, 198841, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 56, United-States, <=50K.
-21, Private, 67244, HS-grad, 9, Never-married, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-59, Local-gov, 75785, 11th, 7, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-53, Private, 85423, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
-41, Self-emp-not-inc, 134724, Assoc-voc, 11, Married-civ-spouse, Other-service, Wife, White, Female, 3103, 0, 40, United-States, >50K.
-59, Private, 109567, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-21, ?, 132053, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-52, Private, 157413, 1st-4th, 2, Divorced, Farming-fishing, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 238567, 5th-6th, 3, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-24, Private, 153133, 12th, 8, Never-married, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-49, Private, 186256, Prof-school, 15, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-19, Private, 260265, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-50, Private, 131819, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-39, Private, 141584, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, >50K.
-25, Private, 245121, HS-grad, 9, Married-civ-spouse, Other-service, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
-66, Private, 22502, 7th-8th, 4, Divorced, Other-service, Other-relative, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
-30, Private, 23778, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 4416, 0, 40, United-States, <=50K.
-49, Private, 380922, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 80, United-States, >50K.
-40, Self-emp-not-inc, 173651, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-38, Private, 191137, 10th, 6, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 217006, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, State-gov, 22211, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 37, United-States, >50K.
-23, Local-gov, 57711, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, Germany, <=50K.
-60, Self-emp-not-inc, 123190, 9th, 5, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 67, United-States, >50K.
-44, Private, 110028, HS-grad, 9, Divorced, Sales, Not-in-family, White, Male, 27828, 0, 60, United-States, >50K.
-53, Self-emp-not-inc, 174102, Prof-school, 15, Divorced, Prof-specialty, Unmarried, White, Male, 25236, 0, 60, United-States, >50K.
-66, Self-emp-not-inc, 183249, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 20, United-States, >50K.
-18, ?, 240183, HS-grad, 9, Never-married, ?, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
-44, Local-gov, 49665, Assoc-voc, 11, Divorced, Machine-op-inspct, Unmarried, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 210438, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-30, Private, 53373, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-36, Private, 295706, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 3674, 0, 42, United-States, <=50K.
-38, Local-gov, 273457, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-31, Federal-gov, 165949, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-26, Private, 142152, 11th, 7, Never-married, Transport-moving, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-23, Private, 189203, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
-58, State-gov, 179089, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-44, Self-emp-not-inc, 53956, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 3137, 0, 40, United-States, <=50K.
-59, Self-emp-inc, 77816, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 40, United-States, >50K.
-36, Local-gov, 74593, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 196158, Some-college, 10, Divorced, Other-service, Not-in-family, White, Female, 8614, 0, 52, United-States, >50K.
-17, Private, 28544, 11th, 7, Never-married, Sales, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-59, Local-gov, 662460, 10th, 6, Widowed, Prof-specialty, Unmarried, White, Female, 0, 0, 15, United-States, <=50K.
-22, Private, 152328, Some-college, 10, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 120277, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-36, Private, 180278, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-19, ?, 426589, HS-grad, 9, Never-married, ?, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-49, Private, 111558, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 1977, 25, United-States, >50K.
-18, ?, 243203, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
-38, Self-emp-not-inc, 195686, HS-grad, 9, Separated, Exec-managerial, Unmarried, White, Male, 0, 0, 25, United-States, <=50K.
-48, Private, 226696, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-53, ?, 118058, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, >50K.
-33, Private, 172237, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 46, United-States, <=50K.
-34, Self-emp-not-inc, 114074, Assoc-voc, 11, Widowed, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-41, Federal-gov, 171589, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, ?, >50K.
-20, ?, 184271, Assoc-acdm, 12, Never-married, ?, Own-child, White, Female, 594, 0, 20, United-States, <=50K.
-58, Local-gov, 218724, HS-grad, 9, Widowed, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-52, Private, 134190, 10th, 6, Divorced, Transport-moving, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-45, Local-gov, 181964, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1887, 47, United-States, >50K.
-37, Private, 385330, 7th-8th, 4, Separated, Other-service, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 242406, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Dominican-Republic, <=50K.
-40, Federal-gov, 107584, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-29, Private, 127892, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-33, Private, 160261, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, Asian-Pac-Islander, Male, 0, 0, 10, United-States, <=50K.
-51, ?, 285200, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 2105, 0, 24, United-States, <=50K.
-48, Private, 153254, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, Black, Male, 0, 0, 48, United-States, <=50K.
-36, Self-emp-not-inc, 294672, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 145924, Some-college, 10, Divorced, Machine-op-inspct, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-41, Self-emp-not-inc, 280005, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-29, Federal-gov, 66893, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 47039, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-53, Federal-gov, 36186, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-37, Private, 159383, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 192010, Bachelors, 13, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 35, United-States, <=50K.
-27, Private, 216479, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-57, ?, 274680, Preschool, 1, Separated, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 211345, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, Nicaragua, <=50K.
-25, Private, 203561, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 56, United-States, >50K.
-63, Private, 170815, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 38, United-States, <=50K.
-65, Self-emp-not-inc, 200565, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 18, United-States, <=50K.
-77, Private, 89655, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 234195, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 98466, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-67, Private, 191437, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-35, Private, 77792, HS-grad, 9, Married-civ-spouse, Other-service, Wife, Asian-Pac-Islander, Female, 0, 0, 40, ?, <=50K.
-24, Local-gov, 134181, Masters, 14, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-53, State-gov, 195690, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 50, United-States, >50K.
-37, Self-emp-inc, 94869, Masters, 14, Divorced, Prof-specialty, Not-in-family, Black, Male, 4787, 0, 40, United-States, >50K.
-44, State-gov, 267464, Some-college, 10, Separated, Tech-support, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-25, ?, 257006, 11th, 7, Divorced, ?, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-17, Private, 81010, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-47, Private, 54260, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 60, United-States, >50K.
-62, Federal-gov, 171995, 10th, 6, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 2829, 0, 40, United-States, <=50K.
-39, Private, 245665, Assoc-acdm, 12, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-18, ?, 35855, 11th, 7, Never-married, ?, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-32, State-gov, 189838, Some-college, 10, Divorced, Prof-specialty, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-25, Private, 629900, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 0, 0, 40, United-States, >50K.
-30, Private, 84119, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 65, United-States, >50K.
-47, Private, 47343, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-40, Private, 103614, 10th, 6, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 303092, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-41, State-gov, 124520, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-21, Private, 220857, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-32, State-gov, 247481, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 48, United-States, >50K.
-54, Private, 283281, 7th-8th, 4, Never-married, Craft-repair, Not-in-family, Black, Male, 0, 0, 50, United-States, <=50K.
-31, Private, 25610, Preschool, 1, Never-married, Handlers-cleaners, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 25, United-States, <=50K.
-42, Private, 13769, Assoc-voc, 11, Divorced, Prof-specialty, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 283969, 10th, 6, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, Mexico, <=50K.
-18, Private, 185522, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 33, United-States, <=50K.
-65, ?, 173309, 7th-8th, 4, Widowed, ?, Not-in-family, White, Female, 401, 0, 12, United-States, <=50K.
-37, Private, 144005, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-53, State-gov, 205949, Assoc-acdm, 12, Divorced, Adm-clerical, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-50, Private, 158948, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 84, United-States, <=50K.
-64, Private, 240357, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
-55, Private, 243929, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-63, Private, 201700, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-53, Private, 208402, Some-college, 10, Divorced, Adm-clerical, Unmarried, Other, Female, 4865, 0, 45, Mexico, <=50K.
-18, Private, 120599, 11th, 7, Never-married, Adm-clerical, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 231826, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-62, Private, 499971, 11th, 7, Widowed, Handlers-cleaners, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-56, Private, 227972, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 48, Germany, >50K.
-58, State-gov, 299680, Masters, 14, Married-civ-spouse, Adm-clerical, Husband, White, Male, 15024, 0, 43, United-States, >50K.
-33, Private, 231822, 10th, 6, Separated, Sales, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
-58, Private, 185459, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-44, Private, 90582, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
-81, Private, 184615, 7th-8th, 4, Widowed, Machine-op-inspct, Unmarried, White, Female, 1264, 0, 40, United-States, <=50K.
-28, Private, 173858, HS-grad, 9, Never-married, Craft-repair, Other-relative, Asian-Pac-Islander, Male, 0, 0, 35, China, <=50K.
-28, Private, 132326, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-43, Private, 315037, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
-51, Private, 175122, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 239577, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 52, United-States, <=50K.
-48, Self-emp-not-inc, 96975, HS-grad, 9, Separated, Other-service, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
-45, Self-emp-inc, 61885, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 48, United-States, >50K.
-48, Private, 185870, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-37, State-gov, 142282, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 16, United-States, <=50K.
-34, Private, 334744, Masters, 14, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 50, United-States, >50K.
-63, Self-emp-not-inc, 201600, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 1902, 60, United-States, >50K.
-38, Private, 34378, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 180271, HS-grad, 9, Never-married, Tech-support, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 123833, 9th, 5, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 213304, 5th-6th, 3, Separated, Other-service, Unmarried, White, Female, 0, 0, 40, El-Salvador, <=50K.
-30, Private, 296538, 9th, 5, Divorced, Farming-fishing, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-35, Private, 391937, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-54, Self-emp-inc, 175339, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 2415, 40, United-States, >50K.
-26, Private, 60726, Masters, 14, Never-married, Exec-managerial, Not-in-family, Black, Male, 6849, 0, 50, United-States, <=50K.
-39, Private, 191103, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 54, United-States, <=50K.
-34, State-gov, 32174, HS-grad, 9, Separated, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-55, Private, 176219, Bachelors, 13, Married-civ-spouse, Machine-op-inspct, Husband, Asian-Pac-Islander, Male, 0, 0, 40, India, <=50K.
-33, Self-emp-not-inc, 294434, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 76, United-States, >50K.
-17, Private, 310885, 7th-8th, 4, Never-married, Other-service, Own-child, White, Male, 0, 0, 36, Mexico, <=50K.
-27, Private, 171133, 10th, 6, Never-married, Other-service, Own-child, White, Female, 0, 0, 38, United-States, <=50K.
-53, Private, 162951, 9th, 5, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 41, United-States, >50K.
-43, Private, 223934, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-22, Private, 23940, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
-52, Private, 88073, Bachelors, 13, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-60, Private, 57371, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-55, Self-emp-not-inc, 73684, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 65, United-States, >50K.
-39, Private, 107164, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
-29, Private, 120126, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1848, 40, United-States, >50K.
-41, Self-emp-not-inc, 54611, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 7298, 0, 50, United-States, >50K.
-61, Private, 131117, HS-grad, 9, Widowed, Transport-moving, Unmarried, White, Female, 0, 0, 40, Puerto-Rico, <=50K.
-71, Federal-gov, 101676, 10th, 6, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 403965, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-33, Private, 177083, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, Canada, <=50K.
-52, Private, 173987, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-40, Private, 352080, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-26, ?, 102400, HS-grad, 9, Married-civ-spouse, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-31, Local-gov, 378426, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 99, Columbia, <=50K.
-42, Private, 210857, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 50, United-States, >50K.
-63, Private, 165775, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 21, United-States, <=50K.
-53, Private, 295896, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-34, State-gov, 238944, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-48, Private, 149640, Some-college, 10, Separated, Craft-repair, Unmarried, White, Male, 1506, 0, 40, Honduras, <=50K.
-67, ?, 106175, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 20, United-States, >50K.
-49, Private, 191320, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 24, United-States, <=50K.
-28, Local-gov, 134771, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 55, United-States, <=50K.
-51, ?, 295538, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-44, Private, 120277, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 60, United-States, >50K.
-27, Private, 82393, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, >50K.
-49, Private, 146121, 5th-6th, 3, Married-spouse-absent, Machine-op-inspct, Unmarried, Asian-Pac-Islander, Female, 0, 0, 20, Vietnam, <=50K.
-34, Private, 162544, 7th-8th, 4, Never-married, Priv-house-serv, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-27, Self-emp-not-inc, 216178, Bachelors, 13, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-38, Self-emp-not-inc, 248694, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 36, United-States, <=50K.
-24, Private, 219140, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 360401, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 1719, 48, United-States, <=50K.
-39, Private, 319962, HS-grad, 9, Divorced, Sales, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-50, Private, 115284, Masters, 14, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-42, Private, 29702, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 42, United-States, >50K.
-63, ?, 107085, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 7, United-States, <=50K.
-44, State-gov, 204361, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-58, Private, 218312, HS-grad, 9, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 182332, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-23, Private, 127876, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-20, Private, 316702, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-46, Self-emp-not-inc, 292549, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-21, Private, 203178, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-63, Private, 180099, 10th, 6, Separated, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 154541, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 4386, 0, 40, United-States, >50K.
-27, Private, 95465, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-41, Private, 171839, Masters, 14, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 50, United-States, >50K.
-43, Private, 115562, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 50, United-States, >50K.
-39, State-gov, 42478, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-48, ?, 117054, 5th-6th, 3, Divorced, ?, Not-in-family, White, Male, 0, 0, 99, United-States, <=50K.
-56, Self-emp-inc, 124137, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 45, United-States, >50K.
-44, State-gov, 107503, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 5013, 0, 60, United-States, <=50K.
-24, Private, 70261, Some-college, 10, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-49, Private, 367037, Assoc-acdm, 12, Divorced, Adm-clerical, Not-in-family, White, Female, 4650, 0, 40, United-States, <=50K.
-38, Private, 258339, Assoc-voc, 11, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 70, Iran, <=50K.
-36, Self-emp-not-inc, 269509, HS-grad, 9, Divorced, Sales, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-27, State-gov, 301302, Doctorate, 16, Married-spouse-absent, Tech-support, Not-in-family, White, Male, 0, 0, 20, ?, <=50K.
-50, Private, 369367, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-46, Private, 224582, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 52, United-States, <=50K.
-41, Local-gov, 343591, Bachelors, 13, Separated, Prof-specialty, Unmarried, White, Female, 0, 0, 10, United-States, <=50K.
-45, ?, 53540, 11th, 7, Divorced, ?, Unmarried, Black, Female, 0, 0, 16, United-States, <=50K.
-46, Private, 153536, 12th, 8, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-65, ?, 91262, HS-grad, 9, Married-civ-spouse, ?, Husband, Asian-Pac-Islander, Male, 0, 0, 48, United-States, >50K.
-44, Private, 238574, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-35, Private, 247558, Some-college, 10, Divorced, Tech-support, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-44, Self-emp-not-inc, 188278, Assoc-acdm, 12, Divorced, Exec-managerial, Unmarried, Black, Female, 0, 0, 45, United-States, <=50K.
-51, Private, 194995, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-74, Local-gov, 168782, 7th-8th, 4, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-32, Private, 287229, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-22, Private, 202153, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-58, ?, 230586, 10th, 6, Widowed, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-47, Private, 115358, HS-grad, 9, Divorced, Exec-managerial, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 78283, 12th, 8, Never-married, Transport-moving, Unmarried, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
-64, Federal-gov, 168854, Some-college, 10, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-44, Private, 222011, Masters, 14, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 25, United-States, >50K.
-59, Private, 157749, Bachelors, 13, Widowed, Exec-managerial, Unmarried, White, Male, 0, 3004, 40, United-States, >50K.
-34, Private, 203814, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 35, United-States, <=50K.
-54, Private, 74660, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Male, 0, 0, 40, Canada, >50K.
-33, Private, 292603, Some-college, 10, Divorced, Other-service, Not-in-family, Black, Female, 0, 0, 30, Dominican-Republic, <=50K.
-44, Private, 172364, 1st-4th, 2, Married-civ-spouse, Transport-moving, Wife, White, Female, 3908, 0, 60, United-States, <=50K.
-31, Private, 305619, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-30, State-gov, 157990, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 120243, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 17, United-States, <=50K.
-56, Self-emp-not-inc, 296991, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, England, >50K.
-24, Private, 174845, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 180475, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 152652, 11th, 7, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 172941, Bachelors, 13, Never-married, Prof-specialty, Unmarried, Black, Male, 0, 0, 20, United-States, <=50K.
-39, Federal-gov, 450770, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
-49, Self-emp-not-inc, 166003, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-22, ?, 204935, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-42, State-gov, 60949, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-51, Local-gov, 181132, Masters, 14, Separated, Prof-specialty, Not-in-family, White, Male, 0, 0, 39, United-States, >50K.
-20, Private, 408988, Some-college, 10, Never-married, Sales, Own-child, White, Female, 594, 0, 24, United-States, <=50K.
-49, Private, 169515, 10th, 6, Never-married, Machine-op-inspct, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 250087, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-41, Private, 208613, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 225172, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-20, ?, 125905, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-35, Private, 165007, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 4386, 0, 42, United-States, >50K.
-46, Private, 165346, Masters, 14, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 8, United-States, <=50K.
-35, Private, 37655, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
-21, Private, 172047, Some-college, 10, Never-married, Tech-support, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-45, Private, 178530, 12th, 8, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-37, Local-gov, 347491, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-45, Self-emp-inc, 208049, Assoc-acdm, 12, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 1590, 40, United-States, <=50K.
-18, Private, 111019, 10th, 6, Never-married, Other-service, Own-child, White, Male, 0, 0, 24, United-States, <=50K.
-53, Self-emp-not-inc, 163826, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-24, Local-gov, 117023, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-35, Private, 281982, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 150025, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
-50, Private, 176215, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 7688, 0, 56, United-States, >50K.
-38, Private, 166062, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-34, Local-gov, 28568, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-53, Private, 53833, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 32, United-States, >50K.
-46, Private, 219967, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 45, United-States, >50K.
-50, Private, 309017, Some-college, 10, Divorced, Sales, Unmarried, White, Male, 0, 0, 45, United-States, <=50K.
-45, Private, 353083, Some-college, 10, Separated, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 257992, Assoc-voc, 11, Never-married, Sales, Own-child, Black, Male, 0, 0, 23, United-States, <=50K.
-41, Private, 283174, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 99999, 0, 40, United-States, >50K.
-43, Self-emp-not-inc, 185413, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 50, United-States, >50K.
-29, Private, 207513, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 56, United-States, <=50K.
-53, Private, 56213, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-24, Private, 100961, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-35, Private, 51700, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 199224, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-43, Local-gov, 70055, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 56, United-States, <=50K.
-38, Private, 183683, 10th, 6, Married-spouse-absent, Other-service, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-64, Private, 45868, 7th-8th, 4, Separated, Priv-house-serv, Not-in-family, Other, Female, 0, 0, 35, Mexico, <=50K.
-37, Private, 94706, Bachelors, 13, Never-married, Prof-specialty, Own-child, Amer-Indian-Eskimo, Male, 27828, 0, 40, United-States, >50K.
-48, Private, 322183, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 35, United-States, >50K.
-27, Self-emp-not-inc, 226976, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-45, Private, 262678, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 135056, Masters, 14, Widowed, Prof-specialty, Not-in-family, White, Female, 10520, 0, 38, United-States, >50K.
-33, ?, 148380, Bachelors, 13, Married-civ-spouse, ?, Wife, White, Female, 3103, 0, 60, United-States, >50K.
-42, Private, 270710, 9th, 5, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 166220, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 50, United-States, <=50K.
-29, Private, 229803, HS-grad, 9, Married-spouse-absent, Transport-moving, Not-in-family, Black, Male, 0, 0, 49, Haiti, <=50K.
-71, Self-emp-inc, 172652, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-29, Federal-gov, 204796, 10th, 6, Separated, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-23, State-gov, 186634, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 16, United-States, <=50K.
-28, Private, 106672, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 2, United-States, <=50K.
-55, Private, 135339, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 40, China, >50K.
-47, State-gov, 287547, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-21, ?, 197583, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 159737, HS-grad, 9, Separated, Handlers-cleaners, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-35, Local-gov, 252217, 12th, 8, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-42, Self-emp-inc, 202466, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 45, United-States, >50K.
-33, Private, 123031, HS-grad, 9, Married-spouse-absent, Adm-clerical, Unmarried, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 226296, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 232036, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-19, ?, 233779, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-21, ?, 152328, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-46, Self-emp-not-inc, 481987, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-42, Private, 107563, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
-28, Private, 184806, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 58, United-States, <=50K.
-36, Private, 188850, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-39, Private, 127573, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-27, Private, 72443, HS-grad, 9, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-57, Private, 142080, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, Black, Female, 0, 0, 38, United-States, >50K.
-50, Private, 143353, HS-grad, 9, Divorced, Priv-house-serv, Unmarried, Black, Female, 0, 0, 12, United-States, <=50K.
-63, Private, 172433, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-44, Private, 67874, Some-college, 10, Divorced, Sales, Unmarried, White, Male, 0, 625, 50, United-States, <=50K.
-38, Private, 415578, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-30, Self-emp-not-inc, 370498, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 140513, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 25, United-States, <=50K.
-44, Self-emp-not-inc, 193882, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-24, Private, 289909, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 284078, Some-college, 10, Never-married, Transport-moving, Not-in-family, White, Male, 2354, 0, 40, United-States, <=50K.
-42, Self-emp-not-inc, 83953, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-54, Private, 167380, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-45, State-gov, 112761, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-37, Private, 420040, 1st-4th, 2, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-30, Federal-gov, 42900, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 32086, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-19, Private, 291181, 9th, 5, Never-married, Other-service, Own-child, White, Female, 0, 0, 50, Mexico, <=50K.
-22, Private, 71009, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
-65, Federal-gov, 200764, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-52, ?, 133336, 10th, 6, Divorced, ?, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
-36, Self-emp-not-inc, 166193, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-22, Private, 240229, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 334032, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-30, State-gov, 184901, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-47, Private, 132912, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-29, Private, 217290, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-36, Private, 184655, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 242739, Bachelors, 13, Divorced, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-52, Private, 279344, Masters, 14, Married-civ-spouse, Exec-managerial, Wife, White, Female, 15024, 0, 60, United-States, >50K.
-62, Private, 166691, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-42, Private, 154374, Masters, 14, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, >50K.
-33, Private, 31740, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-17, Private, 129396, 11th, 7, Never-married, Sales, Other-relative, White, Female, 0, 0, 26, United-States, <=50K.
-54, Private, 195015, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 187431, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-45, State-gov, 259087, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-37, State-gov, 62428, Some-college, 10, Never-married, Prof-specialty, Unmarried, Black, Female, 0, 0, 15, United-States, <=50K.
-21, Private, 77572, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 34, South, <=50K.
-29, Private, 245402, Bachelors, 13, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-18, State-gov, 201117, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-18, ?, 36779, 11th, 7, Never-married, ?, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-62, Private, 177028, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 106306, Some-college, 10, Never-married, Craft-repair, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-62, Private, 101582, 7th-8th, 4, Widowed, Machine-op-inspct, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-58, Local-gov, 158357, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-34, Private, 377850, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-62, Private, 207443, 11th, 7, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 50, United-States, <=50K.
-23, Private, 130959, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 12, United-States, <=50K.
-37, Private, 112497, Bachelors, 13, Married-spouse-absent, Exec-managerial, Unmarried, White, Male, 4934, 0, 50, United-States, >50K.
-42, Private, 190545, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 46, United-States, <=50K.
-21, Private, 114292, 11th, 7, Never-married, Other-service, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 75171, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-27, Private, 312939, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 52870, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 174947, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, >50K.
-62, Local-gov, 106069, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 298696, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 392812, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 50, United-States, >50K.
-53, Private, 117932, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-64, Private, 135527, Assoc-voc, 11, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-60, Private, 135158, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 15024, 0, 48, United-States, >50K.
-47, Private, 54260, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-45, State-gov, 28171, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 150324, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 109494, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 5178, 0, 45, United-States, >50K.
-57, Private, 204209, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 3103, 0, 40, United-States, >50K.
-19, Private, 328167, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-26, Private, 157617, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, ?, <=50K.
-63, Self-emp-inc, 180955, 5th-6th, 3, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 25, United-States, <=50K.
-42, Private, 478373, Assoc-acdm, 12, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-38, Self-emp-not-inc, 245090, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 50, United-States, >50K.
-34, Private, 209900, 10th, 6, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-20, ?, 228649, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-35, Private, 190297, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 44780, Bachelors, 13, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 8, United-States, >50K.
-52, State-gov, 32372, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 137184, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-67, Private, 366425, Doctorate, 16, Divorced, Exec-managerial, Not-in-family, White, Male, 99999, 0, 60, United-States, >50K.
-26, Private, 160307, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 2001, 40, United-States, <=50K.
-58, Private, 170480, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-48, Private, 224393, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-25, Private, 173212, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 86646, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 4865, 0, 48, United-States, <=50K.
-25, Private, 108683, Some-college, 10, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 50, United-States, <=50K.
-18, Private, 70021, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 12, United-States, <=50K.
-36, Private, 192939, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-45, Self-emp-not-inc, 144086, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-34, Private, 97614, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-68, Self-emp-inc, 260198, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-37, Private, 486194, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, Guatemala, <=50K.
-21, Private, 112225, Some-college, 10, Never-married, Exec-managerial, Own-child, Asian-Pac-Islander, Male, 0, 0, 15, United-States, <=50K.
-49, Private, 164200, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Local-gov, 52401, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-41, Private, 195821, Doctorate, 16, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 1902, 40, United-States, >50K.
-35, Private, 108140, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-29, Local-gov, 187981, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-29, ?, 108126, 9th, 5, Separated, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-54, Local-gov, 168212, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 40, United-States, >50K.
-32, Self-emp-not-inc, 198613, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 45, ?, >50K.
-18, Private, 52098, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-30, Private, 509364, Some-college, 10, Married-civ-spouse, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, >50K.
-66, ?, 128614, 10th, 6, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 15, United-States, >50K.
-23, Local-gov, 238384, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-36, Private, 317434, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-34, Private, 158688, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-39, Self-emp-not-inc, 267412, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-26, Local-gov, 391074, 10th, 6, Never-married, Handlers-cleaners, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-78, Private, 135692, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 78529, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-51, Private, 117700, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-33, Local-gov, 83413, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 50, United-States, >50K.
-44, ?, 210875, 11th, 7, Divorced, ?, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-34, Private, 108023, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-33, Self-emp-not-inc, 103435, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 50, United-States, >50K.
-28, Private, 632733, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
-55, Private, 266019, 9th, 5, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 4, United-States, <=50K.
-30, Private, 41210, Assoc-voc, 11, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-45, Private, 125892, HS-grad, 9, Married-spouse-absent, Craft-repair, Not-in-family, White, Male, 0, 0, 40, Poland, <=50K.
-46, Private, 135339, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-17, Private, 272372, 11th, 7, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 7, United-States, <=50K.
-40, Private, 291300, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
-44, Local-gov, 157473, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
-56, Private, 329948, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-69, Self-emp-inc, 264722, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-41, Private, 132853, 1st-4th, 2, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-47, Local-gov, 216586, 11th, 7, Divorced, Other-service, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 504725, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 3464, 0, 40, Mexico, <=50K.
-25, State-gov, 150083, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-42, Private, 188789, 7th-8th, 4, Widowed, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-65, ?, 101427, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 2653, 0, 30, United-States, <=50K.
-24, Private, 103277, Assoc-voc, 11, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-48, Federal-gov, 191013, Bachelors, 13, Widowed, Prof-specialty, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-82, Self-emp-inc, 220667, 7th-8th, 4, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-36, Private, 188800, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-34, Private, 24361, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Female, 10520, 0, 40, United-States, >50K.
-28, Private, 82910, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-65, Private, 105586, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 20051, 0, 40, United-States, >50K.
-66, Self-emp-not-inc, 240294, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 60, United-States, <=50K.
-40, Private, 21755, Some-college, 10, Never-married, Craft-repair, Other-relative, Amer-Indian-Eskimo, Male, 0, 0, 30, United-States, <=50K.
-66, Private, 73522, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, ?, <=50K.
-37, Private, 222450, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, El-Salvador, <=50K.
-34, Private, 35595, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-41, Self-emp-not-inc, 239061, Masters, 14, Widowed, Prof-specialty, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-43, Private, 122473, Masters, 14, Married-civ-spouse, Exec-managerial, Wife, Black, Female, 0, 1977, 50, United-States, >50K.
-20, Private, 190290, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 45, Canada, <=50K.
-59, Private, 193375, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 10, United-States, <=50K.
-48, Private, 148576, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-45, State-gov, 72896, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-28, Private, 180299, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-43, Private, 221550, Bachelors, 13, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-18, Private, 183011, Some-college, 10, Never-married, Other-service, Own-child, Black, Female, 0, 0, 15, Haiti, <=50K.
-34, ?, 370209, HS-grad, 9, Divorced, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-55, Self-emp-inc, 298449, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 2179, 60, United-States, <=50K.
-21, Local-gov, 300812, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 173938, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 282172, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-61, Private, 87300, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 64520, 10th, 6, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-44, State-gov, 119567, Masters, 14, Separated, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-45, Private, 117310, HS-grad, 9, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 50, United-States, >50K.
-35, State-gov, 28738, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 4101, 0, 40, United-States, <=50K.
-17, ?, 99695, 10th, 6, Never-married, ?, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-49, Private, 366089, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-40, Private, 234397, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-28, Self-emp-not-inc, 132686, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-33, Self-emp-inc, 196963, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
-31, State-gov, 46492, Assoc-voc, 11, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-38, Local-gov, 274245, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-62, Private, 360032, 10th, 6, Divorced, Sales, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-40, Private, 144778, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-61, Private, 142245, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-42, Federal-gov, 178074, Masters, 14, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 1902, 40, United-States, >50K.
-19, ?, 218171, Some-college, 10, Never-married, ?, Own-child, Asian-Pac-Islander, Male, 0, 0, 2, South, <=50K.
-32, Local-gov, 130242, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-52, Private, 98980, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 284629, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 114591, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
-30, Private, 134639, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 8614, 0, 45, United-States, >50K.
-27, Private, 134890, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 199545, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-32, Private, 227282, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-47, Self-emp-inc, 308241, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 60, United-States, >50K.
-43, Private, 214781, Some-college, 10, Never-married, Adm-clerical, Unmarried, White, Male, 0, 0, 38, United-States, >50K.
-50, Local-gov, 173630, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 36, United-States, >50K.
-42, Federal-gov, 348059, Assoc-acdm, 12, Separated, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, >50K.
-31, Private, 208785, 11th, 7, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-43, Private, 151809, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-37, Private, 71592, HS-grad, 9, Never-married, Other-service, Other-relative, Asian-Pac-Islander, Female, 0, 0, 17, United-States, <=50K.
-58, Private, 132704, Bachelors, 13, Divorced, Adm-clerical, Not-in-family, White, Male, 3325, 0, 40, United-States, <=50K.
-32, Private, 250583, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
-35, Private, 114765, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 38, United-States, >50K.
-40, Self-emp-not-inc, 194924, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-39, Self-emp-not-inc, 73471, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 1573, 45, United-States, <=50K.
-51, Private, 250423, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
-42, Private, 145441, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-27, Private, 86681, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-69, Private, 188643, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 1429, 30, United-States, <=50K.
-74, Private, 68326, Assoc-voc, 11, Widowed, Priv-house-serv, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-36, Private, 382859, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 43, United-States, >50K.
-23, ?, 211968, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 23, Iran, <=50K.
-48, Local-gov, 132368, 5th-6th, 3, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 196123, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-68, Private, 178066, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 1797, 0, 24, United-States, <=50K.
-40, State-gov, 105936, Prof-school, 15, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 306639, 9th, 5, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 26502, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-47, Local-gov, 204698, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-55, Private, 118057, HS-grad, 9, Widowed, Craft-repair, Unmarried, White, Male, 0, 0, 51, United-States, <=50K.
-22, State-gov, 199266, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 17, United-States, <=50K.
-49, Private, 248145, HS-grad, 9, Married-civ-spouse, Craft-repair, Other-relative, White, Male, 0, 0, 40, Nicaragua, <=50K.
-51, Private, 239284, HS-grad, 9, Widowed, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-42, Self-emp-inc, 188738, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 40, United-States, >50K.
-31, Private, 209101, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-67, Local-gov, 197816, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 24, United-States, <=50K.
-27, ?, 60726, Bachelors, 13, Never-married, ?, Not-in-family, Black, Male, 0, 0, 45, United-States, <=50K.
-59, Self-emp-not-inc, 211678, Masters, 14, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 15, United-States, <=50K.
-66, Private, 304957, HS-grad, 9, Widowed, Priv-house-serv, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
-28, Private, 278552, Assoc-voc, 11, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, >50K.
-33, Self-emp-not-inc, 79303, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-44, Local-gov, 64632, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
-39, Private, 560313, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 45, United-States, >50K.
-39, Local-gov, 174597, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 42, United-States, <=50K.
-46, Private, 139946, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 38, United-States, >50K.
-19, Private, 277695, Preschool, 1, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 36, Mexico, <=50K.
-44, Self-emp-not-inc, 138471, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-24, Private, 320615, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 2205, 40, United-States, <=50K.
-48, Private, 164954, HS-grad, 9, Never-married, Other-service, Own-child, Black, Female, 0, 0, 42, United-States, <=50K.
-27, Private, 263728, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 3137, 0, 50, United-States, <=50K.
-44, Private, 103980, Some-college, 10, Divorced, Prof-specialty, Own-child, White, Male, 3325, 0, 35, United-States, <=50K.
-30, Private, 159442, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 35, Ireland, <=50K.
-32, Federal-gov, 113838, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-49, Private, 28171, Masters, 14, Married-civ-spouse, Protective-serv, Husband, White, Male, 15024, 0, 78, United-States, >50K.
-37, Self-emp-not-inc, 227253, Preschool, 1, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 30, Mexico, <=50K.
-24, Private, 211129, Bachelors, 13, Never-married, Exec-managerial, Other-relative, White, Female, 0, 0, 60, United-States, >50K.
-19, Private, 120003, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-20, Private, 245182, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
-25, Private, 188767, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-29, Private, 227890, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-43, Private, 131650, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-35, Local-gov, 258725, Assoc-acdm, 12, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-47, Local-gov, 127678, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 48, United-States, >50K.
-53, Private, 110747, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 409246, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, >50K.
-32, Private, 128829, HS-grad, 9, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-36, Private, 170031, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-55, Self-emp-not-inc, 150917, 7th-8th, 4, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 80, United-States, <=50K.
-41, Private, 197372, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-49, Self-emp-not-inc, 43479, Doctorate, 16, Divorced, Prof-specialty, Unmarried, White, Male, 0, 0, 63, Canada, >50K.
-36, Private, 166549, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-62, Private, 119684, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 2829, 0, 28, United-States, <=50K.
-44, Private, 651702, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 72, United-States, <=50K.
-69, Self-emp-not-inc, 199829, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1258, 40, United-States, <=50K.
-22, Private, 86745, Some-college, 10, Never-married, Adm-clerical, Own-child, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
-36, Private, 644278, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 25, United-States, <=50K.
-58, Private, 31137, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 3464, 0, 60, United-States, <=50K.
-32, Private, 104525, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 2407, 0, 40, United-States, <=50K.
-19, ?, 91278, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-27, Private, 111361, Some-college, 10, Divorced, Sales, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-19, ?, 291692, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 28, United-States, <=50K.
-35, Private, 228881, HS-grad, 9, Never-married, Craft-repair, Other-relative, Other, Male, 0, 0, 40, Puerto-Rico, <=50K.
-58, Private, 152731, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-18, Private, 178310, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-48, Self-emp-not-inc, 116360, Assoc-voc, 11, Divorced, Tech-support, Other-relative, Black, Female, 0, 0, 10, United-States, <=50K.
-22, Private, 535852, 10th, 6, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
-39, Private, 30828, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-47, Self-emp-not-inc, 39518, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-23, Private, 445758, 5th-6th, 3, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, Mexico, <=50K.
-40, Private, 222504, Assoc-voc, 11, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 36, United-States, <=50K.
-35, Private, 357619, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, Germany, <=50K.
-20, ?, 121389, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 32, United-States, <=50K.
-41, Private, 228847, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-27, Private, 118598, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
-58, Private, 49893, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-38, Private, 452353, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-40, State-gov, 285000, Bachelors, 13, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 263300, HS-grad, 9, Separated, Priv-house-serv, Unmarried, Black, Female, 0, 0, 55, United-States, <=50K.
-28, State-gov, 132675, Assoc-voc, 11, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 40, Germany, <=50K.
-35, Private, 175232, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 257421, 12th, 8, Never-married, Machine-op-inspct, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 196227, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-25, Private, 34965, Some-college, 10, Never-married, Sales, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-65, Private, 475775, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 22, United-States, <=50K.
-19, Private, 196857, 11th, 7, Never-married, Adm-clerical, Own-child, White, Female, 594, 0, 15, United-States, <=50K.
-37, Private, 159917, 9th, 5, Separated, Other-service, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
-22, Private, 212803, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-70, Private, 118902, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, Scotland, <=50K.
-21, Local-gov, 166827, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
-21, Private, 180060, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 47218, Some-college, 10, Never-married, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-46, Private, 73541, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-33, State-gov, 150688, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 50, India, >50K.
-36, Private, 207824, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-42, Self-emp-inc, 198282, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-52, Private, 206359, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-55, ?, 125659, HS-grad, 9, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 6, United-States, >50K.
-60, Local-gov, 129193, Some-college, 10, Widowed, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-57, Local-gov, 167457, 7th-8th, 4, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-35, Private, 455469, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-24, Private, 206891, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-37, Private, 269323, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, >50K.
-45, Local-gov, 187715, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
-48, Federal-gov, 71376, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 268707, 11th, 7, Married-civ-spouse, Machine-op-inspct, Other-relative, White, Male, 0, 0, 42, United-States, <=50K.
-45, Private, 215620, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 158438, HS-grad, 9, Divorced, Transport-moving, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 209629, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 121076, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-34, Private, 97933, 9th, 5, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
-25, Private, 177423, HS-grad, 9, Never-married, Other-service, Not-in-family, Asian-Pac-Islander, Male, 4416, 0, 45, Philippines, <=50K.
-39, Private, 185520, Some-college, 10, Never-married, Farming-fishing, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-44, Federal-gov, 38321, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-33, Private, 213307, 1st-4th, 2, Divorced, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
-48, Private, 328581, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-58, Private, 177368, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 148903, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
-53, Self-emp-not-inc, 385520, HS-grad, 9, Widowed, Farming-fishing, Unmarried, White, Female, 0, 0, 55, United-States, <=50K.
-25, Self-emp-not-inc, 193716, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-21, Private, 238899, Bachelors, 13, Never-married, Sales, Own-child, Black, Female, 0, 0, 30, United-States, <=50K.
-36, Private, 209993, 5th-6th, 3, Married-civ-spouse, Priv-house-serv, Wife, White, Female, 0, 0, 40, El-Salvador, <=50K.
-51, State-gov, 136060, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-26, Local-gov, 192944, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 29927, Assoc-voc, 11, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-23, Local-gov, 200593, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 311376, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-58, Private, 206814, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 7688, 0, 50, United-States, >50K.
-21, Private, 278391, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 25, Nicaragua, <=50K.
-32, Private, 364657, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-54, ?, 120781, Doctorate, 16, Married-spouse-absent, ?, Unmarried, Asian-Pac-Islander, Male, 0, 0, 20, India, <=50K.
-62, Private, 175080, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-29, ?, 522241, Some-college, 10, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-43, Private, 161240, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-20, Private, 162282, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
-23, Private, 199419, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-26, Private, 171114, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 208855, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
-30, Private, 381030, Some-college, 10, Never-married, Craft-repair, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-63, Private, 219337, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 3471, 0, 45, United-States, <=50K.
-45, Private, 180010, HS-grad, 9, Divorced, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-39, Private, 189382, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-26, Private, 121712, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 30, United-States, <=50K.
-28, ?, 192257, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 5, United-States, <=50K.
-20, ?, 68620, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 352188, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 398874, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 42, United-States, <=50K.
-33, Private, 191930, HS-grad, 9, Never-married, Other-service, Other-relative, Black, Male, 0, 0, 50, United-States, <=50K.
-26, Private, 269168, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
-20, ?, 123536, Some-college, 10, Never-married, ?, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
-40, Private, 173651, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-49, Private, 149337, HS-grad, 9, Separated, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-64, Private, 146674, HS-grad, 9, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 40, ?, >50K.
-65, Private, 173483, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-19, Private, 223669, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-47, Private, 182177, Some-college, 10, Divorced, Protective-serv, Unmarried, White, Female, 0, 0, 23, United-States, <=50K.
-24, Private, 109414, Some-college, 10, Never-married, Sales, Other-relative, Asian-Pac-Islander, Male, 0, 0, 20, India, <=50K.
-55, Self-emp-inc, 150917, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 45, United-States, >50K.
-61, Self-emp-not-inc, 39128, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-47, Local-gov, 103540, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-64, Private, 110212, HS-grad, 9, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 222450, HS-grad, 9, Never-married, Sales, Not-in-family, White, Male, 0, 2339, 40, El-Salvador, <=50K.
-21, ?, 113760, HS-grad, 9, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-40, ?, 253717, 11th, 7, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 16, United-States, <=50K.
-25, Private, 306908, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-41, Self-emp-not-inc, 263871, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-40, State-gov, 55294, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-21, Private, 174063, Assoc-voc, 11, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-54, State-gov, 258735, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-47, Private, 275867, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 154235, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-32, Local-gov, 210448, Some-college, 10, Married-civ-spouse, Craft-repair, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 337908, Some-college, 10, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 30, United-States, <=50K.
-26, State-gov, 205333, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 10, United-States, <=50K.
-23, Private, 187447, Some-college, 10, Separated, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 153589, 9th, 5, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-29, Local-gov, 149988, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-43, Private, 398959, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-23, ?, 194096, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-39, Private, 44041, Assoc-acdm, 12, Married-spouse-absent, Adm-clerical, Other-relative, White, Male, 0, 0, 60, United-States, <=50K.
-22, Private, 208946, Assoc-acdm, 12, Never-married, Sales, Own-child, White, Male, 0, 0, 30, ?, <=50K.
-47, Private, 202117, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 37, United-States, <=50K.
-34, Local-gov, 303129, HS-grad, 9, Divorced, Transport-moving, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 215419, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-20, Private, 175069, Some-college, 10, Never-married, Sales, Own-child, White, Male, 1055, 0, 30, United-States, <=50K.
-36, Federal-gov, 20469, HS-grad, 9, Divorced, Adm-clerical, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-52, Private, 254680, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 99, United-States, <=50K.
-38, Self-emp-inc, 46385, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 178463, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 229296, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-38, Private, 179352, Assoc-acdm, 12, Married-spouse-absent, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-56, Self-emp-not-inc, 177368, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 50, United-States, >50K.
-30, Private, 156015, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-35, State-gov, 308945, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, >50K.
-60, Self-emp-not-inc, 119575, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-20, Private, 332689, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-18, Private, 150817, 12th, 8, Never-married, Protective-serv, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
-19, Private, 50941, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-53, Federal-gov, 59664, HS-grad, 9, Married-civ-spouse, Sales, Husband, Black, Male, 5013, 0, 40, United-States, <=50K.
-18, Private, 56613, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-44, Private, 162372, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, Puerto-Rico, <=50K.
-57, Private, 77927, 5th-6th, 3, Divorced, Other-service, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 37, United-States, <=50K.
-36, ?, 157278, Some-college, 10, Never-married, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-40, Self-emp-not-inc, 170214, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, Iran, <=50K.
-33, Private, 76493, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
-19, Private, 130431, 5th-6th, 3, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 36, Mexico, <=50K.
-40, State-gov, 23037, Some-college, 10, Never-married, Other-service, Own-child, Amer-Indian-Eskimo, Male, 0, 0, 84, United-States, <=50K.
-20, Self-emp-not-inc, 176321, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-47, Private, 105449, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 65, United-States, >50K.
-41, Private, 157217, HS-grad, 9, Separated, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-47, Federal-gov, 382532, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-23, Private, 250918, Some-college, 10, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 30, United-States, <=50K.
-49, State-gov, 139268, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 70, United-States, >50K.
-37, Self-emp-not-inc, 200352, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
-67, Private, 267915, HS-grad, 9, Divorced, Craft-repair, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 376474, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 153047, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
-29, Private, 154236, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 4386, 0, 58, United-States, >50K.
-22, ?, 261881, 11th, 7, Never-married, ?, Other-relative, Black, Female, 0, 0, 15, United-States, <=50K.
-26, Private, 427744, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-33, Self-emp-not-inc, 100580, Some-college, 10, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 10, United-States, <=50K.
-23, Private, 238179, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 2339, 45, United-States, <=50K.
-37, State-gov, 272471, Some-college, 10, Widowed, Transport-moving, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 259058, Masters, 14, Divorced, Prof-specialty, Unmarried, White, Male, 0, 1726, 40, United-States, <=50K.
-41, Private, 112656, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 197286, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-47, Federal-gov, 26145, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 314440, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-39, Private, 57691, HS-grad, 9, Separated, Exec-managerial, Not-in-family, White, Male, 0, 2258, 70, United-States, <=50K.
-33, Private, 301251, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, >50K.
-25, Private, 243410, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-40, Private, 119008, HS-grad, 9, Separated, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-67, Private, 169435, 9th, 5, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-55, Private, 200327, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 18, United-States, <=50K.
-69, Private, 31501, Assoc-voc, 11, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-34, Private, 223327, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 1672, 42, United-States, <=50K.
-52, Private, 191130, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 40, United-States, >50K.
-22, ?, 191561, Some-college, 10, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 30, United-States, <=50K.
-47, Private, 245724, Bachelors, 13, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 194134, Assoc-voc, 11, Never-married, Other-service, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
-23, Private, 140764, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 1590, 40, United-States, <=50K.
-41, Self-emp-not-inc, 189941, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 149368, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-57, Local-gov, 237546, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-34, Private, 211051, Bachelors, 13, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-44, State-gov, 307468, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 50, United-States, >50K.
-46, Self-emp-not-inc, 27847, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, >50K.
-60, Private, 39263, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 3325, 0, 35, United-States, <=50K.
-46, Local-gov, 183610, Masters, 14, Separated, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-32, Self-emp-inc, 235847, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 52, United-States, <=50K.
-44, Local-gov, 32627, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 60, United-States, >50K.
-43, Private, 42026, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-48, Federal-gov, 72808, 11th, 7, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 42, United-States, <=50K.
-55, Private, 377113, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, White, Male, 15024, 0, 60, United-States, >50K.
-24, Private, 176389, Bachelors, 13, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-65, Private, 71075, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-51, Self-emp-inc, 110327, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, >50K.
-42, State-gov, 392167, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-36, Private, 130808, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 351757, 10th, 6, Never-married, Other-service, Unmarried, White, Male, 0, 0, 30, El-Salvador, <=50K.
-24, Self-emp-not-inc, 345420, 7th-8th, 4, Never-married, Farming-fishing, Other-relative, White, Male, 0, 0, 50, United-States, <=50K.
-52, Private, 220984, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 236834, 9th, 5, Never-married, Priv-house-serv, Not-in-family, White, Female, 0, 0, 35, Mexico, <=50K.
-42, Private, 153489, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 330850, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-53, Private, 337195, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-35, Private, 214816, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 36, United-States, <=50K.
-20, Private, 92863, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 226894, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, Black, Male, 13550, 0, 40, United-States, >50K.
-46, Private, 40666, Bachelors, 13, Divorced, Exec-managerial, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-18, ?, 142043, 11th, 7, Never-married, ?, Other-relative, White, Male, 0, 0, 15, United-States, <=50K.
-58, Private, 105239, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 112763, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 35, United-States, <=50K.
-66, Self-emp-not-inc, 219220, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 2653, 0, 40, United-States, <=50K.
-38, State-gov, 168223, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 175639, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 28, United-States, <=50K.
-39, Private, 167482, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-44, Local-gov, 178417, HS-grad, 9, Married-civ-spouse, Protective-serv, Own-child, White, Male, 0, 0, 40, United-States, >50K.
-26, Local-gov, 33604, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, Amer-Indian-Eskimo, Male, 0, 0, 25, United-States, <=50K.
-27, Private, 62082, Bachelors, 13, Never-married, Sales, Own-child, Other, Male, 0, 0, 38, United-States, <=50K.
-29, Private, 149902, Doctorate, 16, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 80, United-States, <=50K.
-29, Private, 74784, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-47, Self-emp-inc, 54260, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-62, ?, 119986, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 60, United-States, >50K.
-29, Local-gov, 165218, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
-52, Local-gov, 192853, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Other, Male, 0, 0, 40, Jamaica, >50K.
-27, Private, 56299, 11th, 7, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-53, ?, 394690, Some-college, 10, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 5, United-States, <=50K.
-29, Private, 208406, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-62, Private, 165827, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-72, Private, 249559, HS-grad, 9, Widowed, Priv-house-serv, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-27, Private, 151382, HS-grad, 9, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 161141, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-27, Private, 57092, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-49, Private, 116927, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-56, Private, 133876, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-52, Self-emp-inc, 229259, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-22, Private, 338162, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
-37, Federal-gov, 38948, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-55, Private, 169276, HS-grad, 9, Divorced, Machine-op-inspct, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
-38, State-gov, 364803, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 65, United-States, <=50K.
-45, Private, 302677, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 1340, 50, United-States, <=50K.
-35, Private, 235485, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-21, Private, 91189, Some-college, 10, Never-married, Sales, Unmarried, White, Male, 0, 0, 60, United-States, <=50K.
-54, Federal-gov, 149596, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 45, United-States, <=50K.
-19, Private, 89211, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-48, State-gov, 241854, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-41, Private, 213351, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 74631, 9th, 5, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-56, Private, 128696, 11th, 7, Married-civ-spouse, Tech-support, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
-49, Private, 141069, HS-grad, 9, Divorced, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-17, ?, 347248, 10th, 6, Never-married, ?, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-45, Private, 176947, 7th-8th, 4, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-46, Private, 274200, HS-grad, 9, Divorced, Farming-fishing, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-39, Private, 94036, HS-grad, 9, Divorced, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-52, ?, 188431, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-34, Local-gov, 176802, 11th, 7, Separated, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-65, ?, 258973, Some-college, 10, Widowed, ?, Not-in-family, White, Female, 401, 0, 14, United-States, <=50K.
-46, Private, 235646, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 175883, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-48, Private, 154430, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-71, Private, 258126, 9th, 5, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 39, Cuba, <=50K.
-26, Federal-gov, 337575, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-47, Self-emp-inc, 308241, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-21, ?, 162165, Some-college, 10, Never-married, ?, Not-in-family, White, Female, 0, 0, 43, United-States, <=50K.
-23, Private, 298623, HS-grad, 9, Never-married, Transport-moving, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-65, Private, 270935, HS-grad, 9, Widowed, Craft-repair, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
-60, Private, 338833, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 38, United-States, <=50K.
-19, ?, 341631, HS-grad, 9, Never-married, ?, Other-relative, White, Female, 0, 0, 25, United-States, <=50K.
-35, Private, 233786, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 366876, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, State-gov, 183279, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 38, United-States, <=50K.
-41, Federal-gov, 29606, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, >50K.
-24, Local-gov, 137300, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-45, Private, 184070, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-48, Private, 188610, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, >50K.
-20, Private, 41356, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-51, Private, 145409, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, ?, >50K.
-24, ?, 287413, HS-grad, 9, Never-married, ?, Not-in-family, Black, Male, 0, 0, 60, United-States, <=50K.
-39, Local-gov, 100011, Assoc-acdm, 12, Never-married, Tech-support, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
-21, Private, 119673, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-49, Private, 140782, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 2415, 3, United-States, >50K.
-30, Private, 193246, HS-grad, 9, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-68, State-gov, 420526, Masters, 14, Widowed, Prof-specialty, Not-in-family, White, Female, 0, 0, 5, United-States, <=50K.
-30, Private, 34574, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-32, Self-emp-not-inc, 400061, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 15024, 0, 40, Philippines, >50K.
-49, Private, 107009, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 40, Portugal, <=50K.
-24, Private, 33551, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-34, Private, 121640, Some-college, 10, Divorced, Prof-specialty, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 44, United-States, <=50K.
-40, Private, 179524, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-23, ?, 473206, HS-grad, 9, Never-married, ?, Own-child, Black, Male, 0, 0, 32, United-States, <=50K.
-41, Private, 54422, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
-23, Private, 202416, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-48, Private, 158685, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 16, United-States, <=50K.
-56, Self-emp-inc, 76534, HS-grad, 9, Married-civ-spouse, Exec-managerial, Other-relative, Asian-Pac-Islander, Female, 0, 0, 21, China, <=50K.
-42, State-gov, 218948, Doctorate, 16, Divorced, Prof-specialty, Unmarried, Black, Female, 0, 0, 36, Jamaica, <=50K.
-37, Self-emp-not-inc, 175120, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-32, Private, 100154, 9th, 5, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, El-Salvador, <=50K.
-29, Private, 160510, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, ?, >50K.
-58, Private, 223214, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, ?, >50K.
-40, Private, 79488, HS-grad, 9, Separated, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-40, Private, 136986, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 52, United-States, >50K.
-33, Private, 202339, 11th, 7, Never-married, Sales, Unmarried, White, Female, 0, 0, 34, United-States, <=50K.
-58, Private, 205737, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 80145, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-22, ?, 303579, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 1602, 8, United-States, <=50K.
-47, Private, 235108, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 5178, 0, 40, United-States, >50K.
-41, State-gov, 201363, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 38, United-States, >50K.
-41, Self-emp-inc, 244172, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, ?, >50K.
-73, ?, 99349, Bachelors, 13, Widowed, ?, Not-in-family, White, Female, 0, 0, 15, United-States, <=50K.
-56, Federal-gov, 338242, Assoc-voc, 11, Widowed, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-83, ?, 29702, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-22, Private, 146352, HS-grad, 9, Never-married, Sales, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
-30, Private, 215182, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-41, ?, 133456, Assoc-acdm, 12, Widowed, ?, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-32, Private, 79586, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, >50K.
-27, Private, 181822, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 123809, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 15024, 0, 35, United-States, >50K.
-37, Private, 35429, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, White, Male, 1506, 0, 40, United-States, <=50K.
-48, Private, 151584, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 46, United-States, <=50K.
-42, Private, 303725, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-35, Private, 194404, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-20, Local-gov, 224229, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-33, Private, 236396, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 55, United-States, >50K.
-25, Private, 40255, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 80, United-States, <=50K.
-29, State-gov, 214881, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, Honduras, >50K.
-47, Private, 332465, Some-college, 10, Divorced, Transport-moving, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 165218, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
-20, Private, 34506, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-30, Local-gov, 79190, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-48, Self-emp-not-inc, 79001, Assoc-acdm, 12, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-22, Private, 137876, Some-college, 10, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-57, Federal-gov, 40103, 10th, 6, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-24, Self-emp-inc, 145964, Assoc-acdm, 12, Never-married, Sales, Not-in-family, White, Male, 0, 0, 70, United-States, <=50K.
-32, Private, 268282, 7th-8th, 4, Married-spouse-absent, Farming-fishing, Other-relative, White, Male, 0, 0, 35, Mexico, <=50K.
-67, Local-gov, 272587, 7th-8th, 4, Widowed, Other-service, Not-in-family, White, Female, 1086, 0, 15, United-States, <=50K.
-22, Private, 220993, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 88676, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 185386, 5th-6th, 3, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 42, Mexico, <=50K.
-37, Private, 177420, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-20, ?, 203353, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 100734, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-32, State-gov, 181119, Bachelors, 13, Separated, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-23, ?, 172232, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 243678, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-39, Self-emp-inc, 170174, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-48, Private, 102202, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-38, Private, 249720, Assoc-voc, 11, Divorced, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-25, Private, 167835, Assoc-voc, 11, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-22, Private, 266780, HS-grad, 9, Never-married, Other-service, Own-child, Black, Female, 0, 0, 24, United-States, <=50K.
-17, Private, 173740, 10th, 6, Never-married, Sales, Not-in-family, White, Female, 0, 0, 15, United-States, <=50K.
-44, Private, 40024, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 52, United-States, >50K.
-28, Private, 193260, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 50, South, >50K.
-18, Private, 175752, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-37, Private, 202662, 10th, 6, Divorced, Transport-moving, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 167350, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-43, Private, 412379, Some-college, 10, Never-married, Other-service, Unmarried, White, Female, 0, 0, 28, United-States, <=50K.
-23, Self-emp-not-inc, 121568, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 1504, 40, United-States, <=50K.
-43, Private, 56651, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-45, Private, 238567, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-34, Private, 144949, HS-grad, 9, Divorced, Handlers-cleaners, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-42, Private, 234633, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-22, Private, 147397, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 44, United-States, <=50K.
-38, Private, 247547, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-35, Private, 266645, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 154897, HS-grad, 9, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 50, United-States, <=50K.
-44, Private, 112507, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-45, Federal-gov, 110884, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, Asian-Pac-Islander, Male, 0, 0, 45, India, >50K.
-25, Private, 151588, Some-college, 10, Married-spouse-absent, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-54, Local-gov, 217210, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 0, 1887, 38, United-States, >50K.
-22, ?, 185357, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-47, Private, 139701, 5th-6th, 3, Never-married, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, Dominican-Republic, <=50K.
-36, Private, 50707, Bachelors, 13, Divorced, Priv-house-serv, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-48, Private, 370119, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 2415, 50, United-States, >50K.
-66, Self-emp-not-inc, 252842, HS-grad, 9, Never-married, Farming-fishing, Other-relative, White, Male, 0, 0, 20, United-States, <=50K.
-58, Private, 106707, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 48, United-States, <=50K.
-25, Private, 149486, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 427541, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, Black, Female, 99999, 0, 40, United-States, >50K.
-51, Self-emp-not-inc, 22154, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 144949, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Male, 0, 2559, 40, United-States, >50K.
-20, Private, 228686, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-57, Self-emp-not-inc, 113010, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-23, Federal-gov, 361278, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-33, Self-emp-not-inc, 109509, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-47, Private, 172155, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 37, Ecuador, >50K.
-54, Private, 204304, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-75, Private, 233362, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Self-emp-inc, 141609, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-51, Private, 179479, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Female, 3325, 0, 40, Yugoslavia, <=50K.
-32, Private, 193565, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 314539, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 208908, Some-college, 10, Never-married, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-41, Self-emp-not-inc, 375526, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
-31, Private, 291494, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-41, Private, 117747, Bachelors, 13, Divorced, Other-service, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, Vietnam, <=50K.
-56, Private, 331569, HS-grad, 9, Married-civ-spouse, Sales, Wife, Black, Female, 0, 0, 36, United-States, <=50K.
-46, Private, 146786, 10th, 6, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-59, Private, 147098, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-31, Private, 137076, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 223811, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 23, United-States, <=50K.
-69, Private, 172354, Assoc-voc, 11, Widowed, Adm-clerical, Not-in-family, White, Female, 1848, 0, 50, United-States, <=50K.
-35, Private, 154410, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 50, United-States, >50K.
-58, Private, 277203, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 38, United-States, <=50K.
-21, Private, 97295, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-60, Private, 95680, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 45, United-States, >50K.
-29, Private, 328981, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-29, Self-emp-not-inc, 75435, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-53, Private, 116288, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-43, Federal-gov, 136105, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, Black, Female, 0, 1848, 40, United-States, >50K.
-55, Local-gov, 134042, Masters, 14, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
-29, Private, 253003, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 2258, 45, United-States, >50K.
-37, Private, 193106, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-37, Private, 117528, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 194537, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-57, Private, 195820, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-41, Private, 265671, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-18, ?, 90636, Some-college, 10, Never-married, ?, Own-child, Amer-Indian-Eskimo, Female, 594, 0, 40, United-States, <=50K.
-57, Private, 166107, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, Asian-Pac-Islander, Female, 0, 0, 40, ?, <=50K.
-49, Federal-gov, 106207, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-61, Private, 187135, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 56, United-States, <=50K.
-44, Private, 231793, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 52, United-States, <=50K.
-20, ?, 228326, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
-36, Self-emp-not-inc, 125933, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 5178, 0, 50, United-States, >50K.
-29, Local-gov, 211032, Assoc-acdm, 12, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 72, United-States, >50K.
-51, Local-gov, 125796, 11th, 7, Never-married, Farming-fishing, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-19, Private, 29526, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 32, United-States, <=50K.
-53, Private, 158993, 10th, 6, Separated, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-43, Private, 116379, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 60, China, >50K.
-42, Private, 201343, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 2885, 0, 40, United-States, <=50K.
-44, Private, 402718, 1st-4th, 2, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-37, Self-emp-inc, 98360, 12th, 8, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-24, Self-emp-not-inc, 285580, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-27, ?, 119851, Some-college, 10, Divorced, ?, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 325509, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-56, Private, 204745, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Female, 3325, 0, 45, United-States, <=50K.
-58, Private, 152874, Some-college, 10, Widowed, Other-service, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-20, Private, 139715, HS-grad, 9, Never-married, Craft-repair, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-36, Private, 141584, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-26, Private, 156848, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 40151, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-24, Private, 50648, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
-26, Private, 122920, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 56, United-States, <=50K.
-19, Local-gov, 91571, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-21, Private, 227220, HS-grad, 9, Never-married, Other-service, Other-relative, White, Female, 0, 0, 33, United-States, <=50K.
-43, State-gov, 344519, Doctorate, 16, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
-20, Private, 133061, Some-college, 10, Never-married, Transport-moving, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 219054, HS-grad, 9, Divorced, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-62, Local-gov, 194276, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 40, United-States, >50K.
-46, Self-emp-inc, 168211, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 5013, 0, 60, United-States, <=50K.
-54, Local-gov, 220054, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 40, United-States, >50K.
-43, Self-emp-inc, 405601, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-34, Private, 240979, HS-grad, 9, Separated, Craft-repair, Unmarried, White, Male, 0, 0, 80, United-States, <=50K.
-47, Local-gov, 202606, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-58, Private, 220896, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-20, Private, 24274, HS-grad, 9, Never-married, Other-service, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 35, United-States, <=50K.
-26, Private, 263444, Assoc-voc, 11, Never-married, Tech-support, Not-in-family, White, Male, 14344, 0, 40, United-States, >50K.
-51, Local-gov, 99064, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-53, Private, 203967, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-53, State-gov, 94186, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 0, 0, 37, United-States, <=50K.
-68, ?, 110931, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
-46, Local-gov, 66934, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
-32, Self-emp-inc, 196385, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 47012, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 216013, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-67, Self-emp-not-inc, 98921, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-23, Private, 320294, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-27, Private, 247102, 10th, 6, Divorced, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-65, Private, 155632, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 25, United-States, <=50K.
-22, Self-emp-inc, 120753, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-27, Private, 213921, Some-college, 10, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 30, Mexico, <=50K.
-30, Private, 94235, 11th, 7, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-44, Private, 84141, Bachelors, 13, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 65, United-States, <=50K.
-35, Private, 237943, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 225895, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Local-gov, 126569, Bachelors, 13, Divorced, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-42, State-gov, 172307, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-32, Private, 111520, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 34, United-States, <=50K.
-53, Private, 283079, 1st-4th, 2, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-41, Private, 109969, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-65, Private, 146159, 7th-8th, 4, Widowed, Priv-house-serv, Not-in-family, Black, Female, 0, 1668, 31, United-States, <=50K.
-22, State-gov, 247319, Some-college, 10, Never-married, Other-service, Not-in-family, Amer-Indian-Eskimo, Female, 0, 0, 60, United-States, <=50K.
-65, Local-gov, 200764, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 16, United-States, >50K.
-21, Private, 123868, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 137063, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 65, United-States, <=50K.
-24, Private, 112137, Bachelors, 13, Never-married, Sales, Own-child, Asian-Pac-Islander, Female, 0, 0, 50, South, <=50K.
-39, Private, 188069, Masters, 14, Married-civ-spouse, Tech-support, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-52, Private, 102828, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-18, Private, 187221, HS-grad, 9, Never-married, Other-service, Other-relative, White, Female, 0, 0, 12, El-Salvador, <=50K.
-62, Private, 343982, 10th, 6, Widowed, Adm-clerical, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-28, Self-emp-not-inc, 146949, 10th, 6, Never-married, Sales, Own-child, White, Male, 0, 0, 80, United-States, <=50K.
-41, Private, 150011, Bachelors, 13, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 107812, 9th, 5, Never-married, Transport-moving, Not-in-family, White, Male, 6849, 0, 35, United-States, <=50K.
-43, Private, 207392, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 3103, 0, 70, United-States, >50K.
-61, State-gov, 140851, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-26, Private, 216842, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 10, United-States, <=50K.
-34, Private, 112115, Bachelors, 13, Never-married, Exec-managerial, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-21, Local-gov, 185279, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-60, Private, 194980, HS-grad, 9, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 20, United-States, <=50K.
-28, Private, 189530, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-32, Self-emp-not-inc, 38158, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 7298, 0, 70, United-States, >50K.
-55, ?, 246219, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 2105, 0, 40, United-States, <=50K.
-51, Private, 143822, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 300851, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 56, United-States, <=50K.
-37, Private, 184874, HS-grad, 9, Divorced, Tech-support, Unmarried, White, Female, 1151, 0, 40, United-States, <=50K.
-40, Private, 83827, Some-college, 10, Divorced, Craft-repair, Unmarried, White, Female, 0, 0, 40, England, <=50K.
-44, Private, 112847, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
-27, Private, 581128, Some-college, 10, Never-married, Handlers-cleaners, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-55, Self-emp-not-inc, 202652, Assoc-voc, 11, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 30, United-States, <=50K.
-40, Private, 171888, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 24, United-States, >50K.
-30, Private, 45427, Bachelors, 13, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 70, United-States, <=50K.
-36, Private, 185848, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-74, Private, 282553, 7th-8th, 4, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-34, Federal-gov, 153614, Assoc-acdm, 12, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 65353, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 42, United-States, <=50K.
-44, Private, 244172, 5th-6th, 3, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-48, Private, 148995, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Male, 14084, 0, 45, United-States, >50K.
-25, Private, 274228, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 65, United-States, <=50K.
-33, Private, 156383, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-49, Private, 47403, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
-75, ?, 226593, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-33, Self-emp-not-inc, 94041, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 1974, 30, United-States, <=50K.
-29, Private, 271710, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-47, Federal-gov, 231797, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 55, United-States, >50K.
-33, Private, 188403, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 44, United-States, <=50K.
-65, Private, 444725, Prof-school, 15, Married-spouse-absent, Craft-repair, Not-in-family, White, Male, 0, 0, 48, Hungary, >50K.
-17, Private, 242605, 10th, 6, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
-58, Private, 244605, Bachelors, 13, Widowed, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-55, Private, 335276, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-37, Self-emp-not-inc, 284616, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 48, United-States, <=50K.
-60, Private, 162151, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-25, Private, 60358, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-34, Private, 151693, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-20, ?, 369907, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-26, Private, 171636, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 72, United-States, <=50K.
-34, Private, 118901, HS-grad, 9, Separated, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-48, State-gov, 28419, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 608881, HS-grad, 9, Never-married, Craft-repair, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-31, Self-emp-inc, 112564, Some-college, 10, Never-married, Sales, Other-relative, White, Male, 0, 0, 40, ?, <=50K.
-25, Private, 171472, Assoc-voc, 11, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 42, United-States, <=50K.
-20, Private, 236804, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
-38, Private, 212252, Prof-school, 15, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 50, United-States, >50K.
-69, Private, 119907, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-27, Local-gov, 352797, HS-grad, 9, Married-spouse-absent, Sales, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 97281, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-65, Private, 154351, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, Black, Female, 2993, 0, 40, United-States, <=50K.
-22, Private, 117606, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 8, United-States, <=50K.
-25, Private, 222089, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, Thailand, <=50K.
-40, Private, 199668, HS-grad, 9, Divorced, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-29, Local-gov, 194869, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, >50K.
-33, Private, 283268, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-60, Private, 170278, 5th-6th, 3, Widowed, Sales, Not-in-family, White, Female, 0, 0, 40, Italy, <=50K.
-28, Federal-gov, 90787, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 110749, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 39, United-States, <=50K.
-72, Self-emp-not-inc, 173864, 7th-8th, 4, Married-civ-spouse, Other-service, Husband, White, Male, 2290, 0, 45, United-States, <=50K.
-35, Private, 278442, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 7298, 0, 48, United-States, >50K.
-33, State-gov, 162705, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 99, United-States, >50K.
-36, Private, 326352, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-18, Private, 105854, HS-grad, 9, Never-married, Craft-repair, Other-relative, Other, Male, 0, 0, 32, United-States, <=50K.
-38, Self-emp-inc, 116608, Some-college, 10, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 20, United-States, >50K.
-48, Private, 182655, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-22, Private, 213834, Assoc-voc, 11, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-29, Private, 42881, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
-81, Self-emp-not-inc, 240414, Bachelors, 13, Widowed, Farming-fishing, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-19, Private, 37688, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-39, Self-emp-not-inc, 189922, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-20, ?, 323309, HS-grad, 9, Never-married, ?, Own-child, Other, Male, 0, 0, 60, South, <=50K.
-41, Federal-gov, 341638, Assoc-acdm, 12, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 92, United-States, <=50K.
-50, Private, 114758, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-54, Private, 288557, HS-grad, 9, Widowed, Sales, Not-in-family, White, Female, 0, 0, 46, United-States, <=50K.
-18, ?, 191817, 11th, 7, Never-married, ?, Own-child, White, Male, 0, 0, 20, Mexico, <=50K.
-18, Private, 222851, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
-54, Private, 93605, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 263984, Some-college, 10, Married-spouse-absent, Exec-managerial, Not-in-family, Black, Male, 0, 0, 40, ?, <=50K.
-21, Private, 190916, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-22, Private, 384787, 9th, 5, Never-married, Sales, Other-relative, White, Female, 0, 0, 40, Mexico, <=50K.
-19, Local-gov, 43921, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 183739, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 8, United-States, >50K.
-37, Private, 490871, 11th, 7, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 25, United-States, <=50K.
-31, Private, 173473, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 45, United-States, >50K.
-31, Self-emp-not-inc, 24504, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 50, United-States, <=50K.
-60, Private, 113080, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-43, Private, 197093, Bachelors, 13, Never-married, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-65, Private, 56924, HS-grad, 9, Widowed, Priv-house-serv, Not-in-family, White, Female, 0, 0, 10, United-States, <=50K.
-33, Federal-gov, 207723, Masters, 14, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 40, ?, <=50K.
-32, Private, 327902, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 197860, HS-grad, 9, Divorced, Other-service, Unmarried, Black, Female, 0, 0, 40, Haiti, <=50K.
-53, Private, 95647, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-50, Private, 98227, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 430151, 11th, 7, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 30, United-States, <=50K.
-60, Private, 73069, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
-32, Private, 101345, Masters, 14, Never-married, Prof-specialty, Own-child, White, Female, 0, 1741, 40, United-States, <=50K.
-36, Private, 196123, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 43, United-States, >50K.
-20, Private, 24008, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 67433, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-35, ?, 224466, HS-grad, 9, Never-married, ?, Other-relative, Black, Male, 0, 0, 24, United-States, <=50K.
-29, Private, 292120, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
-52, Private, 198362, Bachelors, 13, Never-married, Sales, Other-relative, White, Female, 0, 0, 25, United-States, <=50K.
-41, Private, 231507, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 216178, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-52, ?, 91447, Bachelors, 13, Widowed, ?, Not-in-family, White, Female, 0, 2205, 8, United-States, <=50K.
-40, Private, 232820, Assoc-voc, 11, Divorced, Exec-managerial, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-40, Private, 53956, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-22, Private, 155913, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 18, United-States, <=50K.
-69, Private, 104827, HS-grad, 9, Widowed, Tech-support, Unmarried, White, Female, 0, 0, 8, United-States, <=50K.
-28, Private, 197222, Some-college, 10, Never-married, Tech-support, Own-child, White, Female, 0, 0, 38, United-States, <=50K.
-57, Private, 255406, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Female, 0, 1980, 44, United-States, <=50K.
-54, Federal-gov, 278076, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 5178, 0, 40, United-States, >50K.
-41, Local-gov, 231348, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 196286, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-39, Private, 76417, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Self-emp-inc, 190964, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 3137, 0, 42, United-States, <=50K.
-57, Federal-gov, 239486, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 7688, 0, 45, United-States, >50K.
-18, Private, 101709, HS-grad, 9, Never-married, Sales, Own-child, Asian-Pac-Islander, Male, 0, 0, 15, United-States, <=50K.
-53, Private, 120914, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-44, Private, 60722, HS-grad, 9, Divorced, Sales, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 257405, 5th-6th, 3, Never-married, Farming-fishing, Unmarried, Black, Male, 0, 0, 40, Mexico, <=50K.
-61, Private, 32209, 9th, 5, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 2051, 40, United-States, <=50K.
-45, Private, 431245, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-52, Self-emp-not-inc, 95082, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-57, Private, 220986, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-40, Private, 87771, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-72, Self-emp-inc, 199233, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 2377, 35, United-States, >50K.
-23, Private, 133515, Bachelors, 13, Never-married, Sales, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-46, Private, 117310, HS-grad, 9, Separated, Sales, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
-51, Private, 163027, HS-grad, 9, Divorced, Handlers-cleaners, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-46, Private, 169711, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-43, Private, 91317, Assoc-acdm, 12, Never-married, Craft-repair, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-42, Private, 106159, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-53, Local-gov, 177063, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-31, Private, 175059, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-35, Private, 129573, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 45, United-States, >50K.
-59, Private, 169611, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 247506, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 37085, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-25, Private, 202033, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-26, Private, 179864, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, State-gov, 88020, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-28, ?, 243190, Bachelors, 13, Never-married, ?, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 30, ?, <=50K.
-33, Private, 102270, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 30, United-States, <=50K.
-25, Private, 81286, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 2174, 0, 40, United-States, <=50K.
-23, ?, 205690, Assoc-voc, 11, Never-married, ?, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
-35, State-gov, 37314, Assoc-voc, 11, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 29213, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-43, Self-emp-not-inc, 451019, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-49, Self-emp-inc, 125892, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-45, Private, 259412, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 50, United-States, >50K.
-49, Federal-gov, 207540, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-38, Private, 110167, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-39, Private, 430336, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 7688, 0, 45, United-States, >50K.
-39, Self-emp-inc, 210610, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 31, Cuba, >50K.
-26, Private, 86483, 10th, 6, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-17, Private, 138507, 10th, 6, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 12, United-States, <=50K.
-26, Federal-gov, 345157, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-71, Local-gov, 161342, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 3, United-States, <=50K.
-27, Private, 159109, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 42, United-States, <=50K.
-34, Private, 54608, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-35, Local-gov, 433602, HS-grad, 9, Never-married, Sales, Own-child, Black, Male, 0, 0, 38, United-States, <=50K.
-36, Self-emp-not-inc, 350103, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 166193, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-41, Federal-gov, 56236, HS-grad, 9, Divorced, Protective-serv, Unmarried, Black, Male, 1506, 0, 40, United-States, <=50K.
-47, Private, 156926, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-36, Private, 26698, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-43, Self-emp-not-inc, 75993, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-39, Private, 312271, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-35, Private, 70282, HS-grad, 9, Never-married, Exec-managerial, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-22, Private, 259109, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 18, United-States, <=50K.
-45, Private, 192360, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 50, United-States, >50K.
-33, Private, 373432, Some-college, 10, Separated, Craft-repair, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
-21, Local-gov, 176998, HS-grad, 9, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-37, Federal-gov, 32950, Assoc-acdm, 12, Divorced, Exec-managerial, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-30, Self-emp-not-inc, 48520, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 80, United-States, <=50K.
-47, State-gov, 237525, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 202746, Bachelors, 13, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 179255, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-47, Self-emp-inc, 337825, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
-68, Self-emp-not-inc, 191517, Some-college, 10, Widowed, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 239130, HS-grad, 9, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 2444, 40, United-States, >50K.
-42, Private, 233366, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, Other, Male, 3103, 0, 40, Mexico, >50K.
-36, ?, 137492, HS-grad, 9, Divorced, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 66893, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 1564, 50, United-States, >50K.
-61, Private, 266646, 5th-6th, 3, Married-civ-spouse, Transport-moving, Husband, Black, Male, 2290, 0, 40, United-States, <=50K.
-33, Private, 238246, HS-grad, 9, Separated, Other-service, Not-in-family, White, Female, 0, 0, 40, Germany, <=50K.
-23, Private, 215616, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-40, Private, 148316, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 172402, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-45, Private, 195918, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-23, Private, 33016, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 267281, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-33, Federal-gov, 43608, Some-college, 10, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-21, Private, 57827, HS-grad, 9, Widowed, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 110145, 9th, 5, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 162884, HS-grad, 9, Divorced, Priv-house-serv, Unmarried, White, Female, 0, 0, 60, Columbia, <=50K.
-43, State-gov, 145166, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 84, United-States, <=50K.
-50, Private, 193720, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 7688, 0, 40, United-States, >50K.
-48, Private, 310639, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-49, Private, 196360, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 46, United-States, >50K.
-28, Private, 370675, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 1408, 50, Hong, <=50K.
-36, Private, 398931, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 1902, 40, United-States, >50K.
-28, Local-gov, 104329, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-61, Self-emp-inc, 103575, Prof-school, 15, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 40, United-States, >50K.
-25, State-gov, 222800, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 176239, 9th, 5, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-36, Private, 321274, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-46, Private, 192713, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, ?, <=50K.
-25, Private, 407714, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-36, ?, 247547, HS-grad, 9, Never-married, ?, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-45, Private, 123219, 5th-6th, 3, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 165950, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 21, United-States, <=50K.
-28, Private, 182509, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-39, Private, 27408, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 7298, 0, 50, United-States, >50K.
-33, Private, 110592, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-28, State-gov, 175409, Some-college, 10, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-48, Private, 172822, Some-college, 10, Divorced, Craft-repair, Unmarried, White, Male, 15020, 0, 48, United-States, >50K.
-21, Private, 265361, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-26, State-gov, 106491, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 179557, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-63, Private, 187919, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 5013, 0, 45, United-States, <=50K.
-45, Private, 196707, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-22, Private, 216129, Some-college, 10, Never-married, Tech-support, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-52, Self-emp-not-inc, 100480, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 44, United-States, <=50K.
-57, Self-emp-not-inc, 69905, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 15024, 0, 40, United-States, >50K.
-38, Private, 297767, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-46, Self-emp-not-inc, 214627, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 1977, 45, United-States, >50K.
-52, Private, 251908, Masters, 14, Divorced, Prof-specialty, Unmarried, White, Female, 0, 2547, 40, United-States, >50K.
-55, Self-emp-inc, 304695, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-21, Private, 48121, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 125228, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-17, Private, 408012, 12th, 8, Never-married, Sales, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-57, Private, 161642, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-30, Private, 181212, Some-college, 10, Never-married, Exec-managerial, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-48, Self-emp-inc, 76482, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-24, Private, 295073, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, Black, Male, 0, 0, 50, United-States, <=50K.
-45, ?, 69596, 10th, 6, Divorced, ?, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-40, Private, 262461, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-34, Local-gov, 112680, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-35, Private, 342642, Masters, 14, Married-spouse-absent, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 211968, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-47, Local-gov, 153536, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 37, United-States, >50K.
-21, Private, 188923, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-30, Private, 391114, Assoc-acdm, 12, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-52, Private, 45599, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, ?, <=50K.
-37, Private, 119929, HS-grad, 9, Never-married, Sales, Not-in-family, White, Male, 0, 0, 47, United-States, <=50K.
-24, Private, 130442, Assoc-voc, 11, Never-married, Sales, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-41, Private, 192602, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-61, Private, 328881, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 40, United-States, >50K.
-37, Private, 165034, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 2002, 40, United-States, <=50K.
-39, Private, 93174, HS-grad, 9, Divorced, Transport-moving, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
-28, Local-gov, 205903, Assoc-acdm, 12, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 45, United-States, >50K.
-24, Self-emp-inc, 197496, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-29, Private, 226941, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-61, Private, 199193, Assoc-acdm, 12, Divorced, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 187870, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-56, Private, 364899, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 65, United-States, >50K.
-28, Private, 437994, Some-college, 10, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 60, United-States, <=50K.
-24, Private, 166827, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-35, Private, 207819, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-31, Private, 37939, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 43, United-States, <=50K.
-39, Private, 77146, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
-35, ?, 29075, 11th, 7, Divorced, ?, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 6, United-States, <=50K.
-20, Private, 167868, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-25, Private, 150132, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 365881, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
-37, Private, 105044, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-47, Private, 145636, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-36, Private, 161547, Bachelors, 13, Never-married, Sales, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-34, Federal-gov, 77218, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-35, Self-emp-not-inc, 241126, HS-grad, 9, Never-married, Craft-repair, Other-relative, White, Male, 0, 0, 60, United-States, <=50K.
-85, Self-emp-inc, 155981, Bachelors, 13, Widowed, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-71, Self-emp-inc, 45741, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 20051, 0, 30, United-States, >50K.
-23, Private, 256356, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-39, State-gov, 105803, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 48, United-States, >50K.
-77, Self-emp-inc, 29702, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 35, United-States, >50K.
-20, Private, 107882, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-40, Private, 77572, Some-college, 10, Divorced, Sales, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
-34, Private, 209768, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 60, United-States, >50K.
-33, Private, 89360, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 5178, 0, 55, United-States, >50K.
-34, Self-emp-not-inc, 227540, Bachelors, 13, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 0, 0, 60, India, <=50K.
-36, Private, 292570, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 3325, 0, 40, United-States, <=50K.
-36, Private, 409189, 11th, 7, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, Local-gov, 194901, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 2057, 70, United-States, <=50K.
-26, Local-gov, 219796, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 43, United-States, <=50K.
-37, State-gov, 117166, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, ?, <=50K.
-42, Private, 228320, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 5178, 0, 45, United-States, >50K.
-38, Private, 236391, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
-48, Private, 193451, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 223367, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 33001, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-38, Private, 173858, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 7688, 0, 35, China, >50K.
-33, Private, 240441, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-26, Private, 160264, 11th, 7, Never-married, Other-service, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-25, Private, 230403, Bachelors, 13, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-61, Private, 154536, 10th, 6, Widowed, Craft-repair, Unmarried, Black, Female, 0, 2001, 40, United-States, <=50K.
-44, Self-emp-not-inc, 247024, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-65, Self-emp-inc, 410199, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 9386, 0, 35, United-States, >50K.
-23, Private, 191878, Some-college, 10, Never-married, Sales, Own-child, Black, Female, 0, 0, 38, ?, <=50K.
-67, State-gov, 54269, 10th, 6, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 12, United-States, <=50K.
-37, Private, 205997, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-48, Private, 47343, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 70, United-States, >50K.
-35, Federal-gov, 403489, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 232149, Bachelors, 13, Divorced, Tech-support, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-50, ?, 339547, Some-college, 10, Married-civ-spouse, ?, Husband, Asian-Pac-Islander, Male, 0, 0, 50, ?, <=50K.
-36, Private, 186819, Assoc-acdm, 12, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
-20, Private, 89991, Some-college, 10, Never-married, Sales, Other-relative, White, Female, 0, 0, 35, United-States, <=50K.
-32, Private, 112139, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-18, Private, 244571, 11th, 7, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
-36, Private, 220696, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-50, Private, 135102, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-24, Private, 209417, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 7298, 0, 60, United-States, >50K.
-43, Private, 199689, Bachelors, 13, Married-spouse-absent, Sales, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-27, Private, 240172, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-17, ?, 94492, 10th, 6, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-29, Private, 188564, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 45, United-States, >50K.
-19, Private, 264527, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-38, Private, 189922, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-64, Private, 182044, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-31, Self-emp-not-inc, 271173, Some-college, 10, Never-married, Craft-repair, Own-child, Black, Male, 4650, 0, 40, United-States, <=50K.
-30, Private, 203034, Assoc-voc, 11, Married-spouse-absent, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 100734, Bachelors, 13, Married-civ-spouse, Exec-managerial, Other-relative, White, Female, 0, 0, 40, Greece, >50K.
-33, Private, 169269, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 40, Puerto-Rico, >50K.
-59, Private, 24244, Some-college, 10, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-40, Private, 132222, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-27, Private, 199118, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 4865, 0, 40, United-States, <=50K.
-34, Private, 223212, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, Peru, <=50K.
-27, Private, 284859, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-23, Private, 112854, Some-college, 10, Never-married, Sales, Other-relative, White, Female, 0, 0, 35, United-States, <=50K.
-41, Federal-gov, 92968, Masters, 14, Never-married, Tech-support, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 181553, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, ?, <=50K.
-25, Private, 266668, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-33, Private, 29144, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-26, Self-emp-not-inc, 389856, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-42, Private, 111589, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 232938, Some-college, 10, Never-married, Farming-fishing, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 103540, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 3103, 0, 40, United-States, >50K.
-59, Private, 249814, HS-grad, 9, Separated, Other-service, Not-in-family, White, Female, 0, 0, 37, United-States, <=50K.
-26, Private, 30776, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-20, Private, 184779, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-53, Self-emp-not-inc, 93449, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 40, India, >50K.
-32, Local-gov, 178107, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 198956, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, Other, Male, 0, 0, 35, United-States, <=50K.
-53, Private, 130143, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-47, Private, 171807, Some-college, 10, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-21, ?, 436431, Preschool, 1, Married-civ-spouse, ?, Other-relative, White, Female, 0, 0, 40, Mexico, <=50K.
-17, Private, 162205, 10th, 6, Never-married, Handlers-cleaners, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-48, Private, 97470, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-32, Self-emp-not-inc, 158603, Assoc-voc, 11, Never-married, Sales, Unmarried, White, Female, 0, 0, 7, United-States, <=50K.
-58, Private, 348430, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-72, Private, 109385, 1st-4th, 2, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 36, United-States, <=50K.
-45, Private, 188998, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 38, United-States, <=50K.
-41, Private, 210591, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-66, Self-emp-not-inc, 37170, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 42, United-States, >50K.
-34, Private, 169583, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
-33, Private, 180624, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-47, Private, 186311, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-35, Private, 106471, Bachelors, 13, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-27, Private, 37302, Assoc-acdm, 12, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-49, Private, 91608, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 263896, HS-grad, 9, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-25, Private, 335376, Assoc-acdm, 12, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 38, United-States, <=50K.
-38, Private, 186531, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-21, State-gov, 42706, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-29, Private, 180115, HS-grad, 9, Never-married, Tech-support, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-42, Private, 191196, Assoc-acdm, 12, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 209109, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 199224, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-65, State-gov, 42488, Prof-school, 15, Married-civ-spouse, Exec-managerial, Husband, White, Male, 2653, 0, 8, United-States, <=50K.
-19, Self-emp-not-inc, 63574, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 227943, Some-college, 10, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-54, Private, 297551, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-46, Private, 343579, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 77, United-States, <=50K.
-34, Private, 230246, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 2202, 0, 99, United-States, <=50K.
-57, Self-emp-not-inc, 110199, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-32, Private, 178691, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
-36, Self-emp-not-inc, 165855, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, Germany, <=50K.
-34, Private, 27565, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Wife, Amer-Indian-Eskimo, Female, 0, 0, 27, United-States, >50K.
-54, Private, 220115, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1628, 40, United-States, <=50K.
-34, Private, 113751, 11th, 7, Divorced, Sales, Own-child, Black, Female, 0, 0, 37, United-States, <=50K.
-72, Private, 128793, 5th-6th, 3, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 36, United-States, <=50K.
-23, Private, 97472, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-53, Private, 153064, 5th-6th, 3, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 10, Yugoslavia, >50K.
-57, Private, 190488, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-22, Local-gov, 326283, Some-college, 10, Never-married, Exec-managerial, Own-child, Asian-Pac-Islander, Male, 0, 0, 20, United-States, <=50K.
-40, Private, 61287, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 214288, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 198856, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 32, United-States, <=50K.
-51, Federal-gov, 914061, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 44, United-States, >50K.
-24, Private, 186648, Assoc-acdm, 12, Never-married, Sales, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-49, Private, 350759, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
-76, ?, 197988, 5th-6th, 3, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 8, United-States, <=50K.
-37, Private, 188571, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 112776, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
-21, Private, 100345, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 53, United-States, <=50K.
-49, Private, 291783, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-69, ?, 156387, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-38, ?, 295166, HS-grad, 9, Married-civ-spouse, ?, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-44, Private, 132849, Masters, 14, Never-married, Craft-repair, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 300497, Some-college, 10, Divorced, Exec-managerial, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
-54, Private, 338089, Masters, 14, Separated, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 104257, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-40, Private, 112247, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-41, Federal-gov, 73070, Masters, 14, Never-married, Prof-specialty, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-48, Self-emp-inc, 49298, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 50, United-States, >50K.
-51, Local-gov, 289390, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-36, Private, 219546, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-35, Private, 194490, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 358655, Masters, 14, Divorced, Sales, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
-39, Private, 286026, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 52, United-States, <=50K.
-55, Private, 401473, Masters, 14, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
-26, Private, 197967, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-46, Local-gov, 216647, 10th, 6, Divorced, Protective-serv, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-70, Self-emp-not-inc, 355536, HS-grad, 9, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 0, 24, United-States, <=50K.
-20, Private, 193130, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-46, Self-emp-inc, 67725, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 10, United-States, <=50K.
-35, Private, 209629, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 143964, HS-grad, 9, Never-married, Other-service, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-57, Self-emp-inc, 249072, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 60, United-States, >50K.
-64, ?, 285742, 10th, 6, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 50, United-States, >50K.
-63, Self-emp-not-inc, 130221, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
-21, Federal-gov, 201815, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 30, United-States, <=50K.
-43, Local-gov, 67243, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 45, United-States, >50K.
-35, Private, 202263, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 38, United-States, <=50K.
-21, Private, 122048, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 29, United-States, <=50K.
-23, Private, 231866, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 38, United-States, <=50K.
-35, Private, 211440, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-28, Private, 25955, Assoc-voc, 11, Never-married, Prof-specialty, Unmarried, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-61, ?, 274499, HS-grad, 9, Married-civ-spouse, ?, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-45, Self-emp-not-inc, 305474, 10th, 6, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, Haiti, <=50K.
-73, Local-gov, 222702, 10th, 6, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 5, United-States, <=50K.
-33, State-gov, 120460, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 31657, Assoc-voc, 11, Separated, Other-service, Not-in-family, White, Female, 0, 0, 34, United-States, <=50K.
-19, Private, 327079, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-42, Private, 234633, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 47, United-States, <=50K.
-27, Private, 203776, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 7688, 0, 45, United-States, >50K.
-24, Self-emp-inc, 242138, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-19, Private, 276937, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-36, Private, 117528, HS-grad, 9, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
-41, Self-emp-not-inc, 171351, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
-43, Private, 138471, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-40, Local-gov, 329341, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 35, United-States, >50K.
-57, Private, 62539, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 1876, 38, United-States, <=50K.
-58, Private, 265579, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-22, Private, 218215, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-39, Federal-gov, 116369, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-24, Private, 403107, Preschool, 1, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
-29, State-gov, 103389, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Female, 4787, 0, 40, United-States, >50K.
-26, State-gov, 624006, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 344094, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-67, Self-emp-inc, 147377, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-49, Private, 90579, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 5013, 0, 50, United-States, <=50K.
-47, Private, 91972, HS-grad, 9, Married-civ-spouse, Priv-house-serv, Wife, White, Female, 0, 0, 35, United-States, >50K.
-59, Self-emp-not-inc, 275236, 11th, 7, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 70, United-States, >50K.
-23, Private, 340432, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 158592, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 3103, 0, 50, United-States, >50K.
-48, Private, 278303, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-33, Self-emp-not-inc, 300681, 10th, 6, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 50, ?, <=50K.
-37, Private, 160192, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Male, 6849, 0, 80, United-States, <=50K.
-29, Private, 148429, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-24, Private, 210474, Masters, 14, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 510072, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-21, Self-emp-not-inc, 328906, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 4865, 0, 35, United-States, <=50K.
-26, Private, 247196, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-54, Private, 178839, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1848, 40, England, >50K.
-60, Private, 178764, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 25, United-States, <=50K.
-38, Private, 218490, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 44047, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-41, Local-gov, 125268, Bachelors, 13, Never-married, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-37, Local-gov, 76845, Masters, 14, Never-married, Prof-specialty, Not-in-family, Black, Male, 0, 0, 40, ?, <=50K.
-37, Local-gov, 484475, Bachelors, 13, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 60, United-States, <=50K.
-22, Private, 114357, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-33, Private, 219619, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 40, United-States, >50K.
-22, ?, 33016, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-47, Local-gov, 319205, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-54, ?, 389182, HS-grad, 9, Divorced, ?, Not-in-family, White, Female, 0, 0, 60, Germany, <=50K.
-34, Private, 262118, Assoc-voc, 11, Never-married, Exec-managerial, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-50, Private, 141340, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-35, Private, 189703, 9th, 5, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 32, United-States, <=50K.
-41, ?, 307589, Bachelors, 13, Married-civ-spouse, ?, Wife, Asian-Pac-Islander, Female, 0, 0, 5, Philippines, <=50K.
-29, Private, 116531, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-27, Private, 142621, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-44, Self-emp-inc, 327573, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 24896, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-36, Private, 69251, HS-grad, 9, Married-civ-spouse, Other-service, Other-relative, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
-38, Private, 91716, 11th, 7, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 93717, Assoc-voc, 11, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-38, Self-emp-not-inc, 111499, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
-41, ?, 193537, Assoc-acdm, 12, Divorced, ?, Unmarried, White, Female, 0, 0, 10, Dominican-Republic, <=50K.
-24, Private, 307267, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-52, Private, 249196, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-64, ?, 201700, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-52, Private, 188644, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 30, Mexico, <=50K.
-32, Private, 255004, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-34, Private, 100145, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 20, United-States, <=50K.
-18, Private, 183274, 11th, 7, Never-married, Other-service, Own-child, White, Female, 594, 0, 30, United-States, <=50K.
-45, Self-emp-not-inc, 44671, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 354351, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-43, Private, 346189, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-49, Private, 304864, Some-college, 10, Divorced, Tech-support, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
-68, Self-emp-inc, 505365, Bachelors, 13, Separated, Sales, Unmarried, White, Male, 0, 0, 70, Canada, <=50K.
-18, State-gov, 268520, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-27, State-gov, 210295, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 103339, 10th, 6, Never-married, Sales, Own-child, White, Female, 0, 1719, 16, United-States, <=50K.
-33, Private, 145437, Some-college, 10, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 56071, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-34, Private, 233729, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 50, United-States, >50K.
-41, Private, 265932, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
-74, Private, 154347, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 10, United-States, <=50K.
-40, Private, 277507, HS-grad, 9, Married-spouse-absent, Handlers-cleaners, Not-in-family, White, Male, 0, 1669, 40, United-States, <=50K.
-53, Federal-gov, 172898, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
-47, Private, 182655, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 52, United-States, >50K.
-20, ?, 175431, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 181460, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 37, United-States, <=50K.
-38, Private, 149771, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 3325, 0, 40, United-States, <=50K.
-44, Private, 45363, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 44, United-States, >50K.
-48, Private, 180010, Some-college, 10, Separated, Craft-repair, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-36, ?, 103886, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 15, United-States, <=50K.
-20, Private, 233198, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-47, Federal-gov, 124974, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-61, ?, 29059, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 12, United-States, <=50K.
-34, Private, 136331, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-43, Private, 106900, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Self-emp-not-inc, 314464, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-51, State-gov, 152810, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
-50, State-gov, 76728, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 39, United-States, <=50K.
-42, Private, 55854, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-17, Private, 36801, 10th, 6, Never-married, Other-service, Own-child, White, Female, 0, 0, 18, United-States, <=50K.
-51, ?, 243631, HS-grad, 9, Married-civ-spouse, ?, Husband, Asian-Pac-Islander, Male, 2105, 0, 20, South, <=50K.
-46, Local-gov, 155654, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-51, Private, 173987, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 48, United-States, >50K.
-18, Private, 115725, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
-21, Private, 154556, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 15, ?, <=50K.
-33, Self-emp-not-inc, 234976, Bachelors, 13, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, United-States, >50K.
-27, Private, 122913, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Local-gov, 187411, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
-31, Private, 193285, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-27, ?, 96219, HS-grad, 9, Separated, ?, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-20, Private, 117767, Some-college, 10, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-45, Self-emp-inc, 81534, HS-grad, 9, Never-married, Sales, Unmarried, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 202125, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-40, Local-gov, 225660, Bachelors, 13, Never-married, Protective-serv, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-25, State-gov, 203279, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 20, India, <=50K.
-40, Self-emp-not-inc, 151960, Some-college, 10, Divorced, Craft-repair, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
-48, Private, 368561, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 1902, 37, United-States, >50K.
-30, Private, 202046, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-61, Private, 197286, Bachelors, 13, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-49, Self-emp-not-inc, 285570, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-22, Private, 380899, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 325217, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 32, United-States, <=50K.
-26, Private, 111058, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-27, State-gov, 162312, Some-college, 10, Never-married, Other-service, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 50, South, <=50K.
-41, Self-emp-inc, 136986, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-33, Federal-gov, 97654, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-56, Private, 229116, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 32, United-States, <=50K.
-43, Private, 159549, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 40, United-States, >50K.
-29, Private, 195760, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 35, United-States, <=50K.
-44, Self-emp-inc, 277788, 11th, 7, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, Portugal, >50K.
-37, State-gov, 120201, Some-college, 10, Divorced, Adm-clerical, Own-child, Other, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 236601, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 2339, 43, United-States, <=50K.
-65, ?, 94809, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 219757, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-35, Local-gov, 160728, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-39, Private, 308945, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 50, United-States, <=50K.
-47, Self-emp-not-inc, 185859, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 3103, 0, 60, United-States, >50K.
-47, ?, 163748, Masters, 14, Divorced, ?, Unmarried, White, Female, 0, 0, 35, ?, <=50K.
-51, State-gov, 48358, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 3103, 0, 52, United-States, >50K.
-38, Federal-gov, 77792, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 56, United-States, <=50K.
-44, Private, 114753, Some-college, 10, Widowed, Tech-support, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
-24, Private, 234259, HS-grad, 9, Never-married, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 152617, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-51, Private, 204567, Assoc-voc, 11, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
-60, Self-emp-not-inc, 145209, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-40, Private, 240698, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-72, ?, 195181, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 32, United-States, <=50K.
-27, Private, 299536, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 55, United-States, <=50K.
-36, Private, 238802, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 48, United-States, >50K.
-44, Private, 150519, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-33, State-gov, 237903, Some-college, 10, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-53, Self-emp-not-inc, 257940, 7th-8th, 4, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-43, Private, 383670, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1902, 40, United-States, >50K.
-44, Private, 179666, Assoc-acdm, 12, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 259727, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-52, Federal-gov, 277772, Some-college, 10, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-51, Self-emp-not-inc, 67198, Assoc-acdm, 12, Widowed, Prof-specialty, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-41, Private, 22419, 9th, 5, Married-civ-spouse, Exec-managerial, Husband, Amer-Indian-Eskimo, Male, 0, 0, 84, United-States, <=50K.
-42, Private, 99373, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-54, Federal-gov, 147629, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7298, 0, 35, United-States, >50K.
-31, Self-emp-not-inc, 145714, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-30, Private, 49358, 12th, 8, Never-married, Sales, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-21, Private, 214956, Some-college, 10, Never-married, Tech-support, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-29, Private, 66172, Some-college, 10, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-37, Local-gov, 136749, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-27, ?, 258231, HS-grad, 9, Never-married, ?, Not-in-family, White, Male, 0, 0, 35, ?, <=50K.
-19, Private, 43937, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
-33, Self-emp-not-inc, 114639, 11th, 7, Never-married, Farming-fishing, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-72, Self-emp-not-inc, 104090, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, Scotland, <=50K.
-21, Private, 137510, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 20, Germany, <=50K.
-23, Private, 123586, Some-college, 10, Never-married, Adm-clerical, Own-child, Other, Male, 0, 0, 25, United-States, <=50K.
-45, Private, 293628, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, Philippines, >50K.
-37, Federal-gov, 239409, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-37, Self-emp-inc, 593246, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
-36, Private, 30269, Some-college, 10, Married-civ-spouse, Other-service, Wife, White, Female, 7298, 0, 32, United-States, >50K.
-31, Private, 48456, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-63, Private, 153894, Assoc-voc, 11, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 24, Puerto-Rico, <=50K.
-24, Private, 182117, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 28, United-States, <=50K.
-29, Private, 231148, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-53, Private, 184176, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-40, Self-emp-not-inc, 29702, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 85, United-States, <=50K.
-40, Private, 276759, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 60, United-States, >50K.
-36, Private, 179731, HS-grad, 9, Never-married, Priv-house-serv, Other-relative, White, Female, 0, 0, 20, ?, <=50K.
-64, Private, 234570, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 143485, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 143062, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 146516, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Wife, White, Female, 0, 0, 48, United-States, <=50K.
-19, ?, 180395, Some-college, 10, Never-married, ?, Own-child, Asian-Pac-Islander, Female, 0, 0, 36, United-States, <=50K.
-32, Private, 108256, 12th, 8, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
-25, Private, 211392, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
-26, Federal-gov, 271243, 12th, 8, Never-married, Adm-clerical, Not-in-family, Black, Male, 0, 0, 40, Haiti, <=50K.
-25, Local-gov, 197822, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-40, Self-emp-not-inc, 167678, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Dominican-Republic, >50K.
-30, Private, 30101, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-46, Local-gov, 232220, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
-29, ?, 212588, Bachelors, 13, Never-married, ?, Not-in-family, White, Male, 0, 0, 53, United-States, <=50K.
-35, Private, 306156, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-30, Self-emp-not-inc, 70985, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 75, United-States, <=50K.
-58, Private, 185459, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-17, Private, 91141, 10th, 6, Never-married, Sales, Own-child, White, Male, 0, 0, 8, United-States, <=50K.
-42, Private, 347653, Bachelors, 13, Divorced, Other-service, Unmarried, White, Male, 0, 0, 60, United-States, <=50K.
-31, Private, 189759, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-46, Private, 272792, Bachelors, 13, Divorced, Craft-repair, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-27, ?, 95708, 11th, 7, Divorced, ?, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
-71, ?, 111712, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 16, United-States, <=50K.
-32, Private, 132767, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-62, Self-emp-not-inc, 162245, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-78, Self-emp-not-inc, 152148, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-54, ?, 186565, Masters, 14, Divorced, ?, Not-in-family, White, Male, 0, 0, 1, United-States, <=50K.
-22, Private, 193385, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 185778, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-32, Private, 162370, Masters, 14, Separated, Prof-specialty, Not-in-family, White, Female, 0, 0, 35, Iran, <=50K.
-38, Private, 340763, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, Black, Male, 0, 2339, 47, United-States, <=50K.
-77, Private, 148949, 10th, 6, Married-civ-spouse, Other-service, Husband, Black, Male, 3818, 0, 30, United-States, <=50K.
-62, Self-emp-not-inc, 147393, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, >50K.
-33, Local-gov, 187203, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-40, Local-gov, 147206, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-65, Private, 228182, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-31, Private, 177426, Bachelors, 13, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-32, ?, 161288, 9th, 5, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-32, Private, 133530, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, Asian-Pac-Islander, Female, 0, 0, 20, United-States, <=50K.
-45, Private, 117849, 11th, 7, Married-civ-spouse, Transport-moving, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-70, Private, 132670, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 9386, 0, 4, United-States, >50K.
-38, Self-emp-inc, 98360, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-37, Private, 226500, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-30, Private, 35644, Assoc-voc, 11, Never-married, Craft-repair, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 49325, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-19, Private, 142738, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 14084, 0, 20, United-States, >50K.
-54, Self-emp-not-inc, 207841, HS-grad, 9, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-32, Private, 269355, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 5178, 0, 50, United-States, >50K.
-32, Self-emp-inc, 190290, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-24, Private, 209034, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-35, Private, 174571, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 198583, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 35, United-States, <=50K.
-28, Private, 128055, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-41, Private, 319271, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-38, Private, 91857, HS-grad, 9, Divorced, Other-service, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 376416, Some-college, 10, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-31, Local-gov, 323829, HS-grad, 9, Divorced, Protective-serv, Other-relative, White, Male, 0, 0, 45, United-States, <=50K.
-22, Private, 209646, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 6, United-States, <=50K.
-28, State-gov, 90872, Some-college, 10, Divorced, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-52, Private, 287454, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, >50K.
-23, Private, 208946, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-37, Local-gov, 130805, Assoc-acdm, 12, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 99, United-States, >50K.
-23, Private, 247090, 9th, 5, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 55, United-States, <=50K.
-21, Private, 249150, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 24, United-States, <=50K.
-57, Private, 187138, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-35, Private, 166497, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 60, United-States, >50K.
-50, Private, 155433, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-45, State-gov, 164593, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, ?, <=50K.
-37, Private, 211168, Some-college, 10, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 0, 35, United-States, <=50K.
-24, Self-emp-not-inc, 162688, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-58, Local-gov, 185072, Bachelors, 13, Separated, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, Jamaica, >50K.
-50, Private, 154153, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-58, Self-emp-not-inc, 166258, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-31, Self-emp-not-inc, 190650, Masters, 14, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 0, 0, 40, ?, <=50K.
-60, State-gov, 165792, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 8, United-States, <=50K.
-61, Private, 313170, HS-grad, 9, Widowed, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 188279, HS-grad, 9, Married-civ-spouse, Other-service, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Thailand, <=50K.
-27, Self-emp-not-inc, 209301, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-37, Private, 194820, HS-grad, 9, Separated, Craft-repair, Unmarried, White, Female, 0, 0, 42, United-States, <=50K.
-36, Private, 171393, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-31, Private, 268282, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Other-relative, White, Male, 0, 0, 35, Mexico, <=50K.
-23, Private, 219519, Some-college, 10, Never-married, Sales, Not-in-family, Black, Female, 0, 0, 30, United-States, <=50K.
-44, State-gov, 369131, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
-21, Private, 195571, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-57, Private, 114686, Assoc-voc, 11, Divorced, Tech-support, Not-in-family, White, Female, 2202, 0, 44, United-States, <=50K.
-24, Private, 356861, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-26, Private, 156848, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-66, Private, 147766, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-60, Local-gov, 134768, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-52, Self-emp-not-inc, 156882, Some-college, 10, Married-civ-spouse, Sales, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 131404, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-32, Self-emp-inc, 233727, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 7688, 0, 60, United-States, >50K.
-21, ?, 216867, Some-college, 10, Never-married, ?, Other-relative, White, Male, 0, 0, 40, Mexico, <=50K.
-48, Private, 168556, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-63, Private, 60459, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 37, United-States, <=50K.
-42, Private, 212894, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 23, United-States, >50K.
-17, Private, 41865, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 5, United-States, <=50K.
-30, Private, 175413, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, Black, Female, 0, 0, 35, United-States, <=50K.
-33, Private, 149902, Some-college, 10, Divorced, Exec-managerial, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-55, Private, 180497, Assoc-acdm, 12, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 52, United-States, <=50K.
-39, Self-emp-not-inc, 107302, Bachelors, 13, Married-civ-spouse, Craft-repair, Other-relative, White, Male, 0, 0, 35, United-States, >50K.
-33, Private, 93283, Bachelors, 13, Never-married, Prof-specialty, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-34, Self-emp-not-inc, 264351, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-59, State-gov, 136819, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 8, United-States, >50K.
-32, Self-emp-not-inc, 295010, Some-college, 10, Separated, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-62, Private, 291904, HS-grad, 9, Divorced, Priv-house-serv, Not-in-family, Black, Female, 0, 0, 20, United-States, <=50K.
-21, Self-emp-inc, 225442, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-57, State-gov, 170108, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 40, United-States, >50K.
-19, Private, 193859, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 2176, 0, 35, Germany, <=50K.
-38, Local-gov, 326701, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 40, United-States, >50K.
-38, State-gov, 196373, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-20, Private, 258730, HS-grad, 9, Never-married, Priv-house-serv, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 190293, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-39, Local-gov, 170263, Masters, 14, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 30, United-States, >50K.
-24, Private, 300275, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-28, State-gov, 255254, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 0, 0, 37, United-States, <=50K.
-51, Private, 166461, 11th, 7, Divorced, Machine-op-inspct, Unmarried, Black, Female, 5455, 0, 40, United-States, <=50K.
-27, Private, 96219, HS-grad, 9, Divorced, Other-service, Own-child, White, Female, 3418, 0, 32, United-States, <=50K.
-38, Self-emp-inc, 186845, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 99697, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-42, Private, 143069, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, >50K.
-53, Private, 117674, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-35, Private, 261504, HS-grad, 9, Married-spouse-absent, Transport-moving, Other-relative, White, Female, 0, 0, 40, Dominican-Republic, <=50K.
-37, Private, 29660, Assoc-acdm, 12, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-45, Private, 202560, Assoc-acdm, 12, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, >50K.
-27, Private, 178713, 11th, 7, Never-married, Sales, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-34, Private, 100734, HS-grad, 9, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 112009, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-69, Private, 144056, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-47, Private, 70209, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-19, Private, 143816, Some-college, 10, Never-married, Machine-op-inspct, Other-relative, Black, Male, 0, 0, 30, United-States, <=50K.
-23, ?, 164732, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 10, United-States, <=50K.
-30, State-gov, 714597, Some-college, 10, Never-married, Protective-serv, Not-in-family, Black, Male, 0, 0, 45, United-States, <=50K.
-71, Private, 187703, Assoc-voc, 11, Widowed, Prof-specialty, Unmarried, White, Female, 11678, 0, 38, United-States, >50K.
-53, Private, 418901, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 40, Mexico, <=50K.
-22, Private, 169188, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-47, Private, 70554, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-28, Private, 31801, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1887, 50, United-States, >50K.
-25, Self-emp-not-inc, 195000, Some-college, 10, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 215392, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Wife, White, Female, 7298, 0, 45, United-States, >50K.
-33, Private, 97723, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 121012, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-19, Private, 218956, 12th, 8, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-41, Self-emp-not-inc, 171003, 7th-8th, 4, Never-married, Other-service, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
-20, Self-emp-inc, 154782, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-27, ?, 132372, HS-grad, 9, Never-married, ?, Unmarried, White, Female, 0, 0, 40, ?, <=50K.
-18, ?, 151404, 11th, 7, Never-married, ?, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-53, Private, 816750, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 72, United-States, >50K.
-67, Private, 92943, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 21, United-States, <=50K.
-47, ?, 104489, 10th, 6, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-55, Self-emp-not-inc, 218456, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, Hungary, <=50K.
-39, Private, 301614, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 307134, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 42, United-States, <=50K.
-37, State-gov, 106347, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 65, United-States, <=50K.
-36, Private, 127961, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-32, Self-emp-inc, 206297, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-20, Private, 171156, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-31, Private, 104729, 1st-4th, 2, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 35, Mexico, <=50K.
-47, Private, 85109, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 13550, 0, 45, United-States, >50K.
-25, Private, 199143, HS-grad, 9, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 110371, HS-grad, 9, Divorced, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 250782, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 281574, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 6849, 0, 43, United-States, <=50K.
-28, Private, 147889, 10th, 6, Married-AF-spouse, Other-service, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-36, Private, 298753, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
-55, Private, 248841, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, >50K.
-51, Self-emp-inc, 274948, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-22, Private, 41763, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 42, United-States, <=50K.
-27, ?, 176683, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 1719, 40, United-States, <=50K.
-37, Private, 385251, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-23, Private, 145964, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-61, Private, 33460, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-46, State-gov, 121586, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-35, Federal-gov, 112008, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, Germany, <=50K.
-24, Private, 163053, 11th, 7, Never-married, Sales, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
-21, ?, 34446, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-33, Self-emp-not-inc, 147201, Bachelors, 13, Separated, Prof-specialty, Own-child, Black, Male, 0, 0, 35, United-States, <=50K.
-60, Private, 491214, HS-grad, 9, Widowed, Sales, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-36, Private, 102729, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 45, United-States, >50K.
-37, ?, 70282, HS-grad, 9, Never-married, ?, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-48, Self-emp-inc, 216214, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 3103, 0, 40, United-States, >50K.
-43, Private, 212206, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-53, Local-gov, 235567, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 356410, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 99999, 0, 40, United-States, >50K.
-26, Private, 223558, HS-grad, 9, Never-married, Tech-support, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-63, Federal-gov, 160473, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-51, Private, 150999, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-41, Private, 230961, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-71, Private, 169114, Some-college, 10, Widowed, Prof-specialty, Not-in-family, White, Male, 0, 1429, 40, United-States, <=50K.
-39, Private, 301070, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 70, United-States, >50K.
-23, Private, 163687, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-35, Private, 180419, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 114828, 12th, 8, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 4, United-States, <=50K.
-44, Private, 208606, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-19, Private, 165977, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-28, Private, 110408, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 266047, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-52, Private, 176124, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
-27, Private, 144063, 10th, 6, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 75, United-States, <=50K.
-29, Self-emp-inc, 446724, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-59, Private, 357118, Bachelors, 13, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-47, Self-emp-not-inc, 102388, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
-27, Private, 191515, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-31, Private, 94413, HS-grad, 9, Divorced, Craft-repair, Other-relative, White, Male, 3325, 0, 40, United-States, <=50K.
-42, Federal-gov, 32627, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 7688, 0, 45, United-States, >50K.
-37, Private, 218249, 11th, 7, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 308798, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 199005, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-29, State-gov, 108432, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-47, Self-emp-not-inc, 149218, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-26, Private, 552529, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
-43, Private, 222596, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, Poland, >50K.
-31, Private, 168961, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 206951, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 386236, 5th-6th, 3, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 30, Mexico, <=50K.
-20, Private, 196388, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-32, Private, 162675, Assoc-voc, 11, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 35, Cuba, <=50K.
-38, Private, 187847, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-39, Private, 186934, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 38, United-States, <=50K.
-75, ?, 27663, 7th-8th, 4, Separated, ?, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-27, Private, 180271, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 43, United-States, <=50K.
-35, Private, 215503, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, Canada, <=50K.
-40, Private, 110862, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-28, Private, 197905, Some-college, 10, Widowed, Craft-repair, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
-25, Private, 355124, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 2001, 40, Mexico, <=50K.
-29, Self-emp-not-inc, 109621, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-50, Private, 194995, Assoc-voc, 11, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 137136, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, Black, Male, 0, 0, 55, United-States, <=50K.
-47, Private, 67229, 11th, 7, Divorced, Transport-moving, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-44, Private, 197033, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Local-gov, 187746, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 3325, 0, 25, United-States, <=50K.
-40, Private, 98211, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-25, Private, 54298, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-48, Self-emp-not-inc, 49275, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 1485, 50, United-States, <=50K.
-22, Private, 237386, Assoc-voc, 11, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-40, Private, 67243, Some-college, 10, Divorced, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 168191, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 2, Italy, <=50K.
-25, Private, 132327, Some-college, 10, Separated, Adm-clerical, Other-relative, Other, Female, 0, 0, 40, Ecuador, <=50K.
-17, Private, 175109, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-61, State-gov, 224638, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 128487, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-30, Private, 179747, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
-46, Private, 195416, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 44, United-States, >50K.
-37, Private, 176949, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-31, Private, 114691, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
-27, State-gov, 122540, Some-college, 10, Never-married, Craft-repair, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 93461, HS-grad, 9, Married-civ-spouse, Craft-repair, Wife, White, Female, 0, 0, 30, United-States, <=50K.
-45, Private, 54098, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-22, Private, 333838, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 174789, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
-70, Private, 227515, 10th, 6, Widowed, Transport-moving, Unmarried, White, Female, 0, 0, 40, Greece, <=50K.
-45, Federal-gov, 391585, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 7688, 0, 50, United-States, >50K.
-23, Private, 83315, 10th, 6, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 10, United-States, <=50K.
-22, Private, 213310, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-47, Private, 127303, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 255476, 5th-6th, 3, Never-married, Other-service, Other-relative, White, Male, 0, 0, 35, Mexico, <=50K.
-40, Private, 320451, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, Asian-Pac-Islander, Male, 0, 0, 40, ?, >50K.
-33, Private, 454717, Some-college, 10, Separated, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 374474, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-19, Private, 78401, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-58, Private, 168887, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
-55, Private, 254711, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 20, United-States, >50K.
-23, Private, 196678, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-53, Private, 217201, HS-grad, 9, Married-civ-spouse, Craft-repair, Wife, White, Female, 0, 0, 45, United-States, >50K.
-24, Private, 160398, 12th, 8, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-43, Private, 288829, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 1902, 42, United-States, >50K.
-20, Private, 185706, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-22, Private, 201615, Assoc-acdm, 12, Never-married, Adm-clerical, Other-relative, White, Female, 0, 0, 37, United-States, <=50K.
-48, Private, 157092, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 130561, 11th, 7, Never-married, Sales, Not-in-family, Black, Female, 0, 0, 35, United-States, <=50K.
-33, Private, 202450, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 303942, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-44, Local-gov, 339346, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 10520, 0, 60, United-States, >50K.
-21, ?, 234838, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-42, Private, 38389, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-35, Private, 147548, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-62, Self-emp-not-inc, 116626, Doctorate, 16, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
-46, Local-gov, 110110, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 65, United-States, >50K.
-44, Private, 230478, Assoc-acdm, 12, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, >50K.
-28, Private, 398220, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-38, Self-emp-not-inc, 187346, Assoc-acdm, 12, Divorced, Other-service, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-59, Self-emp-not-inc, 175827, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 211494, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 1980, 55, United-States, <=50K.
-59, Private, 105745, Assoc-voc, 11, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, >50K.
-55, Private, 237428, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 1504, 40, United-States, <=50K.
-40, Private, 200766, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, Black, Male, 14344, 0, 40, United-States, >50K.
-22, State-gov, 24896, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
-35, Private, 107164, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-42, Private, 202083, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, Canada, <=50K.
-45, State-gov, 53768, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 70, United-States, <=50K.
-48, Private, 159577, 10th, 6, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-76, ?, 209674, 7th-8th, 4, Divorced, ?, Not-in-family, White, Female, 0, 0, 7, United-States, <=50K.
-21, Private, 309348, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 18, United-States, <=50K.
-31, Private, 206046, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-65, Self-emp-not-inc, 227531, Bachelors, 13, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-46, Self-emp-not-inc, 135339, HS-grad, 9, Married-spouse-absent, Craft-repair, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 45, India, >50K.
-18, Private, 155503, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-65, Self-emp-not-inc, 176835, Masters, 14, Married-spouse-absent, Prof-specialty, Not-in-family, White, Female, 7978, 0, 40, United-States, <=50K.
-18, Private, 163067, Some-college, 10, Never-married, Protective-serv, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-35, Private, 212607, Some-college, 10, Never-married, Adm-clerical, Unmarried, Other, Female, 0, 0, 44, Puerto-Rico, <=50K.
-53, Self-emp-inc, 162381, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 45, United-States, >50K.
-34, Private, 195890, Some-college, 10, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
-33, Federal-gov, 49358, 10th, 6, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 136077, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Poland, <=50K.
-43, Private, 119297, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-52, Private, 48947, Assoc-voc, 11, Widowed, Other-service, Unmarried, White, Female, 0, 0, 13, United-States, <=50K.
-49, Self-emp-not-inc, 32825, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 70, United-States, <=50K.
-21, State-gov, 82847, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
-61, Private, 119684, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-54, Private, 264143, 9th, 5, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 24, United-States, <=50K.
-45, Private, 30690, 7th-8th, 4, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 10, United-States, <=50K.
-24, Private, 113631, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 366889, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 393962, Assoc-voc, 11, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-48, Private, 165484, Bachelors, 13, Separated, Sales, Not-in-family, White, Male, 0, 0, 65, United-States, >50K.
-40, Federal-gov, 90737, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-34, Private, 379798, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
-29, Private, 190911, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 72887, 11th, 7, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, >50K.
-65, Private, 192309, HS-grad, 9, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 15, United-States, <=50K.
-58, Self-emp-not-inc, 98361, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 121253, Doctorate, 16, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 29, United-States, <=50K.
-56, State-gov, 270859, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 48, United-States, >50K.
-26, Self-emp-not-inc, 223705, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, Columbia, <=50K.
-45, Private, 125892, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 60, United-States, >50K.
-37, Self-emp-not-inc, 202683, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-58, ?, 99131, HS-grad, 9, Married-civ-spouse, ?, Wife, White, Female, 7298, 0, 40, United-States, >50K.
-56, Private, 197577, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-19, Without-pay, 43627, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 10, United-States, <=50K.
-37, Private, 175185, Assoc-voc, 11, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 377405, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-24, Private, 47541, Masters, 14, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
-36, Private, 218729, Some-college, 10, Married-civ-spouse, Adm-clerical, Own-child, White, Female, 0, 0, 30, United-States, >50K.
-26, Local-gov, 197430, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-57, Private, 259010, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 84, United-States, <=50K.
-49, Private, 121124, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-21, ?, 334593, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 374764, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-59, Private, 192845, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
-36, Private, 144524, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-31, Self-emp-inc, 136402, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 255847, 7th-8th, 4, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-29, Private, 177955, 9th, 5, Never-married, Priv-house-serv, Unmarried, White, Female, 0, 0, 24, El-Salvador, <=50K.
-35, Private, 151835, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 50, United-States, >50K.
-18, Private, 65098, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
-27, Self-emp-not-inc, 328119, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 30, Mexico, <=50K.
-55, Private, 125147, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-52, Private, 62834, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 20, United-States, >50K.
-51, State-gov, 230095, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
-41, Federal-gov, 348059, Masters, 14, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, >50K.
-34, Private, 425622, 5th-6th, 3, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-25, Local-gov, 336320, Bachelors, 13, Divorced, Protective-serv, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 225809, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-80, Private, 216073, 5th-6th, 3, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 32, United-States, <=50K.
-27, Private, 267912, 5th-6th, 3, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 52, Mexico, <=50K.
-28, Private, 108706, HS-grad, 9, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 0, 40, United-States, >50K.
-43, Private, 575172, Assoc-voc, 11, Married-civ-spouse, Transport-moving, Husband, White, Male, 3103, 0, 32, United-States, >50K.
-18, Private, 311489, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 26, United-States, <=50K.
-46, Private, 189123, Assoc-acdm, 12, Married-civ-spouse, Tech-support, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-42, Private, 95998, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-50, Self-emp-inc, 177487, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 30, United-States, <=50K.
-30, Private, 213002, Some-college, 10, Married-civ-spouse, Tech-support, Husband, Black, Male, 0, 0, 14, United-States, <=50K.
-55, Private, 272723, 7th-8th, 4, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-58, Private, 84231, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, >50K.
-41, Private, 475322, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 1617, 35, United-States, <=50K.
-25, Private, 120268, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 1741, 40, United-States, <=50K.
-22, ?, 60331, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 10, United-States, <=50K.
-59, Private, 172618, Some-college, 10, Divorced, Sales, Not-in-family, White, Male, 0, 0, 56, United-States, <=50K.
-36, State-gov, 173273, Masters, 14, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-25, Private, 52921, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-19, Private, 210364, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-34, Private, 87310, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 2174, 0, 40, United-States, <=50K.
-51, Private, 332489, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, Germany, >50K.
-31, Private, 100333, 11th, 7, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
-21, Private, 216867, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-36, ?, 177974, 11th, 7, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 292110, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-39, Federal-gov, 219137, Assoc-acdm, 12, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-34, Private, 159589, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 2051, 40, United-States, <=50K.
-38, Private, 186815, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 43, United-States, <=50K.
-21, Private, 22149, HS-grad, 9, Never-married, Other-service, Own-child, Amer-Indian-Eskimo, Male, 0, 0, 30, United-States, <=50K.
-22, Private, 228724, Assoc-voc, 11, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-29, State-gov, 187392, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-25, Private, 105930, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-53, State-gov, 182907, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-68, Private, 322025, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 5, United-States, <=50K.
-21, Private, 263886, Some-college, 10, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 20, United-States, <=50K.
-34, Local-gov, 362775, 10th, 6, Married-civ-spouse, Other-service, Wife, Amer-Indian-Eskimo, Female, 0, 0, 30, United-States, <=50K.
-53, Private, 96062, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-59, ?, 191665, Some-college, 10, Widowed, ?, Not-in-family, White, Female, 0, 2205, 40, United-States, <=50K.
-32, Self-emp-not-inc, 159322, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 1980, 80, United-States, <=50K.
-33, Local-gov, 163867, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 8, United-States, <=50K.
-34, Self-emp-not-inc, 136204, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 32, United-States, >50K.
-61, Private, 160431, HS-grad, 9, Widowed, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-46, Private, 163324, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-32, ?, 161309, Prof-school, 15, Married-civ-spouse, ?, Wife, White, Female, 15024, 0, 50, United-States, >50K.
-26, Private, 208881, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 42, United-States, <=50K.
-37, Self-emp-not-inc, 183127, HS-grad, 9, Divorced, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 192225, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-59, Local-gov, 222081, Bachelors, 13, Never-married, Prof-specialty, Other-relative, Black, Female, 0, 0, 35, United-States, <=50K.
-28, Private, 183627, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-39, Private, 187921, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 99, United-States, <=50K.
-25, Private, 25497, Some-college, 10, Never-married, Transport-moving, Not-in-family, White, Male, 4101, 0, 40, United-States, <=50K.
-45, Private, 353824, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
-30, Private, 250804, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-61, Private, 385583, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-52, Private, 84788, 10th, 6, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-54, Private, 127704, 7th-8th, 4, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-54, ?, 99208, Preschool, 1, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 16, United-States, <=50K.
-45, Private, 347993, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 44, Mexico, <=50K.
-48, Private, 175958, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-36, Self-emp-not-inc, 278553, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 15024, 0, 75, United-States, >50K.
-49, Private, 186009, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 43, United-States, <=50K.
-31, Private, 55104, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-65, Local-gov, 179411, HS-grad, 9, Widowed, Tech-support, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-56, Private, 68452, HS-grad, 9, Separated, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-38, Local-gov, 202027, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-70, Private, 113401, 10th, 6, Widowed, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-37, Private, 186934, Bachelors, 13, Married-civ-spouse, Prof-specialty, Other-relative, White, Male, 0, 0, 40, United-States, >50K.
-43, Federal-gov, 190020, Prof-school, 15, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-28, Private, 198493, Assoc-acdm, 12, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 256448, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 15, United-States, <=50K.
-30, Private, 622192, Some-college, 10, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 6, United-States, <=50K.
-77, Private, 133728, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 181824, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 20, United-States, <=50K.
-17, Private, 286422, 10th, 6, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-59, Private, 378585, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 44, United-States, >50K.
-44, Private, 121012, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 5013, 0, 45, United-States, <=50K.
-33, Private, 164864, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 323, 40, United-States, <=50K.
-17, Private, 74706, 11th, 7, Never-married, Priv-house-serv, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-22, Private, 185582, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 25, United-States, >50K.
-43, Private, 132633, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Wife, White, Female, 0, 0, 40, ?, <=50K.
-42, Federal-gov, 230438, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-26, Private, 175540, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-47, Local-gov, 115304, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 340269, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 3137, 0, 45, United-States, <=50K.
-33, Private, 171889, 12th, 8, Never-married, Sales, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-52, Private, 94873, HS-grad, 9, Widowed, Other-service, Unmarried, White, Male, 0, 0, 19, United-States, <=50K.
-34, ?, 144194, Assoc-voc, 11, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-44, Private, 141131, 12th, 8, Divorced, Machine-op-inspct, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, South, <=50K.
-25, Private, 192735, HS-grad, 9, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 70, United-States, <=50K.
-33, Self-emp-not-inc, 238186, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 98, United-States, <=50K.
-23, Private, 305609, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 52, United-States, <=50K.
-29, Private, 312845, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
-21, Private, 33884, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-23, ?, 264874, Assoc-voc, 11, Never-married, ?, Other-relative, White, Female, 0, 0, 40, ?, <=50K.
-31, State-gov, 268832, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 37, United-States, <=50K.
-42, Private, 99651, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-39, Private, 257597, Assoc-acdm, 12, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 42, United-States, <=50K.
-54, Self-emp-inc, 195904, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-17, Private, 266497, 9th, 5, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, Mexico, <=50K.
-63, Private, 287972, Bachelors, 13, Widowed, Other-service, Other-relative, Black, Female, 0, 0, 20, United-States, <=50K.
-46, Private, 200569, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-62, Local-gov, 117292, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 8614, 0, 45, United-States, >50K.
-64, ?, 223075, Bachelors, 13, Divorced, ?, Not-in-family, White, Female, 0, 0, 8, United-States, <=50K.
-54, Private, 175339, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-22, Self-emp-inc, 333197, HS-grad, 9, Never-married, Exec-managerial, Own-child, White, Male, 0, 2205, 45, United-States, <=50K.
-61, Private, 53707, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-73, Private, 39212, HS-grad, 9, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-52, Private, 228500, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 234663, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
-52, ?, 88073, Bachelors, 13, Divorced, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-35, Private, 420040, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 126517, Some-college, 10, Separated, Sales, Unmarried, Black, Female, 0, 0, 20, United-States, <=50K.
-31, Private, 238002, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 55, Mexico, <=50K.
-53, State-gov, 21412, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 147804, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-19, Private, 222445, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
-36, Private, 126675, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-42, Private, 301080, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-45, Private, 382532, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-33, Private, 232356, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
-26, Private, 167350, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 3137, 0, 50, United-States, <=50K.
-28, ?, 375703, HS-grad, 9, Divorced, ?, Other-relative, Black, Female, 0, 1721, 40, United-States, <=50K.
-33, Private, 252708, 12th, 8, Never-married, Sales, Other-relative, White, Female, 0, 0, 40, Mexico, <=50K.
-33, Private, 186824, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 176101, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 175121, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-17, Private, 355850, 11th, 7, Never-married, Transport-moving, Own-child, White, Male, 0, 1602, 15, United-States, <=50K.
-45, Private, 180931, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-45, State-gov, 30219, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
-41, Federal-gov, 350387, Masters, 14, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, India, >50K.
-24, Private, 194247, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-57, Private, 137653, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-48, Private, 131762, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-31, Self-emp-not-inc, 283587, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-33, Self-emp-inc, 218164, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 7298, 0, 55, United-States, >50K.
-41, Private, 287581, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 45, United-States, >50K.
-41, Private, 281725, 5th-6th, 3, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, Mexico, <=50K.
-63, Private, 50120, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 1573, 25, United-States, <=50K.
-39, Private, 156667, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 18, United-States, <=50K.
-28, Private, 566066, Some-college, 10, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 45, United-States, <=50K.
-42, Private, 121352, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 80, ?, >50K.
-18, Private, 260977, 12th, 8, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-22, Private, 90860, Some-college, 10, Never-married, Adm-clerical, Own-child, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
-42, Private, 218302, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-47, Private, 170142, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-33, Local-gov, 171889, HS-grad, 9, Divorced, Transport-moving, Unmarried, White, Female, 0, 0, 43, United-States, <=50K.
-34, Private, 193172, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-18, Private, 164134, HS-grad, 9, Never-married, Tech-support, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
-66, Private, 204283, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-51, ?, 81169, HS-grad, 9, Separated, ?, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
-39, Private, 92143, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Wife, White, Female, 7688, 0, 55, United-States, >50K.
-35, Private, 181099, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-56, State-gov, 102791, HS-grad, 9, Divorced, Adm-clerical, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-46, Local-gov, 364548, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 42, United-States, >50K.
-21, Self-emp-inc, 153516, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-58, Self-emp-not-inc, 189528, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 84, United-States, <=50K.
-66, Local-gov, 154171, Some-college, 10, Widowed, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-25, Private, 90752, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-57, Private, 278763, Assoc-voc, 11, Married-spouse-absent, Exec-managerial, Not-in-family, White, Female, 0, 0, 47, United-States, <=50K.
-28, Private, 253581, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 59660, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 50, United-States, >50K.
-57, Self-emp-not-inc, 170988, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-18, ?, 160984, 11th, 7, Never-married, ?, Own-child, White, Female, 0, 0, 6, United-States, <=50K.
-24, Private, 493732, 1st-4th, 2, Never-married, Farming-fishing, Own-child, White, Female, 0, 0, 40, Mexico, <=50K.
-36, Private, 325802, HS-grad, 9, Separated, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-42, Private, 196344, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, Guatemala, <=50K.
-32, State-gov, 316589, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-35, Self-emp-inc, 365739, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-40, Private, 309990, Some-college, 10, Separated, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-26, Private, 241852, 12th, 8, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 184105, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-50, Private, 134680, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 274545, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
-36, Private, 207853, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 65, United-States, >50K.
-25, Private, 284061, Some-college, 10, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-62, Private, 186446, Some-college, 10, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 43, United-States, <=50K.
-22, Private, 255575, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-52, Federal-gov, 302661, Assoc-acdm, 12, Widowed, Exec-managerial, Unmarried, White, Male, 13550, 0, 40, United-States, >50K.
-52, Private, 148509, 10th, 6, Married-spouse-absent, Prof-specialty, Other-relative, Asian-Pac-Islander, Male, 0, 0, 45, ?, <=50K.
-48, Private, 211239, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 2415, 60, United-States, >50K.
-70, Private, 50468, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 3175, 15, United-States, <=50K.
-41, Private, 316820, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-21, Private, 145964, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 7298, 0, 60, United-States, >50K.
-39, Private, 185084, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-29, Private, 183111, Assoc-voc, 11, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
-28, Private, 63042, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-31, Private, 339738, HS-grad, 9, Married-civ-spouse, Transport-moving, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 273049, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-54, State-gov, 239256, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-73, Self-emp-not-inc, 110102, HS-grad, 9, Widowed, Farming-fishing, Not-in-family, White, Male, 0, 1668, 77, United-States, <=50K.
-29, State-gov, 165764, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 0, 0, 35, United-States, <=50K.
-22, Private, 152744, Some-college, 10, Never-married, Adm-clerical, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 10, United-States, <=50K.
-57, Local-gov, 212303, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-41, Self-emp-not-inc, 118544, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 32, United-States, <=50K.
-39, Private, 269548, 1st-4th, 2, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 70, Mexico, <=50K.
-25, State-gov, 319303, Some-college, 10, Divorced, Other-service, Unmarried, White, Male, 0, 2472, 40, United-States, >50K.
-74, Without-pay, 216001, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-45, Private, 205816, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 40, United-States, >50K.
-18, Private, 427437, HS-grad, 9, Never-married, Sales, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 198259, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-45, Private, 54314, 9th, 5, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-32, Private, 195744, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-53, Local-gov, 294547, Some-college, 10, Divorced, Protective-serv, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
-50, Private, 77521, 11th, 7, Never-married, Priv-house-serv, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-35, Private, 288158, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 125010, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
-32, Private, 80945, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Nicaragua, >50K.
-21, Private, 33016, 10th, 6, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-42, Private, 388725, Masters, 14, Divorced, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
-37, Local-gov, 347136, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 44, United-States, <=50K.
-53, Self-emp-inc, 158294, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 99999, 0, 75, United-States, >50K.
-34, Private, 362787, 10th, 6, Married-spouse-absent, Other-service, Unmarried, Black, Female, 0, 0, 30, United-States, <=50K.
-29, Private, 39388, HS-grad, 9, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-55, Private, 322691, Masters, 14, Widowed, Exec-managerial, Own-child, White, Male, 0, 0, 62, United-States, >50K.
-29, Private, 31659, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 2202, 0, 45, United-States, <=50K.
-70, Private, 176940, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 16, United-States, <=50K.
-26, Local-gov, 189027, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 98719, HS-grad, 9, Divorced, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-58, Private, 172238, HS-grad, 9, Widowed, Exec-managerial, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-23, ?, 170456, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 5, United-States, <=50K.
-27, Private, 129009, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
-17, Private, 247580, 12th, 8, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 18, United-States, <=50K.
-29, Private, 204516, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 52, United-States, <=50K.
-26, Private, 192652, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-31, Private, 336543, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 45, United-States, >50K.
-29, ?, 143938, HS-grad, 9, Separated, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-22, Private, 272591, 10th, 6, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-28, Local-gov, 312372, HS-grad, 9, Never-married, Handlers-cleaners, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
-28, Local-gov, 172270, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
-20, Private, 342414, Some-college, 10, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 24, United-States, <=50K.
-58, Private, 123886, HS-grad, 9, Never-married, Sales, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 398130, HS-grad, 9, Divorced, Sales, Not-in-family, White, Male, 0, 0, 96, United-States, <=50K.
-34, Private, 142989, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 331539, HS-grad, 9, Never-married, Craft-repair, Not-in-family, Other, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 225156, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-18, ?, 311863, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-35, Local-gov, 170682, 11th, 7, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 0, 0, 32, United-States, <=50K.
-21, Private, 96178, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-20, ?, 37932, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-49, Private, 198126, 7th-8th, 4, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 344275, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 60, ?, >50K.
-37, Private, 112497, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-36, Private, 178487, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 1669, 40, United-States, <=50K.
-44, Private, 55395, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Local-gov, 131239, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Self-emp-not-inc, 104772, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 3908, 0, 40, United-States, <=50K.
-53, Private, 427320, Bachelors, 13, Divorced, Other-service, Not-in-family, Black, Male, 3325, 0, 40, United-States, <=50K.
-34, ?, 73296, 11th, 7, Never-married, ?, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 216853, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 37, United-States, <=50K.
-40, Private, 259757, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-47, Private, 200734, HS-grad, 9, Separated, Priv-house-serv, Not-in-family, Black, Female, 0, 0, 50, Nicaragua, <=50K.
-19, ?, 87515, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 44, Germany, <=50K.
-18, Private, 161245, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 8, United-States, <=50K.
-32, Private, 262024, HS-grad, 9, Never-married, Other-service, Own-child, Black, Male, 0, 0, 38, United-States, <=50K.
-21, Private, 287681, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, Mexico, <=50K.
-27, Private, 303601, 12th, 8, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-58, ?, 365410, Some-college, 10, Separated, ?, Other-relative, White, Female, 0, 0, 99, United-States, <=50K.
-29, Self-emp-not-inc, 394356, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 263150, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 45, United-States, >50K.
-45, State-gov, 86618, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
-43, Private, 120277, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
-63, Federal-gov, 90393, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-26, Self-emp-inc, 79078, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-42, State-gov, 197344, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 120998, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-36, Private, 37522, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-44, Private, 96321, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-18, Private, 217302, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-69, Private, 137109, 10th, 6, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 16, United-States, <=50K.
-40, Private, 227823, Assoc-acdm, 12, Divorced, Adm-clerical, Own-child, White, Female, 0, 0, 70, United-States, <=50K.
-37, Private, 22149, HS-grad, 9, Never-married, Other-service, Own-child, Amer-Indian-Eskimo, Male, 0, 0, 18, United-States, <=50K.
-39, Private, 176900, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
-57, Private, 154368, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-28, Private, 183445, HS-grad, 9, Separated, Priv-house-serv, Own-child, White, Female, 0, 0, 40, Guatemala, <=50K.
-23, Private, 193537, HS-grad, 9, Never-married, Adm-clerical, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
-20, Private, 313873, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-46, Private, 34186, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-44, State-gov, 271807, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 16, United-States, <=50K.
-67, ?, 46449, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 10, United-States, <=50K.
-31, Private, 128065, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-24, Private, 176486, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-54, Private, 191072, Bachelors, 13, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-28, Private, 34452, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-30, State-gov, 123253, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-42, Private, 113461, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-17, Private, 116267, 12th, 8, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 15, Columbia, <=50K.
-32, Private, 30433, Bachelors, 13, Never-married, Tech-support, Other-relative, White, Female, 0, 0, 72, United-States, <=50K.
-25, Private, 198512, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-49, Self-emp-inc, 131826, Prof-school, 15, Widowed, Prof-specialty, Unmarried, White, Male, 99999, 0, 50, United-States, >50K.
-35, Private, 129764, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-32, Private, 49398, Bachelors, 13, Separated, Prof-specialty, Not-in-family, White, Male, 10520, 0, 40, United-States, >50K.
-17, Local-gov, 292285, 11th, 7, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-61, Federal-gov, 91726, Masters, 14, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 0, 40, United-States, >50K.
-56, Private, 178282, HS-grad, 9, Widowed, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-50, Private, 227458, HS-grad, 9, Never-married, Exec-managerial, Unmarried, White, Male, 0, 0, 51, United-States, <=50K.
-32, Private, 183470, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, Amer-Indian-Eskimo, Male, 0, 0, 42, United-States, <=50K.
-41, Private, 275446, Some-college, 10, Separated, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 328013, Masters, 14, Never-married, Prof-specialty, Not-in-family, Black, Male, 0, 0, 65, United-States, <=50K.
-19, Private, 382688, 10th, 6, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-18, Private, 122988, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-25, Private, 175537, Bachelors, 13, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-21, Private, 256278, HS-grad, 9, Never-married, Other-service, Other-relative, Other, Female, 0, 0, 35, El-Salvador, <=50K.
-34, Private, 161153, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-31, Private, 48189, 9th, 5, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 65, United-States, <=50K.
-36, Private, 186531, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-19, Private, 96866, Some-college, 10, Never-married, Other-service, Other-relative, White, Female, 0, 0, 30, United-States, <=50K.
-35, Private, 117555, Assoc-acdm, 12, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-18, ?, 98549, HS-grad, 9, Never-married, ?, Own-child, White, Female, 0, 1602, 35, United-States, <=50K.
-39, Private, 101782, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 234753, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 34, United-States, >50K.
-59, Private, 59469, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
-28, Private, 614113, Some-college, 10, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 30, United-States, <=50K.
-47, Private, 203505, Doctorate, 16, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 23, United-States, <=50K.
-27, Private, 128365, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-56, Private, 36990, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 52, United-States, >50K.
-18, Private, 303240, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-76, ?, 217043, 10th, 6, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 15, United-States, <=50K.
-56, Private, 176079, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 15024, 0, 24, United-States, >50K.
-40, Self-emp-inc, 266047, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 65, United-States, >50K.
-39, Self-emp-inc, 285890, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 40, Haiti, >50K.
-24, Private, 70261, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 214236, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-36, Self-emp-not-inc, 143385, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-55, Private, 150507, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 292264, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Self-emp-inc, 110861, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-32, Private, 225064, HS-grad, 9, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 154120, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, Trinadad&Tobago, <=50K.
-17, Private, 34465, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 32, United-States, <=50K.
-29, Private, 89598, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 2057, 35, United-States, <=50K.
-54, Private, 183668, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 189382, Assoc-acdm, 12, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 1504, 40, United-States, <=50K.
-67, ?, 165103, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 2174, 50, United-States, >50K.
-48, Private, 44216, Masters, 14, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-17, Private, 150471, 10th, 6, Never-married, Other-service, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-41, Private, 32627, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-43, Self-emp-not-inc, 153109, Assoc-acdm, 12, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
-29, Private, 352451, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-43, Private, 176716, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, >50K.
-46, Federal-gov, 171850, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 42, United-States, <=50K.
-42, Private, 260496, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-36, Private, 154410, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 1902, 40, United-States, >50K.
-31, Self-emp-not-inc, 23500, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 75, United-States, <=50K.
-60, Private, 178312, 11th, 7, Married-civ-spouse, Sales, Husband, White, Male, 0, 1902, 70, United-States, >50K.
-50, Private, 62593, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, >50K.
-30, Private, 123291, Some-college, 10, Separated, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 313817, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-57, State-gov, 229270, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Other, Male, 0, 1579, 37, United-States, <=50K.
-43, Private, 212027, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, Black, Male, 0, 0, 38, United-States, <=50K.
-58, Private, 259532, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-26, Local-gov, 213258, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 316337, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 179123, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
-26, Private, 191765, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, Scotland, <=50K.
-59, Self-emp-inc, 188877, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-41, Private, 55395, Some-college, 10, Married-spouse-absent, Other-service, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 161051, Some-college, 10, Never-married, Tech-support, Own-child, Black, Female, 0, 0, 4, United-States, <=50K.
-30, Private, 241844, HS-grad, 9, Separated, Handlers-cleaners, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 232142, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 80, United-States, <=50K.
-43, Private, 311534, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 44, United-States, >50K.
-68, Self-emp-not-inc, 128986, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-18, Private, 67019, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-23, Private, 208826, Bachelors, 13, Never-married, Exec-managerial, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
-43, Private, 256813, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 40, United-States, >50K.
-44, Private, 160919, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
-43, Private, 107584, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-59, Self-emp-inc, 159472, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 408318, 7th-8th, 4, Married-spouse-absent, Other-service, Not-in-family, White, Male, 0, 0, 25, Mexico, <=50K.
-61, Private, 194956, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-52, State-gov, 21764, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-37, Private, 277347, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-57, Private, 104455, Some-college, 10, Married-spouse-absent, Sales, Own-child, Asian-Pac-Islander, Female, 0, 0, 90, United-States, >50K.
-30, Private, 117584, Masters, 14, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 20, United-States, <=50K.
-38, Private, 131288, Assoc-voc, 11, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-46, Private, 99014, Some-college, 10, Divorced, Other-service, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-22, Private, 141003, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-64, Private, 344014, Some-college, 10, Divorced, Tech-support, Unmarried, Black, Female, 0, 1741, 40, United-States, <=50K.
-45, Private, 175600, Assoc-voc, 11, Divorced, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-31, Local-gov, 240504, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, Black, Male, 0, 1902, 50, United-States, >50K.
-20, Private, 174436, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
-29, Private, 194869, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-23, Private, 164901, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-62, Private, 72886, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-41, Self-emp-inc, 130126, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, >50K.
-42, Self-emp-inc, 196514, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 103651, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-25, Private, 261419, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-61, Private, 206339, 10th, 6, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 445365, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 227466, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 50, United-States, <=50K.
-49, Private, 96854, HS-grad, 9, Divorced, Other-service, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 163595, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-22, State-gov, 181096, Bachelors, 13, Never-married, Prof-specialty, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
-24, Private, 95984, Assoc-voc, 11, Never-married, Sales, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
-37, Private, 472517, Assoc-voc, 11, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 4, United-States, <=50K.
-46, Local-gov, 60751, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-35, Private, 107302, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-41, Private, 106501, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 50, United-States, >50K.
-23, Private, 32732, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-34, Self-emp-inc, 174789, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-39, Private, 301628, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
-29, Private, 27436, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-24, Private, 93977, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-54, Private, 139127, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 258231, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-25, Self-emp-not-inc, 136309, 11th, 7, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-50, Private, 266433, Some-college, 10, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-59, Private, 140363, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 42, United-States, >50K.
-58, Private, 179715, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 47, United-States, >50K.
-55, Private, 204816, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-58, Private, 35520, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 7688, 0, 40, United-States, >50K.
-46, Private, 101320, Bachelors, 13, Separated, Prof-specialty, Unmarried, White, Female, 0, 0, 42, United-States, >50K.
-40, Private, 210857, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 50, United-States, >50K.
-40, Self-emp-not-inc, 60949, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-57, Local-gov, 139095, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-46, Private, 233493, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 1579, 40, United-States, <=50K.
-36, Private, 176249, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 1590, 40, United-States, <=50K.
-29, Private, 187746, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 49593, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-24, Self-emp-not-inc, 240160, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-63, Private, 76286, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Other, Male, 0, 0, 40, India, >50K.
-23, Private, 65225, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-36, Private, 225330, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 101562, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
-52, Self-emp-not-inc, 27539, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 7688, 0, 72, United-States, >50K.
-60, Local-gov, 227311, 10th, 6, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-29, ?, 51260, HS-grad, 9, Never-married, ?, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 256609, HS-grad, 9, Married-spouse-absent, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
-35, Local-gov, 123939, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-24, Federal-gov, 203182, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 2174, 0, 40, United-States, <=50K.
-38, Private, 111128, Some-college, 10, Divorced, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 112451, HS-grad, 9, Never-married, Other-service, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-44, ?, 177461, Some-college, 10, Divorced, ?, Unmarried, Amer-Indian-Eskimo, Male, 0, 0, 50, United-States, <=50K.
-24, Private, 332155, HS-grad, 9, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 20, United-States, <=50K.
-42, Local-gov, 178983, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 37, United-States, <=50K.
-54, Private, 199392, 5th-6th, 3, Divorced, Machine-op-inspct, Other-relative, White, Female, 0, 0, 40, Nicaragua, <=50K.
-19, Private, 311015, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 126038, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-21, Private, 402124, Assoc-voc, 11, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 198660, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-26, ?, 228457, 11th, 7, Never-married, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-34, Self-emp-inc, 223267, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 2829, 0, 78, United-States, <=50K.
-22, Self-emp-not-inc, 249046, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-45, Self-emp-not-inc, 127948, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 154785, Some-college, 10, Never-married, Adm-clerical, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, China, <=50K.
-28, Private, 248404, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-31, Private, 137978, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 144778, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-30, Private, 133250, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-28, Private, 402771, Assoc-voc, 11, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 23, United-States, <=50K.
-47, ?, 97075, HS-grad, 9, Divorced, ?, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-21, Private, 116234, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 44, United-States, <=50K.
-25, Local-gov, 262818, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 35, Guatemala, <=50K.
-47, Private, 138342, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-50, Private, 123374, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-23, Private, 202373, HS-grad, 9, Never-married, Sales, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
-54, Self-emp-not-inc, 180522, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-24, Local-gov, 140647, HS-grad, 9, Never-married, Other-service, Own-child, Black, Male, 0, 0, 36, United-States, <=50K.
-50, Private, 136898, Assoc-voc, 11, Widowed, Exec-managerial, Unmarried, White, Female, 0, 0, 55, ?, <=50K.
-29, Private, 140927, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 114055, Assoc-voc, 11, Never-married, Prof-specialty, Unmarried, White, Female, 3325, 0, 40, United-States, <=50K.
-46, Private, 114222, Assoc-voc, 11, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-39, Self-emp-inc, 51089, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-46, Private, 37353, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-36, Local-gov, 379672, Assoc-voc, 11, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
-64, Private, 130727, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 2174, 0, 37, United-States, <=50K.
-51, Private, 172046, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-57, Private, 228764, Assoc-voc, 11, Divorced, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 376393, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-53, Private, 185283, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
-61, Self-emp-not-inc, 195789, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-50, Private, 243115, HS-grad, 9, Married-spouse-absent, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-74, Private, 147558, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 7262, 0, 30, United-States, >50K.
-22, State-gov, 62865, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 8, United-States, <=50K.
-25, Self-emp-not-inc, 275197, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-63, Self-emp-not-inc, 124015, Masters, 14, Separated, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-38, Self-emp-inc, 282951, Some-college, 10, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 105253, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 50, United-States, >50K.
-31, Private, 119164, HS-grad, 9, Never-married, Exec-managerial, Other-relative, White, Male, 0, 0, 40, ?, <=50K.
-35, Self-emp-not-inc, 263081, Some-college, 10, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 84, United-States, <=50K.
-54, Private, 96062, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-50, Private, 44942, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 1848, 48, United-States, >50K.
-37, Federal-gov, 127879, Some-college, 10, Never-married, Exec-managerial, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-37, Private, 109633, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 109404, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-56, Private, 126677, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 3103, 0, 40, United-States, >50K.
-52, Private, 101113, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 66, United-States, >50K.
-40, Private, 117523, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, Columbia, <=50K.
-29, Private, 183523, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 40, United-States, >50K.
-46, Self-emp-not-inc, 311231, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-49, Private, 459556, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 50, United-States, <=50K.
-37, Private, 95551, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-36, Private, 126675, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-32, Private, 200246, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-53, Private, 108435, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, Italy, <=50K.
-18, Private, 141332, 11th, 7, Never-married, Sales, Own-child, Black, Male, 0, 0, 8, United-States, <=50K.
-48, Private, 117310, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 20, United-States, <=50K.
-26, Private, 182380, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-64, ?, 226878, Masters, 14, Married-civ-spouse, ?, Wife, Black, Female, 9386, 0, 50, Jamaica, >50K.
-49, Private, 123807, HS-grad, 9, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 109539, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-20, Local-gov, 38455, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 10, United-States, <=50K.
-56, Private, 294209, HS-grad, 9, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 48, United-States, <=50K.
-33, Private, 130215, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 35, ?, <=50K.
-29, Private, 285294, Assoc-acdm, 12, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 168221, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-55, Private, 288907, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 4787, 0, 40, United-States, >50K.
-26, Private, 391349, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-32, Private, 170276, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 46, United-States, >50K.
-33, Private, 117963, HS-grad, 9, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 55, United-States, <=50K.
-54, Local-gov, 68015, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-20, ?, 285208, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-33, Private, 181091, 12th, 8, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 16, United-States, <=50K.
-44, Self-emp-not-inc, 53956, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 57, United-States, <=50K.
-47, Federal-gov, 198223, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-90, Self-emp-not-inc, 83601, Prof-school, 15, Widowed, Prof-specialty, Not-in-family, White, Male, 1086, 0, 60, United-States, <=50K.
-26, Self-emp-not-inc, 201579, 5th-6th, 3, Never-married, Prof-specialty, Unmarried, White, Male, 0, 0, 14, Mexico, <=50K.
-44, Private, 137367, HS-grad, 9, Married-civ-spouse, Other-service, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Thailand, <=50K.
-33, Private, 227325, Assoc-acdm, 12, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 60, Scotland, <=50K.
-28, Private, 129814, Some-college, 10, Separated, Craft-repair, Unmarried, White, Male, 0, 0, 50, United-States, <=50K.
-26, Private, 193050, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 18, United-States, <=50K.
-33, Private, 204557, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 165743, 9th, 5, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-34, Self-emp-not-inc, 48935, Some-college, 10, Married-civ-spouse, Farming-fishing, Wife, White, Female, 0, 0, 30, United-States, <=50K.
-70, Private, 177906, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 6514, 0, 40, United-States, >50K.
-18, Private, 93985, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-20, Private, 148351, 7th-8th, 4, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, ?, <=50K.
-65, Local-gov, 172646, 9th, 5, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-52, Private, 145409, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-48, Private, 548568, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-47, Private, 117849, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 320425, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-25, Private, 158734, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-59, Private, 168416, HS-grad, 9, Married-spouse-absent, Priv-house-serv, Not-in-family, White, Female, 0, 0, 36, Poland, <=50K.
-63, Self-emp-not-inc, 33487, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 70, United-States, >50K.
-34, Private, 205072, HS-grad, 9, Never-married, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-44, Private, 210525, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-45, Self-emp-not-inc, 32948, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-48, Self-emp-inc, 196689, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-61, Private, 87032, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-44, Self-emp-inc, 325159, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-42, Self-emp-not-inc, 52131, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 266439, Assoc-voc, 11, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 15, United-States, <=50K.
-22, Private, 61850, Masters, 14, Never-married, Sales, Other-relative, White, Female, 0, 0, 21, United-States, <=50K.
-19, Private, 163015, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-25, Private, 225135, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-28, Self-emp-inc, 109001, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
-33, Private, 45796, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-29, Private, 214987, Some-college, 10, Divorced, Handlers-cleaners, Not-in-family, White, Male, 2174, 0, 40, United-States, <=50K.
-19, Private, 311974, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, Mexico, <=50K.
-48, Private, 77404, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-43, Private, 153132, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-42, Self-emp-not-inc, 64631, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-63, Private, 151364, HS-grad, 9, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 25, United-States, <=50K.
-25, Private, 87487, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 50, United-States, <=50K.
-41, Self-emp-not-inc, 200479, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 65, United-States, <=50K.
-66, Private, 30740, HS-grad, 9, Never-married, Tech-support, Not-in-family, White, Female, 0, 0, 15, United-States, <=50K.
-59, Private, 153484, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-29, Local-gov, 214385, Masters, 14, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 35, United-States, <=50K.
-29, ?, 565769, Preschool, 1, Never-married, ?, Not-in-family, Black, Male, 0, 0, 40, South, <=50K.
-44, Self-emp-not-inc, 92162, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 210945, 11th, 7, Separated, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 63105, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 42, United-States, >50K.
-44, Private, 185602, Assoc-voc, 11, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-37, Self-emp-inc, 329980, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-70, Local-gov, 111712, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 22, United-States, <=50K.
-25, Local-gov, 48317, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-42, Private, 84661, Some-college, 10, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-47, Private, 121622, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
-21, Private, 37514, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-72, Private, 174993, Some-college, 10, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-56, Private, 159472, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-52, Local-gov, 195635, HS-grad, 9, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 108282, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-63, Private, 55946, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 123306, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 284250, Some-college, 10, Married-civ-spouse, Adm-clerical, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-60, Private, 113443, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-23, Private, 309178, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-44, Private, 69236, Some-college, 10, Divorced, Adm-clerical, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 40, Japan, <=50K.
-34, Local-gov, 182926, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 126675, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-39, Private, 187693, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-56, Private, 41100, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
-53, State-gov, 261839, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-55, Private, 97197, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-29, Private, 260645, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-56, Private, 116878, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Portugal, >50K.
-49, ?, 227690, HS-grad, 9, Divorced, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 199411, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-25, Private, 194813, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-47, Private, 177087, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 2444, 50, United-States, >50K.
-44, Self-emp-not-inc, 242434, Bachelors, 13, Divorced, Sales, Not-in-family, White, Female, 27828, 0, 60, United-States, >50K.
-27, Private, 399123, HS-grad, 9, Never-married, Handlers-cleaners, Other-relative, Black, Male, 0, 1719, 40, United-States, <=50K.
-47, Private, 216999, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-47, Private, 47270, 12th, 8, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-42, Federal-gov, 122215, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, >50K.
-26, Private, 37898, Assoc-voc, 11, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 65, United-States, <=50K.
-38, Private, 61343, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 32533, 7th-8th, 4, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-30, Private, 296897, HS-grad, 9, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 201101, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-41, Private, 155293, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-40, Private, 101593, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-46, State-gov, 104908, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-54, Self-emp-not-inc, 139023, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-44, Private, 429832, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-32, Private, 352542, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-64, Private, 29559, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
-61, Local-gov, 205711, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 30, United-States, >50K.
-49, Private, 160706, 11th, 7, Separated, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
-59, Federal-gov, 101626, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 45, United-States, >50K.
-29, Private, 245226, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 118286, Some-college, 10, Married-civ-spouse, Sales, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 187703, Assoc-voc, 11, Never-married, Other-service, Other-relative, White, Male, 0, 0, 40, Guatemala, <=50K.
-49, Private, 289707, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Male, 0, 0, 60, United-States, <=50K.
-32, Private, 68330, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1485, 40, United-States, <=50K.
-33, Private, 118786, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 1590, 40, United-States, <=50K.
-45, Private, 203785, 9th, 5, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 32732, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 25, United-States, <=50K.
-54, Local-gov, 204567, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-39, Self-emp-not-inc, 131808, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 7688, 0, 80, United-States, >50K.
-22, Private, 33272, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
-55, Private, 117477, 11th, 7, Married-spouse-absent, Other-service, Unmarried, Black, Female, 0, 0, 40, Jamaica, <=50K.
-36, Self-emp-not-inc, 240191, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 41310, 0, 90, South, <=50K.
-38, Private, 93287, 11th, 7, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 127651, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-57, Private, 222477, Some-college, 10, Married-civ-spouse, Prof-specialty, Wife, White, Female, 15024, 0, 8, United-States, >50K.
-23, Private, 345734, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 111567, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-38, Private, 108293, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 45, United-States, >50K.
-34, Private, 424988, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-38, Local-gov, 94529, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Wife, White, Female, 3103, 0, 50, United-States, >50K.
-42, Private, 163322, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
-52, Local-gov, 181132, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-32, Private, 140092, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-29, Private, 131913, Some-college, 10, Never-married, Adm-clerical, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
-74, Private, 175945, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 28, United-States, <=50K.
-48, Private, 247053, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-17, Self-emp-not-inc, 226203, 12th, 8, Never-married, Sales, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
-23, Private, 205865, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 2179, 60, United-States, <=50K.
-22, Local-gov, 200109, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-53, Private, 175029, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-20, Private, 55465, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-39, Self-emp-not-inc, 36989, Assoc-voc, 11, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, >50K.
-23, Private, 255685, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, Black, Male, 0, 0, 25, United-States, <=50K.
-30, Private, 180765, 11th, 7, Divorced, Other-service, Unmarried, White, Female, 0, 0, 32, United-States, <=50K.
-34, Self-emp-not-inc, 180607, HS-grad, 9, Married-spouse-absent, Other-service, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
-39, Private, 48063, 12th, 8, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 32, United-States, <=50K.
-37, State-gov, 159491, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
-28, Private, 167789, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
-23, Private, 124971, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-19, State-gov, 61710, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
-32, Private, 127895, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 390348, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 44, Japan, <=50K.
-25, Private, 205337, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-52, Private, 260954, 10th, 6, Widowed, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-30, ?, 331237, HS-grad, 9, Separated, ?, Own-child, Black, Female, 0, 0, 20, United-States, <=50K.
-22, Private, 177526, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 2907, 0, 30, United-States, <=50K.
-27, Private, 113882, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 4508, 0, 40, United-States, <=50K.
-32, Private, 29144, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-39, Local-gov, 124685, Assoc-acdm, 12, Married-civ-spouse, Adm-clerical, Husband, Asian-Pac-Islander, Male, 0, 0, 50, United-States, <=50K.
-18, Private, 88440, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 36, United-States, <=50K.
-28, Private, 265074, 11th, 7, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-50, Local-gov, 306985, Masters, 14, Married-civ-spouse, Adm-clerical, Other-relative, White, Female, 0, 2415, 50, United-States, >50K.
-72, Private, 181494, HS-grad, 9, Widowed, Other-service, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
-76, Private, 138403, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-35, Private, 216473, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 143123, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 1902, 40, United-States, >50K.
-19, Private, 132717, HS-grad, 9, Married-civ-spouse, Other-service, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-23, State-gov, 389792, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-36, Private, 359001, Assoc-voc, 11, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-50, Private, 260052, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Male, 15020, 0, 40, United-States, >50K.
-20, Private, 63633, Some-college, 10, Never-married, Other-service, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
-64, Self-emp-not-inc, 234192, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 80, United-States, <=50K.
-53, Local-gov, 237523, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
-33, Self-emp-not-inc, 183778, Assoc-acdm, 12, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 205916, HS-grad, 9, Never-married, Machine-op-inspct, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 131633, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-43, Private, 33121, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-38, Federal-gov, 32899, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 152171, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
-46, Local-gov, 127441, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
-46, Private, 23074, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, England, <=50K.
-42, Private, 91585, Some-college, 10, Widowed, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-18, Private, 83451, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-23, Local-gov, 219122, Some-college, 10, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-81, Private, 176500, 12th, 8, Widowed, Sales, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-40, ?, 246862, Bachelors, 13, Widowed, ?, Not-in-family, White, Female, 0, 0, 8, United-States, <=50K.
-35, Private, 38468, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 21, United-States, <=50K.
-24, ?, 35633, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 11, ?, <=50K.
-19, Private, 194608, 9th, 5, Never-married, Handlers-cleaners, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 269723, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-24, Private, 165054, Assoc-voc, 11, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-24, Private, 127537, 9th, 5, Married-spouse-absent, Sales, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-24, Private, 326931, 9th, 5, Never-married, Transport-moving, Unmarried, Other, Male, 0, 0, 40, El-Salvador, <=50K.
-24, Private, 307133, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, ?, <=50K.
-37, Private, 371576, Some-college, 10, Separated, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-50, Private, 160400, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-37, Private, 426350, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 40, United-States, >50K.
-26, State-gov, 121789, Assoc-voc, 11, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-18, Private, 218183, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-24, Private, 91189, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 232190, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-38, Self-emp-not-inc, 233033, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
-66, Self-emp-inc, 74263, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Male, 0, 0, 86, United-States, >50K.
-33, Private, 205950, Assoc-voc, 11, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-25, Private, 213383, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 345577, Some-college, 10, Divorced, Priv-house-serv, Not-in-family, White, Female, 0, 0, 26, United-States, <=50K.
-20, ?, 322144, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 158825, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Female, 14344, 0, 40, United-States, >50K.
-64, Self-emp-inc, 51286, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 6418, 0, 65, United-States, >50K.
-36, Private, 82488, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
-31, Federal-gov, 40909, Some-college, 10, Married-civ-spouse, Tech-support, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 114939, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-61, Private, 221534, HS-grad, 9, Divorced, Machine-op-inspct, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-35, Private, 149455, Some-college, 10, Separated, Exec-managerial, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-68, ?, 353524, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-30, Private, 328734, 10th, 6, Never-married, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-21, Private, 112906, Assoc-voc, 11, Never-married, Other-service, Own-child, White, Female, 0, 0, 44, United-States, <=50K.
-27, Private, 155038, Some-college, 10, Never-married, Other-service, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 100125, Assoc-acdm, 12, Divorced, Transport-moving, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
-26, State-gov, 177048, Some-college, 10, Married-civ-spouse, Protective-serv, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-43, Private, 72338, Masters, 14, Married-civ-spouse, Tech-support, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, >50K.
-20, Private, 254547, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 35, Outlying-US(Guam-USVI-etc), <=50K.
-20, Local-gov, 186213, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 38, United-States, <=50K.
-39, Private, 270557, Masters, 14, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
-48, Private, 41411, Some-college, 10, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-36, Private, 116445, HS-grad, 9, Divorced, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-34, Self-emp-not-inc, 247540, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 1974, 30, United-States, <=50K.
-37, Private, 358753, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
-37, Self-emp-not-inc, 156897, Prof-school, 15, Never-married, Prof-specialty, Own-child, White, Male, 0, 1564, 55, United-States, >50K.
-44, Self-emp-not-inc, 360879, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 1902, 80, United-States, >50K.
-51, Private, 256051, 11th, 7, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 1628, 40, United-States, <=50K.
-34, Private, 179877, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 266583, HS-grad, 9, Married-civ-spouse, Sales, Husband, Black, Male, 2829, 0, 38, United-States, <=50K.
-38, Private, 187711, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 43, United-States, >50K.
-34, Local-gov, 206707, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-63, Local-gov, 80655, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-47, Federal-gov, 409464, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-62, Private, 235997, 12th, 8, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 37, Mexico, <=50K.
-20, Private, 59948, HS-grad, 9, Never-married, Other-service, Own-child, Black, Female, 0, 0, 18, United-States, <=50K.
-30, Private, 323833, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-53, Private, 290290, Some-college, 10, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 1590, 50, United-States, <=50K.
-20, ?, 291746, 12th, 8, Never-married, ?, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-77, Private, 189173, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-50, State-gov, 392668, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-61, Private, 132529, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-56, Private, 68080, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 50, ?, >50K.
-17, Private, 194717, 11th, 7, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-43, Private, 307767, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-61, Private, 90051, 7th-8th, 4, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 3456, 0, 44, Canada, <=50K.
-77, State-gov, 267799, Doctorate, 16, Married-spouse-absent, Prof-specialty, Not-in-family, White, Male, 0, 0, 4, United-States, >50K.
-49, Private, 81535, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 75, United-States, >50K.
-26, Self-emp-not-inc, 334267, Some-college, 10, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-30, Self-emp-not-inc, 55912, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-36, Private, 172706, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 240467, Some-college, 10, Separated, Transport-moving, Not-in-family, Black, Female, 0, 0, 40, United-States, >50K.
-23, Private, 186006, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 37, United-States, <=50K.
-38, Private, 65738, Assoc-voc, 11, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-40, Self-emp-not-inc, 192878, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, State-gov, 413870, Some-college, 10, Never-married, Exec-managerial, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 176341, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 32, United-States, <=50K.
-66, ?, 28367, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 117210, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 36, United-States, <=50K.
-21, ?, 231286, Some-college, 10, Never-married, ?, Own-child, Black, Male, 0, 0, 25, Jamaica, <=50K.
-42, Private, 188465, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-31, Local-gov, 253456, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
-54, Private, 140592, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-46, Private, 171335, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-29, State-gov, 73928, Bachelors, 13, Never-married, Prof-specialty, Own-child, Asian-Pac-Islander, Female, 0, 0, 15, United-States, <=50K.
-24, Private, 161415, 11th, 7, Never-married, Other-service, Other-relative, White, Male, 0, 0, 35, United-States, <=50K.
-24, Private, 395297, Some-college, 10, Never-married, Other-service, Unmarried, White, Female, 0, 0, 30, Japan, <=50K.
-40, State-gov, 385357, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 72, United-States, >50K.
-45, State-gov, 160599, Assoc-acdm, 12, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 222450, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-61, ?, 38603, 7th-8th, 4, Divorced, ?, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-50, Private, 178946, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-36, Private, 106471, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-35, Private, 341643, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 97952, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, ?, <=50K.
-31, Private, 111567, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 1848, 50, United-States, >50K.
-43, Local-gov, 201764, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-30, Private, 153549, Bachelors, 13, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
-44, Local-gov, 264016, Bachelors, 13, Married-civ-spouse, Prof-specialty, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
-42, Private, 194636, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-64, State-gov, 184271, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-23, Local-gov, 49296, Some-college, 10, Married-spouse-absent, Prof-specialty, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-60, Private, 96099, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 4101, 0, 60, United-States, <=50K.
-18, Self-emp-not-inc, 304699, 10th, 6, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, England, <=50K.
-24, Private, 267181, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-40, Private, 154076, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-17, Private, 98209, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
-33, Private, 92003, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-43, Private, 103759, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-56, Private, 269681, HS-grad, 9, Divorced, Transport-moving, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-25, Private, 789600, HS-grad, 9, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-25, Private, 152165, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-34, Private, 260560, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-40, Self-emp-inc, 214781, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 65, United-States, >50K.
-64, Private, 207188, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 246258, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-44, Private, 101563, Masters, 14, Divorced, Exec-managerial, Unmarried, White, Male, 7430, 0, 45, United-States, >50K.
-60, Private, 69955, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 4064, 0, 40, United-States, <=50K.
-25, Private, 124111, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 36, ?, <=50K.
-38, Private, 237091, Some-college, 10, Married-spouse-absent, Other-service, Unmarried, White, Female, 0, 0, 36, Peru, <=50K.
-26, Private, 318644, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-19, Private, 138917, Some-college, 10, Never-married, Sales, Own-child, Black, Female, 0, 0, 20, United-States, <=50K.
-31, Private, 97405, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 196674, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-25, Private, 405281, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-49, Private, 186256, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-44, Private, 120277, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-33, Private, 161035, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 49, United-States, <=50K.
-34, Private, 176244, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Other-relative, White, Female, 0, 0, 40, Mexico, <=50K.
-54, Private, 32454, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
-39, Private, 346478, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-43, Private, 196158, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
-42, Federal-gov, 208470, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 215616, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 37, United-States, <=50K.
-23, Private, 275357, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-23, Self-emp-inc, 304871, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-54, Private, 99185, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 40, United-States, >50K.
-23, Private, 115085, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-58, Private, 82050, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
-46, Private, 123681, Doctorate, 16, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 193152, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-53, Private, 309466, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-77, Local-gov, 100883, 7th-8th, 4, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 8, Canada, <=50K.
-37, Private, 32528, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-18, Private, 245199, 10th, 6, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 72375, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
-34, Private, 117963, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
-45, Private, 160440, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
-64, Federal-gov, 113570, Assoc-acdm, 12, Married-civ-spouse, Protective-serv, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-58, ?, 191830, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-24, Private, 232328, 9th, 5, Divorced, Other-service, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-37, Private, 92028, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-48, Private, 138342, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1485, 55, United-States, >50K.
-42, Private, 197810, Some-college, 10, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 102142, Some-college, 10, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 104223, Bachelors, 13, Never-married, Sales, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-34, Private, 132835, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-31, Self-emp-not-inc, 109195, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-33, Private, 203463, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-47, Local-gov, 33114, 11th, 7, Divorced, Handlers-cleaners, Unmarried, Amer-Indian-Eskimo, Male, 0, 0, 50, United-States, <=50K.
-27, Private, 187450, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-36, Private, 104213, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 257849, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-56, Private, 50490, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 85508, 12th, 8, Never-married, Sales, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
-54, Self-emp-not-inc, 60449, Bachelors, 13, Widowed, Sales, Unmarried, White, Male, 0, 0, 60, United-States, <=50K.
-27, Local-gov, 131310, Some-college, 10, Married-civ-spouse, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-65, Self-emp-not-inc, 158177, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 10605, 0, 44, United-States, >50K.
-65, Private, 115922, 11th, 7, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 24, United-States, <=50K.
-21, Private, 403471, Some-college, 10, Never-married, Other-service, Own-child, Black, Female, 0, 0, 48, United-States, <=50K.
-22, Private, 176131, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 149531, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 262243, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, >50K.
-32, Private, 64658, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 127914, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-49, Self-emp-inc, 182211, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-30, Private, 48520, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 43, United-States, <=50K.
-20, Private, 403118, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 11, United-States, <=50K.
-55, Private, 119344, HS-grad, 9, Married-civ-spouse, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-46, Self-emp-not-inc, 334456, 9th, 5, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 263110, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-31, Self-emp-not-inc, 279015, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-58, Private, 195878, 5th-6th, 3, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-34, Private, 217652, 12th, 8, Divorced, Machine-op-inspct, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-65, Federal-gov, 44807, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 48, United-States, >50K.
-48, Private, 129777, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-28, ?, 195568, Some-college, 10, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 15, ?, >50K.
-44, Private, 227466, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-26, Private, 228457, 11th, 7, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-45, Self-emp-not-inc, 247053, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 188669, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-45, Private, 40666, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, Italy, <=50K.
-57, ?, 190514, 9th, 5, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Local-gov, 404661, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-45, Self-emp-not-inc, 39986, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 1740, 56, United-States, <=50K.
-43, Private, 175133, Some-college, 10, Divorced, Tech-support, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
-62, Private, 101375, 10th, 6, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 256680, Assoc-acdm, 12, Never-married, Exec-managerial, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-46, State-gov, 136878, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 106151, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 44, ?, >50K.
-38, ?, 242221, HS-grad, 9, Never-married, ?, Unmarried, Black, Female, 0, 0, 38, United-States, <=50K.
-38, Private, 101387, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 43, United-States, <=50K.
-51, Private, 196828, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 0, 0, 38, United-States, >50K.
-20, ?, 195075, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-22, Private, 333910, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 22, United-States, <=50K.
-46, Self-emp-not-inc, 103540, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-67, Self-emp-not-inc, 36876, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-55, Private, 158651, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, >50K.
-24, Private, 196943, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-41, Private, 184583, Some-college, 10, Divorced, Other-service, Unmarried, White, Male, 0, 0, 59, United-States, <=50K.
-33, Private, 244817, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 386726, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-56, Self-emp-inc, 373593, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 60, Italy, >50K.
-27, Private, 206199, HS-grad, 9, Never-married, Craft-repair, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 93283, Assoc-voc, 11, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-29, ?, 103628, Bachelors, 13, Married-spouse-absent, ?, Not-in-family, White, Female, 0, 0, 4, India, <=50K.
-21, Local-gov, 391936, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-31, Local-gov, 168740, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-42, Private, 150568, Some-college, 10, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
-19, Private, 201178, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-63, Private, 75813, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 60, United-States, >50K.
-34, Local-gov, 398988, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 18, United-States, <=50K.
-38, Private, 158363, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 81961, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-34, Private, 170017, HS-grad, 9, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 348092, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 40, Haiti, <=50K.
-27, Private, 54861, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 32, United-States, <=50K.
-63, Self-emp-not-inc, 74991, HS-grad, 9, Widowed, Farming-fishing, Unmarried, White, Male, 0, 0, 60, United-States, <=50K.
-25, Private, 106552, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-51, Private, 27539, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-50, Private, 268913, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, Iran, <=50K.
-63, Private, 199888, HS-grad, 9, Divorced, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-53, Private, 288216, Some-college, 10, Married-spouse-absent, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-18, Self-emp-inc, 378036, 12th, 8, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 10, United-States, <=50K.
-41, Private, 127314, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 5178, 0, 40, United-States, >50K.
-32, Private, 115963, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-19, Private, 332928, 11th, 7, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-41, Self-emp-not-inc, 178510, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-29, Private, 53147, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, Black, Male, 0, 0, 37, United-States, <=50K.
-66, Private, 115880, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 3818, 0, 40, United-States, <=50K.
-57, Private, 375502, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, >50K.
-49, Self-emp-not-inc, 155659, 5th-6th, 3, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, >50K.
-36, Private, 122240, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 112305, Assoc-voc, 11, Never-married, Other-service, Unmarried, White, Female, 0, 0, 10, United-States, <=50K.
-46, Federal-gov, 35136, 11th, 7, Never-married, Other-service, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 215423, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 16, United-States, <=50K.
-24, Private, 116358, HS-grad, 9, Never-married, Adm-clerical, Own-child, Asian-Pac-Islander, Male, 0, 2339, 40, Philippines, <=50K.
-17, Private, 171461, 10th, 6, Never-married, Sales, Own-child, White, Female, 0, 0, 14, United-States, <=50K.
-32, Private, 131584, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-40, Self-emp-inc, 29520, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 65, United-States, <=50K.
-35, Local-gov, 246463, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-22, Private, 32616, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-41, Private, 144144, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, Black, Female, 0, 0, 30, United-States, <=50K.
-75, ?, 222789, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 9, United-States, <=50K.
-22, Private, 227594, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-45, Local-gov, 375606, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-46, Private, 180532, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-50, State-gov, 54342, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 208798, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-47, Local-gov, 377401, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-36, Self-emp-not-inc, 110861, HS-grad, 9, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-42, Private, 144594, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-23, Private, 129345, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-28, Private, 424340, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-44, Private, 187702, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-47, State-gov, 293917, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
-61, Private, 160143, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 45, United-States, >50K.
-50, Private, 345450, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-54, State-gov, 180881, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-18, Private, 102690, 11th, 7, Never-married, Machine-op-inspct, Own-child, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 265371, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-44, Private, 167333, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-50, Self-emp-inc, 447144, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-32, Private, 280077, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-48, Private, 143920, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
-40, Private, 190507, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, >50K.
-34, Self-emp-not-inc, 59469, 11th, 7, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 72, United-States, <=50K.
-31, Private, 74501, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-43, Self-emp-inc, 215458, Doctorate, 16, Never-married, Prof-specialty, Not-in-family, White, Male, 99999, 0, 45, United-States, >50K.
-33, Private, 281685, Assoc-voc, 11, Separated, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-62, Private, 78273, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-44, Private, 105475, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 40, Puerto-Rico, <=50K.
-55, Private, 174260, HS-grad, 9, Widowed, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-42, Self-emp-inc, 149102, Assoc-voc, 11, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 188331, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 15024, 0, 40, United-States, >50K.
-23, Private, 864960, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-63, Private, 154526, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 60783, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 186269, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 2907, 0, 35, United-States, <=50K.
-30, Private, 398019, 1st-4th, 2, Separated, Priv-house-serv, Other-relative, White, Female, 0, 0, 30, Mexico, <=50K.
-50, Federal-gov, 237503, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 93762, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-40, Private, 59916, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 203264, HS-grad, 9, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-51, Self-emp-not-inc, 299119, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-29, Federal-gov, 114072, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 46, United-States, >50K.
-18, ?, 167875, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 16, United-States, <=50K.
-64, Private, 130525, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-58, Private, 71283, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 38, United-States, >50K.
-43, Local-gov, 85440, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-27, Private, 136077, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-40, Private, 222434, Bachelors, 13, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, Canada, >50K.
-25, Private, 138111, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 2174, 0, 40, United-States, <=50K.
-27, Private, 225746, Bachelors, 13, Never-married, Adm-clerical, Own-child, Black, Male, 0, 0, 35, United-States, <=50K.
-54, Private, 240358, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 40, Jamaica, <=50K.
-25, Private, 139863, 1st-4th, 2, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
-39, Private, 278632, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, Self-emp-not-inc, 71046, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, >50K.
-29, Private, 312985, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 2129, 50, United-States, <=50K.
-49, Federal-gov, 276309, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-29, ?, 199116, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 2407, 0, 40, Dominican-Republic, <=50K.
-39, Private, 52870, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-51, State-gov, 79324, Doctorate, 16, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-50, Private, 188882, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Federal-gov, 72338, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, >50K.
-23, ?, 234108, Bachelors, 13, Never-married, ?, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-24, Private, 113936, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
-43, Private, 182521, Prof-school, 15, Divorced, Prof-specialty, Unmarried, White, Female, 15020, 0, 35, United-States, >50K.
-60, Private, 124198, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 4386, 0, 84, United-States, >50K.
-20, Private, 228960, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-60, Self-emp-not-inc, 176360, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-35, Private, 178649, Bachelors, 13, Divorced, Prof-specialty, Unmarried, Asian-Pac-Islander, Female, 0, 0, 36, Philippines, <=50K.
-41, Private, 338740, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
-31, Private, 205659, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-59, Private, 258883, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 196638, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-43, Self-emp-not-inc, 95246, Prof-school, 15, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 5, United-States, >50K.
-20, ?, 216672, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-25, Private, 61956, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 4650, 0, 45, United-States, <=50K.
-33, Private, 157216, Masters, 14, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-68, ?, 150250, Masters, 14, Married-civ-spouse, ?, Husband, White, Male, 0, 1510, 30, United-States, <=50K.
-37, Private, 112838, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-31, State-gov, 158688, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-31, State-gov, 227864, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 173858, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Other-relative, Asian-Pac-Islander, Male, 0, 1902, 40, China, <=50K.
-51, Private, 30012, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 80, United-States, <=50K.
-20, ?, 50163, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
-50, State-gov, 143822, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 40, United-States, >50K.
-19, ?, 497414, 7th-8th, 4, Married-spouse-absent, ?, Not-in-family, White, Female, 0, 0, 35, Mexico, <=50K.
-30, Private, 235109, Assoc-voc, 11, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 339196, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-61, Private, 181028, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 18, United-States, <=50K.
-43, Private, 59460, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-21, Private, 97212, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 2001, 25, United-States, <=50K.
-32, Private, 103642, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-41, Private, 70447, Some-college, 10, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 0, 0, 60, United-States, <=50K.
-27, Private, 321456, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 10, Germany, <=50K.
-23, Private, 126613, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-52, Self-emp-not-inc, 149508, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 48, United-States, >50K.
-38, Private, 332154, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 60, United-States, >50K.
-18, ?, 471876, HS-grad, 9, Never-married, ?, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-25, Private, 140669, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 107164, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-39, Private, 225707, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, Cuba, <=50K.
-64, Self-emp-inc, 56588, Some-college, 10, Widowed, Exec-managerial, Unmarried, White, Female, 0, 0, 70, United-States, <=50K.
-31, Self-emp-inc, 183125, Prof-school, 15, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 99, United-States, >50K.
-56, Private, 177368, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 7298, 0, 45, United-States, >50K.
-40, Private, 218653, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 191137, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-50, Private, 181585, Some-college, 10, Separated, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 142566, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-41, Self-emp-inc, 220821, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 70, United-States, >50K.
-37, Private, 280966, Bachelors, 13, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
-52, Private, 153155, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 15024, 0, 40, United-States, >50K.
-29, Private, 195446, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-62, Private, 77884, 1st-4th, 2, Married-civ-spouse, Other-service, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
-41, Private, 99373, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-47, Private, 118729, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-25, Private, 108414, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 198366, HS-grad, 9, Married-civ-spouse, Sales, Husband, Black, Male, 0, 0, 20, United-States, <=50K.
-42, Private, 238384, HS-grad, 9, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 36, United-States, <=50K.
-27, Private, 214695, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-33, Private, 120420, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 186934, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-29, Self-emp-not-inc, 100368, 9th, 5, Widowed, Other-service, Unmarried, White, Female, 0, 0, 27, United-States, <=50K.
-49, Private, 723746, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 43, United-States, <=50K.
-67, ?, 427422, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 2414, 0, 16, United-States, <=50K.
-44, Private, 54271, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 189680, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Italy, >50K.
-49, Private, 230796, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-37, State-gov, 195843, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
-41, Private, 109912, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 15024, 0, 50, England, >50K.
-19, Private, 42069, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 335950, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 70, United-States, <=50K.
-45, Private, 163174, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 4386, 0, 40, United-States, >50K.
-24, Private, 81145, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-67, Local-gov, 312052, 7th-8th, 4, Married-civ-spouse, Protective-serv, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 209934, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, Mexico, <=50K.
-22, ?, 269221, Assoc-acdm, 12, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-57, Private, 322691, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-68, Private, 99849, HS-grad, 9, Widowed, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 28, United-States, <=50K.
-23, ?, 213004, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 1719, 30, United-States, <=50K.
-49, Private, 182313, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 201505, Masters, 14, Never-married, Sales, Not-in-family, White, Male, 0, 0, 65, United-States, <=50K.
-61, Self-emp-not-inc, 227119, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-47, Private, 202395, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 170583, 11th, 7, Never-married, Craft-repair, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-58, State-gov, 21838, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 50, United-States, >50K.
-50, Self-emp-inc, 68898, Doctorate, 16, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 60, United-States, >50K.
-34, Private, 226702, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-59, ?, 168079, HS-grad, 9, Divorced, ?, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-42, Self-emp-inc, 173628, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-20, Private, 164529, 11th, 7, Never-married, Farming-fishing, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-27, Self-emp-not-inc, 301514, Some-college, 10, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Vietnam, <=50K.
-50, Private, 194580, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
-63, Private, 165611, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 40, United-States, >50K.
-32, Private, 96480, Some-college, 10, Never-married, Protective-serv, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-37, State-gov, 224700, Assoc-voc, 11, Divorced, Protective-serv, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
-63, Self-emp-not-inc, 141962, 10th, 6, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-22, Private, 377815, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 20, United-States, <=50K.
-24, Private, 271379, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-40, Private, 421837, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 77953, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-30, Self-emp-not-inc, 345122, Some-college, 10, Divorced, Prof-specialty, Unmarried, White, Male, 0, 0, 50, United-States, <=50K.
-38, ?, 172855, 11th, 7, Divorced, ?, Unmarried, Black, Female, 0, 0, 20, United-States, <=50K.
-34, Private, 87131, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Guatemala, <=50K.
-21, Private, 328906, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-56, Private, 21626, HS-grad, 9, Never-married, Adm-clerical, Unmarried, White, Male, 0, 0, 43, United-States, <=50K.
-38, Private, 143909, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-32, Private, 178835, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Male, 2174, 0, 40, United-States, <=50K.
-45, Private, 94809, Some-college, 10, Married-spouse-absent, Other-service, Not-in-family, White, Female, 0, 0, 24, United-States, <=50K.
-64, Local-gov, 172768, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-30, Self-emp-inc, 204742, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-32, Self-emp-inc, 144949, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 70, United-States, >50K.
-26, Private, 195562, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-46, Self-emp-not-inc, 56482, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 30, United-States, >50K.
-55, Federal-gov, 36314, 7th-8th, 4, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 72, United-States, <=50K.
-51, Self-emp-not-inc, 329980, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 8, United-States, >50K.
-62, Local-gov, 103344, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-34, Local-gov, 169708, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
-54, Local-gov, 249949, Some-college, 10, Divorced, Exec-managerial, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
-35, Self-emp-not-inc, 186934, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 692831, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, Black, Male, 0, 0, 48, United-States, <=50K.
-17, Private, 154078, 12th, 8, Never-married, Other-service, Own-child, White, Female, 0, 0, 16, United-States, <=50K.
-22, Private, 91733, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-67, Self-emp-inc, 325373, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-43, Self-emp-not-inc, 160369, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 65, United-States, <=50K.
-57, Local-gov, 196126, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
-38, Private, 120053, HS-grad, 9, Divorced, Priv-house-serv, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-19, Private, 204337, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-34, Private, 128016, HS-grad, 9, Never-married, Tech-support, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-50, ?, 199301, Assoc-voc, 11, Never-married, ?, Unmarried, Black, Female, 0, 0, 16, United-States, <=50K.
-33, Private, 49027, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-18, Private, 192022, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-40, Private, 147099, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 5, United-States, <=50K.
-32, Private, 334744, HS-grad, 9, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-25, Private, 207621, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 194458, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-33, Self-emp-inc, 184245, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, Mexico, >50K.
-34, Private, 242704, HS-grad, 9, Never-married, Tech-support, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-21, ?, 278130, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 251073, 10th, 6, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 153209, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 360879, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 115066, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 409172, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-63, Private, 223637, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Female, 0, 0, 50, United-States, <=50K.
-36, Private, 161141, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-34, Private, 535869, Some-college, 10, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 30, United-States, <=50K.
-60, Federal-gov, 49921, 9th, 5, Divorced, Other-service, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 335067, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-47, Self-emp-inc, 209460, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 4386, 0, 40, United-States, >50K.
-20, Private, 355236, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 16, United-States, <=50K.
-50, Private, 240374, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-29, Private, 221428, 12th, 8, Married-civ-spouse, Sales, Own-child, Other, Male, 0, 0, 35, United-States, <=50K.
-37, Private, 356250, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 40, South, <=50K.
-20, Private, 356347, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
-50, Private, 245356, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-31, Self-emp-not-inc, 247088, HS-grad, 9, Separated, Craft-repair, Own-child, Black, Male, 0, 0, 50, United-States, <=50K.
-27, ?, 200381, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-35, Private, 300333, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, Dominican-Republic, >50K.
-38, Private, 109594, Bachelors, 13, Divorced, Sales, Not-in-family, White, Female, 0, 0, 70, United-States, >50K.
-24, Local-gov, 221480, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 433624, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-27, Private, 179681, Assoc-voc, 11, Married-spouse-absent, Tech-support, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-21, Local-gov, 136208, Some-college, 10, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 48, United-States, <=50K.
-64, Private, 159715, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 10566, 0, 40, United-States, <=50K.
-33, Private, 164683, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-35, Private, 152307, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 256908, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-23, Private, 227943, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-75, ?, 33673, Masters, 14, Widowed, ?, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 26, United-States, <=50K.
-26, Private, 116991, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-64, Private, 96076, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-32, Self-emp-inc, 201314, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-17, Private, 153021, 12th, 8, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-34, State-gov, 334422, Some-college, 10, Divorced, Protective-serv, Unmarried, Black, Male, 0, 0, 47, United-States, <=50K.
-37, Private, 160192, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-72, ?, 51216, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 14, United-States, <=50K.
-47, Private, 323212, Some-college, 10, Separated, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-45, Self-emp-inc, 179030, Bachelors, 13, Married-civ-spouse, Other-service, Other-relative, Asian-Pac-Islander, Female, 0, 0, 35, South, <=50K.
-23, Private, 129345, 10th, 6, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-36, Private, 31023, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-62, Self-emp-inc, 164616, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 45, United-States, >50K.
-34, Federal-gov, 121093, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 53, United-States, >50K.
-36, Private, 300373, 10th, 6, Divorced, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-35, Private, 95708, Bachelors, 13, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 7688, 0, 60, United-States, >50K.
-36, State-gov, 235779, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 114158, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-54, Private, 192226, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-38, Private, 166416, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 211215, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-26, Private, 157617, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
-44, Private, 96170, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-26, Private, 224045, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
-42, Private, 350550, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-37, Self-emp-not-inc, 114719, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 60, United-States, >50K.
-26, Private, 124111, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-36, Private, 250224, HS-grad, 9, Married-civ-spouse, Craft-repair, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-19, ?, 232060, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-44, Private, 195258, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-23, Private, 285775, HS-grad, 9, Never-married, Protective-serv, Other-relative, White, Male, 0, 0, 42, United-States, <=50K.
-27, Private, 146687, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-53, Private, 76128, HS-grad, 9, Divorced, Craft-repair, Not-in-family, Other, Male, 0, 0, 60, Ecuador, <=50K.
-28, Private, 241607, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 273675, HS-grad, 9, Married-spouse-absent, Other-service, Other-relative, Black, Female, 0, 0, 35, Puerto-Rico, <=50K.
-29, Private, 210867, 11th, 7, Separated, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 144752, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, >50K.
-34, Private, 185820, HS-grad, 9, Married-civ-spouse, Sales, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
-42, Private, 252518, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 70, ?, <=50K.
-30, Private, 123833, 9th, 5, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 291569, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 43, United-States, <=50K.
-37, Private, 638116, Bachelors, 13, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 32, United-States, <=50K.
-46, Private, 269045, 11th, 7, Widowed, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 102852, 7th-8th, 4, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 195447, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-27, Private, 173944, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-25, Private, 276728, HS-grad, 9, Never-married, Handlers-cleaners, Other-relative, Black, Female, 0, 0, 43, United-States, <=50K.
-21, State-gov, 173534, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, Ecuador, <=50K.
-23, Private, 198368, Assoc-acdm, 12, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 27620, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-46, Local-gov, 192235, 11th, 7, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 467936, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 48, Mexico, <=50K.
-25, Private, 264136, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-61, Self-emp-not-inc, 184009, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 2444, 50, United-States, >50K.
-50, Private, 165001, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-66, Private, 123484, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-26, Private, 123384, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-50, Self-emp-inc, 235307, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 48, United-States, >50K.
-41, Private, 238384, HS-grad, 9, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-43, Self-emp-not-inc, 171351, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-38, State-gov, 162424, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-20, Private, 333838, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-58, Private, 100303, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 42, United-States, >50K.
-41, Federal-gov, 58447, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 50, United-States, >50K.
-43, Local-gov, 317185, Assoc-voc, 11, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 36, United-States, <=50K.
-39, Private, 103323, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 1669, 40, United-States, <=50K.
-22, Private, 221694, Some-college, 10, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-52, Private, 214091, HS-grad, 9, Widowed, Other-service, Not-in-family, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-35, ?, 171062, Bachelors, 13, Never-married, ?, Not-in-family, Black, Male, 0, 0, 40, England, <=50K.
-46, Private, 278200, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 187592, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-55, Private, 188382, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 48, United-States, >50K.
-48, Private, 65584, Some-college, 10, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-22, ?, 117789, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 402089, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
-40, Private, 69730, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-44, Private, 34218, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-55, Federal-gov, 54566, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-53, Private, 698039, Bachelors, 13, Widowed, Prof-specialty, Not-in-family, White, Female, 0, 0, 28, United-States, <=50K.
-57, ?, 76571, 10th, 6, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-57, Private, 133201, 7th-8th, 4, Divorced, Craft-repair, Unmarried, White, Male, 0, 1408, 40, France, <=50K.
-47, Federal-gov, 146786, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-46, ?, 96154, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-64, State-gov, 143880, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-18, Private, 132397, 12th, 8, Never-married, Other-service, Own-child, Black, Female, 0, 0, 18, United-States, <=50K.
-28, ?, 45613, Some-college, 10, Never-married, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-25, Private, 136226, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-37, Self-emp-not-inc, 334291, Bachelors, 13, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-33, Private, 183017, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 32, United-States, <=50K.
-66, Private, 207917, 7th-8th, 4, Married-civ-spouse, Other-service, Husband, Black, Male, 1797, 0, 20, United-States, <=50K.
-65, ?, 136431, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 9386, 0, 40, United-States, >50K.
-37, Private, 80303, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
-19, Private, 210509, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-37, ?, 48915, HS-grad, 9, Never-married, ?, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-41, Private, 91316, Assoc-acdm, 12, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 205670, HS-grad, 9, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-76, Private, 25319, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 8, United-States, <=50K.
-52, Private, 264129, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 40165, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, Japan, <=50K.
-43, Federal-gov, 79529, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 35, United-States, <=50K.
-32, Private, 164519, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
-33, Private, 184178, Assoc-acdm, 12, Married-civ-spouse, Other-service, Wife, Black, Female, 0, 0, 35, United-States, <=50K.
-33, State-gov, 427812, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 15, Mexico, <=50K.
-59, Self-emp-not-inc, 172618, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-21, Private, 472861, 11th, 7, Never-married, Handlers-cleaners, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 114157, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-22, Self-emp-not-inc, 104164, Assoc-voc, 11, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-45, Self-emp-not-inc, 180680, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-28, Private, 300915, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 43, United-States, >50K.
-38, Private, 308171, Some-college, 10, Separated, Tech-support, Unmarried, Black, Female, 0, 0, 50, United-States, <=50K.
-56, Private, 320833, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-42, ?, 167710, Some-college, 10, Divorced, ?, Not-in-family, White, Female, 0, 0, 18, United-States, <=50K.
-19, Private, 228577, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 36, United-States, <=50K.
-48, Self-emp-not-inc, 221464, 11th, 7, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 30, United-States, >50K.
-31, Self-emp-not-inc, 213307, 10th, 6, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 28, Mexico, <=50K.
-42, Private, 165815, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 248919, 1st-4th, 2, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 66, Mexico, <=50K.
-23, ?, 116934, 10th, 6, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-60, Self-emp-not-inc, 285365, Some-college, 10, Married-civ-spouse, Other-service, Wife, Black, Female, 0, 0, 50, United-States, <=50K.
-63, Private, 134960, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, Scotland, <=50K.
-24, Private, 449101, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-42, Private, 46019, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Amer-Indian-Eskimo, Male, 5178, 0, 50, United-States, >50K.
-71, ?, 161027, Masters, 14, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 8, United-States, >50K.
-32, State-gov, 19513, Masters, 14, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, Japan, <=50K.
-57, Self-emp-not-inc, 258121, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-56, Private, 242782, HS-grad, 9, Widowed, Sales, Not-in-family, White, Female, 0, 0, 44, United-States, <=50K.
-65, ?, 193365, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-42, Private, 182402, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1887, 50, United-States, >50K.
-24, Private, 254767, 11th, 7, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 112115, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-58, Private, 117299, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
-44, Private, 214781, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-33, Private, 197474, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-24, ?, 234791, Some-college, 10, Divorced, ?, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
-34, Local-gov, 126584, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-72, Self-emp-not-inc, 28865, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 14, United-States, <=50K.
-61, Private, 163729, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 218407, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 80, Columbia, >50K.
-58, Private, 95428, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-57, Self-emp-inc, 146103, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 30, United-States, >50K.
-25, Private, 150312, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-72, Private, 76206, 9th, 5, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 16, United-States, <=50K.
-23, Private, 340543, HS-grad, 9, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-40, Private, 125461, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 218015, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, >50K.
-49, Private, 178160, Assoc-acdm, 12, Widowed, Sales, Not-in-family, White, Female, 0, 0, 40, Germany, <=50K.
-25, Private, 169905, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 226629, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 180313, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-18, ?, 236276, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-71, Private, 124901, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-63, Local-gov, 214275, HS-grad, 9, Divorced, Other-service, Unmarried, Black, Female, 0, 0, 55, United-States, <=50K.
-49, Local-gov, 371886, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 56, United-States, >50K.
-65, Private, 282779, Masters, 14, Married-civ-spouse, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, >50K.
-22, Private, 218415, Some-college, 10, Never-married, Tech-support, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-45, Private, 105431, HS-grad, 9, Divorced, Farming-fishing, Unmarried, Black, Female, 0, 0, 39, United-States, <=50K.
-32, ?, 373231, Some-college, 10, Never-married, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 59792, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 40, Taiwan, <=50K.
-44, Private, 75742, Bachelors, 13, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-64, Private, 186731, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-22, Private, 310197, 7th-8th, 4, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-64, Private, 73413, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-39, Private, 175232, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 338948, HS-grad, 9, Divorced, Craft-repair, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 95647, 11th, 7, Never-married, Transport-moving, Own-child, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
-43, Self-emp-inc, 677398, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
-26, Self-emp-not-inc, 263300, Assoc-acdm, 12, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 75, United-States, <=50K.
-47, Federal-gov, 218325, Assoc-acdm, 12, Married-civ-spouse, Handlers-cleaners, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, >50K.
-37, Local-gov, 156261, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 50, United-States, >50K.
-25, Private, 165817, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 304605, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
-39, Self-emp-not-inc, 245361, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
-45, Federal-gov, 230685, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-18, ?, 184502, 11th, 7, Never-married, ?, Own-child, Black, Male, 0, 0, 30, United-States, <=50K.
-37, Local-gov, 116736, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 178952, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 156266, 11th, 7, Married-civ-spouse, Farming-fishing, Husband, Amer-Indian-Eskimo, Male, 0, 0, 60, United-States, <=50K.
-22, Private, 163519, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-18, Private, 296090, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-22, Private, 119742, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-55, Private, 269763, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 10, United-States, <=50K.
-56, Private, 287833, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 35, United-States, >50K.
-19, ?, 190093, 12th, 8, Never-married, ?, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-74, Self-emp-inc, 148003, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 6, United-States, >50K.
-18, Private, 131414, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-39, Private, 172571, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-33, Local-gov, 184440, 12th, 8, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 36, United-States, <=50K.
-28, Private, 216479, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 293475, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-53, Federal-gov, 109982, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-44, Self-emp-not-inc, 205033, 12th, 8, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-32, Local-gov, 56658, HS-grad, 9, Never-married, Transport-moving, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-58, Private, 159008, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-28, Private, 37302, HS-grad, 9, Divorced, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-33, Local-gov, 107417, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-33, Private, 236379, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
-51, Private, 57637, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
-51, Private, 276214, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-39, Self-emp-not-inc, 113749, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 100837, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 2002, 66, United-States, <=50K.
-45, Private, 239058, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
-19, Private, 286419, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-52, ?, 50934, Assoc-acdm, 12, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 20, United-States, >50K.
-21, Private, 283969, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, Mexico, <=50K.
-76, Private, 152839, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-46, Local-gov, 32290, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 204373, Some-college, 10, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-51, Private, 126528, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-19, Private, 245408, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-30, State-gov, 127610, Assoc-voc, 11, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-46, Private, 132919, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 12, United-States, >50K.
-68, Private, 58547, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1735, 48, United-States, <=50K.
-36, Private, 251091, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
-71, Private, 149950, HS-grad, 9, Widowed, Priv-house-serv, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-32, Private, 464621, Some-college, 10, Never-married, Farming-fishing, Own-child, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-43, Private, 170230, HS-grad, 9, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 100294, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-24, Local-gov, 234108, Some-college, 10, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 33046, Assoc-voc, 11, Divorced, Other-service, Unmarried, White, Female, 0, 0, 36, United-States, <=50K.
-76, Private, 84428, Some-college, 10, Widowed, Sales, Not-in-family, Asian-Pac-Islander, Female, 2062, 0, 37, United-States, <=50K.
-35, Self-emp-not-inc, 107662, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 5, Canada, <=50K.
-23, Private, 220874, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-46, Local-gov, 88564, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-44, Self-emp-inc, 144778, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-17, ?, 179861, 10th, 6, Never-married, ?, Own-child, White, Male, 0, 0, 10, Poland, <=50K.
-30, Private, 166671, HS-grad, 9, Married-civ-spouse, Other-service, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-51, Private, 97180, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 15, United-States, <=50K.
-18, Self-emp-not-inc, 194091, 11th, 7, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 24, United-States, <=50K.
-23, Private, 308498, 10th, 6, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 18, United-States, <=50K.
-53, Federal-gov, 321865, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-25, Private, 181814, Some-college, 10, Never-married, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-44, Private, 374423, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 1902, 40, United-States, >50K.
-49, Private, 213668, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-28, Private, 213236, HS-grad, 9, Separated, Other-service, Unmarried, White, Male, 0, 0, 40, Dominican-Republic, <=50K.
-58, Self-emp-not-inc, 115439, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-36, Private, 124111, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-32, Private, 176185, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 4787, 0, 40, United-States, >50K.
-26, Private, 211231, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
-25, Private, 259715, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-19, Private, 248600, 10th, 6, Never-married, Other-service, Other-relative, White, Female, 34095, 0, 24, United-States, <=50K.
-39, Private, 153997, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 1902, 40, Puerto-Rico, >50K.
-44, Private, 67779, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 236861, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 42, United-States, <=50K.
-57, Private, 367334, HS-grad, 9, Separated, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-64, Private, 213391, 9th, 5, Married-civ-spouse, Other-service, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
-46, Local-gov, 301124, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 1564, 45, United-States, >50K.
-37, Private, 184117, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-22, Private, 233923, Assoc-voc, 11, Never-married, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 348592, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-33, Local-gov, 111817, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 170983, HS-grad, 9, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-23, Self-emp-not-inc, 121407, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-40, Local-gov, 210275, HS-grad, 9, Never-married, Adm-clerical, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
-21, Private, 116358, HS-grad, 9, Never-married, Other-service, Own-child, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
-48, Private, 189123, Masters, 14, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 48087, Bachelors, 13, Divorced, Machine-op-inspct, Not-in-family, White, Male, 2354, 0, 40, United-States, <=50K.
-37, Private, 179488, 10th, 6, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-30, Local-gov, 370990, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-49, Private, 169760, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 50, United-States, >50K.
-38, State-gov, 34493, Some-college, 10, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-61, Private, 185584, Bachelors, 13, Widowed, Machine-op-inspct, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, ?, <=50K.
-44, Private, 324311, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 32, Mexico, <=50K.
-62, Self-emp-not-inc, 96299, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-47, Private, 147322, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 40, Columbia, <=50K.
-35, Private, 135289, Assoc-voc, 11, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-44, State-gov, 128586, Bachelors, 13, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-30, State-gov, 185590, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-28, Self-emp-not-inc, 107458, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
-57, Private, 151874, HS-grad, 9, Married-civ-spouse, Other-service, Wife, Black, Female, 0, 0, 50, United-States, <=50K.
-26, State-gov, 413846, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 203836, Assoc-voc, 11, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 48, United-States, >50K.
-44, Self-emp-not-inc, 110028, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 57640, 7th-8th, 4, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-40, State-gov, 67874, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 58, United-States, <=50K.
-50, Self-emp-not-inc, 169112, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 25, United-States, <=50K.
-37, Self-emp-inc, 154410, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, >50K.
-26, Private, 63234, Bachelors, 13, Married-civ-spouse, Tech-support, Wife, White, Female, 4508, 0, 12, United-States, <=50K.
-64, Private, 121036, Some-college, 10, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-30, Private, 408328, Preschool, 1, Married-spouse-absent, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, Mexico, <=50K.
-29, Private, 269254, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 115438, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, >50K.
-28, Private, 332249, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
-33, State-gov, 160261, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
-24, Private, 167316, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-26, State-gov, 291586, HS-grad, 9, Divorced, Transport-moving, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-77, Self-emp-not-inc, 184046, Bachelors, 13, Widowed, Prof-specialty, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-25, Federal-gov, 178025, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 9, United-States, <=50K.
-53, Private, 104280, 12th, 8, Married-civ-spouse, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 302604, 11th, 7, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 44, United-States, <=50K.
-30, Private, 225243, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 47, United-States, >50K.
-39, Self-emp-not-inc, 327120, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Portugal, <=50K.
-51, Self-emp-not-inc, 43878, Doctorate, 16, Divorced, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
-25, ?, 40915, Bachelors, 13, Married-spouse-absent, ?, Not-in-family, White, Female, 0, 0, 15, United-States, <=50K.
-49, Self-emp-inc, 83444, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 85, United-States, >50K.
-51, Private, 351416, Some-college, 10, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-47, Self-emp-not-inc, 117310, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 1876, 48, United-States, <=50K.
-36, Private, 324231, 9th, 5, Never-married, Farming-fishing, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-62, Private, 161802, 1st-4th, 2, Married-civ-spouse, Priv-house-serv, Wife, Black, Female, 0, 0, 30, United-States, <=50K.
-40, Self-emp-not-inc, 184804, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 2205, 45, United-States, <=50K.
-30, Federal-gov, 547931, Some-college, 10, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-39, Private, 46395, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-47, Local-gov, 182313, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-28, Local-gov, 169069, HS-grad, 9, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 203182, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-57, Private, 142924, Bachelors, 13, Separated, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 180656, 5th-6th, 3, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 40, Guatemala, <=50K.
-58, Private, 187485, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 24, United-States, <=50K.
-84, ?, 157778, Some-college, 10, Widowed, ?, Not-in-family, White, Female, 0, 0, 6, United-States, <=50K.
-46, Self-emp-not-inc, 149337, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-23, Private, 97054, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-32, Private, 377017, Bachelors, 13, Never-married, Sales, Other-relative, White, Male, 0, 0, 32, United-States, <=50K.
-43, Private, 106900, Bachelors, 13, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 378723, 10th, 6, Separated, Exec-managerial, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
-23, Private, 209955, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 312766, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
-59, Private, 70857, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-22, Private, 238917, 11th, 7, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, El-Salvador, <=50K.
-50, State-gov, 53497, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 46, United-States, >50K.
-44, Private, 283174, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-60, ?, 190497, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-56, State-gov, 104447, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 2339, 40, United-States, <=50K.
-36, Private, 73023, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 2202, 0, 40, United-States, <=50K.
-20, Private, 177896, HS-grad, 9, Never-married, Handlers-cleaners, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
-38, Self-emp-not-inc, 349951, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 4508, 0, 55, United-States, <=50K.
-29, Private, 80179, HS-grad, 9, Separated, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-32, State-gov, 308955, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-36, Private, 126896, Some-college, 10, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-19, State-gov, 116385, Assoc-acdm, 12, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 18, United-States, <=50K.
-37, State-gov, 172425, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-22, Private, 106615, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-42, Private, 261929, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
-22, Private, 163870, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-35, Self-emp-inc, 242080, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7298, 0, 45, United-States, >50K.
-21, Private, 30796, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-43, Self-emp-not-inc, 207578, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 42, United-States, >50K.
-22, ?, 140001, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 217942, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 24, United-States, <=50K.
-28, Private, 301010, 11th, 7, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-20, ?, 222007, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 24, United-States, <=50K.
-32, Private, 72630, Doctorate, 16, Never-married, Prof-specialty, Not-in-family, White, Male, 3325, 0, 45, United-States, <=50K.
-49, Local-gov, 204377, 11th, 7, Divorced, Other-service, Own-child, White, Female, 0, 0, 60, United-States, <=50K.
-38, Local-gov, 189614, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-21, Private, 100345, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 163687, 10th, 6, Never-married, Sales, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
-34, Local-gov, 174215, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 7688, 0, 35, United-States, >50K.
-32, Private, 37646, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-33, Private, 84154, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-41, Private, 116493, Some-college, 10, Divorced, Sales, Not-in-family, White, Male, 0, 0, 52, United-States, <=50K.
-38, Private, 259972, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-58, State-gov, 185338, Bachelors, 13, Widowed, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, >50K.
-44, Private, 99212, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-61, Private, 54780, Bachelors, 13, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-35, Private, 393673, Some-college, 10, Never-married, Tech-support, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-36, Private, 66687, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-44, Private, 133986, Some-college, 10, Married-spouse-absent, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-35, Private, 248694, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-43, Private, 212888, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
-51, Self-emp-inc, 304955, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 50, United-States, >50K.
-23, Private, 172232, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 53, United-States, <=50K.
-59, Private, 32446, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 182701, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 12, Mexico, <=50K.
-23, Private, 164920, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 15, Germany, <=50K.
-24, Private, 274424, HS-grad, 9, Never-married, Tech-support, Unmarried, White, Female, 1831, 0, 40, United-States, <=50K.
-57, Private, 176904, 10th, 6, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 217530, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-59, Private, 318450, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-39, Private, 210945, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
-26, Private, 181838, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-17, Private, 91931, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 23, United-States, <=50K.
-45, Self-emp-not-inc, 123681, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-64, Local-gov, 181628, HS-grad, 9, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 20, United-States, <=50K.
-72, ?, 305145, Bachelors, 13, Widowed, ?, Not-in-family, White, Male, 0, 0, 4, United-States, <=50K.
-55, Private, 174533, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-47, Private, 94342, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 16, United-States, <=50K.
-43, Private, 215624, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Vietnam, <=50K.
-46, Self-emp-not-inc, 112485, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-54, Private, 27484, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-26, Private, 186454, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 4650, 0, 40, Vietnam, <=50K.
-28, State-gov, 187746, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 1669, 40, United-States, <=50K.
-57, Private, 358628, Assoc-voc, 11, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-35, Private, 295939, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-61, Self-emp-not-inc, 127198, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Germany, <=50K.
-48, Private, 81497, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 65, United-States, <=50K.
-30, Self-emp-not-inc, 143078, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 2444, 55, United-States, >50K.
-70, Self-emp-not-inc, 177806, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-30, Local-gov, 210926, 9th, 5, Divorced, Farming-fishing, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
-34, Private, 195144, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-26, Private, 252563, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-41, Self-emp-not-inc, 170785, 12th, 8, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 111232, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-59, Private, 59584, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 148254, Bachelors, 13, Married-civ-spouse, Other-service, Wife, White, Female, 0, 1902, 40, ?, >50K.
-30, Local-gov, 19302, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 4386, 0, 70, Germany, >50K.
-52, Private, 285224, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 32, United-States, <=50K.
-43, Private, 172256, Bachelors, 13, Divorced, Sales, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-51, State-gov, 128260, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-25, Private, 156163, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 40, ?, <=50K.
-31, Private, 155914, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 58471, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 282389, Assoc-voc, 11, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 70, United-States, <=50K.
-40, Private, 117915, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-40, Private, 163628, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 287436, 11th, 7, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
-58, State-gov, 139736, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 1741, 40, United-States, <=50K.
-28, Local-gov, 136643, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-43, Local-gov, 180572, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
-40, State-gov, 148805, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-55, Private, 497039, Some-college, 10, Divorced, Tech-support, Unmarried, Black, Female, 0, 0, 56, United-States, <=50K.
-18, Private, 226956, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 24, United-States, <=50K.
-36, Private, 157184, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 40, United-States, >50K.
-21, Private, 315470, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-45, Private, 252079, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-53, Private, 138022, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-33, Private, 48520, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-35, Self-emp-not-inc, 346605, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-35, Private, 139770, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 29, United-States, <=50K.
-41, Private, 209899, HS-grad, 9, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-44, Self-emp-not-inc, 55844, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
-61, Private, 215789, HS-grad, 9, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 126913, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
-42, State-gov, 101950, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
-28, Private, 451742, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-53, Private, 173754, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
-51, Private, 350131, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 2339, 40, United-States, <=50K.
-32, Private, 185820, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-35, Private, 176837, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-44, Private, 271282, Bachelors, 13, Divorced, Machine-op-inspct, Unmarried, White, Female, 0, 0, 56, United-States, <=50K.
-25, ?, 420081, Assoc-acdm, 12, Never-married, ?, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-38, State-gov, 142282, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-28, State-gov, 266855, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 50, United-States, >50K.
-36, Private, 148143, HS-grad, 9, Never-married, Machine-op-inspct, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
-40, State-gov, 21189, Bachelors, 13, Divorced, Adm-clerical, Other-relative, Black, Female, 0, 0, 32, United-States, <=50K.
-37, Private, 110013, Assoc-voc, 11, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-18, Private, 350400, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-51, Private, 275507, Some-college, 10, Divorced, Sales, Unmarried, Black, Female, 0, 0, 50, United-States, <=50K.
-42, Private, 169948, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 80, United-States, >50K.
-41, Private, 298161, Assoc-voc, 11, Divorced, Adm-clerical, Own-child, White, Female, 0, 0, 40, Cuba, <=50K.
-45, ?, 120131, HS-grad, 9, Never-married, ?, Other-relative, White, Male, 0, 0, 25, United-States, <=50K.
-32, State-gov, 113129, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 38, United-States, >50K.
-24, Private, 201680, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-63, Private, 158609, 10th, 6, Widowed, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-67, Self-emp-inc, 22313, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 20051, 0, 40, United-States, >50K.
-36, Private, 261012, HS-grad, 9, Divorced, Prof-specialty, Unmarried, Black, Female, 0, 0, 50, United-States, <=50K.
-52, Private, 104501, 12th, 8, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-32, Private, 50178, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-38, Private, 65624, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-33, Private, 236481, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 10, India, <=50K.
-50, Private, 213041, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-55, Private, 105127, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-47, ?, 127441, Some-college, 10, Divorced, ?, Unmarried, White, Female, 0, 0, 42, United-States, <=50K.
-30, Private, 210541, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-40, Self-emp-not-inc, 163512, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 8, Guatemala, <=50K.
-36, Private, 170376, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-50, Private, 132465, 1st-4th, 2, Married-spouse-absent, Other-service, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
-45, Private, 253827, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 7688, 0, 40, United-States, >50K.
-22, Private, 186383, HS-grad, 9, Married-civ-spouse, Priv-house-serv, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-34, Private, 111985, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-37, Private, 152909, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-57, Private, 279340, 7th-8th, 4, Widowed, Other-service, Unmarried, Black, Female, 0, 0, 29, United-States, <=50K.
-29, Private, 154571, Some-college, 10, Never-married, Craft-repair, Other-relative, Asian-Pac-Islander, Male, 0, 0, 40, ?, <=50K.
-31, Private, 270889, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 241731, Some-college, 10, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-45, ?, 256649, Bachelors, 13, Married-civ-spouse, ?, Husband, Black, Male, 0, 0, 45, United-States, >50K.
-31, Private, 176711, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 359155, HS-grad, 9, Separated, Transport-moving, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
-30, State-gov, 103651, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-43, Self-emp-not-inc, 138872, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-50, Private, 180195, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 50, United-States, >50K.
-37, Local-gov, 175979, Bachelors, 13, Divorced, Prof-specialty, Other-relative, White, Female, 0, 0, 60, United-States, <=50K.
-59, Local-gov, 53612, Masters, 14, Separated, Prof-specialty, Own-child, Black, Female, 0, 0, 35, United-States, <=50K.
-18, Local-gov, 28357, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-25, Private, 460322, Bachelors, 13, Never-married, Other-service, Own-child, White, Male, 0, 0, 43, United-States, <=50K.
-36, Private, 182954, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 52, Dominican-Republic, <=50K.
-17, Private, 242871, 10th, 6, Never-married, Sales, Own-child, White, Female, 594, 0, 12, United-States, <=50K.
-55, Local-gov, 30636, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 4386, 0, 40, United-States, >50K.
-47, Local-gov, 274657, HS-grad, 9, Married-civ-spouse, Other-service, Other-relative, White, Male, 3908, 0, 40, United-States, <=50K.
-17, ?, 179807, 10th, 6, Never-married, ?, Own-child, White, Female, 0, 0, 16, United-States, <=50K.
-18, Private, 230215, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-46, Federal-gov, 260549, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 80, United-States, >50K.
-31, Private, 408208, HS-grad, 9, Never-married, Craft-repair, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
-61, Private, 143837, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 203784, Preschool, 1, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 38, Mexico, <=50K.
-43, Federal-gov, 190020, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-26, Private, 666014, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-32, Private, 50753, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-52, Federal-gov, 197515, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-55, Private, 209476, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-67, Private, 192995, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 6723, 0, 40, United-States, <=50K.
-25, Private, 39640, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
-33, Private, 203488, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-29, Private, 125791, Assoc-acdm, 12, Never-married, Exec-managerial, Other-relative, White, Female, 0, 0, 38, United-States, <=50K.
-20, Private, 167424, Some-college, 10, Never-married, Priv-house-serv, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-58, ?, 169590, Some-college, 10, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-56, ?, 174533, Bachelors, 13, Never-married, ?, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-37, Private, 474568, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, ?, >50K.
-36, Private, 414910, 7th-8th, 4, Divorced, Sales, Not-in-family, Other, Female, 0, 0, 35, United-States, <=50K.
-21, Self-emp-inc, 95997, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
-26, Private, 191797, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Female, 0, 0, 16, United-States, <=50K.
-81, ?, 143732, 1st-4th, 2, Widowed, ?, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-52, Private, 65624, Assoc-acdm, 12, Never-married, Machine-op-inspct, Own-child, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 352614, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 40, ?, >50K.
-34, Private, 301251, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-47, Private, 98524, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 112512, Assoc-voc, 11, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 48, United-States, >50K.
-37, Local-gov, 170861, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-42, Private, 244668, HS-grad, 9, Divorced, Tech-support, Not-in-family, White, Male, 8614, 0, 40, Mexico, >50K.
-23, Private, 148890, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-37, Private, 149898, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-45, Private, 240629, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-28, Federal-gov, 19522, Some-college, 10, Never-married, Tech-support, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-89, Private, 152839, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-54, Local-gov, 105788, Masters, 14, Divorced, Prof-specialty, Unmarried, Black, Female, 0, 0, 37, United-States, >50K.
-23, Private, 314823, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 24, United-States, <=50K.
-20, ?, 287681, 5th-6th, 3, Never-married, ?, Not-in-family, White, Male, 0, 0, 25, Mexico, <=50K.
-50, ?, 313445, HS-grad, 9, Separated, ?, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
-35, Private, 289148, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-37, Private, 166193, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-31, Federal-gov, 206857, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 150683, Bachelors, 13, Never-married, Tech-support, Own-child, White, Male, 0, 0, 42, United-States, <=50K.
-52, Private, 155759, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-18, ?, 211459, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-35, Private, 191103, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 88856, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 2415, 40, United-States, >50K.
-41, Private, 193882, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 65, United-States, >50K.
-57, State-gov, 222792, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
-22, Private, 190137, HS-grad, 9, Never-married, Sales, Own-child, Other, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 174308, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-74, Private, 172787, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Male, 0, 2282, 35, United-States, >50K.
-56, Private, 146391, HS-grad, 9, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, Ireland, <=50K.
-33, Private, 179708, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
-31, Local-gov, 314375, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-41, Local-gov, 120277, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 35, United-States, >50K.
-26, Private, 244906, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-59, Local-gov, 251890, 10th, 6, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 25, Puerto-Rico, <=50K.
-23, Private, 220993, HS-grad, 9, Married-civ-spouse, Sales, Not-in-family, Black, Male, 0, 0, 60, United-States, <=50K.
-35, Private, 309131, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-50, State-gov, 263200, Assoc-voc, 11, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, Ecuador, <=50K.
-52, Self-emp-not-inc, 92469, Some-college, 10, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
-31, Private, 32406, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-37, Private, 235070, HS-grad, 9, Married-spouse-absent, Other-service, Unmarried, Black, Female, 0, 0, 35, Haiti, <=50K.
-48, Private, 196571, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-50, Local-gov, 258819, Some-college, 10, Divorced, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 33945, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 452640, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-57, Self-emp-not-inc, 112772, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-49, Self-emp-not-inc, 34845, Assoc-voc, 11, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
-23, Private, 119051, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
-20, Private, 197767, Some-college, 10, Never-married, Sales, Not-in-family, Black, Female, 0, 0, 36, United-States, <=50K.
-52, Local-gov, 181578, HS-grad, 9, Married-civ-spouse, Other-service, Wife, Asian-Pac-Islander, Female, 0, 0, 40, ?, >50K.
-56, Private, 329654, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, Asian-Pac-Islander, Female, 7688, 0, 50, United-States, >50K.
-57, Federal-gov, 47534, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, >50K.
-20, Private, 341294, Some-college, 10, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-43, Private, 336042, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-41, Self-emp-inc, 56019, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 99999, 0, 50, India, >50K.
-45, Private, 86505, Some-college, 10, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 274106, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, Mexico, <=50K.
-62, Federal-gov, 52765, 9th, 5, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-19, Self-emp-inc, 136848, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 6, United-States, <=50K.
-24, Private, 298227, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-19, Self-emp-not-inc, 215493, HS-grad, 9, Never-married, Tech-support, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-20, ?, 197583, HS-grad, 9, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 265190, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-44, Self-emp-not-inc, 96921, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-53, Local-gov, 202420, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 252616, 7th-8th, 4, Married-civ-spouse, Other-service, Husband, Asian-Pac-Islander, Male, 0, 0, 36, China, <=50K.
-39, Private, 102976, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
-55, Private, 70439, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 25, United-States, >50K.
-30, Private, 184290, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
-39, Federal-gov, 72887, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, >50K.
-23, Local-gov, 237498, HS-grad, 9, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-28, Self-emp-not-inc, 228043, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 48, United-States, <=50K.
-42, Private, 144056, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, >50K.
-35, Private, 187711, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 282489, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-29, Private, 359155, Bachelors, 13, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-21, Self-emp-not-inc, 87169, HS-grad, 9, Never-married, Farming-fishing, Own-child, Asian-Pac-Islander, Male, 0, 0, 35, United-States, <=50K.
-35, Private, 251091, Masters, 14, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 38, Puerto-Rico, <=50K.
-42, Private, 130126, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 163265, 9th, 5, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-57, Private, 250040, 7th-8th, 4, Divorced, Prof-specialty, Other-relative, White, Female, 0, 0, 20, ?, <=50K.
-59, ?, 218764, HS-grad, 9, Divorced, ?, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-50, Private, 176773, Preschool, 1, Married-civ-spouse, Farming-fishing, Husband, Black, Male, 0, 0, 40, Haiti, <=50K.
-37, Self-emp-not-inc, 98941, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 50, United-States, >50K.
-20, Private, 217467, HS-grad, 9, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-46, Self-emp-not-inc, 97176, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 50, United-States, <=50K.
-28, Private, 230503, Some-college, 10, Never-married, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 227321, Some-college, 10, Separated, Other-service, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
-20, Private, 199698, 9th, 5, Never-married, Transport-moving, Unmarried, White, Male, 0, 0, 35, United-States, <=50K.
-38, Local-gov, 347491, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 103925, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 45, Germany, <=50K.
-30, Private, 124569, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 16, United-States, <=50K.
-35, Private, 80680, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, >50K.
-30, State-gov, 119197, Masters, 14, Divorced, Prof-specialty, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 50, United-States, <=50K.
-56, Private, 147055, 9th, 5, Divorced, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 316470, 9th, 5, Married-spouse-absent, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
-64, Private, 260082, 1st-4th, 2, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Cuba, <=50K.
-21, ?, 228960, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-17, ?, 256496, 10th, 6, Never-married, ?, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-49, Private, 133351, HS-grad, 9, Married-civ-spouse, Craft-repair, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
-37, Private, 151835, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, ?, >50K.
-52, ?, 224793, Bachelors, 13, Widowed, ?, Not-in-family, White, Female, 0, 0, 8, United-States, <=50K.
-55, Private, 101480, HS-grad, 9, Married-civ-spouse, Other-service, Other-relative, White, Female, 0, 0, 33, United-States, <=50K.
-24, Private, 138719, 11th, 7, Never-married, Sales, Own-child, Black, Female, 0, 0, 20, United-States, <=50K.
-23, Private, 129121, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-31, Private, 401069, Some-college, 10, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 39, United-States, <=50K.
-17, ?, 188758, 10th, 6, Never-married, ?, Own-child, White, Male, 0, 0, 14, United-States, <=50K.
-50, Private, 191598, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 1980, 38, United-States, <=50K.
-33, Private, 330715, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-24, Private, 284317, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-37, Private, 393673, 12th, 8, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 45, United-States, <=50K.
-31, Self-emp-not-inc, 206609, 10th, 6, Never-married, Transport-moving, Not-in-family, White, Male, 0, 2205, 60, United-States, <=50K.
-77, ?, 88545, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 8, United-States, <=50K.
-21, Private, 224632, Bachelors, 13, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 38, United-States, <=50K.
-18, Private, 227529, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 10, United-States, <=50K.
-25, Private, 210148, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-57, Private, 224174, Assoc-voc, 11, Widowed, Craft-repair, Not-in-family, Black, Male, 0, 0, 40, ?, <=50K.
-25, Private, 193787, Some-college, 10, Never-married, Prof-specialty, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
-62, Self-emp-not-inc, 244953, Some-college, 10, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-35, Private, 223749, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 7298, 0, 48, United-States, >50K.
-26, Private, 37650, Some-college, 10, Divorced, Prof-specialty, Not-in-family, White, Female, 5060, 0, 40, United-States, <=50K.
-47, Private, 358382, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 155275, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 180574, Assoc-voc, 11, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 101853, Bachelors, 13, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-42, Self-emp-not-inc, 34161, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-50, Private, 83311, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-61, Private, 217125, 1st-4th, 2, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-50, Private, 166368, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-23, ?, 44793, HS-grad, 9, Never-married, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-27, ?, 123147, Some-college, 10, Never-married, ?, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
-51, Private, 184529, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 1977, 50, United-States, >50K.
-37, Private, 224566, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 39, United-States, <=50K.
-25, Private, 195994, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-38, Private, 186376, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, Asian-Pac-Islander, Male, 0, 0, 42, United-States, >50K.
-60, Federal-gov, 38749, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 99999, 0, 60, Philippines, >50K.
-66, ?, 78375, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-74, Private, 148867, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 6418, 0, 24, United-States, >50K.
-37, Private, 207066, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-26, Private, 339423, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 172186, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-19, ?, 138564, HS-grad, 9, Never-married, ?, Own-child, White, Female, 0, 0, 8, United-States, <=50K.
-35, Private, 208259, 10th, 6, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 36, United-States, <=50K.
-43, Local-gov, 203376, Masters, 14, Widowed, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-31, Self-emp-inc, 243165, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-35, Self-emp-inc, 213008, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-30, Private, 159323, Some-college, 10, Divorced, Sales, Unmarried, White, Female, 0, 0, 65, Canada, <=50K.
-22, Private, 197050, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-36, Private, 166855, 7th-8th, 4, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-19, Private, 163072, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 34, United-States, <=50K.
-36, Private, 191807, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 75, United-States, <=50K.
-29, State-gov, 48634, Bachelors, 13, Never-married, Protective-serv, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-30, Local-gov, 287737, Some-college, 10, Never-married, Protective-serv, Not-in-family, White, Female, 3325, 0, 40, United-States, <=50K.
-31, Private, 162623, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-27, Private, 104993, HS-grad, 9, Never-married, Sales, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-44, ?, 256211, Assoc-voc, 11, Married-civ-spouse, ?, Husband, Asian-Pac-Islander, Male, 0, 2129, 40, Poland, <=50K.
-17, Private, 298605, 11th, 7, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-36, Private, 115803, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-43, Private, 183342, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-46, Self-emp-not-inc, 115971, 9th, 5, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 254547, HS-grad, 9, Never-married, Adm-clerical, Other-relative, Black, Female, 0, 0, 20, United-States, <=50K.
-42, Private, 211940, Some-college, 10, Never-married, Transport-moving, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-55, State-gov, 136819, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 43, United-States, >50K.
-61, Self-emp-not-inc, 186000, Assoc-voc, 11, Widowed, Craft-repair, Unmarried, White, Female, 0, 0, 40, Canada, <=50K.
-20, Private, 289982, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 10, El-Salvador, <=50K.
-60, Private, 137344, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 174413, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 186993, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 51, United-States, <=50K.
-67, Self-emp-not-inc, 176388, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
-34, Private, 49469, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-34, Private, 83800, Some-college, 10, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 30, United-States, <=50K.
-38, Private, 194809, Some-college, 10, Divorced, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-50, Private, 194397, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-45, Private, 181363, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 46, United-States, <=50K.
-55, ?, 227243, HS-grad, 9, Widowed, ?, Unmarried, White, Female, 0, 0, 35, Puerto-Rico, <=50K.
-18, Private, 176136, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-26, ?, 102541, 10th, 6, Never-married, ?, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-40, Private, 166088, Assoc-voc, 11, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
-37, Self-emp-inc, 95634, Some-college, 10, Divorced, Craft-repair, Unmarried, White, Female, 0, 0, 40, Canada, <=50K.
-35, Private, 66304, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-22, Private, 64292, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 2176, 0, 25, United-States, <=50K.
-33, Private, 41610, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-42, Local-gov, 198028, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
-36, Private, 228652, Some-college, 10, Divorced, Machine-op-inspct, Own-child, Other, Male, 0, 0, 40, Mexico, <=50K.
-41, Private, 165815, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-39, Private, 238255, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-63, Private, 65740, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, >50K.
-52, Private, 279543, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, Cuba, >50K.
-36, Private, 114765, 10th, 6, Never-married, Other-service, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-27, Private, 279580, Masters, 14, Never-married, Sales, Not-in-family, White, Male, 0, 0, 42, Mexico, <=50K.
-19, Private, 73257, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 15, Germany, <=50K.
-66, Private, 80621, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
-74, State-gov, 193602, Some-college, 10, Widowed, Exec-managerial, Not-in-family, Black, Male, 15831, 0, 40, United-States, >50K.
-17, ?, 141445, 9th, 5, Never-married, ?, Own-child, White, Male, 0, 0, 5, United-States, <=50K.
-37, Private, 224512, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-52, Self-emp-not-inc, 98642, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, India, >50K.
-21, ?, 182288, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-44, Private, 765214, Masters, 14, Separated, Exec-managerial, Not-in-family, White, Male, 0, 2559, 40, United-States, >50K.
-24, Private, 224785, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 1876, 65, United-States, <=50K.
-19, ?, 285177, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 18, United-States, <=50K.
-31, Private, 241880, Assoc-voc, 11, Never-married, Adm-clerical, Not-in-family, Black, Male, 0, 0, 45, United-States, <=50K.
-42, Self-emp-inc, 201495, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-35, Private, 165215, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 15, United-States, >50K.
-35, Self-emp-inc, 99146, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-26, State-gov, 92795, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 80, United-States, <=50K.
-39, Self-emp-not-inc, 54022, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 175268, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-39, Local-gov, 123983, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 40, India, >50K.
-35, Private, 269323, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-40, Private, 32798, HS-grad, 9, Married-civ-spouse, Craft-repair, Wife, White, Female, 0, 0, 45, United-States, <=50K.
-64, Private, 101077, Prof-school, 15, Widowed, Prof-specialty, Not-in-family, White, Female, 0, 2444, 40, United-States, >50K.
-22, ?, 157332, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-49, Private, 390746, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1672, 45, Ireland, <=50K.
-26, Private, 200318, 10th, 6, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 38, United-States, <=50K.
-38, ?, 36425, Some-college, 10, Divorced, ?, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-44, Private, 221172, 5th-6th, 3, Married-spouse-absent, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-34, Self-emp-inc, 337995, Bachelors, 13, Divorced, Exec-managerial, Unmarried, Black, Male, 15020, 0, 50, United-States, >50K.
-54, Private, 64421, Some-college, 10, Widowed, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-22, Private, 199915, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
-64, Private, 207658, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-22, Private, 124810, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-40, Self-emp-inc, 253060, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-36, Private, 76878, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 5178, 0, 40, United-States, >50K.
-20, ?, 38455, HS-grad, 9, Never-married, ?, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-49, Private, 41294, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-42, Private, 205195, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-48, Private, 162236, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
-27, Private, 445480, 12th, 8, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 761800, 11th, 7, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 188300, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 28, United-States, <=50K.
-36, Private, 138088, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-53, Private, 132304, Some-college, 10, Divorced, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 126173, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 259873, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-40, Private, 122215, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-24, Private, 190015, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-35, Self-emp-not-inc, 313132, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-35, Self-emp-not-inc, 103323, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-17, ?, 44789, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
-28, Private, 192932, Bachelors, 13, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 264025, HS-grad, 9, Separated, Transport-moving, Unmarried, Black, Male, 1506, 0, 80, United-States, <=50K.
-37, Private, 30269, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 2174, 0, 50, United-States, <=50K.
-23, Private, 283092, HS-grad, 9, Never-married, Sales, Other-relative, Black, Male, 0, 0, 40, Jamaica, <=50K.
-17, Private, 125236, 10th, 6, Never-married, Sales, Own-child, White, Female, 0, 0, 22, United-States, <=50K.
-47, Private, 187308, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-43, Private, 150519, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-39, Local-gov, 32587, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Amer-Indian-Eskimo, Male, 0, 1485, 40, United-States, >50K.
-37, Private, 244803, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, Columbia, <=50K.
-23, Private, 316793, HS-grad, 9, Married-civ-spouse, Sales, Wife, Black, Female, 0, 0, 35, United-States, <=50K.
-41, Private, 106068, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-22, Private, 191878, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Female, 0, 0, 35, United-States, <=50K.
-30, ?, 159008, Bachelors, 13, Married-spouse-absent, ?, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-39, Private, 181983, Doctorate, 16, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 2559, 60, England, >50K.
-65, Private, 113293, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
-61, Local-gov, 224711, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 63, United-States, >50K.
-20, Private, 460356, 12th, 8, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 30, Mexico, <=50K.
-37, Local-gov, 184474, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 2977, 0, 55, United-States, <=50K.
-39, Private, 289890, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-27, Private, 183148, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-32, Self-emp-not-inc, 178109, 10th, 6, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-54, Private, 351760, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-39, Private, 176967, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-17, Private, 67444, 11th, 7, Never-married, Other-service, Other-relative, Black, Male, 0, 0, 20, United-States, <=50K.
-23, Private, 48343, HS-grad, 9, Never-married, Sales, Not-in-family, Black, Female, 0, 0, 27, ?, <=50K.
-19, Private, 1047822, 11th, 7, Never-married, Sales, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
-55, Local-gov, 200448, Some-college, 10, Divorced, Adm-clerical, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 34364, Assoc-acdm, 12, Separated, Tech-support, Not-in-family, White, Female, 0, 0, 3, United-States, <=50K.
-27, Private, 95725, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1740, 40, United-States, <=50K.
-23, Private, 124802, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-38, Local-gov, 196673, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 55, United-States, <=50K.
-22, Private, 196943, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 43819, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
-53, Private, 173020, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-67, Local-gov, 102690, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-42, Private, 199018, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 55, United-States, >50K.
-29, Private, 201954, Assoc-voc, 11, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, ?, <=50K.
-31, Private, 168854, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 1504, 40, United-States, <=50K.
-22, Private, 53702, 10th, 6, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-50, Private, 154043, HS-grad, 9, Widowed, Adm-clerical, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
-41, Self-emp-inc, 64112, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-68, ?, 294420, Bachelors, 13, Widowed, ?, Not-in-family, White, Female, 0, 0, 2, United-States, <=50K.
-42, Self-emp-inc, 325159, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-20, Private, 267706, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-18, Private, 70240, HS-grad, 9, Never-married, Sales, Own-child, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 213307, 7th-8th, 4, Never-married, Machine-op-inspct, Other-relative, White, Female, 0, 0, 20, Mexico, <=50K.
-56, Private, 192845, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-23, Private, 273010, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-45, ?, 177775, Assoc-voc, 11, Never-married, ?, Other-relative, White, Female, 0, 0, 32, United-States, <=50K.
-22, ?, 393122, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-23, Private, 345577, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 46, United-States, <=50K.
-54, Self-emp-not-inc, 72257, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-34, Private, 113129, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 38, United-States, >50K.
-36, Private, 292380, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 10, United-States, <=50K.
-29, Private, 121040, Assoc-voc, 11, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-67, Private, 142097, 9th, 5, Married-civ-spouse, Priv-house-serv, Wife, White, Female, 0, 0, 6, United-States, <=50K.
-48, Federal-gov, 34998, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 48, United-States, >50K.
-53, State-gov, 41021, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 46, United-States, >50K.
-42, Private, 152889, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 4386, 0, 50, United-States, >50K.
-56, Private, 436651, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-20, ?, 256504, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-40, Private, 215479, HS-grad, 9, Never-married, Other-service, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
-55, State-gov, 100285, Bachelors, 13, Divorced, Adm-clerical, Not-in-family, White, Male, 10520, 0, 40, United-States, >50K.
-61, Private, 373099, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-35, Self-emp-not-inc, 99357, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
-42, Private, 67243, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, Portugal, <=50K.
-32, Private, 231263, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
-19, Private, 243942, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 194102, Assoc-acdm, 12, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 141748, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-22, Private, 211013, HS-grad, 9, Separated, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 102652, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-49, Private, 201127, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 1902, 70, United-States, <=50K.
-57, ?, 172667, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 32, United-States, <=50K.
-49, Local-gov, 175958, 11th, 7, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, Italy, <=50K.
-34, Private, 73928, 10th, 6, Separated, Other-service, Unmarried, Asian-Pac-Islander, Female, 0, 0, 4, United-States, <=50K.
-46, Private, 212944, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 32, United-States, <=50K.
-26, Private, 544319, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 348960, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 41, United-States, <=50K.
-59, Private, 280519, 10th, 6, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 155172, Assoc-acdm, 12, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 106856, Assoc-voc, 11, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 397346, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-27, Private, 253814, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 38, United-States, <=50K.
-23, Private, 201490, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-19, Private, 176806, 9th, 5, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 107038, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 122194, Some-college, 10, Married-civ-spouse, Craft-repair, Wife, White, Female, 7298, 0, 40, United-States, >50K.
-28, Self-emp-not-inc, 180928, HS-grad, 9, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-62, Private, 143746, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 183523, Assoc-acdm, 12, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-35, Federal-gov, 179262, HS-grad, 9, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 190759, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 42, United-States, <=50K.
-53, Self-emp-inc, 200400, Doctorate, 16, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, >50K.
-29, Private, 166320, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-17, Private, 205954, 12th, 8, Never-married, Other-service, Own-child, White, Female, 0, 0, 8, United-States, <=50K.
-45, Local-gov, 251786, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 37, United-States, <=50K.
-20, Private, 166371, HS-grad, 9, Never-married, Craft-repair, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-27, ?, 135046, Some-college, 10, Never-married, ?, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-59, Local-gov, 170423, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 393673, Masters, 14, Never-married, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-27, Private, 115438, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 173944, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-26, ?, 292803, Some-college, 10, Divorced, ?, Other-relative, White, Female, 0, 0, 35, United-States, <=50K.
-63, Private, 149756, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1740, 40, United-States, <=50K.
-39, Private, 192251, Some-college, 10, Divorced, Craft-repair, Own-child, White, Female, 0, 0, 50, United-States, >50K.
-20, Private, 163687, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 200421, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-53, Self-emp-inc, 368014, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 60, United-States, >50K.
-49, ?, 141483, 10th, 6, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-35, Federal-gov, 191480, Bachelors, 13, Married-spouse-absent, Exec-managerial, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 202466, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
-50, ?, 28765, Masters, 14, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, >50K.
-35, Private, 141584, Masters, 14, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 45, United-States, >50K.
-38, Federal-gov, 143123, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-47, Private, 122194, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-32, State-gov, 110171, Some-college, 10, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 1902, 40, United-States, >50K.
-43, Self-emp-inc, 342510, Bachelors, 13, Married-civ-spouse, Farming-fishing, Wife, White, Female, 0, 0, 60, United-States, >50K.
-20, Private, 42279, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-33, Private, 201122, HS-grad, 9, Separated, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 254025, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
-50, Private, 410114, Prof-school, 15, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-60, Private, 320422, Some-college, 10, Divorced, Tech-support, Not-in-family, White, Female, 6849, 0, 50, United-States, <=50K.
-56, Private, 67153, Doctorate, 16, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-37, Private, 224406, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-57, Private, 211678, 10th, 6, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 64, United-States, <=50K.
-22, Private, 257017, Assoc-voc, 11, Never-married, Other-service, Other-relative, Black, Male, 0, 0, 52, United-States, <=50K.
-48, Self-emp-inc, 106232, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 48, United-States, >50K.
-27, State-gov, 41115, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-18, Self-emp-not-inc, 161245, 12th, 8, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-41, Self-emp-not-inc, 37618, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, >50K.
-33, Private, 321787, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 123011, HS-grad, 9, Married-spouse-absent, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-33, Local-gov, 66278, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-25, Private, 181054, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
-55, Self-emp-not-inc, 129786, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-29, Private, 245402, 11th, 7, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 70, United-States, <=50K.
-24, ?, 192711, Bachelors, 13, Never-married, ?, Not-in-family, White, Male, 0, 0, 41, United-States, <=50K.
-41, Private, 240124, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-29, Local-gov, 370675, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-39, Self-emp-not-inc, 34066, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Amer-Indian-Eskimo, Male, 0, 0, 50, United-States, >50K.
-35, Private, 53553, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 7298, 0, 48, United-States, >50K.
-20, Private, 319758, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 43556, Assoc-voc, 11, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-26, Self-emp-inc, 97952, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 80, United-States, <=50K.
-44, Private, 244522, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-32, Private, 188108, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-35, Private, 187022, HS-grad, 9, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-59, State-gov, 173422, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 5013, 0, 38, United-States, <=50K.
-61, State-gov, 103575, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, Germany, <=50K.
-20, Private, 116830, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 43, United-States, <=50K.
-58, Private, 219504, 12th, 8, Divorced, Transport-moving, Unmarried, Black, Male, 0, 0, 45, United-States, >50K.
-48, Self-emp-not-inc, 102102, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-26, Private, 129661, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
-28, State-gov, 189346, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 113211, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 99999, 0, 40, United-States, >50K.
-45, Private, 256866, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-18, Private, 186408, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 1055, 0, 40, United-States, <=50K.
-23, Private, 50411, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 118941, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
-19, ?, 171868, HS-grad, 9, Never-married, ?, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
-35, Private, 99065, Assoc-acdm, 12, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 32, United-States, <=50K.
-22, Self-emp-not-inc, 238917, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-32, Self-emp-not-inc, 220740, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
-69, Private, 192660, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-39, Private, 56962, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 43, United-States, >50K.
-21, ?, 156780, Some-college, 10, Never-married, ?, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 15, ?, <=50K.
-22, Private, 122048, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 4416, 0, 40, United-States, <=50K.
-52, Private, 172511, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 36, United-States, <=50K.
-44, Private, 186790, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-22, Private, 196280, Assoc-acdm, 12, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-49, Private, 61885, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
-51, Private, 143822, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-27, Private, 315640, Masters, 14, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 20, China, <=50K.
-34, Private, 617917, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-20, Private, 35448, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
-22, Private, 124483, Bachelors, 13, Never-married, Tech-support, Not-in-family, Asian-Pac-Islander, Male, 0, 2339, 40, India, <=50K.
-68, Private, 230904, 11th, 7, Widowed, Machine-op-inspct, Not-in-family, Black, Female, 0, 1870, 35, United-States, <=50K.
-31, Private, 164461, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 73, United-States, <=50K.
-22, Private, 450695, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-62, ?, 352156, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 166634, HS-grad, 9, Never-married, Adm-clerical, Own-child, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-46, Private, 151107, Some-college, 10, Married-civ-spouse, Sales, Husband, Black, Male, 0, 1977, 60, United-States, >50K.
-49, Private, 219751, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 85604, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-54, Local-gov, 231482, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Portugal, <=50K.
-24, Private, 138152, 9th, 5, Never-married, Craft-repair, Other-relative, Other, Male, 0, 0, 58, Guatemala, <=50K.
-27, Private, 309196, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 91666, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 89734, Some-college, 10, Never-married, Other-service, Other-relative, Amer-Indian-Eskimo, Male, 0, 0, 42, United-States, <=50K.
-27, Private, 79661, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 4386, 0, 40, United-States, >50K.
-39, Private, 197150, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 50, El-Salvador, <=50K.
-29, ?, 41281, Bachelors, 13, Married-spouse-absent, ?, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-29, Private, 53448, 12th, 8, Married-civ-spouse, Other-service, Husband, Asian-Pac-Islander, Male, 0, 0, 50, China, <=50K.
-44, Self-emp-not-inc, 255543, 5th-6th, 3, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 84, United-States, >50K.
-51, State-gov, 367209, Doctorate, 16, Married-spouse-absent, Prof-specialty, Not-in-family, White, Male, 0, 0, 70, United-States, >50K.
-37, Private, 226500, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
-56, Private, 292710, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-19, Private, 235732, 11th, 7, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 15, United-States, <=50K.
-37, Private, 301614, Bachelors, 13, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 261714, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-35, ?, 35751, 1st-4th, 2, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 15, United-States, <=50K.
-28, Private, 266316, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 3464, 0, 35, United-States, <=50K.
-40, Self-emp-inc, 189941, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 3103, 0, 60, United-States, >50K.
-50, Self-emp-not-inc, 143535, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 234537, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-57, Self-emp-not-inc, 181435, 11th, 7, Divorced, Other-service, Unmarried, White, Male, 4650, 0, 50, United-States, <=50K.
-40, Private, 94210, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-44, Private, 344060, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 27828, 0, 40, United-States, >50K.
-40, Private, 301359, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-42, State-gov, 184527, Some-college, 10, Never-married, Exec-managerial, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
-41, Federal-gov, 333070, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 35, United-States, <=50K.
-23, Private, 149574, Some-college, 10, Married-spouse-absent, Other-service, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-41, Self-emp-not-inc, 34037, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 99, United-States, <=50K.
-41, Self-emp-not-inc, 123502, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-29, Self-emp-not-inc, 267661, Assoc-voc, 11, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 75, United-States, <=50K.
-33, Private, 109920, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-43, Private, 134120, HS-grad, 9, Divorced, Sales, Other-relative, White, Female, 0, 0, 46, United-States, <=50K.
-18, Private, 192254, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
-67, Self-emp-not-inc, 94809, Some-college, 10, Widowed, Other-service, Not-in-family, White, Female, 2346, 0, 33, United-States, <=50K.
-21, Private, 183789, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 86643, 12th, 8, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-22, ?, 190290, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 65, United-States, <=50K.
-64, ?, 228140, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, >50K.
-24, Private, 198349, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-44, Local-gov, 113597, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-22, Federal-gov, 280567, Some-college, 10, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 4, United-States, <=50K.
-60, Private, 298967, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 15, United-States, <=50K.
-31, Self-emp-not-inc, 134615, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-74, Private, 89852, 12th, 8, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 11, United-States, <=50K.
-30, Private, 289442, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 159109, 11th, 7, Never-married, Transport-moving, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 105495, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 50, United-States, >50K.
-71, Private, 155093, Assoc-voc, 11, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-33, Private, 312923, 10th, 6, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 80, Mexico, <=50K.
-56, Private, 202435, HS-grad, 9, Widowed, Machine-op-inspct, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
-24, Self-emp-not-inc, 49154, 11th, 7, Never-married, Other-service, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-37, Private, 184456, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-52, Private, 95329, Bachelors, 13, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, India, <=50K.
-42, Private, 173938, Bachelors, 13, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, ?, <=50K.
-56, Private, 373216, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-52, Private, 204226, Bachelors, 13, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-56, State-gov, 222745, Doctorate, 16, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 56, United-States, <=50K.
-54, Private, 106728, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-43, Self-emp-not-inc, 61287, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-68, Private, 146011, HS-grad, 9, Widowed, Craft-repair, Not-in-family, White, Female, 3273, 0, 42, United-States, <=50K.
-38, Private, 166744, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-44, Local-gov, 54651, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-32, ?, 42894, 11th, 7, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 15, United-States, <=50K.
-23, Private, 131230, Bachelors, 13, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-69, Private, 271312, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-52, Private, 163776, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 1902, 60, United-States, >50K.
-24, Private, 230126, Assoc-acdm, 12, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 37718, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-43, Private, 245975, 9th, 5, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 84, United-States, <=50K.
-59, State-gov, 115439, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 40, United-States, >50K.
-35, Private, 97554, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-43, Private, 109762, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 20, United-States, >50K.
-47, Private, 138342, 11th, 7, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-29, ?, 429696, Some-college, 10, Married-civ-spouse, ?, Own-child, Black, Female, 0, 0, 14, United-States, <=50K.
-77, ?, 309955, Assoc-acdm, 12, Married-civ-spouse, ?, Husband, White, Male, 0, 1411, 2, United-States, <=50K.
-48, Private, 275154, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 52849, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, ?, >50K.
-23, State-gov, 191165, Some-college, 10, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 15, United-States, <=50K.
-51, Private, 277471, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-43, Private, 171754, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Wife, Black, Female, 0, 0, 40, ?, <=50K.
-44, Private, 117936, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 249956, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-39, Self-emp-inc, 170502, Masters, 14, Divorced, Exec-managerial, Not-in-family, Black, Male, 0, 0, 70, United-States, >50K.
-19, Private, 202951, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-21, Private, 396722, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-49, Private, 93557, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 48, United-States, >50K.
-22, Private, 103805, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 36, United-States, <=50K.
-59, Private, 92141, HS-grad, 9, Widowed, Machine-op-inspct, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-51, Private, 171924, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 7688, 0, 50, United-States, >50K.
-38, Local-gov, 173804, Bachelors, 13, Divorced, Prof-specialty, Own-child, White, Female, 0, 0, 38, United-States, <=50K.
-45, Private, 139571, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
-56, Self-emp-inc, 142076, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-67, ?, 126514, Some-college, 10, Widowed, ?, Not-in-family, White, Female, 0, 0, 4, United-States, <=50K.
-27, Local-gov, 68729, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, >50K.
-21, Private, 37783, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
-55, Self-emp-not-inc, 183580, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-31, Private, 106637, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-57, Self-emp-not-inc, 411604, 9th, 5, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 45, Mexico, <=50K.
-33, Private, 214635, HS-grad, 9, Never-married, Craft-repair, Not-in-family, Black, Male, 0, 0, 40, ?, <=50K.
-26, Private, 201663, Masters, 14, Never-married, Prof-specialty, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 153064, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
-35, Private, 212465, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-19, ?, 93604, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-46, Private, 141221, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, >50K.
-38, Local-gov, 289653, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 1628, 48, United-States, <=50K.
-24, Private, 219835, 7th-8th, 4, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 24, Guatemala, <=50K.
-38, State-gov, 187119, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
-49, Private, 406518, HS-grad, 9, Divorced, Priv-house-serv, Unmarried, White, Female, 0, 0, 16, Yugoslavia, <=50K.
-34, Self-emp-not-inc, 372793, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, Black, Male, 0, 0, 21, ?, <=50K.
-55, ?, 229029, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 5178, 0, 20, United-States, >50K.
-51, Private, 145105, Some-college, 10, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-72, Private, 171181, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 2329, 0, 20, United-States, <=50K.
-60, Private, 80927, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, >50K.
-45, Private, 191357, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 153542, 10th, 6, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-49, Private, 27802, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-46, Private, 275792, Bachelors, 13, Never-married, Exec-managerial, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-62, Federal-gov, 162876, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 197600, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-50, Private, 134247, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
-18, Private, 179597, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-71, Private, 148003, Bachelors, 13, Divorced, Sales, Not-in-family, White, Female, 0, 1911, 38, United-States, >50K.
-30, Private, 185177, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 22, United-States, <=50K.
-51, Private, 133069, 10th, 6, Widowed, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-36, Private, 177154, Assoc-voc, 11, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-41, State-gov, 29324, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
-38, State-gov, 54911, Some-college, 10, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 10, United-States, <=50K.
-49, Private, 219611, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 75, United-States, >50K.
-42, State-gov, 200294, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-53, Private, 177063, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
-21, Private, 140001, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 10, United-States, <=50K.
-19, Private, 237433, HS-grad, 9, Never-married, Prof-specialty, Not-in-family, White, Female, 4416, 0, 40, United-States, <=50K.
-43, State-gov, 99185, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-47, Self-emp-not-inc, 52291, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 7688, 0, 45, United-States, >50K.
-30, Private, 247328, HS-grad, 9, Separated, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-63, Self-emp-not-inc, 388594, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-53, Local-gov, 130730, HS-grad, 9, Divorced, Adm-clerical, Other-relative, White, Female, 0, 0, 35, United-States, <=50K.
-23, Private, 115458, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 113866, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-61, Private, 284710, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 45, Columbia, >50K.
-60, Local-gov, 168381, Assoc-voc, 11, Widowed, Adm-clerical, Not-in-family, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 167063, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 33794, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 56, United-States, >50K.
-36, Private, 263574, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 95552, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 245724, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 3818, 0, 44, United-States, <=50K.
-59, Private, 152731, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 366876, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 203488, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-38, Private, 30529, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 3411, 0, 40, United-States, <=50K.
-57, Private, 201159, HS-grad, 9, Widowed, Sales, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-64, Self-emp-inc, 182158, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 60, United-States, >50K.
-48, Private, 443377, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-28, Private, 101618, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 42, United-States, >50K.
-46, Self-emp-inc, 132576, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 1887, 45, United-States, >50K.
-51, ?, 123429, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-55, Self-emp-inc, 147098, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Male, 0, 2444, 60, United-States, >50K.
-44, Private, 30424, Assoc-acdm, 12, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 1980, 40, United-States, <=50K.
-50, Private, 68898, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-58, Private, 158864, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Male, 0, 0, 55, United-States, >50K.
-27, Federal-gov, 180103, Assoc-voc, 11, Never-married, Tech-support, Unmarried, Black, Male, 1151, 0, 40, United-States, <=50K.
-52, Private, 317625, Masters, 14, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 80933, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-49, Private, 107373, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 99, United-States, >50K.
-32, Self-emp-not-inc, 220148, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-44, Self-emp-inc, 63503, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, Greece, >50K.
-63, Private, 210350, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, Other, Male, 0, 0, 32, Mexico, <=50K.
-60, Private, 194589, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 40, United-States, >50K.
-55, Private, 200453, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-77, Self-emp-not-inc, 101575, 12th, 8, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 12, United-States, <=50K.
-55, Private, 201232, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-51, Private, 168553, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-35, Private, 166606, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-26, ?, 104756, HS-grad, 9, Married-AF-spouse, ?, Wife, White, Female, 0, 1651, 42, United-States, <=50K.
-33, Private, 106014, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 100882, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 47, United-States, >50K.
-52, State-gov, 108836, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 48, United-States, >50K.
-50, Private, 271493, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-48, Local-gov, 204629, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 45, Canada, >50K.
-24, Private, 153078, Bachelors, 13, Never-married, Tech-support, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
-44, Private, 148316, Assoc-acdm, 12, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 293485, HS-grad, 9, Divorced, Priv-house-serv, Unmarried, White, Female, 0, 0, 32, United-States, <=50K.
-61, Local-gov, 257105, Some-college, 10, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-60, Private, 248160, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-18, ?, 104704, 11th, 7, Never-married, ?, Own-child, Black, Male, 0, 0, 25, United-States, <=50K.
-47, Private, 209057, Some-college, 10, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, >50K.
-30, Federal-gov, 243233, Some-college, 10, Married-civ-spouse, Armed-Forces, Husband, White, Male, 0, 0, 48, United-States, >50K.
-44, Private, 204314, HS-grad, 9, Married-civ-spouse, Other-service, Wife, Black, Female, 0, 0, 38, United-States, >50K.
-60, Private, 108969, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-44, Private, 103397, HS-grad, 9, Divorced, Handlers-cleaners, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 198452, Bachelors, 13, Separated, Tech-support, Unmarried, White, Female, 5455, 0, 40, United-States, <=50K.
-38, Private, 216572, HS-grad, 9, Separated, Priv-house-serv, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-42, Private, 311920, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 1485, 17, United-States, >50K.
-45, Self-emp-inc, 363298, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 45, United-States, >50K.
-40, Private, 146906, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-40, Private, 339814, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-60, Private, 169408, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-40, Self-emp-not-inc, 308296, HS-grad, 9, Divorced, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-45, Private, 59380, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-51, Self-emp-not-inc, 195634, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 10520, 0, 20, United-States, >50K.
-31, Federal-gov, 180656, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-19, Private, 144793, 11th, 7, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-24, Local-gov, 56820, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 41414, 9th, 5, Never-married, Other-service, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-28, Self-emp-not-inc, 160731, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-31, Private, 175778, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-19, Private, 230238, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 46, United-States, <=50K.
-39, State-gov, 372130, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 5013, 0, 56, United-States, <=50K.
-27, Private, 167501, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-39, Private, 141029, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
-45, Private, 135525, Masters, 14, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-21, Private, 522881, Assoc-voc, 11, Never-married, Exec-managerial, Other-relative, White, Male, 0, 0, 40, Mexico, <=50K.
-67, Private, 162009, 10th, 6, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 16, United-States, <=50K.
-28, Private, 365745, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 68393, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 46, United-States, <=50K.
-48, Private, 203576, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-24, State-gov, 138513, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-66, ?, 188686, Bachelors, 13, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 4, United-States, <=50K.
-23, Private, 39551, HS-grad, 9, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-17, Private, 127366, 10th, 6, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-21, Private, 183747, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 136331, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-53, Private, 81794, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-40, Private, 222596, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
-39, Private, 108943, 11th, 7, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 189092, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 43, United-States, <=50K.
-33, Private, 152109, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-36, Private, 195565, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-53, Private, 255927, Bachelors, 13, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 52, United-States, <=50K.
-32, Private, 100734, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-52, Local-gov, 266433, Some-college, 10, Widowed, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 158672, 11th, 7, Separated, Other-service, Not-in-family, White, Male, 0, 0, 38, Puerto-Rico, <=50K.
-35, Private, 102268, 12th, 8, Divorced, Protective-serv, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-49, Self-emp-not-inc, 228399, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 298510, Assoc-acdm, 12, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-75, Self-emp-inc, 126225, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-43, Private, 228456, Assoc-acdm, 12, Divorced, Exec-managerial, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-22, Self-emp-inc, 437161, HS-grad, 9, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-43, Federal-gov, 183608, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-40, Local-gov, 174395, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-29, Private, 221366, Some-college, 10, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 421010, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-44, Private, 245333, Assoc-voc, 11, Never-married, Prof-specialty, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-33, Local-gov, 352277, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 3103, 0, 45, United-States, >50K.
-38, Private, 29874, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 48, United-States, >50K.
-29, Private, 77322, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
-34, Private, 260560, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, >50K.
-27, Self-emp-inc, 217848, 12th, 8, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-20, Private, 283731, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-35, State-gov, 190759, Masters, 14, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-59, State-gov, 109567, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-19, Self-emp-not-inc, 209826, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Female, 0, 0, 32, United-States, <=50K.
-27, Private, 232801, 10th, 6, Divorced, Machine-op-inspct, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 154374, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 50, United-States, >50K.
-35, Self-emp-inc, 126738, Assoc-acdm, 12, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-26, Private, 202156, HS-grad, 9, Married-civ-spouse, Other-service, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-32, Private, 195447, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-23, ?, 113301, 11th, 7, Separated, ?, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-23, Private, 189203, Assoc-voc, 11, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-21, Private, 223019, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-58, Private, 195878, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 24, Cuba, <=50K.
-58, Private, 163150, HS-grad, 9, Widowed, Priv-house-serv, Not-in-family, White, Female, 0, 0, 28, United-States, <=50K.
-19, Self-emp-not-inc, 139278, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-29, Private, 196494, Some-college, 10, Divorced, Handlers-cleaners, Unmarried, White, Female, 0, 0, 36, United-States, <=50K.
-25, Federal-gov, 303704, Assoc-acdm, 12, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 304082, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, Peru, <=50K.
-18, Private, 106943, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
-23, Private, 220993, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-52, Private, 83984, Some-college, 10, Married-civ-spouse, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-23, State-gov, 340605, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 12, United-States, <=50K.
-18, Private, 379710, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-39, Private, 145933, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 15024, 0, 55, United-States, >50K.
-34, Self-emp-not-inc, 208068, 9th, 5, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 40, Guatemala, <=50K.
-39, Private, 172718, Some-college, 10, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 53285, Assoc-voc, 11, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-50, Private, 139793, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 3418, 0, 38, United-States, <=50K.
-68, ?, 365350, 5th-6th, 3, Married-spouse-absent, ?, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-32, Private, 144064, HS-grad, 9, Never-married, Adm-clerical, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 182676, 10th, 6, Never-married, Other-service, Own-child, White, Female, 0, 0, 38, Mexico, <=50K.
-29, Private, 108574, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-31, Self-emp-not-inc, 163845, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-25, Private, 344804, 5th-6th, 3, Married-spouse-absent, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, Mexico, <=50K.
-30, State-gov, 252818, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-56, Local-gov, 114231, 10th, 6, Widowed, Other-service, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
-42, Private, 111895, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-52, Private, 128814, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-37, Private, 168941, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-27, Private, 212578, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 1721, 20, United-States, <=50K.
-32, ?, 251120, Some-college, 10, Never-married, ?, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 192773, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 24, United-States, <=50K.
-37, State-gov, 180667, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 186172, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
-33, Private, 309590, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 40, Jamaica, <=50K.
-40, Private, 34178, Some-college, 10, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, >50K.
-44, Private, 103759, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
-34, State-gov, 137900, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 48, United-States, >50K.
-60, Private, 223911, Some-college, 10, Married-spouse-absent, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-48, Private, 55720, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 2407, 0, 40, United-States, <=50K.
-39, Private, 123535, 11th, 7, Married-civ-spouse, Other-service, Husband, Other, Male, 0, 0, 40, Guatemala, <=50K.
-24, Private, 479296, 9th, 5, Never-married, Sales, Own-child, White, Male, 0, 0, 48, United-States, <=50K.
-65, ?, 263125, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 2290, 0, 27, United-States, <=50K.
-63, ?, 174817, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 32, United-States, <=50K.
-28, Private, 134890, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-33, Private, 183887, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 1902, 46, United-States, >50K.
-28, Private, 55360, HS-grad, 9, Never-married, Sales, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 113211, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 45, United-States, >50K.
-25, Private, 224203, 11th, 7, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 40, United-States, <=50K.
-74, ?, 132112, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-28, Private, 113635, 12th, 8, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 52262, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Local-gov, 202300, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-19, Private, 307761, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
-48, Private, 324655, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-60, Private, 23336, Masters, 14, Divorced, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-26, Private, 206199, 11th, 7, Never-married, Transport-moving, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-38, Federal-gov, 365430, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-53, Private, 42740, Some-college, 10, Separated, Other-service, Own-child, White, Female, 0, 0, 39, United-States, <=50K.
-30, Private, 160594, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-53, Self-emp-inc, 202069, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, Black, Female, 0, 0, 30, United-States, <=50K.
-22, ?, 142875, 10th, 6, Never-married, ?, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-41, Self-emp-inc, 60414, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 99, United-States, >50K.
-42, Private, 340885, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-22, Private, 194096, Bachelors, 13, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-27, State-gov, 222506, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 60, United-States, <=50K.
-44, Private, 55191, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-58, Private, 88572, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
-28, Private, 216757, Doctorate, 16, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-48, Private, 57534, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-43, ?, 96321, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, >50K.
-41, Self-emp-not-inc, 201908, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-50, Local-gov, 237868, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 285570, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 187625, Some-college, 10, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, United-States, >50K.
-24, Private, 376755, Some-college, 10, Never-married, Other-service, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-56, Local-gov, 137078, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 175943, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-27, Private, 211208, 11th, 7, Separated, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 105821, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 36, United-States, <=50K.
-49, Private, 205694, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, Canada, <=50K.
-39, Private, 148485, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-28, Private, 142264, Assoc-voc, 11, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-45, Self-emp-not-inc, 125892, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-66, Private, 250226, HS-grad, 9, Widowed, Sales, Not-in-family, White, Female, 0, 0, 16, United-States, <=50K.
-19, Private, 300679, Some-college, 10, Never-married, Craft-repair, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-18, Private, 112626, Some-college, 10, Never-married, Priv-house-serv, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-47, Private, 153883, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 7688, 0, 45, United-States, >50K.
-48, Private, 103648, Assoc-voc, 11, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 41, United-States, <=50K.
-26, State-gov, 162487, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 20, ?, <=50K.
-49, Local-gov, 331650, Masters, 14, Divorced, Prof-specialty, Unmarried, White, Female, 9562, 0, 32, United-States, >50K.
-50, Self-emp-inc, 171338, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 40, United-States, >50K.
-47, Self-emp-not-inc, 178319, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 42, United-States, >50K.
-30, Private, 217460, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-44, Self-emp-not-inc, 182653, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-70, ?, 152837, HS-grad, 9, Widowed, ?, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-47, Private, 459189, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
-52, Private, 87858, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-32, Private, 125279, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 99, United-States, <=50K.
-39, Self-emp-not-inc, 169542, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 5178, 0, 40, United-States, >50K.
-47, Private, 363418, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, England, >50K.
-42, Private, 198282, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 104620, Masters, 14, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 0, 15, United-States, <=50K.
-29, Private, 176137, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-27, ?, 168347, HS-grad, 9, Separated, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-40, Private, 191814, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 40, United-States, >50K.
-42, Local-gov, 150533, Masters, 14, Married-civ-spouse, Protective-serv, Husband, White, Male, 7688, 0, 35, United-States, >50K.
-28, Private, 115677, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 1902, 40, United-States, >50K.
-19, Private, 182590, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 239648, Some-college, 10, Never-married, Machine-op-inspct, Unmarried, Asian-Pac-Islander, Male, 0, 0, 40, Cambodia, <=50K.
-71, Private, 139031, HS-grad, 9, Widowed, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-53, Federal-gov, 141340, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
-64, Private, 170645, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 2105, 0, 40, United-States, <=50K.
-44, Local-gov, 241506, Masters, 14, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-72, Private, 163921, Some-college, 10, Widowed, Adm-clerical, Unmarried, Black, Female, 0, 0, 20, United-States, <=50K.
-64, Self-emp-not-inc, 104958, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-51, Private, 144284, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, Self-emp-not-inc, 181139, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-55, Private, 209962, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-34, Private, 87218, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-36, Private, 182189, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 196337, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-25, Private, 238605, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-40, Private, 106501, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 2829, 0, 50, United-States, <=50K.
-24, Private, 172169, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-39, Private, 242922, HS-grad, 9, Never-married, Tech-support, Not-in-family, Black, Male, 0, 0, 35, United-States, <=50K.
-56, Private, 257555, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-25, Private, 192302, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
-38, Self-emp-inc, 115487, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-22, Private, 70160, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 410351, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 43, United-States, <=50K.
-25, Private, 236421, 12th, 8, Never-married, Other-service, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 196662, Some-college, 10, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 50, Puerto-Rico, <=50K.
-50, Self-emp-not-inc, 203004, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 99999, 0, 60, United-States, >50K.
-22, Private, 200819, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 222866, 10th, 6, Never-married, Farming-fishing, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 204160, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
-54, Private, 141707, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-32, Private, 123157, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 30, ?, <=50K.
-28, Private, 219863, Assoc-acdm, 12, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-44, ?, 29841, HS-grad, 9, Divorced, ?, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-59, Private, 35723, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 99999, 0, 40, United-States, >50K.
-52, Private, 163948, 9th, 5, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, >50K.
-19, ?, 255117, Some-college, 10, Never-married, ?, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-39, Private, 100032, HS-grad, 9, Married-civ-spouse, Protective-serv, Wife, White, Female, 0, 0, 15, United-States, >50K.
-22, Private, 33087, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-24, ?, 324469, Some-college, 10, Never-married, ?, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
-57, Private, 337001, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-18, Private, 151747, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-31, Local-gov, 85057, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, >50K.
-25, Private, 257910, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-37, Private, 94331, 12th, 8, Divorced, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-26, Private, 250261, 1st-4th, 2, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 55, Mexico, <=50K.
-32, Private, 97359, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-53, State-gov, 121294, 7th-8th, 4, Married-spouse-absent, Other-service, Unmarried, White, Female, 0, 0, 45, Poland, <=50K.
-49, Self-emp-inc, 211020, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-34, ?, 165295, 7th-8th, 4, Separated, ?, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
-65, Self-emp-inc, 116057, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 6723, 0, 40, United-States, <=50K.
-52, Private, 469005, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
-30, Local-gov, 197886, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 379917, Assoc-voc, 11, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 32, United-States, <=50K.
-28, Private, 30912, Assoc-acdm, 12, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 206889, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-45, Self-emp-not-inc, 87490, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 50, United-States, >50K.
-40, Local-gov, 241851, Prof-school, 15, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-42, Private, 155899, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-25, Federal-gov, 253135, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, ?, <=50K.
-77, Local-gov, 120408, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-64, Private, 77884, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
-43, Private, 162887, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-30, Private, 154843, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, India, <=50K.
-43, Local-gov, 115511, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 2002, 40, United-States, <=50K.
-40, Private, 121492, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 48, United-States, <=50K.
-31, Private, 103596, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
-25, Private, 457070, 7th-8th, 4, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
-19, Private, 73461, HS-grad, 9, Never-married, Tech-support, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-41, Self-emp-inc, 153078, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 1887, 70, South, >50K.
-51, Private, 194788, 10th, 6, Divorced, Adm-clerical, Other-relative, White, Female, 0, 0, 30, United-States, <=50K.
-31, Self-emp-not-inc, 203181, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-35, Private, 230279, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-52, Private, 89041, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-41, State-gov, 92717, Some-college, 10, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 1504, 40, United-States, <=50K.
-27, Private, 257033, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, Black, Male, 0, 0, 60, United-States, <=50K.
-40, Private, 145166, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 4064, 0, 40, United-States, <=50K.
-38, Private, 20308, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-34, ?, 203784, 11th, 7, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 38353, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 133373, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, >50K.
-60, ?, 167978, HS-grad, 9, Never-married, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-20, Private, 166302, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-17, Private, 333304, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-31, Local-gov, 265706, Bachelors, 13, Never-married, Protective-serv, Not-in-family, White, Male, 4650, 0, 40, United-States, <=50K.
-65, Self-emp-not-inc, 111916, Prof-school, 15, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 10, United-States, >50K.
-62, State-gov, 213700, Doctorate, 16, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-39, Private, 276559, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 2444, 45, United-States, >50K.
-36, Private, 36989, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-59, Private, 181566, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 4508, 0, 40, United-States, <=50K.
-23, Private, 202920, Assoc-voc, 11, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, Germany, <=50K.
-32, Self-emp-not-inc, 24529, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
-22, Private, 137320, HS-grad, 9, Never-married, Craft-repair, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-66, ?, 106791, HS-grad, 9, Widowed, ?, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 160510, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 50, United-States, >50K.
-34, ?, 112584, HS-grad, 9, Separated, ?, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-19, Private, 233779, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-54, State-gov, 276005, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-36, Self-emp-inc, 192251, Some-college, 10, Married-civ-spouse, Sales, Wife, White, Female, 0, 1902, 15, United-States, >50K.
-70, ?, 308689, 5th-6th, 3, Married-civ-spouse, ?, Husband, Black, Male, 0, 0, 40, Cuba, <=50K.
-50, Private, 274528, HS-grad, 9, Divorced, Craft-repair, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-17, Private, 23856, 11th, 7, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-53, Private, 175220, Bachelors, 13, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 7688, 0, 48, Taiwan, >50K.
-41, Self-emp-not-inc, 233150, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-26, Private, 153169, 10th, 6, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-59, Federal-gov, 298449, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 43, United-States, <=50K.
-17, Private, 188949, 11th, 7, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 157911, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
-33, Private, 243330, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-40, Private, 271343, Some-college, 10, Separated, Tech-support, Own-child, White, Female, 0, 0, 32, United-States, <=50K.
-48, Private, 45564, Assoc-voc, 11, Divorced, Prof-specialty, Not-in-family, White, Male, 4650, 0, 50, United-States, <=50K.
-47, Private, 262043, Bachelors, 13, Married-spouse-absent, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 103323, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-30, Self-emp-not-inc, 96480, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 60, United-States, >50K.
-47, Private, 154117, HS-grad, 9, Separated, Craft-repair, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 151856, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 132053, HS-grad, 9, Never-married, Adm-clerical, Other-relative, White, Female, 0, 1719, 40, United-States, <=50K.
-29, Private, 199118, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, Guatemala, <=50K.
-36, Self-emp-not-inc, 119272, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 38, United-States, <=50K.
-18, Private, 209792, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-35, Private, 185084, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 48, United-States, >50K.
-41, Private, 230931, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 40, Puerto-Rico, <=50K.
-23, Private, 162282, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-39, Self-emp-not-inc, 185366, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, >50K.
-46, Private, 93557, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 160428, Assoc-acdm, 12, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 43, United-States, <=50K.
-53, Private, 159650, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-54, Local-gov, 137678, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-48, Self-emp-not-inc, 56841, Some-college, 10, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-32, Self-emp-not-inc, 33124, Bachelors, 13, Never-married, Craft-repair, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-31, Private, 219117, Some-college, 10, Divorced, Exec-managerial, Unmarried, White, Female, 5455, 0, 60, United-States, <=50K.
-43, Private, 208045, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-43, Private, 128578, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 7688, 0, 60, United-States, >50K.
-28, Private, 351731, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 50, United-States, <=50K.
-46, Private, 201694, Assoc-acdm, 12, Separated, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-34, Private, 205152, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-73, ?, 30713, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 10, United-States, <=50K.
-25, Private, 190107, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-23, Federal-gov, 244480, Some-college, 10, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 15, United-States, <=50K.
-32, Private, 347112, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-37, Federal-gov, 106297, HS-grad, 9, Divorced, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 128516, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-27, Private, 55950, Some-college, 10, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 324505, Some-college, 10, Separated, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 130760, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-24, Local-gov, 174413, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 1974, 40, United-States, <=50K.
-29, ?, 20877, Some-college, 10, Never-married, ?, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-22, Private, 144238, 11th, 7, Never-married, Farming-fishing, Own-child, White, Female, 0, 0, 38, United-States, <=50K.
-47, Private, 193047, Doctorate, 16, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-43, Private, 300099, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-65, ?, 369902, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 8, United-States, <=50K.
-56, Self-emp-not-inc, 42166, Bachelors, 13, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-54, Private, 171924, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, Canada, >50K.
-50, Private, 201984, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 306420, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
-32, Self-emp-not-inc, 46746, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 65, United-States, <=50K.
-37, Private, 185325, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 44, United-States, <=50K.
-30, Private, 201697, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 181372, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
-39, Private, 112077, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 370057, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 72591, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-37, Local-gov, 105803, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-20, Private, 198478, HS-grad, 9, Never-married, Farming-fishing, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 119017, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-42, Private, 138872, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 99, United-States, <=50K.
-56, Federal-gov, 97213, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
-40, Private, 36556, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-38, State-gov, 200904, 10th, 6, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-49, Private, 186256, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 5013, 0, 30, United-States, <=50K.
-18, Private, 115815, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, England, <=50K.
-42, Private, 308770, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-25, Local-gov, 187792, Some-college, 10, Divorced, Protective-serv, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 233571, Some-college, 10, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 1902, 40, United-States, >50K.
-26, Private, 131913, Bachelors, 13, Never-married, Machine-op-inspct, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-26, Private, 31558, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 90, United-States, >50K.
-33, Private, 255004, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 2354, 0, 61, United-States, <=50K.
-25, Local-gov, 315287, Some-college, 10, Never-married, Protective-serv, Other-relative, Black, Male, 0, 0, 40, Trinadad&Tobago, <=50K.
-18, Private, 182545, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-59, Private, 750972, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-69, Self-emp-not-inc, 505365, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 6514, 0, 45, United-States, >50K.
-22, Local-gov, 177475, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-40, Private, 203761, 11th, 7, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-40, Self-emp-not-inc, 36104, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-33, Self-emp-inc, 179708, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, Self-emp-inc, 77392, 10th, 6, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, >50K.
-73, ?, 86709, Some-college, 10, Never-married, ?, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 38, United-States, <=50K.
-59, Local-gov, 173992, HS-grad, 9, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-20, Private, 119665, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 188391, Assoc-acdm, 12, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 46, United-States, <=50K.
-51, Private, 326005, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, England, >50K.
-24, Private, 203203, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-59, Private, 64102, 10th, 6, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 169188, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-45, Private, 385793, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 40, Mexico, <=50K.
-25, Private, 390537, Some-college, 10, Never-married, Sales, Unmarried, White, Female, 0, 0, 25, El-Salvador, <=50K.
-29, Private, 115677, 11th, 7, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 42, United-States, <=50K.
-22, Private, 230248, Assoc-acdm, 12, Never-married, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-66, ?, 59056, 10th, 6, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-72, Private, 108038, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 60, Cuba, >50K.
-39, Local-gov, 282461, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
-36, Private, 184659, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-65, Private, 182470, Assoc-voc, 11, Married-spouse-absent, Craft-repair, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-63, Private, 458609, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 3674, 0, 30, United-States, <=50K.
-58, Private, 104476, Some-college, 10, Separated, Adm-clerical, Not-in-family, White, Female, 0, 1092, 40, United-States, <=50K.
-27, Private, 200802, Assoc-voc, 11, Separated, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-58, Private, 170608, 10th, 6, Separated, Protective-serv, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-52, Private, 197322, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 118358, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-21, ?, 520231, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-61, Self-emp-not-inc, 198017, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, ?, <=50K.
-29, Private, 131045, Assoc-voc, 11, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-19, ?, 272166, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 1602, 30, United-States, <=50K.
-30, Private, 110083, Assoc-voc, 11, Never-married, Craft-repair, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 335569, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 167159, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
-50, Private, 170326, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-39, Private, 319052, Bachelors, 13, Married-civ-spouse, Handlers-cleaners, Wife, Asian-Pac-Islander, Female, 0, 0, 37, Philippines, <=50K.
-57, Private, 174662, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 110732, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 50, United-States, <=50K.
-27, Federal-gov, 409815, Some-college, 10, Divorced, Adm-clerical, Other-relative, Black, Female, 0, 0, 50, United-States, <=50K.
-28, Private, 79874, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 37, United-States, <=50K.
-49, Private, 116641, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 15024, 0, 35, United-States, >50K.
-33, Private, 87209, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-64, Local-gov, 152172, 10th, 6, Married-civ-spouse, Machine-op-inspct, Wife, White, Male, 0, 0, 40, ?, <=50K.
-46, Self-emp-not-inc, 142222, Some-college, 10, Separated, Exec-managerial, Unmarried, White, Female, 1151, 0, 60, United-States, <=50K.
-50, Local-gov, 120521, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Amer-Indian-Eskimo, Male, 0, 0, 50, United-States, >50K.
-43, Self-emp-not-inc, 247752, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-26, Private, 34161, Some-college, 10, Never-married, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 589155, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-50, Private, 149784, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 402522, 1st-4th, 2, Divorced, Farming-fishing, Unmarried, White, Male, 0, 0, 40, Thailand, <=50K.
-28, Private, 228346, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-21, Private, 415755, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 289653, Bachelors, 13, Divorced, Sales, Unmarried, White, Male, 0, 0, 45, United-States, >50K.
-17, Private, 165018, 10th, 6, Never-married, Sales, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
-19, Private, 322866, HS-grad, 9, Never-married, Other-service, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-45, Self-emp-not-inc, 244813, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 38, United-States, >50K.
-27, Private, 538193, 11th, 7, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 50, United-States, <=50K.
-45, Private, 256367, 12th, 8, Divorced, Farming-fishing, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 95864, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-57, Self-emp-not-inc, 291167, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 126569, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, Poland, <=50K.
-34, Private, 128016, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 99999, 0, 40, United-States, >50K.
-18, ?, 323584, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 10, United-States, <=50K.
-65, ?, 115431, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-26, Private, 246156, 10th, 6, Never-married, Craft-repair, Other-relative, White, Male, 0, 0, 24, Honduras, <=50K.
-44, Private, 346081, HS-grad, 9, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-38, Local-gov, 156383, Some-college, 10, Never-married, Protective-serv, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-49, Private, 151267, Assoc-voc, 11, Divorced, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-41, Local-gov, 249039, HS-grad, 9, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-52, Federal-gov, 157454, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 143540, 9th, 5, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-72, State-gov, 120733, 7th-8th, 4, Widowed, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-48, Private, 344381, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 42, United-States, >50K.
-32, Private, 149787, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
-22, Private, 268525, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-24, Private, 396099, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-24, Private, 221442, Some-college, 10, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
-55, Private, 115198, 9th, 5, Married-civ-spouse, Transport-moving, Wife, White, Female, 0, 0, 48, United-States, <=50K.
-48, Federal-gov, 102359, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-42, Local-gov, 298885, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 93213, Masters, 14, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-40, Private, 130760, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 42, United-States, <=50K.
-29, ?, 236834, Some-college, 10, Divorced, ?, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-39, Self-emp-inc, 31709, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 20, United-States, >50K.
-45, Private, 192053, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-21, Private, 95918, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 43, Germany, <=50K.
-36, Self-emp-inc, 132879, Masters, 14, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-28, Private, 64940, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-57, Private, 106910, HS-grad, 9, Divorced, Adm-clerical, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
-22, Private, 210474, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-31, Local-gov, 393965, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 8, United-States, <=50K.
-23, Local-gov, 117789, Assoc-voc, 11, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-35, Self-emp-not-inc, 134498, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 45, United-States, >50K.
-28, Private, 212068, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 1980, 40, United-States, <=50K.
-27, Private, 169544, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-76, ?, 32995, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 5, United-States, <=50K.
-37, Private, 261241, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 1485, 50, United-States, <=50K.
-43, Private, 145784, HS-grad, 9, Never-married, Other-service, Other-relative, Asian-Pac-Islander, Female, 0, 0, 40, ?, <=50K.
-33, Private, 252646, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-56, Private, 161944, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-50, Self-emp-inc, 249644, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-35, Private, 195081, HS-grad, 9, Never-married, Sales, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-36, Private, 428251, Bachelors, 13, Never-married, Tech-support, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-59, Self-emp-not-inc, 198145, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 35, United-States, >50K.
-42, Private, 348059, Doctorate, 16, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-21, Private, 43587, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-24, Private, 318612, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 1504, 40, United-States, <=50K.
-17, ?, 235661, 10th, 6, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-29, Private, 129528, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-61, Private, 200427, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-35, Private, 188243, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, White, Female, 0, 0, 48, United-States, <=50K.
-56, Self-emp-not-inc, 306633, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-44, Self-emp-not-inc, 85019, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 40, ?, >50K.
-22, ?, 356286, HS-grad, 9, Never-married, ?, Own-child, Black, Male, 0, 0, 10, United-States, <=50K.
-45, Private, 102771, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-40, Local-gov, 34739, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 36, United-States, <=50K.
-22, ?, 201959, HS-grad, 9, Never-married, ?, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 126743, 5th-6th, 3, Never-married, Other-service, Other-relative, White, Male, 2176, 0, 52, Mexico, <=50K.
-46, Local-gov, 85341, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 56, United-States, <=50K.
-57, Private, 275943, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 82823, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 5013, 0, 30, United-States, <=50K.
-30, Private, 183388, HS-grad, 9, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-21, Private, 116489, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-62, Self-emp-not-inc, 215789, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 50, United-States, >50K.
-19, Private, 365871, Some-college, 10, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 32, United-States, <=50K.
-63, Local-gov, 199275, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 8614, 0, 38, United-States, >50K.
-39, Self-emp-not-inc, 34111, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-72, ?, 314567, Some-college, 10, Widowed, ?, Not-in-family, White, Female, 0, 0, 8, United-States, <=50K.
-40, Self-emp-inc, 102576, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 55, Trinadad&Tobago, <=50K.
-27, Private, 103524, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 35, United-States, <=50K.
-47, Self-emp-not-inc, 114222, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 25, United-States, <=50K.
-28, Private, 246933, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 107812, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-26, Self-emp-not-inc, 109162, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 25, United-States, <=50K.
-59, Private, 112798, HS-grad, 9, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
-33, Private, 30612, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 105994, 11th, 7, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-57, Private, 113090, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-30, Private, 26252, Assoc-acdm, 12, Never-married, Adm-clerical, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 49469, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 55, United-States, >50K.
-24, Private, 172169, Some-college, 10, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 30, United-States, <=50K.
-36, Private, 151029, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-46, Private, 134242, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-38, State-gov, 87282, Assoc-voc, 11, Never-married, Adm-clerical, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
-19, Private, 84250, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-33, Private, 76107, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 4386, 0, 60, United-States, >50K.
-59, Self-emp-inc, 36085, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 60, United-States, >50K.
-32, Private, 220333, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 7298, 0, 46, United-States, >50K.
-58, Private, 105363, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Portugal, <=50K.
-19, Private, 198668, 12th, 8, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 47, United-States, <=50K.
-43, Private, 157473, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-20, Private, 126568, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-56, Self-emp-inc, 220896, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-57, Federal-gov, 236048, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-42, Private, 34218, Prof-school, 15, Divorced, Prof-specialty, Not-in-family, White, Male, 99999, 0, 80, United-States, >50K.
-62, Private, 155915, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 139684, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-34, Private, 23778, Bachelors, 13, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 236804, Some-college, 10, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-78, Private, 454321, 1st-4th, 2, Widowed, Handlers-cleaners, Other-relative, White, Male, 0, 0, 20, Nicaragua, <=50K.
-43, Private, 229148, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, Black, Male, 0, 0, 50, Outlying-US(Guam-USVI-etc), <=50K.
-60, Local-gov, 119986, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Local-gov, 455399, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, Black, Male, 15024, 0, 40, United-States, >50K.
-21, Private, 301694, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 35, Mexico, <=50K.
-64, ?, 155142, HS-grad, 9, Widowed, ?, Not-in-family, Black, Male, 0, 0, 20, United-States, <=50K.
-27, Private, 259652, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-44, State-gov, 156642, HS-grad, 9, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 39, United-States, <=50K.
-37, Private, 94208, 1st-4th, 2, Divorced, Other-service, Unmarried, White, Female, 0, 0, 35, Mexico, <=50K.
-31, Private, 117719, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, Portugal, <=50K.
-27, Local-gov, 100817, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 144990, HS-grad, 9, Married-spouse-absent, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-37, Self-emp-inc, 198841, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-43, Private, 223881, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-18, Private, 264017, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 16, Canada, <=50K.
-23, State-gov, 26842, Assoc-voc, 11, Married-AF-spouse, Adm-clerical, Wife, White, Female, 0, 0, 30, United-States, <=50K.
-40, Private, 477345, 7th-8th, 4, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 2057, 40, Mexico, <=50K.
-22, Private, 267412, Preschool, 1, Never-married, Other-service, Own-child, Black, Female, 594, 0, 20, Jamaica, <=50K.
-61, Self-emp-inc, 190610, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
-63, Private, 281237, Some-college, 10, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-59, Private, 254593, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
-33, Private, 159187, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 54, United-States, >50K.
-51, State-gov, 200450, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, >50K.
-38, Local-gov, 140854, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
-52, Private, 242517, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 7688, 0, 40, United-States, >50K.
-47, Self-emp-not-inc, 294671, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
-20, State-gov, 68358, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
-53, Private, 107096, Bachelors, 13, Never-married, Sales, Unmarried, White, Male, 0, 1669, 50, United-States, <=50K.
-43, Private, 244419, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-26, Self-emp-not-inc, 195636, 10th, 6, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 75, United-States, >50K.
-39, Private, 368586, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Female, 0, 0, 37, Puerto-Rico, <=50K.
-30, Private, 215808, HS-grad, 9, Separated, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-45, Private, 165822, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-25, Private, 193379, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 120121, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-25, Local-gov, 311603, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
-48, Private, 323798, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 38, United-States, >50K.
-32, Private, 253890, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-67, ?, 105252, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-37, Private, 220696, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 194097, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 30, United-States, >50K.
-28, Private, 181291, Some-college, 10, Married-civ-spouse, Other-service, Own-child, White, Female, 7688, 0, 40, United-States, >50K.
-28, Private, 258594, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-28, Private, 138976, HS-grad, 9, Never-married, Craft-repair, Not-in-family, Black, Male, 0, 0, 48, United-States, <=50K.
-22, Private, 81145, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 250853, Assoc-voc, 11, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-35, ?, 365739, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 257863, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-27, Private, 203697, Masters, 14, Never-married, Tech-support, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-54, Private, 87205, HS-grad, 9, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-66, Self-emp-not-inc, 195161, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 20, ?, <=50K.
-41, Private, 470486, 1st-4th, 2, Married-spouse-absent, Handlers-cleaners, Unmarried, White, Male, 0, 1719, 40, Mexico, <=50K.
-46, Local-gov, 93557, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 3103, 0, 50, United-States, >50K.
-39, Private, 107991, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-51, Private, 63081, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
-26, Private, 73988, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-53, Private, 136080, HS-grad, 9, Divorced, Priv-house-serv, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-38, State-gov, 49115, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 27, United-States, <=50K.
-30, Private, 314649, HS-grad, 9, Married-spouse-absent, Farming-fishing, Unmarried, Asian-Pac-Islander, Male, 0, 0, 40, ?, <=50K.
-18, Private, 166224, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-44, ?, 118484, Prof-school, 15, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 80, United-States, <=50K.
-56, Local-gov, 291529, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-41, Self-emp-not-inc, 252392, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 96, Mexico, <=50K.
-42, Private, 86912, Bachelors, 13, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-44, Private, 193537, 9th, 5, Never-married, Priv-house-serv, Unmarried, White, Female, 0, 0, 50, Puerto-Rico, <=50K.
-33, Private, 83231, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-43, Private, 325461, Some-college, 10, Divorced, Tech-support, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-21, Private, 36011, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 274869, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 178322, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 70, United-States, >50K.
-38, Private, 67666, Masters, 14, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 38, United-States, <=50K.
-33, Private, 153005, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 138269, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-33, Private, 265204, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-43, Private, 437318, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
-38, Private, 208109, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Male, 0, 0, 50, United-States, <=50K.
-50, Self-emp-not-inc, 91103, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 51, United-States, >50K.
-57, State-gov, 388225, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-76, Self-emp-not-inc, 42162, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 2, United-States, <=50K.
-52, Self-emp-not-inc, 417227, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-36, State-gov, 180220, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-30, Private, 187560, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-39, Private, 127573, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 2202, 0, 45, United-States, <=50K.
-51, Federal-gov, 68898, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-31, Private, 78662, HS-grad, 9, Separated, Sales, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
-56, Private, 158776, 11th, 7, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-28, Private, 164575, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 328301, Some-college, 10, Never-married, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-49, Private, 213897, Bachelors, 13, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 0, 0, 50, Japan, >50K.
-40, Private, 230684, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-23, Private, 381679, Some-college, 10, Never-married, Tech-support, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-44, Local-gov, 360884, Masters, 14, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-36, State-gov, 256992, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
-31, Private, 112115, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 113577, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 189382, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
-45, Private, 201080, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
-46, Private, 344415, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-57, Private, 201232, HS-grad, 9, Married-civ-spouse, Priv-house-serv, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-20, Private, 332194, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
-30, Private, 216864, 9th, 5, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-60, Private, 290922, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 27, United-States, <=50K.
-42, Local-gov, 223548, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 109419, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 8614, 0, 45, United-States, >50K.
-27, Private, 135296, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
-59, State-gov, 100270, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
-18, Private, 99497, 12th, 8, Never-married, Other-service, Own-child, Other, Female, 0, 0, 30, United-States, <=50K.
-26, ?, 223665, HS-grad, 9, Divorced, ?, Unmarried, White, Female, 0, 0, 84, United-States, <=50K.
-48, Self-emp-inc, 341762, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-41, Private, 236483, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-20, ?, 311570, HS-grad, 9, Married-civ-spouse, ?, Other-relative, White, Female, 0, 0, 32, United-States, <=50K.
-36, Private, 588739, Bachelors, 13, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, India, <=50K.
-44, Self-emp-inc, 79521, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 15024, 0, 55, United-States, >50K.
-36, Private, 327435, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 229636, Assoc-acdm, 12, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 5013, 0, 60, United-States, <=50K.
-26, Private, 124483, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 25, India, <=50K.
-58, Private, 218764, Assoc-voc, 11, Widowed, Prof-specialty, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
-39, State-gov, 178100, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-19, ?, 197057, Some-college, 10, Never-married, ?, Own-child, Black, Male, 0, 0, 30, United-States, <=50K.
-39, Private, 191161, HS-grad, 9, Separated, Craft-repair, Unmarried, White, Male, 0, 0, 55, United-States, <=50K.
-65, Private, 266828, HS-grad, 9, Widowed, Craft-repair, Not-in-family, White, Male, 1848, 0, 40, United-States, <=50K.
-29, Private, 251526, Some-college, 10, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 0, 20, United-States, <=50K.
-22, ?, 145964, HS-grad, 9, Never-married, ?, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 307149, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-36, Private, 37238, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 42, United-States, <=50K.
-32, Private, 129020, Bachelors, 13, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 209432, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 139364, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-25, Federal-gov, 169124, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 116391, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-31, Private, 176025, HS-grad, 9, Never-married, Tech-support, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-66, Self-emp-not-inc, 44712, HS-grad, 9, Married-civ-spouse, Craft-repair, Wife, White, Female, 0, 0, 15, United-States, <=50K.
-35, Self-emp-not-inc, 190759, Some-college, 10, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 185692, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-17, Private, 80576, 10th, 6, Never-married, Other-service, Own-child, White, Female, 0, 0, 16, United-States, <=50K.
-31, Private, 282173, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-20, Private, 187158, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-25, Private, 214468, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-59, Self-emp-not-inc, 185410, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-37, Private, 87757, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-42, Private, 449578, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, >50K.
-31, Private, 309028, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 155293, 12th, 8, Divorced, Sales, Not-in-family, White, Female, 0, 1762, 45, United-States, <=50K.
-46, Private, 32825, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-36, Private, 216845, 1st-4th, 2, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-45, State-gov, 149640, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 38, United-States, >50K.
-19, State-gov, 140985, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-38, Private, 218188, Assoc-acdm, 12, Never-married, Other-service, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-27, State-gov, 187327, HS-grad, 9, Separated, Protective-serv, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-33, Private, 182511, Assoc-voc, 11, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-55, Self-emp-not-inc, 157639, 9th, 5, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 58, United-States, <=50K.
-46, Local-gov, 258498, Masters, 14, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 87632, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 228394, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 36, United-States, <=50K.
-59, State-gov, 200732, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 50, Philippines, >50K.
-36, Private, 49657, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-27, Local-gov, 106179, Bachelors, 13, Married-spouse-absent, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-21, Private, 135267, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
-65, ?, 486436, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 45, United-States, >50K.
-29, Private, 69757, Bachelors, 13, Divorced, Exec-managerial, Other-relative, White, Female, 0, 0, 50, United-States, <=50K.
-53, Private, 190319, Bachelors, 13, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 0, 1485, 40, Thailand, >50K.
-20, Private, 188409, Some-college, 10, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-54, Private, 181246, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 103573, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 180725, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 16, United-States, <=50K.
-26, State-gov, 34862, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, Asian-Pac-Islander, Male, 0, 0, 38, ?, <=50K.
-55, Self-emp-inc, 275236, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 48, United-States, >50K.
-40, Self-emp-not-inc, 76487, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-37, Federal-gov, 75073, Assoc-acdm, 12, Never-married, Protective-serv, Not-in-family, Black, Male, 0, 0, 42, United-States, <=50K.
-23, Private, 231929, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 186410, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 38, United-States, <=50K.
-42, Self-emp-not-inc, 344624, Doctorate, 16, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 99, United-States, >50K.
-66, Private, 97847, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 38, United-States, <=50K.
-30, Private, 387521, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-25, ?, 193511, Bachelors, 13, Never-married, ?, Own-child, White, Female, 0, 0, 35, El-Salvador, <=50K.
-20, Private, 325033, 12th, 8, Never-married, Other-service, Own-child, Black, Male, 0, 0, 35, United-States, >50K.
-37, Private, 285637, HS-grad, 9, Never-married, Transport-moving, Not-in-family, Black, Male, 0, 0, 50, United-States, <=50K.
-20, Private, 186014, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
-27, Private, 203160, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-20, ?, 190290, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-33, Private, 219553, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-53, Private, 290882, 7th-8th, 4, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-54, Private, 133403, 9th, 5, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 1902, 35, United-States, <=50K.
-33, Private, 150154, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 203076, 10th, 6, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 158592, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-23, Federal-gov, 215115, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-20, Private, 117476, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 159269, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 18, United-States, <=50K.
-24, Private, 189924, Assoc-voc, 11, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 60, United-States, <=50K.
-32, Local-gov, 226296, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-38, Private, 103886, Some-college, 10, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-34, Federal-gov, 148508, Some-college, 10, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-39, Private, 79586, Some-college, 10, Married-civ-spouse, Tech-support, Husband, Asian-Pac-Islander, Male, 0, 0, 35, India, >50K.
-40, ?, 95049, Assoc-voc, 11, Separated, ?, Own-child, White, Female, 0, 0, 40, ?, <=50K.
-45, Self-emp-inc, 192835, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-21, Private, 316184, HS-grad, 9, Never-married, Other-service, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
-49, Private, 132476, Doctorate, 16, Divorced, Tech-support, Unmarried, White, Male, 7430, 0, 40, United-States, >50K.
-44, Private, 76487, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 302712, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-42, Private, 225193, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-49, Private, 102092, 11th, 7, Widowed, Craft-repair, Not-in-family, White, Male, 2174, 0, 40, United-States, <=50K.
-51, Private, 173754, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
-20, Private, 38238, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-41, Private, 212027, 11th, 7, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 173593, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 75, United-States, <=50K.
-27, Local-gov, 132718, HS-grad, 9, Never-married, Transport-moving, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 103588, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-37, Local-gov, 75387, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 38444, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 10, United-States, <=50K.
-21, Private, 35603, HS-grad, 9, Never-married, Protective-serv, Not-in-family, Black, Male, 0, 0, 11, United-States, <=50K.
-24, Private, 588484, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 594, 0, 40, United-States, <=50K.
-62, ?, 191118, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-70, ?, 88638, HS-grad, 9, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 8, United-States, <=50K.
-61, Private, 27086, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-63, Private, 184319, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 24, United-States, <=50K.
-31, Private, 307375, Some-college, 10, Never-married, Other-service, Not-in-family, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-17, Private, 93511, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-23, Private, 32950, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 313945, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-47, Local-gov, 275517, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 72, United-States, <=50K.
-55, Private, 132145, 9th, 5, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-37, Self-emp-not-inc, 377798, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-48, Private, 198000, Bachelors, 13, Never-married, Sales, Other-relative, White, Female, 0, 0, 38, United-States, >50K.
-67, Private, 166591, HS-grad, 9, Divorced, Priv-house-serv, Unmarried, Black, Female, 1848, 0, 99, United-States, <=50K.
-72, Self-emp-not-inc, 117030, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-31, Local-gov, 275369, Some-college, 10, Never-married, Protective-serv, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 300584, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-27, Local-gov, 230997, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-32, Private, 73199, 12th, 8, Never-married, Farming-fishing, Own-child, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
-61, Private, 362068, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-34, Private, 162604, HS-grad, 9, Never-married, Craft-repair, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 86143, Assoc-voc, 11, Married-civ-spouse, Handlers-cleaners, Own-child, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
-39, Private, 116477, Assoc-voc, 11, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-49, Self-emp-not-inc, 102308, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 35, United-States, >50K.
-57, Self-emp-inc, 199067, 7th-8th, 4, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 90, Greece, >50K.
-47, Private, 205100, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
-38, Private, 127493, Assoc-acdm, 12, Widowed, Sales, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-77, Self-emp-not-inc, 34761, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 221480, Some-college, 10, Never-married, Tech-support, Unmarried, White, Female, 0, 0, 8, United-States, <=50K.
-37, Self-emp-not-inc, 216473, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-43, Self-emp-inc, 147206, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Male, 27828, 0, 45, United-States, >50K.
-50, Private, 162868, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-68, Self-emp-not-inc, 335701, 7th-8th, 4, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-55, Private, 250322, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-52, Local-gov, 182856, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 10520, 0, 45, United-States, >50K.
-24, Private, 97743, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 37, United-States, <=50K.
-42, Private, 227065, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-51, Private, 59840, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Male, 2174, 0, 40, United-States, <=50K.
-26, Private, 140446, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-32, Federal-gov, 86150, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, Asian-Pac-Islander, Female, 0, 1977, 40, United-States, >50K.
-51, Private, 147876, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-26, Private, 219199, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 28497, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 8, United-States, <=50K.
-27, Private, 405177, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-29, Private, 320451, Bachelors, 13, Married-spouse-absent, Sales, Other-relative, Asian-Pac-Islander, Male, 0, 0, 40, ?, <=50K.
-71, Self-emp-not-inc, 30661, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 6514, 0, 40, United-States, >50K.
-30, Local-gov, 38268, HS-grad, 9, Separated, Other-service, Unmarried, White, Male, 0, 0, 40, United-States, >50K.
-42, Private, 199900, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 52, United-States, <=50K.
-39, Self-emp-inc, 172538, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-17, Private, 194517, 11th, 7, Never-married, Farming-fishing, Own-child, White, Female, 0, 0, 18, United-States, <=50K.
-20, Private, 129024, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-37, Private, 203828, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 146659, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 29261, Assoc-acdm, 12, Never-married, Other-service, Other-relative, White, Male, 0, 0, 42, United-States, <=50K.
-19, Private, 366109, 10th, 6, Never-married, Other-service, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 212091, Some-college, 10, Divorced, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 202872, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 36, United-States, >50K.
-31, Private, 373903, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-41, Private, 289403, HS-grad, 9, Divorced, Tech-support, Not-in-family, Black, Male, 0, 0, 40, ?, <=50K.
-21, Private, 60552, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-46, Private, 188325, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, >50K.
-21, ?, 398480, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-37, Federal-gov, 254202, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 27828, 0, 50, United-States, >50K.
-41, Self-emp-inc, 277858, Bachelors, 13, Widowed, Exec-managerial, Not-in-family, Black, Female, 0, 0, 45, United-States, <=50K.
-50, Private, 102346, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 36, ?, <=50K.
-34, Private, 226629, 12th, 8, Separated, Sales, Unmarried, White, Female, 0, 0, 34, United-States, <=50K.
-47, Private, 219632, 1st-4th, 2, Widowed, Machine-op-inspct, Unmarried, White, Male, 0, 0, 40, Mexico, <=50K.
-21, Private, 449101, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-49, Private, 330535, Doctorate, 16, Divorced, Exec-managerial, Unmarried, White, Male, 0, 0, 40, United-States, >50K.
-38, Private, 202937, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
-43, Federal-gov, 269733, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-40, Self-emp-not-inc, 355856, Bachelors, 13, Married-spouse-absent, Exec-managerial, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
-48, Self-emp-inc, 275100, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 70, Greece, >50K.
-30, State-gov, 136997, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 136931, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 38, Thailand, <=50K.
-31, ?, 346736, HS-grad, 9, Never-married, ?, Other-relative, White, Female, 0, 0, 45, United-States, <=50K.
-30, Local-gov, 264936, Bachelors, 13, Separated, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-37, Private, 269722, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 38, United-States, <=50K.
-28, Private, 251905, Masters, 14, Never-married, Sales, Not-in-family, White, Male, 0, 0, 42, United-States, <=50K.
-57, Private, 180636, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 116915, Some-college, 10, Never-married, Craft-repair, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-40, Self-emp-not-inc, 182516, Assoc-acdm, 12, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-49, Local-gov, 199862, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 2179, 40, United-States, <=50K.
-44, Private, 127482, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 7688, 0, 40, United-States, >50K.
-44, Private, 142968, HS-grad, 9, Widowed, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-18, Private, 115258, 10th, 6, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 190822, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 31, United-States, <=50K.
-50, Local-gov, 68898, Doctorate, 16, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-17, Self-emp-inc, 151999, 12th, 8, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 16, United-States, <=50K.
-28, Self-emp-not-inc, 236471, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-38, Local-gov, 29075, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, Amer-Indian-Eskimo, Female, 5013, 0, 40, United-States, <=50K.
-43, State-gov, 186990, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 37, United-States, <=50K.
-48, Private, 210369, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-57, ?, 179644, Assoc-voc, 11, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 5, United-States, <=50K.
-28, Private, 119128, Assoc-acdm, 12, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 188386, HS-grad, 9, Divorced, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 120645, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-58, Local-gov, 303176, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 358434, Bachelors, 13, Never-married, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-57, Private, 36091, HS-grad, 9, Separated, Other-service, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-48, Private, 250648, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 35, United-States, >50K.
-49, Private, 131918, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, >50K.
-40, Self-emp-not-inc, 151504, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, >50K.
-41, Private, 161880, HS-grad, 9, Separated, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 50, United-States, <=50K.
-45, Private, 123681, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 94090, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-22, ?, 129980, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
-50, Private, 237258, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 27828, 0, 48, United-States, >50K.
-65, Self-emp-not-inc, 147377, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 16, United-States, <=50K.
-36, Federal-gov, 253627, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, Puerto-Rico, >50K.
-63, ?, 528618, 10th, 6, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 27881, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-28, Private, 79874, Assoc-voc, 11, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 156981, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-46, Local-gov, 195418, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-37, Private, 175185, 11th, 7, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 273796, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 65, United-States, >50K.
-37, State-gov, 373699, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
-31, Private, 82508, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 162551, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 35, Hong, <=50K.
-24, Private, 166297, Bachelors, 13, Never-married, Prof-specialty, Own-child, Asian-Pac-Islander, Male, 0, 0, 25, United-States, <=50K.
-25, Local-gov, 100125, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 175690, Some-college, 10, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-45, Private, 184441, 7th-8th, 4, Never-married, Machine-op-inspct, Unmarried, White, Female, 0, 0, 42, United-States, <=50K.
-28, Self-emp-inc, 167737, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 5178, 0, 40, United-States, >50K.
-58, Private, 186121, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-44, Self-emp-not-inc, 177851, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-35, Private, 106961, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-54, Private, 419712, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-40, Local-gov, 208875, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-24, Private, 373628, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 1504, 40, United-States, <=50K.
-26, Private, 331861, Bachelors, 13, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 50, England, <=50K.
-29, Private, 249948, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-50, Private, 99316, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 252570, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-17, Private, 89160, 12th, 8, Never-married, Priv-house-serv, Own-child, White, Female, 0, 0, 18, United-States, <=50K.
-25, Private, 49092, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-35, Private, 87757, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 806552, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-45, Self-emp-not-inc, 70754, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7298, 0, 60, United-States, >50K.
-28, Private, 150437, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
-71, ?, 46836, 7th-8th, 4, Separated, ?, Not-in-family, Black, Male, 0, 0, 15, United-States, <=50K.
-34, State-gov, 117186, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
-49, Private, 239625, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-39, Private, 128483, Some-college, 10, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 60, United-States, <=50K.
-17, Private, 53367, 12th, 8, Never-married, Other-service, Other-relative, White, Female, 0, 0, 25, United-States, <=50K.
-20, Private, 358355, 9th, 5, Never-married, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-53, Private, 139522, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 1573, 40, Italy, <=50K.
-26, Private, 93017, Assoc-voc, 11, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-49, Private, 101320, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Female, 0, 1564, 40, Canada, >50K.
-57, Self-emp-inc, 105582, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 2415, 40, United-States, >50K.
-40, Private, 121718, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 55, United-States, >50K.
-19, Private, 111836, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-58, Private, 96840, HS-grad, 9, Widowed, Craft-repair, Unmarried, White, Female, 0, 0, 37, United-States, <=50K.
-62, Local-gov, 176839, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 10, United-States, <=50K.
-41, Local-gov, 193553, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, Black, Male, 0, 0, 64, United-States, >50K.
-46, Private, 168232, HS-grad, 9, Married-spouse-absent, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-53, Self-emp-not-inc, 146325, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Yugoslavia, >50K.
-33, Private, 111567, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-58, Private, 478354, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 50, United-States, >50K.
-30, Private, 209768, Assoc-voc, 11, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-27, Private, 188909, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-32, Self-emp-not-inc, 321313, HS-grad, 9, Never-married, Craft-repair, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-19, ?, 264228, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
-22, Private, 345066, 10th, 6, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-56, Self-emp-not-inc, 32855, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-33, Self-emp-inc, 287372, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-36, Private, 214807, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-29, Local-gov, 275110, Some-college, 10, Married-civ-spouse, Protective-serv, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 352089, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
-33, State-gov, 110171, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 1092, 40, United-States, <=50K.
-20, Private, 211391, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-51, Private, 91506, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 7688, 0, 40, United-States, >50K.
-52, Private, 180949, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-64, Self-emp-inc, 169072, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-33, Private, 264554, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-38, Private, 99065, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
-30, Private, 201122, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-67, Self-emp-inc, 323636, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 15, Canada, <=50K.
-37, Local-gov, 184112, Doctorate, 16, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
-55, Private, 243367, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 37, United-States, <=50K.
-25, State-gov, 149248, Some-college, 10, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-41, Local-gov, 248748, Bachelors, 13, Never-married, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 242616, Bachelors, 13, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-51, Private, 207246, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 1902, 40, United-States, >50K.
-75, Self-emp-not-inc, 343631, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, Asian-Pac-Islander, Male, 0, 0, 15, United-States, <=50K.
-53, Private, 403121, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-36, Self-emp-not-inc, 184435, 11th, 7, Never-married, Transport-moving, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-47, Self-emp-not-inc, 181405, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 40, United-States, >50K.
-67, Self-emp-not-inc, 75140, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 25, United-States, <=50K.
-29, Self-emp-not-inc, 467936, Some-college, 10, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, ?, <=50K.
-32, Self-emp-not-inc, 181212, Some-college, 10, Separated, Farming-fishing, Unmarried, White, Female, 0, 0, 65, United-States, <=50K.
-42, Private, 324421, HS-grad, 9, Divorced, Sales, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-41, Private, 344624, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 50, United-States, >50K.
-46, Private, 98735, Bachelors, 13, Separated, Prof-specialty, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-48, Local-gov, 186172, Assoc-acdm, 12, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
-55, Federal-gov, 107157, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-68, ?, 353871, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-49, Self-emp-not-inc, 175958, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-62, Private, 252134, 7th-8th, 4, Divorced, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 40, Cuba, <=50K.
-30, Private, 95923, Assoc-acdm, 12, Married-spouse-absent, Adm-clerical, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
-56, Local-gov, 203250, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 296212, HS-grad, 9, Separated, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
-22, Private, 333838, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-56, Private, 345730, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-53, Federal-gov, 128141, Bachelors, 13, Separated, Adm-clerical, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-53, Private, 249347, Assoc-voc, 11, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, Cuba, >50K.
-51, Private, 171914, 9th, 5, Widowed, Craft-repair, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-41, Private, 344519, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 13550, 0, 60, United-States, >50K.
-34, Self-emp-inc, 196385, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-24, Private, 87546, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-40, Self-emp-not-inc, 85668, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 126613, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 239753, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-53, Private, 162796, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-52, Federal-gov, 197189, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 44, United-States, >50K.
-33, State-gov, 25806, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 20, ?, <=50K.
-28, Private, 89813, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-45, State-gov, 142167, Masters, 14, Divorced, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, ?, <=50K.
-40, Private, 171589, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-60, Private, 203985, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, >50K.
-24, Private, 394191, 12th, 8, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 55, Germany, <=50K.
-50, Private, 155433, Bachelors, 13, Widowed, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-44, Private, 39581, Bachelors, 13, Separated, Tech-support, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-19, Private, 305834, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-36, Self-emp-inc, 200220, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
-33, Private, 229732, Assoc-acdm, 12, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-52, Private, 190333, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-51, Private, 155983, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-44, Private, 211351, Some-college, 10, Married-civ-spouse, Sales, Wife, White, Female, 4386, 0, 40, United-States, >50K.
-19, ?, 505168, 9th, 5, Never-married, ?, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-49, Private, 256417, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 5013, 0, 40, Mexico, <=50K.
-17, ?, 165069, 10th, 6, Never-married, ?, Own-child, White, Male, 0, 1721, 40, United-States, <=50K.
-20, Private, 249385, Some-college, 10, Never-married, Craft-repair, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-53, Private, 168723, Assoc-acdm, 12, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
-25, Private, 165866, Assoc-voc, 11, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-48, Private, 48553, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 72, United-States, <=50K.
-27, Private, 244751, HS-grad, 9, Never-married, Adm-clerical, Own-child, Other, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 228230, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-29, Private, 152951, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-47, State-gov, 29023, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 40, India, >50K.
-48, Self-emp-not-inc, 136455, Some-college, 10, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 60, United-States, <=50K.
-38, ?, 245372, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 75, United-States, >50K.
-19, ?, 155863, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 1602, 30, United-States, <=50K.
-37, Private, 126675, Some-college, 10, Widowed, Machine-op-inspct, Other-relative, White, Male, 0, 0, 40, ?, <=50K.
-37, Private, 184659, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 5013, 0, 44, United-States, <=50K.
-39, Federal-gov, 33289, HS-grad, 9, Widowed, Prof-specialty, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
-35, Private, 111377, HS-grad, 9, Separated, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 103651, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-56, Private, 53481, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 238917, 5th-6th, 3, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, El-Salvador, <=50K.
-25, Private, 167495, Some-college, 10, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-47, Federal-gov, 114222, Assoc-acdm, 12, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 55, United-States, >50K.
-32, Private, 182323, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 40, United-States, >50K.
-24, Private, 137589, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-32, Private, 181091, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 13550, 0, 35, United-States, >50K.
-41, Private, 156580, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 35, Dominican-Republic, <=50K.
-32, Private, 210926, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 38, United-States, >50K.
-37, Self-emp-not-inc, 255503, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 55, United-States, >50K.
-39, Private, 116546, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-66, Self-emp-not-inc, 34218, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, >50K.
-18, ?, 305327, Some-college, 10, Never-married, ?, Own-child, Other, Female, 0, 0, 25, United-States, <=50K.
-23, Private, 107882, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-44, Private, 858091, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-45, Private, 79646, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-42, Private, 103089, Some-college, 10, Separated, Prof-specialty, Unmarried, White, Female, 1506, 0, 40, United-States, <=50K.
-40, Self-emp-not-inc, 145441, Some-college, 10, Divorced, Exec-managerial, Unmarried, White, Male, 0, 0, 30, United-States, <=50K.
-20, State-gov, 117210, Some-college, 10, Never-married, Tech-support, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 379246, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-25, Private, 130018, 11th, 7, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 121466, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-54, Private, 339518, Assoc-acdm, 12, Married-spouse-absent, Machine-op-inspct, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
-33, Private, 388672, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-56, Self-emp-not-inc, 190091, Assoc-voc, 11, Married-spouse-absent, Sales, Not-in-family, White, Male, 0, 0, 46, United-States, <=50K.
-27, Private, 197918, 11th, 7, Never-married, Craft-repair, Unmarried, Black, Male, 0, 0, 47, United-States, <=50K.
-31, Private, 361497, 7th-8th, 4, Never-married, Farming-fishing, Other-relative, White, Male, 0, 0, 60, Portugal, <=50K.
-61, ?, 451327, Bachelors, 13, Married-civ-spouse, ?, Husband, Other, Male, 0, 0, 24, United-States, >50K.
-22, Private, 340217, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-32, Self-emp-not-inc, 63516, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
-29, Private, 269786, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-34, Local-gov, 63338, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-56, Private, 179127, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, Italy, <=50K.
-35, Private, 124090, Assoc-voc, 11, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 99, United-States, <=50K.
-25, Private, 215188, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-22, Private, 482082, 11th, 7, Married-civ-spouse, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, Mexico, <=50K.
-19, Private, 234725, 12th, 8, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 289890, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 232036, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-48, Local-gov, 195416, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-52, Private, 22154, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 103734, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 43, United-States, >50K.
-32, Local-gov, 32587, HS-grad, 9, Divorced, Other-service, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 190303, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 270488, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 104509, Some-college, 10, Separated, Other-service, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-47, Self-emp-not-inc, 132589, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 72, United-States, <=50K.
-37, Private, 112812, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-47, Private, 126441, Some-college, 10, Married-spouse-absent, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-47, Self-emp-inc, 123075, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-45, Private, 207955, 5th-6th, 3, Married-spouse-absent, Other-service, Not-in-family, White, Male, 0, 0, 40, Ecuador, <=50K.
-51, Private, 43705, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 116968, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-59, Self-emp-not-inc, 182142, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 74056, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-33, Self-emp-not-inc, 132565, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-55, Private, 256796, HS-grad, 9, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
-62, Self-emp-inc, 191520, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 80, United-States, >50K.
-37, Self-emp-not-inc, 33394, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-45, Local-gov, 45501, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-25, Private, 74389, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
-34, Private, 201874, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-50, Private, 143804, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 55, United-States, <=50K.
-29, Local-gov, 95471, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-32, Private, 267458, Assoc-acdm, 12, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 70668, 10th, 6, Never-married, Priv-house-serv, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-34, Local-gov, 260782, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 52, United-States, >50K.
-50, Private, 299215, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 99156, HS-grad, 9, Divorced, Sales, Unmarried, White, Male, 0, 0, 46, United-States, <=50K.
-52, Federal-gov, 53905, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 94210, HS-grad, 9, Divorced, Handlers-cleaners, Unmarried, White, Male, 0, 0, 48, United-States, <=50K.
-31, Private, 116508, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-31, Private, 176711, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-50, Self-emp-not-inc, 118058, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 55, United-States, >50K.
-23, State-gov, 89285, Some-college, 10, Never-married, Protective-serv, Not-in-family, Other, Female, 99999, 0, 40, United-States, >50K.
-52, Private, 91093, Some-college, 10, Divorced, Sales, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 204577, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 162041, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
-48, Private, 175615, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Wife, White, Female, 0, 0, 40, Japan, <=50K.
-40, Private, 99679, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 3103, 0, 43, United-States, >50K.
-22, Private, 263398, Some-college, 10, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-55, Private, 147653, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 24, United-States, <=50K.
-58, ?, 32521, 11th, 7, Married-spouse-absent, ?, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-43, Self-emp-inc, 198871, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 88, United-States, <=50K.
-34, Private, 127651, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-19, Private, 143608, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-50, Local-gov, 50048, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 52, United-States, >50K.
-73, ?, 378922, HS-grad, 9, Married-spouse-absent, ?, Not-in-family, White, Female, 0, 0, 20, Canada, <=50K.
-27, Private, 292883, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-62, Private, 190491, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 45, United-States, >50K.
-57, State-gov, 132145, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 45, United-States, >50K.
-34, Private, 126853, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Taiwan, >50K.
-22, Private, 59184, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-22, Private, 663291, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 2105, 0, 40, United-States, <=50K.
-29, Local-gov, 76978, Some-college, 10, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 50, United-States, <=50K.
-34, Self-emp-not-inc, 196512, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 2472, 35, United-States, >50K.
-17, ?, 103851, 11th, 7, Never-married, ?, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
-35, Private, 241126, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-65, Private, 266828, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 24, United-States, >50K.
-27, Private, 204984, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 1579, 40, United-States, <=50K.
-46, Private, 188950, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
-35, Private, 226528, Doctorate, 16, Married-spouse-absent, Prof-specialty, Not-in-family, Other, Male, 0, 0, 60, England, >50K.
-38, Private, 268893, Assoc-voc, 11, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-36, Private, 165473, Bachelors, 13, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-49, Private, 447554, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 40, United-States, >50K.
-54, Self-emp-inc, 304955, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-30, Private, 198265, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-26, Private, 395206, Some-college, 10, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 312667, Bachelors, 13, Married-spouse-absent, Exec-managerial, Not-in-family, White, Male, 2174, 0, 55, United-States, <=50K.
-23, Private, 117767, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 36, United-States, <=50K.
-40, Private, 170482, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Female, 14344, 0, 45, United-States, >50K.
-29, Private, 309778, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-28, Private, 289991, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-41, Federal-gov, 255543, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-34, Private, 119079, 11th, 7, Married-civ-spouse, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 318168, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, Black, Male, 1055, 0, 20, United-States, <=50K.
-39, Private, 67317, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 337953, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-55, Private, 451603, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 455995, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-33, State-gov, 209768, Doctorate, 16, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-55, Federal-gov, 27385, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-33, State-gov, 226296, HS-grad, 9, Never-married, Transport-moving, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 285335, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
-28, Private, 376700, Bachelors, 13, Never-married, Sales, Own-child, Black, Male, 6849, 0, 50, United-States, <=50K.
-33, Private, 150324, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 49, United-States, <=50K.
-62, Private, 96460, HS-grad, 9, Separated, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-49, ?, 188141, Some-college, 10, Widowed, ?, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
-42, Private, 163985, HS-grad, 9, Separated, Transport-moving, Not-in-family, White, Male, 0, 0, 27, United-States, <=50K.
-63, Private, 85420, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 5013, 0, 15, United-States, <=50K.
-21, Private, 416103, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-65, Self-emp-inc, 224357, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-28, Federal-gov, 116062, Assoc-acdm, 12, Married-civ-spouse, Adm-clerical, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-51, Self-emp-not-inc, 194259, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 15024, 0, 55, ?, >50K.
-33, Private, 460408, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-67, Self-emp-not-inc, 178878, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 12, United-States, <=50K.
-36, Private, 416745, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 292136, Some-college, 10, Never-married, Tech-support, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-60, Private, 176731, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 104097, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 203482, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 360224, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-67, Private, 23580, Assoc-acdm, 12, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-31, Self-emp-not-inc, 195891, HS-grad, 9, Married-civ-spouse, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-49, Private, 182862, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 7688, 0, 40, United-States, >50K.
-64, Private, 148956, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-24, ?, 95862, HS-grad, 9, Never-married, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-19, ?, 48393, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 32, United-States, <=50K.
-40, Private, 132633, Some-college, 10, Divorced, Sales, Unmarried, White, Female, 0, 1741, 40, United-States, <=50K.
-35, Local-gov, 182074, HS-grad, 9, Separated, Protective-serv, Not-in-family, White, Male, 0, 0, 42, United-States, <=50K.
-19, State-gov, 136848, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 8, United-States, <=50K.
-53, Private, 197054, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-57, State-gov, 243033, Some-college, 10, Widowed, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-47, Self-emp-inc, 154174, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, >50K.
-47, Private, 59380, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 42, United-States, <=50K.
-38, Federal-gov, 122240, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 55, United-States, >50K.
-38, Private, 193945, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 350103, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-58, Private, 32365, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-56, Private, 94345, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-24, ?, 166437, Bachelors, 13, Never-married, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-36, Private, 149653, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-57, Private, 157271, 11th, 7, Divorced, Other-service, Not-in-family, Black, Male, 0, 0, 54, United-States, <=50K.
-60, Private, 164599, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-81, Self-emp-inc, 104443, HS-grad, 9, Widowed, Sales, Not-in-family, White, Female, 0, 0, 40, ?, <=50K.
-46, Private, 411595, 5th-6th, 3, Widowed, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
-18, Private, 198368, 11th, 7, Never-married, Other-service, Own-child, White, Male, 594, 0, 10, United-States, <=50K.
-42, Self-emp-not-inc, 115932, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 158397, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 101345, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-26, Federal-gov, 48853, Masters, 14, Never-married, Tech-support, Not-in-family, White, Female, 0, 0, 40, Cuba, <=50K.
-39, Private, 38145, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-31, Private, 127651, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 38, United-States, >50K.
-28, Private, 185896, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 47, Mexico, <=50K.
-34, State-gov, 92531, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-53, Private, 195904, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-41, State-gov, 153095, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-34, Self-emp-not-inc, 581025, 9th, 5, Never-married, Other-service, Own-child, Black, Male, 0, 0, 38, United-States, <=50K.
-61, Local-gov, 202384, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 30, United-States, <=50K.
-46, Local-gov, 122177, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-34, Private, 405713, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-67, Private, 212185, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 10, United-States, <=50K.
-36, Private, 266347, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 43, United-States, <=50K.
-31, Private, 49469, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-35, Self-emp-not-inc, 210830, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-37, Local-gov, 188612, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-27, Private, 104017, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 1902, 30, United-States, >50K.
-23, Private, 154785, Some-college, 10, Never-married, Adm-clerical, Other-relative, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
-20, Private, 39477, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-72, Private, 99554, 7th-8th, 4, Married-civ-spouse, Handlers-cleaners, Wife, White, Female, 0, 0, 10, Poland, <=50K.
-61, Private, 255978, HS-grad, 9, Widowed, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-41, Local-gov, 98823, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-45, Federal-gov, 109598, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 266971, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-22, ?, 334593, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-20, ?, 41035, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
-35, State-gov, 238591, Some-college, 10, Separated, Transport-moving, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-44, Local-gov, 117012, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 1887, 40, United-States, >50K.
-30, Private, 192002, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-64, Private, 137135, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-69, Private, 150600, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-70, Private, 117464, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 16, United-States, <=50K.
-42, Self-emp-not-inc, 111971, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-22, Private, 290044, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, Canada, <=50K.
-17, Private, 197186, 10th, 6, Never-married, Sales, Own-child, White, Female, 0, 0, 24, United-States, <=50K.
-51, Self-emp-not-inc, 61127, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, >50K.
-30, Private, 236379, 11th, 7, Never-married, Transport-moving, Unmarried, White, Male, 0, 0, 30, United-States, <=50K.
-31, Private, 207100, Bachelors, 13, Never-married, Exec-managerial, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-50, Self-emp-inc, 288630, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-30, Private, 203181, Assoc-voc, 11, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 36, United-States, <=50K.
-43, Private, 146770, HS-grad, 9, Married-spouse-absent, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-22, Private, 191789, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 453983, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 44, United-States, <=50K.
-32, Self-emp-not-inc, 106014, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-37, Private, 218955, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-62, Private, 115771, Assoc-voc, 11, Widowed, Sales, Unmarried, White, Female, 0, 0, 33, United-States, <=50K.
-36, Private, 305379, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
-29, Private, 53063, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 139466, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-64, State-gov, 152537, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-32, Private, 400535, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 330802, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 117789, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-20, Private, 330836, 11th, 7, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 323985, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 5, United-States, >50K.
-50, Local-gov, 282701, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 4386, 0, 48, United-States, >50K.
-45, Private, 180695, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 1408, 40, United-States, <=50K.
-38, Private, 314007, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 5178, 0, 40, United-States, >50K.
-51, Without-pay, 124963, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-47, Private, 380922, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-53, Local-gov, 222381, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-33, Self-emp-not-inc, 656488, Assoc-voc, 11, Divorced, Tech-support, Unmarried, Black, Male, 0, 0, 50, United-States, <=50K.
-38, Private, 98776, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-47, Private, 143050, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-17, Private, 118792, 11th, 7, Never-married, Sales, Other-relative, White, Female, 0, 0, 24, United-States, <=50K.
-21, Private, 154964, HS-grad, 9, Divorced, Machine-op-inspct, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 163847, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 45, United-States, >50K.
-28, Private, 282398, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-47, Private, 78954, 11th, 7, Divorced, Sales, Unmarried, White, Female, 0, 0, 28, United-States, <=50K.
-38, Self-emp-not-inc, 203988, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 55, United-States, >50K.
-54, Private, 111130, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 50, United-States, >50K.
-45, Private, 149388, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, >50K.
-45, Private, 39464, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-29, Local-gov, 94064, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-44, State-gov, 342510, Doctorate, 16, Married-civ-spouse, Prof-specialty, Wife, White, Female, 7688, 0, 40, United-States, >50K.
-66, Self-emp-not-inc, 163726, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 10, United-States, <=50K.
-35, Private, 194496, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-66, Self-emp-not-inc, 298045, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-24, Private, 42100, Some-college, 10, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-30, Private, 77143, Some-college, 10, Never-married, Adm-clerical, Not-in-family, Black, Male, 0, 0, 25, United-States, <=50K.
-38, Private, 233197, Some-college, 10, Divorced, Adm-clerical, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-17, Private, 295120, 11th, 7, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-20, Private, 85021, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-54, ?, 191659, 5th-6th, 3, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-45, Self-emp-not-inc, 244194, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 5178, 0, 40, United-States, >50K.
-32, Local-gov, 287229, Some-college, 10, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 30, Japan, <=50K.
-18, Private, 324046, 10th, 6, Never-married, Other-service, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
-33, State-gov, 65018, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 20, China, <=50K.
-37, Private, 421633, Assoc-voc, 11, Divorced, Handlers-cleaners, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 93235, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-60, Local-gov, 227232, HS-grad, 9, Widowed, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-30, ?, 121775, Assoc-voc, 11, Never-married, ?, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-36, Private, 65382, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-19, Private, 179422, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-53, Federal-gov, 276868, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-57, Private, 87317, 10th, 6, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 8, United-States, <=50K.
-32, Private, 108247, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 3103, 0, 40, United-States, >50K.
-32, Private, 197505, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-35, Self-emp-not-inc, 127493, 10th, 6, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 2, United-States, <=50K.
-51, Private, 75640, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-38, ?, 320811, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-46, Local-gov, 247053, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-31, Private, 119735, 9th, 5, Never-married, Machine-op-inspct, Unmarried, White, Male, 0, 0, 40, Mexico, <=50K.
-29, Private, 157950, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
-40, Private, 113732, HS-grad, 9, Divorced, Handlers-cleaners, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-52, Self-emp-inc, 224763, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, Cuba, <=50K.
-42, Self-emp-not-inc, 40024, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 66, United-States, <=50K.
-42, Self-emp-not-inc, 296594, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-43, Federal-gov, 53956, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 55, United-States, >50K.
-38, Self-emp-inc, 71009, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, Asian-Pac-Islander, Female, 7298, 0, 40, ?, >50K.
-34, Private, 191834, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 107236, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-47, Private, 231284, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, Other, Male, 0, 0, 40, Puerto-Rico, <=50K.
-31, State-gov, 203488, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 41721, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 205100, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 99999, 0, 80, United-States, >50K.
-57, Private, 75673, Some-college, 10, Widowed, Adm-clerical, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
-28, ?, 105598, 11th, 7, Never-married, ?, Not-in-family, White, Male, 0, 1762, 40, Outlying-US(Guam-USVI-etc), <=50K.
-63, Self-emp-not-inc, 177832, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 80, United-States, <=50K.
-24, Private, 478457, 11th, 7, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 30, United-States, <=50K.
-28, Local-gov, 194759, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 1669, 90, United-States, <=50K.
-64, Self-emp-not-inc, 30310, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-29, Private, 130010, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-23, Private, 170302, HS-grad, 9, Widowed, Exec-managerial, Unmarried, White, Male, 0, 0, 38, United-States, <=50K.
-46, Private, 120080, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
-77, Private, 183781, HS-grad, 9, Widowed, Craft-repair, Unmarried, White, Female, 0, 0, 5, United-States, <=50K.
-31, Private, 422836, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, El-Salvador, <=50K.
-46, Private, 266860, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-25, Private, 393456, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-20, State-gov, 318382, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 354520, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
-47, Private, 123425, HS-grad, 9, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 41, United-States, <=50K.
-52, Private, 123989, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-31, Private, 175778, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-28, State-gov, 73928, Bachelors, 13, Never-married, Adm-clerical, Own-child, Asian-Pac-Islander, Female, 0, 0, 40, United-States, >50K.
-31, Private, 33731, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 40, United-States, >50K.
-41, Private, 557349, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-23, Private, 255252, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-40, Private, 219164, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 5178, 0, 40, United-States, >50K.
-21, Local-gov, 129050, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-61, Private, 111797, Assoc-voc, 11, Divorced, Adm-clerical, Not-in-family, Black, Female, 0, 0, 32, United-States, <=50K.
-34, Private, 192900, Some-college, 10, Never-married, Tech-support, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-44, Private, 56651, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 51961, Some-college, 10, Never-married, Protective-serv, Not-in-family, Black, Male, 0, 0, 55, Philippines, <=50K.
-37, Private, 141584, Assoc-acdm, 12, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 47, United-States, <=50K.
-18, Private, 421350, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-52, Private, 24740, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 1740, 55, United-States, <=50K.
-31, Local-gov, 498267, HS-grad, 9, Separated, Other-service, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 117583, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 191455, Some-college, 10, Married-civ-spouse, Tech-support, Wife, Other, Female, 0, 0, 15, United-States, <=50K.
-22, Private, 135716, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 27766, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 323919, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-73, Local-gov, 114561, 5th-6th, 3, Widowed, Other-service, Other-relative, Asian-Pac-Islander, Female, 0, 0, 25, Philippines, <=50K.
-17, Private, 216137, 9th, 5, Never-married, Sales, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-49, Private, 165539, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, Black, Female, 0, 0, 35, United-States, <=50K.
-42, Private, 32016, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-35, Private, 89040, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
-45, Private, 264514, Bachelors, 13, Divorced, Adm-clerical, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
-50, Private, 24790, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 181139, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 42, United-States, <=50K.
-18, Private, 168514, 10th, 6, Never-married, Sales, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
-17, Private, 354493, 11th, 7, Never-married, Sales, Own-child, White, Male, 0, 0, 6, United-States, <=50K.
-33, Private, 206707, HS-grad, 9, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-43, Private, 230684, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-43, Local-gov, 192381, Bachelors, 13, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 397752, HS-grad, 9, Married-spouse-absent, Farming-fishing, Other-relative, White, Male, 0, 0, 12, Mexico, <=50K.
-52, State-gov, 120173, 7th-8th, 4, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 228394, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-83, Private, 186112, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-21, Private, 272237, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-45, Federal-gov, 169711, Assoc-acdm, 12, Married-civ-spouse, Protective-serv, Husband, White, Male, 15024, 0, 72, United-States, >50K.
-40, Self-emp-not-inc, 172560, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-61, Private, 213700, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 32, United-States, >50K.
-23, Private, 181820, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 120361, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-47, Local-gov, 169324, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 4386, 0, 35, United-States, >50K.
-32, Private, 262092, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7298, 0, 50, United-States, >50K.
-24, Private, 143436, Bachelors, 13, Never-married, Prof-specialty, Own-child, Other, Female, 0, 0, 10, ?, <=50K.
-43, Private, 147099, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 30, United-States, >50K.
-55, Private, 138594, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 56, United-States, >50K.
-58, Self-emp-not-inc, 100606, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-25, Private, 350850, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, >50K.
-23, Private, 66432, Some-college, 10, Separated, Sales, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
-44, Local-gov, 229148, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 236601, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-46, Private, 144844, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 42, United-States, <=50K.
-19, Private, 366088, 9th, 5, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 162164, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 442478, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-25, Private, 181814, 11th, 7, Married-civ-spouse, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-49, Private, 175109, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 5178, 0, 40, United-States, >50K.
-34, Self-emp-inc, 152109, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 246891, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 45, United-States, >50K.
-30, Private, 164802, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, Other, Female, 8614, 0, 40, India, >50K.
-21, Private, 57711, HS-grad, 9, Never-married, Priv-house-serv, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-22, Local-gov, 117789, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-67, Private, 120900, 7th-8th, 4, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 12, United-States, <=50K.
-28, Private, 114673, Masters, 14, Never-married, Prof-specialty, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-45, Private, 78529, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-46, Private, 282165, HS-grad, 9, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-48, Private, 149337, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-56, Private, 250517, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-65, ?, 76131, HS-grad, 9, Never-married, ?, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
-40, Private, 352971, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-20, ?, 243981, HS-grad, 9, Never-married, ?, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-55, ?, 421228, Masters, 14, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 40, United-States, >50K.
-56, Private, 94156, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-35, Private, 306868, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 65, United-States, <=50K.
-43, Private, 187164, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-32, Private, 179415, 10th, 6, Married-civ-spouse, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-64, Private, 45776, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 1762, 79, United-States, <=50K.
-62, Private, 256723, Some-college, 10, Divorced, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-53, Private, 31909, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 45, United-States, >50K.
-68, Private, 90526, 12th, 8, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-35, ?, 127306, Some-college, 10, Divorced, ?, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 179423, Bachelors, 13, Never-married, Prof-specialty, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-39, Private, 140169, 10th, 6, Separated, Other-service, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
-29, Private, 37359, Bachelors, 13, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-24, Private, 125813, HS-grad, 9, Married-civ-spouse, Exec-managerial, Wife, Amer-Indian-Eskimo, Female, 0, 0, 45, United-States, <=50K.
-33, Private, 209415, 10th, 6, Divorced, Protective-serv, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
-41, Private, 206619, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-48, Private, 283737, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 162187, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
-30, Self-emp-inc, 191571, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
-59, Private, 33725, 9th, 5, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-34, Private, 236543, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 1590, 40, United-States, <=50K.
-26, Federal-gov, 73047, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 32, United-States, <=50K.
-20, Private, 230574, 7th-8th, 4, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, Mexico, <=50K.
-32, Private, 178109, Bachelors, 13, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 36, United-States, <=50K.
-58, Private, 282023, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-31, Local-gov, 101761, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 98168, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 30, United-States, >50K.
-22, Private, 287681, 11th, 7, Never-married, Farming-fishing, Other-relative, White, Male, 0, 0, 40, Mexico, <=50K.
-39, ?, 265685, Some-college, 10, Divorced, ?, Not-in-family, White, Male, 0, 0, 65, Puerto-Rico, <=50K.
-38, State-gov, 91670, Some-college, 10, Divorced, Prof-specialty, Own-child, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
-30, State-gov, 61989, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 5, United-States, <=50K.
-23, Private, 138513, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-27, Self-emp-not-inc, 95423, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-31, Federal-gov, 30917, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 72, United-States, <=50K.
-20, ?, 316304, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-58, Private, 102791, HS-grad, 9, Divorced, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-42, Private, 416506, Assoc-acdm, 12, Never-married, Tech-support, Not-in-family, White, Male, 14084, 0, 36, United-States, >50K.
-20, Self-emp-inc, 245611, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-47, Federal-gov, 655066, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Other, Male, 0, 0, 40, Peru, >50K.
-57, Self-emp-not-inc, 87584, Doctorate, 16, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-47, Self-emp-not-inc, 304223, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-49, Local-gov, 40690, Bachelors, 13, Never-married, Prof-specialty, Unmarried, White, Male, 0, 0, 60, United-States, >50K.
-18, Private, 348131, 11th, 7, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 20, United-States, <=50K.
-64, Private, 191477, 5th-6th, 3, Widowed, Priv-house-serv, Unmarried, Black, Female, 0, 0, 4, United-States, <=50K.
-29, Private, 115438, HS-grad, 9, Separated, Craft-repair, Unmarried, White, Male, 0, 0, 35, United-States, <=50K.
-47, Federal-gov, 176917, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 48, United-States, >50K.
-40, ?, 104196, HS-grad, 9, Separated, ?, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
-28, Private, 202182, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-24, Private, 308239, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 4, United-States, <=50K.
-34, Private, 163581, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 10520, 0, 40, Puerto-Rico, >50K.
-34, Local-gov, 211239, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 6497, 0, 40, United-States, <=50K.
-31, Private, 121321, 11th, 7, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 51, United-States, <=50K.
-23, State-gov, 120172, HS-grad, 9, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
-20, Private, 190916, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 1721, 20, United-States, <=50K.
-25, Private, 340288, 9th, 5, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 426431, Some-college, 10, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-44, Self-emp-inc, 226027, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-28, Private, 278736, 12th, 8, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, Mexico, <=50K.
-48, Private, 168462, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-18, ?, 379070, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-43, Private, 214541, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, Canada, <=50K.
-52, Self-emp-inc, 29887, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
-53, Self-emp-not-inc, 138022, 11th, 7, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-57, Self-emp-inc, 208018, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-45, Private, 126876, HS-grad, 9, Divorced, Craft-repair, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-45, Private, 182703, Masters, 14, Divorced, Adm-clerical, Not-in-family, Amer-Indian-Eskimo, Female, 0, 0, 36, United-States, <=50K.
-34, Private, 161153, 10th, 6, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-44, Self-emp-not-inc, 168443, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-25, Private, 335522, 9th, 5, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
-27, Private, 220104, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 1876, 50, United-States, <=50K.
-28, ?, 162312, Some-college, 10, Never-married, ?, Own-child, Asian-Pac-Islander, Male, 0, 0, 40, South, <=50K.
-36, Private, 104772, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-61, Private, 161472, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-52, Private, 91506, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-19, Private, 186717, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-53, Private, 77927, 5th-6th, 3, Never-married, Handlers-cleaners, Other-relative, Asian-Pac-Islander, Female, 0, 0, 50, Philippines, <=50K.
-55, Private, 140063, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-37, Self-emp-inc, 317580, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 122533, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-29, Private, 57423, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-45, Private, 103331, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-64, State-gov, 417543, Doctorate, 16, Widowed, Prof-specialty, Not-in-family, Black, Male, 8614, 0, 50, United-States, >50K.
-56, Private, 253854, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-56, Private, 106850, Some-college, 10, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-38, Self-emp-inc, 314007, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 78, United-States, <=50K.
-23, Private, 494371, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-29, Local-gov, 270421, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-33, Private, 203488, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1672, 40, United-States, <=50K.
-35, Private, 167691, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-25, Private, 198318, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-37, Private, 319831, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 55, United-States, >50K.
-28, Private, 70240, Masters, 14, Never-married, Sales, Own-child, Asian-Pac-Islander, Female, 0, 0, 36, Philippines, <=50K.
-67, Private, 227113, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 2457, 40, United-States, <=50K.
-22, Private, 168997, Assoc-voc, 11, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-23, State-gov, 231929, 12th, 8, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-22, Private, 207969, Some-college, 10, Never-married, Exec-managerial, Own-child, Black, Male, 0, 0, 35, United-States, <=50K.
-68, Private, 192656, Some-college, 10, Widowed, Craft-repair, Not-in-family, White, Male, 0, 0, 10, United-States, <=50K.
-31, Private, 187215, HS-grad, 9, Never-married, Priv-house-serv, Not-in-family, White, Female, 0, 0, 40, El-Salvador, <=50K.
-51, Self-emp-inc, 119570, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-64, Private, 188659, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 20, United-States, >50K.
-35, Private, 110013, Bachelors, 13, Divorced, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-26, Private, 55860, Masters, 14, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-42, Self-emp-inc, 282069, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-20, Federal-gov, 26585, HS-grad, 9, Never-married, Other-service, Not-in-family, Amer-Indian-Eskimo, Female, 0, 0, 25, United-States, <=50K.
-46, Self-emp-inc, 218890, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
-35, Private, 211154, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-51, Private, 230095, 10th, 6, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-34, Private, 737315, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 65, United-States, >50K.
-50, Private, 144084, Bachelors, 13, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-48, Self-emp-not-inc, 48384, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-51, Private, 541755, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 178778, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Male, 0, 1340, 40, United-States, <=50K.
-28, Private, 436198, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-37, Private, 82521, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 4064, 0, 46, United-States, <=50K.
-39, Private, 367020, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 174461, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 162501, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 193026, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 218172, Bachelors, 13, Married-spouse-absent, Exec-managerial, Not-in-family, White, Female, 13550, 0, 60, United-States, >50K.
-41, Private, 110318, Masters, 14, Divorced, Other-service, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
-36, Private, 126675, 11th, 7, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1579, 40, United-States, <=50K.
-24, Private, 116788, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 161092, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 159109, 11th, 7, Separated, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 213191, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-49, Private, 240629, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 38, United-States, <=50K.
-17, Private, 227960, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 10, Puerto-Rico, <=50K.
-54, Private, 151580, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, France, >50K.
-41, Private, 160893, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-35, Local-gov, 184117, Masters, 14, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-18, Private, 32059, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 23, United-States, <=50K.
-42, Private, 361219, 11th, 7, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-60, Private, 334984, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 2231, 40, United-States, >50K.
-49, Self-emp-not-inc, 33300, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 84, United-States, <=50K.
-57, Private, 199713, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-43, Private, 401134, Assoc-acdm, 12, Divorced, Other-service, Unmarried, White, Female, 0, 2238, 40, United-States, <=50K.
-37, Private, 132702, Bachelors, 13, Married-spouse-absent, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-28, ?, 306693, Some-college, 10, Married-civ-spouse, ?, Other-relative, White, Female, 0, 0, 20, United-States, <=50K.
-20, Private, 286166, HS-grad, 9, Never-married, Sales, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-57, Private, 123515, Assoc-voc, 11, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 132053, Assoc-acdm, 12, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-20, Self-emp-inc, 266400, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-42, Local-gov, 335248, Assoc-voc, 11, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
-81, Private, 36147, Prof-school, 15, Married-civ-spouse, Farming-fishing, Husband, White, Male, 10605, 0, 2, United-States, >50K.
-21, Private, 266467, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 2205, 40, United-States, <=50K.
-43, Private, 143809, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 334366, Bachelors, 13, Separated, Prof-specialty, Unmarried, White, Female, 0, 0, 50, United-States, >50K.
-41, Private, 347653, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, ?, >50K.
-32, Private, 386806, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 45, Mexico, >50K.
-48, Private, 202322, 1st-4th, 2, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, El-Salvador, <=50K.
-50, Private, 594521, 9th, 5, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-26, Private, 174267, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 64, United-States, <=50K.
-18, ?, 169542, 12th, 8, Never-married, ?, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-54, Private, 227392, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-59, Federal-gov, 99131, HS-grad, 9, Never-married, Exec-managerial, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-38, Self-emp-inc, 225860, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-53, Private, 287317, HS-grad, 9, Divorced, Other-service, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 46091, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-53, Private, 170050, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-18, State-gov, 352317, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-56, Private, 225267, Some-college, 10, Divorced, Sales, Not-in-family, White, Male, 14084, 0, 60, United-States, >50K.
-28, Private, 217545, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, ?, <=50K.
-33, Private, 183778, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-43, Private, 210013, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 49115, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 44, United-States, >50K.
-31, Private, 310429, HS-grad, 9, Separated, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 70, United-States, <=50K.
-33, Private, 114691, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-46, Private, 124356, Assoc-acdm, 12, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
-31, Private, 51284, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 36, United-States, <=50K.
-47, ?, 294443, Assoc-voc, 11, Divorced, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 200009, 10th, 6, Divorced, Handlers-cleaners, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 258862, Assoc-voc, 11, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 18, United-States, <=50K.
-35, Private, 37778, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-28, Private, 402771, HS-grad, 9, Married-spouse-absent, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-42, Federal-gov, 201520, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 43, United-States, >50K.
-47, Local-gov, 55237, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 44, United-States, <=50K.
-63, ?, 52750, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-63, Local-gov, 197189, Bachelors, 13, Widowed, Prof-specialty, Not-in-family, White, Female, 4650, 0, 48, United-States, <=50K.
-39, Private, 96564, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 334105, Assoc-acdm, 12, Never-married, Tech-support, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 115323, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-31, Private, 157289, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 52, United-States, <=50K.
-52, Private, 320877, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-64, Self-emp-not-inc, 198186, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 30, ?, <=50K.
-62, Private, 195543, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 20, United-States, >50K.
-48, Private, 103406, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 35, United-States, >50K.
-22, ?, 320451, Some-college, 10, Never-married, ?, Own-child, Asian-Pac-Islander, Male, 0, 0, 24, ?, <=50K.
-18, Private, 23940, Some-college, 10, Never-married, Other-service, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 45857, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 33, United-States, <=50K.
-29, Private, 195557, Assoc-acdm, 12, Divorced, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-44, Private, 229148, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, Black, Male, 0, 0, 35, United-States, <=50K.
-21, ?, 152328, Bachelors, 13, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 186157, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-60, Private, 127712, Assoc-voc, 11, Widowed, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 45, Poland, <=50K.
-24, Private, 254351, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-61, Private, 182163, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 40, United-States, >50K.
-34, Private, 442656, 11th, 7, Never-married, Sales, Unmarried, White, Female, 0, 0, 65, Guatemala, <=50K.
-30, Private, 111363, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Local-gov, 491000, Assoc-acdm, 12, Never-married, Prof-specialty, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-45, State-gov, 156065, Bachelors, 13, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-45, Private, 243743, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-47, Self-emp-not-inc, 173938, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 2258, 20, United-States, <=50K.
-37, Private, 86308, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, >50K.
-35, Private, 216068, Assoc-acdm, 12, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 237432, 12th, 8, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-34, Private, 177216, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-27, Private, 212895, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-44, Self-emp-not-inc, 122749, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, Germany, <=50K.
-44, Private, 254303, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, Hungary, >50K.
-20, Private, 73679, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-30, Private, 455995, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 214288, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 1848, 48, United-States, >50K.
-28, Private, 228075, 5th-6th, 3, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, Hong, <=50K.
-35, Private, 412017, 10th, 6, Divorced, Sales, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
-41, Private, 236900, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 289442, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-33, Local-gov, 237298, Some-college, 10, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-36, State-gov, 47072, HS-grad, 9, Widowed, Other-service, Unmarried, White, Female, 0, 0, 8, United-States, <=50K.
-25, Private, 197036, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-19, State-gov, 175507, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 18, United-States, <=50K.
-53, Private, 350131, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 48, United-States, >50K.
-35, Private, 150057, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 4386, 0, 48, United-States, <=50K.
-40, Self-emp-inc, 190650, Bachelors, 13, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 0, 0, 45, South, >50K.
-27, Private, 430672, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
-50, Private, 99316, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-47, ?, 191776, Some-college, 10, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 8, United-States, <=50K.
-33, Private, 97723, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 1887, 50, United-States, >50K.
-28, ?, 197288, 11th, 7, Never-married, ?, Unmarried, Black, Female, 0, 0, 30, United-States, <=50K.
-36, Private, 239409, HS-grad, 9, Divorced, Farming-fishing, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-48, Private, 195554, 7th-8th, 4, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-48, Self-emp-not-inc, 76855, Some-college, 10, Divorced, Transport-moving, Unmarried, White, Female, 0, 0, 53, United-States, <=50K.
-43, Private, 281315, Some-college, 10, Divorced, Sales, Not-in-family, White, Male, 0, 0, 42, United-States, <=50K.
-76, Local-gov, 224058, 10th, 6, Divorced, Transport-moving, Not-in-family, Black, Male, 0, 0, 20, United-States, <=50K.
-23, Private, 232799, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Female, 2977, 0, 55, United-States, <=50K.
-29, Private, 174163, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-57, Private, 47178, 5th-6th, 3, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-62, Self-emp-not-inc, 97950, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 6, United-States, <=50K.
-26, Private, 342765, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-42, Local-gov, 209818, Bachelors, 13, Divorced, Prof-specialty, Other-relative, White, Female, 0, 0, 55, United-States, <=50K.
-36, Private, 349534, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 31, United-States, >50K.
-43, Self-emp-inc, 170214, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 75, United-States, <=50K.
-28, Private, 145284, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 124161, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-48, Private, 105357, HS-grad, 9, Never-married, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 355700, Prof-school, 15, Married-AF-spouse, Prof-specialty, Wife, White, Female, 99999, 0, 60, United-States, >50K.
-30, Private, 99928, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-18, Private, 308739, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-58, Self-emp-inc, 179781, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 70, United-States, >50K.
-52, Federal-gov, 297906, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 40, ?, >50K.
-25, Private, 189663, Masters, 14, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-39, Self-emp-not-inc, 339029, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-39, Self-emp-not-inc, 87076, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 45, United-States, >50K.
-18, Private, 109928, HS-grad, 9, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-55, Private, 218456, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-26, Local-gov, 176756, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 75, United-States, >50K.
-69, ?, 214923, Prof-school, 15, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 35, United-States, >50K.
-21, Private, 191789, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 10, ?, <=50K.
-19, Private, 238383, 10th, 6, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 315476, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-36, Private, 195148, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-49, ?, 174274, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 80, United-States, <=50K.
-42, Private, 143208, 7th-8th, 4, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, ?, <=50K.
-40, Private, 30201, Assoc-voc, 11, Divorced, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-35, Self-emp-inc, 200352, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 45, United-States, >50K.
-31, Private, 117028, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 30, Poland, <=50K.
-45, Private, 44489, HS-grad, 9, Widowed, Farming-fishing, Unmarried, White, Male, 0, 0, 65, United-States, <=50K.
-52, Private, 236222, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 496856, Assoc-acdm, 12, Never-married, Sales, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-29, Private, 132675, 11th, 7, Separated, Other-service, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-42, Private, 89226, Assoc-voc, 11, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, >50K.
-36, ?, 112660, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-61, Federal-gov, 294466, Some-college, 10, Divorced, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-58, Private, 201011, 7th-8th, 4, Separated, Other-service, Not-in-family, White, Female, 0, 0, 24, United-States, <=50K.
-47, Private, 27624, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 65, United-States, >50K.
-31, Private, 385959, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-53, Private, 214691, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 80, United-States, <=50K.
-34, Private, 196253, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-62, Local-gov, 242341, Some-college, 10, Divorced, Prof-specialty, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 195016, Some-college, 10, Never-married, Prof-specialty, Not-in-family, Other, Female, 0, 0, 35, United-States, <=50K.
-47, Private, 174794, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, England, >50K.
-59, Self-emp-not-inc, 134470, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 2635, 0, 60, United-States, <=50K.
-17, Private, 166360, 10th, 6, Never-married, Craft-repair, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-40, Local-gov, 26671, Bachelors, 13, Divorced, Prof-specialty, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-38, Self-emp-not-inc, 589838, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 47, United-States, <=50K.
-45, Private, 149169, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-46, Private, 287920, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
-57, Private, 56080, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-22, State-gov, 211798, Assoc-voc, 11, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 10, United-States, <=50K.
-30, Private, 415266, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
-42, Private, 147110, Bachelors, 13, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 228873, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 7298, 0, 60, United-States, >50K.
-40, Private, 305348, 9th, 5, Never-married, Craft-repair, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
-50, Federal-gov, 189831, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 7298, 0, 50, United-States, >50K.
-45, Private, 247379, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-38, Federal-gov, 198841, Some-college, 10, Separated, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 364986, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1628, 47, United-States, <=50K.
-31, Private, 203488, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 44, United-States, >50K.
-31, Private, 141118, HS-grad, 9, Separated, Other-service, Unmarried, White, Female, 0, 0, 24, United-States, <=50K.
-49, Self-emp-not-inc, 155862, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, >50K.
-46, Private, 324550, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-55, Private, 174353, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-82, Self-emp-not-inc, 181912, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 12, United-States, <=50K.
-45, Private, 168191, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 15024, 0, 37, United-States, >50K.
-35, ?, 216068, Assoc-acdm, 12, Married-civ-spouse, ?, Wife, White, Female, 5178, 0, 12, United-States, >50K.
-41, Private, 125461, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-21, Private, 162688, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 234406, 12th, 8, Never-married, Sales, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-41, State-gov, 114537, HS-grad, 9, Separated, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 68111, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-44, Private, 322799, HS-grad, 9, Separated, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 479296, HS-grad, 9, Never-married, Other-service, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 323385, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-63, Private, 162772, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 35, United-States, >50K.
-53, Private, 27166, HS-grad, 9, Married-spouse-absent, Transport-moving, Not-in-family, White, Male, 10520, 0, 40, United-States, >50K.
-55, ?, 142642, HS-grad, 9, Married-spouse-absent, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-19, Private, 162954, Some-college, 10, Married-AF-spouse, Handlers-cleaners, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-45, Federal-gov, 90533, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-52, Private, 234286, Some-college, 10, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 84, United-States, <=50K.
-17, Private, 355559, 12th, 8, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 18, United-States, <=50K.
-35, Private, 32528, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 132847, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-46, Private, 279724, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-50, Private, 30827, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
-25, Private, 179772, HS-grad, 9, Never-married, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-39, Private, 112264, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 93690, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-52, Local-gov, 178983, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-55, ?, 194740, 10th, 6, Widowed, ?, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-48, Local-gov, 283037, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 312485, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 32, United-States, <=50K.
-30, Private, 202450, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-29, Local-gov, 272569, 10th, 6, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-53, Private, 231865, 12th, 8, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-26, Private, 195693, HS-grad, 9, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, Jamaica, <=50K.
-27, Private, 108574, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-58, Self-emp-not-inc, 605504, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-19, Self-emp-not-inc, 140985, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, England, <=50K.
-22, State-gov, 160369, Some-college, 10, Never-married, Other-service, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
-29, Private, 303440, Assoc-voc, 11, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-44, Private, 263871, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-55, Private, 28338, Assoc-voc, 11, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-36, Self-emp-inc, 298624, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 30, United-States, >50K.
-41, Private, 139126, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 40, United-States, >50K.
-57, Private, 197994, HS-grad, 9, Never-married, Other-service, Other-relative, Black, Female, 0, 0, 32, United-States, <=50K.
-34, Local-gov, 241259, HS-grad, 9, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-80, Self-emp-not-inc, 248568, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-59, Self-emp-not-inc, 304779, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-58, Private, 143266, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 169719, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 38, United-States, <=50K.
-34, Private, 257128, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 78507, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-28, Private, 490332, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 3103, 0, 40, United-States, >50K.
-32, Private, 244200, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, Puerto-Rico, <=50K.
-44, Self-emp-not-inc, 95298, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 70, United-States, >50K.
-23, Private, 329174, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 107142, 12th, 8, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-39, State-gov, 33975, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-26, Private, 201579, Some-college, 10, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, Mexico, <=50K.
-39, Self-emp-not-inc, 122852, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, >50K.
-35, Private, 272742, HS-grad, 9, Divorced, Sales, Not-in-family, White, Male, 27828, 0, 60, United-States, >50K.
-53, Private, 161691, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 4865, 0, 40, United-States, <=50K.
-41, Local-gov, 223410, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 40, United-States, >50K.
-90, Private, 250832, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 2414, 0, 40, United-States, <=50K.
-44, Local-gov, 282069, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 369164, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-81, Self-emp-not-inc, 218521, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 21, United-States, <=50K.
-19, Private, 136405, Assoc-voc, 11, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-40, Private, 199018, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-28, Local-gov, 299249, HS-grad, 9, Divorced, Protective-serv, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-50, Private, 235567, HS-grad, 9, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 52, United-States, <=50K.
-51, Self-emp-not-inc, 73493, Some-college, 10, Separated, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
-54, Private, 320012, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-37, Self-emp-inc, 183898, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-31, State-gov, 190027, Some-college, 10, Never-married, Other-service, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 87891, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 304001, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-40, Private, 171424, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-19, Private, 123807, HS-grad, 9, Never-married, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-22, ?, 210802, Some-college, 10, Never-married, ?, Own-child, Black, Female, 0, 0, 24, United-States, <=50K.
-25, Private, 80220, 12th, 8, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 216413, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-23, Private, 423453, HS-grad, 9, Never-married, Sales, Own-child, Black, Female, 0, 0, 16, United-States, <=50K.
-30, Private, 178835, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-35, Private, 304001, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 167482, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-32, Private, 26543, Some-college, 10, Separated, Prof-specialty, Not-in-family, White, Male, 0, 2231, 40, United-States, >50K.
-52, Private, 176409, Bachelors, 13, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-46, State-gov, 87018, Bachelors, 13, Never-married, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 251603, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-44, Local-gov, 366180, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-42, Private, 186916, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 2415, 55, United-States, >50K.
-30, Self-emp-not-inc, 164461, 11th, 7, Divorced, Sales, Unmarried, White, Male, 0, 653, 40, United-States, <=50K.
-42, Private, 54102, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-48, Self-emp-not-inc, 199058, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 35, United-States, >50K.
-22, Private, 293324, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 96798, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-65, Self-emp-not-inc, 132340, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 3, United-States, <=50K.
-45, Private, 175925, Bachelors, 13, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-17, Self-emp-not-inc, 33230, 11th, 7, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
-20, Local-gov, 298871, HS-grad, 9, Never-married, Other-service, Own-child, Asian-Pac-Islander, Male, 0, 0, 10, United-States, <=50K.
-26, Private, 142760, Assoc-voc, 11, Never-married, Sales, Not-in-family, Black, Male, 0, 0, 50, United-States, <=50K.
-30, Private, 200700, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 117310, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 60, ?, <=50K.
-44, Private, 238188, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 354496, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-18, Private, 416541, 9th, 5, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 16, United-States, <=50K.
-52, Private, 42902, 9th, 5, Separated, Other-service, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 180317, Assoc-voc, 11, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-50, Private, 378581, 12th, 8, Never-married, Protective-serv, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
-45, Local-gov, 213620, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
-58, Private, 186905, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 99999, 0, 40, United-States, >50K.
-47, Private, 182054, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-64, Local-gov, 189634, Some-college, 10, Widowed, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-25, Local-gov, 170070, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
-42, Private, 445382, Assoc-acdm, 12, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-46, Self-emp-inc, 168211, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 75, United-States, >50K.
-22, Private, 341760, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-26, Private, 152452, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-49, Private, 558752, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 3674, 0, 40, United-States, <=50K.
-28, Private, 153813, Some-college, 10, Never-married, Exec-managerial, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
-54, Private, 81859, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-47, Self-emp-not-inc, 51664, 11th, 7, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-46, Private, 334421, Bachelors, 13, Divorced, Sales, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, China, <=50K.
-35, Private, 239415, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 42, United-States, <=50K.
-57, Local-gov, 62701, Some-college, 10, Widowed, Exec-managerial, Not-in-family, White, Male, 6849, 0, 40, United-States, <=50K.
-37, Self-emp-inc, 347491, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-54, Local-gov, 108739, 11th, 7, Widowed, Protective-serv, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-34, Private, 340917, HS-grad, 9, Separated, Machine-op-inspct, Not-in-family, White, Male, 2174, 0, 45, United-States, <=50K.
-54, Federal-gov, 160636, HS-grad, 9, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
-49, Private, 116927, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-24, Private, 179423, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-18, Private, 347829, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 4, United-States, <=50K.
-62, Self-emp-not-inc, 56317, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, ?, >50K.
-37, Self-emp-inc, 347189, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-42, Private, 201520, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-43, Private, 43533, 5th-6th, 3, Separated, Other-service, Other-relative, White, Female, 0, 0, 40, El-Salvador, <=50K.
-20, Private, 313786, HS-grad, 9, Never-married, Exec-managerial, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-36, Private, 367216, Some-college, 10, Married-spouse-absent, Other-service, Own-child, White, Female, 0, 0, 28, United-States, <=50K.
-23, Private, 408988, Some-college, 10, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
-48, Private, 175662, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 24, United-States, <=50K.
-77, Self-emp-not-inc, 161552, Preschool, 1, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
-26, Private, 311743, HS-grad, 9, Separated, Other-service, Unmarried, White, Female, 0, 0, 39, United-States, <=50K.
-25, Private, 323229, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 163204, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 1740, 40, United-States, <=50K.
-25, Private, 201481, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-27, Private, 154210, Assoc-acdm, 12, Married-civ-spouse, Transport-moving, Husband, Asian-Pac-Islander, Male, 0, 0, 40, ?, <=50K.
-36, Local-gov, 247547, HS-grad, 9, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-51, Self-emp-inc, 254230, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 58, United-States, >50K.
-33, Private, 156464, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
-31, Private, 108322, Some-college, 10, Married-AF-spouse, Craft-repair, Husband, White, Male, 0, 0, 28, United-States, <=50K.
-33, Private, 213179, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-24, Private, 160122, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-64, ?, 80392, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 4, United-States, <=50K.
-36, Local-gov, 254202, Prof-school, 15, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 24, Germany, <=50K.
-26, State-gov, 232914, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-31, Local-gov, 206609, Bachelors, 13, Never-married, Protective-serv, Not-in-family, White, Male, 0, 1876, 40, United-States, <=50K.
-33, Private, 44623, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-22, ?, 199005, Assoc-acdm, 12, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 403344, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 118577, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 25, United-States, >50K.
-37, Private, 122889, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 7298, 0, 40, Taiwan, >50K.
-23, Private, 196508, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 24, United-States, <=50K.
-26, Private, 40915, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-37, Private, 143774, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-22, Private, 173004, HS-grad, 9, Never-married, Machine-op-inspct, Other-relative, Black, Male, 0, 0, 1, United-States, <=50K.
-49, Private, 353824, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-53, Private, 171058, Some-college, 10, Divorced, Handlers-cleaners, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-40, Private, 335400, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, Dominican-Republic, <=50K.
-30, Local-gov, 263650, Bachelors, 13, Never-married, Sales, Unmarried, Black, Female, 0, 0, 17, United-States, <=50K.
-59, Private, 187025, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-49, Private, 149218, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 50, United-States, <=50K.
-26, Private, 190916, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-50, Private, 240989, 1st-4th, 2, Married-civ-spouse, Farming-fishing, Other-relative, White, Male, 0, 0, 40, Mexico, <=50K.
-47, Private, 216093, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 15024, 0, 40, United-States, >50K.
-42, Private, 111483, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
-24, Private, 214810, Assoc-voc, 11, Never-married, Sales, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-46, Private, 165402, HS-grad, 9, Married-civ-spouse, Craft-repair, Wife, White, Female, 5178, 0, 40, United-States, >50K.
-50, Federal-gov, 36489, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-18, Private, 173923, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
-20, Private, 273147, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 113814, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 118768, Assoc-acdm, 12, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
-62, Federal-gov, 34916, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-36, Private, 73023, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-46, State-gov, 179869, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-48, Federal-gov, 259131, Some-college, 10, Divorced, Adm-clerical, Unmarried, Black, Male, 5455, 0, 40, United-States, <=50K.
-52, Private, 257756, Assoc-voc, 11, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, Germany, <=50K.
-53, Private, 448862, HS-grad, 9, Never-married, Transport-moving, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 150553, Assoc-acdm, 12, Never-married, Tech-support, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 205152, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 35, United-States, >50K.
-26, Private, 220499, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 134252, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-20, Private, 175808, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 185621, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 278391, Assoc-acdm, 12, Never-married, Sales, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-22, Self-emp-not-inc, 174907, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-40, Private, 175642, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 60, United-States, >50K.
-24, Self-emp-not-inc, 216889, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-34, Private, 183557, HS-grad, 9, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-24, Private, 196674, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 169188, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-46, Private, 203785, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-49, Private, 196707, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-37, Private, 190297, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 45, United-States, >50K.
-18, Private, 255595, 11th, 7, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 5, United-States, <=50K.
-38, Self-emp-not-inc, 374983, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-21, Private, 176178, Bachelors, 13, Married-civ-spouse, Sales, Other-relative, White, Female, 0, 0, 35, United-States, <=50K.
-35, Private, 181165, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-43, Local-gov, 212490, Assoc-voc, 11, Divorced, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-61, Private, 215766, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-46, Private, 261688, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 123417, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-29, Private, 108431, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 2415, 40, United-States, >50K.
-58, Private, 32954, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-47, Private, 224752, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-35, Private, 122353, 11th, 7, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 176159, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-28, Private, 189407, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-26, Private, 181772, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Self-emp-not-inc, 109133, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-49, Self-emp-not-inc, 165229, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-23, State-gov, 315449, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
-40, Private, 37848, HS-grad, 9, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-37, Federal-gov, 54595, HS-grad, 9, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-20, ?, 127914, Some-college, 10, Never-married, ?, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 121596, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 2907, 0, 35, United-States, <=50K.
-38, Private, 95336, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-40, ?, 299197, HS-grad, 9, Never-married, ?, Not-in-family, White, Male, 0, 0, 23, United-States, <=50K.
-58, Private, 299991, 11th, 7, Divorced, Adm-clerical, Not-in-family, White, Female, 3674, 0, 40, United-States, <=50K.
-28, Private, 70034, 9th, 5, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, Portugal, <=50K.
-30, Private, 256970, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 35, United-States, >50K.
-29, Private, 108706, Some-college, 10, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-52, Private, 227832, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-26, Private, 272865, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 60070, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 24, United-States, <=50K.
-40, Private, 223730, Masters, 14, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
-51, Self-emp-not-inc, 22743, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 1740, 40, United-States, <=50K.
-26, Private, 195994, Bachelors, 13, Separated, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-19, ?, 181242, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-64, Private, 133169, 11th, 7, Widowed, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, India, <=50K.
-22, Private, 99199, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-40, Private, 246949, HS-grad, 9, Divorced, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 284889, Bachelors, 13, Widowed, Sales, Unmarried, White, Female, 0, 0, 41, United-States, <=50K.
-35, Private, 150309, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, Amer-Indian-Eskimo, Male, 0, 1887, 40, United-States, >50K.
-24, Private, 201799, Bachelors, 13, Never-married, Transport-moving, Own-child, White, Female, 0, 0, 84, United-States, <=50K.
-58, Private, 52090, Prof-school, 15, Divorced, Tech-support, Unmarried, White, Male, 0, 0, 40, United-States, >50K.
-83, Local-gov, 107338, Some-college, 10, Widowed, Prof-specialty, Not-in-family, White, Male, 0, 0, 12, United-States, <=50K.
-45, Private, 32356, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
-47, Private, 50092, Bachelors, 13, Divorced, Exec-managerial, Unmarried, Other, Male, 0, 1138, 40, United-States, <=50K.
-28, Private, 311446, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-29, Federal-gov, 128553, Assoc-voc, 11, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 203203, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-30, Self-emp-not-inc, 429281, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, ?, <=50K.
-31, Private, 192660, Assoc-voc, 11, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 30, United-States, <=50K.
-30, Local-gov, 170449, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, >50K.
-57, ?, 221417, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, >50K.
-80, ?, 156942, 1st-4th, 2, Separated, ?, Not-in-family, Black, Male, 0, 0, 15, United-States, <=50K.
-21, Private, 177504, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-24, Private, 378546, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 39, United-States, <=50K.
-39, Self-emp-not-inc, 33001, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 213722, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
-36, Private, 152307, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 7298, 0, 55, United-States, >50K.
-61, Self-emp-not-inc, 53777, Prof-school, 15, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-23, Private, 60668, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 55, United-States, <=50K.
-34, Private, 132544, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 99, United-States, <=50K.
-53, Private, 277772, HS-grad, 9, Divorced, Handlers-cleaners, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 415755, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-51, Private, 136080, HS-grad, 9, Divorced, Sales, Other-relative, White, Female, 0, 0, 31, United-States, <=50K.
-29, Private, 241607, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 2597, 0, 40, United-States, <=50K.
-22, Private, 180190, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 400356, Some-college, 10, Married-spouse-absent, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-55, Federal-gov, 154274, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 8614, 0, 40, United-States, >50K.
-48, Private, 146497, HS-grad, 9, Widowed, Sales, Unmarried, White, Female, 0, 0, 37, United-States, <=50K.
-47, Private, 189498, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 65, United-States, >50K.
-32, Private, 65942, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 56, United-States, <=50K.
-27, Self-emp-not-inc, 151382, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 56651, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-25, Private, 164488, Assoc-acdm, 12, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
-27, Local-gov, 183061, HS-grad, 9, Never-married, Farming-fishing, Own-child, Amer-Indian-Eskimo, Male, 0, 0, 60, United-States, <=50K.
-31, Private, 289228, HS-grad, 9, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 35, United-States, <=50K.
-28, Private, 38918, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-23, Private, 194630, HS-grad, 9, Separated, Machine-op-inspct, Own-child, White, Male, 0, 0, 53, United-States, <=50K.
-31, Private, 262848, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-21, Private, 157595, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-26, Private, 102476, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-45, Local-gov, 93663, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-30, Private, 202450, HS-grad, 9, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 72393, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-27, Private, 53147, HS-grad, 9, Never-married, Craft-repair, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-29, Self-emp-not-inc, 337944, 11th, 7, Separated, Transport-moving, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-31, Private, 37939, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-57, Private, 118993, 9th, 5, Married-civ-spouse, Transport-moving, Other-relative, White, Female, 0, 0, 40, ?, <=50K.
-60, Private, 772919, Bachelors, 13, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 25, United-States, <=50K.
-26, Private, 143062, Some-college, 10, Divorced, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-31, Local-gov, 32593, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-39, Private, 167882, 12th, 8, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 48, Haiti, <=50K.
-52, Local-gov, 48413, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-50, Private, 123429, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
-61, Private, 244261, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-37, State-gov, 318891, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-20, Private, 259788, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-42, Self-emp-not-inc, 248876, Some-college, 10, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 55, United-States, <=50K.
-63, Federal-gov, 334418, 1st-4th, 2, Married-civ-spouse, Adm-clerical, Husband, Black, Male, 0, 0, 40, Puerto-Rico, <=50K.
-38, Self-emp-not-inc, 166497, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 60, United-States, >50K.
-54, Self-emp-not-inc, 260833, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 45, United-States, >50K.
-35, Private, 107477, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-20, Private, 37932, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-58, Self-emp-not-inc, 216948, 10th, 6, Separated, Sales, Other-relative, Other, Male, 0, 0, 40, Cuba, <=50K.
-38, Private, 157473, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-21, ?, 117222, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-27, Self-emp-inc, 186733, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-53, Private, 231472, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-31, Local-gov, 187689, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 323985, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-53, Private, 270655, 12th, 8, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 45, United-States, >50K.
-36, Private, 301614, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 45, Mexico, <=50K.
-25, Private, 112754, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-23, ?, 35633, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 40, ?, <=50K.
-30, Self-emp-not-inc, 112358, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-57, Self-emp-not-inc, 247337, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 72, United-States, <=50K.
-40, Self-emp-inc, 115411, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 65, United-States, >50K.
-42, State-gov, 884434, Some-college, 10, Separated, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-55, Private, 72812, HS-grad, 9, Separated, Sales, Not-in-family, White, Male, 0, 0, 36, United-States, <=50K.
-26, Private, 192549, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-43, Self-emp-not-inc, 54310, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Male, 0, 0, 50, United-States, <=50K.
-58, Self-emp-not-inc, 33386, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Wife, White, Female, 0, 0, 20, United-States, <=50K.
-30, Private, 233433, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
-24, Private, 106373, HS-grad, 9, Divorced, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-60, Private, 215591, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-39, Private, 184531, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-40, Private, 69495, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-63, Self-emp-not-inc, 22228, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, >50K.
-38, Private, 55899, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-50, Self-emp-inc, 181498, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-31, State-gov, 203572, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
-23, Private, 120601, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 74706, 10th, 6, Divorced, Craft-repair, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-59, ?, 259673, Some-college, 10, Married-civ-spouse, ?, Husband, Other, Male, 0, 0, 40, Puerto-Rico, <=50K.
-48, Private, 126441, 1st-4th, 2, Married-civ-spouse, Other-service, Husband, Asian-Pac-Islander, Male, 0, 0, 45, China, <=50K.
-25, Private, 127784, Some-college, 10, Never-married, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-43, Private, 33658, Some-college, 10, Married-spouse-absent, Craft-repair, Unmarried, White, Male, 0, 3004, 40, United-States, >50K.
-36, Private, 234901, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 34307, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-75, Private, 124660, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
-29, Private, 278637, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 373545, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-17, Private, 172548, 9th, 5, Never-married, Sales, Own-child, White, Male, 0, 0, 8, United-States, <=50K.
-46, Private, 28074, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 89, United-States, >50K.
-58, Self-emp-not-inc, 127539, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 2407, 0, 25, United-States, <=50K.
-25, ?, 180246, Bachelors, 13, Never-married, ?, Not-in-family, White, Male, 0, 1408, 40, United-States, <=50K.
-34, State-gov, 377017, Masters, 14, Never-married, Prof-specialty, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 144925, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-51, ?, 156877, 9th, 5, Separated, ?, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-19, Private, 153019, HS-grad, 9, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 32825, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-46, Private, 114120, Some-college, 10, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
-36, ?, 92440, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-42, Self-emp-not-inc, 32016, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-51, Private, 165953, HS-grad, 9, Separated, Handlers-cleaners, Not-in-family, Black, Male, 0, 0, 45, United-States, <=50K.
-21, Private, 96061, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
-50, Private, 106422, HS-grad, 9, Married-civ-spouse, Sales, Wife, Black, Female, 0, 1485, 37, United-States, >50K.
-49, Self-emp-not-inc, 167281, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 137895, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-52, Private, 177487, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 344696, Some-college, 10, Never-married, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-66, Self-emp-not-inc, 51415, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 4931, 0, 98, United-States, <=50K.
-36, Private, 134367, Bachelors, 13, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 0, 32, United-States, >50K.
-40, Private, 289636, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-30, Private, 165115, Assoc-voc, 11, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
-20, Private, 206008, HS-grad, 9, Never-married, Other-service, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-22, State-gov, 149342, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-48, Self-emp-not-inc, 90042, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 49, United-States, <=50K.
-22, Private, 495288, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 38, United-States, <=50K.
-22, Private, 234970, Some-college, 10, Never-married, Other-service, Own-child, Black, Female, 0, 0, 40, ?, <=50K.
-51, Self-emp-not-inc, 123011, HS-grad, 9, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-36, Self-emp-not-inc, 260454, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-19, Private, 39026, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 278021, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-47, Self-emp-not-inc, 159399, Assoc-voc, 11, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-34, Private, 340665, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 2057, 35, United-States, <=50K.
-34, State-gov, 392518, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 229826, Bachelors, 13, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-62, Private, 185503, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-25, Private, 399117, 5th-6th, 3, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-45, Private, 168232, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 56, United-States, >50K.
-42, Private, 377322, Assoc-voc, 11, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-71, Self-emp-not-inc, 141742, HS-grad, 9, Widowed, Farming-fishing, Unmarried, White, Male, 1731, 0, 5, United-States, <=50K.
-39, Private, 31964, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 80, United-States, >50K.
-45, Self-emp-not-inc, 29019, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 55, United-States, <=50K.
-67, ?, 183420, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 21, United-States, <=50K.
-36, Private, 305319, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-35, Private, 182189, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-39, Private, 257250, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-60, Self-emp-not-inc, 269485, Preschool, 1, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
-32, Self-emp-not-inc, 182177, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 179481, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Poland, <=50K.
-27, Private, 199118, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, Nicaragua, <=50K.
-46, Private, 33084, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-53, Private, 185407, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
-38, Self-emp-not-inc, 177907, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 145441, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1485, 40, United-States, >50K.
-25, Private, 104830, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-27, Private, 247507, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-71, Self-emp-inc, 216601, 11th, 7, Divorced, Machine-op-inspct, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
-28, Local-gov, 91670, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
-58, Private, 106740, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-57, Private, 122562, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
-35, Private, 109133, HS-grad, 9, Separated, Machine-op-inspct, Not-in-family, White, Male, 3674, 0, 52, United-States, <=50K.
-35, Private, 196123, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-55, Private, 123436, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-56, Self-emp-inc, 42298, 9th, 5, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-44, Private, 297248, HS-grad, 9, Married-spouse-absent, Craft-repair, Unmarried, White, Male, 0, 0, 40, Columbia, <=50K.
-23, Private, 117363, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-41, Private, 79864, Assoc-voc, 11, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-51, Private, 190762, 1st-4th, 2, Widowed, Craft-repair, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
-46, Private, 155509, Bachelors, 13, Separated, Prof-specialty, Unmarried, Black, Female, 0, 0, 32, Jamaica, <=50K.
-45, Federal-gov, 163434, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 153832, Assoc-voc, 11, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-53, Federal-gov, 147629, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 80, United-States, >50K.
-33, Private, 488720, 5th-6th, 3, Married-civ-spouse, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, Mexico, <=50K.
-49, Private, 169180, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 1876, 35, United-States, <=50K.
-37, Private, 188763, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-37, Private, 229647, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 42, United-States, <=50K.
-57, Self-emp-not-inc, 321456, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-24, Private, 199698, Assoc-acdm, 12, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-32, Private, 226010, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-28, Private, 116298, 7th-8th, 4, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-33, Private, 130057, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-27, Private, 369188, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 90, United-States, >50K.
-32, Private, 155193, HS-grad, 9, Separated, Prof-specialty, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
-33, Private, 159574, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 299353, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 56, United-States, <=50K.
-46, Local-gov, 99971, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 56, United-States, >50K.
-65, Private, 190160, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 40, United-States, >50K.
-67, Private, 283416, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-60, Private, 224277, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, >50K.
-30, Private, 111567, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 48, United-States, <=50K.
-53, Private, 151411, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-34, Private, 346736, Assoc-acdm, 12, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 50, United-States, <=50K.
-26, Private, 264055, Some-college, 10, Never-married, Sales, Unmarried, White, Male, 0, 0, 55, United-States, <=50K.
-22, Private, 309620, HS-grad, 9, Never-married, Sales, Not-in-family, Other, Male, 0, 0, 45, ?, <=50K.
-39, Private, 224541, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-46, Private, 235334, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 99999, 0, 60, United-States, >50K.
-22, Private, 296158, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 153997, 10th, 6, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-53, Private, 231482, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-35, Private, 278553, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 38, United-States, <=50K.
-56, Private, 91251, HS-grad, 9, Married-civ-spouse, Other-service, Husband, Asian-Pac-Islander, Male, 0, 0, 20, China, <=50K.
-47, Self-emp-not-inc, 192053, 7th-8th, 4, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-47, Private, 207120, HS-grad, 9, Separated, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 44, United-States, <=50K.
-46, Self-emp-inc, 125892, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 60, United-States, >50K.
-34, Private, 186824, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 200471, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 2415, 40, United-States, >50K.
-22, Private, 117779, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-23, Private, 44793, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-33, Private, 37646, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-45, Private, 174127, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 110103, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 1762, 40, United-States, <=50K.
-20, Private, 74631, Some-college, 10, Never-married, Sales, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 211239, Some-college, 10, Married-AF-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
-26, ?, 157008, HS-grad, 9, Divorced, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-35, Self-emp-not-inc, 90406, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
-27, Private, 199998, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Female, 0, 0, 32, United-States, <=50K.
-73, Private, 132350, 7th-8th, 4, Widowed, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 18, United-States, <=50K.
-61, Private, 233427, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-52, Local-gov, 71489, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1579, 40, United-States, <=50K.
-34, Self-emp-inc, 119411, Some-college, 10, Never-married, Transport-moving, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 351772, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
-27, Local-gov, 34254, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 178693, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-47, Private, 168262, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-58, Private, 34169, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 3103, 0, 25, United-States, >50K.
-31, Private, 328118, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-39, Self-emp-inc, 122353, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 50, United-States, >50K.
-18, Private, 37315, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-27, Private, 181916, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 55465, Assoc-acdm, 12, Never-married, Other-service, Other-relative, White, Male, 0, 0, 15, United-States, <=50K.
-45, Private, 192203, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 15024, 0, 49, United-States, >50K.
-26, Private, 91683, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 39302, 12th, 8, Never-married, Other-service, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
-27, Private, 171356, Assoc-acdm, 12, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-53, Self-emp-inc, 197189, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 72, United-States, >50K.
-47, Private, 112362, 10th, 6, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 228326, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 307353, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-44, Private, 172160, 11th, 7, Divorced, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-62, Self-emp-inc, 234738, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 5013, 0, 50, United-States, <=50K.
-34, Private, 33117, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-64, Self-emp-not-inc, 217380, Prof-school, 15, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 2559, 60, United-States, >50K.
-36, Private, 157954, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-53, Private, 164299, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 1887, 65, United-States, >50K.
-61, Self-emp-not-inc, 224981, 10th, 6, Widowed, Craft-repair, Other-relative, White, Male, 0, 0, 18, Mexico, <=50K.
-25, Private, 281209, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-41, Self-emp-not-inc, 200479, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
-28, Private, 132750, HS-grad, 9, Divorced, Other-service, Unmarried, Black, Female, 0, 0, 20, United-States, <=50K.
-22, Private, 21154, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 1590, 32, United-States, <=50K.
-34, State-gov, 189843, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 116657, HS-grad, 9, Never-married, Sales, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-52, Private, 113522, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 45, United-States, >50K.
-53, Private, 176185, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-90, Private, 227796, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Male, 6097, 0, 45, United-States, >50K.
-24, Private, 194891, Assoc-voc, 11, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-51, Private, 197189, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 182191, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 2202, 0, 38, United-States, <=50K.
-47, Private, 242559, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, Black, Female, 0, 1408, 40, United-States, <=50K.
-90, Self-emp-not-inc, 122348, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 20051, 0, 45, United-States, >50K.
-44, Private, 40024, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-43, Local-gov, 225978, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-18, Private, 407436, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-60, Self-emp-not-inc, 119471, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Japan, <=50K.
-33, Private, 249409, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 35, United-States, <=50K.
-38, ?, 217409, Some-college, 10, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-48, Private, 148995, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-50, Private, 200046, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-37, Private, 215618, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-21, Private, 280081, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-46, Self-emp-inc, 340651, Bachelors, 13, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 1977, 60, United-States, >50K.
-39, Private, 111000, Masters, 14, Never-married, Other-service, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-26, Private, 135521, Assoc-voc, 11, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 28, United-States, <=50K.
-24, Self-emp-not-inc, 194102, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-35, Self-emp-not-inc, 295127, Some-college, 10, Divorced, Farming-fishing, Unmarried, White, Male, 0, 0, 50, United-States, <=50K.
-60, ?, 102310, Assoc-acdm, 12, Divorced, ?, Not-in-family, White, Female, 0, 0, 45, Canada, <=50K.
-48, Private, 240175, 11th, 7, Separated, Other-service, Unmarried, Black, Male, 0, 0, 22, United-States, <=50K.
-41, Private, 145441, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-61, Self-emp-not-inc, 243019, Preschool, 1, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 215596, 9th, 5, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 40, Mexico, <=50K.
-25, State-gov, 31350, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 246965, Some-college, 10, Never-married, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 99838, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 38, ?, <=50K.
-40, Private, 340797, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-51, ?, 29937, HS-grad, 9, Widowed, ?, Not-in-family, Amer-Indian-Eskimo, Female, 0, 0, 20, United-States, <=50K.
-38, Local-gov, 30056, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 309903, 10th, 6, Never-married, Other-service, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
-55, State-gov, 256984, Some-college, 10, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 181723, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 30, Germany, <=50K.
-37, Private, 101020, Bachelors, 13, Separated, Exec-managerial, Not-in-family, White, Male, 4787, 0, 55, United-States, >50K.
-44, Self-emp-not-inc, 106900, Bachelors, 13, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 195770, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-49, Private, 102737, Assoc-voc, 11, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-35, Local-gov, 191779, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-56, Self-emp-not-inc, 99479, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 5013, 0, 46, United-States, <=50K.
-62, Private, 196891, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-19, ?, 208066, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 54341, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-21, Private, 140001, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-26, Private, 248220, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-53, Private, 172962, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-37, Private, 88215, Masters, 14, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, China, <=50K.
-18, Private, 110142, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-41, Self-emp-not-inc, 136986, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-52, State-gov, 206775, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-50, Private, 53497, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 238534, Some-college, 10, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 20, Puerto-Rico, <=50K.
-38, Private, 143123, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Self-emp-not-inc, 60269, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-33, Private, 82623, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 4386, 0, 48, United-States, >50K.
-40, Local-gov, 99666, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-61, Private, 95680, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, >50K.
-44, State-gov, 208163, Assoc-voc, 11, Separated, Protective-serv, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 369781, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-17, Private, 311288, 11th, 7, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 24, United-States, <=50K.
-42, Self-emp-not-inc, 152889, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 52, United-States, <=50K.
-38, Private, 160086, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
-34, Private, 117963, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 43, United-States, >50K.
-33, Private, 186884, HS-grad, 9, Married-spouse-absent, Adm-clerical, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 313830, HS-grad, 9, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-31, ?, 212529, Some-college, 10, Never-married, ?, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-41, Self-emp-inc, 124330, Some-college, 10, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 30, United-States, <=50K.
-53, Private, 104501, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 42, United-States, <=50K.
-41, Private, 43501, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
-24, Private, 83774, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 216845, Preschool, 1, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-45, Local-gov, 168191, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-62, Self-emp-not-inc, 166894, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-31, Private, 110083, HS-grad, 9, Separated, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-55, Private, 194371, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, Canada, >50K.
-36, Federal-gov, 125933, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 2258, 40, United-States, <=50K.
-22, Private, 444554, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-34, Private, 190228, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, >50K.
-27, Private, 604045, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 27828, 0, 40, United-States, >50K.
-36, Private, 241126, Some-college, 10, Divorced, Tech-support, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 168355, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-48, State-gov, 158451, Bachelors, 13, Separated, Prof-specialty, Unmarried, White, Female, 914, 0, 40, United-States, <=50K.
-50, Private, 141608, HS-grad, 9, Separated, Other-service, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
-36, Private, 33157, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-45, Private, 187563, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 5013, 0, 45, United-States, <=50K.
-33, Private, 26252, Assoc-acdm, 12, Never-married, Other-service, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-32, Local-gov, 318647, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 36, United-States, <=50K.
-47, Private, 152572, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 40, Puerto-Rico, <=50K.
-30, Private, 77634, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 199513, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 1408, 50, United-States, <=50K.
-19, Private, 260327, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 18, United-States, <=50K.
-23, Private, 437940, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-54, Private, 137069, Prof-school, 15, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 40, India, <=50K.
-34, Local-gov, 32587, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-47, Self-emp-inc, 193960, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 7298, 0, 45, United-States, >50K.
-33, Private, 170651, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 1977, 38, United-States, >50K.
-68, ?, 186163, 1st-4th, 2, Widowed, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-39, Private, 114544, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-28, Private, 159724, Bachelors, 13, Married-spouse-absent, Sales, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-63, Private, 697806, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-34, Private, 140011, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
-53, Federal-gov, 411700, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-26, State-gov, 179633, Some-college, 10, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-57, Local-gov, 317690, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 60, United-States, >50K.
-45, Local-gov, 213334, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-41, Private, 165304, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, Greece, <=50K.
-57, Private, 192325, HS-grad, 9, Widowed, Other-service, Unmarried, White, Female, 0, 0, 42, United-States, <=50K.
-53, Self-emp-not-inc, 385183, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-33, Private, 232650, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-47, Self-emp-not-inc, 182474, HS-grad, 9, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 36, United-States, <=50K.
-37, Private, 119992, 10th, 6, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 376016, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-39, Private, 144638, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 45, United-States, >50K.
-48, Federal-gov, 113612, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-65, ?, 106161, Assoc-acdm, 12, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Self-emp-not-inc, 48160, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-30, Self-emp-not-inc, 55176, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-21, Private, 291232, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-55, Private, 250149, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-62, ?, 221064, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Self-emp-not-inc, 87745, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-35, Private, 97136, Some-college, 10, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 37, United-States, <=50K.
-18, Private, 632271, Some-college, 10, Married-spouse-absent, Adm-clerical, Other-relative, White, Female, 0, 0, 40, Peru, <=50K.
-18, Private, 295607, 10th, 6, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-84, ?, 163443, 7th-8th, 4, Widowed, ?, Not-in-family, White, Male, 0, 0, 3, United-States, <=50K.
-78, Self-emp-not-inc, 213136, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Male, 0, 0, 24, United-States, <=50K.
-23, Private, 107882, Bachelors, 13, Never-married, Tech-support, Own-child, White, Female, 0, 0, 50, United-States, <=50K.
-35, Private, 214378, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 236427, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-28, Private, 34292, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 204780, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 15024, 0, 40, United-States, >50K.
-22, Private, 161508, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-80, Private, 151959, HS-grad, 9, Widowed, Other-service, Not-in-family, Black, Male, 0, 0, 15, United-States, <=50K.
-41, Private, 196001, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 20, United-States, <=50K.
-27, Self-emp-not-inc, 211259, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-45, Private, 35136, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-52, Private, 288353, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 99999, 0, 48, United-States, >50K.
-48, Local-gov, 93449, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 99999, 0, 40, Philippines, >50K.
-17, Private, 40432, 10th, 6, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 4, United-States, <=50K.
-60, Private, 180632, 12th, 8, Divorced, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-76, Private, 204113, HS-grad, 9, Widowed, Protective-serv, Not-in-family, White, Female, 7896, 0, 18, United-States, <=50K.
-22, Private, 336101, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-34, Private, 235062, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-49, ?, 312552, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 2002, 70, United-States, <=50K.
-39, Private, 226947, 7th-8th, 4, Separated, Other-service, Other-relative, White, Male, 0, 0, 40, El-Salvador, <=50K.
-40, Private, 29393, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-38, ?, 115376, Some-college, 10, Married-civ-spouse, ?, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
-52, Self-emp-inc, 146574, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-28, State-gov, 175389, Assoc-acdm, 12, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, Mexico, <=50K.
-26, Self-emp-inc, 316688, Some-college, 10, Never-married, Sales, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-63, Self-emp-not-inc, 187919, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-41, ?, 188436, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 20, Canada, <=50K.
-41, Private, 80666, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-59, Self-emp-not-inc, 381965, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 1740, 80, United-States, <=50K.
-31, Private, 192039, Assoc-acdm, 12, Divorced, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-34, Self-emp-not-inc, 181091, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-40, Private, 50191, 9th, 5, Divorced, Craft-repair, Unmarried, White, Male, 5455, 0, 40, United-States, <=50K.
-29, Private, 155256, Bachelors, 13, Never-married, Tech-support, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-42, Private, 104973, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 348771, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, Canada, <=50K.
-55, Private, 96415, HS-grad, 9, Widowed, Other-service, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
-77, Private, 213136, Doctorate, 16, Widowed, Exec-managerial, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-59, Self-emp-inc, 155259, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 20, United-States, <=50K.
-47, Private, 95155, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 43, United-States, >50K.
-56, Private, 178787, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 361497, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-61, State-gov, 254890, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 296478, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-61, Private, 179791, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-25, Self-emp-inc, 110010, HS-grad, 9, Divorced, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 89622, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-56, State-gov, 118614, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-30, State-gov, 35683, Bachelors, 13, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-53, Local-gov, 163815, 11th, 7, Married-civ-spouse, Other-service, Husband, White, Male, 0, 2179, 41, United-States, <=50K.
-49, Private, 175305, 7th-8th, 4, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-33, Self-emp-inc, 96245, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 99, United-States, <=50K.
-27, Private, 201017, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 80, United-States, <=50K.
-48, Private, 95388, Some-college, 10, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-42, Private, 249332, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-27, Private, 194759, Assoc-acdm, 12, Married-spouse-absent, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-61, Private, 260062, 10th, 6, Never-married, Other-service, Own-child, White, Female, 4416, 0, 38, United-States, <=50K.
-36, Self-emp-not-inc, 166213, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
-42, Private, 46743, Some-college, 10, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 25, ?, <=50K.
-20, Private, 112387, 10th, 6, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 324685, 9th, 5, Never-married, Sales, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
-34, Private, 87943, 7th-8th, 4, Married-civ-spouse, Craft-repair, Wife, Other, Female, 0, 0, 48, ?, <=50K.
-45, Federal-gov, 187510, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-26, Private, 188703, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 127961, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 40, United-States, >50K.
-34, Private, 200117, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-40, Self-emp-inc, 142030, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 55, United-States, >50K.
-30, Private, 226296, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-27, Private, 239130, Prof-school, 15, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 165475, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
-46, Self-emp-inc, 328216, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 45, United-States, >50K.
-21, ?, 118023, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-42, Self-emp-not-inc, 206066, Masters, 14, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
-29, Local-gov, 141005, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 24, United-States, <=50K.
-28, Private, 104870, Assoc-voc, 11, Never-married, Other-service, Not-in-family, Black, Female, 0, 0, 48, United-States, <=50K.
-44, Self-emp-not-inc, 253250, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 54, United-States, <=50K.
-39, Private, 497788, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-42, Private, 128354, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
-49, Private, 140782, 10th, 6, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-37, Private, 216129, HS-grad, 9, Never-married, Craft-repair, Not-in-family, Black, Female, 0, 0, 45, United-States, <=50K.
-65, Private, 65757, HS-grad, 9, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-35, ?, 264758, Some-college, 10, Married-civ-spouse, ?, Husband, Black, Male, 0, 0, 40, Haiti, <=50K.
-23, Private, 245361, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-48, Local-gov, 216689, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-19, ?, 139517, 11th, 7, Never-married, ?, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-65, Local-gov, 188903, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 6418, 0, 45, United-States, >50K.
-18, Private, 170094, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-53, Private, 108836, 9th, 5, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 189565, HS-grad, 9, Married-civ-spouse, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 347993, 1st-4th, 2, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
-49, Private, 187308, Some-college, 10, Married-civ-spouse, Other-service, Other-relative, White, Male, 0, 0, 35, United-States, <=50K.
-27, State-gov, 136077, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-25, State-gov, 165457, Bachelors, 13, Never-married, Tech-support, Own-child, Asian-Pac-Islander, Male, 2463, 0, 40, United-States, <=50K.
-49, Federal-gov, 175428, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-78, ?, 143574, Some-college, 10, Widowed, ?, Not-in-family, White, Male, 0, 0, 5, United-States, <=50K.
-34, Private, 349148, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-72, Private, 103990, Masters, 14, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 12, United-States, <=50K.
-55, Self-emp-inc, 183884, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-21, Private, 464484, HS-grad, 9, Married-spouse-absent, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 190786, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-30, Private, 348592, HS-grad, 9, Separated, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-25, ?, 177839, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 152156, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 53, United-States, <=50K.
-55, Private, 141807, HS-grad, 9, Married-spouse-absent, Craft-repair, Other-relative, White, Male, 0, 0, 40, Poland, <=50K.
-47, Local-gov, 188537, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 60, United-States, >50K.
-43, Private, 203233, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, >50K.
-51, Private, 28978, Some-college, 10, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-53, Self-emp-inc, 116211, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-18, ?, 97683, HS-grad, 9, Never-married, ?, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-19, Private, 283945, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-43, Private, 115178, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 43, United-States, >50K.
-48, State-gov, 77102, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-23, Private, 132220, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-53, Private, 129301, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
-22, Private, 187592, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-34, Private, 312667, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-36, Local-gov, 206951, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 587310, Assoc-acdm, 12, Married-civ-spouse, Transport-moving, Own-child, White, Male, 0, 0, 40, El-Salvador, <=50K.
-76, Private, 328227, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 5556, 0, 13, United-States, >50K.
-35, Private, 100634, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-49, Private, 274200, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 72, United-States, <=50K.
-18, Self-emp-inc, 29582, 11th, 7, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-68, Private, 174812, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 15, United-States, <=50K.
-22, State-gov, 138513, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 15, United-States, <=50K.
-37, Private, 219137, 7th-8th, 4, Divorced, Sales, Unmarried, White, Female, 0, 0, 44, United-States, <=50K.
-23, Private, 265148, Bachelors, 13, Never-married, Sales, Other-relative, White, Male, 0, 0, 55, United-States, <=50K.
-41, Private, 302606, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-18, Private, 197600, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-36, Private, 167415, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-44, Private, 13769, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, >50K.
-26, Private, 109390, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 218188, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, White, Female, 0, 0, 32, United-States, <=50K.
-49, Private, 167159, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-72, Private, 128529, HS-grad, 9, Widowed, Other-service, Unmarried, White, Female, 0, 0, 28, United-States, <=50K.
-22, Private, 200973, Assoc-acdm, 12, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 12, United-States, <=50K.
-22, Private, 118235, HS-grad, 9, Never-married, Sales, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 55, United-States, <=50K.
-23, Local-gov, 250165, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 594, 0, 40, United-States, <=50K.
-47, Private, 269620, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, ?, <=50K.
-46, Private, 212162, 5th-6th, 3, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 147638, Bachelors, 13, Never-married, Adm-clerical, Own-child, Asian-Pac-Islander, Female, 0, 0, 40, India, <=50K.
-42, Private, 304605, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-45, Self-emp-not-inc, 165267, 9th, 5, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 122037, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, >50K.
-63, Self-emp-inc, 165611, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-21, Private, 262634, 7th-8th, 4, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 36, United-States, <=50K.
-46, Private, 280766, HS-grad, 9, Divorced, Protective-serv, Not-in-family, White, Male, 0, 0, 40, Cuba, <=50K.
-21, Private, 226668, Assoc-voc, 11, Never-married, Craft-repair, Not-in-family, Other, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 130200, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 70, United-States, >50K.
-17, Private, 98005, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-47, Private, 308857, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-51, Private, 108914, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-64, Local-gov, 210464, Masters, 14, Widowed, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 172748, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 192140, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-21, Private, 126568, HS-grad, 9, Never-married, Adm-clerical, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-50, Private, 179339, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-43, Local-gov, 31621, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-39, Private, 365009, Bachelors, 13, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 344698, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-42, Private, 159911, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 24, United-States, <=50K.
-25, Private, 389456, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-48, Private, 167472, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-17, Private, 201412, 10th, 6, Never-married, Farming-fishing, Own-child, White, Male, 594, 0, 5, United-States, <=50K.
-26, Self-emp-not-inc, 331861, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 60, United-States, >50K.
-58, Private, 97541, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 46, United-States, >50K.
-34, Private, 71865, 9th, 5, Married-civ-spouse, Machine-op-inspct, Wife, Other, Female, 0, 0, 40, Portugal, <=50K.
-29, Private, 196564, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 218956, Some-college, 10, Never-married, Tech-support, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-27, Private, 37359, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, ?, <=50K.
-41, Private, 184630, Bachelors, 13, Divorced, Handlers-cleaners, Not-in-family, White, Male, 4416, 0, 40, United-States, <=50K.
-17, Local-gov, 161955, 11th, 7, Never-married, Adm-clerical, Own-child, Amer-Indian-Eskimo, Female, 0, 0, 30, United-States, <=50K.
-24, Private, 200089, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, Guatemala, <=50K.
-39, Self-emp-not-inc, 193026, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, >50K.
-72, Self-emp-not-inc, 336423, 5th-6th, 3, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-52, State-gov, 184529, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
-30, Private, 153876, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 53, United-States, <=50K.
-22, Private, 269687, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-27, Private, 153805, Some-college, 10, Never-married, Craft-repair, Unmarried, Other, Male, 0, 0, 45, Ecuador, <=50K.
-43, Private, 151504, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 330087, Assoc-acdm, 12, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-59, Private, 164970, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 60, United-States, <=50K.
-23, Private, 239539, Some-college, 10, Never-married, Craft-repair, Own-child, Asian-Pac-Islander, Male, 0, 0, 40, ?, >50K.
-55, Self-emp-not-inc, 50215, Assoc-voc, 11, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 42, United-States, <=50K.
-51, Local-gov, 80123, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-54, ?, 55139, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 43, United-States, <=50K.
-44, ?, 276096, Some-college, 10, Never-married, ?, Other-relative, White, Male, 0, 0, 45, United-States, <=50K.
-41, Private, 222813, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
-24, Private, 172232, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 42, United-States, <=50K.
-54, Self-emp-not-inc, 386773, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-38, Private, 87556, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-38, State-gov, 169926, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 21, United-States, >50K.
-41, Private, 104196, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-34, Private, 320027, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-59, Private, 116637, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 307640, Assoc-voc, 11, Never-married, Exec-managerial, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-69, ?, 138386, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 1409, 0, 35, United-States, <=50K.
-25, Private, 269015, HS-grad, 9, Never-married, Other-service, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 90308, Preschool, 1, Never-married, Other-service, Unmarried, White, Male, 0, 0, 28, El-Salvador, <=50K.
-41, Local-gov, 39581, HS-grad, 9, Separated, Other-service, Not-in-family, Black, Female, 4101, 0, 40, United-States, <=50K.
-49, Self-emp-not-inc, 241688, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, Cuba, <=50K.
-22, Local-gov, 467759, HS-grad, 9, Divorced, Machine-op-inspct, Own-child, White, Male, 0, 0, 48, United-States, <=50K.
-39, Private, 303677, Some-college, 10, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 15, United-States, <=50K.
-56, Private, 47392, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
-37, Private, 97925, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-18, Local-gov, 243240, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
-29, Private, 472344, 5th-6th, 3, Married-civ-spouse, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
-41, Private, 177054, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-43, Local-gov, 212206, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
-34, Private, 244147, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, >50K.
-29, Private, 167336, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 50, United-States, <=50K.
-43, State-gov, 135060, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, ?, >50K.
-49, Private, 52184, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 159187, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 25, United-States, <=50K.
-35, Federal-gov, 22494, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
-36, Private, 219745, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-67, Private, 113323, Masters, 14, Divorced, Adm-clerical, Unmarried, White, Male, 0, 0, 41, United-States, <=50K.
-36, Private, 181099, Doctorate, 16, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 216741, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-51, Local-gov, 106365, Assoc-acdm, 12, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-45, Private, 124973, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-37, Private, 73199, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, >50K.
-49, Federal-gov, 362679, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 9, United-States, >50K.
-29, Private, 197222, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-56, Private, 33115, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-42, Federal-gov, 37997, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 162067, Masters, 14, Married-civ-spouse, Adm-clerical, Husband, Black, Male, 0, 0, 40, Haiti, <=50K.
-35, Private, 133839, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-33, Self-emp-not-inc, 398874, Bachelors, 13, Never-married, Tech-support, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-26, Self-emp-inc, 289224, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 261259, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-61, Private, 438587, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 271162, 11th, 7, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-66, ?, 115880, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 24, United-States, <=50K.
-21, Private, 29810, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-19, Private, 277695, Preschool, 1, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 50, Mexico, <=50K.
-35, Private, 277347, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-43, ?, 220445, HS-grad, 9, Widowed, ?, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 231507, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-28, Private, 184477, Assoc-voc, 11, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-24, Private, 174714, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
-24, Private, 118792, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
-46, Local-gov, 274689, Assoc-acdm, 12, Divorced, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 148315, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 45, United-States, <=50K.
-24, Private, 99844, Masters, 14, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
-36, State-gov, 143437, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, Other, Female, 0, 0, 40, United-States, <=50K.
-22, Private, 114357, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
-46, ?, 427055, Some-college, 10, Divorced, ?, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-68, Local-gov, 137518, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 33, United-States, <=50K.
-33, Private, 183125, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-28, Private, 269317, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 42, United-States, <=50K.
-46, State-gov, 107682, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
-30, Private, 159589, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1848, 50, United-States, >50K.
-50, Private, 46401, Bachelors, 13, Married-spouse-absent, Sales, Not-in-family, White, Female, 0, 0, 20, Germany, <=50K.
-69, Self-emp-not-inc, 164754, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-63, ?, 109446, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 314068, Assoc-voc, 11, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-22, Private, 242138, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-39, Federal-gov, 203070, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-39, Private, 266960, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-29, Self-emp-not-inc, 239511, Some-college, 10, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-65, ?, 244749, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 20, Cuba, <=50K.
-23, Private, 244698, 5th-6th, 3, Never-married, Farming-fishing, Other-relative, White, Male, 0, 0, 35, Mexico, <=50K.
-25, Private, 207258, 9th, 5, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
-61, Private, 111563, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 27, United-States, <=50K.
-50, Private, 233149, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-61, Private, 166789, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 2246, 50, United-States, >50K.
-54, Self-emp-inc, 22743, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 99999, 0, 70, United-States, >50K.
-41, Local-gov, 180599, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-38, Private, 28738, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 259846, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, >50K.
-24, Self-emp-inc, 158950, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-23, Private, 185948, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-67, ?, 187553, 7th-8th, 4, Divorced, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-49, Private, 169092, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 5178, 0, 40, Canada, >50K.
-40, Private, 129298, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 120204, HS-grad, 9, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-49, Local-gov, 229337, HS-grad, 9, Separated, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-43, Private, 183674, 12th, 8, Married-spouse-absent, Sales, Unmarried, White, Female, 0, 0, 25, ?, <=50K.
-34, Private, 538243, Some-college, 10, Separated, Tech-support, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 108947, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 2174, 0, 40, United-States, <=50K.
-35, Private, 128516, HS-grad, 9, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 45, United-States, <=50K.
-28, Private, 147560, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 131808, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 4386, 0, 40, United-States, >50K.
-33, Private, 234537, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-46, Local-gov, 165160, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
-51, Private, 90275, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
-26, Local-gov, 143583, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-27, Self-emp-not-inc, 210020, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 135603, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
-59, ?, 441227, Masters, 14, Married-civ-spouse, ?, Husband, Black, Male, 7298, 0, 50, United-States, >50K.
-38, Private, 341943, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-64, Private, 38274, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 327435, Some-college, 10, Separated, Prof-specialty, Unmarried, White, Female, 0, 0, 45, United-States, >50K.
-27, Federal-gov, 175262, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 376474, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 65, United-States, <=50K.
-38, Private, 171150, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 3781, 0, 78, United-States, <=50K.
-32, Private, 459465, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, El-Salvador, <=50K.
-37, Local-gov, 188391, Assoc-acdm, 12, Divorced, Other-service, Unmarried, White, Male, 0, 0, 60, United-States, >50K.
-37, Private, 196373, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-28, Private, 122913, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-35, State-gov, 37314, Doctorate, 16, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
-37, Private, 198492, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-47, Self-emp-not-inc, 20946, Bachelors, 13, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-20, Private, 281608, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-31, Self-emp-not-inc, 213643, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 1590, 60, United-States, <=50K.
-18, Private, 39222, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-23, Private, 208238, 10th, 6, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-53, Private, 261207, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, Peru, <=50K.
-36, Private, 131192, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-75, Private, 148214, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-54, Self-emp-not-inc, 155965, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 56, United-States, <=50K.
-25, Private, 269004, Assoc-voc, 11, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-47, Self-emp-not-inc, 97883, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 48, Italy, <=50K.
-52, Private, 177942, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
-38, Local-gov, 360494, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-45, Self-emp-not-inc, 45136, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 60, United-States, >50K.
-28, Private, 173483, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 5013, 0, 20, United-States, <=50K.
-19, Private, 205953, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, Black, Male, 0, 0, 20, United-States, <=50K.
-41, Private, 169823, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 46, United-States, >50K.
-18, Private, 99591, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 16, United-States, <=50K.
-42, Private, 32627, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 378009, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 233511, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-51, Private, 173987, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-45, Private, 162302, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
-24, Private, 192812, Masters, 14, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-65, Private, 217661, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 2246, 40, United-States, >50K.
-61, Private, 353031, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-21, Private, 155483, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-41, Self-emp-not-inc, 274158, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-35, Local-gov, 26987, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 1876, 45, United-States, <=50K.
-49, Private, 68493, HS-grad, 9, Married-spouse-absent, Craft-repair, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
-19, ?, 257421, Some-college, 10, Never-married, ?, Own-child, Black, Female, 0, 0, 15, United-States, <=50K.
-26, Private, 38257, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-22, Local-gov, 175586, HS-grad, 9, Never-married, Transport-moving, Own-child, Black, Female, 0, 0, 20, United-States, <=50K.
-49, Private, 316323, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 48, United-States, >50K.
-36, Private, 117802, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-18, Self-emp-not-inc, 454950, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-17, Private, 284277, 11th, 7, Never-married, Other-service, Own-child, White, Male, 1055, 0, 20, United-States, <=50K.
-32, State-gov, 90409, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-43, Private, 248094, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 44, United-States, >50K.
-29, Private, 138692, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 173938, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-65, ?, 146722, 12th, 8, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 10, United-States, <=50K.
-31, Private, 145439, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 324445, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 176410, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 38, United-States, <=50K.
-25, Private, 129275, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 399123, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 76044, Masters, 14, Divorced, Prof-specialty, Unmarried, Other, Male, 4787, 0, 35, Mexico, >50K.
-28, Private, 87632, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 43, United-States, <=50K.
-33, Private, 269605, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 32, United-States, <=50K.
-46, Private, 37718, Assoc-acdm, 12, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 1977, 50, United-States, >50K.
-70, ?, 162659, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 8, United-States, <=50K.
-45, Self-emp-not-inc, 277434, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-28, Private, 209205, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 44, United-States, <=50K.
-75, ?, 34235, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 2964, 0, 14, United-States, <=50K.
-41, Private, 141186, HS-grad, 9, Married-spouse-absent, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-48, Private, 123681, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
-31, Private, 174215, HS-grad, 9, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 35, United-States, <=50K.
-17, Private, 96354, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-64, ?, 109108, HS-grad, 9, Divorced, ?, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-37, Private, 107302, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-51, Local-gov, 250054, Some-college, 10, Widowed, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-51, Private, 50459, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1740, 40, United-States, <=50K.
-57, Local-gov, 22975, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-29, Private, 97189, Assoc-voc, 11, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 238859, HS-grad, 9, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 20, United-States, <=50K.
-26, State-gov, 239303, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 3942, 0, 7, United-States, <=50K.
-33, Private, 310655, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-42, Private, 276218, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
-30, Private, 94235, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 50, United-States, >50K.
-45, Private, 135339, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 45, United-States, <=50K.
-20, Private, 199703, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 28, United-States, <=50K.
-36, Private, 52532, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-64, State-gov, 186376, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 5178, 0, 40, United-States, >50K.
-29, Private, 229124, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 48, United-States, >50K.
-18, Private, 152508, 11th, 7, Married-civ-spouse, Sales, Wife, Other, Female, 0, 0, 20, United-States, <=50K.
-45, Private, 54260, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-31, Private, 48520, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-66, Self-emp-not-inc, 439777, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 25, United-States, <=50K.
-49, Private, 191389, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-45, Private, 118714, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 34616, Some-college, 10, Never-married, Other-service, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-29, ?, 199074, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-20, ?, 112858, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 2, United-States, <=50K.
-22, Private, 199555, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
-21, ?, 211013, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-46, Private, 107425, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-62, Private, 106549, Assoc-acdm, 12, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-41, State-gov, 110556, Masters, 14, Married-civ-spouse, Exec-managerial, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
-46, Self-emp-not-inc, 265097, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Germany, <=50K.
-41, Private, 215219, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-61, Self-emp-not-inc, 142988, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-64, Private, 239450, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-18, Private, 162084, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-34, Private, 83066, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 181705, Some-college, 10, Separated, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-80, Private, 138737, HS-grad, 9, Divorced, Adm-clerical, Other-relative, White, Female, 0, 0, 20, United-States, <=50K.
-24, Federal-gov, 332194, 9th, 5, Never-married, Adm-clerical, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 291979, HS-grad, 9, Never-married, Sales, Unmarried, White, Male, 0, 0, 35, United-States, <=50K.
-64, Private, 162761, Some-college, 10, Widowed, Sales, Not-in-family, White, Male, 2354, 0, 35, United-States, <=50K.
-21, Private, 153643, HS-grad, 9, Never-married, Other-service, Own-child, Black, Male, 0, 0, 70, United-States, <=50K.
-52, Private, 30908, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-31, Private, 92179, 10th, 6, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-66, Self-emp-inc, 50408, 12th, 8, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-50, Federal-gov, 191013, HS-grad, 9, Separated, Sales, Other-relative, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-62, Private, 170969, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-19, ?, 302229, HS-grad, 9, Never-married, ?, Own-child, Black, Male, 0, 0, 10, United-States, <=50K.
-49, Private, 80026, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-33, Private, 93056, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-38, Local-gov, 414791, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
-20, Private, 37894, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 1719, 30, United-States, <=50K.
-31, Local-gov, 164243, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 55, United-States, >50K.
-41, Self-emp-not-inc, 36651, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
-22, Self-emp-not-inc, 26248, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 50, United-States, <=50K.
-41, Private, 244522, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 7688, 0, 42, United-States, >50K.
-39, Private, 183279, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-63, Private, 177063, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 220220, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 47, United-States, <=50K.
-58, Private, 180779, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 238787, Bachelors, 13, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 20, United-States, <=50K.
-38, Private, 32086, Some-college, 10, Divorced, Adm-clerical, Own-child, White, Male, 0, 0, 52, United-States, <=50K.
-35, Private, 302149, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Cambodia, >50K.
-43, Self-emp-not-inc, 136986, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 50, United-States, >50K.
-47, State-gov, 61062, Doctorate, 16, Separated, Exec-managerial, Own-child, Asian-Pac-Islander, Male, 2354, 0, 45, United-States, <=50K.
-33, Private, 260782, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-21, Private, 82061, 5th-6th, 3, Never-married, Craft-repair, Not-in-family, Other, Male, 0, 0, 32, Mexico, <=50K.
-22, Private, 254351, HS-grad, 9, Married-civ-spouse, Protective-serv, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 128699, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-59, Private, 171328, Bachelors, 13, Married-spouse-absent, Prof-specialty, Other-relative, Black, Female, 2202, 0, 37, United-States, <=50K.
-24, ?, 152719, Some-college, 10, Never-married, ?, Own-child, Black, Female, 0, 0, 15, Haiti, <=50K.
-42, Private, 97688, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-33, Private, 199248, Some-college, 10, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-25, Private, 67240, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-27, Private, 1490400, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Self-emp-not-inc, 188503, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 60, United-States, >50K.
-40, Private, 180206, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-27, Private, 201872, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 314373, HS-grad, 9, Divorced, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-36, Private, 107737, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Portugal, <=50K.
-44, Private, 209093, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-48, Local-gov, 218357, HS-grad, 9, Separated, Transport-moving, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
-43, Private, 163434, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-43, Private, 326701, 5th-6th, 3, Separated, Craft-repair, Not-in-family, Other, Male, 0, 0, 40, Mexico, <=50K.
-41, Private, 164612, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 50, United-States, >50K.
-29, Self-emp-not-inc, 37429, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 30, United-States, <=50K.
-31, Private, 408208, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 30, United-States, <=50K.
-54, Private, 105638, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 81259, Assoc-acdm, 12, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 36, United-States, <=50K.
-37, Private, 201141, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-27, Private, 394927, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-52, Federal-gov, 165998, Prof-school, 15, Married-civ-spouse, Armed-Forces, Husband, White, Male, 7298, 0, 50, United-States, >50K.
-40, Private, 41888, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 2415, 70, United-States, >50K.
-24, Private, 72887, HS-grad, 9, Never-married, Other-service, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
-49, Private, 56551, 9th, 5, Divorced, Craft-repair, Unmarried, White, Female, 5455, 0, 45, United-States, <=50K.
-22, Private, 227603, Some-college, 10, Never-married, Prof-specialty, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
-28, Private, 203776, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, Poland, <=50K.
-61, Private, 202060, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 34, United-States, <=50K.
-59, Private, 178282, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 7688, 0, 40, United-States, >50K.
-31, Private, 57151, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 399455, HS-grad, 9, Married-spouse-absent, Other-service, Unmarried, White, Female, 0, 0, 52, United-States, <=50K.
-37, Private, 52630, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 124692, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-21, Private, 278254, Some-college, 10, Never-married, Handlers-cleaners, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 162098, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 304143, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
-37, Federal-gov, 287031, Masters, 14, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 50, United-States, >50K.
-38, Private, 102478, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-36, Private, 172425, HS-grad, 9, Married-spouse-absent, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, >50K.
-48, Private, 56664, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-42, Private, 247514, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, Mexico, >50K.
-30, Private, 307353, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
-37, Private, 111129, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 39, United-States, <=50K.
-29, Private, 190539, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 55, Greece, >50K.
-47, Self-emp-inc, 224314, Bachelors, 13, Divorced, Sales, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-47, Self-emp-not-inc, 59987, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 2002, 42, United-States, <=50K.
-33, Local-gov, 111746, HS-grad, 9, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
-24, Private, 162958, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 1980, 50, United-States, <=50K.
-68, ?, 129802, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 12, United-States, <=50K.
-43, Private, 303155, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-25, Private, 301634, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 156294, HS-grad, 9, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-50, Private, 145033, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 2415, 60, United-States, >50K.
-19, ?, 768659, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-32, Private, 134679, 11th, 7, Never-married, Handlers-cleaners, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 188798, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 122033, Some-college, 10, Never-married, Exec-managerial, Unmarried, Black, Female, 0, 0, 99, United-States, <=50K.
-21, ?, 223515, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 235124, 12th, 8, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 30, ?, <=50K.
-47, Private, 341814, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 45, United-States, <=50K.
-34, State-gov, 764638, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Female, 4787, 0, 47, United-States, >50K.
-47, Federal-gov, 303637, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
-31, Private, 307543, 10th, 6, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 99, Cuba, <=50K.
-45, Local-gov, 151267, Some-college, 10, Married-civ-spouse, Other-service, Wife, Black, Female, 0, 0, 25, United-States, <=50K.
-40, Private, 157403, Some-college, 10, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 38, United-States, <=50K.
-31, Private, 124483, Masters, 14, Never-married, Adm-clerical, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 60, India, >50K.
-32, Private, 26803, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-40, Private, 131899, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 119992, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 2603, 60, United-States, <=50K.
-31, Private, 198068, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-31, Private, 264351, 12th, 8, Separated, Adm-clerical, Own-child, White, Male, 0, 0, 40, Mexico, <=50K.
-18, ?, 352430, 11th, 7, Never-married, ?, Own-child, White, Male, 0, 1602, 30, United-States, <=50K.
-61, Private, 29797, HS-grad, 9, Divorced, Sales, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 54670, Assoc-acdm, 12, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, ?, <=50K.
-47, Private, 192713, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-55, Self-emp-inc, 79662, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-35, Private, 190023, 11th, 7, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 301251, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 115336, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 50, United-States, >50K.
-58, Self-emp-not-inc, 98015, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 32, United-States, >50K.
-33, Self-emp-not-inc, 48189, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-33, Private, 248754, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-30, Private, 195602, 12th, 8, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 44, United-States, <=50K.
-45, State-gov, 185797, Some-college, 10, Never-married, Tech-support, Not-in-family, White, Female, 3325, 0, 60, United-States, <=50K.
-51, Private, 192588, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 35, Philippines, <=50K.
-44, Private, 160837, 5th-6th, 3, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
-54, Local-gov, 128378, Masters, 14, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 335846, Bachelors, 13, Never-married, Exec-managerial, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-19, Private, 179991, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-31, Private, 151763, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 127875, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-27, Self-emp-not-inc, 132686, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-44, Self-emp-inc, 240900, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-35, Private, 65876, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 42, United-States, >50K.
-46, State-gov, 165852, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-30, Self-emp-not-inc, 437458, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-63, Self-emp-not-inc, 261995, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-37, Private, 342480, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-58, Private, 270131, 5th-6th, 3, Widowed, Other-service, Unmarried, White, Female, 0, 0, 70, Mexico, <=50K.
-48, Private, 216414, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 70, United-States, >50K.
-30, Private, 259425, 10th, 6, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-45, Private, 144086, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-63, Self-emp-not-inc, 246124, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-53, Private, 321865, Prof-school, 15, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-42, Private, 32080, HS-grad, 9, Separated, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-31, Local-gov, 201697, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
-32, Local-gov, 300687, Masters, 14, Never-married, Prof-specialty, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 307724, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, ?, <=50K.
-60, Private, 40856, HS-grad, 9, Married-spouse-absent, Craft-repair, Not-in-family, White, Male, 0, 1741, 40, United-States, <=50K.
-24, ?, 115085, HS-grad, 9, Married-civ-spouse, ?, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-37, State-gov, 202139, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-34, Private, 190151, HS-grad, 9, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 32, United-States, <=50K.
-40, Local-gov, 208277, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-19, Private, 107405, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-21, Private, 194096, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-36, Private, 162029, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 3325, 0, 40, United-States, <=50K.
-46, Private, 172155, Bachelors, 13, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Peru, <=50K.
-51, Self-emp-inc, 114674, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-27, Private, 116298, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-50, Local-gov, 320510, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 7298, 0, 56, United-States, >50K.
-31, Private, 158144, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-34, Private, 181651, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 51150, 12th, 8, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-41, State-gov, 118544, Some-college, 10, Divorced, Other-service, Own-child, White, Male, 0, 0, 12, United-States, <=50K.
-54, Private, 85423, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
-34, Private, 56460, Bachelors, 13, Never-married, Sales, Unmarried, White, Female, 0, 0, 41, United-States, <=50K.
-28, Private, 211208, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-17, Private, 154337, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 13, United-States, <=50K.
-22, Private, 125542, 11th, 7, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 175847, 5th-6th, 3, Married-civ-spouse, Transport-moving, Wife, White, Female, 0, 0, 40, Mexico, >50K.
-34, Private, 229731, HS-grad, 9, Married-spouse-absent, Other-service, Not-in-family, White, Female, 0, 0, 35, El-Salvador, <=50K.
-45, Self-emp-not-inc, 40666, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 2885, 0, 60, United-States, <=50K.
-58, Federal-gov, 215900, HS-grad, 9, Never-married, Adm-clerical, Other-relative, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-75, ?, 186792, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 16, United-States, <=50K.
-18, ?, 151552, 11th, 7, Never-married, ?, Other-relative, White, Female, 0, 0, 15, United-States, <=50K.
-45, Private, 122002, Some-college, 10, Divorced, Adm-clerical, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 32174, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-34, Private, 349148, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 63, United-States, <=50K.
-34, Private, 209691, Some-college, 10, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 66, United-States, <=50K.
-49, Private, 163021, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-18, Local-gov, 283342, 10th, 6, Never-married, Craft-repair, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-41, ?, 45186, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-41, Private, 175398, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-30, Private, 175455, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-17, Private, 194946, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-58, ?, 183869, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 3411, 0, 80, United-States, <=50K.
-19, ?, 167428, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 227615, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-44, Local-gov, 196797, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 0, 0, 36, United-States, >50K.
-28, Local-gov, 273051, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-42, Local-gov, 27085, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 235646, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-25, ?, 168358, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 167725, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 91819, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-27, Private, 105830, Some-college, 10, Never-married, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-59, Private, 201159, 12th, 8, Widowed, Machine-op-inspct, Other-relative, White, Female, 0, 0, 48, United-States, <=50K.
-18, Private, 137363, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-27, Self-emp-not-inc, 164725, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 3464, 0, 35, United-States, <=50K.
-47, Private, 29438, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 70, United-States, <=50K.
-67, Private, 131656, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 2392, 24, United-States, >50K.
-33, State-gov, 35306, 9th, 5, Never-married, Other-service, Own-child, White, Female, 0, 0, 44, United-States, <=50K.
-63, Private, 198206, Some-college, 10, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-40, Private, 103513, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 143078, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 109494, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 1485, 40, United-States, <=50K.
-28, Private, 52732, 7th-8th, 4, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-49, Self-emp-not-inc, 164495, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 35, Germany, <=50K.
-20, Self-emp-not-inc, 105997, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-49, Federal-gov, 105959, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 41, United-States, >50K.
-18, Private, 216540, 11th, 7, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 159623, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-45, Federal-gov, 87207, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 37, United-States, <=50K.
-57, Private, 47621, 9th, 5, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 38, United-States, <=50K.
-35, Private, 190297, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 1977, 65, United-States, >50K.
-66, Private, 48034, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 16, United-States, <=50K.
-47, Local-gov, 162236, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 35, United-States, >50K.
-57, Private, 104724, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
-25, Private, 129806, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-35, Private, 170174, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-23, Local-gov, 265148, Bachelors, 13, Never-married, Prof-specialty, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 192237, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 406491, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 231866, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 292055, Assoc-voc, 11, Never-married, Sales, Not-in-family, White, Female, 0, 0, 37, United-States, <=50K.
-30, Private, 140612, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 2051, 40, United-States, <=50K.
-26, Private, 191573, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
-52, Private, 203635, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
-30, Private, 171483, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 38, United-States, <=50K.
-36, Private, 68798, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-34, Private, 31752, HS-grad, 9, Divorced, Machine-op-inspct, Other-relative, White, Female, 0, 0, 40, ?, <=50K.
-59, ?, 291856, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 135848, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 10, Guatemala, <=50K.
-22, Private, 72887, Some-college, 10, Never-married, Other-service, Own-child, Asian-Pac-Islander, Male, 0, 0, 24, United-States, <=50K.
-47, Private, 275163, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-65, Private, 29276, HS-grad, 9, Widowed, Other-service, Not-in-family, White, Female, 2538, 0, 50, United-States, <=50K.
-50, Private, 224207, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-50, Local-gov, 237356, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-29, Private, 393829, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
-58, Self-emp-not-inc, 193720, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, White, Male, 0, 0, 20, United-States, <=50K.
-56, Self-emp-not-inc, 140729, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-22, Private, 54560, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-34, Self-emp-not-inc, 214288, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 3411, 0, 80, United-States, <=50K.
-45, Self-emp-inc, 88500, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 7298, 0, 40, United-States, >50K.
-30, Private, 287092, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 2354, 0, 40, United-States, <=50K.
-40, Private, 225263, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 45, United-States, >50K.
-52, Local-gov, 140027, HS-grad, 9, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-44, Private, 32000, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-44, Private, 228516, HS-grad, 9, Never-married, Other-service, Unmarried, White, Male, 0, 0, 20, Portugal, <=50K.
-27, Private, 157612, Bachelors, 13, Separated, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
-24, Private, 197200, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 44, United-States, <=50K.
-28, Private, 89598, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
-40, Private, 153799, Bachelors, 13, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 72, ?, >50K.
-67, ?, 101761, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, >50K.
-49, Private, 225456, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-36, Private, 348960, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-17, Local-gov, 157111, 10th, 6, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-51, Self-emp-not-inc, 85877, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 99999, 0, 60, United-States, >50K.
-72, Self-emp-not-inc, 32819, Masters, 14, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-21, ?, 517995, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-59, Private, 103948, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 96016, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 60668, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-29, Local-gov, 270379, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 190756, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 44, United-States, <=50K.
-59, Local-gov, 221417, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
-23, Private, 158940, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-67, State-gov, 121395, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 12, United-States, <=50K.
-26, Private, 196866, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
-35, Private, 302239, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 718736, Some-college, 10, Widowed, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 178615, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 158096, Bachelors, 13, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-19, ?, 317988, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 15, United-States, <=50K.
-23, Private, 325596, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 120461, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-80, ?, 30680, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-22, Private, 125010, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-67, Private, 268781, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 1510, 8, United-States, <=50K.
-46, Private, 36020, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 433682, Bachelors, 13, Never-married, Tech-support, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-32, Local-gov, 349148, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-44, Self-emp-inc, 148805, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 33, United-States, <=50K.
-24, Private, 285775, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-46, Local-gov, 126524, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 1902, 40, United-States, >50K.
-52, Private, 270221, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 44, United-States, >50K.
-24, Private, 117222, HS-grad, 9, Divorced, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 118941, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-59, Private, 172667, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 241306, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
-33, State-gov, 292317, 9th, 5, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 182918, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 7298, 0, 46, United-States, >50K.
-76, Self-emp-not-inc, 106430, 9th, 5, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-41, ?, 119207, HS-grad, 9, Divorced, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 377692, Assoc-acdm, 12, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 284907, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-65, Federal-gov, 190160, Some-college, 10, Widowed, Adm-clerical, Not-in-family, White, Male, 0, 1944, 20, Poland, <=50K.
-65, Self-emp-inc, 226215, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 169324, 9th, 5, Divorced, Other-service, Unmarried, Black, Female, 0, 0, 40, Haiti, <=50K.
-22, Private, 191460, 10th, 6, Never-married, Sales, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-36, Self-emp-not-inc, 219155, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-66, ?, 52654, 11th, 7, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 32, United-States, <=50K.
-64, Self-emp-not-inc, 198466, HS-grad, 9, Widowed, Sales, Not-in-family, White, Female, 0, 0, 70, United-States, <=50K.
-47, Private, 255965, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-38, ?, 54953, HS-grad, 9, Divorced, ?, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-25, Private, 290441, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-44, Federal-gov, 206927, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 40, United-States, >50K.
-66, Self-emp-inc, 165609, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-33, Self-emp-inc, 206609, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 1876, 50, United-States, <=50K.
-64, Private, 211846, 10th, 6, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-17, Private, 102446, 12th, 8, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-26, Private, 114483, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-43, Private, 199657, HS-grad, 9, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-40, Private, 192878, 10th, 6, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-43, Private, 346081, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-24, Private, 26668, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, Puerto-Rico, <=50K.
-72, ?, 272425, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 3818, 0, 4, United-States, <=50K.
-68, Local-gov, 159643, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 15, United-States, <=50K.
-51, ?, 22743, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-21, Private, 142875, 10th, 6, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 44, United-States, <=50K.
-18, ?, 256304, HS-grad, 9, Never-married, ?, Own-child, Black, Female, 0, 0, 30, United-States, <=50K.
-36, Private, 163380, 10th, 6, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 162187, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 48, United-States, >50K.
-32, Private, 153353, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-75, Self-emp-inc, 134414, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-25, Private, 39212, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 344060, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 7298, 0, 40, Japan, >50K.
-17, Local-gov, 140240, 11th, 7, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-70, ?, 210722, Prof-school, 15, Divorced, ?, Not-in-family, White, Male, 2538, 0, 45, United-States, <=50K.
-32, Private, 285946, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-34, Private, 216645, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-54, Private, 54065, 7th-8th, 4, Divorced, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 44159, 12th, 8, Never-married, Other-service, Other-relative, Other, Male, 0, 0, 40, Dominican-Republic, <=50K.
-46, Private, 188729, Assoc-acdm, 12, Never-married, Craft-repair, Not-in-family, Black, Female, 0, 0, 50, United-States, <=50K.
-44, Self-emp-not-inc, 296982, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 48, ?, <=50K.
-56, Local-gov, 277203, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
-39, Private, 153949, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-46, Federal-gov, 269890, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-35, Federal-gov, 61518, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-39, Private, 176050, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1848, 47, United-States, >50K.
-25, Private, 202700, HS-grad, 9, Never-married, Sales, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-18, Private, 477083, 11th, 7, Never-married, Sales, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-50, Private, 221532, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-43, Private, 282155, Assoc-acdm, 12, Divorced, Prof-specialty, Not-in-family, White, Female, 4650, 0, 40, United-States, <=50K.
-38, Private, 365307, HS-grad, 9, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
-26, Private, 248776, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-48, Private, 166863, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-42, Private, 191149, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, United-States, >50K.
-22, Private, 126822, 10th, 6, Never-married, Sales, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-20, Private, 281743, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-27, Private, 212041, Bachelors, 13, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-31, Private, 264351, 7th-8th, 4, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, Mexico, <=50K.
-54, Private, 117198, HS-grad, 9, Widowed, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 202937, Assoc-acdm, 12, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
-53, ?, 201062, HS-grad, 9, Married-civ-spouse, ?, Wife, Black, Female, 0, 0, 2, United-States, <=50K.
-51, Private, 96062, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-54, Self-emp-not-inc, 99902, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Ireland, >50K.
-54, Private, 76268, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 80, United-States, <=50K.
-64, Private, 200517, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 39, United-States, <=50K.
-48, ?, 222478, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-19, ?, 168471, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
-52, Private, 403027, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-34, Self-emp-not-inc, 201292, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-39, Self-emp-not-inc, 360814, 12th, 8, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-51, Private, 155574, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-48, Private, 135525, Some-college, 10, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, >50K.
-42, Self-emp-not-inc, 24763, Bachelors, 13, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 65, United-States, <=50K.
-38, Self-emp-inc, 184456, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, Italy, >50K.
-40, Private, 30412, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-37, State-gov, 93225, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-60, Self-emp-not-inc, 359988, Some-college, 10, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 12, United-States, <=50K.
-60, Self-emp-not-inc, 122314, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 65, United-States, <=50K.
-59, Federal-gov, 51662, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 137991, Assoc-voc, 11, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 41, United-States, <=50K.
-47, State-gov, 119458, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 208068, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, Other, Male, 7298, 0, 40, Mexico, >50K.
-32, Private, 219553, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-23, Private, 308924, HS-grad, 9, Married-civ-spouse, Craft-repair, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 169748, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-55, Private, 164970, HS-grad, 9, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 38, United-States, <=50K.
-39, Private, 190987, Assoc-voc, 11, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-33, Private, 250804, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, England, <=50K.
-30, Private, 85374, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-81, Private, 39667, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 20, United-States, <=50K.
-41, Private, 84817, Assoc-voc, 11, Divorced, Prof-specialty, Unmarried, White, Female, 3887, 0, 40, United-States, <=50K.
-38, Private, 227615, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-54, Private, 155737, Bachelors, 13, Divorced, Sales, Not-in-family, White, Female, 8614, 0, 40, United-States, >50K.
-38, Private, 133935, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 41, El-Salvador, >50K.
-22, Federal-gov, 316438, HS-grad, 9, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-44, Private, 107433, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
-36, State-gov, 28572, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 38, United-States, <=50K.
-32, Self-emp-not-inc, 291414, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 35, United-States, >50K.
-22, Private, 202153, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-45, Private, 324655, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-32, Self-emp-not-inc, 27207, 11th, 7, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 80, United-States, <=50K.
-30, Private, 184435, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 122749, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 32, United-States, <=50K.
-36, Private, 181146, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 40, India, <=50K.
-21, Private, 225311, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-40, Self-emp-not-inc, 33474, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-42, Private, 126319, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-52, Private, 247806, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-50, Private, 85815, Assoc-voc, 11, Divorced, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 38, United-States, >50K.
-48, Private, 204629, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-63, Private, 195540, Assoc-voc, 11, Divorced, Exec-managerial, Not-in-family, Black, Male, 0, 1408, 40, United-States, <=50K.
-27, Private, 113866, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-31, Private, 114691, 11th, 7, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, Ireland, <=50K.
-22, ?, 227943, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 44, United-States, <=50K.
-45, Private, 310260, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
-35, Private, 189922, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 52, United-States, >50K.
-54, Private, 249949, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-23, ?, 38455, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 11, United-States, <=50K.
-51, Private, 123429, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 15024, 0, 40, United-States, >50K.
-71, Private, 99549, 5th-6th, 3, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-50, Private, 98954, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, >50K.
-36, Private, 49794, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-47, ?, 80451, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 129764, Some-college, 10, Divorced, Sales, Unmarried, White, Male, 1506, 0, 50, United-States, <=50K.
-29, Private, 189702, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 10520, 0, 50, United-States, >50K.
-59, Self-emp-not-inc, 78020, 7th-8th, 4, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 182843, HS-grad, 9, Divorced, Other-service, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 53956, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-31, State-gov, 223376, Bachelors, 13, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-44, Federal-gov, 151933, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 1485, 40, United-States, >50K.
-47, Private, 100931, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-23, Private, 442478, Some-college, 10, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
-24, Private, 153082, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-46, Private, 182414, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, >50K.
-35, Local-gov, 217926, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 176536, Some-college, 10, Separated, Adm-clerical, Other-relative, Amer-Indian-Eskimo, Female, 0, 0, 42, United-States, <=50K.
-37, Private, 237943, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, Poland, <=50K.
-20, Private, 117789, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
-59, Private, 113838, Bachelors, 13, Widowed, Prof-specialty, Not-in-family, White, Female, 4650, 0, 37, United-States, <=50K.
-17, Private, 278414, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
-36, Private, 122493, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-57, Private, 110820, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-28, Private, 106141, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 99999, 0, 40, United-States, >50K.
-43, Self-emp-not-inc, 215896, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 50, United-States, <=50K.
-49, Private, 547108, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, Asian-Pac-Islander, Male, 15024, 0, 40, ?, >50K.
-50, Federal-gov, 169078, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 4386, 0, 40, United-States, >50K.
-69, Self-emp-not-inc, 227906, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 3456, 0, 30, Germany, <=50K.
-57, Private, 61298, 5th-6th, 3, Separated, Machine-op-inspct, Other-relative, White, Female, 0, 0, 40, Ecuador, <=50K.
-49, Private, 184285, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-48, Private, 64156, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-61, Private, 56248, 1st-4th, 2, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 60, United-States, >50K.
-51, Private, 171275, 7th-8th, 4, Divorced, Other-service, Not-in-family, Other, Male, 0, 0, 40, Peru, <=50K.
-41, Private, 123490, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
-60, Private, 420842, Assoc-acdm, 12, Divorced, Priv-house-serv, Other-relative, White, Female, 0, 0, 40, ?, <=50K.
-40, Private, 51233, Bachelors, 13, Divorced, Machine-op-inspct, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
-36, Private, 353263, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-17, Private, 262031, 12th, 8, Never-married, Other-service, Other-relative, White, Male, 0, 0, 20, United-States, <=50K.
-50, Private, 334421, Prof-school, 15, Never-married, Prof-specialty, Other-relative, Asian-Pac-Islander, Female, 0, 1590, 25, China, <=50K.
-24, Private, 200153, Assoc-voc, 11, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-70, ?, 187972, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-29, Federal-gov, 360186, HS-grad, 9, Never-married, Other-service, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 368832, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
-36, Private, 359131, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-35, Self-emp-not-inc, 295279, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 0, 37, United-States, <=50K.
-34, Private, 378272, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 150817, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-40, Self-emp-not-inc, 145246, Some-college, 10, Divorced, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 185490, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 217424, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
-24, Private, 190483, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-50, Self-emp-not-inc, 391016, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-38, Private, 30509, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Wife, White, Female, 3908, 0, 50, United-States, <=50K.
-28, Private, 267661, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-57, Private, 197369, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-49, Self-emp-not-inc, 393691, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-46, Private, 168441, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
-47, Self-emp-inc, 85109, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-22, Private, 190457, 10th, 6, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-37, Self-emp-not-inc, 289430, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-39, Private, 166697, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-24, Local-gov, 310355, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 20, Germany, <=50K.
-31, Private, 300828, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, Black, Male, 0, 0, 30, United-States, <=50K.
-20, Private, 188923, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 37, United-States, <=50K.
-36, Private, 167482, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-29, Private, 114968, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 102988, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, Ecuador, >50K.
-67, Local-gov, 330144, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 18, United-States, <=50K.
-47, Private, 362654, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-35, Private, 179481, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-42, Private, 204817, Bachelors, 13, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 35, United-States, <=50K.
-32, Private, 172402, Some-college, 10, Never-married, Adm-clerical, Unmarried, Other, Female, 0, 0, 40, United-States, <=50K.
-44, Private, 54611, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-42, State-gov, 179151, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-17, Private, 30829, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
-50, Private, 474229, HS-grad, 9, Divorced, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-46, Self-emp-not-inc, 246981, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Black, Male, 0, 0, 23, United-States, <=50K.
-39, Private, 271610, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
-25, Private, 179138, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-19, Local-gov, 268722, Some-college, 10, Never-married, Sales, Other-relative, White, Female, 0, 0, 20, United-States, <=50K.
-46, Private, 111410, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-37, Local-gov, 125550, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 7688, 0, 40, United-States, >50K.
-24, Private, 51985, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 302584, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-90, Federal-gov, 311184, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 99, United-States, <=50K.
-45, Local-gov, 133969, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Thailand, <=50K.
-41, Local-gov, 214242, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 1902, 72, United-States, >50K.
-29, Private, 372149, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-53, Private, 203967, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 147344, HS-grad, 9, Never-married, Transport-moving, Other-relative, White, Male, 0, 0, 60, ?, <=50K.
-45, Self-emp-inc, 139268, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
-38, Private, 349198, Assoc-acdm, 12, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 21, United-States, >50K.
-43, Private, 222756, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 2002, 44, United-States, <=50K.
-53, Local-gov, 196395, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-22, Private, 316304, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-44, Private, 347653, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, Germany, <=50K.
-40, Private, 176063, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 60, United-States, >50K.
-67, Private, 176835, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-58, Private, 144092, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 35, United-States, >50K.
-23, Private, 148709, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
-31, Federal-gov, 194141, Assoc-voc, 11, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-28, Self-emp-inc, 215423, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 70, United-States, <=50K.
-52, Self-emp-not-inc, 128378, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 34431, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-21, Private, 180690, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 142712, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 57, United-States, >50K.
-43, State-gov, 185619, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Amer-Indian-Eskimo, Male, 0, 0, 35, United-States, >50K.
-36, Self-emp-not-inc, 358373, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 30, United-States, <=50K.
-27, Private, 81648, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-56, Private, 244580, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
-31, Private, 184570, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-39, State-gov, 210150, Masters, 14, Never-married, Protective-serv, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-22, Local-gov, 212213, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-37, Private, 182148, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 39, United-States, <=50K.
-29, Private, 55390, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-58, Private, 66788, HS-grad, 9, Separated, Machine-op-inspct, Unmarried, White, Male, 0, 0, 40, Portugal, <=50K.
-43, Federal-gov, 265604, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 110677, Some-college, 10, Married-civ-spouse, Other-service, Other-relative, White, Female, 0, 0, 30, United-States, <=50K.
-34, Private, 320077, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
-56, Private, 201817, HS-grad, 9, Widowed, Machine-op-inspct, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-43, Private, 142725, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 1887, 80, United-States, >50K.
-44, Self-emp-not-inc, 53956, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-45, State-gov, 116892, Assoc-acdm, 12, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 34572, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-40, State-gov, 287008, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-66, Local-gov, 30740, Some-college, 10, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-27, Private, 162104, 7th-8th, 4, Never-married, Priv-house-serv, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-65, Private, 237024, 1st-4th, 2, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 35, Mexico, <=50K.
-20, Private, 228306, HS-grad, 9, Never-married, Tech-support, Own-child, White, Female, 0, 0, 32, United-States, <=50K.
-18, Private, 127388, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-45, Private, 72393, Bachelors, 13, Married-spouse-absent, Prof-specialty, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
-55, Self-emp-inc, 160813, HS-grad, 9, Separated, Sales, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
-43, Private, 255586, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 342575, Some-college, 10, Never-married, Sales, Own-child, Black, Female, 0, 0, 35, United-States, <=50K.
-28, Private, 181466, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 234108, Assoc-acdm, 12, Never-married, Machine-op-inspct, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 66414, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 227307, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 43, United-States, >50K.
-23, Private, 157145, HS-grad, 9, Separated, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-63, Private, 252457, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-60, Federal-gov, 142769, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-32, Private, 49539, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 3674, 0, 40, United-States, <=50K.
-33, Private, 249438, HS-grad, 9, Never-married, Other-service, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 289293, 12th, 8, Married-civ-spouse, Craft-repair, Husband, White, Male, 3908, 0, 40, Dominican-Republic, <=50K.
-68, Self-emp-not-inc, 198884, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 25, United-States, <=50K.
-53, Local-gov, 229259, Assoc-acdm, 12, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 45, United-States, >50K.
-36, Private, 289223, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 1848, 40, United-States, >50K.
-23, Private, 42401, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-26, Private, 295055, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-42, State-gov, 214781, Bachelors, 13, Never-married, Prof-specialty, Unmarried, White, Male, 0, 1876, 38, United-States, <=50K.
-20, Private, 95552, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-53, Private, 308764, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-36, Private, 185394, HS-grad, 9, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-47, Private, 358382, Some-college, 10, Separated, Prof-specialty, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 195946, Assoc-acdm, 12, Married-civ-spouse, Other-service, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Thailand, <=50K.
-32, Private, 296897, Bachelors, 13, Never-married, Prof-specialty, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-41, Self-emp-not-inc, 230961, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-22, Private, 169022, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 48, United-States, <=50K.
-28, Private, 209301, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 1848, 40, United-States, >50K.
-42, Private, 252058, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, Self-emp-not-inc, 30012, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-33, Private, 202046, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-22, Private, 52262, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-60, Private, 96660, HS-grad, 9, Divorced, Sales, Other-relative, White, Female, 0, 0, 33, United-States, <=50K.
-50, Self-emp-not-inc, 200618, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-58, Private, 177368, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 3137, 0, 16, United-States, <=50K.
-22, Private, 311311, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-47, State-gov, 142856, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-28, Private, 134890, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 1974, 50, United-States, <=50K.
-38, Self-emp-inc, 179579, Doctorate, 16, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-67, State-gov, 173623, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 4931, 0, 30, United-States, <=50K.
-76, Self-emp-inc, 99328, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 6514, 0, 40, United-States, >50K.
-41, Local-gov, 224799, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, >50K.
-57, Self-emp-inc, 231781, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-22, Private, 41763, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-38, Local-gov, 51240, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-30, Private, 206923, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Wife, Other, Female, 0, 1977, 40, United-States, >50K.
-30, Self-emp-inc, 132601, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-27, Private, 357348, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 2202, 0, 40, United-States, <=50K.
-22, Private, 150683, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-40, Self-emp-inc, 188615, 11th, 7, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 20, United-States, >50K.
-73, Private, 159007, Bachelors, 13, Divorced, Farming-fishing, Other-relative, White, Female, 0, 0, 12, United-States, <=50K.
-23, Private, 130959, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 2407, 0, 6, Canada, <=50K.
-51, Private, 158746, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 60, United-States, >50K.
-29, Private, 498833, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, Nicaragua, <=50K.
-46, Private, 193188, Masters, 14, Never-married, Exec-managerial, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-29, Self-emp-inc, 136277, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 16, United-States, <=50K.
-34, Private, 137991, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-38, Self-emp-not-inc, 187098, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 48, United-States, <=50K.
-62, Private, 176839, Doctorate, 16, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
-30, State-gov, 185384, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-20, Private, 87867, Some-college, 10, Never-married, Tech-support, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 111779, 11th, 7, Divorced, Other-service, Unmarried, Black, Female, 0, 0, 36, United-States, <=50K.
-37, Local-gov, 185556, HS-grad, 9, Separated, Protective-serv, Not-in-family, White, Male, 0, 1980, 35, United-States, <=50K.
-56, Private, 59469, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Canada, <=50K.
-63, Private, 164435, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-25, Private, 259336, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, Peru, <=50K.
-40, Self-emp-not-inc, 277488, HS-grad, 9, Separated, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-53, Private, 104258, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 141427, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 267052, 10th, 6, Never-married, Farming-fishing, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 114764, Some-college, 10, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-50, Local-gov, 151143, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-37, Private, 176357, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 190303, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Male, 2463, 0, 15, United-States, <=50K.
-28, Private, 220692, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-46, Private, 181970, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-42, Private, 263339, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 5178, 0, 40, United-States, >50K.
-21, Self-emp-not-inc, 83704, 9th, 5, Never-married, Sales, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-24, Private, 324960, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-53, Private, 96062, 9th, 5, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-54, Private, 96678, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-36, Private, 33435, Assoc-voc, 11, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-52, Self-emp-not-inc, 399008, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 5013, 0, 40, United-States, <=50K.
-71, Private, 159722, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
-36, Private, 225172, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-52, Private, 135033, 7th-8th, 4, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, Ecuador, <=50K.
-38, Private, 179671, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-56, Private, 182460, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-52, Private, 231196, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-55, Private, 181974, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 326104, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-51, Self-emp-inc, 126850, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 65, United-States, <=50K.
-23, Private, 33644, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-40, Private, 92649, Assoc-acdm, 12, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-20, Private, 353696, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 28, United-States, <=50K.
-36, Private, 238342, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 882849, Bachelors, 13, Never-married, Other-service, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-49, Self-emp-inc, 318280, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
-35, Private, 151322, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 55, United-States, >50K.
-31, Self-emp-inc, 111567, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-43, Private, 279996, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-48, Private, 103743, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 2002, 70, United-States, <=50K.
-53, Private, 30846, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 191393, HS-grad, 9, Never-married, Adm-clerical, Unmarried, Black, Male, 0, 1380, 40, United-States, <=50K.
-35, State-gov, 140564, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
-37, Federal-gov, 243177, Some-college, 10, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-55, Local-gov, 104996, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 15, United-States, <=50K.
-27, Local-gov, 191202, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
-47, Private, 247379, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-44, Private, 96129, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-47, ?, 58440, Assoc-voc, 11, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-24, Private, 125031, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-23, Private, 183772, Assoc-acdm, 12, Never-married, Adm-clerical, Other-relative, White, Female, 0, 0, 70, United-States, <=50K.
-37, Private, 78488, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
-32, Self-emp-not-inc, 121058, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-43, Private, 84673, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 38, United-States, >50K.
-30, Private, 172830, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 3325, 0, 40, United-States, <=50K.
-36, Private, 307520, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, >50K.
-21, Private, 327797, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-40, Private, 108945, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 32, United-States, <=50K.
-52, Private, 164473, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 38, United-States, <=50K.
-40, Private, 144778, Bachelors, 13, Married-spouse-absent, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-54, Private, 69477, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 60, United-States, >50K.
-45, Private, 137946, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-28, Private, 167737, Bachelors, 13, Widowed, Other-service, Own-child, White, Male, 0, 1974, 50, United-States, <=50K.
-30, Private, 195602, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 45, ?, <=50K.
-31, Private, 140206, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-42, Self-emp-inc, 272551, Bachelors, 13, Divorced, Tech-support, Not-in-family, White, Female, 0, 1564, 60, United-States, >50K.
-24, Private, 114939, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-45, Local-gov, 265477, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, France, >50K.
-51, Local-gov, 252029, Doctorate, 16, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 45, United-States, >50K.
-29, Self-emp-inc, 263786, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-35, Private, 397877, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 316438, 5th-6th, 3, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 40, Mexico, <=50K.
-34, Local-gov, 283921, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 199903, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-42, Private, 339814, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-19, ?, 191140, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-33, Private, 174215, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 55, United-States, >50K.
-32, Private, 124420, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 289228, Masters, 14, Married-civ-spouse, Exec-managerial, Wife, White, Female, 15024, 0, 45, United-States, >50K.
-27, Private, 200610, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 2580, 0, 40, United-States, <=50K.
-36, Private, 140327, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 7298, 0, 35, United-States, >50K.
-39, Local-gov, 86643, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-33, Private, 226624, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 365516, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-27, Private, 153288, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 235124, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, ?, <=50K.
-28, Self-emp-inc, 160731, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-17, Private, 230999, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 16, United-States, <=50K.
-38, Private, 453663, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 44, United-States, <=50K.
-28, Private, 250967, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 2105, 0, 40, United-States, <=50K.
-22, ?, 96844, Some-college, 10, Never-married, ?, Not-in-family, White, Female, 0, 1602, 20, United-States, <=50K.
-41, Federal-gov, 149102, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 1980, 40, United-States, <=50K.
-42, Private, 226452, 9th, 5, Never-married, Machine-op-inspct, Other-relative, White, Female, 0, 0, 40, Mexico, <=50K.
-36, Private, 34378, 7th-8th, 4, Never-married, Machine-op-inspct, Unmarried, White, Male, 0, 0, 60, United-States, <=50K.
-37, Local-gov, 177277, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-38, Local-gov, 316470, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-55, Local-gov, 293104, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-55, Private, 380357, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, ?, >50K.
-36, Private, 101318, Some-college, 10, Married-spouse-absent, Prof-specialty, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, China, >50K.
-32, ?, 339099, Some-college, 10, Never-married, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-52, Private, 131662, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
-20, Private, 163333, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-43, Private, 71738, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-35, Private, 141276, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-61, Private, 242552, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 37, Honduras, <=50K.
-30, Private, 246439, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-38, Federal-gov, 81232, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-31, Private, 157568, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 117476, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-28, State-gov, 198201, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-57, Private, 167483, Assoc-voc, 11, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-19, Self-emp-inc, 150384, HS-grad, 9, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-18, ?, 96244, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
-34, Private, 33678, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 4508, 0, 35, United-States, <=50K.
-42, Private, 180985, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 52, United-States, <=50K.
-36, Private, 101192, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-33, Private, 207561, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 105749, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-41, Self-emp-inc, 443508, Doctorate, 16, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 60, United-States, >50K.
-23, Private, 249087, Bachelors, 13, Never-married, Tech-support, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-31, Local-gov, 279231, Assoc-voc, 11, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 180477, 10th, 6, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 144522, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, El-Salvador, <=50K.
-36, Local-gov, 248263, HS-grad, 9, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-38, ?, 498411, Some-college, 10, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-57, Private, 102442, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-20, Private, 262877, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
-66, Self-emp-not-inc, 325537, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-22, Private, 161638, HS-grad, 9, Never-married, Machine-op-inspct, Other-relative, White, Female, 0, 0, 40, Columbia, <=50K.
-46, Self-emp-not-inc, 24367, 10th, 6, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 99, United-States, >50K.
-38, Private, 108140, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7298, 0, 50, United-States, >50K.
-63, ?, 205110, 10th, 6, Widowed, ?, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-43, Self-emp-inc, 504423, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 60, Japan, >50K.
-37, Private, 264700, HS-grad, 9, Married-civ-spouse, Tech-support, Wife, Black, Female, 0, 0, 35, United-States, <=50K.
-22, Private, 335067, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-58, Private, 153551, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 23, United-States, <=50K.
-43, Private, 186077, HS-grad, 9, Widowed, Transport-moving, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
-55, Local-gov, 85001, Masters, 14, Married-spouse-absent, Prof-specialty, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
-45, Self-emp-not-inc, 216999, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 107231, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-36, Self-emp-not-inc, 52870, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 4386, 0, 50, United-States, >50K.
-73, Self-emp-not-inc, 228899, 7th-8th, 4, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 99, United-States, <=50K.
-29, Local-gov, 90956, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 186934, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-57, Self-emp-inc, 37394, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-25, ?, 30840, Some-college, 10, Divorced, ?, Unmarried, White, Female, 0, 0, 40, Germany, <=50K.
-32, Private, 185177, Assoc-voc, 11, Separated, Tech-support, Own-child, White, Male, 0, 1590, 40, United-States, <=50K.
-34, Private, 312055, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-20, Private, 176262, Assoc-acdm, 12, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-51, Self-emp-inc, 161482, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-51, Private, 373448, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 2002, 40, United-States, <=50K.
-45, Self-emp-not-inc, 277630, Some-college, 10, Divorced, Exec-managerial, Not-in-family, Black, Male, 0, 0, 48, United-States, <=50K.
-68, Self-emp-not-inc, 150904, HS-grad, 9, Widowed, Craft-repair, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-73, Private, 187334, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 328937, 7th-8th, 4, Never-married, Other-service, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
-35, Local-gov, 132879, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-58, Private, 49159, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
-38, Private, 133299, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 55, United-States, <=50K.
-62, ?, 268315, Some-college, 10, Divorced, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 176430, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 211344, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 162302, Some-college, 10, Never-married, Tech-support, Own-child, White, Female, 0, 0, 32, United-States, <=50K.
-51, Private, 229225, Masters, 14, Divorced, Other-service, Not-in-family, Black, Female, 0, 0, 18, United-States, >50K.
-49, Self-emp-not-inc, 77404, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 44, ?, >50K.
-51, Local-gov, 202044, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
-28, Private, 94128, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-21, ?, 189888, Assoc-acdm, 12, Never-married, ?, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
-32, Private, 94041, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-50, State-gov, 322840, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, Poland, >50K.
-47, Federal-gov, 746660, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 1887, 40, United-States, >50K.
-54, Private, 84587, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, Asian-Pac-Islander, Male, 0, 0, 38, Philippines, <=50K.
-41, Private, 33126, Assoc-voc, 11, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-29, Private, 247445, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-52, Self-emp-not-inc, 210377, 10th, 6, Married-civ-spouse, Exec-managerial, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
-19, ?, 239862, Some-college, 10, Never-married, ?, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 327112, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-37, Self-emp-not-inc, 188563, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-62, ?, 189098, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 15, United-States, <=50K.
-27, Private, 26326, Assoc-voc, 11, Divorced, Other-service, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
-46, Private, 145636, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 3103, 0, 50, United-States, >50K.
-45, State-gov, 255456, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 50, India, >50K.
-35, Private, 196373, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 1672, 40, United-States, <=50K.
-32, Private, 167476, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-32, State-gov, 59083, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-36, Self-emp-not-inc, 186934, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-62, ?, 188650, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 10, United-States, <=50K.
-33, Federal-gov, 373043, HS-grad, 9, Never-married, Transport-moving, Not-in-family, Black, Male, 0, 0, 34, Germany, <=50K.
-51, Private, 250423, Some-college, 10, Married-spouse-absent, Transport-moving, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 334032, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-29, State-gov, 89487, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-52, Private, 230205, Some-college, 10, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 2001, 32, United-States, <=50K.
-33, Private, 212980, HS-grad, 9, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 351770, Some-college, 10, Divorced, Farming-fishing, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-35, State-gov, 167482, HS-grad, 9, Never-married, Protective-serv, Own-child, White, Male, 0, 1980, 40, United-States, <=50K.
-23, Private, 42251, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-56, Self-emp-not-inc, 52822, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-41, Private, 229472, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 93034, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Laos, <=50K.
-35, Private, 415167, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-76, Self-emp-not-inc, 161182, Some-college, 10, Widowed, Sales, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
-38, Private, 166549, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-42, Private, 36296, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 272442, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-22, Private, 366139, Some-college, 10, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-30, Self-emp-inc, 127651, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 65, United-States, >50K.
-59, Private, 158077, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 154950, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-30, Local-gov, 197886, Assoc-acdm, 12, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-43, Private, 211518, HS-grad, 9, Divorced, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-26, Private, 214303, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
-34, Private, 154120, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 60, United-States, >50K.
-53, Private, 186303, HS-grad, 9, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 488459, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-66, Private, 423883, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 117963, 9th, 5, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-57, Self-emp-not-inc, 38430, 7th-8th, 4, Widowed, Farming-fishing, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 176969, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-18, ?, 116839, Some-college, 10, Never-married, ?, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-23, Private, 212407, Bachelors, 13, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-35, Local-gov, 110075, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 15024, 0, 50, United-States, >50K.
-40, Private, 183096, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-45, Federal-gov, 126754, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-28, Private, 216178, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 188391, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-17, ?, 27251, 11th, 7, Widowed, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 40230, HS-grad, 9, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 60, United-States, <=50K.
-47, Private, 100009, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-27, ?, 222442, Some-college, 10, Divorced, ?, Own-child, White, Male, 0, 0, 25, El-Salvador, <=50K.
-24, Local-gov, 403471, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 48, United-States, <=50K.
-52, Private, 161482, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-20, Private, 83141, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 4416, 0, 53, United-States, <=50K.
-68, Self-emp-inc, 31661, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 65, United-States, <=50K.
-35, Private, 101073, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, >50K.
-53, Local-gov, 99682, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 2174, 0, 40, United-States, <=50K.
-23, Private, 215395, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 343476, 11th, 7, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 178363, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 20, United-States, <=50K.
-52, Private, 95872, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 55, ?, <=50K.
-49, Private, 90907, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Outlying-US(Guam-USVI-etc), >50K.
-42, Private, 165309, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-35, Private, 208358, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 37, United-States, >50K.
-42, Private, 171069, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, Black, Male, 15024, 0, 40, United-States, >50K.
-46, Private, 53540, Some-college, 10, Divorced, Prof-specialty, Not-in-family, Black, Female, 0, 0, 40, United-States, >50K.
-48, Private, 29433, Some-college, 10, Divorced, Sales, Unmarried, White, Female, 0, 0, 55, United-States, <=50K.
-48, Self-emp-not-inc, 175622, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-52, Private, 231865, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 46, United-States, <=50K.
-51, Private, 266336, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 1902, 50, United-States, >50K.
-44, Self-emp-not-inc, 190290, Some-college, 10, Married-spouse-absent, Exec-managerial, Not-in-family, White, Male, 0, 0, 80, France, <=50K.
-74, Self-emp-not-inc, 45319, 12th, 8, Married-civ-spouse, Other-service, Husband, White, Male, 1409, 0, 20, Canada, <=50K.
-17, Never-worked, 131593, 11th, 7, Never-married, ?, Own-child, Black, Female, 0, 0, 20, United-States, <=50K.
-24, Local-gov, 177913, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 457357, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-43, Self-emp-inc, 253811, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 2415, 55, United-States, >50K.
-48, Private, 501671, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 48, United-States, <=50K.
-35, State-gov, 227128, HS-grad, 9, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-40, Federal-gov, 39137, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-52, Self-emp-not-inc, 121038, HS-grad, 9, Widowed, Other-service, Unmarried, Black, Female, 0, 0, 43, United-States, <=50K.
-53, State-gov, 119570, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-29, ?, 99297, HS-grad, 9, Married-civ-spouse, ?, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, Cambodia, <=50K.
-28, Self-emp-not-inc, 169460, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 80, United-States, <=50K.
-33, Private, 261639, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, Black, Male, 4064, 0, 40, United-States, <=50K.
-21, Private, 214542, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 22, United-States, <=50K.
-31, Private, 141410, Some-college, 10, Never-married, Transport-moving, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 370549, Some-college, 10, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 30, United-States, >50K.
-44, Self-emp-not-inc, 234767, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 30, United-States, >50K.
-40, Private, 104196, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-22, State-gov, 52262, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 20, England, <=50K.
-22, ?, 285775, Bachelors, 13, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-60, Private, 235336, Some-college, 10, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 70, United-States, <=50K.
-49, Private, 165539, Some-college, 10, Never-married, Priv-house-serv, Not-in-family, Black, Female, 0, 0, 90, Jamaica, <=50K.
-41, Private, 362815, Some-college, 10, Separated, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-24, State-gov, 292816, Assoc-voc, 11, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-26, Private, 66692, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-55, Private, 120910, HS-grad, 9, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-36, Self-emp-inc, 116133, HS-grad, 9, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 41, United-States, <=50K.
-49, State-gov, 247043, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 215616, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-23, Private, 131415, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 35, United-States, <=50K.
-64, Self-emp-not-inc, 169604, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 30, United-States, >50K.
-50, Private, 230858, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-23, Private, 73968, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-28, Private, 339897, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-31, Private, 258406, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, Mexico, <=50K.
-30, Private, 180574, Some-college, 10, Never-married, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-44, Private, 88808, 12th, 8, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 179627, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 149823, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-20, Private, 60639, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 46492, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 1902, 40, United-States, >50K.
-36, Private, 48520, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-28, Private, 306538, 12th, 8, Never-married, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-58, Private, 204678, Bachelors, 13, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 0, 40, United-States, >50K.
-48, Private, 218676, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-35, Local-gov, 95455, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
-53, Self-emp-not-inc, 335655, HS-grad, 9, Divorced, Sales, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-55, Private, 194436, 9th, 5, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 152724, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 242482, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-31, Local-gov, 162041, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-23, Private, 291854, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-22, ?, 48343, Some-college, 10, Never-married, ?, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
-77, ?, 153113, Prof-school, 15, Married-civ-spouse, ?, Husband, White, Male, 1455, 0, 25, United-States, <=50K.
-38, Private, 80680, 10th, 6, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-20, ?, 211601, Assoc-voc, 11, Never-married, ?, Own-child, Black, Female, 0, 0, 15, United-States, <=50K.
-31, Self-emp-inc, 264554, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 1977, 40, United-States, >50K.
-29, Private, 319998, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 194228, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-62, Self-emp-not-inc, 236247, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-28, Self-emp-not-inc, 123983, Masters, 14, Divorced, Sales, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 54, South, <=50K.
-49, Private, 166215, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 178623, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 0, 0, 35, United-States, <=50K.
-51, Self-emp-not-inc, 174102, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 8, United-States, <=50K.
-32, Private, 292217, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 2829, 0, 40, ?, <=50K.
-44, Private, 198452, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 96497, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-62, ?, 194660, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, >50K.
-37, Private, 216924, HS-grad, 9, Divorced, Farming-fishing, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
-26, Private, 206721, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-37, State-gov, 49105, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
-62, Federal-gov, 164021, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-46, Private, 91608, Prof-school, 15, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, Self-emp-not-inc, 323963, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
-42, Private, 70037, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-61, Private, 289950, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 44, United-States, >50K.
-65, Private, 213149, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-44, Federal-gov, 320451, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 15024, 0, 40, Philippines, >50K.
-22, Private, 351952, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 38, United-States, <=50K.
-50, Private, 146015, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 281704, Some-college, 10, Never-married, Farming-fishing, Other-relative, White, Male, 0, 0, 8, United-States, <=50K.
-44, Federal-gov, 786418, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 60, United-States, <=50K.
-29, Private, 214689, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 193188, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-55, Self-emp-inc, 142020, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 80, United-States, <=50K.
-78, ?, 317311, HS-grad, 9, Widowed, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-43, Private, 213416, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-47, Federal-gov, 326048, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 191265, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-47, Private, 348986, HS-grad, 9, Married-civ-spouse, Other-service, Other-relative, Asian-Pac-Islander, Female, 0, 0, 28, Taiwan, <=50K.
-24, Private, 126613, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-26, ?, 40032, Bachelors, 13, Never-married, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 150057, Masters, 14, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, Poland, <=50K.
-39, Private, 113725, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 8614, 0, 40, United-States, >50K.
-24, Private, 140500, 10th, 6, Never-married, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 113364, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
-65, Private, 176219, HS-grad, 9, Married-spouse-absent, Other-service, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 40, South, <=50K.
-19, Private, 146189, HS-grad, 9, Never-married, Sales, Other-relative, Amer-Indian-Eskimo, Female, 0, 0, 78, United-States, <=50K.
-45, Private, 83993, Assoc-acdm, 12, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 56, United-States, >50K.
-33, Private, 194336, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 5178, 0, 50, United-States, >50K.
-61, State-gov, 349434, Bachelors, 13, Divorced, Exec-managerial, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-55, Private, 142020, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-27, Private, 48894, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 42, United-States, <=50K.
-29, Private, 226295, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 36, United-States, <=50K.
-40, Private, 77313, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, >50K.
-36, Private, 305935, HS-grad, 9, Divorced, Other-service, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 287988, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-49, Local-gov, 49275, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-39, Private, 102865, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 209146, Masters, 14, Divorced, Sales, Not-in-family, White, Male, 27828, 0, 40, United-States, >50K.
-40, Private, 173001, Some-college, 10, Married-civ-spouse, Tech-support, Own-child, White, Female, 0, 1902, 40, United-States, >50K.
-40, Private, 277256, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 2559, 55, United-States, >50K.
-46, Private, 20534, Masters, 14, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-35, Private, 60227, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-19, State-gov, 176936, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-42, Private, 49255, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 4386, 0, 40, United-States, >50K.
-64, ?, 232787, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-49, Private, 235095, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-44, Private, 190531, Bachelors, 13, Divorced, Prof-specialty, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
-64, Without-pay, 209291, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 60, United-States, >50K.
-23, Private, 109053, HS-grad, 9, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 60, United-States, <=50K.
-22, Private, 183594, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 361608, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-43, Private, 257028, Assoc-acdm, 12, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 40, Haiti, <=50K.
-34, Private, 66561, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 37, United-States, <=50K.
-21, Private, 176486, Some-college, 10, Never-married, Exec-managerial, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
-21, Private, 565313, HS-grad, 9, Never-married, Other-service, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-34, Local-gov, 198953, Some-college, 10, Divorced, Protective-serv, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-68, State-gov, 99106, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-45, Private, 213140, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 52, United-States, >50K.
-33, Private, 66384, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 38, United-States, <=50K.
-41, Private, 483201, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-19, ?, 466458, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
-30, Private, 90446, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-69, Self-emp-not-inc, 165017, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-25, Private, 120596, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 44, United-States, <=50K.
-36, Private, 345310, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
-20, ?, 94746, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, Portugal, <=50K.
-38, Local-gov, 338611, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-40, Self-emp-inc, 275366, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-59, Private, 188872, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
-36, Private, 359397, 11th, 7, Married-civ-spouse, Handlers-cleaners, Husband, Other, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 158800, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-31, Private, 31510, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 358740, 11th, 7, Divorced, Sales, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-31, Private, 257148, Bachelors, 13, Widowed, Prof-specialty, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-48, Private, 174525, 1st-4th, 2, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 52, Dominican-Republic, <=50K.
-52, Private, 161599, HS-grad, 9, Married-civ-spouse, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 193494, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 44, United-States, <=50K.
-40, Local-gov, 231832, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-53, Local-gov, 146834, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-24, Private, 63927, Some-college, 10, Never-married, Tech-support, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 278403, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-53, Private, 241141, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, ?, <=50K.
-70, Local-gov, 127463, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-58, Private, 175017, 11th, 7, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 1672, 40, United-States, <=50K.
-54, Private, 56741, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-44, Private, 107683, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Wife, White, Female, 4386, 0, 40, United-States, >50K.
-42, Private, 270324, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, Jamaica, <=50K.
-47, State-gov, 304512, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
-34, Private, 167049, Bachelors, 13, Married-civ-spouse, Priv-house-serv, Wife, White, Female, 0, 0, 20, United-States, >50K.
-39, Self-emp-inc, 88973, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 84, United-States, >50K.
-52, Private, 210736, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
-21, State-gov, 73514, HS-grad, 9, Never-married, Other-service, Own-child, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
-57, Self-emp-not-inc, 75785, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-71, Self-emp-not-inc, 137723, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 1455, 0, 3, United-States, <=50K.
-28, Private, 220043, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-21, State-gov, 132247, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-38, Private, 65390, 12th, 8, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-21, ?, 177144, Some-college, 10, Never-married, ?, Own-child, Asian-Pac-Islander, Male, 0, 0, 22, India, <=50K.
-47, Local-gov, 358668, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
-85, Private, 188328, Masters, 14, Widowed, Prof-specialty, Not-in-family, White, Female, 0, 0, 5, United-States, <=50K.
-53, Private, 350510, 5th-6th, 3, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-54, Federal-gov, 72257, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 7688, 0, 40, United-States, >50K.
-53, Private, 183668, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 3464, 0, 34, United-States, <=50K.
-46, Private, 168262, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-46, Private, 153536, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 3103, 0, 40, United-States, >50K.
-36, Private, 189703, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 60, United-States, >50K.
-73, Local-gov, 147703, HS-grad, 9, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 15, United-States, <=50K.
-23, Private, 173670, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 45, United-States, <=50K.
-42, Private, 231832, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 45, United-States, >50K.
-39, Private, 33223, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-34, Private, 130021, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-57, Self-emp-not-inc, 50990, Some-college, 10, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-49, Self-emp-not-inc, 308241, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 60, United-States, <=50K.
-20, Private, 254025, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 377622, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-64, Private, 217802, HS-grad, 9, Widowed, Craft-repair, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-19, Private, 39477, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-19, Private, 138946, 7th-8th, 4, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-17, Private, 35603, 12th, 8, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-67, Private, 142624, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, ?, <=50K.
-22, Private, 92609, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 50, United-States, <=50K.
-41, Self-emp-not-inc, 111232, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-22, Private, 203518, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-38, Local-gov, 233571, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-40, Self-emp-not-inc, 45093, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-23, Private, 175431, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 2174, 0, 40, United-States, <=50K.
-90, Private, 225063, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 40, South, <=50K.
-18, Private, 391495, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-31, Private, 162312, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 35, Philippines, <=50K.
-34, Self-emp-not-inc, 151733, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-44, Private, 172026, HS-grad, 9, Married-civ-spouse, Sales, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-17, Private, 323164, 10th, 6, Never-married, Craft-repair, Own-child, Other, Female, 0, 0, 35, El-Salvador, <=50K.
-67, ?, 129824, 7th-8th, 4, Widowed, ?, Not-in-family, White, Female, 0, 0, 6, United-States, <=50K.
-21, Private, 203715, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-57, Private, 156040, 5th-6th, 3, Separated, Craft-repair, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 186168, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 154227, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-43, Private, 141327, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-35, Private, 103925, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-46, Private, 118633, HS-grad, 9, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 80, United-States, <=50K.
-48, Private, 207540, Bachelors, 13, Never-married, Craft-repair, Not-in-family, White, Male, 99999, 0, 60, United-States, >50K.
-52, Self-emp-not-inc, 106728, Assoc-acdm, 12, Divorced, Sales, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 192237, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
-35, Private, 132879, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 15024, 0, 40, Italy, >50K.
-17, Private, 148345, 11th, 7, Never-married, Protective-serv, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-47, Self-emp-not-inc, 326292, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, >50K.
-38, Private, 33975, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-34, Private, 112115, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-36, Private, 129357, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-47, Private, 175958, Some-college, 10, Separated, Other-service, Not-in-family, White, Male, 0, 0, 21, United-States, <=50K.
-58, Private, 125317, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
-46, Private, 424934, 10th, 6, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 40, Portugal, <=50K.
-28, Private, 204648, HS-grad, 9, Separated, Other-service, Unmarried, Black, Female, 0, 0, 20, United-States, <=50K.
-46, Private, 186256, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 1902, 55, United-States, >50K.
-35, Local-gov, 126569, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 89813, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 149576, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-22, Private, 220426, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 72055, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 94939, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-29, Federal-gov, 104917, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 44, United-States, <=50K.
-23, Private, 314645, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 15, United-States, <=50K.
-81, Self-emp-not-inc, 108604, 10th, 6, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-17, Private, 153542, 10th, 6, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-40, Private, 226902, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-19, Private, 450200, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-50, Self-emp-not-inc, 279129, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-42, Private, 242619, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-18, Self-emp-inc, 357223, 10th, 6, Never-married, Other-service, Own-child, White, Male, 0, 0, 16, United-States, <=50K.
-38, Private, 206951, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-67, Private, 70737, 9th, 5, Widowed, Handlers-cleaners, Unmarried, White, Female, 0, 0, 32, United-States, <=50K.
-55, Private, 200939, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, >50K.
-46, Self-emp-inc, 192128, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-31, Private, 188798, Masters, 14, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
-23, ?, 202920, Assoc-acdm, 12, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-30, Private, 205407, HS-grad, 9, Divorced, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-23, ?, 24008, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 1719, 40, United-States, <=50K.
-52, Private, 172962, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-63, Local-gov, 83791, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 45, United-States, <=50K.
-69, Private, 304838, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 28, United-States, <=50K.
-40, Private, 165858, Assoc-acdm, 12, Never-married, Sales, Not-in-family, White, Male, 0, 0, 80, United-States, >50K.
-33, Private, 110592, 12th, 8, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-81, Private, 164416, Prof-school, 15, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
-71, Private, 345339, Assoc-voc, 11, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 28, United-States, <=50K.
-26, Private, 129806, 10th, 6, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-51, Local-gov, 205100, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 32, United-States, >50K.
-26, Local-gov, 250551, HS-grad, 9, Married-civ-spouse, Craft-repair, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-56, Self-emp-not-inc, 285832, Masters, 14, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 70, United-States, <=50K.
-18, Private, 338717, 11th, 7, Never-married, Handlers-cleaners, Not-in-family, Other, Male, 0, 0, 25, United-States, <=50K.
-43, State-gov, 187802, Some-college, 10, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 37, United-States, <=50K.
-46, Private, 215895, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 4787, 0, 60, United-States, >50K.
-30, Private, 100135, Bachelors, 13, Never-married, Sales, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-34, Private, 137616, 9th, 5, Never-married, Sales, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
-36, Private, 341672, HS-grad, 9, Married-spouse-absent, Adm-clerical, Other-relative, Asian-Pac-Islander, Male, 0, 0, 60, India, <=50K.
-44, Private, 322044, Some-college, 10, Divorced, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 149347, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
-43, Self-emp-not-inc, 293809, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-46, Local-gov, 93639, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-22, ?, 166297, Some-college, 10, Never-married, ?, Own-child, Asian-Pac-Islander, Male, 0, 0, 20, United-States, <=50K.
-61, Private, 167840, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 2002, 38, United-States, <=50K.
-31, Private, 180656, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, ?, <=50K.
-41, Self-emp-not-inc, 197176, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-25, Private, 207965, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
-34, Federal-gov, 23940, Some-college, 10, Divorced, Exec-managerial, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 67433, Assoc-voc, 11, Never-married, Prof-specialty, Not-in-family, White, Female, 4650, 0, 32, United-States, <=50K.
-20, Private, 190916, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-45, Private, 235892, Some-college, 10, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
-18, Private, 240767, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-27, Private, 194515, Some-college, 10, Divorced, Other-service, Unmarried, Black, Female, 0, 0, 37, United-States, <=50K.
-33, Private, 156464, 10th, 6, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 117728, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-49, Self-emp-inc, 195727, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 133454, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 191177, Assoc-voc, 11, Divorced, Prof-specialty, Unmarried, White, Female, 0, 1726, 40, United-States, <=50K.
-56, State-gov, 71075, Assoc-acdm, 12, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-18, Private, 233740, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 18, United-States, <=50K.
-65, Private, 185455, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
-17, Private, 141445, 10th, 6, Never-married, Other-service, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-27, Private, 131712, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1485, 50, United-States, >50K.
-23, Private, 210338, Bachelors, 13, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 30, United-States, <=50K.
-39, Private, 465334, 11th, 7, Divorced, Farming-fishing, Unmarried, White, Male, 0, 0, 1, United-States, <=50K.
-46, Private, 168069, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-32, Private, 80557, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-34, Private, 110622, Bachelors, 13, Never-married, Adm-clerical, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
-26, Private, 40255, Assoc-voc, 11, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-80, ?, 402748, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 14, Canada, <=50K.
-61, Private, 97030, 10th, 6, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
-19, ?, 39477, Some-college, 10, Never-married, ?, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-31, Self-emp-not-inc, 152351, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-56, Federal-gov, 229939, HS-grad, 9, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 131230, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-48, Private, 182211, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-73, Private, 57435, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 20, United-States, >50K.
-29, ?, 225654, HS-grad, 9, Never-married, ?, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 252424, Assoc-voc, 11, Never-married, Transport-moving, Own-child, Black, Male, 0, 0, 40, Cambodia, <=50K.
-48, ?, 155509, 11th, 7, Divorced, ?, Unmarried, Black, Female, 0, 0, 10, Haiti, <=50K.
-41, Private, 29591, Assoc-voc, 11, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 42, United-States, <=50K.
-28, Private, 101774, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1848, 50, United-States, >50K.
-37, Local-gov, 74194, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-20, Private, 171156, Some-college, 10, Never-married, Sales, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-45, Private, 145637, Assoc-voc, 11, Never-married, Sales, Not-in-family, White, Female, 14344, 0, 48, United-States, >50K.
-34, Private, 172714, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-72, Private, 188528, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 45, Canada, >50K.
-54, Federal-gov, 89705, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-24, Private, 165107, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 347873, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 30, Vietnam, <=50K.
-21, ?, 298342, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-49, Local-gov, 53482, Some-college, 10, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-45, Private, 162958, HS-grad, 9, Separated, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-41, Self-emp-not-inc, 366483, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 36, Mexico, <=50K.
-51, Federal-gov, 335481, Some-college, 10, Separated, Prof-specialty, Not-in-family, Black, Female, 0, 0, 40, United-States, >50K.
-40, Private, 197609, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 1340, 40, United-States, <=50K.
-29, State-gov, 160731, Masters, 14, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 50, Germany, <=50K.
-26, Private, 210848, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 2635, 0, 35, Mexico, <=50K.
-59, Private, 196126, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 201519, Some-college, 10, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-48, Local-gov, 121124, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, >50K.
-22, State-gov, 203518, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 16, United-States, <=50K.
-52, Private, 254230, 9th, 5, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, >50K.
-39, Private, 136531, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 47, United-States, <=50K.
-25, Private, 108505, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-37, Self-emp-not-inc, 31095, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, >50K.
-37, Private, 149347, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-33, Self-emp-not-inc, 188246, Bachelors, 13, Divorced, Craft-repair, Not-in-family, White, Male, 0, 1590, 60, United-States, <=50K.
-48, State-gov, 185859, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 38, United-States, >50K.
-29, Private, 227879, Assoc-voc, 11, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-59, Private, 75541, HS-grad, 9, Widowed, Craft-repair, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-48, Private, 99385, HS-grad, 9, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-49, Private, 403061, 1st-4th, 2, Never-married, Machine-op-inspct, Other-relative, White, Female, 0, 0, 40, Mexico, <=50K.
-23, State-gov, 82067, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 140434, Some-college, 10, Divorced, Sales, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-34, Private, 159268, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-20, ?, 162945, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 365430, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
-50, Self-emp-not-inc, 163678, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-54, Private, 230919, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 7688, 0, 60, United-States, >50K.
-37, Private, 112264, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-34, Self-emp-not-inc, 192900, Some-college, 10, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-23, Private, 355856, Bachelors, 13, Never-married, Sales, Own-child, Asian-Pac-Islander, Male, 0, 0, 20, United-States, <=50K.
-20, ?, 156916, Some-college, 10, Never-married, ?, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-37, Private, 172927, Some-college, 10, Divorced, Transport-moving, Not-in-family, White, Male, 0, 1741, 70, United-States, <=50K.
-19, ?, 170125, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-35, Private, 305379, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 50, United-States, >50K.
-24, Private, 206974, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-23, Federal-gov, 482096, Assoc-acdm, 12, Never-married, Adm-clerical, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
-23, Local-gov, 267843, Bachelors, 13, Never-married, Prof-specialty, Own-child, Black, Female, 0, 0, 32, United-States, <=50K.
-27, Private, 173927, Some-college, 10, Never-married, Tech-support, Own-child, Other, Female, 0, 0, 32, Jamaica, <=50K.
-25, Private, 225865, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-27, State-gov, 261278, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 80, ?, <=50K.
-68, ?, 180082, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 23, United-States, <=50K.
-45, Private, 115187, Assoc-voc, 11, Divorced, Machine-op-inspct, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-55, Private, 451603, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 145041, Bachelors, 13, Divorced, Machine-op-inspct, Other-relative, White, Male, 0, 2258, 50, Dominican-Republic, <=50K.
-31, Self-emp-not-inc, 132705, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-33, Local-gov, 177695, HS-grad, 9, Married-civ-spouse, Other-service, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 197033, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-23, Private, 307267, Masters, 14, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 10, United-States, <=50K.
-39, Self-emp-not-inc, 341643, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 1669, 50, United-States, <=50K.
-32, Private, 256362, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
-55, Self-emp-not-inc, 153484, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-46, Federal-gov, 308077, Some-college, 10, Separated, Exec-managerial, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-29, Private, 156266, Assoc-acdm, 12, Never-married, Exec-managerial, Own-child, Amer-Indian-Eskimo, Male, 0, 0, 25, United-States, <=50K.
-49, Self-emp-inc, 106634, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 27828, 0, 35, United-States, >50K.
-59, Private, 198435, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-30, Private, 37210, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 237914, HS-grad, 9, Widowed, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-58, Private, 186106, 7th-8th, 4, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-58, Private, 236731, 1st-4th, 2, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, Cuba, <=50K.
-20, Self-emp-inc, 465725, HS-grad, 9, Divorced, Handlers-cleaners, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-43, Private, 343121, Some-college, 10, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-19, Private, 298435, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 2001, 40, Cuba, <=50K.
-40, State-gov, 255824, Masters, 14, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
-23, Local-gov, 255252, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-61, Private, 184167, 12th, 8, Married-civ-spouse, Craft-repair, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
-54, Private, 145419, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
-32, Private, 87310, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
-25, Self-emp-not-inc, 55048, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 36, United-States, <=50K.
-30, Private, 104052, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 42, United-States, <=50K.
-19, Private, 41163, HS-grad, 9, Never-married, Sales, Not-in-family, White, Male, 0, 0, 38, United-States, <=50K.
-23, ?, 502633, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-65, Private, 176279, Assoc-voc, 11, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-25, Private, 279833, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 1590, 44, United-States, <=50K.
-21, Private, 254351, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-48, Private, 284916, 9th, 5, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, ?, <=50K.
-23, Self-emp-not-inc, 188925, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 180954, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 108023, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-31, Private, 197058, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 2597, 0, 45, United-States, <=50K.
-58, Private, 100303, 12th, 8, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 473133, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-32, State-gov, 27051, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 52, United-States, >50K.
-29, Private, 163708, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, Asian-Pac-Islander, Female, 0, 0, 45, United-States, >50K.
-61, Private, 52765, HS-grad, 9, Divorced, Other-service, Other-relative, White, Female, 0, 0, 99, United-States, <=50K.
-43, Self-emp-inc, 84924, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 44, United-States, >50K.
-38, Private, 181705, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-17, Private, 52012, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-36, Private, 167691, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
-45, Federal-gov, 182470, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
-62, Private, 200834, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-46, State-gov, 76075, Assoc-voc, 11, Divorced, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-42, Self-emp-not-inc, 200574, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 38, United-States, <=50K.
-31, Private, 29144, Some-college, 10, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-42, Self-emp-not-inc, 34722, Assoc-acdm, 12, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 177907, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, ?, >50K.
-51, Private, 238481, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 1902, 42, United-States, >50K.
-45, Private, 182541, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-73, Federal-gov, 142426, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 25124, 0, 20, United-States, >50K.
-19, Private, 216413, HS-grad, 9, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 55, United-States, <=50K.
-29, Private, 30070, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 82699, Prof-school, 15, Divorced, Prof-specialty, Not-in-family, Black, Female, 13550, 0, 70, United-States, >50K.
-32, Private, 236861, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-46, Private, 114328, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 198229, Prof-school, 15, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 65, United-States, >50K.
-24, Private, 138892, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-41, Local-gov, 271927, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-64, ?, 220258, HS-grad, 9, Divorced, ?, Not-in-family, White, Female, 0, 0, 24, United-States, <=50K.
-28, Private, 212588, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-57, Private, 477867, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 394927, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, >50K.
-35, Private, 155611, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Female, 114, 0, 40, United-States, <=50K.
-39, Private, 109351, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 30, United-States, >50K.
-38, Private, 206520, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 156526, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-49, Private, 315437, HS-grad, 9, Separated, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 181665, HS-grad, 9, Never-married, Adm-clerical, Other-relative, White, Female, 0, 0, 50, United-States, <=50K.
-40, Private, 60594, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
-29, Private, 221233, Assoc-acdm, 12, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 37, United-States, <=50K.
-36, Self-emp-inc, 176900, Some-college, 10, Married-spouse-absent, Adm-clerical, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
-47, Private, 64563, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 7688, 0, 42, United-States, >50K.
-23, Private, 99408, Some-college, 10, Divorced, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-41, Self-emp-not-inc, 219869, Some-college, 10, Widowed, Farming-fishing, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-41, Local-gov, 135056, Masters, 14, Never-married, Prof-specialty, Own-child, White, Female, 8614, 0, 50, United-States, >50K.
-18, Private, 79077, 12th, 8, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 22, United-States, <=50K.
-34, Private, 255830, Assoc-acdm, 12, Divorced, Craft-repair, Unmarried, Black, Female, 7443, 0, 40, United-States, <=50K.
-38, Self-emp-not-inc, 22245, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-34, Private, 150154, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
-62, State-gov, 342049, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-66, Self-emp-not-inc, 99927, HS-grad, 9, Widowed, Tech-support, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-18, Private, 191784, HS-grad, 9, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
-41, Private, 175883, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 328239, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-45, Private, 107231, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-24, Local-gov, 155818, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
-60, Private, 282421, HS-grad, 9, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 40, ?, <=50K.
-39, Private, 241998, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-44, Federal-gov, 55363, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-29, Private, 137240, Some-college, 10, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-37, Private, 361951, Bachelors, 13, Never-married, Sales, Not-in-family, Black, Male, 0, 0, 48, ?, <=50K.
-21, State-gov, 311311, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 12, United-States, <=50K.
-48, Private, 186299, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-36, Private, 168055, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 5178, 0, 40, United-States, >50K.
-23, Private, 305423, Bachelors, 13, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-49, Private, 393715, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-29, Private, 36440, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-34, Self-emp-not-inc, 106761, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-72, ?, 235014, Assoc-voc, 11, Widowed, ?, Not-in-family, White, Female, 0, 2465, 40, United-States, <=50K.
-29, Local-gov, 249932, 11th, 7, Never-married, Handlers-cleaners, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-45, Private, 382242, Bachelors, 13, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 30, ?, <=50K.
-29, Private, 213152, 11th, 7, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 52, United-States, <=50K.
-37, State-gov, 26898, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-42, Private, 435356, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 44, United-States, >50K.
-70, ?, 103963, HS-grad, 9, Widowed, ?, Not-in-family, White, Male, 0, 0, 6, United-States, <=50K.
-43, Private, 185860, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-63, Private, 188999, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, <=50K.
-64, Self-emp-not-inc, 108654, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1421, 35, United-States, <=50K.
-38, Private, 54953, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-24, Private, 130620, Some-college, 10, Never-married, Adm-clerical, Other-relative, Asian-Pac-Islander, Female, 0, 0, 40, ?, <=50K.
-29, Private, 273884, HS-grad, 9, Married-spouse-absent, Transport-moving, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-30, Private, 392518, Assoc-acdm, 12, Married-spouse-absent, Sales, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-66, Self-emp-not-inc, 198766, HS-grad, 9, Widowed, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 66935, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-39, Federal-gov, 135500, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-22, Local-gov, 111697, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-31, Private, 141288, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 296450, 7th-8th, 4, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-52, Private, 94448, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, Self-emp-not-inc, 138200, Assoc-acdm, 12, Never-married, Farming-fishing, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-40, Private, 217826, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, Haiti, <=50K.
-57, ?, 182836, Some-college, 10, Married-civ-spouse, ?, Wife, White, Female, 3103, 0, 40, United-States, >50K.
-64, Self-emp-not-inc, 46366, Some-college, 10, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
-31, Private, 168275, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 28, United-States, <=50K.
-74, Local-gov, 214514, 7th-8th, 4, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-43, State-gov, 107439, Some-college, 10, Never-married, Other-service, Not-in-family, Black, Female, 0, 0, 30, United-States, <=50K.
-80, Self-emp-inc, 164909, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 54, United-States, >50K.
-28, Federal-gov, 329426, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
-77, Local-gov, 181974, 7th-8th, 4, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-68, Private, 176468, HS-grad, 9, Divorced, Priv-house-serv, Unmarried, Black, Female, 0, 0, 24, United-States, <=50K.
-51, State-gov, 187686, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
-21, Private, 229769, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, Mexico, <=50K.
-43, Private, 45975, 12th, 8, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, Italy, <=50K.
-42, Private, 187702, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-48, Private, 102585, Masters, 14, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 327112, 11th, 7, Separated, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-34, ?, 167558, 7th-8th, 4, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 40, Mexico, <=50K.
-32, Private, 296538, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 42, United-States, <=50K.
-56, Private, 169560, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-50, Private, 185283, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 224793, HS-grad, 9, Never-married, Transport-moving, Own-child, Black, Male, 0, 1719, 40, United-States, <=50K.
-23, Federal-gov, 478457, 11th, 7, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-54, Private, 104413, Some-college, 10, Separated, Tech-support, Other-relative, Black, Female, 4101, 0, 40, United-States, <=50K.
-28, Self-emp-not-inc, 175710, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 40, ?, <=50K.
-34, Private, 85632, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
-48, Private, 102359, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
-56, Local-gov, 237546, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 99, United-States, <=50K.
-31, Private, 96245, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 42, United-States, <=50K.
-42, Private, 91453, Bachelors, 13, Divorced, Sales, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-36, Private, 131039, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 35, Trinadad&Tobago, <=50K.
-52, Private, 106176, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Male, 0, 3770, 40, United-States, <=50K.
-55, Private, 329797, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 153932, 11th, 7, Married-civ-spouse, Craft-repair, Own-child, White, Male, 2580, 0, 30, United-States, <=50K.
-35, State-gov, 52738, HS-grad, 9, Never-married, Other-service, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 25932, Assoc-voc, 11, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 99, United-States, >50K.
-19, Private, 78374, Some-college, 10, Never-married, Adm-clerical, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
-59, Private, 653215, 11th, 7, Widowed, Transport-moving, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-19, Private, 318061, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 80, United-States, <=50K.
-46, State-gov, 260782, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-32, ?, 340580, HS-grad, 9, Married-civ-spouse, ?, Husband, Black, Male, 0, 0, 45, United-States, <=50K.
-46, Self-emp-not-inc, 45564, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-26, Private, 209051, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
-55, Private, 100821, HS-grad, 9, Married-spouse-absent, Priv-house-serv, Not-in-family, Black, Female, 0, 0, 36, United-States, <=50K.
-28, Private, 86268, HS-grad, 9, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-61, Federal-gov, 95680, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 3103, 0, 40, United-States, >50K.
-35, Private, 327164, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Other-relative, White, Male, 0, 0, 40, United-States, >50K.
-21, ?, 117210, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-52, Local-gov, 136175, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-21, Private, 232591, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 8, United-States, <=50K.
-33, Local-gov, 29144, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-38, Self-emp-inc, 64875, Assoc-voc, 11, Divorced, Farming-fishing, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-44, Private, 184011, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
-29, Private, 244246, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 8614, 0, 50, United-States, >50K.
-39, Private, 357173, HS-grad, 9, Separated, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 203181, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-47, Private, 299508, HS-grad, 9, Divorced, Tech-support, Unmarried, Black, Female, 0, 0, 55, United-States, <=50K.
-28, Private, 198493, Assoc-acdm, 12, Never-married, Adm-clerical, Other-relative, White, Male, 0, 0, 35, United-States, <=50K.
-59, Local-gov, 358747, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, >50K.
-38, Private, 91039, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 5178, 0, 48, United-States, >50K.
-23, Private, 34918, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 15, United-States, <=50K.
-44, Private, 97159, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-55, Federal-gov, 212600, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, ?, >50K.
-65, Private, 90113, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-19, Private, 96705, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 14, United-States, <=50K.
-58, Private, 156873, 11th, 7, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-49, Private, 136358, Masters, 14, Divorced, Sales, Unmarried, Other, Female, 0, 0, 20, Peru, <=50K.
-44, Private, 227065, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 40, ?, >50K.
-44, Local-gov, 193144, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-33, Private, 317660, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-38, Self-emp-not-inc, 85492, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
-37, Local-gov, 203628, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 54, United-States, >50K.
-30, Private, 183801, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 132686, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 50818, Masters, 14, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
-49, State-gov, 160812, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
-28, Private, 212286, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-61, Local-gov, 77072, 11th, 7, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-41, State-gov, 176155, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-20, State-gov, 219211, Some-college, 10, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-40, Private, 356934, Prof-school, 15, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-57, Private, 143266, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 60, ?, >50K.
-36, ?, 194809, Bachelors, 13, Never-married, ?, Own-child, White, Female, 0, 0, 50, United-States, <=50K.
-62, Private, 138157, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 437825, 1st-4th, 2, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-31, Private, 165503, 11th, 7, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 40, ?, <=50K.
-68, Private, 152053, HS-grad, 9, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 48, United-States, <=50K.
-18, Private, 211273, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 19, United-States, <=50K.
-30, State-gov, 576645, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-42, ?, 148951, Bachelors, 13, Divorced, ?, Not-in-family, White, Female, 0, 0, 12, Ecuador, <=50K.
-38, Private, 38145, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 44, United-States, <=50K.
-19, Private, 66619, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 37, United-States, <=50K.
-22, Private, 126613, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, France, <=50K.
-46, State-gov, 135854, HS-grad, 9, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-57, Private, 132145, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-65, ?, 194920, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 10, United-States, <=50K.
-18, Private, 260387, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, Cuba, <=50K.
-67, Private, 176388, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-28, Private, 77009, Some-college, 10, Never-married, Sales, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 385177, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 24, United-States, >50K.
-20, Private, 510643, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 100135, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-35, Private, 297697, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 179481, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-23, Private, 134045, Assoc-voc, 11, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-64, Self-emp-not-inc, 275034, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-33, Private, 127651, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 8614, 0, 40, United-States, >50K.
-24, Private, 237262, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-18, ?, 274445, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 1602, 20, United-States, <=50K.
-40, ?, 141583, Bachelors, 13, Never-married, ?, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
-27, ?, 294642, HS-grad, 9, Separated, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-51, Self-emp-not-inc, 181179, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 25, United-States, <=50K.
-27, Private, 184493, HS-grad, 9, Separated, Handlers-cleaners, Own-child, White, Female, 0, 1594, 25, United-States, <=50K.
-48, Local-gov, 125892, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-27, Local-gov, 118235, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, Other, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 119329, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
-31, Self-emp-not-inc, 189843, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-42, Private, 167357, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 213, 40, United-States, <=50K.
-51, Private, 103803, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 50, United-States, <=50K.
-41, Private, 145175, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 3103, 0, 40, United-States, >50K.
-26, Private, 158846, Bachelors, 13, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 44, United-States, <=50K.
-69, Private, 203313, 7th-8th, 4, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-63, Private, 125954, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 44, United-States, >50K.
-35, Private, 102178, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 48, United-States, >50K.
-35, Private, 139364, Bachelors, 13, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-62, Self-emp-not-inc, 265007, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, Ecuador, <=50K.
-26, Private, 61996, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 62, United-States, <=50K.
-63, Private, 209790, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-23, Private, 117779, 12th, 8, Never-married, Sales, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-43, Self-emp-inc, 173326, HS-grad, 9, Never-married, Prof-specialty, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-44, Private, 318046, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 35, United-States, >50K.
-56, Local-gov, 204021, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-54, Self-emp-not-inc, 236157, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-32, Private, 42900, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-42, Private, 144002, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-37, Private, 126954, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-24, Private, 228649, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 126094, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 113106, HS-grad, 9, Never-married, Sales, Other-relative, White, Female, 0, 0, 19, United-States, <=50K.
-30, Private, 118941, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-43, Federal-gov, 205675, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 75, United-States, >50K.
-19, Private, 89295, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-30, Private, 173858, HS-grad, 9, Never-married, Craft-repair, Not-in-family, Asian-Pac-Islander, Male, 2597, 0, 40, ?, <=50K.
-26, Private, 168251, HS-grad, 9, Never-married, Other-service, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-38, State-gov, 143059, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-74, ?, 41737, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 2149, 30, United-States, <=50K.
-54, Private, 266598, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-20, Private, 181796, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-22, State-gov, 214731, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 15, United-States, <=50K.
-40, Private, 219869, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 99999, 0, 75, United-States, >50K.
-23, Private, 211968, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-22, Private, 38707, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-18, Self-emp-not-inc, 58700, 9th, 5, Never-married, Farming-fishing, Other-relative, Other, Female, 0, 0, 40, Mexico, <=50K.
-24, Private, 160261, Masters, 14, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 20, France, <=50K.
-30, Private, 160594, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-38, Private, 152307, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 41, United-States, >50K.
-27, Private, 100079, HS-grad, 9, Never-married, Other-service, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 60, China, <=50K.
-21, Private, 279472, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
-43, Private, 149102, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
-26, Private, 177625, HS-grad, 9, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-38, Federal-gov, 178678, 10th, 6, Divorced, Adm-clerical, Unmarried, White, Female, 0, 1380, 50, United-States, <=50K.
-58, Self-emp-not-inc, 21383, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-17, Private, 86019, 11th, 7, Never-married, Sales, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
-63, Private, 181153, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, ?, >50K.
-36, Federal-gov, 223749, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-21, ?, 33087, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-21, Private, 253190, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
-51, Private, 165278, Assoc-voc, 11, Divorced, Sales, Not-in-family, White, Male, 0, 0, 46, United-States, >50K.
-51, Private, 279452, 5th-6th, 3, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 70, Mexico, <=50K.
-43, Private, 290660, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-47, Private, 274883, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 65, United-States, >50K.
-68, Self-emp-not-inc, 35468, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 24, United-States, <=50K.
-18, Private, 195318, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 23, United-States, <=50K.
-34, Private, 256362, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, Italy, >50K.
-49, Private, 148169, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
-65, Self-emp-not-inc, 538099, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-19, Private, 186682, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
-59, Self-emp-not-inc, 156797, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Female, 13550, 0, 60, United-States, >50K.
-29, Private, 162257, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 208881, Assoc-acdm, 12, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 7298, 0, 60, United-States, >50K.
-39, Private, 159168, Assoc-voc, 11, Widowed, Exec-managerial, Unmarried, White, Female, 0, 3004, 40, United-States, >50K.
-64, Private, 172740, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 12, United-States, <=50K.
-48, Federal-gov, 186256, HS-grad, 9, Divorced, Farming-fishing, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-37, Federal-gov, 110861, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 128699, HS-grad, 9, Married-spouse-absent, Adm-clerical, Unmarried, White, Female, 0, 0, 40, Ecuador, <=50K.
-31, Private, 271933, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-30, Private, 102320, Assoc-voc, 11, Separated, Tech-support, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-54, Self-emp-inc, 117674, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-62, Private, 190273, HS-grad, 9, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-59, Private, 217747, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-44, Private, 99830, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 65, United-States, <=50K.
-40, Private, 343068, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
-32, State-gov, 204052, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-28, Private, 267912, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, Mexico, <=50K.
-31, Private, 207537, Some-college, 10, Separated, Sales, Not-in-family, White, Male, 2174, 0, 52, United-States, <=50K.
-38, Private, 256864, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, >50K.
-39, Self-emp-not-inc, 306678, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-47, Private, 101204, Some-college, 10, Married-civ-spouse, Tech-support, Husband, Black, Male, 4064, 0, 40, United-States, <=50K.
-43, Private, 77373, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 47, United-States, >50K.
-27, Private, 371103, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-46, Private, 316271, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-56, Self-emp-not-inc, 51916, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
-34, Private, 159008, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 36, United-States, >50K.
-27, Private, 153475, Assoc-acdm, 12, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-19, Private, 118549, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-58, Private, 315081, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 42, United-States, >50K.
-20, Private, 122622, Some-college, 10, Never-married, Farming-fishing, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 81786, Some-college, 10, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 194752, HS-grad, 9, Never-married, Exec-managerial, Unmarried, Black, Female, 0, 0, 45, United-States, <=50K.
-48, Private, 208662, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, Black, Female, 0, 0, 37, United-States, <=50K.
-28, Self-emp-inc, 173944, Bachelors, 13, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 15024, 0, 65, United-States, >50K.
-34, State-gov, 49325, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-38, Private, 425502, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-25, Local-gov, 55360, HS-grad, 9, Never-married, Craft-repair, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 432480, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
-48, Private, 155781, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 2231, 30, United-States, >50K.
-37, Local-gov, 216473, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 48, United-States, >50K.
-36, Private, 185366, Some-college, 10, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 247515, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 45, Puerto-Rico, <=50K.
-70, Private, 210673, 10th, 6, Widowed, Adm-clerical, Other-relative, White, Male, 0, 0, 20, United-States, <=50K.
-32, Private, 107435, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-26, ?, 217300, Some-college, 10, Never-married, ?, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
-20, ?, 39803, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-42, Private, 482211, HS-grad, 9, Never-married, Craft-repair, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-47, Federal-gov, 169549, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7298, 0, 60, ?, >50K.
-23, Private, 353542, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 8, United-States, <=50K.
-40, Private, 114200, HS-grad, 9, Married-spouse-absent, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-33, Self-emp-not-inc, 245173, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 212895, Assoc-acdm, 12, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-49, ?, 95636, 10th, 6, Divorced, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-23, Self-emp-not-inc, 271486, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 258836, Some-college, 10, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-56, Private, 288530, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 37, United-States, >50K.
-64, Private, 47589, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 50, United-States, >50K.
-31, Private, 295099, Some-college, 10, Divorced, Tech-support, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-38, Private, 275338, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
-52, Self-emp-not-inc, 168553, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 142766, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 18, United-States, <=50K.
-31, Private, 72887, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 47, United-States, >50K.
-35, Private, 102946, Some-college, 10, Never-married, Sales, Not-in-family, Asian-Pac-Islander, Female, 0, 1669, 45, United-States, <=50K.
-66, Self-emp-not-inc, 244749, 5th-6th, 3, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, Cuba, <=50K.
-36, Private, 166115, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 56, United-States, <=50K.
-26, Private, 213383, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-45, Self-emp-inc, 107231, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-17, ?, 130969, 9th, 5, Never-married, ?, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
-27, Private, 221977, 1st-4th, 2, Married-spouse-absent, Priv-house-serv, Not-in-family, White, Female, 0, 0, 40, Mexico, <=50K.
-41, Private, 43467, Bachelors, 13, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 99, United-States, <=50K.
-52, Private, 357596, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 48, United-States, >50K.
-48, Private, 146497, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 50, United-States, >50K.
-33, Private, 317809, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-22, Private, 190290, Bachelors, 13, Never-married, Other-service, Own-child, White, Male, 0, 0, 10, United-States, <=50K.
-59, Private, 194573, 12th, 8, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-72, ?, 144461, Assoc-acdm, 12, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 16, United-States, >50K.
-52, Local-gov, 240638, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-18, Private, 52776, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-40, Private, 50524, 12th, 8, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-54, Private, 324023, HS-grad, 9, Never-married, Other-service, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-17, Private, 110916, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
-23, Private, 203924, HS-grad, 9, Never-married, Sales, Not-in-family, White, Male, 0, 0, 70, United-States, <=50K.
-53, Private, 214868, Assoc-voc, 11, Never-married, Adm-clerical, Other-relative, Black, Female, 0, 2001, 40, United-States, <=50K.
-27, Private, 275466, 10th, 6, Never-married, Handlers-cleaners, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-27, Local-gov, 198708, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 37, United-States, <=50K.
-23, Private, 179241, Assoc-voc, 11, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 154981, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 65, United-States, <=50K.
-29, Private, 178811, Assoc-voc, 11, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-26, Private, 130018, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-47, Federal-gov, 87504, Bachelors, 13, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
-29, Private, 377414, Assoc-acdm, 12, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-51, Private, 177927, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
-60, Private, 137490, 5th-6th, 3, Separated, Handlers-cleaners, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 262617, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 55, United-States, >50K.
-50, Private, 30682, 7th-8th, 4, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-60, Private, 119684, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 3103, 0, 40, United-States, >50K.
-52, Private, 187938, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 0, 0, 49, United-States, <=50K.
-35, Private, 122353, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-31, Private, 75755, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
-43, Private, 91316, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 60, United-States, >50K.
-55, Private, 134789, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-22, Private, 115892, 11th, 7, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 104457, Bachelors, 13, Married-spouse-absent, Machine-op-inspct, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 40, ?, <=50K.
-51, Local-gov, 230767, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 38, Cuba, <=50K.
-61, Private, 227332, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 160264, Some-college, 10, Separated, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-47, Self-emp-not-inc, 174533, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-73, Private, 53114, Some-college, 10, Widowed, Sales, Not-in-family, White, Female, 2538, 0, 20, United-States, <=50K.
-20, Private, 163870, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 228709, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-36, Private, 172571, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-28, Private, 335542, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 1628, 50, United-States, <=50K.
-63, Local-gov, 241404, Some-college, 10, Divorced, Protective-serv, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-50, Private, 197189, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-59, ?, 102058, 1st-4th, 2, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 45, Portugal, <=50K.
-41, Self-emp-inc, 104813, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-62, Private, 261437, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-35, Private, 366842, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 80, ?, >50K.
-21, ?, 121468, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-48, Self-emp-inc, 214994, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-67, Private, 229709, HS-grad, 9, Widowed, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-43, Private, 249039, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 36, United-States, >50K.
-49, Private, 142287, Some-college, 10, Divorced, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-54, Private, 259323, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-18, Private, 238281, 11th, 7, Never-married, Sales, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-60, Private, 156774, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-27, Private, 86153, HS-grad, 9, Never-married, Tech-support, Unmarried, White, Female, 0, 0, 40, Germany, <=50K.
-62, Private, 93997, Doctorate, 16, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 40, United-States, >50K.
-39, Self-emp-inc, 91039, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 45, United-States, >50K.
-52, Private, 224198, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 51, United-States, <=50K.
-54, Private, 221336, HS-grad, 9, Widowed, Other-service, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
-28, Private, 128012, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, ?, <=50K.
-53, Local-gov, 231166, HS-grad, 9, Separated, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 79702, Some-college, 10, Never-married, Adm-clerical, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
-24, Self-emp-not-inc, 132320, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-37, ?, 33355, Assoc-acdm, 12, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-55, ?, 177557, HS-grad, 9, Divorced, ?, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 148549, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-26, Private, 301563, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 113106, Assoc-acdm, 12, Never-married, Sales, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-41, Private, 304175, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, >50K.
-25, State-gov, 230200, Bachelors, 13, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-17, Private, 313444, 12th, 8, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-34, Private, 247328, HS-grad, 9, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-34, Private, 132565, 12th, 8, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-41, State-gov, 539019, Some-college, 10, Never-married, Farming-fishing, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 114292, Some-college, 10, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-32, Private, 227608, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-21, State-gov, 185554, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 11, United-States, <=50K.
-46, Self-emp-not-inc, 181372, Bachelors, 13, Never-married, Farming-fishing, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-19, Private, 344592, HS-grad, 9, Never-married, Sales, Not-in-family, Black, Female, 0, 0, 35, United-States, <=50K.
-29, Self-emp-not-inc, 102326, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-43, Self-emp-not-inc, 220647, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 2377, 50, United-States, <=50K.
-18, ?, 30246, 11th, 7, Never-married, ?, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
-33, Private, 496743, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 88, United-States, <=50K.
-21, Private, 161508, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-33, State-gov, 30494, HS-grad, 9, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-29, Private, 256764, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 1564, 40, United-States, >50K.
-20, ?, 49819, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-42, ?, 338281, Assoc-voc, 11, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 20, Iran, <=50K.
-21, Local-gov, 256356, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-25, Private, 318644, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-20, Private, 227594, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-59, Private, 165695, Assoc-acdm, 12, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 32, United-States, >50K.
-55, Private, 127728, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
-49, Private, 123681, Assoc-acdm, 12, Separated, Sales, Unmarried, White, Male, 0, 0, 35, United-States, <=50K.
-48, Private, 168038, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 1564, 50, United-States, >50K.
-32, Private, 154950, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 1977, 44, United-States, >50K.
-25, Private, 148298, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 63042, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 20, United-States, <=50K.
-57, Local-gov, 101444, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-38, Private, 455379, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
-25, Private, 211097, 5th-6th, 3, Divorced, Other-service, Unmarried, Other, Female, 0, 0, 20, Honduras, <=50K.
-61, Local-gov, 153264, HS-grad, 9, Widowed, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-23, ?, 263220, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
-43, Private, 180138, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
-22, Private, 208946, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, ?, <=50K.
-33, Private, 321709, Assoc-acdm, 12, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 15, United-States, >50K.
-39, Private, 215981, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-44, State-gov, 26880, Doctorate, 16, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 1092, 40, United-States, <=50K.
-30, Self-emp-not-inc, 90705, 11th, 7, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 185068, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 20, Puerto-Rico, <=50K.
-37, Private, 268390, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-55, Private, 102058, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-51, Self-emp-not-inc, 421132, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 191803, Assoc-acdm, 12, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 13, ?, <=50K.
-60, Private, 181954, Bachelors, 13, Married-civ-spouse, Machine-op-inspct, Husband, Asian-Pac-Islander, Male, 0, 0, 25, Iran, <=50K.
-17, ?, 34505, 11th, 7, Never-married, ?, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
-30, Private, 93973, 11th, 7, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 40, Mexico, <=50K.
-63, Private, 355459, 12th, 8, Widowed, Priv-house-serv, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
-37, Private, 173586, 7th-8th, 4, Never-married, Other-service, Own-child, Black, Male, 0, 0, 56, United-States, <=50K.
-32, Private, 312055, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-64, Federal-gov, 353479, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Amer-Indian-Eskimo, Male, 0, 0, 45, United-States, >50K.
-21, Private, 321426, Some-college, 10, Never-married, Sales, Unmarried, White, Female, 0, 0, 49, United-States, <=50K.
-53, Private, 228752, HS-grad, 9, Separated, Machine-op-inspct, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-46, Private, 281647, Bachelors, 13, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-29, Private, 161615, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-44, Private, 187376, Assoc-acdm, 12, Separated, Adm-clerical, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
-47, Private, 234994, 7th-8th, 4, Separated, Craft-repair, Unmarried, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
-58, ?, 169329, 9th, 5, Married-civ-spouse, ?, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-40, Private, 216116, HS-grad, 9, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, Jamaica, <=50K.
-36, Private, 109204, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-57, Private, 88879, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Self-emp-not-inc, 200863, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-23, Private, 223811, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
-32, Private, 360761, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
-33, Private, 166275, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-40, Private, 149102, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-37, Private, 117381, HS-grad, 9, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 306993, 5th-6th, 3, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-32, Local-gov, 232475, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-56, Private, 165867, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 268234, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 40, United-States, >50K.
-59, Self-emp-inc, 110457, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-21, Private, 329174, HS-grad, 9, Never-married, Tech-support, Not-in-family, White, Male, 4865, 0, 40, United-States, <=50K.
-37, Private, 109472, 9th, 5, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-18, Private, 418176, Some-college, 10, Never-married, Exec-managerial, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 380390, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-18, ?, 36064, 12th, 8, Never-married, ?, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-59, Self-emp-inc, 95835, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
-25, Local-gov, 250770, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-17, Private, 67603, 9th, 5, Never-married, Other-service, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
-30, State-gov, 352045, Masters, 14, Separated, Craft-repair, Not-in-family, White, Male, 99999, 0, 40, United-States, >50K.
-21, Private, 196742, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 28, United-States, <=50K.
-31, Private, 303942, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-56, Private, 246687, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-64, Self-emp-not-inc, 187793, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 205816, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
-60, Private, 182343, 12th, 8, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-59, Private, 42959, HS-grad, 9, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
-46, Private, 140644, HS-grad, 9, Married-spouse-absent, Machine-op-inspct, Not-in-family, White, Male, 0, 2258, 50, United-States, <=50K.
-19, Private, 183264, Some-college, 10, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-49, Private, 294671, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-24, Private, 88926, HS-grad, 9, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
-65, Private, 64667, Some-college, 10, Divorced, Other-service, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 15, United-States, <=50K.
-27, Private, 416946, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-52, Private, 208570, Assoc-voc, 11, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-42, Private, 116649, Assoc-voc, 11, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-78, Local-gov, 87052, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 5, United-States, <=50K.
-46, Self-emp-not-inc, 102869, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
-60, Self-emp-inc, 123552, 7th-8th, 4, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, Ireland, <=50K.
-28, Private, 157262, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-17, Private, 146890, 9th, 5, Never-married, Farming-fishing, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
-57, Private, 257200, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-48, Local-gov, 452402, Doctorate, 16, Never-married, Prof-specialty, Unmarried, Black, Female, 0, 0, 15, United-States, <=50K.
-39, Private, 531055, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-38, Self-emp-inc, 298539, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-20, Private, 95989, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-32, Private, 162572, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 48, United-States, >50K.
-41, Local-gov, 75313, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, ?, >50K.
-66, Private, 117162, 10th, 6, Widowed, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
-46, Private, 173461, Some-college, 10, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, United-States, >50K.
-48, Private, 349986, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 50, United-States, >50K.
-24, Private, 204244, 9th, 5, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 37, United-States, <=50K.
-31, Private, 36222, HS-grad, 9, Separated, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 65, United-States, <=50K.
-38, Self-emp-inc, 320811, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-57, Private, 82676, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
-20, Private, 152189, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-54, Self-emp-inc, 52565, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-62, ?, 121319, HS-grad, 9, Never-married, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 144301, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 30, United-States, <=50K.
-21, Private, 162869, Some-college, 10, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 179241, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-34, State-gov, 62327, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-40, Self-emp-not-inc, 121012, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 50, United-States, >50K.
-43, Private, 60001, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-55, ?, 105582, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-34, Local-gov, 454076, Assoc-voc, 11, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, >50K.
-21, State-gov, 155818, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
-40, Private, 434081, HS-grad, 9, Divorced, Machine-op-inspct, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-48, Federal-gov, 265386, Assoc-acdm, 12, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-47, Private, 44671, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 38, United-States, <=50K.
-63, Private, 190296, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1902, 40, United-States, >50K.
-33, Federal-gov, 198827, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-64, ?, 22228, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 10, United-States, >50K.
-28, Private, 109857, Assoc-voc, 11, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
-21, Self-emp-not-inc, 190968, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-51, Private, 75235, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-67, Self-emp-inc, 127605, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 20051, 0, 60, Italy, >50K.
-33, Private, 318982, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 38, United-States, <=50K.
-31, Private, 229636, 1st-4th, 2, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 2042, 40, Mexico, <=50K.
-46, Private, 233802, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, Black, Male, 0, 0, 40, United-States, >50K.
-45, Self-emp-not-inc, 28119, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 65, United-States, <=50K.
-66, State-gov, 198363, 7th-8th, 4, Widowed, Other-service, Not-in-family, Black, Female, 2964, 0, 40, United-States, <=50K.
-58, Local-gov, 153914, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-40, Private, 143582, Masters, 14, Widowed, Sales, Own-child, Asian-Pac-Islander, Female, 0, 0, 50, United-States, <=50K.
-71, ?, 78786, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 2149, 24, United-States, <=50K.
-42, State-gov, 126333, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-46, Self-emp-not-inc, 182689, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 3103, 0, 35, United-States, >50K.
-19, Private, 35245, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
-19, Private, 160120, Some-college, 10, Never-married, Exec-managerial, Own-child, Asian-Pac-Islander, Male, 2597, 0, 40, ?, <=50K.
-37, Self-emp-not-inc, 400287, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 1887, 15, United-States, >50K.
-22, Private, 50610, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-64, Private, 349826, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 35890, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-56, Private, 174209, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 63225, 1st-4th, 2, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 15, United-States, <=50K.
-35, Private, 164519, HS-grad, 9, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 81145, HS-grad, 9, Never-married, Other-service, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
-32, Local-gov, 73514, Assoc-voc, 11, Never-married, Protective-serv, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 50, United-States, <=50K.
-49, Local-gov, 452402, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 7688, 0, 35, United-States, >50K.
-19, ?, 318056, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-27, Private, 285897, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 1887, 40, United-States, >50K.
-19, ?, 194404, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 32, United-States, <=50K.
-20, Private, 434710, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-42, Federal-gov, 177142, Bachelors, 13, Never-married, Tech-support, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-35, Federal-gov, 182863, Bachelors, 13, Separated, Tech-support, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-62, Private, 394645, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-46, Private, 110457, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-32, Self-emp-not-inc, 292465, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 35, United-States, >50K.
-35, Private, 238433, Assoc-voc, 11, Divorced, Exec-managerial, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-55, Private, 160631, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 4508, 0, 8, Yugoslavia, <=50K.
-29, Private, 285657, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-24, Private, 236907, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 55, United-States, <=50K.
-19, Private, 378418, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
-50, Self-emp-not-inc, 213279, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-38, Private, 105503, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 79160, HS-grad, 9, Never-married, Craft-repair, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-62, ?, 139391, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, Ireland, >50K.
-33, Self-emp-not-inc, 190027, Masters, 14, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 70, United-States, >50K.
-79, Private, 160758, 7th-8th, 4, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 15, United-States, <=50K.
-33, Private, 361280, Doctorate, 16, Married-civ-spouse, Tech-support, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Japan, <=50K.
-36, Private, 199288, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
-46, Self-emp-not-inc, 204698, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
-17, Private, 213354, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 6, United-States, <=50K.
-22, Private, 282579, HS-grad, 9, Never-married, Other-service, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 99783, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
-27, Private, 446947, Bachelors, 13, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 55, United-States, <=50K.
-57, Private, 186202, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-26, Self-emp-inc, 177951, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 32, United-States, <=50K.
-28, Private, 258364, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-46, Local-gov, 200727, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-32, Self-emp-not-inc, 33404, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 10520, 0, 50, United-States, >50K.
-63, Federal-gov, 31115, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 40, United-States, >50K.
-21, Private, 301915, 11th, 7, Separated, Sales, Not-in-family, Other, Female, 0, 0, 30, Mexico, <=50K.
-44, Private, 201908, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
-40, Private, 168071, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
-32, Private, 347623, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-39, Private, 35890, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-31, Private, 154227, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 161532, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-55, Private, 178282, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 263561, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-52, Private, 201783, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 40, United-States, >50K.
-30, Private, 161153, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 193125, Some-college, 10, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, United-States, >50K.
-28, Private, 126060, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 99999, 0, 36, United-States, >50K.
-52, Private, 186826, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 1564, 40, United-States, >50K.
-32, Private, 156192, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
-35, Private, 193094, HS-grad, 9, Never-married, Prof-specialty, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
-26, Private, 472411, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-17, Private, 147069, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 16, United-States, <=50K.
-40, Private, 300195, Some-college, 10, Divorced, Tech-support, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
-75, ?, 91417, Assoc-voc, 11, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 20, United-States, <=50K.
-23, Private, 182342, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, Italy, <=50K.
-32, Private, 258406, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
-27, Private, 87239, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-25, Private, 294406, Assoc-voc, 11, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
-18, ?, 41385, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 4508, 0, 40, United-States, <=50K.
-66, Private, 197414, 7th-8th, 4, Married-spouse-absent, Other-service, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
-47, Private, 323212, HS-grad, 9, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-57, Local-gov, 31532, Assoc-acdm, 12, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-30, Private, 127610, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 20, Greece, <=50K.
-26, Private, 163189, Some-college, 10, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 594187, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 60, United-States, >50K.
-39, Private, 269323, Assoc-voc, 11, Married-civ-spouse, Other-service, Husband, White, Male, 0, 1485, 38, United-States, >50K.
-33, Private, 96480, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Wife, White, Female, 7688, 0, 40, United-States, >50K.
-58, Private, 200316, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-22, Private, 212780, HS-grad, 9, Never-married, Sales, Not-in-family, Black, Female, 0, 0, 30, United-States, <=50K.
-49, Self-emp-inc, 120121, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-20, Private, 367240, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-24, Private, 117606, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
-33, Private, 122749, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 40, India, >50K.
-59, Private, 169560, 10th, 6, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-46, Private, 269890, HS-grad, 9, Divorced, Craft-repair, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
-43, Private, 303426, HS-grad, 9, Divorced, Other-service, Unmarried, Asian-Pac-Islander, Male, 5721, 0, 40, Philippines, <=50K.
-25, Private, 112835, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-17, Private, 226503, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-46, Private, 207733, 1st-4th, 2, Widowed, Other-service, Unmarried, White, Female, 0, 0, 40, Puerto-Rico, <=50K.
-20, Private, 275421, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-37, Local-gov, 165883, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-56, Self-emp-inc, 236676, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-19, ?, 171578, Some-college, 10, Never-married, ?, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 685955, Bachelors, 13, Never-married, Sales, Unmarried, Black, Male, 0, 0, 50, United-States, <=50K.
-32, Private, 72887, Some-college, 10, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, >50K.
-34, Private, 135304, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-27, Private, 218781, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-23, Private, 126540, 10th, 6, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 261943, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Guatemala, <=50K.
-34, State-gov, 111843, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, Black, Female, 3325, 0, 40, United-States, <=50K.
-71, Self-emp-not-inc, 401203, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 34, United-States, >50K.
-56, Private, 117400, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-61, ?, 113658, 10th, 6, Divorced, ?, Other-relative, White, Female, 0, 0, 20, United-States, <=50K.
-40, Local-gov, 166822, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 0, 0, 36, United-States, >50K.
-35, Private, 151322, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-21, Private, 102684, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-54, Self-emp-not-inc, 152652, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 193416, Assoc-acdm, 12, Never-married, Other-service, Own-child, White, Female, 0, 0, 3, United-States, <=50K.
-35, Private, 103323, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-37, Self-emp-not-inc, 33975, Bachelors, 13, Separated, Transport-moving, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-20, ?, 163665, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-59, Private, 187485, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-50, Private, 110327, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-28, Private, 179498, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-37, Local-gov, 197915, 7th-8th, 4, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-51, Private, 103995, Doctorate, 16, Widowed, Prof-specialty, Not-in-family, White, Female, 10520, 0, 60, United-States, >50K.
-46, Private, 123807, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, Black, Female, 0, 0, 15, United-States, <=50K.
-23, Private, 43535, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 24, United-States, <=50K.
-57, Self-emp-not-inc, 200316, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
-60, Private, 125832, HS-grad, 9, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 72, Canada, <=50K.
-51, State-gov, 71691, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, >50K.
-50, Private, 168212, Some-college, 10, Married-spouse-absent, Transport-moving, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-45, Federal-gov, 98320, Some-college, 10, Divorced, Adm-clerical, Unmarried, Asian-Pac-Islander, Female, 914, 0, 40, United-States, <=50K.
-41, Private, 173307, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 43, United-States, <=50K.
-56, Private, 442116, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 54, United-States, >50K.
-18, Private, 130849, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 17, United-States, <=50K.
-51, Private, 159015, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
-32, Private, 147921, Prof-school, 15, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-48, Private, 268022, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 55, United-States, >50K.
-51, Private, 253357, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-50, Private, 339954, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
-32, State-gov, 347623, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 3411, 0, 40, United-States, <=50K.
-53, Federal-gov, 169112, Prof-school, 15, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 45, United-States, >50K.
-37, Private, 166213, HS-grad, 9, Divorced, Tech-support, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-62, Private, 216765, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, ?, >50K.
-51, Private, 335997, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1902, 40, United-States, >50K.
-18, ?, 354236, 10th, 6, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
-70, Private, 178120, HS-grad, 9, Widowed, Priv-house-serv, Other-relative, Black, Female, 0, 0, 8, United-States, <=50K.
-54, Private, 312631, Prof-school, 15, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 1887, 50, United-States, >50K.
-67, Local-gov, 31924, Some-college, 10, Widowed, Other-service, Not-in-family, White, Female, 2964, 0, 41, United-States, <=50K.
-34, Federal-gov, 96483, Assoc-acdm, 12, Never-married, Tech-support, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 60, United-States, >50K.
-26, Private, 305304, 11th, 7, Separated, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
-52, Local-gov, 111722, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 72, United-States, <=50K.
-24, Private, 197554, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-51, Private, 257126, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-27, Private, 101597, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-23, Private, 220115, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-38, Private, 210844, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 2042, 40, Columbia, <=50K.
-25, Self-emp-inc, 66935, HS-grad, 9, Never-married, Other-service, Other-relative, White, Male, 0, 0, 30, United-States, <=50K.
-81, Private, 192813, 7th-8th, 4, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 25, Portugal, <=50K.
-35, Self-emp-not-inc, 95639, 11th, 7, Married-civ-spouse, Prof-specialty, Husband, Amer-Indian-Eskimo, Male, 0, 0, 4, United-States, <=50K.
-40, Self-emp-not-inc, 223881, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
-33, Private, 223105, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-33, Private, 192644, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 90, United-States, >50K.
-45, Self-emp-not-inc, 58683, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 5178, 0, 48, United-States, >50K.
-22, Private, 162282, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 55, United-States, <=50K.
-38, State-gov, 239539, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
-46, Private, 117849, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 50, United-States, >50K.
-17, Private, 99237, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-18, ?, 149343, HS-grad, 9, Never-married, ?, Own-child, White, Female, 0, 0, 3, United-States, <=50K.
-42, Self-emp-not-inc, 193882, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-41, Private, 107845, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
-58, Private, 268295, 5th-6th, 3, Married-civ-spouse, Adm-clerical, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-43, Private, 71269, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
-42, Self-emp-inc, 204598, Assoc-voc, 11, Married-civ-spouse, Other-service, Husband, White, Male, 3464, 0, 80, United-States, <=50K.
-19, ?, 98283, Some-college, 10, Never-married, ?, Own-child, Asian-Pac-Islander, Male, 0, 0, 32, United-States, <=50K.
-45, Self-emp-inc, 188694, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
-41, Private, 201908, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-38, Private, 191137, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-58, Self-emp-not-inc, 129786, HS-grad, 9, Separated, Farming-fishing, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-37, Private, 302903, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, Asian-Pac-Islander, Female, 0, 0, 40, United-States, >50K.
-34, Private, 143526, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-23, Private, 182117, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-47, Private, 172753, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 85, United-States, >50K.
-37, Private, 139770, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
-47, Private, 215686, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 50, United-States, <=50K.
-31, Private, 181388, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 1902, 45, United-States, >50K.
-57, Private, 81973, Bachelors, 13, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 15024, 0, 45, United-States, >50K.
-44, Private, 328581, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
-64, Private, 110110, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-31, Private, 174201, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
-40, Private, 137421, Masters, 14, Married-spouse-absent, Exec-managerial, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 35, India, >50K.
-34, Private, 153927, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
-28, Federal-gov, 187649, HS-grad, 9, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-72, Private, 149992, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-21, Private, 234640, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 47, United-States, <=50K.
-52, Local-gov, 311569, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
-44, Private, 182383, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 35, United-States, <=50K.
-57, State-gov, 344381, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 7688, 0, 75, United-States, >50K.
-35, Self-emp-not-inc, 280570, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 35, United-States, <=50K.
-21, Private, 215039, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-38, Local-gov, 339442, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-28, Local-gov, 168065, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-59, Private, 47534, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, >50K.
-54, Local-gov, 116428, 10th, 6, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-25, Private, 121789, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 38, United-States, <=50K.
-29, State-gov, 143139, 10th, 6, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
-18, Private, 187790, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
-31, Private, 140559, HS-grad, 9, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
-17, Private, 184025, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 16, United-States, <=50K.
-47, Private, 257824, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
-42, Private, 89226, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 7688, 0, 40, Greece, >50K.
-21, Private, 145917, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
-32, Private, 207301, Some-college, 10, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, United-States, <=50K.
-51, Private, 135388, 12th, 8, Widowed, Machine-op-inspct, Not-in-family, White, Male, 0, 1564, 40, United-States, >50K.
-24, Private, 266467, Assoc-voc, 11, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
-60, Private, 200047, Masters, 14, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-29, Federal-gov, 121040, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
-24, Private, 199694, Assoc-acdm, 12, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
-43, Private, 301007, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 50, United-States, >50K.
-64, Self-emp-not-inc, 253759, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 1977, 50, United-States, >50K.
-53, Private, 120839, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-64, State-gov, 33342, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-41, Private, 205195, Assoc-acdm, 12, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
-30, Private, 362873, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, El-Salvador, <=50K.
-25, Private, 104614, HS-grad, 9, Never-married, Protective-serv, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
-27, Self-emp-not-inc, 32280, HS-grad, 9, Never-married, Farming-fishing, Unmarried, White, Male, 0, 0, 50, United-States, <=50K.
-30, Private, 191777, 12th, 8, Never-married, Other-service, Own-child, Black, Female, 0, 0, 20, ?, <=50K.
-39, Private, 144169, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-28, Private, 264076, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
-33, Private, 119164, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
-41, Private, 126845, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
-24, Private, 228395, Bachelors, 13, Never-married, Sales, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
-32, Private, 242654, Some-college, 10, Divorced, Sales, Unmarried, Black, Female, 0, 1138, 40, Honduras, <=50K.
-69, Self-emp-not-inc, 30951, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 20, United-States, <=50K.
-36, Private, 48855, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 38, United-States, >50K.
... 22599 lines suppressed ...

[systemds] 01/16: add website from svn repo

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit 2c27e8c928ff71a93c5721722bd84e96de41f58d
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Thu Apr 22 04:22:05 2021 +0530

    add website from svn repo
---
 site/.htaccess                                     |     1 +
 site/LICENSE                                       |   320 +
 site/NOTICE                                        |     5 +
 site/SystemML-logo-white-32-cleaned.png            |   Bin 0 -> 982 bytes
 site/airport-traffic.png                           |   Bin 0 -> 50128 bytes
 site/apache-foundation-logo.png                    |   Bin 0 -> 11296 bytes
 site/apache-foundation-logo.svg                    |     1 +
 site/apache-incubator-logo-old.png                 |   Bin 0 -> 7241 bytes
 site/apache-incubator-logo.png                     |   Bin 0 -> 17961 bytes
 site/apache-logo.png                               |   Bin 0 -> 11958 bytes
 site/assets/css/jquery-ui.css                      |   576 +
 site/assets/css/main.css                           |  5810 ++++
 site/assets/img/SystemML-logo-white-32-cleaned.png |   Bin 0 -> 982 bytes
 site/assets/img/airport-traffic.png                |   Bin 0 -> 50128 bytes
 site/assets/img/apache-foundation-logo.png         |   Bin 0 -> 11296 bytes
 site/assets/img/apache-foundation-logo.svg         |     1 +
 site/assets/img/apache-incubator-logo-old.png      |   Bin 0 -> 7241 bytes
 site/assets/img/apache-incubator-logo.png          |   Bin 0 -> 17961 bytes
 site/assets/img/apache-logo.png                    |   Bin 0 -> 11958 bytes
 site/assets/img/automotive.png                     |   Bin 0 -> 36954 bytes
 site/assets/img/award.png                          |   Bin 0 -> 24487 bytes
 site/assets/img/award.svg                          |    54 +
 site/assets/img/awardLeft.png                      |   Bin 0 -> 3483 bytes
 site/assets/img/awardRight.png                     |   Bin 0 -> 3539 bytes
 site/assets/img/diagramAnim-v4.gif                 |   Bin 0 -> 3117460 bytes
 site/assets/img/dsx-logo.png                       |   Bin 0 -> 2874 bytes
 site/assets/img/favicon.png                        |   Bin 0 -> 461 bytes
 site/assets/img/hadoop-logo.png                    |   Bin 0 -> 5103 bytes
 site/assets/img/hero-about.png                     |   Bin 0 -> 410407 bytes
 site/assets/img/hero-about.svg                     |    12 +
 site/assets/img/hero-home.jpg                      |   Bin 0 -> 251765 bytes
 site/assets/img/hero-mobile.png                    |   Bin 0 -> 257052 bytes
 site/assets/img/icon-announcment.svg               |    10 +
 site/assets/img/icon-chevron-down.svg              |    11 +
 site/assets/img/icon-close.svg                     |     1 +
 site/assets/img/icon-code.svg                      |    19 +
 site/assets/img/icon-data.svg                      |    16 +
 site/assets/img/icon-math.svg                      |    16 +
 site/assets/img/icon-play.svg                      |     1 +
 site/assets/img/icons/icon_github.svg              |    26 +
 site/assets/img/icons/icon_medium.svg              |    26 +
 site/assets/img/icons/icon_twitter.svg             |    21 +
 site/assets/img/icons/icon_youtube.svg             |    29 +
 site/assets/img/jupyter-logo.png                   |   Bin 0 -> 3134 bytes
 site/assets/img/jupyter-logo.svg                   |     1 +
 site/assets/img/logo.png                           |   Bin 0 -> 40071 bytes
 site/assets/img/mask.png                           |   Bin 0 -> 321508 bytes
 site/assets/img/menuicon.png                       |   Bin 0 -> 106 bytes
 site/assets/img/mobile-award.png                   |   Bin 0 -> 6401 bytes
 site/assets/img/play-button.svg                    |    17 +
 site/assets/img/python-logo-generic.svg            |   269 +
 site/assets/img/r-logo.svg                         |    14 +
 site/assets/img/robotTutorial.gif                  |   Bin 0 -> 84367 bytes
 site/assets/img/robotTutorial.png                  |   Bin 0 -> 286359 bytes
 site/assets/img/robotTutorialSm.png                |   Bin 0 -> 109800 bytes
 site/assets/img/social-banking.png                 |   Bin 0 -> 53313 bytes
 site/assets/img/spark-logo.png                     |   Bin 0 -> 3212 bytes
 site/assets/img/systemML-logo-white-32.png         |   Bin 0 -> 217 bytes
 site/assets/img/systemML_Diagram.gif               |   Bin 0 -> 589101 bytes
 site/assets/img/systemml-juypter-install-2.jpeg    |   Bin 0 -> 394780 bytes
 site/assets/img/systemml-juypter-install.jpeg      |   Bin 0 -> 80437 bytes
 site/assets/img/systemml-logo.svg                  |     1 +
 site/assets/img/what-is-systemml.png               |   Bin 0 -> 21928 bytes
 site/assets/img/zeppelin-logo.png                  |   Bin 0 -> 2875 bytes
 site/assets/js/bundle.min.js                       |     1 +
 site/assets/js/jquery-1.12.4.js                    | 11008 ++++++
 site/assets/js/jquery-1.12.4.min.js                |     5 +
 site/assets/js/jquery-ui-1.12.1.js                 |  1769 +
 site/assets/js/jquery-ui-1.12.1.min.js             |     6 +
 site/assets/media/hero.mp4                         |   Bin 0 -> 16708732 bytes
 site/automotive.png                                |   Bin 0 -> 36954 bytes
 site/award.png                                     |   Bin 0 -> 24487 bytes
 site/award.svg                                     |    54 +
 site/awardLeft.png                                 |   Bin 0 -> 3483 bytes
 site/awardRight.png                                |   Bin 0 -> 3539 bytes
 site/bundle.min.js                                 |     1 +
 site/community-members.html                        |   381 +
 site/community.html                                |   733 +
 site/diagramAnim-v4.gif                            |   Bin 0 -> 3117460 bytes
 site/docs/0.12.0/README.md                         |    42 +
 site/docs/0.12.0/algorithms-bibliography.html      |   262 +
 site/docs/0.12.0/algorithms-classification.html    |  2416 ++
 site/docs/0.12.0/algorithms-clustering.html        |   795 +
 .../0.12.0/algorithms-descriptive-statistics.html  |  1815 +
 .../0.12.0/algorithms-matrix-factorization.html    |   810 +
 site/docs/0.12.0/algorithms-reference.html         |   213 +
 site/docs/0.12.0/algorithms-regression.html        |  2793 ++
 site/docs/0.12.0/algorithms-survival-analysis.html |  1108 +
 site/docs/0.12.0/api/java/allclasses-frame.html    |   338 +
 site/docs/0.12.0/api/java/allclasses-noframe.html  |   338 +
 site/docs/0.12.0/api/java/constant-values.html     |   702 +
 site/docs/0.12.0/api/java/deprecated-list.html     |   182 +
 site/docs/0.12.0/api/java/help-doc.html            |   231 +
 site/docs/0.12.0/api/java/index-all.html           |  9749 ++++++
 site/docs/0.12.0/api/java/index.html               |    75 +
 .../java/org/apache/sysml/api/DMLException.html    |   343 +
 .../sysml/api/DMLScript.RUNTIME_PLATFORM.html      |   383 +
 .../api/java/org/apache/sysml/api/DMLScript.html   |   729 +
 .../api/java/org/apache/sysml/api/MLBlock.html     |   888 +
 .../api/java/org/apache/sysml/api/MLContext.html   |  2504 ++
 .../java/org/apache/sysml/api/MLContextProxy.html  |   377 +
 .../api/java/org/apache/sysml/api/MLMatrix.html    |  1238 +
 .../api/java/org/apache/sysml/api/MLOutput.html    |   510 +
 .../apache/sysml/api/class-use/DMLException.html   |   863 +
 .../api/class-use/DMLScript.RUNTIME_PLATFORM.html  |   188 +
 .../org/apache/sysml/api/class-use/DMLScript.html  |   126 +
 .../org/apache/sysml/api/class-use/MLBlock.html    |   126 +
 .../org/apache/sysml/api/class-use/MLContext.html  |   204 +
 .../apache/sysml/api/class-use/MLContextProxy.html |   126 +
 .../org/apache/sysml/api/class-use/MLMatrix.html   |   428 +
 .../org/apache/sysml/api/class-use/MLOutput.html   |   402 +
 .../java/org/apache/sysml/api/jmlc/Connection.html |   931 +
 .../java/org/apache/sysml/api/jmlc/JMLCUtils.html  |   335 +
 .../org/apache/sysml/api/jmlc/PreparedScript.html  |   891 +
 .../org/apache/sysml/api/jmlc/ResultVariables.html |   504 +
 .../sysml/api/jmlc/class-use/Connection.html       |   126 +
 .../apache/sysml/api/jmlc/class-use/JMLCUtils.html |   126 +
 .../sysml/api/jmlc/class-use/PreparedScript.html   |   181 +
 .../sysml/api/jmlc/class-use/ResultVariables.html  |   169 +
 .../org/apache/sysml/api/jmlc/package-frame.html   |    24 +
 .../org/apache/sysml/api/jmlc/package-summary.html |   167 +
 .../org/apache/sysml/api/jmlc/package-tree.html    |   142 +
 .../org/apache/sysml/api/jmlc/package-use.html     |   168 +
 .../sysml/api/mlcontext/BinaryBlockFrame.html      |   506 +
 .../sysml/api/mlcontext/BinaryBlockMatrix.html     |   482 +
 .../java/org/apache/sysml/api/mlcontext/Frame.html |   460 +
 .../apache/sysml/api/mlcontext/FrameFormat.html    |   395 +
 .../apache/sysml/api/mlcontext/FrameMetadata.html  |  1311 +
 .../apache/sysml/api/mlcontext/FrameSchema.html    |   383 +
 .../api/mlcontext/MLContext.ExplainLevel.html      |   412 +
 .../api/mlcontext/MLContext.InternalProxy.html     |   293 +
 .../org/apache/sysml/api/mlcontext/MLContext.html  |   879 +
 .../api/mlcontext/MLContextConversionUtil.html     |  1634 +
 .../sysml/api/mlcontext/MLContextException.html    |   371 +
 .../apache/sysml/api/mlcontext/MLContextUtil.html  |  1102 +
 .../org/apache/sysml/api/mlcontext/MLResults.html  |  2515 ++
 .../org/apache/sysml/api/mlcontext/Matrix.html     |   543 +
 .../apache/sysml/api/mlcontext/MatrixFormat.html   |   454 +
 .../apache/sysml/api/mlcontext/MatrixMetadata.html |  1045 +
 .../org/apache/sysml/api/mlcontext/Metadata.html   |   246 +
 .../apache/sysml/api/mlcontext/ProjectInfo.html    |   361 +
 .../org/apache/sysml/api/mlcontext/Script.html     |  1170 +
 .../apache/sysml/api/mlcontext/ScriptExecutor.html |  1242 +
 .../apache/sysml/api/mlcontext/ScriptFactory.html  |   618 +
 .../org/apache/sysml/api/mlcontext/ScriptType.html |   411 +
 .../api/mlcontext/class-use/BinaryBlockFrame.html  |   175 +
 .../api/mlcontext/class-use/BinaryBlockMatrix.html |   204 +
 .../sysml/api/mlcontext/class-use/Frame.html       |   168 +
 .../sysml/api/mlcontext/class-use/FrameFormat.html |   322 +
 .../api/mlcontext/class-use/FrameMetadata.html     |   289 +
 .../sysml/api/mlcontext/class-use/FrameSchema.html |   256 +
 .../class-use/MLContext.ExplainLevel.html          |   211 +
 .../class-use/MLContext.InternalProxy.html         |   168 +
 .../sysml/api/mlcontext/class-use/MLContext.html   |   189 +
 .../class-use/MLContextConversionUtil.html         |   126 +
 .../mlcontext/class-use/MLContextException.html    |   126 +
 .../api/mlcontext/class-use/MLContextUtil.html     |   126 +
 .../sysml/api/mlcontext/class-use/MLResults.html   |   208 +
 .../sysml/api/mlcontext/class-use/Matrix.html      |   168 +
 .../api/mlcontext/class-use/MatrixFormat.html      |   271 +
 .../api/mlcontext/class-use/MatrixMetadata.html    |   305 +
 .../sysml/api/mlcontext/class-use/Metadata.html    |   219 +
 .../sysml/api/mlcontext/class-use/ProjectInfo.html |   169 +
 .../sysml/api/mlcontext/class-use/Script.html      |   420 +
 .../api/mlcontext/class-use/ScriptExecutor.html    |   190 +
 .../api/mlcontext/class-use/ScriptFactory.html     |   126 +
 .../sysml/api/mlcontext/class-use/ScriptType.html  |   249 +
 .../apache/sysml/api/mlcontext/package-frame.html  |    47 +
 .../sysml/api/mlcontext/package-summary.html       |   300 +
 .../apache/sysml/api/mlcontext/package-tree.html   |   186 +
 .../apache/sysml/api/mlcontext/package-use.html    |   278 +
 .../api/monitoring/InstructionComparator.html      |   291 +
 .../org/apache/sysml/api/monitoring/Location.html  |   397 +
 .../monitoring/SparkMonitoringUtil.MultiMap.html   |   322 +
 .../sysml/api/monitoring/SparkMonitoringUtil.html  |   542 +
 .../class-use/InstructionComparator.html           |   126 +
 .../sysml/api/monitoring/class-use/Location.html   |   193 +
 .../class-use/SparkMonitoringUtil.MultiMap.html    |   126 +
 .../monitoring/class-use/SparkMonitoringUtil.html  |   247 +
 .../apache/sysml/api/monitoring/package-frame.html |    23 +
 .../sysml/api/monitoring/package-summary.html      |   156 +
 .../apache/sysml/api/monitoring/package-tree.html  |   142 +
 .../apache/sysml/api/monitoring/package-use.html   |   224 +
 .../java/org/apache/sysml/api/package-frame.html   |    34 +
 .../java/org/apache/sysml/api/package-summary.html |   208 +
 .../java/org/apache/sysml/api/package-tree.html    |   169 +
 .../api/java/org/apache/sysml/api/package-use.html |   224 +
 .../apache/sysml/runtime/DMLRuntimeException.html  |   315 +
 .../apache/sysml/runtime/DMLScriptException.html   |   297 +
 .../runtime/class-use/DMLRuntimeException.html     |  5009 +++
 .../runtime/class-use/DMLScriptException.html      |   126 +
 .../sysml/runtime/compress/BitmapDecoderOLE.html   |   339 +
 .../sysml/runtime/compress/BitmapDecoderRLE.html   |   339 +
 .../sysml/runtime/compress/BitmapEncoder.html      |   398 +
 .../runtime/compress/ColGroup.CompressionType.html |   359 +
 .../apache/sysml/runtime/compress/ColGroup.html    |   832 +
 .../sysml/runtime/compress/ColGroupBitmap.html     |  1084 +
 .../apache/sysml/runtime/compress/ColGroupOLE.html |   669 +
 .../apache/sysml/runtime/compress/ColGroupRLE.html |   686 +
 .../runtime/compress/ColGroupUncompressed.html     |   799 +
 ...ompressedMatrixBlock.CompressionStatistics.html |   357 +
 .../runtime/compress/CompressedMatrixBlock.html    |  2370 ++
 .../sysml/runtime/compress/PlanningBinPacker.html  |   285 +
 .../compress/PlanningCoCoder.GroupableColInfo.html |   245 +
 .../sysml/runtime/compress/PlanningCoCoder.html    |   309 +
 .../runtime/compress/PlanningCoCodingGroup.html    |   362 +
 .../runtime/compress/ReaderColumnSelection.html    |   395 +
 .../compress/ReaderColumnSelectionDense.html       |   342 +
 .../compress/ReaderColumnSelectionDenseSample.html |   376 +
 .../compress/ReaderColumnSelectionSparse.html      |   320 +
 .../sysml/runtime/compress/UncompressedBitmap.html |   367 +
 .../compress/class-use/BitmapDecoderOLE.html       |   126 +
 .../compress/class-use/BitmapDecoderRLE.html       |   126 +
 .../runtime/compress/class-use/BitmapEncoder.html  |   126 +
 .../class-use/ColGroup.CompressionType.html        |   223 +
 .../sysml/runtime/compress/class-use/ColGroup.html |   298 +
 .../runtime/compress/class-use/ColGroupBitmap.html |   175 +
 .../runtime/compress/class-use/ColGroupOLE.html    |   126 +
 .../runtime/compress/class-use/ColGroupRLE.html    |   126 +
 .../compress/class-use/ColGroupUncompressed.html   |   126 +
 ...ompressedMatrixBlock.CompressionStatistics.html |   179 +
 .../compress/class-use/CompressedMatrixBlock.html  |   126 +
 .../compress/class-use/PlanningBinPacker.html      |   126 +
 .../PlanningCoCoder.GroupableColInfo.html          |   167 +
 .../compress/class-use/PlanningCoCoder.html        |   126 +
 .../compress/class-use/PlanningCoCodingGroup.html  |   169 +
 .../compress/class-use/ReaderColumnSelection.html  |   181 +
 .../class-use/ReaderColumnSelectionDense.html      |   126 +
 .../ReaderColumnSelectionDenseSample.html          |   126 +
 .../class-use/ReaderColumnSelectionSparse.html     |   126 +
 .../compress/class-use/UncompressedBitmap.html     |   241 +
 ...pressedSizeEstimator.SizeEstimationFactors.html |   341 +
 .../compress/estim/CompressedSizeEstimator.html    |   424 +
 .../estim/CompressedSizeEstimatorExact.html        |   337 +
 .../estim/CompressedSizeEstimatorSample.html       |   438 +
 .../runtime/compress/estim/CompressedSizeInfo.html |   368 +
 .../compress/estim/SizeEstimatorFactory.html       |   315 +
 ...pressedSizeEstimator.SizeEstimationFactors.html |   167 +
 .../estim/class-use/CompressedSizeEstimator.html   |   230 +
 .../class-use/CompressedSizeEstimatorExact.html    |   126 +
 .../class-use/CompressedSizeEstimatorSample.html   |   126 +
 .../estim/class-use/CompressedSizeInfo.html        |   186 +
 .../estim/class-use/SizeEstimatorFactory.html      |   126 +
 .../runtime/compress/estim/package-frame.html      |    26 +
 .../runtime/compress/estim/package-summary.html    |   170 +
 .../sysml/runtime/compress/estim/package-tree.html |   147 +
 .../sysml/runtime/compress/estim/package-use.html  |   190 +
 .../sysml/runtime/compress/package-frame.html      |    43 +
 .../sysml/runtime/compress/package-summary.html    |   267 +
 .../sysml/runtime/compress/package-tree.html       |   186 +
 .../apache/sysml/runtime/compress/package-use.html |   234 +
 .../runtime/compress/utils/ConverterUtils.html     |   297 +
 .../sysml/runtime/compress/utils/DblArray.html     |   389 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   307 +
 .../compress/utils/DblArrayIntListHashMap.html     |   335 +
 .../utils/DoubleIntListHashMap.DIListEntry.html    |   307 +
 .../compress/utils/DoubleIntListHashMap.html       |   335 +
 .../sysml/runtime/compress/utils/IntArrayList.html |   301 +
 .../runtime/compress/utils/LinearAlgebraUtils.html |   359 +
 .../compress/utils/class-use/ConverterUtils.html   |   126 +
 .../runtime/compress/utils/class-use/DblArray.html |   239 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   179 +
 .../utils/class-use/DblArrayIntListHashMap.html    |   165 +
 .../DoubleIntListHashMap.DIListEntry.html          |   179 +
 .../utils/class-use/DoubleIntListHashMap.html      |   164 +
 .../compress/utils/class-use/IntArrayList.html     |   222 +
 .../utils/class-use/LinearAlgebraUtils.html        |   126 +
 .../runtime/compress/utils/package-frame.html      |    26 +
 .../runtime/compress/utils/package-summary.html    |   178 +
 .../sysml/runtime/compress/utils/package-tree.html |   146 +
 .../sysml/runtime/compress/utils/package-use.html  |   206 +
 .../runtime/instructions/CPInstructionParser.html  |   359 +
 .../runtime/instructions/GPUInstructionParser.html |   346 +
 .../instructions/Instruction.INSTRUCTION_TYPE.html |   395 +
 .../sysml/runtime/instructions/Instruction.html    |   883 +
 .../runtime/instructions/InstructionParser.html    |   300 +
 .../runtime/instructions/InstructionUtils.html     |   693 +
 .../runtime/instructions/MRInstructionParser.html  |   519 +
 .../runtime/instructions/MRJobInstruction.html     |  1359 +
 .../runtime/instructions/SPInstructionParser.html  |   346 +
 .../class-use/CPInstructionParser.html             |   126 +
 .../class-use/GPUInstructionParser.html            |   126 +
 .../class-use/Instruction.INSTRUCTION_TYPE.html    |   205 +
 .../instructions/class-use/Instruction.html        |   778 +
 .../instructions/class-use/InstructionParser.html  |   178 +
 .../instructions/class-use/InstructionUtils.html   |   126 +
 .../class-use/MRInstructionParser.html             |   126 +
 .../instructions/class-use/MRJobInstruction.html   |   409 +
 .../class-use/SPInstructionParser.html             |   126 +
 .../gpu/AggregateBinaryGPUInstruction.html         |   386 +
 .../gpu/ArithmeticBinaryGPUInstruction.html        |   414 +
 .../gpu/BuiltinUnaryGPUInstruction.html            |   373 +
 .../gpu/ConvolutionGPUInstruction.html             |   449 +
 .../gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html    |   407 +
 .../runtime/instructions/gpu/GPUInstruction.html   |   492 +
 .../instructions/gpu/MMTSJGPUInstruction.html      |   420 +
 .../gpu/MatrixBuiltinGPUInstruction.html           |   374 +
 .../gpu/MatrixMatrixArithmeticGPUInstruction.html  |   383 +
 .../gpu/MatrixMatrixAxpyGPUInstruction.html        |   398 +
 .../instructions/gpu/ReorgGPUInstruction.html      |   391 +
 .../gpu/ScalarMatrixArithmeticGPUInstruction.html  |   383 +
 .../class-use/AggregateBinaryGPUInstruction.html   |   166 +
 .../class-use/ArithmeticBinaryGPUInstruction.html  |   187 +
 .../gpu/class-use/BuiltinUnaryGPUInstruction.html  |   179 +
 .../gpu/class-use/ConvolutionGPUInstruction.html   |   166 +
 .../GPUInstruction.GPUINSTRUCTION_TYPE.html        |   241 +
 .../instructions/gpu/class-use/GPUInstruction.html |   253 +
 .../gpu/class-use/MMTSJGPUInstruction.html         |   168 +
 .../gpu/class-use/MatrixBuiltinGPUInstruction.html |   126 +
 .../MatrixMatrixArithmeticGPUInstruction.html      |   126 +
 .../class-use/MatrixMatrixAxpyGPUInstruction.html  |   166 +
 .../gpu/class-use/ReorgGPUInstruction.html         |   166 +
 .../ScalarMatrixArithmeticGPUInstruction.html      |   126 +
 .../gpu/context/AggregateUnaryGPUInstruction.html  |   381 +
 .../instructions/gpu/context/ExecutionConfig.html  |   510 +
 .../instructions/gpu/context/GPUContext.html       |   426 +
 .../gpu/context/GPUObject.EvictionPolicy.html      |   359 +
 .../instructions/gpu/context/GPUObject.html        |   610 +
 .../instructions/gpu/context/JCudaContext.html     |   446 +
 .../instructions/gpu/context/JCudaKernels.html     |   339 +
 .../gpu/context/JCudaObject.CSRPointer.html        |   658 +
 .../instructions/gpu/context/JCudaObject.html      |   960 +
 .../class-use/AggregateUnaryGPUInstruction.html    |   166 +
 .../gpu/context/class-use/ExecutionConfig.html     |   203 +
 .../gpu/context/class-use/GPUContext.html          |   197 +
 .../class-use/GPUObject.EvictionPolicy.html        |   188 +
 .../gpu/context/class-use/GPUObject.html           |   194 +
 .../gpu/context/class-use/JCudaContext.html        |   126 +
 .../gpu/context/class-use/JCudaKernels.html        |   166 +
 .../context/class-use/JCudaObject.CSRPointer.html  |   344 +
 .../gpu/context/class-use/JCudaObject.html         |   126 +
 .../instructions/gpu/context/package-frame.html    |    32 +
 .../instructions/gpu/context/package-summary.html  |   201 +
 .../instructions/gpu/context/package-tree.html     |   172 +
 .../instructions/gpu/context/package-use.html      |   208 +
 .../runtime/instructions/gpu/package-frame.html    |    35 +
 .../runtime/instructions/gpu/package-summary.html  |   199 +
 .../runtime/instructions/gpu/package-tree.html     |   174 +
 .../runtime/instructions/gpu/package-use.html      |   224 +
 .../sysml/runtime/instructions/package-frame.html  |    32 +
 .../runtime/instructions/package-summary.html      |   187 +
 .../sysml/runtime/instructions/package-tree.html   |   164 +
 .../sysml/runtime/instructions/package-use.html    |   339 +
 .../spark/AggregateTernarySPInstruction.html       |   403 +
 .../spark/AggregateUnarySPInstruction.html         |   430 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   295 +
 .../spark/AppendGAlignedSPInstruction.html         |   428 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   297 +
 .../spark/AppendGSPInstruction.ShiftMatrix.html    |   297 +
 .../instructions/spark/AppendGSPInstruction.html   |   434 +
 .../instructions/spark/AppendMSPInstruction.html   |   436 +
 .../instructions/spark/AppendRSPInstruction.html   |   421 +
 .../spark/ArithmeticBinarySPInstruction.html       |   391 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   295 +
 .../spark/BinUaggChainSPInstruction.html           |   417 +
 .../instructions/spark/BinarySPInstruction.html    |   571 +
 .../spark/BuiltinBinarySPInstruction.html          |   391 +
 .../spark/BuiltinUnarySPInstruction.html           |   382 +
 .../spark/CSVReblockSPInstruction.html             |   458 +
 .../instructions/spark/CastSPInstruction.html      |   404 +
 .../spark/CentralMomentSPInstruction.html          |   408 +
 .../spark/CheckpointSPInstruction.html             |   421 +
 ...mpressionSPInstruction.CompressionFunction.html |   293 +
 .../spark/CompressionSPInstruction.html            |   415 +
 .../spark/ComputationSPInstruction.html            |   504 +
 .../spark/CovarianceSPInstruction.html             |   437 +
 .../instructions/spark/CpmmSPInstruction.html      |   421 +
 .../spark/CumulativeAggregateSPInstruction.html    |   416 +
 .../spark/CumulativeOffsetSPInstruction.html       |   415 +
 .../spark/FrameAppendMSPInstruction.html           |   418 +
 .../spark/FrameAppendRSPInstruction.html           |   416 +
 .../spark/FrameIndexingSPInstruction.html          |   445 +
 .../instructions/spark/IndexingSPInstruction.html  |   502 +
 .../spark/MapmmChainSPInstruction.html             |   410 +
 .../instructions/spark/MapmmSPInstruction.html     |   420 +
 .../spark/MatrixAppendMSPInstruction.html          |   418 +
 .../spark/MatrixAppendRSPInstruction.html          |   416 +
 .../MatrixBVectorArithmeticSPInstruction.html      |   414 +
 .../spark/MatrixBVectorBuiltinSPInstruction.html   |   414 +
 .../MatrixBVectorRelationalSPInstruction.html      |   414 +
 .../spark/MatrixBuiltinSPInstruction.html          |   398 +
 .../spark/MatrixIndexingSPInstruction.html         |   445 +
 .../spark/MatrixMatrixArithmeticSPInstruction.html |   412 +
 .../spark/MatrixMatrixBuiltinSPInstruction.html    |   407 +
 .../spark/MatrixMatrixRelationalSPInstruction.html |   412 +
 .../spark/MatrixReshapeSPInstruction.html          |   410 +
 .../spark/MatrixScalarArithmeticSPInstruction.html |   407 +
 .../spark/MatrixScalarBuiltinSPInstruction.html    |   407 +
 .../spark/MatrixScalarRelationalSPInstruction.html |   407 +
 ...PInstruction.TransformEncodeBuild2Function.html |   293 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   297 +
 ...PInstruction.TransformEncodeGroup2Function.html |   293 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   298 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   459 +
 .../instructions/spark/PMapmmSPInstruction.html    |   415 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   295 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   301 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   298 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   303 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   299 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   301 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   295 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   295 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   295 +
 ...struction.RDDTransformDecodeExpandFunction.html |   295 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   295 +
 .../spark/ParameterizedBuiltinSPInstruction.html   |   530 +
 .../instructions/spark/PlusMultSPInstruction.html  |   425 +
 .../instructions/spark/PmmSPInstruction.html       |   417 +
 .../spark/QuantilePickSPInstruction.html           |   441 +
 .../spark/QuantileSortSPInstruction.html           |   426 +
 .../spark/QuaternarySPInstruction.html             |   409 +
 .../instructions/spark/RandSPInstruction.html      |   682 +
 .../instructions/spark/ReblockSPInstruction.html   |   450 +
 .../spark/RelationalBinarySPInstruction.html       |   391 +
 .../instructions/spark/ReorgSPInstruction.html     |   432 +
 .../instructions/spark/RmmSPInstruction.html       |   413 +
 .../spark/SPInstruction.SPINSTRUCTION_TYPE.html    |   839 +
 .../runtime/instructions/spark/SPInstruction.html  |   520 +
 .../instructions/spark/TernarySPInstruction.html   |   415 +
 .../instructions/spark/Tsmm2SPInstruction.html     |   406 +
 .../instructions/spark/TsmmSPInstruction.html      |   406 +
 .../spark/UaggOuterChainSPInstruction.html         |   453 +
 .../instructions/spark/UnarySPInstruction.html     |   384 +
 .../instructions/spark/WriteSPInstruction.html     |   482 +
 .../instructions/spark/ZipmmSPInstruction.html     |   415 +
 .../class-use/AggregateTernarySPInstruction.html   |   166 +
 .../class-use/AggregateUnarySPInstruction.html     |   179 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   126 +
 .../class-use/AppendGAlignedSPInstruction.html     |   166 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   126 +
 .../AppendGSPInstruction.ShiftMatrix.html          |   126 +
 .../spark/class-use/AppendGSPInstruction.html      |   166 +
 .../spark/class-use/AppendMSPInstruction.html      |   183 +
 .../spark/class-use/AppendRSPInstruction.html      |   183 +
 .../class-use/ArithmeticBinarySPInstruction.html   |   191 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   126 +
 .../spark/class-use/BinUaggChainSPInstruction.html |   166 +
 .../spark/class-use/BinarySPInstruction.html       |   296 +
 .../class-use/BuiltinBinarySPInstruction.html      |   187 +
 .../spark/class-use/BuiltinUnarySPInstruction.html |   179 +
 .../spark/class-use/CSVReblockSPInstruction.html   |   166 +
 .../spark/class-use/CastSPInstruction.html         |   166 +
 .../class-use/CentralMomentSPInstruction.html      |   166 +
 .../spark/class-use/CheckpointSPInstruction.html   |   166 +
 ...mpressionSPInstruction.CompressionFunction.html |   126 +
 .../spark/class-use/CompressionSPInstruction.html  |   166 +
 .../spark/class-use/ComputationSPInstruction.html  |   404 +
 .../spark/class-use/CovarianceSPInstruction.html   |   166 +
 .../spark/class-use/CpmmSPInstruction.html         |   166 +
 .../CumulativeAggregateSPInstruction.html          |   166 +
 .../class-use/CumulativeOffsetSPInstruction.html   |   166 +
 .../spark/class-use/FrameAppendMSPInstruction.html |   126 +
 .../spark/class-use/FrameAppendRSPInstruction.html |   126 +
 .../class-use/FrameIndexingSPInstruction.html      |   126 +
 .../spark/class-use/IndexingSPInstruction.html     |   183 +
 .../spark/class-use/MapmmChainSPInstruction.html   |   166 +
 .../spark/class-use/MapmmSPInstruction.html        |   166 +
 .../class-use/MatrixAppendMSPInstruction.html      |   126 +
 .../class-use/MatrixAppendRSPInstruction.html      |   126 +
 .../MatrixBVectorArithmeticSPInstruction.html      |   126 +
 .../MatrixBVectorBuiltinSPInstruction.html         |   126 +
 .../MatrixBVectorRelationalSPInstruction.html      |   126 +
 .../class-use/MatrixBuiltinSPInstruction.html      |   126 +
 .../class-use/MatrixIndexingSPInstruction.html     |   126 +
 .../MatrixMatrixArithmeticSPInstruction.html       |   126 +
 .../MatrixMatrixBuiltinSPInstruction.html          |   126 +
 .../MatrixMatrixRelationalSPInstruction.html       |   126 +
 .../class-use/MatrixReshapeSPInstruction.html      |   166 +
 .../MatrixScalarArithmeticSPInstruction.html       |   126 +
 .../MatrixScalarBuiltinSPInstruction.html          |   126 +
 .../MatrixScalarRelationalSPInstruction.html       |   126 +
 ...PInstruction.TransformEncodeBuild2Function.html |   126 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   126 +
 ...PInstruction.TransformEncodeGroup2Function.html |   126 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   126 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   166 +
 .../spark/class-use/PMapmmSPInstruction.html       |   166 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   126 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   126 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   126 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   126 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   126 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   126 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   126 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   126 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   126 +
 ...struction.RDDTransformDecodeExpandFunction.html |   126 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   126 +
 .../ParameterizedBuiltinSPInstruction.html         |   166 +
 .../spark/class-use/PlusMultSPInstruction.html     |   166 +
 .../spark/class-use/PmmSPInstruction.html          |   166 +
 .../spark/class-use/QuantilePickSPInstruction.html |   166 +
 .../spark/class-use/QuantileSortSPInstruction.html |   166 +
 .../spark/class-use/QuaternarySPInstruction.html   |   166 +
 .../spark/class-use/RandSPInstruction.html         |   166 +
 .../spark/class-use/ReblockSPInstruction.html      |   166 +
 .../class-use/RelationalBinarySPInstruction.html   |   187 +
 .../spark/class-use/ReorgSPInstruction.html        |   166 +
 .../spark/class-use/RmmSPInstruction.html          |   166 +
 .../SPInstruction.SPINSTRUCTION_TYPE.html          |   241 +
 .../spark/class-use/SPInstruction.html             |   497 +
 .../spark/class-use/TernarySPInstruction.html      |   166 +
 .../spark/class-use/Tsmm2SPInstruction.html        |   166 +
 .../spark/class-use/TsmmSPInstruction.html         |   166 +
 .../class-use/UaggOuterChainSPInstruction.html     |   166 +
 .../spark/class-use/UnarySPInstruction.html        |   242 +
 .../spark/class-use/WriteSPInstruction.html        |   166 +
 .../spark/class-use/ZipmmSPInstruction.html        |   166 +
 .../runtime/instructions/spark/package-frame.html  |   106 +
 .../instructions/spark/package-summary.html        |   502 +
 .../runtime/instructions/spark/package-tree.html   |   272 +
 .../runtime/instructions/spark/package-use.html    |   367 +
 .../spark/utils/FrameRDDAggregateUtils.html        |   273 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   293 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   293 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   293 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   293 +
 .../spark/utils/FrameRDDConverterUtils.html        |   670 +
 .../spark/utils/RDDAggregateUtils.html             |   431 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   293 +
 .../spark/utils/RDDConverterUtils.html             |   558 +
 .../spark/utils/RDDConverterUtilsExt.AddRowID.html |   293 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   347 +
 .../spark/utils/RDDConverterUtilsExt.html          |   592 +
 .../spark/utils/RDDSortUtils.IndexComparator.html  |   299 +
 .../instructions/spark/utils/RDDSortUtils.html     |   408 +
 .../instructions/spark/utils/SparkUtils.html       |   605 +
 .../utils/class-use/FrameRDDAggregateUtils.html    |   126 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   126 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   126 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   126 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   126 +
 .../utils/class-use/FrameRDDConverterUtils.html    |   126 +
 .../spark/utils/class-use/RDDAggregateUtils.html   |   126 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   126 +
 .../spark/utils/class-use/RDDConverterUtils.html   |   126 +
 .../class-use/RDDConverterUtilsExt.AddRowID.html   |   126 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   175 +
 .../utils/class-use/RDDConverterUtilsExt.html      |   126 +
 .../class-use/RDDSortUtils.IndexComparator.html    |   126 +
 .../spark/utils/class-use/RDDSortUtils.html        |   126 +
 .../spark/utils/class-use/SparkUtils.html          |   126 +
 .../instructions/spark/utils/package-frame.html    |    38 +
 .../instructions/spark/utils/package-summary.html  |   215 +
 .../instructions/spark/utils/package-tree.html     |   164 +
 .../instructions/spark/utils/package-use.html      |   159 +
 .../org/apache/sysml/runtime/matrix/CMCOVMR.html   |   270 +
 .../matrix/CSVReblockMR.AssignRowIDMRReturn.html   |   343 +
 .../runtime/matrix/CSVReblockMR.BlockRow.html      |   358 +
 .../runtime/matrix/CSVReblockMR.OffsetCount.html   |   480 +
 .../apache/sysml/runtime/matrix/CSVReblockMR.html  |   497 +
 .../runtime/matrix/CleanupMR.CleanupMapper.html    |   367 +
 .../org/apache/sysml/runtime/matrix/CleanupMR.html |   263 +
 .../runtime/matrix/CombineMR.InnerReducer.html     |   415 +
 .../org/apache/sysml/runtime/matrix/CombineMR.html |   287 +
 .../org/apache/sysml/runtime/matrix/DataGenMR.html |   282 +
 .../sysml/runtime/matrix/DataPartitionMR.html      |   256 +
 .../java/org/apache/sysml/runtime/matrix/GMR.html  |   312 +
 .../apache/sysml/runtime/matrix/GroupedAggMR.html  |   272 +
 .../org/apache/sysml/runtime/matrix/JobReturn.html |   442 +
 .../org/apache/sysml/runtime/matrix/MMCJMR.html    |   303 +
 .../org/apache/sysml/runtime/matrix/MMRJMR.html    |   274 +
 .../runtime/matrix/MatrixCharacteristics.html      |   757 +
 .../runtime/matrix/MatrixDimensionsMetaData.html   |   411 +
 .../sysml/runtime/matrix/MatrixFormatMetaData.html |   339 +
 .../org/apache/sysml/runtime/matrix/MetaData.html  |   334 +
 .../org/apache/sysml/runtime/matrix/ReblockMR.html |   276 +
 .../org/apache/sysml/runtime/matrix/SortMR.html    |   414 +
 .../apache/sysml/runtime/matrix/WriteCSVMR.html    |   285 +
 .../sysml/runtime/matrix/class-use/CMCOVMR.html    |   126 +
 .../CSVReblockMR.AssignRowIDMRReturn.html          |   185 +
 .../matrix/class-use/CSVReblockMR.BlockRow.html    |   126 +
 .../matrix/class-use/CSVReblockMR.OffsetCount.html |   177 +
 .../runtime/matrix/class-use/CSVReblockMR.html     |   126 +
 .../matrix/class-use/CleanupMR.CleanupMapper.html  |   126 +
 .../sysml/runtime/matrix/class-use/CleanupMR.html  |   126 +
 .../matrix/class-use/CombineMR.InnerReducer.html   |   126 +
 .../sysml/runtime/matrix/class-use/CombineMR.html  |   126 +
 .../sysml/runtime/matrix/class-use/DataGenMR.html  |   126 +
 .../runtime/matrix/class-use/DataPartitionMR.html  |   126 +
 .../apache/sysml/runtime/matrix/class-use/GMR.html |   126 +
 .../runtime/matrix/class-use/GroupedAggMR.html     |   126 +
 .../sysml/runtime/matrix/class-use/JobReturn.html  |   370 +
 .../sysml/runtime/matrix/class-use/MMCJMR.html     |   126 +
 .../sysml/runtime/matrix/class-use/MMRJMR.html     |   126 +
 .../matrix/class-use/MatrixCharacteristics.html    |   785 +
 .../matrix/class-use/MatrixDimensionsMetaData.html |   188 +
 .../matrix/class-use/MatrixFormatMetaData.html     |   126 +
 .../sysml/runtime/matrix/class-use/MetaData.html   |   248 +
 .../sysml/runtime/matrix/class-use/ReblockMR.html  |   126 +
 .../sysml/runtime/matrix/class-use/SortMR.html     |   126 +
 .../sysml/runtime/matrix/class-use/WriteCSVMR.html |   126 +
 .../runtime/matrix/data/AdaptivePartialBlock.html  |   453 +
 .../matrix/data/AddDummyWeightConverter.html       |   337 +
 .../data/BinaryBlockToBinaryCellConverter.html     |   337 +
 .../data/BinaryBlockToRowBlockConverter.html       |   337 +
 .../data/BinaryBlockToTextCellConverter.html       |   340 +
 .../matrix/data/BinaryCellToRowBlockConverter.html |   337 +
 .../matrix/data/BinaryCellToTextConverter.html     |   337 +
 .../sysml/runtime/matrix/data/CM_N_COVCell.html    |  1284 +
 .../matrix/data/CSVFileFormatProperties.html       |   475 +
 .../sysml/runtime/matrix/data/CTableMap.html       |   352 +
 .../sysml/runtime/matrix/data/Converter.html       |   272 +
 .../runtime/matrix/data/ConvolutionParameters.html |   636 +
 .../data/FileFormatProperties.FileFormat.html      |   347 +
 .../runtime/matrix/data/FileFormatProperties.html  |   275 +
 .../matrix/data/FrameBlock.ColumnMetadata.html     |   351 +
 .../sysml/runtime/matrix/data/FrameBlock.html      |  1664 +
 .../org/apache/sysml/runtime/matrix/data/IJV.html  |   334 +
 .../runtime/matrix/data/IdenticalConverter.html    |   337 +
 .../sysml/runtime/matrix/data/InputInfo.html       |   540 +
 .../sysml/runtime/matrix/data/LibCommonsMath.html  |   332 +
 .../sysml/runtime/matrix/data/LibMatrixAgg.html    |   555 +
 .../data/LibMatrixBincell.BinaryAccessType.html    |   383 +
 .../runtime/matrix/data/LibMatrixBincell.html      |   390 +
 .../sysml/runtime/matrix/data/LibMatrixCUDA.html   |  1453 +
 .../sysml/runtime/matrix/data/LibMatrixDNN.html    |   567 +
 .../runtime/matrix/data/LibMatrixDatagen.html      |   609 +
 .../sysml/runtime/matrix/data/LibMatrixMult.html   |   894 +
 .../runtime/matrix/data/LibMatrixOuterAgg.html     |   691 +
 .../sysml/runtime/matrix/data/LibMatrixReorg.html  |   750 +
 .../runtime/matrix/data/MatrixBlock.BlockType.html |   371 +
 .../matrix/data/MatrixBlock.SparsityEstimate.html  |   306 +
 .../sysml/runtime/matrix/data/MatrixBlock.html     |  4229 +++
 .../runtime/matrix/data/MatrixBlockDataInput.html  |   278 +
 .../runtime/matrix/data/MatrixBlockDataOutput.html |   270 +
 .../sysml/runtime/matrix/data/MatrixCell.html      |  1397 +
 .../sysml/runtime/matrix/data/MatrixIndexes.html   |   568 +
 .../runtime/matrix/data/MatrixPackedCell.html      |   518 +
 .../runtime/matrix/data/MatrixValue.CellIndex.html |   381 +
 .../sysml/runtime/matrix/data/MatrixValue.html     |  1067 +
 .../matrix/data/MultipleOutputCommitter.html       |   364 +
 .../matrix/data/NumItemsByEachReducerMetaData.html |   354 +
 .../matrix/data/OperationsOnMatrixValues.html      |   955 +
 .../sysml/runtime/matrix/data/OutputInfo.html      |   531 +
 .../org/apache/sysml/runtime/matrix/data/Pair.html |   349 +
 .../sysml/runtime/matrix/data/PartialBlock.html    |   445 +
 .../runtime/matrix/data/RandomMatrixGenerator.html |   435 +
 .../runtime/matrix/data/SparseBlock.Type.html      |   359 +
 .../sysml/runtime/matrix/data/SparseBlock.html     |  1262 +
 .../sysml/runtime/matrix/data/SparseBlockCOO.html  |  1398 +
 .../sysml/runtime/matrix/data/SparseBlockCSR.html  |  1442 +
 .../runtime/matrix/data/SparseBlockFactory.html    |   324 +
 .../sysml/runtime/matrix/data/SparseBlockMCSR.html |  1256 +
 .../sysml/runtime/matrix/data/SparseRow.html       |   681 +
 .../apache/sysml/runtime/matrix/data/Tagged.html   |   496 +
 .../matrix/data/TaggedAdaptivePartialBlock.html    |   284 +
 .../data/TaggedFirstSecondIndexes.Comparator.html  |   323 +
 ...edFirstSecondIndexes.FirstIndexPartitioner.html |   308 +
 ...stSecondIndexes.FirstIndexRangePartitioner.html |   308 +
 .../TaggedFirstSecondIndexes.TagPartitioner.html   |   308 +
 .../matrix/data/TaggedFirstSecondIndexes.html      |   573 +
 .../runtime/matrix/data/TaggedMatrixBlock.html     |   308 +
 .../runtime/matrix/data/TaggedMatrixCell.html      |   308 +
 .../runtime/matrix/data/TaggedMatrixIndexes.html   |   425 +
 .../matrix/data/TaggedMatrixPackedCell.html        |   308 +
 .../runtime/matrix/data/TaggedMatrixValue.html     |   322 +
 .../runtime/matrix/data/TaggedTripleIndexes.html   |   487 +
 .../matrix/data/TextCellToRowBlockConverter.html   |   337 +
 .../matrix/data/TextToBinaryCellConverter.html     |   337 +
 .../matrix/data/TripleIndexes.Comparator.html      |   322 +
 .../TripleIndexes.FirstTwoIndexesPartitioner.html  |   308 +
 .../sysml/runtime/matrix/data/TripleIndexes.html   |   499 +
 .../UnPaddedOutputFormat.UnpaddedRecordWriter.html |   313 +
 .../runtime/matrix/data/UnPaddedOutputFormat.html  |   330 +
 .../sysml/runtime/matrix/data/WeightedCell.html    |   701 +
 .../data/WeightedCellToSortInputConverter.html     |   337 +
 .../sysml/runtime/matrix/data/WeightedPair.html    |   491 +
 .../data/class-use/AdaptivePartialBlock.html       |   178 +
 .../data/class-use/AddDummyWeightConverter.html    |   126 +
 .../BinaryBlockToBinaryCellConverter.html          |   126 +
 .../class-use/BinaryBlockToRowBlockConverter.html  |   126 +
 .../class-use/BinaryBlockToTextCellConverter.html  |   126 +
 .../class-use/BinaryCellToRowBlockConverter.html   |   126 +
 .../data/class-use/BinaryCellToTextConverter.html  |   126 +
 .../matrix/data/class-use/CM_N_COVCell.html        |   126 +
 .../data/class-use/CSVFileFormatProperties.html    |   200 +
 .../runtime/matrix/data/class-use/CTableMap.html   |   497 +
 .../runtime/matrix/data/class-use/Converter.html   |   202 +
 .../data/class-use/ConvolutionParameters.html      |   206 +
 .../class-use/FileFormatProperties.FileFormat.html |   192 +
 .../data/class-use/FileFormatProperties.html       |   231 +
 .../data/class-use/FrameBlock.ColumnMetadata.html  |   234 +
 .../runtime/matrix/data/class-use/FrameBlock.html  |   809 +
 .../sysml/runtime/matrix/data/class-use/IJV.html   |   203 +
 .../matrix/data/class-use/IdenticalConverter.html  |   126 +
 .../runtime/matrix/data/class-use/InputInfo.html   |   600 +
 .../matrix/data/class-use/LibCommonsMath.html      |   126 +
 .../matrix/data/class-use/LibMatrixAgg.html        |   126 +
 .../LibMatrixBincell.BinaryAccessType.html         |   180 +
 .../matrix/data/class-use/LibMatrixBincell.html    |   126 +
 .../matrix/data/class-use/LibMatrixCUDA.html       |   126 +
 .../matrix/data/class-use/LibMatrixDNN.html        |   126 +
 .../matrix/data/class-use/LibMatrixDatagen.html    |   126 +
 .../matrix/data/class-use/LibMatrixMult.html       |   126 +
 .../matrix/data/class-use/LibMatrixOuterAgg.html   |   126 +
 .../matrix/data/class-use/LibMatrixReorg.html      |   126 +
 .../data/class-use/MatrixBlock.BlockType.html      |   175 +
 .../class-use/MatrixBlock.SparsityEstimate.html    |   168 +
 .../runtime/matrix/data/class-use/MatrixBlock.html |  3168 ++
 .../data/class-use/MatrixBlockDataInput.html       |   126 +
 .../data/class-use/MatrixBlockDataOutput.html      |   126 +
 .../runtime/matrix/data/class-use/MatrixCell.html  |   314 +
 .../matrix/data/class-use/MatrixIndexes.html       |  1316 +
 .../matrix/data/class-use/MatrixPackedCell.html    |   181 +
 .../data/class-use/MatrixValue.CellIndex.html      |   126 +
 .../runtime/matrix/data/class-use/MatrixValue.html |  1763 +
 .../data/class-use/MultipleOutputCommitter.html    |   126 +
 .../class-use/NumItemsByEachReducerMetaData.html   |   126 +
 .../data/class-use/OperationsOnMatrixValues.html   |   126 +
 .../runtime/matrix/data/class-use/OutputInfo.html  |   552 +
 .../sysml/runtime/matrix/data/class-use/Pair.html  |   347 +
 .../matrix/data/class-use/PartialBlock.html        |   194 +
 .../data/class-use/RandomMatrixGenerator.html      |   271 +
 .../matrix/data/class-use/SparseBlock.Type.html    |   232 +
 .../runtime/matrix/data/class-use/SparseBlock.html |   320 +
 .../matrix/data/class-use/SparseBlockCOO.html      |   126 +
 .../matrix/data/class-use/SparseBlockCSR.html      |   126 +
 .../matrix/data/class-use/SparseBlockFactory.html  |   126 +
 .../matrix/data/class-use/SparseBlockMCSR.html     |   126 +
 .../runtime/matrix/data/class-use/SparseRow.html   |   259 +
 .../runtime/matrix/data/class-use/Tagged.html      |   199 +
 .../data/class-use/TaggedAdaptivePartialBlock.html |   126 +
 .../TaggedFirstSecondIndexes.Comparator.html       |   126 +
 ...edFirstSecondIndexes.FirstIndexPartitioner.html |   126 +
 ...stSecondIndexes.FirstIndexRangePartitioner.html |   126 +
 .../TaggedFirstSecondIndexes.TagPartitioner.html   |   126 +
 .../data/class-use/TaggedFirstSecondIndexes.html   |   213 +
 .../matrix/data/class-use/TaggedMatrixBlock.html   |   164 +
 .../matrix/data/class-use/TaggedMatrixCell.html    |   164 +
 .../matrix/data/class-use/TaggedMatrixIndexes.html |   177 +
 .../data/class-use/TaggedMatrixPackedCell.html     |   164 +
 .../matrix/data/class-use/TaggedMatrixValue.html   |   227 +
 .../matrix/data/class-use/TaggedTripleIndexes.html |   181 +
 .../class-use/TextCellToRowBlockConverter.html     |   126 +
 .../data/class-use/TextToBinaryCellConverter.html  |   126 +
 .../data/class-use/TripleIndexes.Comparator.html   |   126 +
 .../TripleIndexes.FirstTwoIndexesPartitioner.html  |   126 +
 .../matrix/data/class-use/TripleIndexes.html       |   192 +
 .../UnPaddedOutputFormat.UnpaddedRecordWriter.html |   126 +
 .../data/class-use/UnPaddedOutputFormat.html       |   126 +
 .../matrix/data/class-use/WeightedCell.html        |   202 +
 .../WeightedCellToSortInputConverter.html          |   126 +
 .../matrix/data/class-use/WeightedPair.html        |   191 +
 .../sysml/runtime/matrix/data/package-frame.html   |   102 +
 .../sysml/runtime/matrix/data/package-summary.html |   539 +
 .../sysml/runtime/matrix/data/package-tree.html    |   276 +
 .../sysml/runtime/matrix/data/package-use.html     |   601 +
 .../apache/sysml/runtime/matrix/package-frame.html |    43 +
 .../sysml/runtime/matrix/package-summary.html      |   238 +
 .../apache/sysml/runtime/matrix/package-tree.html  |   179 +
 .../apache/sysml/runtime/matrix/package-use.html   |   298 +
 .../org/apache/sysml/runtime/package-frame.html    |    22 +
 .../org/apache/sysml/runtime/package-summary.html  |   152 +
 .../org/apache/sysml/runtime/package-tree.html     |   155 +
 .../java/org/apache/sysml/runtime/package-use.html |   392 +
 .../java/org/apache/sysml/udf/BinaryObject.html    |   359 +
 .../udf/ExternalFunctionInvocationInstruction.html |   488 +
 .../FunctionParameter.FunctionParameterType.html   |   359 +
 .../org/apache/sysml/udf/FunctionParameter.html    |   321 +
 .../org/apache/sysml/udf/Matrix.ValueType.html     |   347 +
 .../api/java/org/apache/sysml/udf/Matrix.html      |   572 +
 .../java/org/apache/sysml/udf/PackageFunction.html |   498 +
 .../apache/sysml/udf/Scalar.ScalarValueType.html   |   371 +
 .../api/java/org/apache/sysml/udf/Scalar.html      |   406 +
 .../apache/sysml/udf/class-use/BinaryObject.html   |   126 +
 .../ExternalFunctionInvocationInstruction.html     |   126 +
 .../FunctionParameter.FunctionParameterType.html   |   194 +
 .../sysml/udf/class-use/FunctionParameter.html     |   299 +
 .../sysml/udf/class-use/Matrix.ValueType.html      |   207 +
 .../org/apache/sysml/udf/class-use/Matrix.html     |   126 +
 .../sysml/udf/class-use/PackageFunction.html       |   241 +
 .../udf/class-use/Scalar.ScalarValueType.html      |   208 +
 .../org/apache/sysml/udf/class-use/Scalar.html     |   126 +
 .../org/apache/sysml/udf/lib/BinningWrapper.html   |   352 +
 .../org/apache/sysml/udf/lib/DeNaNWrapper.html     |   364 +
 .../apache/sysml/udf/lib/DeNegInfinityWrapper.html |   364 +
 .../sysml/udf/lib/DynamicProjectMatrixCP.html      |   351 +
 .../apache/sysml/udf/lib/DynamicReadMatrixCP.html  |   351 +
 .../sysml/udf/lib/DynamicReadMatrixRcCP.html       |   351 +
 .../apache/sysml/udf/lib/DynamicWriteMatrixCP.html |   362 +
 .../org/apache/sysml/udf/lib/GatherWrapper.html    |   362 +
 .../org/apache/sysml/udf/lib/OrderWrapper.html     |   363 +
 .../sysml/udf/lib/PermutationMatrixWrapper.html    |   377 +
 .../org/apache/sysml/udf/lib/RemoveEmptyRows.html  |   362 +
 .../apache/sysml/udf/lib/SGDNesterovUpdate.html    |   360 +
 .../java/org/apache/sysml/udf/lib/TimeWrapper.html |   359 +
 .../sysml/udf/lib/class-use/BinningWrapper.html    |   126 +
 .../sysml/udf/lib/class-use/DeNaNWrapper.html      |   126 +
 .../udf/lib/class-use/DeNegInfinityWrapper.html    |   126 +
 .../udf/lib/class-use/DynamicProjectMatrixCP.html  |   126 +
 .../udf/lib/class-use/DynamicReadMatrixCP.html     |   126 +
 .../udf/lib/class-use/DynamicReadMatrixRcCP.html   |   126 +
 .../udf/lib/class-use/DynamicWriteMatrixCP.html    |   126 +
 .../sysml/udf/lib/class-use/GatherWrapper.html     |   126 +
 .../sysml/udf/lib/class-use/OrderWrapper.html      |   126 +
 .../lib/class-use/PermutationMatrixWrapper.html    |   126 +
 .../sysml/udf/lib/class-use/RemoveEmptyRows.html   |   126 +
 .../sysml/udf/lib/class-use/SGDNesterovUpdate.html |   126 +
 .../sysml/udf/lib/class-use/TimeWrapper.html       |   126 +
 .../org/apache/sysml/udf/lib/package-frame.html    |    33 +
 .../org/apache/sysml/udf/lib/package-summary.html  |   207 +
 .../org/apache/sysml/udf/lib/package-tree.html     |   155 +
 .../java/org/apache/sysml/udf/lib/package-use.html |   126 +
 .../java/org/apache/sysml/udf/package-frame.html   |    32 +
 .../java/org/apache/sysml/udf/package-summary.html |   200 +
 .../java/org/apache/sysml/udf/package-tree.html    |   165 +
 .../api/java/org/apache/sysml/udf/package-use.html |   198 +
 site/docs/0.12.0/api/java/overview-frame.html      |    38 +
 site/docs/0.12.0/api/java/overview-summary.html    |   287 +
 site/docs/0.12.0/api/java/overview-tree.html       |   652 +
 site/docs/0.12.0/api/java/package-list             |    17 +
 site/docs/0.12.0/api/java/script.js                |    30 +
 site/docs/0.12.0/api/java/serialized-form.html     |  1951 ++
 site/docs/0.12.0/api/java/stylesheet.css           |   574 +
 site/docs/0.12.0/beginners-guide-python.html       |   523 +
 .../0.12.0/beginners-guide-to-dml-and-pydml.html   |  1063 +
 site/docs/0.12.0/contributing-to-systemml.html     |   372 +
 site/docs/0.12.0/css/bootstrap.min.css             |     6 +
 site/docs/0.12.0/css/main.css                      |   327 +
 site/docs/0.12.0/css/pygments-default.css          |    76 +
 site/docs/0.12.0/debugger-guide.html               |   668 +
 .../devdocs/MatrixMultiplicationOperators.txt      |   134 +
 site/docs/0.12.0/devdocs/deep-learning.md          |   141 +
 site/docs/0.12.0/devdocs/gpu-backend.md            |    70 +
 site/docs/0.12.0/devdocs/python_api.html           |  1712 +
 site/docs/0.12.0/developer-tools-systemml.html     |   252 +
 site/docs/0.12.0/dml-language-reference.html       |  3210 ++
 site/docs/0.12.0/engine-dev-guide.html             |   682 +
 .../0.12.0/files/dml-language-reference/data.csv   |     1 +
 .../files/dml-language-reference/data.csv.mtd      |     7 +
 .../files/dml-language-reference/data.spec.json    |    24 +
 .../files/dml-language-reference/data.spec2.json   |    23 +
 .../files/dml-language-reference/data.spec3.json   |    24 +
 .../0.12.0/files/dml-language-reference/homes.csv  |   149 +
 .../files/dml-language-reference/homes.csv.mtd     |     5 +
 .../dml-language-reference/homes.tfspec_bin2.json  |     5 +
 .../homes.tfspec_recode2.json                      |     2 +
 site/docs/0.12.0/hadoop-batch-mode.html            |  1293 +
 ...-of-quartiles-median-and-interquartile-mean.png |   Bin 0 -> 26477 bytes
 .../img/algorithms-reference/example-tree.png      |   Bin 0 -> 14758 bytes
 .../0.12.0/img/developer-tools/about-eclipse.png   |   Bin 0 -> 54340 bytes
 .../0.12.0/img/developer-tools/eclipse-details.png |   Bin 0 -> 26749 bytes
 .../0.12.0/img/developer-tools/eclipse-scala.png   |   Bin 0 -> 51336 bytes
 .../img/developer-tools/maven-connectors.png       |   Bin 0 -> 33853 bytes
 .../0.12.0/img/developer-tools/maven-scala.png     |   Bin 0 -> 24342 bytes
 .../img/developer-tools/pom-scala-errors.png       |   Bin 0 -> 21605 bytes
 .../img/developer-tools/pom-scala-ignore.png       |   Bin 0 -> 38244 bytes
 .../img/developer-tools/scala-components.png       |   Bin 0 -> 27286 bytes
 .../0.12.0/img/developer-tools/scala-nature.png    |   Bin 0 -> 3772 bytes
 ...-debug-configuration-hello-world-main-class.png |   Bin 0 -> 95393 bytes
 ...configuration-hello-world-program-arguments.png |   Bin 0 -> 85243 bytes
 site/docs/0.12.0/img/favicon.png                   |   Bin 0 -> 461 bytes
 .../spark-mlcontext-programming-guide/jupyter1.png |   Bin 0 -> 399540 bytes
 .../spark-mlcontext-programming-guide/jupyter2.png |   Bin 0 -> 450954 bytes
 .../jupyter_loss_graph.png                         |   Bin 0 -> 12081 bytes
 ...eppelin-notebook-systemml-linear-regression.png |   Bin 0 -> 158819 bytes
 .../zeppelin-notebook.png                          |   Bin 0 -> 152132 bytes
 site/docs/0.12.0/img/systemml-logo.png             |   Bin 0 -> 982 bytes
 site/docs/0.12.0/index.html                        |   250 +
 site/docs/0.12.0/jmlc.html                         |   318 +
 site/docs/0.12.0/js/main.js                        |   164 +
 site/docs/0.12.0/js/vendor/anchor.min.js           |     6 +
 site/docs/0.12.0/js/vendor/bootstrap.min.js        |     7 +
 site/docs/0.12.0/js/vendor/jquery-1.12.0.min.js    |     5 +
 site/docs/0.12.0/python-reference.html             |  1142 +
 site/docs/0.12.0/release-process.html              |   457 +
 site/docs/0.12.0/spark-batch-mode.html             |   232 +
 .../0.12.0/spark-mlcontext-programming-guide.html  |  2876 ++
 site/docs/0.12.0/standalone-guide.html             |   924 +
 site/docs/0.12.0/troubleshooting-guide.html        |   249 +
 site/docs/0.13.0/README.md                         |    42 +
 site/docs/0.13.0/algorithms-bibliography.html      |   262 +
 site/docs/0.13.0/algorithms-classification.html    |  2415 ++
 site/docs/0.13.0/algorithms-clustering.html        |   795 +
 .../0.13.0/algorithms-descriptive-statistics.html  |  1815 +
 .../0.13.0/algorithms-matrix-factorization.html    |   810 +
 site/docs/0.13.0/algorithms-reference.html         |   213 +
 site/docs/0.13.0/algorithms-regression.html        |  2793 ++
 site/docs/0.13.0/algorithms-survival-analysis.html |  1108 +
 site/docs/0.13.0/api/java/allclasses-frame.html    |   349 +
 site/docs/0.13.0/api/java/allclasses-noframe.html  |   349 +
 site/docs/0.13.0/api/java/constant-values.html     |   749 +
 site/docs/0.13.0/api/java/deprecated-list.html     |   219 +
 site/docs/0.13.0/api/java/help-doc.html            |   231 +
 site/docs/0.13.0/api/java/index-all.html           | 10372 ++++++
 site/docs/0.13.0/api/java/index.html               |    75 +
 .../java/org/apache/sysml/api/DMLException.html    |   343 +
 .../sysml/api/DMLScript.RUNTIME_PLATFORM.html      |   383 +
 .../api/java/org/apache/sysml/api/DMLScript.html   |   703 +
 .../api/java/org/apache/sysml/api/MLBlock.html     |  1000 +
 .../api/java/org/apache/sysml/api/MLContext.html   |  2553 ++
 .../java/org/apache/sysml/api/MLContextProxy.html  |   349 +
 .../api/java/org/apache/sysml/api/MLMatrix.html    |  1427 +
 .../api/java/org/apache/sysml/api/MLOutput.html    |   670 +
 .../apache/sysml/api/class-use/DMLException.html   |   997 +
 .../api/class-use/DMLScript.RUNTIME_PLATFORM.html  |   188 +
 .../org/apache/sysml/api/class-use/DMLScript.html  |   126 +
 .../org/apache/sysml/api/class-use/MLBlock.html    |   126 +
 .../org/apache/sysml/api/class-use/MLContext.html  |   236 +
 .../apache/sysml/api/class-use/MLContextProxy.html |   126 +
 .../org/apache/sysml/api/class-use/MLMatrix.html   |   567 +
 .../org/apache/sysml/api/class-use/MLOutput.html   |   449 +
 .../java/org/apache/sysml/api/jmlc/Connection.html |   931 +
 .../java/org/apache/sysml/api/jmlc/JMLCUtils.html  |   335 +
 .../org/apache/sysml/api/jmlc/PreparedScript.html  |   891 +
 .../org/apache/sysml/api/jmlc/ResultVariables.html |   504 +
 .../sysml/api/jmlc/class-use/Connection.html       |   126 +
 .../apache/sysml/api/jmlc/class-use/JMLCUtils.html |   126 +
 .../sysml/api/jmlc/class-use/PreparedScript.html   |   181 +
 .../sysml/api/jmlc/class-use/ResultVariables.html  |   169 +
 .../org/apache/sysml/api/jmlc/package-frame.html   |    24 +
 .../org/apache/sysml/api/jmlc/package-summary.html |   167 +
 .../org/apache/sysml/api/jmlc/package-tree.html    |   142 +
 .../org/apache/sysml/api/jmlc/package-use.html     |   168 +
 .../sysml/api/mlcontext/BinaryBlockFrame.html      |   506 +
 .../sysml/api/mlcontext/BinaryBlockMatrix.html     |   482 +
 .../java/org/apache/sysml/api/mlcontext/Frame.html |   460 +
 .../apache/sysml/api/mlcontext/FrameFormat.html    |   395 +
 .../apache/sysml/api/mlcontext/FrameMetadata.html  |  1311 +
 .../apache/sysml/api/mlcontext/FrameSchema.html    |   383 +
 .../api/mlcontext/MLContext.ExplainLevel.html      |   412 +
 .../api/mlcontext/MLContext.InternalProxy.html     |   293 +
 .../org/apache/sysml/api/mlcontext/MLContext.html  |   921 +
 .../api/mlcontext/MLContextConversionUtil.html     |  1634 +
 .../sysml/api/mlcontext/MLContextExample.html      |   278 +
 .../sysml/api/mlcontext/MLContextExample2.html     |   278 +
 .../sysml/api/mlcontext/MLContextException.html    |   371 +
 .../apache/sysml/api/mlcontext/MLContextUtil.html  |  1122 +
 .../org/apache/sysml/api/mlcontext/MLResults.html  |  2515 ++
 .../org/apache/sysml/api/mlcontext/Matrix.html     |   543 +
 .../apache/sysml/api/mlcontext/MatrixFormat.html   |   454 +
 .../apache/sysml/api/mlcontext/MatrixMetadata.html |  1045 +
 .../org/apache/sysml/api/mlcontext/Metadata.html   |   246 +
 .../apache/sysml/api/mlcontext/ProjectInfo.html    |   361 +
 .../org/apache/sysml/api/mlcontext/Script.html     |  1170 +
 .../apache/sysml/api/mlcontext/ScriptExecutor.html |  1174 +
 .../apache/sysml/api/mlcontext/ScriptFactory.html  |   618 +
 .../org/apache/sysml/api/mlcontext/ScriptType.html |   411 +
 .../api/mlcontext/class-use/BinaryBlockFrame.html  |   175 +
 .../api/mlcontext/class-use/BinaryBlockMatrix.html |   204 +
 .../sysml/api/mlcontext/class-use/Frame.html       |   168 +
 .../sysml/api/mlcontext/class-use/FrameFormat.html |   322 +
 .../api/mlcontext/class-use/FrameMetadata.html     |   289 +
 .../sysml/api/mlcontext/class-use/FrameSchema.html |   256 +
 .../class-use/MLContext.ExplainLevel.html          |   211 +
 .../class-use/MLContext.InternalProxy.html         |   168 +
 .../sysml/api/mlcontext/class-use/MLContext.html   |   189 +
 .../class-use/MLContextConversionUtil.html         |   126 +
 .../api/mlcontext/class-use/MLContextExample.html  |   126 +
 .../api/mlcontext/class-use/MLContextExample2.html |   126 +
 .../mlcontext/class-use/MLContextException.html    |   126 +
 .../api/mlcontext/class-use/MLContextUtil.html     |   126 +
 .../sysml/api/mlcontext/class-use/MLResults.html   |   208 +
 .../sysml/api/mlcontext/class-use/Matrix.html      |   168 +
 .../api/mlcontext/class-use/MatrixFormat.html      |   271 +
 .../api/mlcontext/class-use/MatrixMetadata.html    |   305 +
 .../sysml/api/mlcontext/class-use/Metadata.html    |   219 +
 .../sysml/api/mlcontext/class-use/ProjectInfo.html |   169 +
 .../sysml/api/mlcontext/class-use/Script.html      |   420 +
 .../api/mlcontext/class-use/ScriptExecutor.html    |   190 +
 .../api/mlcontext/class-use/ScriptFactory.html     |   126 +
 .../sysml/api/mlcontext/class-use/ScriptType.html  |   249 +
 .../apache/sysml/api/mlcontext/package-frame.html  |    49 +
 .../sysml/api/mlcontext/package-summary.html       |   308 +
 .../apache/sysml/api/mlcontext/package-tree.html   |   188 +
 .../apache/sysml/api/mlcontext/package-use.html    |   278 +
 .../java/org/apache/sysml/api/package-frame.html   |    34 +
 .../java/org/apache/sysml/api/package-summary.html |   207 +
 .../java/org/apache/sysml/api/package-tree.html    |   169 +
 .../api/java/org/apache/sysml/api/package-use.html |   228 +
 .../apache/sysml/runtime/DMLRuntimeException.html  |   315 +
 .../apache/sysml/runtime/DMLScriptException.html   |   297 +
 .../runtime/class-use/DMLRuntimeException.html     |  5173 +++
 .../runtime/class-use/DMLScriptException.html      |   126 +
 .../sysml/runtime/compress/BitmapDecoderOLE.html   |   339 +
 .../sysml/runtime/compress/BitmapDecoderRLE.html   |   339 +
 .../sysml/runtime/compress/BitmapEncoder.html      |   402 +
 .../runtime/compress/ColGroup.CompressionType.html |   383 +
 .../apache/sysml/runtime/compress/ColGroup.html    |   826 +
 .../apache/sysml/runtime/compress/ColGroupDDC.html |   694 +
 .../sysml/runtime/compress/ColGroupDDC1.html       |   814 +
 .../sysml/runtime/compress/ColGroupDDC2.html       |   762 +
 .../apache/sysml/runtime/compress/ColGroupOLE.html |   747 +
 .../sysml/runtime/compress/ColGroupOffset.html     |   996 +
 .../apache/sysml/runtime/compress/ColGroupRLE.html |   764 +
 .../runtime/compress/ColGroupUncompressed.html     |   844 +
 .../sysml/runtime/compress/ColGroupValue.html      |   731 +
 ...ompressedMatrixBlock.CompressionStatistics.html |   375 +
 .../runtime/compress/CompressedMatrixBlock.html    |  2387 ++
 .../runtime/compress/ReaderColumnSelection.html    |   395 +
 .../compress/ReaderColumnSelectionDense.html       |   342 +
 .../compress/ReaderColumnSelectionDenseSample.html |   376 +
 .../compress/ReaderColumnSelectionSparse.html      |   320 +
 .../sysml/runtime/compress/UncompressedBitmap.html |   403 +
 .../compress/class-use/BitmapDecoderOLE.html       |   126 +
 .../compress/class-use/BitmapDecoderRLE.html       |   126 +
 .../runtime/compress/class-use/BitmapEncoder.html  |   126 +
 .../class-use/ColGroup.CompressionType.html        |   201 +
 .../sysml/runtime/compress/class-use/ColGroup.html |   337 +
 .../runtime/compress/class-use/ColGroupDDC.html    |   176 +
 .../runtime/compress/class-use/ColGroupDDC1.html   |   178 +
 .../runtime/compress/class-use/ColGroupDDC2.html   |   126 +
 .../runtime/compress/class-use/ColGroupOLE.html    |   126 +
 .../runtime/compress/class-use/ColGroupOffset.html |   175 +
 .../runtime/compress/class-use/ColGroupRLE.html    |   126 +
 .../compress/class-use/ColGroupUncompressed.html   |   126 +
 .../runtime/compress/class-use/ColGroupValue.html  |   202 +
 ...ompressedMatrixBlock.CompressionStatistics.html |   179 +
 .../compress/class-use/CompressedMatrixBlock.html  |   126 +
 .../compress/class-use/ReaderColumnSelection.html  |   181 +
 .../class-use/ReaderColumnSelectionDense.html      |   126 +
 .../ReaderColumnSelectionDenseSample.html          |   126 +
 .../class-use/ReaderColumnSelectionSparse.html     |   126 +
 .../compress/class-use/UncompressedBitmap.html     |   262 +
 .../compress/cocode/ColumnGroupPartitioner.html    |   290 +
 .../cocode/ColumnGroupPartitionerBinPacking.html   |   331 +
 .../cocode/ColumnGroupPartitionerStatic.html       |   295 +
 .../cocode/PlanningCoCoder.GroupableColInfo.html   |   294 +
 .../cocode/PlanningCoCoder.PartitionerType.html    |   347 +
 .../runtime/compress/cocode/PlanningCoCoder.html   |   309 +
 .../cocode/PlanningCoCodingGroup.ColIndexes.html   |   298 +
 .../compress/cocode/PlanningCoCodingGroup.html     |   469 +
 .../runtime/compress/cocode/PlanningMemoTable.html |   335 +
 .../cocode/class-use/ColumnGroupPartitioner.html   |   174 +
 .../ColumnGroupPartitionerBinPacking.html          |   126 +
 .../class-use/ColumnGroupPartitionerStatic.html    |   126 +
 .../PlanningCoCoder.GroupableColInfo.html          |   193 +
 .../class-use/PlanningCoCoder.PartitionerType.html |   175 +
 .../compress/cocode/class-use/PlanningCoCoder.html |   126 +
 .../PlanningCoCodingGroup.ColIndexes.html          |   126 +
 .../cocode/class-use/PlanningCoCodingGroup.html    |   213 +
 .../cocode/class-use/PlanningMemoTable.html        |   126 +
 .../runtime/compress/cocode/package-frame.html     |    32 +
 .../runtime/compress/cocode/package-summary.html   |   193 +
 .../runtime/compress/cocode/package-tree.html      |   161 +
 .../sysml/runtime/compress/cocode/package-use.html |   170 +
 ...pressedSizeEstimator.SizeEstimationFactors.html |   341 +
 .../compress/estim/CompressedSizeEstimator.html    |   480 +
 .../estim/CompressedSizeEstimatorExact.html        |   337 +
 .../estim/CompressedSizeEstimatorSample.html       |   460 +
 .../runtime/compress/estim/CompressedSizeInfo.html |   347 +
 .../compress/estim/SizeEstimatorFactory.html       |   337 +
 ...pressedSizeEstimator.SizeEstimationFactors.html |   167 +
 .../estim/class-use/CompressedSizeEstimator.html   |   235 +
 .../class-use/CompressedSizeEstimatorExact.html    |   126 +
 .../class-use/CompressedSizeEstimatorSample.html   |   126 +
 .../estim/class-use/CompressedSizeInfo.html        |   212 +
 .../estim/class-use/SizeEstimatorFactory.html      |   126 +
 .../runtime/compress/estim/package-frame.html      |    26 +
 .../runtime/compress/estim/package-summary.html    |   170 +
 .../sysml/runtime/compress/estim/package-tree.html |   147 +
 .../sysml/runtime/compress/estim/package-use.html  |   195 +
 .../sysml/runtime/compress/package-frame.html      |    43 +
 .../sysml/runtime/compress/package-summary.html    |   274 +
 .../sysml/runtime/compress/package-tree.html       |   192 +
 .../apache/sysml/runtime/compress/package-use.html |   243 +
 .../runtime/compress/utils/ConverterUtils.html     |   310 +
 .../sysml/runtime/compress/utils/DblArray.html     |   389 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   307 +
 .../compress/utils/DblArrayIntListHashMap.html     |   335 +
 .../utils/DoubleIntListHashMap.DIListEntry.html    |   307 +
 .../compress/utils/DoubleIntListHashMap.html       |   335 +
 .../sysml/runtime/compress/utils/IntArrayList.html |   311 +
 .../runtime/compress/utils/LinearAlgebraUtils.html |   504 +
 .../compress/utils/class-use/ConverterUtils.html   |   126 +
 .../runtime/compress/utils/class-use/DblArray.html |   239 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   179 +
 .../utils/class-use/DblArrayIntListHashMap.html    |   165 +
 .../DoubleIntListHashMap.DIListEntry.html          |   179 +
 .../utils/class-use/DoubleIntListHashMap.html      |   164 +
 .../compress/utils/class-use/IntArrayList.html     |   244 +
 .../utils/class-use/LinearAlgebraUtils.html        |   126 +
 .../runtime/compress/utils/package-frame.html      |    26 +
 .../runtime/compress/utils/package-summary.html    |   178 +
 .../sysml/runtime/compress/utils/package-tree.html |   146 +
 .../sysml/runtime/compress/utils/package-use.html  |   212 +
 .../runtime/instructions/CPInstructionParser.html  |   359 +
 .../runtime/instructions/GPUInstructionParser.html |   346 +
 .../instructions/Instruction.INSTRUCTION_TYPE.html |   395 +
 .../sysml/runtime/instructions/Instruction.html    |   870 +
 .../runtime/instructions/InstructionParser.html    |   300 +
 .../runtime/instructions/InstructionUtils.html     |   721 +
 .../runtime/instructions/MRInstructionParser.html  |   519 +
 .../runtime/instructions/MRJobInstruction.html     |  1359 +
 .../runtime/instructions/SPInstructionParser.html  |   346 +
 .../class-use/CPInstructionParser.html             |   126 +
 .../class-use/GPUInstructionParser.html            |   126 +
 .../class-use/Instruction.INSTRUCTION_TYPE.html    |   205 +
 .../instructions/class-use/Instruction.html        |   729 +
 .../instructions/class-use/InstructionParser.html  |   178 +
 .../instructions/class-use/InstructionUtils.html   |   126 +
 .../class-use/MRInstructionParser.html             |   126 +
 .../instructions/class-use/MRJobInstruction.html   |   409 +
 .../class-use/SPInstructionParser.html             |   126 +
 .../gpu/AggregateBinaryGPUInstruction.html         |   386 +
 .../gpu/ArithmeticBinaryGPUInstruction.html        |   414 +
 .../gpu/BuiltinUnaryGPUInstruction.html            |   373 +
 .../gpu/ConvolutionGPUInstruction.html             |   449 +
 .../gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html    |   407 +
 .../runtime/instructions/gpu/GPUInstruction.html   |   492 +
 .../instructions/gpu/MMTSJGPUInstruction.html      |   420 +
 .../gpu/MatrixBuiltinGPUInstruction.html           |   374 +
 .../gpu/MatrixMatrixArithmeticGPUInstruction.html  |   383 +
 .../gpu/MatrixMatrixAxpyGPUInstruction.html        |   398 +
 .../instructions/gpu/ReorgGPUInstruction.html      |   391 +
 .../gpu/ScalarMatrixArithmeticGPUInstruction.html  |   383 +
 .../class-use/AggregateBinaryGPUInstruction.html   |   166 +
 .../class-use/ArithmeticBinaryGPUInstruction.html  |   187 +
 .../gpu/class-use/BuiltinUnaryGPUInstruction.html  |   179 +
 .../gpu/class-use/ConvolutionGPUInstruction.html   |   166 +
 .../GPUInstruction.GPUINSTRUCTION_TYPE.html        |   241 +
 .../instructions/gpu/class-use/GPUInstruction.html |   253 +
 .../gpu/class-use/MMTSJGPUInstruction.html         |   168 +
 .../gpu/class-use/MatrixBuiltinGPUInstruction.html |   126 +
 .../MatrixMatrixArithmeticGPUInstruction.html      |   126 +
 .../class-use/MatrixMatrixAxpyGPUInstruction.html  |   166 +
 .../gpu/class-use/ReorgGPUInstruction.html         |   166 +
 .../ScalarMatrixArithmeticGPUInstruction.html      |   126 +
 .../gpu/context/AggregateUnaryGPUInstruction.html  |   381 +
 .../instructions/gpu/context/ExecutionConfig.html  |   510 +
 .../instructions/gpu/context/GPUContext.html       |   426 +
 .../gpu/context/GPUObject.EvictionPolicy.html      |   359 +
 .../instructions/gpu/context/GPUObject.html        |   610 +
 .../instructions/gpu/context/JCudaContext.html     |   583 +
 .../instructions/gpu/context/JCudaKernels.html     |   339 +
 .../gpu/context/JCudaObject.CSRPointer.html        |   658 +
 .../instructions/gpu/context/JCudaObject.html      |   960 +
 .../class-use/AggregateUnaryGPUInstruction.html    |   166 +
 .../gpu/context/class-use/ExecutionConfig.html     |   203 +
 .../gpu/context/class-use/GPUContext.html          |   197 +
 .../class-use/GPUObject.EvictionPolicy.html        |   188 +
 .../gpu/context/class-use/GPUObject.html           |   194 +
 .../gpu/context/class-use/JCudaContext.html        |   126 +
 .../gpu/context/class-use/JCudaKernels.html        |   166 +
 .../context/class-use/JCudaObject.CSRPointer.html  |   344 +
 .../gpu/context/class-use/JCudaObject.html         |   126 +
 .../instructions/gpu/context/package-frame.html    |    32 +
 .../instructions/gpu/context/package-summary.html  |   201 +
 .../instructions/gpu/context/package-tree.html     |   172 +
 .../instructions/gpu/context/package-use.html      |   208 +
 .../runtime/instructions/gpu/package-frame.html    |    35 +
 .../runtime/instructions/gpu/package-summary.html  |   199 +
 .../runtime/instructions/gpu/package-tree.html     |   174 +
 .../runtime/instructions/gpu/package-use.html      |   224 +
 .../sysml/runtime/instructions/package-frame.html  |    32 +
 .../runtime/instructions/package-summary.html      |   187 +
 .../sysml/runtime/instructions/package-tree.html   |   164 +
 .../sysml/runtime/instructions/package-use.html    |   320 +
 .../spark/AggregateTernarySPInstruction.html       |   403 +
 .../spark/AggregateUnarySPInstruction.html         |   412 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   295 +
 .../spark/AppendGAlignedSPInstruction.html         |   428 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   297 +
 .../spark/AppendGSPInstruction.ShiftMatrix.html    |   297 +
 .../instructions/spark/AppendGSPInstruction.html   |   434 +
 .../instructions/spark/AppendMSPInstruction.html   |   436 +
 .../instructions/spark/AppendRSPInstruction.html   |   421 +
 .../spark/ArithmeticBinarySPInstruction.html       |   391 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   295 +
 .../spark/BinUaggChainSPInstruction.html           |   417 +
 .../instructions/spark/BinarySPInstruction.html    |   571 +
 .../spark/BuiltinBinarySPInstruction.html          |   391 +
 .../spark/BuiltinUnarySPInstruction.html           |   382 +
 .../spark/CSVReblockSPInstruction.html             |   458 +
 .../instructions/spark/CastSPInstruction.html      |   404 +
 .../spark/CentralMomentSPInstruction.html          |   408 +
 .../spark/CheckpointSPInstruction.html             |   406 +
 ...mpressionSPInstruction.CompressionFunction.html |   293 +
 .../spark/CompressionSPInstruction.html            |   415 +
 .../spark/ComputationSPInstruction.html            |   524 +
 .../spark/CovarianceSPInstruction.html             |   437 +
 .../instructions/spark/CpmmSPInstruction.html      |   421 +
 .../spark/CumulativeAggregateSPInstruction.html    |   409 +
 .../spark/CumulativeOffsetSPInstruction.html       |   415 +
 .../spark/FrameAppendMSPInstruction.html           |   418 +
 .../spark/FrameAppendRSPInstruction.html           |   416 +
 .../spark/FrameIndexingSPInstruction.html          |   445 +
 .../instructions/spark/IndexingSPInstruction.html  |   502 +
 .../spark/MapmmChainSPInstruction.html             |   410 +
 .../instructions/spark/MapmmSPInstruction.html     |   420 +
 .../spark/MatrixAppendMSPInstruction.html          |   418 +
 .../spark/MatrixAppendRSPInstruction.html          |   416 +
 .../MatrixBVectorArithmeticSPInstruction.html      |   414 +
 .../spark/MatrixBVectorBuiltinSPInstruction.html   |   414 +
 .../MatrixBVectorRelationalSPInstruction.html      |   414 +
 .../spark/MatrixBuiltinSPInstruction.html          |   398 +
 .../spark/MatrixIndexingSPInstruction.html         |   545 +
 .../spark/MatrixMatrixArithmeticSPInstruction.html |   412 +
 .../spark/MatrixMatrixBuiltinSPInstruction.html    |   407 +
 .../spark/MatrixMatrixRelationalSPInstruction.html |   412 +
 .../spark/MatrixReshapeSPInstruction.html          |   410 +
 .../spark/MatrixScalarArithmeticSPInstruction.html |   407 +
 .../spark/MatrixScalarBuiltinSPInstruction.html    |   407 +
 .../spark/MatrixScalarRelationalSPInstruction.html |   407 +
 ...PInstruction.TransformEncodeBuild2Function.html |   293 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   297 +
 ...PInstruction.TransformEncodeGroup2Function.html |   293 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   298 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   459 +
 .../instructions/spark/PMapmmSPInstruction.html    |   415 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   295 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   301 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   298 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   303 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   299 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   301 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   295 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   295 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   295 +
 ...struction.RDDTransformDecodeExpandFunction.html |   295 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   295 +
 .../spark/ParameterizedBuiltinSPInstruction.html   |   530 +
 .../instructions/spark/PlusMultSPInstruction.html  |   425 +
 .../instructions/spark/PmmSPInstruction.html       |   417 +
 .../spark/QuantilePickSPInstruction.html           |   441 +
 .../spark/QuantileSortSPInstruction.html           |   426 +
 .../spark/QuaternarySPInstruction.html             |   409 +
 .../instructions/spark/RandSPInstruction.html      |   682 +
 .../instructions/spark/ReblockSPInstruction.html   |   450 +
 .../spark/RelationalBinarySPInstruction.html       |   391 +
 .../instructions/spark/ReorgSPInstruction.html     |   432 +
 .../instructions/spark/RmmSPInstruction.html       |   413 +
 .../spark/SPInstruction.SPINSTRUCTION_TYPE.html    |   839 +
 .../runtime/instructions/spark/SPInstruction.html  |   520 +
 .../instructions/spark/TernarySPInstruction.html   |   415 +
 .../instructions/spark/Tsmm2SPInstruction.html     |   406 +
 .../instructions/spark/TsmmSPInstruction.html      |   406 +
 .../spark/UaggOuterChainSPInstruction.html         |   453 +
 .../instructions/spark/UnarySPInstruction.html     |   384 +
 .../instructions/spark/WriteSPInstruction.html     |   482 +
 .../instructions/spark/ZipmmSPInstruction.html     |   415 +
 .../class-use/AggregateTernarySPInstruction.html   |   166 +
 .../class-use/AggregateUnarySPInstruction.html     |   179 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   126 +
 .../class-use/AppendGAlignedSPInstruction.html     |   166 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   126 +
 .../AppendGSPInstruction.ShiftMatrix.html          |   126 +
 .../spark/class-use/AppendGSPInstruction.html      |   166 +
 .../spark/class-use/AppendMSPInstruction.html      |   183 +
 .../spark/class-use/AppendRSPInstruction.html      |   183 +
 .../class-use/ArithmeticBinarySPInstruction.html   |   191 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   126 +
 .../spark/class-use/BinUaggChainSPInstruction.html |   166 +
 .../spark/class-use/BinarySPInstruction.html       |   296 +
 .../class-use/BuiltinBinarySPInstruction.html      |   187 +
 .../spark/class-use/BuiltinUnarySPInstruction.html |   179 +
 .../spark/class-use/CSVReblockSPInstruction.html   |   166 +
 .../spark/class-use/CastSPInstruction.html         |   166 +
 .../class-use/CentralMomentSPInstruction.html      |   166 +
 .../spark/class-use/CheckpointSPInstruction.html   |   166 +
 ...mpressionSPInstruction.CompressionFunction.html |   126 +
 .../spark/class-use/CompressionSPInstruction.html  |   166 +
 .../spark/class-use/ComputationSPInstruction.html  |   406 +
 .../spark/class-use/CovarianceSPInstruction.html   |   166 +
 .../spark/class-use/CpmmSPInstruction.html         |   166 +
 .../CumulativeAggregateSPInstruction.html          |   166 +
 .../class-use/CumulativeOffsetSPInstruction.html   |   166 +
 .../spark/class-use/FrameAppendMSPInstruction.html |   126 +
 .../spark/class-use/FrameAppendRSPInstruction.html |   126 +
 .../class-use/FrameIndexingSPInstruction.html      |   126 +
 .../spark/class-use/IndexingSPInstruction.html     |   185 +
 .../spark/class-use/MapmmChainSPInstruction.html   |   166 +
 .../spark/class-use/MapmmSPInstruction.html        |   166 +
 .../class-use/MatrixAppendMSPInstruction.html      |   126 +
 .../class-use/MatrixAppendRSPInstruction.html      |   126 +
 .../MatrixBVectorArithmeticSPInstruction.html      |   126 +
 .../MatrixBVectorBuiltinSPInstruction.html         |   126 +
 .../MatrixBVectorRelationalSPInstruction.html      |   126 +
 .../class-use/MatrixBuiltinSPInstruction.html      |   126 +
 .../class-use/MatrixIndexingSPInstruction.html     |   126 +
 .../MatrixMatrixArithmeticSPInstruction.html       |   126 +
 .../MatrixMatrixBuiltinSPInstruction.html          |   126 +
 .../MatrixMatrixRelationalSPInstruction.html       |   126 +
 .../class-use/MatrixReshapeSPInstruction.html      |   166 +
 .../MatrixScalarArithmeticSPInstruction.html       |   126 +
 .../MatrixScalarBuiltinSPInstruction.html          |   126 +
 .../MatrixScalarRelationalSPInstruction.html       |   126 +
 ...PInstruction.TransformEncodeBuild2Function.html |   126 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   126 +
 ...PInstruction.TransformEncodeGroup2Function.html |   126 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   126 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   166 +
 .../spark/class-use/PMapmmSPInstruction.html       |   166 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   126 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   126 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   126 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   126 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   126 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   126 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   126 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   126 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   126 +
 ...struction.RDDTransformDecodeExpandFunction.html |   126 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   126 +
 .../ParameterizedBuiltinSPInstruction.html         |   166 +
 .../spark/class-use/PlusMultSPInstruction.html     |   166 +
 .../spark/class-use/PmmSPInstruction.html          |   166 +
 .../spark/class-use/QuantilePickSPInstruction.html |   166 +
 .../spark/class-use/QuantileSortSPInstruction.html |   166 +
 .../spark/class-use/QuaternarySPInstruction.html   |   166 +
 .../spark/class-use/RandSPInstruction.html         |   166 +
 .../spark/class-use/ReblockSPInstruction.html      |   166 +
 .../class-use/RelationalBinarySPInstruction.html   |   187 +
 .../spark/class-use/ReorgSPInstruction.html        |   166 +
 .../spark/class-use/RmmSPInstruction.html          |   166 +
 .../SPInstruction.SPINSTRUCTION_TYPE.html          |   241 +
 .../spark/class-use/SPInstruction.html             |   445 +
 .../spark/class-use/TernarySPInstruction.html      |   166 +
 .../spark/class-use/Tsmm2SPInstruction.html        |   166 +
 .../spark/class-use/TsmmSPInstruction.html         |   166 +
 .../class-use/UaggOuterChainSPInstruction.html     |   166 +
 .../spark/class-use/UnarySPInstruction.html        |   244 +
 .../spark/class-use/WriteSPInstruction.html        |   166 +
 .../spark/class-use/ZipmmSPInstruction.html        |   166 +
 .../runtime/instructions/spark/package-frame.html  |   106 +
 .../instructions/spark/package-summary.html        |   504 +
 .../runtime/instructions/spark/package-tree.html   |   272 +
 .../runtime/instructions/spark/package-use.html    |   329 +
 .../spark/utils/FrameRDDAggregateUtils.html        |   273 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   293 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   293 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   293 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   293 +
 .../spark/utils/FrameRDDConverterUtils.html        |   693 +
 .../spark/utils/RDDAggregateUtils.html             |   462 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   293 +
 .../spark/utils/RDDConverterUtils.html             |   581 +
 .../spark/utils/RDDConverterUtilsExt.AddRowID.html |   293 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   347 +
 .../spark/utils/RDDConverterUtilsExt.html          |   689 +
 .../spark/utils/RDDSortUtils.IndexComparator.html  |   299 +
 .../instructions/spark/utils/RDDSortUtils.html     |   408 +
 .../instructions/spark/utils/SparkUtils.html       |   598 +
 .../utils/class-use/FrameRDDAggregateUtils.html    |   126 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   126 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   126 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   126 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   126 +
 .../utils/class-use/FrameRDDConverterUtils.html    |   126 +
 .../spark/utils/class-use/RDDAggregateUtils.html   |   126 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   126 +
 .../spark/utils/class-use/RDDConverterUtils.html   |   126 +
 .../class-use/RDDConverterUtilsExt.AddRowID.html   |   126 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   175 +
 .../utils/class-use/RDDConverterUtilsExt.html      |   126 +
 .../class-use/RDDSortUtils.IndexComparator.html    |   126 +
 .../spark/utils/class-use/RDDSortUtils.html        |   126 +
 .../spark/utils/class-use/SparkUtils.html          |   126 +
 .../instructions/spark/utils/package-frame.html    |    38 +
 .../instructions/spark/utils/package-summary.html  |   215 +
 .../instructions/spark/utils/package-tree.html     |   164 +
 .../instructions/spark/utils/package-use.html      |   159 +
 .../org/apache/sysml/runtime/matrix/CMCOVMR.html   |   270 +
 .../matrix/CSVReblockMR.AssignRowIDMRReturn.html   |   343 +
 .../runtime/matrix/CSVReblockMR.BlockRow.html      |   358 +
 .../runtime/matrix/CSVReblockMR.OffsetCount.html   |   480 +
 .../apache/sysml/runtime/matrix/CSVReblockMR.html  |   497 +
 .../runtime/matrix/CleanupMR.CleanupMapper.html    |   367 +
 .../org/apache/sysml/runtime/matrix/CleanupMR.html |   263 +
 .../runtime/matrix/CombineMR.InnerReducer.html     |   415 +
 .../org/apache/sysml/runtime/matrix/CombineMR.html |   287 +
 .../org/apache/sysml/runtime/matrix/DataGenMR.html |   282 +
 .../sysml/runtime/matrix/DataPartitionMR.html      |   256 +
 .../java/org/apache/sysml/runtime/matrix/GMR.html  |   312 +
 .../apache/sysml/runtime/matrix/GroupedAggMR.html  |   272 +
 .../org/apache/sysml/runtime/matrix/JobReturn.html |   442 +
 .../org/apache/sysml/runtime/matrix/MMCJMR.html    |   303 +
 .../org/apache/sysml/runtime/matrix/MMRJMR.html    |   274 +
 .../runtime/matrix/MatrixCharacteristics.html      |   757 +
 .../runtime/matrix/MatrixDimensionsMetaData.html   |   411 +
 .../sysml/runtime/matrix/MatrixFormatMetaData.html |   339 +
 .../org/apache/sysml/runtime/matrix/MetaData.html  |   334 +
 .../org/apache/sysml/runtime/matrix/ReblockMR.html |   276 +
 .../org/apache/sysml/runtime/matrix/SortMR.html    |   414 +
 .../apache/sysml/runtime/matrix/WriteCSVMR.html    |   285 +
 .../sysml/runtime/matrix/class-use/CMCOVMR.html    |   126 +
 .../CSVReblockMR.AssignRowIDMRReturn.html          |   185 +
 .../matrix/class-use/CSVReblockMR.BlockRow.html    |   126 +
 .../matrix/class-use/CSVReblockMR.OffsetCount.html |   177 +
 .../runtime/matrix/class-use/CSVReblockMR.html     |   126 +
 .../matrix/class-use/CleanupMR.CleanupMapper.html  |   126 +
 .../sysml/runtime/matrix/class-use/CleanupMR.html  |   126 +
 .../matrix/class-use/CombineMR.InnerReducer.html   |   126 +
 .../sysml/runtime/matrix/class-use/CombineMR.html  |   126 +
 .../sysml/runtime/matrix/class-use/DataGenMR.html  |   126 +
 .../runtime/matrix/class-use/DataPartitionMR.html  |   126 +
 .../apache/sysml/runtime/matrix/class-use/GMR.html |   126 +
 .../runtime/matrix/class-use/GroupedAggMR.html     |   126 +
 .../sysml/runtime/matrix/class-use/JobReturn.html  |   370 +
 .../sysml/runtime/matrix/class-use/MMCJMR.html     |   126 +
 .../sysml/runtime/matrix/class-use/MMRJMR.html     |   126 +
 .../matrix/class-use/MatrixCharacteristics.html    |   851 +
 .../matrix/class-use/MatrixDimensionsMetaData.html |   188 +
 .../matrix/class-use/MatrixFormatMetaData.html     |   126 +
 .../sysml/runtime/matrix/class-use/MetaData.html   |   248 +
 .../sysml/runtime/matrix/class-use/ReblockMR.html  |   126 +
 .../sysml/runtime/matrix/class-use/SortMR.html     |   126 +
 .../sysml/runtime/matrix/class-use/WriteCSVMR.html |   126 +
 .../runtime/matrix/data/AdaptivePartialBlock.html  |   453 +
 .../matrix/data/AddDummyWeightConverter.html       |   337 +
 .../data/BinaryBlockToBinaryCellConverter.html     |   337 +
 .../data/BinaryBlockToRowBlockConverter.html       |   337 +
 .../data/BinaryBlockToTextCellConverter.html       |   340 +
 .../matrix/data/BinaryCellToRowBlockConverter.html |   337 +
 .../matrix/data/BinaryCellToTextConverter.html     |   337 +
 .../sysml/runtime/matrix/data/CM_N_COVCell.html    |  1284 +
 .../matrix/data/CSVFileFormatProperties.html       |   475 +
 .../sysml/runtime/matrix/data/CTableMap.html       |   352 +
 .../sysml/runtime/matrix/data/Converter.html       |   272 +
 .../runtime/matrix/data/ConvolutionParameters.html |   636 +
 .../data/FileFormatProperties.FileFormat.html      |   347 +
 .../runtime/matrix/data/FileFormatProperties.html  |   347 +
 .../matrix/data/FrameBlock.ColumnMetadata.html     |   351 +
 .../sysml/runtime/matrix/data/FrameBlock.html      |  1664 +
 .../org/apache/sysml/runtime/matrix/data/IJV.html  |   334 +
 .../runtime/matrix/data/IdenticalConverter.html    |   337 +
 .../sysml/runtime/matrix/data/InputInfo.html       |   540 +
 .../sysml/runtime/matrix/data/LibCommonsMath.html  |   332 +
 .../sysml/runtime/matrix/data/LibMatrixAgg.html    |   568 +
 .../data/LibMatrixBincell.BinaryAccessType.html    |   383 +
 .../runtime/matrix/data/LibMatrixBincell.html      |   390 +
 .../sysml/runtime/matrix/data/LibMatrixCUDA.html   |  1419 +
 .../sysml/runtime/matrix/data/LibMatrixDNN.html    |   584 +
 .../runtime/matrix/data/LibMatrixDatagen.html      |   609 +
 .../sysml/runtime/matrix/data/LibMatrixMult.html   |   894 +
 .../runtime/matrix/data/LibMatrixOuterAgg.html     |   691 +
 .../sysml/runtime/matrix/data/LibMatrixReorg.html  |   750 +
 .../runtime/matrix/data/MatrixBlock.BlockType.html |   371 +
 .../matrix/data/MatrixBlock.SparsityEstimate.html  |   306 +
 .../sysml/runtime/matrix/data/MatrixBlock.html     |  4260 +++
 .../runtime/matrix/data/MatrixBlockDataInput.html  |   278 +
 .../runtime/matrix/data/MatrixBlockDataOutput.html |   270 +
 .../sysml/runtime/matrix/data/MatrixCell.html      |  1397 +
 .../sysml/runtime/matrix/data/MatrixIndexes.html   |   568 +
 .../runtime/matrix/data/MatrixPackedCell.html      |   518 +
 .../runtime/matrix/data/MatrixValue.CellIndex.html |   381 +
 .../sysml/runtime/matrix/data/MatrixValue.html     |  1067 +
 .../matrix/data/MultipleOutputCommitter.html       |   364 +
 .../matrix/data/NumItemsByEachReducerMetaData.html |   354 +
 .../matrix/data/OperationsOnMatrixValues.html      |   955 +
 .../sysml/runtime/matrix/data/OutputInfo.html      |   531 +
 .../org/apache/sysml/runtime/matrix/data/Pair.html |   349 +
 .../sysml/runtime/matrix/data/PartialBlock.html    |   445 +
 .../runtime/matrix/data/RandomMatrixGenerator.html |   435 +
 .../runtime/matrix/data/SparseBlock.Type.html      |   359 +
 .../sysml/runtime/matrix/data/SparseBlock.html     |  1262 +
 .../sysml/runtime/matrix/data/SparseBlockCOO.html  |  1398 +
 .../sysml/runtime/matrix/data/SparseBlockCSR.html  |  1442 +
 .../runtime/matrix/data/SparseBlockFactory.html    |   324 +
 .../sysml/runtime/matrix/data/SparseBlockMCSR.html |  1256 +
 .../sysml/runtime/matrix/data/SparseRow.html       |   681 +
 .../apache/sysml/runtime/matrix/data/Tagged.html   |   496 +
 .../matrix/data/TaggedAdaptivePartialBlock.html    |   284 +
 .../data/TaggedFirstSecondIndexes.Comparator.html  |   323 +
 ...edFirstSecondIndexes.FirstIndexPartitioner.html |   308 +
 ...stSecondIndexes.FirstIndexRangePartitioner.html |   308 +
 .../TaggedFirstSecondIndexes.TagPartitioner.html   |   308 +
 .../matrix/data/TaggedFirstSecondIndexes.html      |   573 +
 .../runtime/matrix/data/TaggedMatrixBlock.html     |   308 +
 .../runtime/matrix/data/TaggedMatrixCell.html      |   308 +
 .../runtime/matrix/data/TaggedMatrixIndexes.html   |   425 +
 .../matrix/data/TaggedMatrixPackedCell.html        |   308 +
 .../runtime/matrix/data/TaggedMatrixValue.html     |   322 +
 .../runtime/matrix/data/TaggedTripleIndexes.html   |   487 +
 .../matrix/data/TextCellToRowBlockConverter.html   |   337 +
 .../matrix/data/TextToBinaryCellConverter.html     |   337 +
 .../matrix/data/TripleIndexes.Comparator.html      |   322 +
 .../TripleIndexes.FirstTwoIndexesPartitioner.html  |   308 +
 .../sysml/runtime/matrix/data/TripleIndexes.html   |   499 +
 .../UnPaddedOutputFormat.UnpaddedRecordWriter.html |   313 +
 .../runtime/matrix/data/UnPaddedOutputFormat.html  |   330 +
 .../sysml/runtime/matrix/data/WeightedCell.html    |   701 +
 .../data/WeightedCellToSortInputConverter.html     |   337 +
 .../sysml/runtime/matrix/data/WeightedPair.html    |   491 +
 .../data/class-use/AdaptivePartialBlock.html       |   178 +
 .../data/class-use/AddDummyWeightConverter.html    |   126 +
 .../BinaryBlockToBinaryCellConverter.html          |   126 +
 .../class-use/BinaryBlockToRowBlockConverter.html  |   126 +
 .../class-use/BinaryBlockToTextCellConverter.html  |   126 +
 .../class-use/BinaryCellToRowBlockConverter.html   |   126 +
 .../data/class-use/BinaryCellToTextConverter.html  |   126 +
 .../matrix/data/class-use/CM_N_COVCell.html        |   126 +
 .../data/class-use/CSVFileFormatProperties.html    |   202 +
 .../runtime/matrix/data/class-use/CTableMap.html   |   497 +
 .../runtime/matrix/data/class-use/Converter.html   |   202 +
 .../data/class-use/ConvolutionParameters.html      |   206 +
 .../class-use/FileFormatProperties.FileFormat.html |   203 +
 .../data/class-use/FileFormatProperties.html       |   232 +
 .../data/class-use/FrameBlock.ColumnMetadata.html  |   234 +
 .../runtime/matrix/data/class-use/FrameBlock.html  |   820 +
 .../sysml/runtime/matrix/data/class-use/IJV.html   |   203 +
 .../matrix/data/class-use/IdenticalConverter.html  |   126 +
 .../runtime/matrix/data/class-use/InputInfo.html   |   600 +
 .../matrix/data/class-use/LibCommonsMath.html      |   126 +
 .../matrix/data/class-use/LibMatrixAgg.html        |   126 +
 .../LibMatrixBincell.BinaryAccessType.html         |   180 +
 .../matrix/data/class-use/LibMatrixBincell.html    |   126 +
 .../matrix/data/class-use/LibMatrixCUDA.html       |   126 +
 .../matrix/data/class-use/LibMatrixDNN.html        |   126 +
 .../matrix/data/class-use/LibMatrixDatagen.html    |   126 +
 .../matrix/data/class-use/LibMatrixMult.html       |   126 +
 .../matrix/data/class-use/LibMatrixOuterAgg.html   |   126 +
 .../matrix/data/class-use/LibMatrixReorg.html      |   126 +
 .../data/class-use/MatrixBlock.BlockType.html      |   175 +
 .../class-use/MatrixBlock.SparsityEstimate.html    |   168 +
 .../runtime/matrix/data/class-use/MatrixBlock.html |  3472 ++
 .../data/class-use/MatrixBlockDataInput.html       |   126 +
 .../data/class-use/MatrixBlockDataOutput.html      |   126 +
 .../runtime/matrix/data/class-use/MatrixCell.html  |   314 +
 .../matrix/data/class-use/MatrixIndexes.html       |  1353 +
 .../matrix/data/class-use/MatrixPackedCell.html    |   181 +
 .../data/class-use/MatrixValue.CellIndex.html      |   126 +
 .../runtime/matrix/data/class-use/MatrixValue.html |  1763 +
 .../data/class-use/MultipleOutputCommitter.html    |   126 +
 .../class-use/NumItemsByEachReducerMetaData.html   |   126 +
 .../data/class-use/OperationsOnMatrixValues.html   |   126 +
 .../runtime/matrix/data/class-use/OutputInfo.html  |   552 +
 .../sysml/runtime/matrix/data/class-use/Pair.html  |   347 +
 .../matrix/data/class-use/PartialBlock.html        |   194 +
 .../data/class-use/RandomMatrixGenerator.html      |   271 +
 .../matrix/data/class-use/SparseBlock.Type.html    |   232 +
 .../runtime/matrix/data/class-use/SparseBlock.html |   320 +
 .../matrix/data/class-use/SparseBlockCOO.html      |   126 +
 .../matrix/data/class-use/SparseBlockCSR.html      |   126 +
 .../matrix/data/class-use/SparseBlockFactory.html  |   126 +
 .../matrix/data/class-use/SparseBlockMCSR.html     |   126 +
 .../runtime/matrix/data/class-use/SparseRow.html   |   259 +
 .../runtime/matrix/data/class-use/Tagged.html      |   199 +
 .../data/class-use/TaggedAdaptivePartialBlock.html |   126 +
 .../TaggedFirstSecondIndexes.Comparator.html       |   126 +
 ...edFirstSecondIndexes.FirstIndexPartitioner.html |   126 +
 ...stSecondIndexes.FirstIndexRangePartitioner.html |   126 +
 .../TaggedFirstSecondIndexes.TagPartitioner.html   |   126 +
 .../data/class-use/TaggedFirstSecondIndexes.html   |   213 +
 .../matrix/data/class-use/TaggedMatrixBlock.html   |   164 +
 .../matrix/data/class-use/TaggedMatrixCell.html    |   164 +
 .../matrix/data/class-use/TaggedMatrixIndexes.html |   177 +
 .../data/class-use/TaggedMatrixPackedCell.html     |   164 +
 .../matrix/data/class-use/TaggedMatrixValue.html   |   227 +
 .../matrix/data/class-use/TaggedTripleIndexes.html |   181 +
 .../class-use/TextCellToRowBlockConverter.html     |   126 +
 .../data/class-use/TextToBinaryCellConverter.html  |   126 +
 .../data/class-use/TripleIndexes.Comparator.html   |   126 +
 .../TripleIndexes.FirstTwoIndexesPartitioner.html  |   126 +
 .../matrix/data/class-use/TripleIndexes.html       |   192 +
 .../UnPaddedOutputFormat.UnpaddedRecordWriter.html |   126 +
 .../data/class-use/UnPaddedOutputFormat.html       |   126 +
 .../matrix/data/class-use/WeightedCell.html        |   202 +
 .../WeightedCellToSortInputConverter.html          |   126 +
 .../matrix/data/class-use/WeightedPair.html        |   191 +
 .../sysml/runtime/matrix/data/package-frame.html   |   102 +
 .../sysml/runtime/matrix/data/package-summary.html |   539 +
 .../sysml/runtime/matrix/data/package-tree.html    |   276 +
 .../sysml/runtime/matrix/data/package-use.html     |   601 +
 .../apache/sysml/runtime/matrix/package-frame.html |    43 +
 .../sysml/runtime/matrix/package-summary.html      |   238 +
 .../apache/sysml/runtime/matrix/package-tree.html  |   179 +
 .../apache/sysml/runtime/matrix/package-use.html   |   298 +
 .../org/apache/sysml/runtime/package-frame.html    |    22 +
 .../org/apache/sysml/runtime/package-summary.html  |   152 +
 .../org/apache/sysml/runtime/package-tree.html     |   155 +
 .../java/org/apache/sysml/runtime/package-use.html |   413 +
 .../java/org/apache/sysml/udf/BinaryObject.html    |   359 +
 .../udf/ExternalFunctionInvocationInstruction.html |   514 +
 .../FunctionParameter.FunctionParameterType.html   |   359 +
 .../org/apache/sysml/udf/FunctionParameter.html    |   321 +
 .../org/apache/sysml/udf/Matrix.ValueType.html     |   347 +
 .../api/java/org/apache/sysml/udf/Matrix.html      |   572 +
 .../java/org/apache/sysml/udf/PackageFunction.html |   498 +
 .../apache/sysml/udf/Scalar.ScalarValueType.html   |   371 +
 .../api/java/org/apache/sysml/udf/Scalar.html      |   406 +
 .../apache/sysml/udf/class-use/BinaryObject.html   |   126 +
 .../ExternalFunctionInvocationInstruction.html     |   126 +
 .../FunctionParameter.FunctionParameterType.html   |   194 +
 .../sysml/udf/class-use/FunctionParameter.html     |   311 +
 .../sysml/udf/class-use/Matrix.ValueType.html      |   207 +
 .../org/apache/sysml/udf/class-use/Matrix.html     |   126 +
 .../sysml/udf/class-use/PackageFunction.html       |   263 +
 .../udf/class-use/Scalar.ScalarValueType.html      |   208 +
 .../org/apache/sysml/udf/class-use/Scalar.html     |   126 +
 .../org/apache/sysml/udf/lib/BinningWrapper.html   |   352 +
 .../java/org/apache/sysml/udf/lib/CumSumProd.html  |   392 +
 .../org/apache/sysml/udf/lib/DeNaNWrapper.html     |   364 +
 .../apache/sysml/udf/lib/DeNegInfinityWrapper.html |   364 +
 .../sysml/udf/lib/DynamicProjectMatrixCP.html      |   351 +
 .../apache/sysml/udf/lib/DynamicReadMatrixCP.html  |   351 +
 .../sysml/udf/lib/DynamicReadMatrixRcCP.html       |   351 +
 .../apache/sysml/udf/lib/DynamicWriteMatrixCP.html |   362 +
 .../org/apache/sysml/udf/lib/GatherWrapper.html    |   362 +
 .../org/apache/sysml/udf/lib/MultiInputCbind.html  |   359 +
 .../org/apache/sysml/udf/lib/OrderWrapper.html     |   363 +
 .../sysml/udf/lib/PermutationMatrixWrapper.html    |   377 +
 .../org/apache/sysml/udf/lib/RemoveEmptyRows.html  |   362 +
 .../udf/lib/RowClassMeet.ClassLabelComparator.html |   295 +
 .../sysml/udf/lib/RowClassMeet.ClassLabels.html    |   294 +
 .../org/apache/sysml/udf/lib/RowClassMeet.html     |   403 +
 .../apache/sysml/udf/lib/SGDNesterovUpdate.html    |   360 +
 .../java/org/apache/sysml/udf/lib/TimeWrapper.html |   359 +
 .../sysml/udf/lib/class-use/BinningWrapper.html    |   126 +
 .../apache/sysml/udf/lib/class-use/CumSumProd.html |   126 +
 .../sysml/udf/lib/class-use/DeNaNWrapper.html      |   126 +
 .../udf/lib/class-use/DeNegInfinityWrapper.html    |   126 +
 .../udf/lib/class-use/DynamicProjectMatrixCP.html  |   126 +
 .../udf/lib/class-use/DynamicReadMatrixCP.html     |   126 +
 .../udf/lib/class-use/DynamicReadMatrixRcCP.html   |   126 +
 .../udf/lib/class-use/DynamicWriteMatrixCP.html    |   126 +
 .../sysml/udf/lib/class-use/GatherWrapper.html     |   126 +
 .../sysml/udf/lib/class-use/MultiInputCbind.html   |   126 +
 .../sysml/udf/lib/class-use/OrderWrapper.html      |   126 +
 .../lib/class-use/PermutationMatrixWrapper.html    |   126 +
 .../sysml/udf/lib/class-use/RemoveEmptyRows.html   |   126 +
 .../RowClassMeet.ClassLabelComparator.html         |   126 +
 .../lib/class-use/RowClassMeet.ClassLabels.html    |   167 +
 .../sysml/udf/lib/class-use/RowClassMeet.html      |   126 +
 .../sysml/udf/lib/class-use/SGDNesterovUpdate.html |   126 +
 .../sysml/udf/lib/class-use/TimeWrapper.html       |   126 +
 .../org/apache/sysml/udf/lib/package-frame.html    |    36 +
 .../org/apache/sysml/udf/lib/package-summary.html  |   229 +
 .../org/apache/sysml/udf/lib/package-tree.html     |   160 +
 .../java/org/apache/sysml/udf/lib/package-use.html |   159 +
 .../java/org/apache/sysml/udf/package-frame.html   |    32 +
 .../java/org/apache/sysml/udf/package-summary.html |   200 +
 .../java/org/apache/sysml/udf/package-tree.html    |   165 +
 .../api/java/org/apache/sysml/udf/package-use.html |   198 +
 site/docs/0.13.0/api/java/overview-frame.html      |    38 +
 site/docs/0.13.0/api/java/overview-summary.html    |   287 +
 site/docs/0.13.0/api/java/overview-tree.html       |   673 +
 site/docs/0.13.0/api/java/package-list             |    17 +
 site/docs/0.13.0/api/java/script.js                |    30 +
 site/docs/0.13.0/api/java/serialized-form.html     |  2151 ++
 site/docs/0.13.0/api/java/stylesheet.css           |   574 +
 site/docs/0.13.0/beginners-guide-python.html       |   537 +
 .../0.13.0/beginners-guide-to-dml-and-pydml.html   |  1066 +
 site/docs/0.13.0/contributing-to-systemml.html     |   372 +
 site/docs/0.13.0/css/bootstrap.min.css             |     6 +
 site/docs/0.13.0/css/main.css                      |   327 +
 site/docs/0.13.0/css/pygments-default.css          |    76 +
 site/docs/0.13.0/debugger-guide.html               |   668 +
 .../devdocs/MatrixMultiplicationOperators.txt      |   134 +
 site/docs/0.13.0/devdocs/deep-learning.md          |   141 +
 site/docs/0.13.0/devdocs/gpu-backend.md            |    70 +
 site/docs/0.13.0/devdocs/python_api.html           |  1712 +
 site/docs/0.13.0/developer-tools-systemml.html     |   252 +
 site/docs/0.13.0/dml-language-reference.html       |  3309 ++
 site/docs/0.13.0/engine-dev-guide.html             |   740 +
 .../0.13.0/files/dml-language-reference/data.csv   |     1 +
 .../files/dml-language-reference/data.csv.mtd      |     7 +
 .../files/dml-language-reference/data.spec.json    |    24 +
 .../files/dml-language-reference/data.spec2.json   |    23 +
 .../files/dml-language-reference/data.spec3.json   |    24 +
 .../0.13.0/files/dml-language-reference/homes.csv  |   149 +
 .../files/dml-language-reference/homes.csv.mtd     |     5 +
 .../dml-language-reference/homes.tfspec_bin2.json  |     5 +
 .../homes.tfspec_recode2.json                      |     2 +
 site/docs/0.13.0/hadoop-batch-mode.html            |  1293 +
 ...-of-quartiles-median-and-interquartile-mean.png |   Bin 0 -> 26477 bytes
 .../img/algorithms-reference/example-tree.png      |   Bin 0 -> 14758 bytes
 .../0.13.0/img/developer-tools/about-eclipse.png   |   Bin 0 -> 54340 bytes
 .../0.13.0/img/developer-tools/eclipse-details.png |   Bin 0 -> 26749 bytes
 .../0.13.0/img/developer-tools/eclipse-scala.png   |   Bin 0 -> 51336 bytes
 .../img/developer-tools/maven-connectors.png       |   Bin 0 -> 33853 bytes
 .../0.13.0/img/developer-tools/maven-scala.png     |   Bin 0 -> 24342 bytes
 .../img/developer-tools/pom-scala-errors.png       |   Bin 0 -> 21605 bytes
 .../img/developer-tools/pom-scala-ignore.png       |   Bin 0 -> 38244 bytes
 .../img/developer-tools/scala-components.png       |   Bin 0 -> 27286 bytes
 .../0.13.0/img/developer-tools/scala-nature.png    |   Bin 0 -> 3772 bytes
 ...-debug-configuration-hello-world-main-class.png |   Bin 0 -> 95393 bytes
 ...configuration-hello-world-program-arguments.png |   Bin 0 -> 85243 bytes
 site/docs/0.13.0/img/favicon.png                   |   Bin 0 -> 461 bytes
 .../0.13.0/img/projects/breast_cancer/approach.svg |     4 +
 .../spark-mlcontext-programming-guide/jupyter1.png |   Bin 0 -> 399540 bytes
 .../spark-mlcontext-programming-guide/jupyter2.png |   Bin 0 -> 450954 bytes
 .../jupyter_loss_graph.png                         |   Bin 0 -> 12081 bytes
 ...eppelin-notebook-systemml-linear-regression.png |   Bin 0 -> 158819 bytes
 .../zeppelin-notebook.png                          |   Bin 0 -> 152132 bytes
 site/docs/0.13.0/img/systemml-logo.png             |   Bin 0 -> 982 bytes
 site/docs/0.13.0/index.html                        |   250 +
 site/docs/0.13.0/jmlc.html                         |   318 +
 site/docs/0.13.0/js/main.js                        |   164 +
 site/docs/0.13.0/js/vendor/anchor.min.js           |     6 +
 site/docs/0.13.0/js/vendor/bootstrap.min.js        |     7 +
 site/docs/0.13.0/js/vendor/jquery-1.12.0.min.js    |     5 +
 site/docs/0.13.0/python-reference.html             |  1142 +
 site/docs/0.13.0/release-process.html              |   481 +
 site/docs/0.13.0/spark-batch-mode.html             |   232 +
 .../0.13.0/spark-mlcontext-programming-guide.html  |  1890 ++
 site/docs/0.13.0/standalone-guide.html             |   924 +
 site/docs/0.13.0/troubleshooting-guide.html        |   249 +
 site/docs/0.14.0/README.md                         |    42 +
 site/docs/0.14.0/algorithms-bibliography.html      |   262 +
 site/docs/0.14.0/algorithms-classification.html    |  2415 ++
 site/docs/0.14.0/algorithms-clustering.html        |   795 +
 .../0.14.0/algorithms-descriptive-statistics.html  |  1815 +
 .../0.14.0/algorithms-matrix-factorization.html    |   810 +
 site/docs/0.14.0/algorithms-reference.html         |   213 +
 site/docs/0.14.0/algorithms-regression.html        |  2793 ++
 site/docs/0.14.0/algorithms-survival-analysis.html |  1110 +
 site/docs/0.14.0/api/java/allclasses-frame.html    |   361 +
 site/docs/0.14.0/api/java/allclasses-noframe.html  |   361 +
 site/docs/0.14.0/api/java/constant-values.html     |  1040 +
 site/docs/0.14.0/api/java/deprecated-list.html     |   223 +
 site/docs/0.14.0/api/java/help-doc.html            |   235 +
 site/docs/0.14.0/api/java/index-all.html           | 11104 ++++++
 site/docs/0.14.0/api/java/index.html               |    75 +
 .../java/org/apache/sysml/api/DMLException.html    |   347 +
 .../sysml/api/DMLScript.RUNTIME_PLATFORM.html      |   387 +
 .../api/java/org/apache/sysml/api/DMLScript.html   |   707 +
 .../api/java/org/apache/sysml/api/MLBlock.html     |  1004 +
 .../api/java/org/apache/sysml/api/MLContext.html   |  2557 ++
 .../java/org/apache/sysml/api/MLContextProxy.html  |   353 +
 .../api/java/org/apache/sysml/api/MLMatrix.html    |  1431 +
 .../api/java/org/apache/sysml/api/MLOutput.html    |   674 +
 .../apache/sysml/api/class-use/DMLException.html   |  1001 +
 .../api/class-use/DMLScript.RUNTIME_PLATFORM.html  |   192 +
 .../org/apache/sysml/api/class-use/DMLScript.html  |   130 +
 .../org/apache/sysml/api/class-use/MLBlock.html    |   130 +
 .../org/apache/sysml/api/class-use/MLContext.html  |   240 +
 .../apache/sysml/api/class-use/MLContextProxy.html |   130 +
 .../org/apache/sysml/api/class-use/MLMatrix.html   |   571 +
 .../org/apache/sysml/api/class-use/MLOutput.html   |   453 +
 .../java/org/apache/sysml/api/jmlc/Connection.html |   999 +
 .../java/org/apache/sysml/api/jmlc/JMLCUtils.html  |   339 +
 .../org/apache/sysml/api/jmlc/PreparedScript.html  |   895 +
 .../org/apache/sysml/api/jmlc/ResultVariables.html |   508 +
 .../sysml/api/jmlc/class-use/Connection.html       |   130 +
 .../apache/sysml/api/jmlc/class-use/JMLCUtils.html |   130 +
 .../sysml/api/jmlc/class-use/PreparedScript.html   |   185 +
 .../sysml/api/jmlc/class-use/ResultVariables.html  |   173 +
 .../org/apache/sysml/api/jmlc/package-frame.html   |    24 +
 .../org/apache/sysml/api/jmlc/package-summary.html |   171 +
 .../org/apache/sysml/api/jmlc/package-tree.html    |   146 +
 .../org/apache/sysml/api/jmlc/package-use.html     |   172 +
 .../sysml/api/mlcontext/BinaryBlockFrame.html      |   510 +
 .../sysml/api/mlcontext/BinaryBlockMatrix.html     |   486 +
 .../java/org/apache/sysml/api/mlcontext/Frame.html |   464 +
 .../apache/sysml/api/mlcontext/FrameFormat.html    |   399 +
 .../apache/sysml/api/mlcontext/FrameMetadata.html  |  1315 +
 .../apache/sysml/api/mlcontext/FrameSchema.html    |   387 +
 .../api/mlcontext/MLContext.ExplainLevel.html      |   416 +
 .../api/mlcontext/MLContext.InternalProxy.html     |   297 +
 .../org/apache/sysml/api/mlcontext/MLContext.html  |   942 +
 .../api/mlcontext/MLContextConversionUtil.html     |  1698 +
 .../sysml/api/mlcontext/MLContextException.html    |   375 +
 .../apache/sysml/api/mlcontext/MLContextUtil.html  |  1189 +
 .../org/apache/sysml/api/mlcontext/MLResults.html  |  2519 ++
 .../org/apache/sysml/api/mlcontext/Matrix.html     |   547 +
 .../apache/sysml/api/mlcontext/MatrixFormat.html   |   458 +
 .../apache/sysml/api/mlcontext/MatrixMetadata.html |  1049 +
 .../org/apache/sysml/api/mlcontext/Metadata.html   |   250 +
 .../apache/sysml/api/mlcontext/ProjectInfo.html    |   371 +
 .../org/apache/sysml/api/mlcontext/Script.html     |  1174 +
 .../apache/sysml/api/mlcontext/ScriptExecutor.html |  1212 +
 .../apache/sysml/api/mlcontext/ScriptFactory.html  |   622 +
 .../org/apache/sysml/api/mlcontext/ScriptType.html |   415 +
 .../api/mlcontext/class-use/BinaryBlockFrame.html  |   179 +
 .../api/mlcontext/class-use/BinaryBlockMatrix.html |   208 +
 .../sysml/api/mlcontext/class-use/Frame.html       |   172 +
 .../sysml/api/mlcontext/class-use/FrameFormat.html |   326 +
 .../api/mlcontext/class-use/FrameMetadata.html     |   293 +
 .../sysml/api/mlcontext/class-use/FrameSchema.html |   260 +
 .../class-use/MLContext.ExplainLevel.html          |   215 +
 .../class-use/MLContext.InternalProxy.html         |   172 +
 .../sysml/api/mlcontext/class-use/MLContext.html   |   193 +
 .../class-use/MLContextConversionUtil.html         |   130 +
 .../mlcontext/class-use/MLContextException.html    |   130 +
 .../api/mlcontext/class-use/MLContextUtil.html     |   130 +
 .../sysml/api/mlcontext/class-use/MLResults.html   |   212 +
 .../sysml/api/mlcontext/class-use/Matrix.html      |   172 +
 .../api/mlcontext/class-use/MatrixFormat.html      |   275 +
 .../api/mlcontext/class-use/MatrixMetadata.html    |   309 +
 .../sysml/api/mlcontext/class-use/Metadata.html    |   223 +
 .../sysml/api/mlcontext/class-use/ProjectInfo.html |   179 +
 .../sysml/api/mlcontext/class-use/Script.html      |   424 +
 .../api/mlcontext/class-use/ScriptExecutor.html    |   194 +
 .../api/mlcontext/class-use/ScriptFactory.html     |   130 +
 .../sysml/api/mlcontext/class-use/ScriptType.html  |   253 +
 .../apache/sysml/api/mlcontext/package-frame.html  |    47 +
 .../sysml/api/mlcontext/package-summary.html       |   304 +
 .../apache/sysml/api/mlcontext/package-tree.html   |   190 +
 .../apache/sysml/api/mlcontext/package-use.html    |   282 +
 .../java/org/apache/sysml/api/package-frame.html   |    34 +
 .../java/org/apache/sysml/api/package-summary.html |   211 +
 .../java/org/apache/sysml/api/package-tree.html    |   173 +
 .../api/java/org/apache/sysml/api/package-use.html |   232 +
 .../apache/sysml/runtime/DMLRuntimeException.html  |   319 +
 .../apache/sysml/runtime/DMLScriptException.html   |   301 +
 .../runtime/class-use/DMLRuntimeException.html     |  5605 ++++
 .../runtime/class-use/DMLScriptException.html      |   130 +
 .../sysml/runtime/codegen/ByteClassLoader.html     |   328 +
 .../apache/sysml/runtime/codegen/CodegenUtils.html |   384 +
 .../sysml/runtime/codegen/LibSpoofPrimitives.html  |  2464 ++
 .../sysml/runtime/codegen/SpoofCellwise.AggOp.html |   375 +
 .../runtime/codegen/SpoofCellwise.CellType.html    |   363 +
 .../sysml/runtime/codegen/SpoofCellwise.html       |   467 +
 .../sysml/runtime/codegen/SpoofMultiAggregate.html |   440 +
 .../sysml/runtime/codegen/SpoofOperator.html       |   451 +
 .../codegen/SpoofOuterProduct.OutProdType.html     |   375 +
 .../sysml/runtime/codegen/SpoofOuterProduct.html   |   552 +
 .../runtime/codegen/SpoofRowwise.RowType.html      |   388 +
 .../apache/sysml/runtime/codegen/SpoofRowwise.html |   525 +
 .../runtime/codegen/class-use/ByteClassLoader.html |   130 +
 .../runtime/codegen/class-use/CodegenUtils.html    |   130 +
 .../codegen/class-use/LibSpoofPrimitives.html      |   130 +
 .../codegen/class-use/SpoofCellwise.AggOp.html     |   248 +
 .../codegen/class-use/SpoofCellwise.CellType.html  |   196 +
 .../runtime/codegen/class-use/SpoofCellwise.html   |   130 +
 .../codegen/class-use/SpoofMultiAggregate.html     |   130 +
 .../runtime/codegen/class-use/SpoofOperator.html   |   195 +
 .../class-use/SpoofOuterProduct.OutProdType.html   |   209 +
 .../codegen/class-use/SpoofOuterProduct.html       |   130 +
 .../codegen/class-use/SpoofRowwise.RowType.html    |   208 +
 .../runtime/codegen/class-use/SpoofRowwise.html    |   130 +
 .../sysml/runtime/codegen/package-frame.html       |    35 +
 .../sysml/runtime/codegen/package-summary.html     |   206 +
 .../apache/sysml/runtime/codegen/package-tree.html |   180 +
 .../apache/sysml/runtime/codegen/package-use.html  |   194 +
 .../sysml/runtime/compress/BitmapDecoderOLE.html   |   343 +
 .../sysml/runtime/compress/BitmapDecoderRLE.html   |   343 +
 .../sysml/runtime/compress/BitmapEncoder.html      |   406 +
 .../runtime/compress/ColGroup.CompressionType.html |   387 +
 .../apache/sysml/runtime/compress/ColGroup.html    |   830 +
 .../apache/sysml/runtime/compress/ColGroupDDC.html |   698 +
 .../sysml/runtime/compress/ColGroupDDC1.html       |   844 +
 .../sysml/runtime/compress/ColGroupDDC2.html       |   792 +
 .../apache/sysml/runtime/compress/ColGroupOLE.html |   751 +
 .../sysml/runtime/compress/ColGroupOffset.html     |  1000 +
 .../apache/sysml/runtime/compress/ColGroupRLE.html |   768 +
 .../runtime/compress/ColGroupUncompressed.html     |   848 +
 .../sysml/runtime/compress/ColGroupValue.html      |   825 +
 ...ompressedMatrixBlock.CompressionStatistics.html |   379 +
 .../runtime/compress/CompressedMatrixBlock.html    |  2387 ++
 .../runtime/compress/ReaderColumnSelection.html    |   399 +
 .../compress/ReaderColumnSelectionDense.html       |   346 +
 .../compress/ReaderColumnSelectionDenseSample.html |   380 +
 .../compress/ReaderColumnSelectionSparse.html      |   324 +
 .../sysml/runtime/compress/UncompressedBitmap.html |   407 +
 .../compress/class-use/BitmapDecoderOLE.html       |   130 +
 .../compress/class-use/BitmapDecoderRLE.html       |   130 +
 .../runtime/compress/class-use/BitmapEncoder.html  |   130 +
 .../class-use/ColGroup.CompressionType.html        |   205 +
 .../sysml/runtime/compress/class-use/ColGroup.html |   341 +
 .../runtime/compress/class-use/ColGroupDDC.html    |   180 +
 .../runtime/compress/class-use/ColGroupDDC1.html   |   182 +
 .../runtime/compress/class-use/ColGroupDDC2.html   |   130 +
 .../runtime/compress/class-use/ColGroupOLE.html    |   130 +
 .../runtime/compress/class-use/ColGroupOffset.html |   179 +
 .../runtime/compress/class-use/ColGroupRLE.html    |   130 +
 .../compress/class-use/ColGroupUncompressed.html   |   130 +
 .../runtime/compress/class-use/ColGroupValue.html  |   206 +
 ...ompressedMatrixBlock.CompressionStatistics.html |   183 +
 .../compress/class-use/CompressedMatrixBlock.html  |   130 +
 .../compress/class-use/ReaderColumnSelection.html  |   185 +
 .../class-use/ReaderColumnSelectionDense.html      |   130 +
 .../ReaderColumnSelectionDenseSample.html          |   130 +
 .../class-use/ReaderColumnSelectionSparse.html     |   130 +
 .../compress/class-use/UncompressedBitmap.html     |   266 +
 .../compress/cocode/ColumnGroupPartitioner.html    |   294 +
 .../cocode/ColumnGroupPartitionerBinPacking.html   |   335 +
 .../cocode/ColumnGroupPartitionerStatic.html       |   299 +
 .../cocode/PlanningCoCoder.GroupableColInfo.html   |   298 +
 .../cocode/PlanningCoCoder.PartitionerType.html    |   351 +
 .../runtime/compress/cocode/PlanningCoCoder.html   |   313 +
 .../cocode/PlanningCoCodingGroup.ColIndexes.html   |   302 +
 .../compress/cocode/PlanningCoCodingGroup.html     |   473 +
 .../runtime/compress/cocode/PlanningMemoTable.html |   339 +
 .../cocode/class-use/ColumnGroupPartitioner.html   |   178 +
 .../ColumnGroupPartitionerBinPacking.html          |   130 +
 .../class-use/ColumnGroupPartitionerStatic.html    |   130 +
 .../PlanningCoCoder.GroupableColInfo.html          |   197 +
 .../class-use/PlanningCoCoder.PartitionerType.html |   179 +
 .../compress/cocode/class-use/PlanningCoCoder.html |   130 +
 .../PlanningCoCodingGroup.ColIndexes.html          |   130 +
 .../cocode/class-use/PlanningCoCodingGroup.html    |   217 +
 .../cocode/class-use/PlanningMemoTable.html        |   130 +
 .../runtime/compress/cocode/package-frame.html     |    32 +
 .../runtime/compress/cocode/package-summary.html   |   197 +
 .../runtime/compress/cocode/package-tree.html      |   165 +
 .../sysml/runtime/compress/cocode/package-use.html |   174 +
 ...pressedSizeEstimator.SizeEstimationFactors.html |   345 +
 .../compress/estim/CompressedSizeEstimator.html    |   484 +
 .../estim/CompressedSizeEstimatorExact.html        |   341 +
 .../estim/CompressedSizeEstimatorSample.html       |   464 +
 .../runtime/compress/estim/CompressedSizeInfo.html |   351 +
 .../compress/estim/SizeEstimatorFactory.html       |   341 +
 ...pressedSizeEstimator.SizeEstimationFactors.html |   171 +
 .../estim/class-use/CompressedSizeEstimator.html   |   239 +
 .../class-use/CompressedSizeEstimatorExact.html    |   130 +
 .../class-use/CompressedSizeEstimatorSample.html   |   130 +
 .../estim/class-use/CompressedSizeInfo.html        |   216 +
 .../estim/class-use/SizeEstimatorFactory.html      |   130 +
 .../runtime/compress/estim/package-frame.html      |    26 +
 .../runtime/compress/estim/package-summary.html    |   174 +
 .../sysml/runtime/compress/estim/package-tree.html |   151 +
 .../sysml/runtime/compress/estim/package-use.html  |   199 +
 .../sysml/runtime/compress/package-frame.html      |    43 +
 .../sysml/runtime/compress/package-summary.html    |   278 +
 .../sysml/runtime/compress/package-tree.html       |   196 +
 .../apache/sysml/runtime/compress/package-use.html |   247 +
 .../runtime/compress/utils/ConverterUtils.html     |   314 +
 .../sysml/runtime/compress/utils/DblArray.html     |   393 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   311 +
 .../compress/utils/DblArrayIntListHashMap.html     |   339 +
 .../utils/DoubleIntListHashMap.DIListEntry.html    |   311 +
 .../compress/utils/DoubleIntListHashMap.html       |   339 +
 .../sysml/runtime/compress/utils/IntArrayList.html |   315 +
 .../runtime/compress/utils/LinearAlgebraUtils.html |   510 +
 .../compress/utils/class-use/ConverterUtils.html   |   130 +
 .../runtime/compress/utils/class-use/DblArray.html |   243 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   183 +
 .../utils/class-use/DblArrayIntListHashMap.html    |   169 +
 .../DoubleIntListHashMap.DIListEntry.html          |   183 +
 .../utils/class-use/DoubleIntListHashMap.html      |   168 +
 .../compress/utils/class-use/IntArrayList.html     |   248 +
 .../utils/class-use/LinearAlgebraUtils.html        |   130 +
 .../runtime/compress/utils/package-frame.html      |    26 +
 .../runtime/compress/utils/package-summary.html    |   182 +
 .../sysml/runtime/compress/utils/package-tree.html |   150 +
 .../sysml/runtime/compress/utils/package-use.html  |   216 +
 .../runtime/instructions/CPInstructionParser.html  |   363 +
 .../runtime/instructions/GPUInstructionParser.html |   350 +
 .../instructions/Instruction.INSTRUCTION_TYPE.html |   399 +
 .../sysml/runtime/instructions/Instruction.html    |   874 +
 .../runtime/instructions/InstructionParser.html    |   304 +
 .../runtime/instructions/InstructionUtils.html     |   725 +
 .../runtime/instructions/MRInstructionParser.html  |   523 +
 .../runtime/instructions/MRJobInstruction.html     |  1363 +
 .../runtime/instructions/SPInstructionParser.html  |   350 +
 .../class-use/CPInstructionParser.html             |   130 +
 .../class-use/GPUInstructionParser.html            |   130 +
 .../class-use/Instruction.INSTRUCTION_TYPE.html    |   209 +
 .../instructions/class-use/Instruction.html        |   721 +
 .../instructions/class-use/InstructionParser.html  |   182 +
 .../instructions/class-use/InstructionUtils.html   |   130 +
 .../class-use/MRInstructionParser.html             |   130 +
 .../instructions/class-use/MRJobInstruction.html   |   413 +
 .../class-use/SPInstructionParser.html             |   130 +
 .../gpu/AggregateBinaryGPUInstruction.html         |   390 +
 .../gpu/AggregateUnaryGPUInstruction.html          |   385 +
 .../gpu/ArithmeticBinaryGPUInstruction.html        |   418 +
 .../gpu/BuiltinUnaryGPUInstruction.html            |   377 +
 .../gpu/ConvolutionGPUInstruction.html             |   485 +
 .../gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html    |   423 +
 .../runtime/instructions/gpu/GPUInstruction.html   |  1315 +
 .../instructions/gpu/MMTSJGPUInstruction.html      |   424 +
 .../gpu/MatrixBuiltinGPUInstruction.html           |   378 +
 .../gpu/MatrixMatrixArithmeticGPUInstruction.html  |   387 +
 .../gpu/MatrixMatrixAxpyGPUInstruction.html        |   402 +
 .../instructions/gpu/ReorgGPUInstruction.html      |   395 +
 .../gpu/ScalarMatrixArithmeticGPUInstruction.html  |   387 +
 .../class-use/AggregateBinaryGPUInstruction.html   |   170 +
 .../class-use/AggregateUnaryGPUInstruction.html    |   170 +
 .../class-use/ArithmeticBinaryGPUInstruction.html  |   191 +
 .../gpu/class-use/BuiltinUnaryGPUInstruction.html  |   183 +
 .../gpu/class-use/ConvolutionGPUInstruction.html   |   170 +
 .../GPUInstruction.GPUINSTRUCTION_TYPE.html        |   245 +
 .../instructions/gpu/class-use/GPUInstruction.html |   239 +
 .../gpu/class-use/MMTSJGPUInstruction.html         |   172 +
 .../gpu/class-use/MatrixBuiltinGPUInstruction.html |   130 +
 .../MatrixMatrixArithmeticGPUInstruction.html      |   130 +
 .../class-use/MatrixMatrixAxpyGPUInstruction.html  |   170 +
 .../gpu/class-use/ReorgGPUInstruction.html         |   170 +
 .../ScalarMatrixArithmeticGPUInstruction.html      |   130 +
 .../instructions/gpu/context/ExecutionConfig.html  |   514 +
 .../instructions/gpu/context/GPUContext.html       |   417 +
 .../gpu/context/GPUObject.EvictionPolicy.html      |   363 +
 .../instructions/gpu/context/GPUObject.html        |   662 +
 .../instructions/gpu/context/JCudaContext.html     |   615 +
 .../instructions/gpu/context/JCudaKernels.html     |   343 +
 .../gpu/context/JCudaObject.CSRPointer.html        |   682 +
 .../instructions/gpu/context/JCudaObject.html      |  1179 +
 .../gpu/context/class-use/ExecutionConfig.html     |   207 +
 .../gpu/context/class-use/GPUContext.html          |   198 +
 .../class-use/GPUObject.EvictionPolicy.html        |   192 +
 .../gpu/context/class-use/GPUObject.html           |   200 +
 .../gpu/context/class-use/JCudaContext.html        |   130 +
 .../gpu/context/class-use/JCudaKernels.html        |   170 +
 .../context/class-use/JCudaObject.CSRPointer.html  |   351 +
 .../gpu/context/class-use/JCudaObject.html         |   130 +
 .../instructions/gpu/context/package-frame.html    |    31 +
 .../instructions/gpu/context/package-summary.html  |   196 +
 .../instructions/gpu/context/package-tree.html     |   167 +
 .../instructions/gpu/context/package-use.html      |   207 +
 .../runtime/instructions/gpu/package-frame.html    |    36 +
 .../runtime/instructions/gpu/package-summary.html  |   209 +
 .../runtime/instructions/gpu/package-tree.html     |   179 +
 .../runtime/instructions/gpu/package-use.html      |   214 +
 .../sysml/runtime/instructions/package-frame.html  |    32 +
 .../runtime/instructions/package-summary.html      |   191 +
 .../sysml/runtime/instructions/package-tree.html   |   168 +
 .../sysml/runtime/instructions/package-use.html    |   305 +
 .../spark/AggregateTernarySPInstruction.html       |   407 +
 .../spark/AggregateUnarySPInstruction.html         |   416 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   299 +
 .../spark/AppendGAlignedSPInstruction.html         |   432 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   301 +
 .../spark/AppendGSPInstruction.ShiftMatrix.html    |   301 +
 .../instructions/spark/AppendGSPInstruction.html   |   438 +
 .../instructions/spark/AppendMSPInstruction.html   |   440 +
 .../instructions/spark/AppendRSPInstruction.html   |   425 +
 .../spark/ArithmeticBinarySPInstruction.html       |   395 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   299 +
 .../spark/BinUaggChainSPInstruction.html           |   421 +
 .../instructions/spark/BinarySPInstruction.html    |   575 +
 .../spark/BuiltinBinarySPInstruction.html          |   395 +
 .../spark/BuiltinUnarySPInstruction.html           |   386 +
 .../spark/CSVReblockSPInstruction.html             |   462 +
 .../instructions/spark/CastSPInstruction.html      |   408 +
 .../spark/CentralMomentSPInstruction.html          |   412 +
 .../spark/CheckpointSPInstruction.html             |   410 +
 ...mpressionSPInstruction.CompressionFunction.html |   297 +
 .../spark/CompressionSPInstruction.html            |   419 +
 .../spark/ComputationSPInstruction.html            |   528 +
 .../spark/ConvolutionSPInstruction.html            |   492 +
 .../spark/CovarianceSPInstruction.html             |   441 +
 .../instructions/spark/CpmmSPInstruction.html      |   425 +
 .../spark/CumulativeAggregateSPInstruction.html    |   413 +
 .../spark/CumulativeOffsetSPInstruction.html       |   419 +
 .../spark/FrameAppendMSPInstruction.html           |   422 +
 .../spark/FrameAppendRSPInstruction.html           |   420 +
 .../spark/FrameIndexingSPInstruction.html          |   449 +
 .../instructions/spark/IndexingSPInstruction.html  |   506 +
 .../spark/MapmmChainSPInstruction.html             |   414 +
 .../instructions/spark/MapmmSPInstruction.html     |   423 +
 .../spark/MatrixAppendMSPInstruction.html          |   422 +
 .../spark/MatrixAppendRSPInstruction.html          |   420 +
 .../MatrixBVectorArithmeticSPInstruction.html      |   418 +
 .../spark/MatrixBVectorBuiltinSPInstruction.html   |   418 +
 .../MatrixBVectorRelationalSPInstruction.html      |   418 +
 .../spark/MatrixBuiltinSPInstruction.html          |   402 +
 .../spark/MatrixIndexingSPInstruction.html         |   549 +
 .../spark/MatrixMatrixArithmeticSPInstruction.html |   416 +
 .../spark/MatrixMatrixBuiltinSPInstruction.html    |   411 +
 .../spark/MatrixMatrixRelationalSPInstruction.html |   416 +
 .../spark/MatrixReshapeSPInstruction.html          |   414 +
 .../spark/MatrixScalarArithmeticSPInstruction.html |   411 +
 .../spark/MatrixScalarBuiltinSPInstruction.html    |   411 +
 .../spark/MatrixScalarRelationalSPInstruction.html |   411 +
 ...PInstruction.TransformEncodeBuild2Function.html |   297 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   301 +
 ...PInstruction.TransformEncodeGroup2Function.html |   297 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   302 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   463 +
 .../instructions/spark/PMapmmSPInstruction.html    |   419 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   299 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   305 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   302 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   307 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   303 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   305 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   299 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   299 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   299 +
 ...struction.RDDTransformDecodeExpandFunction.html |   299 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   299 +
 .../spark/ParameterizedBuiltinSPInstruction.html   |   534 +
 .../instructions/spark/PlusMultSPInstruction.html  |   429 +
 .../instructions/spark/PmmSPInstruction.html       |   421 +
 .../spark/QuantilePickSPInstruction.html           |   445 +
 .../spark/QuantileSortSPInstruction.html           |   430 +
 .../spark/QuaternarySPInstruction.html             |   413 +
 .../instructions/spark/RandSPInstruction.html      |   686 +
 .../instructions/spark/ReblockSPInstruction.html   |   454 +
 .../spark/RelationalBinarySPInstruction.html       |   395 +
 .../instructions/spark/ReorgSPInstruction.html     |   436 +
 .../instructions/spark/RmmSPInstruction.html       |   417 +
 .../spark/SPInstruction.SPINSTRUCTION_TYPE.html    |   867 +
 .../runtime/instructions/spark/SPInstruction.html  |   524 +
 .../instructions/spark/SpoofSPInstruction.html     |   399 +
 .../instructions/spark/TernarySPInstruction.html   |   419 +
 .../instructions/spark/Tsmm2SPInstruction.html     |   410 +
 .../instructions/spark/TsmmSPInstruction.html      |   410 +
 .../spark/UaggOuterChainSPInstruction.html         |   457 +
 .../instructions/spark/UnarySPInstruction.html     |   388 +
 .../instructions/spark/WriteSPInstruction.html     |   486 +
 .../instructions/spark/ZipmmSPInstruction.html     |   419 +
 .../class-use/AggregateTernarySPInstruction.html   |   170 +
 .../class-use/AggregateUnarySPInstruction.html     |   183 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   130 +
 .../class-use/AppendGAlignedSPInstruction.html     |   170 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   130 +
 .../AppendGSPInstruction.ShiftMatrix.html          |   130 +
 .../spark/class-use/AppendGSPInstruction.html      |   170 +
 .../spark/class-use/AppendMSPInstruction.html      |   187 +
 .../spark/class-use/AppendRSPInstruction.html      |   187 +
 .../class-use/ArithmeticBinarySPInstruction.html   |   195 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   130 +
 .../spark/class-use/BinUaggChainSPInstruction.html |   170 +
 .../spark/class-use/BinarySPInstruction.html       |   298 +
 .../class-use/BuiltinBinarySPInstruction.html      |   191 +
 .../spark/class-use/BuiltinUnarySPInstruction.html |   183 +
 .../spark/class-use/CSVReblockSPInstruction.html   |   170 +
 .../spark/class-use/CastSPInstruction.html         |   170 +
 .../class-use/CentralMomentSPInstruction.html      |   170 +
 .../spark/class-use/CheckpointSPInstruction.html   |   170 +
 ...mpressionSPInstruction.CompressionFunction.html |   130 +
 .../spark/class-use/CompressionSPInstruction.html  |   170 +
 .../spark/class-use/ComputationSPInstruction.html  |   412 +
 .../spark/class-use/ConvolutionSPInstruction.html  |   170 +
 .../spark/class-use/CovarianceSPInstruction.html   |   170 +
 .../spark/class-use/CpmmSPInstruction.html         |   170 +
 .../CumulativeAggregateSPInstruction.html          |   170 +
 .../class-use/CumulativeOffsetSPInstruction.html   |   170 +
 .../spark/class-use/FrameAppendMSPInstruction.html |   130 +
 .../spark/class-use/FrameAppendRSPInstruction.html |   130 +
 .../class-use/FrameIndexingSPInstruction.html      |   130 +
 .../spark/class-use/IndexingSPInstruction.html     |   189 +
 .../spark/class-use/MapmmChainSPInstruction.html   |   170 +
 .../spark/class-use/MapmmSPInstruction.html        |   170 +
 .../class-use/MatrixAppendMSPInstruction.html      |   130 +
 .../class-use/MatrixAppendRSPInstruction.html      |   130 +
 .../MatrixBVectorArithmeticSPInstruction.html      |   130 +
 .../MatrixBVectorBuiltinSPInstruction.html         |   130 +
 .../MatrixBVectorRelationalSPInstruction.html      |   130 +
 .../class-use/MatrixBuiltinSPInstruction.html      |   130 +
 .../class-use/MatrixIndexingSPInstruction.html     |   130 +
 .../MatrixMatrixArithmeticSPInstruction.html       |   130 +
 .../MatrixMatrixBuiltinSPInstruction.html          |   130 +
 .../MatrixMatrixRelationalSPInstruction.html       |   130 +
 .../class-use/MatrixReshapeSPInstruction.html      |   170 +
 .../MatrixScalarArithmeticSPInstruction.html       |   130 +
 .../MatrixScalarBuiltinSPInstruction.html          |   130 +
 .../MatrixScalarRelationalSPInstruction.html       |   130 +
 ...PInstruction.TransformEncodeBuild2Function.html |   130 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   130 +
 ...PInstruction.TransformEncodeGroup2Function.html |   130 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   130 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   170 +
 .../spark/class-use/PMapmmSPInstruction.html       |   170 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   130 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   130 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   130 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   130 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   130 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   130 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   130 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   130 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   130 +
 ...struction.RDDTransformDecodeExpandFunction.html |   130 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   130 +
 .../ParameterizedBuiltinSPInstruction.html         |   170 +
 .../spark/class-use/PlusMultSPInstruction.html     |   170 +
 .../spark/class-use/PmmSPInstruction.html          |   170 +
 .../spark/class-use/QuantilePickSPInstruction.html |   170 +
 .../spark/class-use/QuantileSortSPInstruction.html |   170 +
 .../spark/class-use/QuaternarySPInstruction.html   |   170 +
 .../spark/class-use/RandSPInstruction.html         |   170 +
 .../spark/class-use/ReblockSPInstruction.html      |   170 +
 .../class-use/RelationalBinarySPInstruction.html   |   191 +
 .../spark/class-use/ReorgSPInstruction.html        |   170 +
 .../spark/class-use/RmmSPInstruction.html          |   170 +
 .../SPInstruction.SPINSTRUCTION_TYPE.html          |   245 +
 .../spark/class-use/SPInstruction.html             |   455 +
 .../spark/class-use/SpoofSPInstruction.html        |   170 +
 .../spark/class-use/TernarySPInstruction.html      |   170 +
 .../spark/class-use/Tsmm2SPInstruction.html        |   170 +
 .../spark/class-use/TsmmSPInstruction.html         |   170 +
 .../class-use/UaggOuterChainSPInstruction.html     |   170 +
 .../spark/class-use/UnarySPInstruction.html        |   252 +
 .../spark/class-use/WriteSPInstruction.html        |   170 +
 .../spark/class-use/ZipmmSPInstruction.html        |   170 +
 .../runtime/instructions/spark/package-frame.html  |   108 +
 .../instructions/spark/package-summary.html        |   514 +
 .../runtime/instructions/spark/package-tree.html   |   278 +
 .../runtime/instructions/spark/package-use.html    |   337 +
 .../spark/utils/FrameRDDAggregateUtils.html        |   277 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   297 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   297 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   297 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   297 +
 .../spark/utils/FrameRDDConverterUtils.html        |   697 +
 .../spark/utils/RDDAggregateUtils.html             |   562 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   297 +
 .../spark/utils/RDDConverterUtils.html             |   627 +
 .../spark/utils/RDDConverterUtilsExt.AddRowID.html |   297 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   351 +
 .../spark/utils/RDDConverterUtilsExt.html          |   862 +
 .../spark/utils/RDDSortUtils.IndexComparator.html  |   303 +
 .../instructions/spark/utils/RDDSortUtils.html     |   412 +
 .../instructions/spark/utils/SparkUtils.html       |   614 +
 .../utils/class-use/FrameRDDAggregateUtils.html    |   130 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   130 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   130 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   130 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   130 +
 .../utils/class-use/FrameRDDConverterUtils.html    |   130 +
 .../spark/utils/class-use/RDDAggregateUtils.html   |   130 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   130 +
 .../spark/utils/class-use/RDDConverterUtils.html   |   130 +
 .../class-use/RDDConverterUtilsExt.AddRowID.html   |   130 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   179 +
 .../utils/class-use/RDDConverterUtilsExt.html      |   130 +
 .../class-use/RDDSortUtils.IndexComparator.html    |   130 +
 .../spark/utils/class-use/RDDSortUtils.html        |   130 +
 .../spark/utils/class-use/SparkUtils.html          |   130 +
 .../instructions/spark/utils/package-frame.html    |    38 +
 .../instructions/spark/utils/package-summary.html  |   219 +
 .../instructions/spark/utils/package-tree.html     |   168 +
 .../instructions/spark/utils/package-use.html      |   163 +
 .../org/apache/sysml/runtime/matrix/CMCOVMR.html   |   274 +
 .../matrix/CSVReblockMR.AssignRowIDMRReturn.html   |   347 +
 .../runtime/matrix/CSVReblockMR.BlockRow.html      |   362 +
 .../runtime/matrix/CSVReblockMR.OffsetCount.html   |   484 +
 .../apache/sysml/runtime/matrix/CSVReblockMR.html  |   501 +
 .../runtime/matrix/CleanupMR.CleanupMapper.html    |   371 +
 .../org/apache/sysml/runtime/matrix/CleanupMR.html |   267 +
 .../runtime/matrix/CombineMR.InnerReducer.html     |   419 +
 .../org/apache/sysml/runtime/matrix/CombineMR.html |   291 +
 .../org/apache/sysml/runtime/matrix/DataGenMR.html |   286 +
 .../sysml/runtime/matrix/DataPartitionMR.html      |   260 +
 .../java/org/apache/sysml/runtime/matrix/GMR.html  |   316 +
 .../apache/sysml/runtime/matrix/GroupedAggMR.html  |   276 +
 .../org/apache/sysml/runtime/matrix/JobReturn.html |   446 +
 .../org/apache/sysml/runtime/matrix/MMCJMR.html    |   307 +
 .../org/apache/sysml/runtime/matrix/MMRJMR.html    |   278 +
 .../runtime/matrix/MatrixCharacteristics.html      |   774 +
 .../runtime/matrix/MatrixDimensionsMetaData.html   |   415 +
 .../sysml/runtime/matrix/MatrixFormatMetaData.html |   343 +
 .../org/apache/sysml/runtime/matrix/MetaData.html  |   338 +
 .../org/apache/sysml/runtime/matrix/ReblockMR.html |   280 +
 .../org/apache/sysml/runtime/matrix/SortMR.html    |   418 +
 .../apache/sysml/runtime/matrix/WriteCSVMR.html    |   289 +
 .../sysml/runtime/matrix/class-use/CMCOVMR.html    |   130 +
 .../CSVReblockMR.AssignRowIDMRReturn.html          |   189 +
 .../matrix/class-use/CSVReblockMR.BlockRow.html    |   130 +
 .../matrix/class-use/CSVReblockMR.OffsetCount.html |   181 +
 .../runtime/matrix/class-use/CSVReblockMR.html     |   130 +
 .../matrix/class-use/CleanupMR.CleanupMapper.html  |   130 +
 .../sysml/runtime/matrix/class-use/CleanupMR.html  |   130 +
 .../matrix/class-use/CombineMR.InnerReducer.html   |   130 +
 .../sysml/runtime/matrix/class-use/CombineMR.html  |   130 +
 .../sysml/runtime/matrix/class-use/DataGenMR.html  |   130 +
 .../runtime/matrix/class-use/DataPartitionMR.html  |   130 +
 .../apache/sysml/runtime/matrix/class-use/GMR.html |   130 +
 .../runtime/matrix/class-use/GroupedAggMR.html     |   130 +
 .../sysml/runtime/matrix/class-use/JobReturn.html  |   374 +
 .../sysml/runtime/matrix/class-use/MMCJMR.html     |   130 +
 .../sysml/runtime/matrix/class-use/MMRJMR.html     |   130 +
 .../matrix/class-use/MatrixCharacteristics.html    |   868 +
 .../matrix/class-use/MatrixDimensionsMetaData.html |   192 +
 .../matrix/class-use/MatrixFormatMetaData.html     |   130 +
 .../sysml/runtime/matrix/class-use/MetaData.html   |   252 +
 .../sysml/runtime/matrix/class-use/ReblockMR.html  |   130 +
 .../sysml/runtime/matrix/class-use/SortMR.html     |   130 +
 .../sysml/runtime/matrix/class-use/WriteCSVMR.html |   130 +
 .../runtime/matrix/data/AdaptivePartialBlock.html  |   457 +
 .../matrix/data/AddDummyWeightConverter.html       |   341 +
 .../data/BinaryBlockToBinaryCellConverter.html     |   341 +
 .../data/BinaryBlockToRowBlockConverter.html       |   341 +
 .../data/BinaryBlockToTextCellConverter.html       |   344 +
 .../matrix/data/BinaryCellToRowBlockConverter.html |   341 +
 .../matrix/data/BinaryCellToTextConverter.html     |   341 +
 .../sysml/runtime/matrix/data/CM_N_COVCell.html    |  1288 +
 .../matrix/data/CSVFileFormatProperties.html       |   479 +
 .../sysml/runtime/matrix/data/CTableMap.html       |   356 +
 .../sysml/runtime/matrix/data/Converter.html       |   276 +
 .../runtime/matrix/data/ConvolutionParameters.html |   649 +
 .../data/FileFormatProperties.FileFormat.html      |   351 +
 .../runtime/matrix/data/FileFormatProperties.html  |   351 +
 .../matrix/data/FrameBlock.ColumnMetadata.html     |   355 +
 .../sysml/runtime/matrix/data/FrameBlock.html      |  1668 +
 .../org/apache/sysml/runtime/matrix/data/IJV.html  |   338 +
 .../runtime/matrix/data/IdenticalConverter.html    |   341 +
 .../sysml/runtime/matrix/data/InputInfo.html       |   544 +
 .../sysml/runtime/matrix/data/LibCommonsMath.html  |   336 +
 .../sysml/runtime/matrix/data/LibMatrixAgg.html    |   572 +
 .../data/LibMatrixBincell.BinaryAccessType.html    |   387 +
 .../runtime/matrix/data/LibMatrixBincell.html      |   394 +
 .../sysml/runtime/matrix/data/LibMatrixCUDA.html   |  1883 ++
 .../sysml/runtime/matrix/data/LibMatrixDNN.html    |   639 +
 .../runtime/matrix/data/LibMatrixDatagen.html      |   613 +
 .../sysml/runtime/matrix/data/LibMatrixMult.html   |  1056 +
 .../runtime/matrix/data/LibMatrixOuterAgg.html     |   695 +
 .../sysml/runtime/matrix/data/LibMatrixReorg.html  |   754 +
 .../runtime/matrix/data/MatrixBlock.BlockType.html |   375 +
 .../matrix/data/MatrixBlock.SparsityEstimate.html  |   310 +
 .../sysml/runtime/matrix/data/MatrixBlock.html     |  4264 +++
 .../runtime/matrix/data/MatrixBlockDataInput.html  |   282 +
 .../runtime/matrix/data/MatrixBlockDataOutput.html |   274 +
 .../sysml/runtime/matrix/data/MatrixCell.html      |  1401 +
 .../sysml/runtime/matrix/data/MatrixIndexes.html   |   572 +
 .../runtime/matrix/data/MatrixPackedCell.html      |   522 +
 .../runtime/matrix/data/MatrixValue.CellIndex.html |   385 +
 .../sysml/runtime/matrix/data/MatrixValue.html     |  1071 +
 .../matrix/data/MultipleOutputCommitter.html       |   368 +
 .../matrix/data/NumItemsByEachReducerMetaData.html |   358 +
 .../matrix/data/OperationsOnMatrixValues.html      |   959 +
 .../sysml/runtime/matrix/data/OutputInfo.html      |   535 +
 .../org/apache/sysml/runtime/matrix/data/Pair.html |   353 +
 .../sysml/runtime/matrix/data/PartialBlock.html    |   449 +
 .../runtime/matrix/data/RandomMatrixGenerator.html |   439 +
 .../runtime/matrix/data/SparseBlock.Type.html      |   363 +
 .../sysml/runtime/matrix/data/SparseBlock.html     |  1266 +
 .../sysml/runtime/matrix/data/SparseBlockCOO.html  |  1402 +
 .../sysml/runtime/matrix/data/SparseBlockCSR.html  |  1446 +
 .../runtime/matrix/data/SparseBlockFactory.html    |   328 +
 .../sysml/runtime/matrix/data/SparseBlockMCSR.html |  1260 +
 .../sysml/runtime/matrix/data/SparseRow.html       |   685 +
 .../apache/sysml/runtime/matrix/data/Tagged.html   |   500 +
 .../matrix/data/TaggedAdaptivePartialBlock.html    |   288 +
 .../data/TaggedFirstSecondIndexes.Comparator.html  |   327 +
 ...edFirstSecondIndexes.FirstIndexPartitioner.html |   312 +
 ...stSecondIndexes.FirstIndexRangePartitioner.html |   312 +
 .../TaggedFirstSecondIndexes.TagPartitioner.html   |   312 +
 .../matrix/data/TaggedFirstSecondIndexes.html      |   577 +
 .../runtime/matrix/data/TaggedMatrixBlock.html     |   312 +
 .../runtime/matrix/data/TaggedMatrixCell.html      |   312 +
 .../runtime/matrix/data/TaggedMatrixIndexes.html   |   429 +
 .../matrix/data/TaggedMatrixPackedCell.html        |   312 +
 .../runtime/matrix/data/TaggedMatrixValue.html     |   326 +
 .../runtime/matrix/data/TaggedTripleIndexes.html   |   491 +
 .../matrix/data/TextCellToRowBlockConverter.html   |   341 +
 .../matrix/data/TextToBinaryCellConverter.html     |   341 +
 .../matrix/data/TripleIndexes.Comparator.html      |   326 +
 .../TripleIndexes.FirstTwoIndexesPartitioner.html  |   312 +
 .../sysml/runtime/matrix/data/TripleIndexes.html   |   503 +
 .../UnPaddedOutputFormat.UnpaddedRecordWriter.html |   317 +
 .../runtime/matrix/data/UnPaddedOutputFormat.html  |   334 +
 .../sysml/runtime/matrix/data/WeightedCell.html    |   705 +
 .../data/WeightedCellToSortInputConverter.html     |   341 +
 .../sysml/runtime/matrix/data/WeightedPair.html    |   495 +
 .../data/class-use/AdaptivePartialBlock.html       |   182 +
 .../data/class-use/AddDummyWeightConverter.html    |   130 +
 .../BinaryBlockToBinaryCellConverter.html          |   130 +
 .../class-use/BinaryBlockToRowBlockConverter.html  |   130 +
 .../class-use/BinaryBlockToTextCellConverter.html  |   130 +
 .../class-use/BinaryCellToRowBlockConverter.html   |   130 +
 .../data/class-use/BinaryCellToTextConverter.html  |   130 +
 .../matrix/data/class-use/CM_N_COVCell.html        |   130 +
 .../data/class-use/CSVFileFormatProperties.html    |   206 +
 .../runtime/matrix/data/class-use/CTableMap.html   |   501 +
 .../runtime/matrix/data/class-use/Converter.html   |   206 +
 .../data/class-use/ConvolutionParameters.html      |   210 +
 .../class-use/FileFormatProperties.FileFormat.html |   207 +
 .../data/class-use/FileFormatProperties.html       |   236 +
 .../data/class-use/FrameBlock.ColumnMetadata.html  |   238 +
 .../runtime/matrix/data/class-use/FrameBlock.html  |   824 +
 .../sysml/runtime/matrix/data/class-use/IJV.html   |   207 +
 .../matrix/data/class-use/IdenticalConverter.html  |   130 +
 .../runtime/matrix/data/class-use/InputInfo.html   |   604 +
 .../matrix/data/class-use/LibCommonsMath.html      |   130 +
 .../matrix/data/class-use/LibMatrixAgg.html        |   130 +
 .../LibMatrixBincell.BinaryAccessType.html         |   184 +
 .../matrix/data/class-use/LibMatrixBincell.html    |   130 +
 .../matrix/data/class-use/LibMatrixCUDA.html       |   130 +
 .../matrix/data/class-use/LibMatrixDNN.html        |   130 +
 .../matrix/data/class-use/LibMatrixDatagen.html    |   130 +
 .../matrix/data/class-use/LibMatrixMult.html       |   130 +
 .../matrix/data/class-use/LibMatrixOuterAgg.html   |   130 +
 .../matrix/data/class-use/LibMatrixReorg.html      |   130 +
 .../data/class-use/MatrixBlock.BlockType.html      |   179 +
 .../class-use/MatrixBlock.SparsityEstimate.html    |   172 +
 .../runtime/matrix/data/class-use/MatrixBlock.html |  3842 +++
 .../data/class-use/MatrixBlockDataInput.html       |   130 +
 .../data/class-use/MatrixBlockDataOutput.html      |   130 +
 .../runtime/matrix/data/class-use/MatrixCell.html  |   318 +
 .../matrix/data/class-use/MatrixIndexes.html       |  1421 +
 .../matrix/data/class-use/MatrixPackedCell.html    |   185 +
 .../data/class-use/MatrixValue.CellIndex.html      |   130 +
 .../runtime/matrix/data/class-use/MatrixValue.html |  1767 +
 .../data/class-use/MultipleOutputCommitter.html    |   130 +
 .../class-use/NumItemsByEachReducerMetaData.html   |   130 +
 .../data/class-use/OperationsOnMatrixValues.html   |   130 +
 .../runtime/matrix/data/class-use/OutputInfo.html  |   556 +
 .../sysml/runtime/matrix/data/class-use/Pair.html  |   351 +
 .../matrix/data/class-use/PartialBlock.html        |   198 +
 .../data/class-use/RandomMatrixGenerator.html      |   275 +
 .../matrix/data/class-use/SparseBlock.Type.html    |   236 +
 .../runtime/matrix/data/class-use/SparseBlock.html |   324 +
 .../matrix/data/class-use/SparseBlockCOO.html      |   130 +
 .../matrix/data/class-use/SparseBlockCSR.html      |   130 +
 .../matrix/data/class-use/SparseBlockFactory.html  |   130 +
 .../matrix/data/class-use/SparseBlockMCSR.html     |   130 +
 .../runtime/matrix/data/class-use/SparseRow.html   |   263 +
 .../runtime/matrix/data/class-use/Tagged.html      |   203 +
 .../data/class-use/TaggedAdaptivePartialBlock.html |   130 +
 .../TaggedFirstSecondIndexes.Comparator.html       |   130 +
 ...edFirstSecondIndexes.FirstIndexPartitioner.html |   130 +
 ...stSecondIndexes.FirstIndexRangePartitioner.html |   130 +
 .../TaggedFirstSecondIndexes.TagPartitioner.html   |   130 +
 .../data/class-use/TaggedFirstSecondIndexes.html   |   217 +
 .../matrix/data/class-use/TaggedMatrixBlock.html   |   168 +
 .../matrix/data/class-use/TaggedMatrixCell.html    |   168 +
 .../matrix/data/class-use/TaggedMatrixIndexes.html |   181 +
 .../data/class-use/TaggedMatrixPackedCell.html     |   168 +
 .../matrix/data/class-use/TaggedMatrixValue.html   |   231 +
 .../matrix/data/class-use/TaggedTripleIndexes.html |   185 +
 .../class-use/TextCellToRowBlockConverter.html     |   130 +
 .../data/class-use/TextToBinaryCellConverter.html  |   130 +
 .../data/class-use/TripleIndexes.Comparator.html   |   130 +
 .../TripleIndexes.FirstTwoIndexesPartitioner.html  |   130 +
 .../matrix/data/class-use/TripleIndexes.html       |   196 +
 .../UnPaddedOutputFormat.UnpaddedRecordWriter.html |   130 +
 .../data/class-use/UnPaddedOutputFormat.html       |   130 +
 .../matrix/data/class-use/WeightedCell.html        |   206 +
 .../WeightedCellToSortInputConverter.html          |   130 +
 .../matrix/data/class-use/WeightedPair.html        |   195 +
 .../sysml/runtime/matrix/data/package-frame.html   |   102 +
 .../sysml/runtime/matrix/data/package-summary.html |   543 +
 .../sysml/runtime/matrix/data/package-tree.html    |   280 +
 .../sysml/runtime/matrix/data/package-use.html     |   624 +
 .../apache/sysml/runtime/matrix/package-frame.html |    43 +
 .../sysml/runtime/matrix/package-summary.html      |   242 +
 .../apache/sysml/runtime/matrix/package-tree.html  |   183 +
 .../apache/sysml/runtime/matrix/package-use.html   |   302 +
 .../org/apache/sysml/runtime/package-frame.html    |    22 +
 .../org/apache/sysml/runtime/package-summary.html  |   156 +
 .../org/apache/sysml/runtime/package-tree.html     |   159 +
 .../java/org/apache/sysml/runtime/package-use.html |   438 +
 .../java/org/apache/sysml/udf/BinaryObject.html    |   363 +
 .../udf/ExternalFunctionInvocationInstruction.html |   518 +
 .../FunctionParameter.FunctionParameterType.html   |   363 +
 .../org/apache/sysml/udf/FunctionParameter.html    |   325 +
 .../org/apache/sysml/udf/Matrix.ValueType.html     |   351 +
 .../api/java/org/apache/sysml/udf/Matrix.html      |   576 +
 .../java/org/apache/sysml/udf/PackageFunction.html |   502 +
 .../apache/sysml/udf/Scalar.ScalarValueType.html   |   375 +
 .../api/java/org/apache/sysml/udf/Scalar.html      |   410 +
 .../apache/sysml/udf/class-use/BinaryObject.html   |   130 +
 .../ExternalFunctionInvocationInstruction.html     |   130 +
 .../FunctionParameter.FunctionParameterType.html   |   198 +
 .../sysml/udf/class-use/FunctionParameter.html     |   315 +
 .../sysml/udf/class-use/Matrix.ValueType.html      |   211 +
 .../org/apache/sysml/udf/class-use/Matrix.html     |   130 +
 .../sysml/udf/class-use/PackageFunction.html       |   267 +
 .../udf/class-use/Scalar.ScalarValueType.html      |   212 +
 .../org/apache/sysml/udf/class-use/Scalar.html     |   130 +
 .../org/apache/sysml/udf/lib/BinningWrapper.html   |   356 +
 .../java/org/apache/sysml/udf/lib/CumSumProd.html  |   396 +
 .../org/apache/sysml/udf/lib/DeNaNWrapper.html     |   368 +
 .../apache/sysml/udf/lib/DeNegInfinityWrapper.html |   368 +
 .../sysml/udf/lib/DynamicProjectMatrixCP.html      |   355 +
 .../apache/sysml/udf/lib/DynamicReadMatrixCP.html  |   355 +
 .../sysml/udf/lib/DynamicReadMatrixRcCP.html       |   355 +
 .../apache/sysml/udf/lib/DynamicWriteMatrixCP.html |   366 +
 .../org/apache/sysml/udf/lib/GatherWrapper.html    |   366 +
 .../org/apache/sysml/udf/lib/MultiInputCbind.html  |   363 +
 .../org/apache/sysml/udf/lib/OrderWrapper.html     |   367 +
 .../sysml/udf/lib/PermutationMatrixWrapper.html    |   381 +
 .../org/apache/sysml/udf/lib/RemoveEmptyRows.html  |   366 +
 .../udf/lib/RowClassMeet.ClassLabelComparator.html |   299 +
 .../sysml/udf/lib/RowClassMeet.ClassLabels.html    |   298 +
 .../org/apache/sysml/udf/lib/RowClassMeet.html     |   407 +
 .../apache/sysml/udf/lib/SGDNesterovUpdate.html    |   364 +
 .../java/org/apache/sysml/udf/lib/TimeWrapper.html |   363 +
 .../sysml/udf/lib/class-use/BinningWrapper.html    |   130 +
 .../apache/sysml/udf/lib/class-use/CumSumProd.html |   130 +
 .../sysml/udf/lib/class-use/DeNaNWrapper.html      |   130 +
 .../udf/lib/class-use/DeNegInfinityWrapper.html    |   130 +
 .../udf/lib/class-use/DynamicProjectMatrixCP.html  |   130 +
 .../udf/lib/class-use/DynamicReadMatrixCP.html     |   130 +
 .../udf/lib/class-use/DynamicReadMatrixRcCP.html   |   130 +
 .../udf/lib/class-use/DynamicWriteMatrixCP.html    |   130 +
 .../sysml/udf/lib/class-use/GatherWrapper.html     |   130 +
 .../sysml/udf/lib/class-use/MultiInputCbind.html   |   130 +
 .../sysml/udf/lib/class-use/OrderWrapper.html      |   130 +
 .../lib/class-use/PermutationMatrixWrapper.html    |   130 +
 .../sysml/udf/lib/class-use/RemoveEmptyRows.html   |   130 +
 .../RowClassMeet.ClassLabelComparator.html         |   130 +
 .../lib/class-use/RowClassMeet.ClassLabels.html    |   171 +
 .../sysml/udf/lib/class-use/RowClassMeet.html      |   130 +
 .../sysml/udf/lib/class-use/SGDNesterovUpdate.html |   130 +
 .../sysml/udf/lib/class-use/TimeWrapper.html       |   130 +
 .../org/apache/sysml/udf/lib/package-frame.html    |    36 +
 .../org/apache/sysml/udf/lib/package-summary.html  |   233 +
 .../org/apache/sysml/udf/lib/package-tree.html     |   164 +
 .../java/org/apache/sysml/udf/lib/package-use.html |   163 +
 .../java/org/apache/sysml/udf/package-frame.html   |    32 +
 .../java/org/apache/sysml/udf/package-summary.html |   204 +
 .../java/org/apache/sysml/udf/package-tree.html    |   169 +
 .../api/java/org/apache/sysml/udf/package-use.html |   202 +
 site/docs/0.14.0/api/java/overview-frame.html      |    39 +
 site/docs/0.14.0/api/java/overview-summary.html    |   295 +
 site/docs/0.14.0/api/java/overview-tree.html       |   705 +
 site/docs/0.14.0/api/java/package-list             |    18 +
 site/docs/0.14.0/api/java/script.js                |    41 +
 site/docs/0.14.0/api/java/serialized-form.html     |  2365 ++
 site/docs/0.14.0/api/java/stylesheet.css           |   574 +
 site/docs/0.14.0/beginners-guide-python.html       |   532 +
 .../0.14.0/beginners-guide-to-dml-and-pydml.html   |  1065 +
 site/docs/0.14.0/contributing-to-systemml.html     |   372 +
 site/docs/0.14.0/css/bootstrap.min.css             |     6 +
 site/docs/0.14.0/css/main.css                      |   327 +
 site/docs/0.14.0/css/pygments-default.css          |    76 +
 site/docs/0.14.0/debugger-guide.html               |   668 +
 .../devdocs/MatrixMultiplicationOperators.txt      |   134 +
 site/docs/0.14.0/devdocs/deep-learning.md          |   141 +
 site/docs/0.14.0/devdocs/gpu-backend.md            |    61 +
 site/docs/0.14.0/devdocs/python_api.html           |  1712 +
 site/docs/0.14.0/developer-tools-systemml.html     |   252 +
 site/docs/0.14.0/dml-language-reference.html       |  3309 ++
 site/docs/0.14.0/engine-dev-guide.html             |   740 +
 .../0.14.0/files/dml-language-reference/data.csv   |     1 +
 .../files/dml-language-reference/data.csv.mtd      |     7 +
 .../files/dml-language-reference/data.spec.json    |    24 +
 .../files/dml-language-reference/data.spec2.json   |    23 +
 .../files/dml-language-reference/data.spec3.json   |    24 +
 .../0.14.0/files/dml-language-reference/homes.csv  |   149 +
 .../files/dml-language-reference/homes.csv.mtd     |     5 +
 .../dml-language-reference/homes.tfspec_bin2.json  |     5 +
 .../homes.tfspec_recode2.json                      |     2 +
 site/docs/0.14.0/hadoop-batch-mode.html            |  1293 +
 ...-of-quartiles-median-and-interquartile-mean.png |   Bin 0 -> 26477 bytes
 .../img/algorithms-reference/example-tree.png      |   Bin 0 -> 14758 bytes
 .../0.14.0/img/developer-tools/about-eclipse.png   |   Bin 0 -> 54340 bytes
 .../0.14.0/img/developer-tools/eclipse-details.png |   Bin 0 -> 26749 bytes
 .../0.14.0/img/developer-tools/eclipse-scala.png   |   Bin 0 -> 51336 bytes
 .../img/developer-tools/maven-connectors.png       |   Bin 0 -> 33853 bytes
 .../0.14.0/img/developer-tools/maven-scala.png     |   Bin 0 -> 24342 bytes
 .../img/developer-tools/pom-scala-errors.png       |   Bin 0 -> 21605 bytes
 .../img/developer-tools/pom-scala-ignore.png       |   Bin 0 -> 38244 bytes
 .../img/developer-tools/scala-components.png       |   Bin 0 -> 27286 bytes
 .../0.14.0/img/developer-tools/scala-nature.png    |   Bin 0 -> 3772 bytes
 ...-debug-configuration-hello-world-main-class.png |   Bin 0 -> 95393 bytes
 ...configuration-hello-world-program-arguments.png |   Bin 0 -> 85243 bytes
 site/docs/0.14.0/img/favicon.png                   |   Bin 0 -> 461 bytes
 .../0.14.0/img/projects/breast_cancer/approach.svg |     4 +
 .../spark-mlcontext-programming-guide/jupyter1.png |   Bin 0 -> 399540 bytes
 .../spark-mlcontext-programming-guide/jupyter2.png |   Bin 0 -> 450954 bytes
 .../jupyter_loss_graph.png                         |   Bin 0 -> 12081 bytes
 ...eppelin-notebook-systemml-linear-regression.png |   Bin 0 -> 158819 bytes
 .../zeppelin-notebook.png                          |   Bin 0 -> 152132 bytes
 site/docs/0.14.0/img/systemml-logo.png             |   Bin 0 -> 982 bytes
 site/docs/0.14.0/index.html                        |   250 +
 site/docs/0.14.0/jmlc.html                         |   318 +
 site/docs/0.14.0/js/main.js                        |   164 +
 site/docs/0.14.0/js/vendor/anchor.min.js           |     6 +
 site/docs/0.14.0/js/vendor/bootstrap.min.js        |     7 +
 site/docs/0.14.0/js/vendor/jquery-1.12.0.min.js    |     5 +
 site/docs/0.14.0/python-reference.html             |  1142 +
 site/docs/0.14.0/release-process.html              |   537 +
 site/docs/0.14.0/spark-batch-mode.html             |   232 +
 .../0.14.0/spark-mlcontext-programming-guide.html  |  1982 ++
 site/docs/0.14.0/standalone-guide.html             |   924 +
 site/docs/0.14.0/troubleshooting-guide.html        |   302 +
 site/docs/0.15.0/README.md                         |    42 +
 site/docs/0.15.0/algorithms-bibliography.html      |   263 +
 site/docs/0.15.0/algorithms-classification.html    |  2420 ++
 site/docs/0.15.0/algorithms-clustering.html        |   796 +
 .../0.15.0/algorithms-descriptive-statistics.html  |  1816 +
 .../0.15.0/algorithms-matrix-factorization.html    |   811 +
 site/docs/0.15.0/algorithms-reference.html         |   214 +
 site/docs/0.15.0/algorithms-regression.html        |  2795 ++
 site/docs/0.15.0/algorithms-survival-analysis.html |  1111 +
 site/docs/0.15.0/api/java/allclasses-frame.html    |   388 +
 site/docs/0.15.0/api/java/allclasses-noframe.html  |   388 +
 site/docs/0.15.0/api/java/constant-values.html     |  1219 +
 site/docs/0.15.0/api/java/deprecated-list.html     |   180 +
 site/docs/0.15.0/api/java/help-doc.html            |   235 +
 site/docs/0.15.0/api/java/index-all.html           | 11253 +++++++
 site/docs/0.15.0/api/java/index.html               |    75 +
 .../java/org/apache/sysml/api/DMLException.html    |   347 +
 .../org/apache/sysml/api/DMLScript.DMLOptions.html |   508 +
 .../sysml/api/DMLScript.RUNTIME_PLATFORM.html      |   387 +
 .../api/java/org/apache/sysml/api/DMLScript.html   |   787 +
 .../org/apache/sysml/api/ScriptExecutorUtils.html  |   326 +
 .../apache/sysml/api/class-use/DMLException.html   |   469 +
 .../sysml/api/class-use/DMLScript.DMLOptions.html  |   186 +
 .../api/class-use/DMLScript.RUNTIME_PLATFORM.html  |   218 +
 .../org/apache/sysml/api/class-use/DMLScript.html  |   130 +
 .../sysml/api/class-use/ScriptExecutorUtils.html   |   130 +
 .../java/org/apache/sysml/api/jmlc/Connection.html |  1347 +
 .../java/org/apache/sysml/api/jmlc/JMLCProxy.html  |   305 +
 .../java/org/apache/sysml/api/jmlc/JMLCUtils.html  |   366 +
 .../org/apache/sysml/api/jmlc/PreparedScript.html  |   927 +
 .../org/apache/sysml/api/jmlc/ResultVariables.html |   560 +
 .../sysml/api/jmlc/class-use/Connection.html       |   130 +
 .../apache/sysml/api/jmlc/class-use/JMLCProxy.html |   130 +
 .../apache/sysml/api/jmlc/class-use/JMLCUtils.html |   130 +
 .../sysml/api/jmlc/class-use/PreparedScript.html   |   185 +
 .../sysml/api/jmlc/class-use/ResultVariables.html  |   173 +
 .../org/apache/sysml/api/jmlc/package-frame.html   |    25 +
 .../org/apache/sysml/api/jmlc/package-summary.html |   178 +
 .../org/apache/sysml/api/jmlc/package-tree.html    |   147 +
 .../org/apache/sysml/api/jmlc/package-use.html     |   172 +
 .../java/org/apache/sysml/api/mlcontext/Frame.html |   598 +
 .../apache/sysml/api/mlcontext/FrameFormat.html    |   399 +
 .../apache/sysml/api/mlcontext/FrameMetadata.html  |  1100 +
 .../apache/sysml/api/mlcontext/FrameSchema.html    |   387 +
 .../api/mlcontext/MLContext.ExecutionType.html     |   408 +
 .../api/mlcontext/MLContext.ExplainLevel.html      |   416 +
 .../api/mlcontext/MLContext.InternalProxy.html     |   297 +
 .../org/apache/sysml/api/mlcontext/MLContext.html  |  1057 +
 .../api/mlcontext/MLContextConversionUtil.html     |  1682 +
 .../sysml/api/mlcontext/MLContextException.html    |   375 +
 .../apache/sysml/api/mlcontext/MLContextUtil.html  |  1275 +
 .../org/apache/sysml/api/mlcontext/MLResults.html  |  2497 ++
 .../org/apache/sysml/api/mlcontext/Matrix.html     |   709 +
 .../apache/sysml/api/mlcontext/MatrixFormat.html   |   458 +
 .../apache/sysml/api/mlcontext/MatrixMetadata.html |   812 +
 .../org/apache/sysml/api/mlcontext/Metadata.html   |   631 +
 .../apache/sysml/api/mlcontext/ProjectInfo.html    |   371 +
 .../org/apache/sysml/api/mlcontext/Script.html     |  1238 +
 .../apache/sysml/api/mlcontext/ScriptExecutor.html |  1443 +
 .../apache/sysml/api/mlcontext/ScriptFactory.html  |   622 +
 .../org/apache/sysml/api/mlcontext/ScriptType.html |   415 +
 .../sysml/api/mlcontext/class-use/Frame.html       |   172 +
 .../sysml/api/mlcontext/class-use/FrameFormat.html |   326 +
 .../api/mlcontext/class-use/FrameMetadata.html     |   281 +
 .../sysml/api/mlcontext/class-use/FrameSchema.html |   260 +
 .../class-use/MLContext.ExecutionType.html         |   225 +
 .../class-use/MLContext.ExplainLevel.html          |   215 +
 .../class-use/MLContext.InternalProxy.html         |   172 +
 .../sysml/api/mlcontext/class-use/MLContext.html   |   214 +
 .../class-use/MLContextConversionUtil.html         |   130 +
 .../mlcontext/class-use/MLContextException.html    |   130 +
 .../api/mlcontext/class-use/MLContextUtil.html     |   130 +
 .../sysml/api/mlcontext/class-use/MLResults.html   |   218 +
 .../sysml/api/mlcontext/class-use/Matrix.html      |   172 +
 .../api/mlcontext/class-use/MatrixFormat.html      |   275 +
 .../api/mlcontext/class-use/MatrixMetadata.html    |   312 +
 .../sysml/api/mlcontext/class-use/Metadata.html    |   223 +
 .../sysml/api/mlcontext/class-use/ProjectInfo.html |   179 +
 .../sysml/api/mlcontext/class-use/Script.html      |   447 +
 .../api/mlcontext/class-use/ScriptExecutor.html    |   219 +
 .../api/mlcontext/class-use/ScriptFactory.html     |   130 +
 .../sysml/api/mlcontext/class-use/ScriptType.html  |   257 +
 .../apache/sysml/api/mlcontext/package-frame.html  |    46 +
 .../sysml/api/mlcontext/package-summary.html       |   298 +
 .../apache/sysml/api/mlcontext/package-tree.html   |   189 +
 .../apache/sysml/api/mlcontext/package-use.html    |   282 +
 .../java/org/apache/sysml/api/package-frame.html   |    31 +
 .../java/org/apache/sysml/api/package-summary.html |   194 +
 .../java/org/apache/sysml/api/package-tree.html    |   166 +
 .../api/java/org/apache/sysml/api/package-use.html |   238 +
 .../apache/sysml/runtime/DMLRuntimeException.html  |   319 +
 .../apache/sysml/runtime/DMLScriptException.html   |   301 +
 .../runtime/class-use/DMLRuntimeException.html     |  5695 ++++
 .../runtime/class-use/DMLScriptException.html      |   130 +
 .../sysml/runtime/codegen/ByteClassLoader.html     |   328 +
 .../apache/sysml/runtime/codegen/CodegenUtils.html |   384 +
 .../sysml/runtime/codegen/LibSpoofPrimitives.html  |  4779 +++
 .../sysml/runtime/codegen/SpoofCellwise.AggOp.html |   375 +
 .../runtime/codegen/SpoofCellwise.CellType.html    |   375 +
 .../sysml/runtime/codegen/SpoofCellwise.html       |   489 +
 .../sysml/runtime/codegen/SpoofMultiAggregate.html |   485 +
 .../runtime/codegen/SpoofOperator.SideInput.html   |   317 +
 .../codegen/SpoofOperator.SideInputSparse.html     |   303 +
 .../sysml/runtime/codegen/SpoofOperator.html       |   792 +
 .../codegen/SpoofOuterProduct.OutProdType.html     |   375 +
 .../sysml/runtime/codegen/SpoofOuterProduct.html   |   566 +
 .../runtime/codegen/SpoofRowwise.RowType.html      |   462 +
 .../apache/sysml/runtime/codegen/SpoofRowwise.html |   621 +
 .../runtime/codegen/class-use/ByteClassLoader.html |   130 +
 .../runtime/codegen/class-use/CodegenUtils.html    |   130 +
 .../codegen/class-use/LibSpoofPrimitives.html      |   130 +
 .../codegen/class-use/SpoofCellwise.AggOp.html     |   249 +
 .../codegen/class-use/SpoofCellwise.CellType.html  |   196 +
 .../runtime/codegen/class-use/SpoofCellwise.html   |   130 +
 .../codegen/class-use/SpoofMultiAggregate.html     |   130 +
 .../codegen/class-use/SpoofOperator.SideInput.html |   321 +
 .../class-use/SpoofOperator.SideInputSparse.html   |   130 +
 .../runtime/codegen/class-use/SpoofOperator.html   |   195 +
 .../class-use/SpoofOuterProduct.OutProdType.html   |   220 +
 .../codegen/class-use/SpoofOuterProduct.html       |   130 +
 .../codegen/class-use/SpoofRowwise.RowType.html    |   210 +
 .../runtime/codegen/class-use/SpoofRowwise.html    |   130 +
 .../sysml/runtime/codegen/package-frame.html       |    37 +
 .../sysml/runtime/codegen/package-summary.html     |   214 +
 .../apache/sysml/runtime/codegen/package-tree.html |   185 +
 .../apache/sysml/runtime/codegen/package-use.html  |   197 +
 .../sysml/runtime/compress/BitmapEncoder.html      |   416 +
 .../runtime/compress/ColGroup.CompressionType.html |   387 +
 .../apache/sysml/runtime/compress/ColGroup.html    |   849 +
 .../apache/sysml/runtime/compress/ColGroupDDC.html |   736 +
 .../sysml/runtime/compress/ColGroupDDC1.html       |   902 +
 .../sysml/runtime/compress/ColGroupDDC2.html       |   850 +
 .../apache/sysml/runtime/compress/ColGroupOLE.html |   862 +
 .../compress/ColGroupOffset.OffsetRowIterator.html |   318 +
 .../ColGroupOffset.OffsetValueIterator.html        |   318 +
 .../compress/ColGroupOffset.ZeroValueIterator.html |   316 +
 .../sysml/runtime/compress/ColGroupOffset.html     |  1077 +
 .../apache/sysml/runtime/compress/ColGroupRLE.html |   856 +
 .../runtime/compress/ColGroupUncompressed.html     |   871 +
 .../sysml/runtime/compress/ColGroupValue.html      |   955 +
 ...ompressedMatrixBlock.CompressionStatistics.html |   379 +
 .../runtime/compress/CompressedMatrixBlock.html    |  2479 ++
 .../runtime/compress/ReaderColumnSelection.html    |   399 +
 .../compress/ReaderColumnSelectionDense.html       |   346 +
 .../compress/ReaderColumnSelectionDenseSample.html |   380 +
 .../compress/ReaderColumnSelectionSparse.html      |   324 +
 .../sysml/runtime/compress/UncompressedBitmap.html |   407 +
 .../runtime/compress/class-use/BitmapEncoder.html  |   130 +
 .../class-use/ColGroup.CompressionType.html        |   205 +
 .../sysml/runtime/compress/class-use/ColGroup.html |   341 +
 .../runtime/compress/class-use/ColGroupDDC.html    |   214 +
 .../runtime/compress/class-use/ColGroupDDC1.html   |   182 +
 .../runtime/compress/class-use/ColGroupDDC2.html   |   130 +
 .../runtime/compress/class-use/ColGroupOLE.html    |   130 +
 .../ColGroupOffset.OffsetRowIterator.html          |   130 +
 .../ColGroupOffset.OffsetValueIterator.html        |   130 +
 .../ColGroupOffset.ZeroValueIterator.html          |   130 +
 .../runtime/compress/class-use/ColGroupOffset.html |   179 +
 .../runtime/compress/class-use/ColGroupRLE.html    |   130 +
 .../compress/class-use/ColGroupUncompressed.html   |   130 +
 .../runtime/compress/class-use/ColGroupValue.html  |   206 +
 ...ompressedMatrixBlock.CompressionStatistics.html |   183 +
 .../compress/class-use/CompressedMatrixBlock.html  |   130 +
 .../compress/class-use/ReaderColumnSelection.html  |   185 +
 .../class-use/ReaderColumnSelectionDense.html      |   130 +
 .../ReaderColumnSelectionDenseSample.html          |   130 +
 .../class-use/ReaderColumnSelectionSparse.html     |   130 +
 .../compress/class-use/UncompressedBitmap.html     |   266 +
 .../compress/cocode/ColumnGroupPartitioner.html    |   294 +
 .../cocode/ColumnGroupPartitionerBinPacking.html   |   335 +
 .../cocode/ColumnGroupPartitionerStatic.html       |   299 +
 .../cocode/PlanningCoCoder.GroupableColInfo.html   |   298 +
 .../cocode/PlanningCoCoder.PartitionerType.html    |   351 +
 .../runtime/compress/cocode/PlanningCoCoder.html   |   313 +
 .../cocode/PlanningCoCodingGroup.ColIndexes.html   |   302 +
 .../compress/cocode/PlanningCoCodingGroup.html     |   473 +
 .../runtime/compress/cocode/PlanningMemoTable.html |   339 +
 .../cocode/class-use/ColumnGroupPartitioner.html   |   178 +
 .../ColumnGroupPartitionerBinPacking.html          |   130 +
 .../class-use/ColumnGroupPartitionerStatic.html    |   130 +
 .../PlanningCoCoder.GroupableColInfo.html          |   197 +
 .../class-use/PlanningCoCoder.PartitionerType.html |   179 +
 .../compress/cocode/class-use/PlanningCoCoder.html |   130 +
 .../PlanningCoCodingGroup.ColIndexes.html          |   130 +
 .../cocode/class-use/PlanningCoCodingGroup.html    |   217 +
 .../cocode/class-use/PlanningMemoTable.html        |   130 +
 .../runtime/compress/cocode/package-frame.html     |    32 +
 .../runtime/compress/cocode/package-summary.html   |   197 +
 .../runtime/compress/cocode/package-tree.html      |   165 +
 .../sysml/runtime/compress/cocode/package-use.html |   174 +
 ...pressedSizeEstimator.SizeEstimationFactors.html |   345 +
 .../compress/estim/CompressedSizeEstimator.html    |   484 +
 .../estim/CompressedSizeEstimatorExact.html        |   341 +
 .../estim/CompressedSizeEstimatorSample.html       |   464 +
 .../runtime/compress/estim/CompressedSizeInfo.html |   351 +
 .../compress/estim/SizeEstimatorFactory.html       |   341 +
 ...pressedSizeEstimator.SizeEstimationFactors.html |   171 +
 .../estim/class-use/CompressedSizeEstimator.html   |   239 +
 .../class-use/CompressedSizeEstimatorExact.html    |   130 +
 .../class-use/CompressedSizeEstimatorSample.html   |   130 +
 .../estim/class-use/CompressedSizeInfo.html        |   216 +
 .../estim/class-use/SizeEstimatorFactory.html      |   130 +
 .../runtime/compress/estim/package-frame.html      |    26 +
 .../runtime/compress/estim/package-summary.html    |   174 +
 .../sysml/runtime/compress/estim/package-tree.html |   151 +
 .../sysml/runtime/compress/estim/package-use.html  |   199 +
 .../sysml/runtime/compress/package-frame.html      |    41 +
 .../sysml/runtime/compress/package-summary.html    |   266 +
 .../sysml/runtime/compress/package-tree.html       |   197 +
 .../apache/sysml/runtime/compress/package-use.html |   247 +
 .../runtime/compress/utils/ConverterUtils.html     |   314 +
 .../sysml/runtime/compress/utils/DblArray.html     |   393 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   311 +
 .../compress/utils/DblArrayIntListHashMap.html     |   339 +
 .../utils/DoubleIntListHashMap.DIListEntry.html    |   311 +
 .../compress/utils/DoubleIntListHashMap.html       |   339 +
 .../sysml/runtime/compress/utils/IntArrayList.html |   315 +
 .../runtime/compress/utils/LinearAlgebraUtils.html |   510 +
 .../compress/utils/class-use/ConverterUtils.html   |   130 +
 .../runtime/compress/utils/class-use/DblArray.html |   243 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   183 +
 .../utils/class-use/DblArrayIntListHashMap.html    |   169 +
 .../DoubleIntListHashMap.DIListEntry.html          |   183 +
 .../utils/class-use/DoubleIntListHashMap.html      |   168 +
 .../compress/utils/class-use/IntArrayList.html     |   248 +
 .../utils/class-use/LinearAlgebraUtils.html        |   130 +
 .../runtime/compress/utils/package-frame.html      |    26 +
 .../runtime/compress/utils/package-summary.html    |   182 +
 .../sysml/runtime/compress/utils/package-tree.html |   150 +
 .../sysml/runtime/compress/utils/package-use.html  |   216 +
 .../runtime/instructions/CPInstructionParser.html  |   363 +
 .../runtime/instructions/GPUInstructionParser.html |   314 +
 .../instructions/Instruction.INSTRUCTION_TYPE.html |   399 +
 .../sysml/runtime/instructions/Instruction.html    |   944 +
 .../runtime/instructions/InstructionParser.html    |   304 +
 .../runtime/instructions/InstructionUtils.html     |   725 +
 .../runtime/instructions/MRInstructionParser.html  |   523 +
 .../runtime/instructions/MRJobInstruction.html     |  1363 +
 .../runtime/instructions/SPInstructionParser.html  |   350 +
 .../class-use/CPInstructionParser.html             |   130 +
 .../class-use/GPUInstructionParser.html            |   130 +
 .../class-use/Instruction.INSTRUCTION_TYPE.html    |   209 +
 .../instructions/class-use/Instruction.html        |   746 +
 .../instructions/class-use/InstructionParser.html  |   182 +
 .../instructions/class-use/InstructionUtils.html   |   130 +
 .../class-use/MRInstructionParser.html             |   130 +
 .../instructions/class-use/MRJobInstruction.html   |   413 +
 .../class-use/SPInstructionParser.html             |   130 +
 .../gpu/AggregateBinaryGPUInstruction.html         |   342 +
 .../gpu/AggregateUnaryGPUInstruction.html          |   343 +
 .../gpu/ArithmeticBinaryGPUInstruction.html        |   420 +
 .../gpu/BuiltinBinaryGPUInstruction.html           |   368 +
 .../gpu/BuiltinUnaryGPUInstruction.html            |   379 +
 .../gpu/ConvolutionGPUInstruction.html             |   380 +
 .../gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html    |   471 +
 .../runtime/instructions/gpu/GPUInstruction.html   |  1734 +
 .../instructions/gpu/MMTSJGPUInstruction.html      |   368 +
 .../gpu/MatrixAppendGPUInstruction.html            |   343 +
 .../gpu/MatrixBuiltinGPUInstruction.html           |   380 +
 .../gpu/MatrixIndexingGPUInstruction.html          |   342 +
 .../gpu/MatrixMatrixArithmeticGPUInstruction.html  |   389 +
 .../gpu/MatrixMatrixAxpyGPUInstruction.html        |   354 +
 .../gpu/MatrixMatrixBuiltinGPUInstruction.html     |   384 +
 ...MatrixMatrixRelationalBinaryGPUInstruction.html |   389 +
 .../gpu/RelationalBinaryGPUInstruction.html        |   420 +
 .../instructions/gpu/ReorgGPUInstruction.html      |   342 +
 .../gpu/ScalarMatrixArithmeticGPUInstruction.html  |   389 +
 ...ScalarMatrixRelationalBinaryGPUInstruction.html |   389 +
 .../class-use/AggregateBinaryGPUInstruction.html   |   170 +
 .../class-use/AggregateUnaryGPUInstruction.html    |   170 +
 .../class-use/ArithmeticBinaryGPUInstruction.html  |   191 +
 .../gpu/class-use/BuiltinBinaryGPUInstruction.html |   183 +
 .../gpu/class-use/BuiltinUnaryGPUInstruction.html  |   183 +
 .../gpu/class-use/ConvolutionGPUInstruction.html   |   170 +
 .../GPUInstruction.GPUINSTRUCTION_TYPE.html        |   232 +
 .../instructions/gpu/class-use/GPUInstruction.html |   269 +
 .../gpu/class-use/MMTSJGPUInstruction.html         |   172 +
 .../gpu/class-use/MatrixAppendGPUInstruction.html  |   170 +
 .../gpu/class-use/MatrixBuiltinGPUInstruction.html |   130 +
 .../class-use/MatrixIndexingGPUInstruction.html    |   170 +
 .../MatrixMatrixArithmeticGPUInstruction.html      |   130 +
 .../class-use/MatrixMatrixAxpyGPUInstruction.html  |   170 +
 .../MatrixMatrixBuiltinGPUInstruction.html         |   130 +
 ...MatrixMatrixRelationalBinaryGPUInstruction.html |   130 +
 .../class-use/RelationalBinaryGPUInstruction.html  |   187 +
 .../gpu/class-use/ReorgGPUInstruction.html         |   170 +
 .../ScalarMatrixArithmeticGPUInstruction.html      |   130 +
 ...ScalarMatrixRelationalBinaryGPUInstruction.html |   130 +
 .../instructions/gpu/context/CSRPointer.html       |   763 +
 .../instructions/gpu/context/ExecutionConfig.html  |   562 +
 .../gpu/context/GPUContext.EvictionPolicy.html     |   364 +
 .../instructions/gpu/context/GPUContext.html       |  1096 +
 .../instructions/gpu/context/GPUContextPool.html   |   484 +
 .../instructions/gpu/context/GPUObject.html        |  1137 +
 .../instructions/gpu/context/JCudaKernels.html     |   284 +
 .../gpu/context/class-use/CSRPointer.html          |   293 +
 .../gpu/context/class-use/ExecutionConfig.html     |   213 +
 .../class-use/GPUContext.EvictionPolicy.html       |   194 +
 .../gpu/context/class-use/GPUContext.html          |   842 +
 .../gpu/context/class-use/GPUContextPool.html      |   130 +
 .../gpu/context/class-use/GPUObject.html           |   195 +
 .../gpu/context/class-use/JCudaKernels.html        |   172 +
 .../instructions/gpu/context/package-frame.html    |    30 +
 .../instructions/gpu/context/package-summary.html  |   198 +
 .../instructions/gpu/context/package-tree.html     |   160 +
 .../instructions/gpu/context/package-use.html      |   214 +
 .../runtime/instructions/gpu/package-frame.html    |    43 +
 .../runtime/instructions/gpu/package-summary.html  |   239 +
 .../runtime/instructions/gpu/package-tree.html     |   192 +
 .../runtime/instructions/gpu/package-use.html      |   228 +
 .../sysml/runtime/instructions/package-frame.html  |    32 +
 .../runtime/instructions/package-summary.html      |   191 +
 .../sysml/runtime/instructions/package-tree.html   |   168 +
 .../sysml/runtime/instructions/package-use.html    |   286 +
 .../spark/AggregateTernarySPInstruction.html       |   361 +
 .../spark/AggregateUnarySPInstruction.html         |   418 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   299 +
 .../spark/AppendGAlignedSPInstruction.html         |   384 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   301 +
 .../spark/AppendGSPInstruction.ShiftMatrix.html    |   301 +
 .../instructions/spark/AppendGSPInstruction.html   |   388 +
 .../instructions/spark/AppendMSPInstruction.html   |   442 +
 .../instructions/spark/AppendRSPInstruction.html   |   379 +
 .../spark/ArithmeticBinarySPInstruction.html       |   351 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   299 +
 .../spark/BinUaggChainSPInstruction.html           |   377 +
 .../instructions/spark/BinarySPInstruction.html    |   577 +
 .../spark/BuiltinBinarySPInstruction.html          |   397 +
 .../spark/BuiltinUnarySPInstruction.html           |   388 +
 .../spark/CSVReblockSPInstruction.html             |   464 +
 .../instructions/spark/CastSPInstruction.html      |   366 +
 .../spark/CentralMomentSPInstruction.html          |   366 +
 .../spark/CheckpointSPInstruction.html             |   366 +
 ...mpressionSPInstruction.CompressionFunction.html |   297 +
 .../spark/CompressionSPInstruction.html            |   377 +
 .../spark/ComputationSPInstruction.html            |   531 +
 .../spark/ConvolutionSPInstruction.html            |   366 +
 .../spark/CovarianceSPInstruction.html             |   373 +
 .../instructions/spark/CpmmSPInstruction.html      |   379 +
 .../spark/CumulativeAggregateSPInstruction.html    |   371 +
 .../spark/CumulativeOffsetSPInstruction.html       |   373 +
 .../spark/FrameAppendMSPInstruction.html           |   424 +
 .../spark/FrameAppendRSPInstruction.html           |   422 +
 .../spark/FrameIndexingSPInstruction.html          |   462 +
 .../instructions/spark/IndexingSPInstruction.html  |   434 +
 .../spark/MapmmChainSPInstruction.html             |   342 +
 .../instructions/spark/MapmmSPInstruction.html     |   373 +
 .../spark/MatrixAppendMSPInstruction.html          |   424 +
 .../spark/MatrixAppendRSPInstruction.html          |   422 +
 .../MatrixBVectorArithmeticSPInstruction.html      |   420 +
 .../spark/MatrixBVectorBuiltinSPInstruction.html   |   420 +
 .../MatrixBVectorRelationalSPInstruction.html      |   420 +
 .../spark/MatrixBuiltinSPInstruction.html          |   404 +
 .../spark/MatrixIndexingSPInstruction.html         |   552 +
 .../spark/MatrixMatrixArithmeticSPInstruction.html |   418 +
 .../spark/MatrixMatrixBuiltinSPInstruction.html    |   413 +
 .../spark/MatrixMatrixRelationalSPInstruction.html |   418 +
 .../spark/MatrixReshapeSPInstruction.html          |   366 +
 .../spark/MatrixScalarArithmeticSPInstruction.html |   413 +
 .../spark/MatrixScalarBuiltinSPInstruction.html    |   413 +
 .../spark/MatrixScalarRelationalSPInstruction.html |   413 +
 ...PInstruction.TransformEncodeBuild2Function.html |   297 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   301 +
 ...PInstruction.TransformEncodeGroup2Function.html |   297 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   302 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   419 +
 .../instructions/spark/PMapmmSPInstruction.html    |   375 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   299 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   305 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   302 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   307 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   303 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   305 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   299 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   299 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   299 +
 ...struction.RDDTransformDecodeExpandFunction.html |   299 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   299 +
 .../spark/ParameterizedBuiltinSPInstruction.html   |   490 +
 .../instructions/spark/PlusMultSPInstruction.html  |   378 +
 .../instructions/spark/PmmSPInstruction.html       |   373 +
 .../spark/QuantilePickSPInstruction.html           |   373 +
 .../spark/QuantileSortSPInstruction.html           |   371 +
 .../spark/QuaternarySPInstruction.html             |   361 +
 .../instructions/spark/RandSPInstruction.html      |   548 +
 .../instructions/spark/ReblockSPInstruction.html   |   406 +
 .../spark/RelationalBinarySPInstruction.html       |   397 +
 .../instructions/spark/ReorgSPInstruction.html     |   366 +
 .../instructions/spark/RmmSPInstruction.html       |   373 +
 .../spark/SPInstruction.SPINSTRUCTION_TYPE.html    |   867 +
 .../runtime/instructions/spark/SPInstruction.html  |   527 +
 ...SPInstruction.ReplicateRightFactorFunction.html |   299 +
 .../instructions/spark/SpoofSPInstruction.html     |   366 +
 .../instructions/spark/TernarySPInstruction.html   |   361 +
 .../instructions/spark/Tsmm2SPInstruction.html     |   366 +
 .../instructions/spark/TsmmSPInstruction.html      |   366 +
 .../spark/UaggOuterChainSPInstruction.html         |   409 +
 .../instructions/spark/UnarySPInstruction.html     |   392 +
 .../instructions/spark/WriteSPInstruction.html     |   418 +
 .../instructions/spark/ZipmmSPInstruction.html     |   373 +
 .../class-use/AggregateTernarySPInstruction.html   |   170 +
 .../class-use/AggregateUnarySPInstruction.html     |   183 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   130 +
 .../class-use/AppendGAlignedSPInstruction.html     |   170 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   130 +
 .../AppendGSPInstruction.ShiftMatrix.html          |   130 +
 .../spark/class-use/AppendGSPInstruction.html      |   170 +
 .../spark/class-use/AppendMSPInstruction.html      |   187 +
 .../spark/class-use/AppendRSPInstruction.html      |   187 +
 .../class-use/ArithmeticBinarySPInstruction.html   |   195 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   130 +
 .../spark/class-use/BinUaggChainSPInstruction.html |   170 +
 .../spark/class-use/BinarySPInstruction.html       |   298 +
 .../class-use/BuiltinBinarySPInstruction.html      |   191 +
 .../spark/class-use/BuiltinUnarySPInstruction.html |   183 +
 .../spark/class-use/CSVReblockSPInstruction.html   |   170 +
 .../spark/class-use/CastSPInstruction.html         |   170 +
 .../class-use/CentralMomentSPInstruction.html      |   170 +
 .../spark/class-use/CheckpointSPInstruction.html   |   170 +
 ...mpressionSPInstruction.CompressionFunction.html |   130 +
 .../spark/class-use/CompressionSPInstruction.html  |   170 +
 .../spark/class-use/ComputationSPInstruction.html  |   418 +
 .../spark/class-use/ConvolutionSPInstruction.html  |   170 +
 .../spark/class-use/CovarianceSPInstruction.html   |   170 +
 .../spark/class-use/CpmmSPInstruction.html         |   170 +
 .../CumulativeAggregateSPInstruction.html          |   170 +
 .../class-use/CumulativeOffsetSPInstruction.html   |   170 +
 .../spark/class-use/FrameAppendMSPInstruction.html |   130 +
 .../spark/class-use/FrameAppendRSPInstruction.html |   130 +
 .../class-use/FrameIndexingSPInstruction.html      |   130 +
 .../spark/class-use/IndexingSPInstruction.html     |   191 +
 .../spark/class-use/MapmmChainSPInstruction.html   |   170 +
 .../spark/class-use/MapmmSPInstruction.html        |   170 +
 .../class-use/MatrixAppendMSPInstruction.html      |   130 +
 .../class-use/MatrixAppendRSPInstruction.html      |   130 +
 .../MatrixBVectorArithmeticSPInstruction.html      |   130 +
 .../MatrixBVectorBuiltinSPInstruction.html         |   130 +
 .../MatrixBVectorRelationalSPInstruction.html      |   130 +
 .../class-use/MatrixBuiltinSPInstruction.html      |   130 +
 .../class-use/MatrixIndexingSPInstruction.html     |   130 +
 .../MatrixMatrixArithmeticSPInstruction.html       |   130 +
 .../MatrixMatrixBuiltinSPInstruction.html          |   130 +
 .../MatrixMatrixRelationalSPInstruction.html       |   130 +
 .../class-use/MatrixReshapeSPInstruction.html      |   170 +
 .../MatrixScalarArithmeticSPInstruction.html       |   130 +
 .../MatrixScalarBuiltinSPInstruction.html          |   130 +
 .../MatrixScalarRelationalSPInstruction.html       |   130 +
 ...PInstruction.TransformEncodeBuild2Function.html |   130 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   130 +
 ...PInstruction.TransformEncodeGroup2Function.html |   130 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   130 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   170 +
 .../spark/class-use/PMapmmSPInstruction.html       |   170 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   130 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   130 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   130 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   130 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   130 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   130 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   130 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   130 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   130 +
 ...struction.RDDTransformDecodeExpandFunction.html |   130 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   130 +
 .../ParameterizedBuiltinSPInstruction.html         |   170 +
 .../spark/class-use/PlusMultSPInstruction.html     |   170 +
 .../spark/class-use/PmmSPInstruction.html          |   170 +
 .../spark/class-use/QuantilePickSPInstruction.html |   170 +
 .../spark/class-use/QuantileSortSPInstruction.html |   170 +
 .../spark/class-use/QuaternarySPInstruction.html   |   170 +
 .../spark/class-use/RandSPInstruction.html         |   170 +
 .../spark/class-use/ReblockSPInstruction.html      |   170 +
 .../class-use/RelationalBinarySPInstruction.html   |   191 +
 .../spark/class-use/ReorgSPInstruction.html        |   170 +
 .../spark/class-use/RmmSPInstruction.html          |   170 +
 .../SPInstruction.SPINSTRUCTION_TYPE.html          |   245 +
 .../spark/class-use/SPInstruction.html             |   461 +
 ...SPInstruction.ReplicateRightFactorFunction.html |   130 +
 .../spark/class-use/SpoofSPInstruction.html        |   170 +
 .../spark/class-use/TernarySPInstruction.html      |   170 +
 .../spark/class-use/Tsmm2SPInstruction.html        |   170 +
 .../spark/class-use/TsmmSPInstruction.html         |   170 +
 .../class-use/UaggOuterChainSPInstruction.html     |   170 +
 .../spark/class-use/UnarySPInstruction.html        |   258 +
 .../spark/class-use/WriteSPInstruction.html        |   170 +
 .../spark/class-use/ZipmmSPInstruction.html        |   170 +
 .../runtime/instructions/spark/package-frame.html  |   109 +
 .../instructions/spark/package-summary.html        |   524 +
 .../runtime/instructions/spark/package-tree.html   |   279 +
 .../runtime/instructions/spark/package-use.html    |   341 +
 .../spark/utils/FrameRDDAggregateUtils.html        |   277 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   297 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   297 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   297 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   297 +
 .../spark/utils/FrameRDDConverterUtils.html        |   697 +
 .../spark/utils/RDDAggregateUtils.html             |   562 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   297 +
 .../spark/utils/RDDConverterUtils.html             |   627 +
 .../spark/utils/RDDConverterUtilsExt.AddRowID.html |   297 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   351 +
 .../spark/utils/RDDConverterUtilsExt.html          |   786 +
 .../spark/utils/RDDSortUtils.IndexComparator.html  |   303 +
 .../instructions/spark/utils/RDDSortUtils.html     |   412 +
 .../instructions/spark/utils/SparkUtils.html       |   627 +
 .../utils/class-use/FrameRDDAggregateUtils.html    |   130 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   130 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   130 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   130 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   130 +
 .../utils/class-use/FrameRDDConverterUtils.html    |   130 +
 .../spark/utils/class-use/RDDAggregateUtils.html   |   130 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   130 +
 .../spark/utils/class-use/RDDConverterUtils.html   |   130 +
 .../class-use/RDDConverterUtilsExt.AddRowID.html   |   130 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   179 +
 .../utils/class-use/RDDConverterUtilsExt.html      |   130 +
 .../class-use/RDDSortUtils.IndexComparator.html    |   130 +
 .../spark/utils/class-use/RDDSortUtils.html        |   130 +
 .../spark/utils/class-use/SparkUtils.html          |   130 +
 .../instructions/spark/utils/package-frame.html    |    38 +
 .../instructions/spark/utils/package-summary.html  |   219 +
 .../instructions/spark/utils/package-tree.html     |   168 +
 .../instructions/spark/utils/package-use.html      |   163 +
 .../org/apache/sysml/runtime/matrix/CMCOVMR.html   |   274 +
 .../matrix/CSVReblockMR.AssignRowIDMRReturn.html   |   347 +
 .../runtime/matrix/CSVReblockMR.BlockRow.html      |   362 +
 .../runtime/matrix/CSVReblockMR.OffsetCount.html   |   484 +
 .../apache/sysml/runtime/matrix/CSVReblockMR.html  |   465 +
 .../runtime/matrix/CleanupMR.CleanupMapper.html    |   371 +
 .../org/apache/sysml/runtime/matrix/CleanupMR.html |   267 +
 .../runtime/matrix/CombineMR.InnerReducer.html     |   419 +
 .../org/apache/sysml/runtime/matrix/CombineMR.html |   291 +
 .../org/apache/sysml/runtime/matrix/DataGenMR.html |   286 +
 .../sysml/runtime/matrix/DataPartitionMR.html      |   260 +
 .../java/org/apache/sysml/runtime/matrix/GMR.html  |   316 +
 .../apache/sysml/runtime/matrix/GroupedAggMR.html  |   276 +
 .../org/apache/sysml/runtime/matrix/JobReturn.html |   446 +
 .../org/apache/sysml/runtime/matrix/MMCJMR.html    |   307 +
 .../org/apache/sysml/runtime/matrix/MMRJMR.html    |   278 +
 .../runtime/matrix/MatrixCharacteristics.html      |   774 +
 .../runtime/matrix/MatrixDimensionsMetaData.html   |   415 +
 .../sysml/runtime/matrix/MatrixFormatMetaData.html |   343 +
 .../org/apache/sysml/runtime/matrix/MetaData.html  |   338 +
 .../org/apache/sysml/runtime/matrix/ReblockMR.html |   280 +
 .../org/apache/sysml/runtime/matrix/SortMR.html    |   418 +
 .../apache/sysml/runtime/matrix/WriteCSVMR.html    |   289 +
 .../sysml/runtime/matrix/class-use/CMCOVMR.html    |   130 +
 .../CSVReblockMR.AssignRowIDMRReturn.html          |   176 +
 .../matrix/class-use/CSVReblockMR.BlockRow.html    |   130 +
 .../matrix/class-use/CSVReblockMR.OffsetCount.html |   181 +
 .../runtime/matrix/class-use/CSVReblockMR.html     |   130 +
 .../matrix/class-use/CleanupMR.CleanupMapper.html  |   130 +
 .../sysml/runtime/matrix/class-use/CleanupMR.html  |   130 +
 .../matrix/class-use/CombineMR.InnerReducer.html   |   130 +
 .../sysml/runtime/matrix/class-use/CombineMR.html  |   130 +
 .../sysml/runtime/matrix/class-use/DataGenMR.html  |   130 +
 .../runtime/matrix/class-use/DataPartitionMR.html  |   130 +
 .../apache/sysml/runtime/matrix/class-use/GMR.html |   130 +
 .../runtime/matrix/class-use/GroupedAggMR.html     |   130 +
 .../sysml/runtime/matrix/class-use/JobReturn.html  |   374 +
 .../sysml/runtime/matrix/class-use/MMCJMR.html     |   130 +
 .../sysml/runtime/matrix/class-use/MMRJMR.html     |   130 +
 .../matrix/class-use/MatrixCharacteristics.html    |   763 +
 .../matrix/class-use/MatrixDimensionsMetaData.html |   192 +
 .../matrix/class-use/MatrixFormatMetaData.html     |   130 +
 .../sysml/runtime/matrix/class-use/MetaData.html   |   252 +
 .../sysml/runtime/matrix/class-use/ReblockMR.html  |   130 +
 .../sysml/runtime/matrix/class-use/SortMR.html     |   130 +
 .../sysml/runtime/matrix/class-use/WriteCSVMR.html |   130 +
 .../runtime/matrix/data/AdaptivePartialBlock.html  |   457 +
 .../matrix/data/AddDummyWeightConverter.html       |   341 +
 .../data/BinaryBlockToBinaryCellConverter.html     |   341 +
 .../data/BinaryBlockToRowBlockConverter.html       |   341 +
 .../data/BinaryBlockToTextCellConverter.html       |   344 +
 .../matrix/data/BinaryCellToRowBlockConverter.html |   341 +
 .../matrix/data/BinaryCellToTextConverter.html     |   341 +
 .../sysml/runtime/matrix/data/CM_N_COVCell.html    |  1288 +
 .../matrix/data/CSVFileFormatProperties.html       |   479 +
 .../sysml/runtime/matrix/data/CTableMap.html       |   352 +
 .../sysml/runtime/matrix/data/Converter.html       |   276 +
 .../runtime/matrix/data/ConvolutionParameters.html |   701 +
 .../data/FileFormatProperties.FileFormat.html      |   351 +
 .../runtime/matrix/data/FileFormatProperties.html  |   351 +
 .../matrix/data/FrameBlock.ColumnMetadata.html     |   355 +
 .../sysml/runtime/matrix/data/FrameBlock.html      |  1804 +
 .../org/apache/sysml/runtime/matrix/data/IJV.html  |   338 +
 .../runtime/matrix/data/IdenticalConverter.html    |   341 +
 .../sysml/runtime/matrix/data/InputInfo.html       |   544 +
 .../sysml/runtime/matrix/data/LibCommonsMath.html  |   336 +
 .../sysml/runtime/matrix/data/LibMatrixAgg.html    |   572 +
 .../data/LibMatrixBincell.BinaryAccessType.html    |   387 +
 .../runtime/matrix/data/LibMatrixBincell.html      |   394 +
 .../sysml/runtime/matrix/data/LibMatrixCUDA.html   |  2204 ++
 .../sysml/runtime/matrix/data/LibMatrixDNN.html    |   600 +
 ...onv2dBackwardDataHelper.Conv2dBackwardData.html |   347 +
 ...Helper.SparseNativeConv2dBackwardDataDense.html |   348 +
 .../data/LibMatrixDNNConv2dBackwardDataHelper.html |   271 +
 ...dBackwardFilterHelper.Conv2dBackwardFilter.html |   347 +
 ...lper.SparseNativeConv2dBackwardFilterDense.html |   348 +
 .../LibMatrixDNNConv2dBackwardFilterHelper.html    |   270 +
 ...Conv2dHelper.LoopedIm2ColConv2dAllChannels.html |   347 +
 ...NConv2dHelper.LoopedIm2ColConv2dOneChannel.html |   350 +
 ...ibMatrixDNNConv2dHelper.SparseNativeConv2d.html |   347 +
 .../matrix/data/LibMatrixDNNConv2dHelper.html      |   277 +
 .../data/LibMatrixDNNHelper.ReluBackward.html      |   347 +
 .../runtime/matrix/data/LibMatrixDNNHelper.html    |   438 +
 .../matrix/data/LibMatrixDNNIm2ColHelper.html      |   244 +
 ...ngBackwardHelper.PoolingBackwardDenseDense.html |   349 +
 ...gBackwardHelper.PoolingBackwardDenseSparse.html |   349 +
 ...gBackwardHelper.PoolingBackwardSparseDense.html |   349 +
 ...BackwardHelper.PoolingBackwardSparseSparse.html |   349 +
 .../data/LibMatrixDNNPoolingBackwardHelper.html    |   283 +
 .../LibMatrixDNNPoolingHelper.DenseMaxPooling.html |   347 +
 ...LibMatrixDNNPoolingHelper.SparseMaxPooling.html |   347 +
 .../matrix/data/LibMatrixDNNPoolingHelper.html     |   271 +
 .../matrix/data/LibMatrixDNNRotate180Helper.html   |   244 +
 .../runtime/matrix/data/LibMatrixDatagen.html      |   539 +
 .../sysml/runtime/matrix/data/LibMatrixMult.html   |  1129 +
 .../sysml/runtime/matrix/data/LibMatrixNative.html |   420 +
 .../runtime/matrix/data/LibMatrixOuterAgg.html     |   695 +
 .../sysml/runtime/matrix/data/LibMatrixReorg.html  |   722 +
 .../runtime/matrix/data/MatrixBlock.BlockType.html |   375 +
 .../matrix/data/MatrixBlock.SparsityEstimate.html  |   310 +
 .../sysml/runtime/matrix/data/MatrixBlock.html     |  4406 +++
 .../runtime/matrix/data/MatrixBlockDataInput.html  |   285 +
 .../runtime/matrix/data/MatrixBlockDataOutput.html |   274 +
 .../sysml/runtime/matrix/data/MatrixCell.html      |  1401 +
 .../sysml/runtime/matrix/data/MatrixIndexes.html   |   572 +
 .../runtime/matrix/data/MatrixPackedCell.html      |   522 +
 .../runtime/matrix/data/MatrixValue.CellIndex.html |   385 +
 .../sysml/runtime/matrix/data/MatrixValue.html     |  1071 +
 .../matrix/data/MultipleOutputCommitter.html       |   368 +
 .../matrix/data/NumItemsByEachReducerMetaData.html |   358 +
 .../matrix/data/OperationsOnMatrixValues.html      |   959 +
 .../sysml/runtime/matrix/data/OutputInfo.html      |   535 +
 .../org/apache/sysml/runtime/matrix/data/Pair.html |   353 +
 .../sysml/runtime/matrix/data/PartialBlock.html    |   449 +
 .../runtime/matrix/data/RandomMatrixGenerator.html |   542 +
 .../runtime/matrix/data/SparseBlock.Type.html      |   363 +
 .../sysml/runtime/matrix/data/SparseBlock.html     |  1266 +
 .../sysml/runtime/matrix/data/SparseBlockCOO.html  |  1402 +
 .../sysml/runtime/matrix/data/SparseBlockCSR.html  |  1505 +
 .../runtime/matrix/data/SparseBlockFactory.html    |   371 +
 .../sysml/runtime/matrix/data/SparseBlockMCSR.html |  1260 +
 .../sysml/runtime/matrix/data/SparseRow.html       |   522 +
 .../sysml/runtime/matrix/data/SparseRowScalar.html |   559 +
 .../sysml/runtime/matrix/data/SparseRowVector.html |   776 +
 .../apache/sysml/runtime/matrix/data/Tagged.html   |   500 +
 .../matrix/data/TaggedAdaptivePartialBlock.html    |   288 +
 .../data/TaggedFirstSecondIndexes.Comparator.html  |   327 +
 ...edFirstSecondIndexes.FirstIndexPartitioner.html |   312 +
 ...stSecondIndexes.FirstIndexRangePartitioner.html |   312 +
 .../TaggedFirstSecondIndexes.TagPartitioner.html   |   312 +
 .../matrix/data/TaggedFirstSecondIndexes.html      |   577 +
 .../runtime/matrix/data/TaggedMatrixBlock.html     |   312 +
 .../runtime/matrix/data/TaggedMatrixCell.html      |   312 +
 .../runtime/matrix/data/TaggedMatrixIndexes.html   |   429 +
 .../matrix/data/TaggedMatrixPackedCell.html        |   312 +
 .../runtime/matrix/data/TaggedMatrixValue.html     |   326 +
 .../runtime/matrix/data/TaggedTripleIndexes.html   |   491 +
 .../matrix/data/TextCellToRowBlockConverter.html   |   341 +
 .../matrix/data/TextToBinaryCellConverter.html     |   341 +
 .../matrix/data/TripleIndexes.Comparator.html      |   326 +
 .../TripleIndexes.FirstTwoIndexesPartitioner.html  |   312 +
 .../sysml/runtime/matrix/data/TripleIndexes.html   |   503 +
 .../UnPaddedOutputFormat.UnpaddedRecordWriter.html |   317 +
 .../runtime/matrix/data/UnPaddedOutputFormat.html  |   334 +
 .../sysml/runtime/matrix/data/WeightedCell.html    |   705 +
 .../data/WeightedCellToSortInputConverter.html     |   341 +
 .../sysml/runtime/matrix/data/WeightedPair.html    |   495 +
 .../data/class-use/AdaptivePartialBlock.html       |   182 +
 .../data/class-use/AddDummyWeightConverter.html    |   130 +
 .../BinaryBlockToBinaryCellConverter.html          |   130 +
 .../class-use/BinaryBlockToRowBlockConverter.html  |   130 +
 .../class-use/BinaryBlockToTextCellConverter.html  |   130 +
 .../class-use/BinaryCellToRowBlockConverter.html   |   130 +
 .../data/class-use/BinaryCellToTextConverter.html  |   130 +
 .../matrix/data/class-use/CM_N_COVCell.html        |   130 +
 .../data/class-use/CSVFileFormatProperties.html    |   180 +
 .../runtime/matrix/data/class-use/CTableMap.html   |   501 +
 .../runtime/matrix/data/class-use/Converter.html   |   206 +
 .../data/class-use/ConvolutionParameters.html      |   360 +
 .../class-use/FileFormatProperties.FileFormat.html |   207 +
 .../data/class-use/FileFormatProperties.html       |   205 +
 .../data/class-use/FrameBlock.ColumnMetadata.html  |   238 +
 .../runtime/matrix/data/class-use/FrameBlock.html  |   827 +
 .../sysml/runtime/matrix/data/class-use/IJV.html   |   284 +
 .../matrix/data/class-use/IdenticalConverter.html  |   130 +
 .../runtime/matrix/data/class-use/InputInfo.html   |   591 +
 .../matrix/data/class-use/LibCommonsMath.html      |   130 +
 .../matrix/data/class-use/LibMatrixAgg.html        |   130 +
 .../LibMatrixBincell.BinaryAccessType.html         |   184 +
 .../matrix/data/class-use/LibMatrixBincell.html    |   130 +
 .../matrix/data/class-use/LibMatrixCUDA.html       |   130 +
 .../matrix/data/class-use/LibMatrixDNN.html        |   130 +
 ...onv2dBackwardDataHelper.Conv2dBackwardData.html |   130 +
 ...Helper.SparseNativeConv2dBackwardDataDense.html |   130 +
 .../LibMatrixDNNConv2dBackwardDataHelper.html      |   130 +
 ...dBackwardFilterHelper.Conv2dBackwardFilter.html |   130 +
 ...lper.SparseNativeConv2dBackwardFilterDense.html |   130 +
 .../LibMatrixDNNConv2dBackwardFilterHelper.html    |   130 +
 ...Conv2dHelper.LoopedIm2ColConv2dAllChannels.html |   130 +
 ...NConv2dHelper.LoopedIm2ColConv2dOneChannel.html |   130 +
 ...ibMatrixDNNConv2dHelper.SparseNativeConv2d.html |   130 +
 .../data/class-use/LibMatrixDNNConv2dHelper.html   |   130 +
 .../class-use/LibMatrixDNNHelper.ReluBackward.html |   130 +
 .../matrix/data/class-use/LibMatrixDNNHelper.html  |   130 +
 .../data/class-use/LibMatrixDNNIm2ColHelper.html   |   130 +
 ...ngBackwardHelper.PoolingBackwardDenseDense.html |   130 +
 ...gBackwardHelper.PoolingBackwardDenseSparse.html |   130 +
 ...gBackwardHelper.PoolingBackwardSparseDense.html |   130 +
 ...BackwardHelper.PoolingBackwardSparseSparse.html |   130 +
 .../LibMatrixDNNPoolingBackwardHelper.html         |   130 +
 .../LibMatrixDNNPoolingHelper.DenseMaxPooling.html |   130 +
 ...LibMatrixDNNPoolingHelper.SparseMaxPooling.html |   130 +
 .../data/class-use/LibMatrixDNNPoolingHelper.html  |   130 +
 .../class-use/LibMatrixDNNRotate180Helper.html     |   130 +
 .../matrix/data/class-use/LibMatrixDatagen.html    |   130 +
 .../matrix/data/class-use/LibMatrixMult.html       |   130 +
 .../matrix/data/class-use/LibMatrixNative.html     |   130 +
 .../matrix/data/class-use/LibMatrixOuterAgg.html   |   130 +
 .../matrix/data/class-use/LibMatrixReorg.html      |   130 +
 .../data/class-use/MatrixBlock.BlockType.html      |   179 +
 .../class-use/MatrixBlock.SparsityEstimate.html    |   172 +
 .../runtime/matrix/data/class-use/MatrixBlock.html |  4074 +++
 .../data/class-use/MatrixBlockDataInput.html       |   130 +
 .../data/class-use/MatrixBlockDataOutput.html      |   130 +
 .../runtime/matrix/data/class-use/MatrixCell.html  |   318 +
 .../matrix/data/class-use/MatrixIndexes.html       |  1350 +
 .../matrix/data/class-use/MatrixPackedCell.html    |   185 +
 .../data/class-use/MatrixValue.CellIndex.html      |   130 +
 .../runtime/matrix/data/class-use/MatrixValue.html |  1767 +
 .../data/class-use/MultipleOutputCommitter.html    |   130 +
 .../class-use/NumItemsByEachReducerMetaData.html   |   130 +
 .../data/class-use/OperationsOnMatrixValues.html   |   130 +
 .../runtime/matrix/data/class-use/OutputInfo.html  |   556 +
 .../sysml/runtime/matrix/data/class-use/Pair.html  |   351 +
 .../matrix/data/class-use/PartialBlock.html        |   198 +
 .../data/class-use/RandomMatrixGenerator.html      |   275 +
 .../matrix/data/class-use/SparseBlock.Type.html    |   262 +
 .../runtime/matrix/data/class-use/SparseBlock.html |   339 +
 .../matrix/data/class-use/SparseBlockCOO.html      |   130 +
 .../matrix/data/class-use/SparseBlockCSR.html      |   130 +
 .../matrix/data/class-use/SparseBlockFactory.html  |   130 +
 .../matrix/data/class-use/SparseBlockMCSR.html     |   130 +
 .../runtime/matrix/data/class-use/SparseRow.html   |   314 +
 .../matrix/data/class-use/SparseRowScalar.html     |   130 +
 .../matrix/data/class-use/SparseRowVector.html     |   130 +
 .../runtime/matrix/data/class-use/Tagged.html      |   203 +
 .../data/class-use/TaggedAdaptivePartialBlock.html |   130 +
 .../TaggedFirstSecondIndexes.Comparator.html       |   130 +
 ...edFirstSecondIndexes.FirstIndexPartitioner.html |   130 +
 ...stSecondIndexes.FirstIndexRangePartitioner.html |   130 +
 .../TaggedFirstSecondIndexes.TagPartitioner.html   |   130 +
 .../data/class-use/TaggedFirstSecondIndexes.html   |   217 +
 .../matrix/data/class-use/TaggedMatrixBlock.html   |   168 +
 .../matrix/data/class-use/TaggedMatrixCell.html    |   168 +
 .../matrix/data/class-use/TaggedMatrixIndexes.html |   181 +
 .../data/class-use/TaggedMatrixPackedCell.html     |   168 +
 .../matrix/data/class-use/TaggedMatrixValue.html   |   231 +
 .../matrix/data/class-use/TaggedTripleIndexes.html |   185 +
 .../class-use/TextCellToRowBlockConverter.html     |   130 +
 .../data/class-use/TextToBinaryCellConverter.html  |   130 +
 .../data/class-use/TripleIndexes.Comparator.html   |   130 +
 .../TripleIndexes.FirstTwoIndexesPartitioner.html  |   130 +
 .../matrix/data/class-use/TripleIndexes.html       |   196 +
 .../UnPaddedOutputFormat.UnpaddedRecordWriter.html |   130 +
 .../data/class-use/UnPaddedOutputFormat.html       |   130 +
 .../matrix/data/class-use/WeightedCell.html        |   206 +
 .../WeightedCellToSortInputConverter.html          |   130 +
 .../matrix/data/class-use/WeightedPair.html        |   195 +
 .../sysml/runtime/matrix/data/package-frame.html   |   127 +
 .../sysml/runtime/matrix/data/package-summary.html |   683 +
 .../sysml/runtime/matrix/data/package-tree.html    |   308 +
 .../sysml/runtime/matrix/data/package-use.html     |   602 +
 .../apache/sysml/runtime/matrix/package-frame.html |    43 +
 .../sysml/runtime/matrix/package-summary.html      |   242 +
 .../apache/sysml/runtime/matrix/package-tree.html  |   183 +
 .../apache/sysml/runtime/matrix/package-use.html   |   283 +
 .../org/apache/sysml/runtime/package-frame.html    |    22 +
 .../org/apache/sysml/runtime/package-summary.html  |   156 +
 .../org/apache/sysml/runtime/package-tree.html     |   159 +
 .../java/org/apache/sysml/runtime/package-use.html |   459 +
 .../java/org/apache/sysml/udf/BinaryObject.html    |   363 +
 .../udf/ExternalFunctionInvocationInstruction.html |   518 +
 .../FunctionParameter.FunctionParameterType.html   |   363 +
 .../org/apache/sysml/udf/FunctionParameter.html    |   325 +
 .../org/apache/sysml/udf/Matrix.ValueType.html     |   351 +
 .../api/java/org/apache/sysml/udf/Matrix.html      |   576 +
 .../java/org/apache/sysml/udf/PackageFunction.html |   502 +
 .../apache/sysml/udf/Scalar.ScalarValueType.html   |   375 +
 .../api/java/org/apache/sysml/udf/Scalar.html      |   410 +
 .../apache/sysml/udf/class-use/BinaryObject.html   |   130 +
 .../ExternalFunctionInvocationInstruction.html     |   130 +
 .../FunctionParameter.FunctionParameterType.html   |   198 +
 .../sysml/udf/class-use/FunctionParameter.html     |   301 +
 .../sysml/udf/class-use/Matrix.ValueType.html      |   211 +
 .../org/apache/sysml/udf/class-use/Matrix.html     |   130 +
 .../sysml/udf/class-use/PackageFunction.html       |   253 +
 .../udf/class-use/Scalar.ScalarValueType.html      |   212 +
 .../org/apache/sysml/udf/class-use/Scalar.html     |   130 +
 .../org/apache/sysml/udf/lib/BinningWrapper.html   |   356 +
 .../sysml/udf/lib/Caffe2DMLVisualizeWrapper.html   |   355 +
 .../java/org/apache/sysml/udf/lib/CumSumProd.html  |   396 +
 .../sysml/udf/lib/DynamicProjectMatrixCP.html      |   355 +
 .../apache/sysml/udf/lib/DynamicReadMatrixCP.html  |   355 +
 .../sysml/udf/lib/DynamicReadMatrixRcCP.html       |   355 +
 .../apache/sysml/udf/lib/DynamicWriteMatrixCP.html |   366 +
 .../org/apache/sysml/udf/lib/GatherWrapper.html    |   366 +
 .../org/apache/sysml/udf/lib/MultiInputCbind.html  |   363 +
 .../org/apache/sysml/udf/lib/OrderWrapper.html     |   367 +
 .../org/apache/sysml/udf/lib/RemoveEmptyRows.html  |   366 +
 .../udf/lib/RowClassMeet.ClassLabelComparator.html |   299 +
 .../sysml/udf/lib/RowClassMeet.ClassLabels.html    |   298 +
 .../org/apache/sysml/udf/lib/RowClassMeet.html     |   407 +
 .../apache/sysml/udf/lib/SGDNesterovUpdate.html    |   364 +
 .../java/org/apache/sysml/udf/lib/TimeWrapper.html |   363 +
 .../sysml/udf/lib/class-use/BinningWrapper.html    |   130 +
 .../lib/class-use/Caffe2DMLVisualizeWrapper.html   |   130 +
 .../apache/sysml/udf/lib/class-use/CumSumProd.html |   130 +
 .../udf/lib/class-use/DynamicProjectMatrixCP.html  |   130 +
 .../udf/lib/class-use/DynamicReadMatrixCP.html     |   130 +
 .../udf/lib/class-use/DynamicReadMatrixRcCP.html   |   130 +
 .../udf/lib/class-use/DynamicWriteMatrixCP.html    |   130 +
 .../sysml/udf/lib/class-use/GatherWrapper.html     |   130 +
 .../sysml/udf/lib/class-use/MultiInputCbind.html   |   130 +
 .../sysml/udf/lib/class-use/OrderWrapper.html      |   130 +
 .../sysml/udf/lib/class-use/RemoveEmptyRows.html   |   130 +
 .../RowClassMeet.ClassLabelComparator.html         |   130 +
 .../lib/class-use/RowClassMeet.ClassLabels.html    |   171 +
 .../sysml/udf/lib/class-use/RowClassMeet.html      |   130 +
 .../sysml/udf/lib/class-use/SGDNesterovUpdate.html |   130 +
 .../sysml/udf/lib/class-use/TimeWrapper.html       |   130 +
 .../org/apache/sysml/udf/lib/package-frame.html    |    34 +
 .../org/apache/sysml/udf/lib/package-summary.html  |   225 +
 .../org/apache/sysml/udf/lib/package-tree.html     |   162 +
 .../java/org/apache/sysml/udf/lib/package-use.html |   163 +
 .../java/org/apache/sysml/udf/package-frame.html   |    32 +
 .../java/org/apache/sysml/udf/package-summary.html |   204 +
 .../java/org/apache/sysml/udf/package-tree.html    |   169 +
 .../api/java/org/apache/sysml/udf/package-use.html |   202 +
 site/docs/0.15.0/api/java/overview-frame.html      |    39 +
 site/docs/0.15.0/api/java/overview-summary.html    |   295 +
 site/docs/0.15.0/api/java/overview-tree.html       |   737 +
 site/docs/0.15.0/api/java/package-list             |    18 +
 site/docs/0.15.0/api/java/script.js                |    41 +
 site/docs/0.15.0/api/java/serialized-form.html     |  2343 ++
 site/docs/0.15.0/api/java/stylesheet.css           |   574 +
 site/docs/0.15.0/api/python/.buildinfo             |     4 +
 site/docs/0.15.0/api/python/_sources/index.rst.txt |    21 +
 .../api/python/_sources/systemml.mllearn.rst.txt   |    22 +
 .../api/python/_sources/systemml.random.rst.txt    |    22 +
 .../0.15.0/api/python/_sources/systemml.rst.txt    |    54 +
 .../docs/0.15.0/api/python/_static/ajax-loader.gif |   Bin 0 -> 673 bytes
 site/docs/0.15.0/api/python/_static/basic.css      |   639 +
 site/docs/0.15.0/api/python/_static/classic.css    |   261 +
 .../0.15.0/api/python/_static/comment-bright.png   |   Bin 0 -> 756 bytes
 .../0.15.0/api/python/_static/comment-close.png    |   Bin 0 -> 829 bytes
 site/docs/0.15.0/api/python/_static/comment.png    |   Bin 0 -> 641 bytes
 site/docs/0.15.0/api/python/_static/doctools.js    |   287 +
 .../0.15.0/api/python/_static/down-pressed.png     |   Bin 0 -> 222 bytes
 site/docs/0.15.0/api/python/_static/down.png       |   Bin 0 -> 202 bytes
 site/docs/0.15.0/api/python/_static/favicon.png    |   Bin 0 -> 461 bytes
 site/docs/0.15.0/api/python/_static/file.png       |   Bin 0 -> 286 bytes
 .../docs/0.15.0/api/python/_static/jquery-3.1.0.js | 10074 ++++++
 site/docs/0.15.0/api/python/_static/jquery.js      |     4 +
 site/docs/0.15.0/api/python/_static/minus.png      |   Bin 0 -> 90 bytes
 site/docs/0.15.0/api/python/_static/plus.png       |   Bin 0 -> 90 bytes
 site/docs/0.15.0/api/python/_static/pygments.css   |    69 +
 site/docs/0.15.0/api/python/_static/searchtools.js |   758 +
 site/docs/0.15.0/api/python/_static/sidebar.js     |   159 +
 .../0.15.0/api/python/_static/systemml-logo.png    |   Bin 0 -> 982 bytes
 .../0.15.0/api/python/_static/underscore-1.3.1.js  |   999 +
 site/docs/0.15.0/api/python/_static/underscore.js  |    31 +
 site/docs/0.15.0/api/python/_static/up-pressed.png |   Bin 0 -> 214 bytes
 site/docs/0.15.0/api/python/_static/up.png         |   Bin 0 -> 203 bytes
 site/docs/0.15.0/api/python/_static/websupport.js  |   808 +
 site/docs/0.15.0/api/python/genindex.html          |  1305 +
 site/docs/0.15.0/api/python/index.html             |   144 +
 site/docs/0.15.0/api/python/objects.inv            |   Bin 0 -> 2059 bytes
 site/docs/0.15.0/api/python/py-modindex.html       |   149 +
 site/docs/0.15.0/api/python/search.html            |   108 +
 site/docs/0.15.0/api/python/searchindex.js         |     1 +
 site/docs/0.15.0/api/python/systemml.html          |  3399 ++
 site/docs/0.15.0/api/python/systemml.mllearn.html  |   632 +
 site/docs/0.15.0/api/python/systemml.random.html   |   339 +
 site/docs/0.15.0/beginners-guide-caffe2dml.html    |   943 +
 site/docs/0.15.0/beginners-guide-python.html       |   540 +
 .../0.15.0/beginners-guide-to-dml-and-pydml.html   |  1066 +
 site/docs/0.15.0/contributing-to-systemml.html     |   397 +
 site/docs/0.15.0/css/bootstrap.min.css             |     6 +
 site/docs/0.15.0/css/main.css                      |   327 +
 site/docs/0.15.0/css/pygments-default.css          |    76 +
 site/docs/0.15.0/debugger-guide.html               |   669 +
 .../devdocs/MatrixMultiplicationOperators.txt      |   134 +
 site/docs/0.15.0/devdocs/deep-learning.md          |   225 +
 site/docs/0.15.0/devdocs/gpu-backend.md            |    61 +
 site/docs/0.15.0/devdocs/python_api.html           |  1712 +
 site/docs/0.15.0/developer-tools-systemml.html     |   253 +
 site/docs/0.15.0/dml-language-reference.html       |  3451 ++
 site/docs/0.15.0/engine-dev-guide.html             |   741 +
 .../0.15.0/files/dml-language-reference/data.csv   |     1 +
 .../files/dml-language-reference/data.csv.mtd      |     7 +
 .../files/dml-language-reference/data.spec.json    |    24 +
 .../files/dml-language-reference/data.spec2.json   |    23 +
 .../files/dml-language-reference/data.spec3.json   |    24 +
 .../0.15.0/files/dml-language-reference/homes.csv  |   149 +
 .../files/dml-language-reference/homes.csv.mtd     |     5 +
 .../dml-language-reference/homes.tfspec_bin2.json  |     5 +
 .../homes.tfspec_recode2.json                      |     2 +
 site/docs/0.15.0/hadoop-batch-mode.html            |  1294 +
 ...-of-quartiles-median-and-interquartile-mean.png |   Bin 0 -> 26477 bytes
 .../img/algorithms-reference/example-tree.png      |   Bin 0 -> 14758 bytes
 .../0.15.0/img/developer-tools/about-eclipse.png   |   Bin 0 -> 54340 bytes
 .../0.15.0/img/developer-tools/eclipse-details.png |   Bin 0 -> 26749 bytes
 .../0.15.0/img/developer-tools/eclipse-scala.png   |   Bin 0 -> 51336 bytes
 .../img/developer-tools/maven-connectors.png       |   Bin 0 -> 33853 bytes
 .../0.15.0/img/developer-tools/maven-scala.png     |   Bin 0 -> 24342 bytes
 .../img/developer-tools/pom-scala-errors.png       |   Bin 0 -> 21605 bytes
 .../img/developer-tools/pom-scala-ignore.png       |   Bin 0 -> 38244 bytes
 .../img/developer-tools/scala-components.png       |   Bin 0 -> 27286 bytes
 .../0.15.0/img/developer-tools/scala-nature.png    |   Bin 0 -> 3772 bytes
 .../0.15.0/img/dml-language-reference/Conv2d.gif   |   Bin 0 -> 419930 bytes
 .../0.15.0/img/dml-language-reference/Conv2d1.gif  |   Bin 0 -> 174964 bytes
 .../Conv2d_backward_data.gif                       |   Bin 0 -> 444715 bytes
 .../Conv2d_backward_data1.gif                      |   Bin 0 -> 427546 bytes
 .../Conv2d_backward_data2.gif                      |   Bin 0 -> 376145 bytes
 ...-debug-configuration-hello-world-main-class.png |   Bin 0 -> 95393 bytes
 ...configuration-hello-world-program-arguments.png |   Bin 0 -> 85243 bytes
 site/docs/0.15.0/img/favicon.png                   |   Bin 0 -> 461 bytes
 .../0.15.0/img/performance-test/perf_test_arch.png |   Bin 0 -> 25831 bytes
 .../0.15.0/img/projects/breast_cancer/approach.svg |     4 +
 .../spark-mlcontext-programming-guide/jupyter1.png |   Bin 0 -> 399540 bytes
 .../spark-mlcontext-programming-guide/jupyter2.png |   Bin 0 -> 450954 bytes
 .../jupyter_loss_graph.png                         |   Bin 0 -> 12081 bytes
 ...eppelin-notebook-systemml-linear-regression.png |   Bin 0 -> 158819 bytes
 .../zeppelin-notebook.png                          |   Bin 0 -> 152132 bytes
 site/docs/0.15.0/img/systemml-logo.png             |   Bin 0 -> 982 bytes
 site/docs/0.15.0/index.html                        |   234 +
 site/docs/0.15.0/jmlc.html                         |   319 +
 site/docs/0.15.0/js/main.js                        |   164 +
 site/docs/0.15.0/js/vendor/anchor.min.js           |     6 +
 site/docs/0.15.0/js/vendor/bootstrap.min.js        |     7 +
 site/docs/0.15.0/js/vendor/jquery-1.12.0.min.js    |     5 +
 site/docs/0.15.0/native-backend.html               |   447 +
 site/docs/0.15.0/python-performance-test.html      |   453 +
 site/docs/0.15.0/python-reference.html             |   992 +
 site/docs/0.15.0/release-process.html              |   682 +
 site/docs/0.15.0/spark-batch-mode.html             |   233 +
 .../0.15.0/spark-mlcontext-programming-guide.html  |  2888 ++
 site/docs/0.15.0/standalone-guide.html             |   925 +
 site/docs/0.15.0/troubleshooting-guide.html        |   308 +
 site/docs/1.0.0/README.md                          |    42 +
 site/docs/1.0.0/algorithms-bibliography.html       |   263 +
 site/docs/1.0.0/algorithms-classification.html     |  2376 ++
 site/docs/1.0.0/algorithms-clustering.html         |   782 +
 .../1.0.0/algorithms-descriptive-statistics.html   |  1802 +
 .../1.0.0/algorithms-matrix-factorization.html     |   793 +
 site/docs/1.0.0/algorithms-reference.html          |   214 +
 site/docs/1.0.0/algorithms-regression.html         |  2759 ++
 site/docs/1.0.0/algorithms-survival-analysis.html  |  1093 +
 site/docs/1.0.0/api/java/allclasses-frame.html     |   399 +
 site/docs/1.0.0/api/java/allclasses-noframe.html   |   399 +
 site/docs/1.0.0/api/java/constant-values.html      |  1311 +
 site/docs/1.0.0/api/java/deprecated-list.html      |   176 +
 site/docs/1.0.0/api/java/help-doc.html             |   231 +
 site/docs/1.0.0/api/java/index-all.html            | 11811 +++++++
 site/docs/1.0.0/api/java/index.html                |    76 +
 .../java/org/apache/sysml/api/DMLException.html    |   343 +
 .../org/apache/sysml/api/DMLScript.DMLOptions.html |   504 +
 .../sysml/api/DMLScript.RUNTIME_PLATFORM.html      |   383 +
 .../api/java/org/apache/sysml/api/DMLScript.html   |   822 +
 .../org/apache/sysml/api/ScriptExecutorUtils.html  |   322 +
 .../apache/sysml/api/class-use/DMLException.html   |   473 +
 .../sysml/api/class-use/DMLScript.DMLOptions.html  |   182 +
 .../api/class-use/DMLScript.RUNTIME_PLATFORM.html  |   214 +
 .../org/apache/sysml/api/class-use/DMLScript.html  |   126 +
 .../sysml/api/class-use/ScriptExecutorUtils.html   |   126 +
 .../java/org/apache/sysml/api/jmlc/Connection.html |  1374 +
 .../java/org/apache/sysml/api/jmlc/JMLCUtils.html  |   362 +
 .../org/apache/sysml/api/jmlc/PreparedScript.html  |   972 +
 .../org/apache/sysml/api/jmlc/ResultVariables.html |   556 +
 .../sysml/api/jmlc/class-use/Connection.html       |   126 +
 .../apache/sysml/api/jmlc/class-use/JMLCUtils.html |   126 +
 .../sysml/api/jmlc/class-use/PreparedScript.html   |   196 +
 .../sysml/api/jmlc/class-use/ResultVariables.html  |   169 +
 .../org/apache/sysml/api/jmlc/package-frame.html   |    24 +
 .../org/apache/sysml/api/jmlc/package-summary.html |   167 +
 .../org/apache/sysml/api/jmlc/package-tree.html    |   142 +
 .../org/apache/sysml/api/jmlc/package-use.html     |   168 +
 .../java/org/apache/sysml/api/mlcontext/Frame.html |   594 +
 .../apache/sysml/api/mlcontext/FrameFormat.html    |   395 +
 .../apache/sysml/api/mlcontext/FrameMetadata.html  |  1096 +
 .../apache/sysml/api/mlcontext/FrameSchema.html    |   383 +
 .../api/mlcontext/MLContext.ExecutionType.html     |   404 +
 .../api/mlcontext/MLContext.ExplainLevel.html      |   412 +
 .../api/mlcontext/MLContext.InternalProxy.html     |   280 +
 .../org/apache/sysml/api/mlcontext/MLContext.html  |  1053 +
 .../api/mlcontext/MLContextConversionUtil.html     |  1615 +
 .../sysml/api/mlcontext/MLContextException.html    |   371 +
 .../apache/sysml/api/mlcontext/MLContextUtil.html  |  1271 +
 .../org/apache/sysml/api/mlcontext/MLResults.html  |  2493 ++
 .../org/apache/sysml/api/mlcontext/Matrix.html     |   705 +
 .../apache/sysml/api/mlcontext/MatrixFormat.html   |   454 +
 .../apache/sysml/api/mlcontext/MatrixMetadata.html |   808 +
 .../org/apache/sysml/api/mlcontext/Metadata.html   |   627 +
 .../apache/sysml/api/mlcontext/ProjectInfo.html    |   367 +
 .../org/apache/sysml/api/mlcontext/Script.html     |  1234 +
 .../apache/sysml/api/mlcontext/ScriptExecutor.html |  1439 +
 .../apache/sysml/api/mlcontext/ScriptFactory.html  |   618 +
 .../org/apache/sysml/api/mlcontext/ScriptType.html |   411 +
 .../sysml/api/mlcontext/class-use/Frame.html       |   168 +
 .../sysml/api/mlcontext/class-use/FrameFormat.html |   322 +
 .../api/mlcontext/class-use/FrameMetadata.html     |   271 +
 .../sysml/api/mlcontext/class-use/FrameSchema.html |   256 +
 .../class-use/MLContext.ExecutionType.html         |   221 +
 .../class-use/MLContext.ExplainLevel.html          |   211 +
 .../class-use/MLContext.InternalProxy.html         |   168 +
 .../sysml/api/mlcontext/class-use/MLContext.html   |   210 +
 .../class-use/MLContextConversionUtil.html         |   126 +
 .../mlcontext/class-use/MLContextException.html    |   126 +
 .../api/mlcontext/class-use/MLContextUtil.html     |   126 +
 .../sysml/api/mlcontext/class-use/MLResults.html   |   214 +
 .../sysml/api/mlcontext/class-use/Matrix.html      |   168 +
 .../api/mlcontext/class-use/MatrixFormat.html      |   271 +
 .../api/mlcontext/class-use/MatrixMetadata.html    |   301 +
 .../sysml/api/mlcontext/class-use/Metadata.html    |   219 +
 .../sysml/api/mlcontext/class-use/ProjectInfo.html |   175 +
 .../sysml/api/mlcontext/class-use/Script.html      |   443 +
 .../api/mlcontext/class-use/ScriptExecutor.html    |   215 +
 .../api/mlcontext/class-use/ScriptFactory.html     |   126 +
 .../sysml/api/mlcontext/class-use/ScriptType.html  |   253 +
 .../apache/sysml/api/mlcontext/package-frame.html  |    46 +
 .../sysml/api/mlcontext/package-summary.html       |   294 +
 .../apache/sysml/api/mlcontext/package-tree.html   |   185 +
 .../apache/sysml/api/mlcontext/package-use.html    |   278 +
 .../java/org/apache/sysml/api/package-frame.html   |    31 +
 .../java/org/apache/sysml/api/package-summary.html |   190 +
 .../java/org/apache/sysml/api/package-tree.html    |   162 +
 .../api/java/org/apache/sysml/api/package-use.html |   234 +
 .../apache/sysml/runtime/DMLRuntimeException.html  |   315 +
 .../apache/sysml/runtime/DMLScriptException.html   |   297 +
 .../runtime/class-use/DMLRuntimeException.html     |  6007 ++++
 .../runtime/class-use/DMLScriptException.html      |   126 +
 .../sysml/runtime/codegen/ByteClassLoader.html     |   324 +
 .../apache/sysml/runtime/codegen/CodegenUtils.html |   413 +
 .../sysml/runtime/codegen/LibSpoofPrimitives.html  |  6045 ++++
 .../sysml/runtime/codegen/SpoofCellwise.AggOp.html |   371 +
 .../runtime/codegen/SpoofCellwise.CellType.html    |   371 +
 .../sysml/runtime/codegen/SpoofCellwise.html       |   485 +
 .../sysml/runtime/codegen/SpoofMultiAggregate.html |   481 +
 .../runtime/codegen/SpoofOperator.SideInput.html   |   388 +
 .../codegen/SpoofOperator.SideInputSparseCell.html |   323 +
 .../codegen/SpoofOperator.SideInputSparseRow.html  |   325 +
 .../sysml/runtime/codegen/SpoofOperator.html       |   862 +
 .../codegen/SpoofOuterProduct.OutProdType.html     |   371 +
 .../sysml/runtime/codegen/SpoofOuterProduct.html   |   562 +
 .../runtime/codegen/SpoofRowwise.RowType.html      |   507 +
 .../apache/sysml/runtime/codegen/SpoofRowwise.html |   617 +
 .../runtime/codegen/class-use/ByteClassLoader.html |   126 +
 .../runtime/codegen/class-use/CodegenUtils.html    |   126 +
 .../codegen/class-use/LibSpoofPrimitives.html      |   126 +
 .../codegen/class-use/SpoofCellwise.AggOp.html     |   245 +
 .../codegen/class-use/SpoofCellwise.CellType.html  |   192 +
 .../runtime/codegen/class-use/SpoofCellwise.html   |   126 +
 .../codegen/class-use/SpoofMultiAggregate.html     |   126 +
 .../codegen/class-use/SpoofOperator.SideInput.html |   370 +
 .../SpoofOperator.SideInputSparseCell.html         |   126 +
 .../SpoofOperator.SideInputSparseRow.html          |   126 +
 .../runtime/codegen/class-use/SpoofOperator.html   |   191 +
 .../class-use/SpoofOuterProduct.OutProdType.html   |   216 +
 .../codegen/class-use/SpoofOuterProduct.html       |   126 +
 .../codegen/class-use/SpoofRowwise.RowType.html    |   206 +
 .../runtime/codegen/class-use/SpoofRowwise.html    |   126 +
 .../sysml/runtime/codegen/package-frame.html       |    38 +
 .../sysml/runtime/codegen/package-summary.html     |   214 +
 .../apache/sysml/runtime/codegen/package-tree.html |   182 +
 .../apache/sysml/runtime/codegen/package-use.html  |   193 +
 .../sysml/runtime/compress/BitmapEncoder.html      |   412 +
 .../compress/ColGroup.ColGroupRowIterator.html     |   288 +
 .../runtime/compress/ColGroup.CompressionType.html |   383 +
 .../apache/sysml/runtime/compress/ColGroup.html    |   889 +
 .../apache/sysml/runtime/compress/ColGroupDDC.html |   809 +
 .../sysml/runtime/compress/ColGroupDDC1.html       |   955 +
 .../sysml/runtime/compress/ColGroupDDC2.html       |   890 +
 .../apache/sysml/runtime/compress/ColGroupOLE.html |   887 +
 .../compress/ColGroupOffset.OffsetRowIterator.html |   314 +
 .../ColGroupOffset.OffsetValueIterator.html        |   314 +
 .../compress/ColGroupOffset.ZeroValueIterator.html |   312 +
 .../sysml/runtime/compress/ColGroupOffset.html     |  1084 +
 .../apache/sysml/runtime/compress/ColGroupRLE.html |   881 +
 .../runtime/compress/ColGroupUncompressed.html     |   907 +
 .../sysml/runtime/compress/ColGroupValue.html      |   977 +
 ...ompressedMatrixBlock.CompressionStatistics.html |   390 +
 .../runtime/compress/CompressedMatrixBlock.html    |  2513 ++
 .../runtime/compress/ReaderColumnSelection.html    |   395 +
 .../compress/ReaderColumnSelectionDense.html       |   342 +
 .../compress/ReaderColumnSelectionDenseSample.html |   376 +
 .../compress/ReaderColumnSelectionSparse.html      |   320 +
 .../sysml/runtime/compress/UncompressedBitmap.html |   403 +
 .../runtime/compress/class-use/BitmapEncoder.html  |   126 +
 .../class-use/ColGroup.ColGroupRowIterator.html    |   189 +
 .../class-use/ColGroup.CompressionType.html        |   201 +
 .../sysml/runtime/compress/class-use/ColGroup.html |   337 +
 .../runtime/compress/class-use/ColGroupDDC.html    |   210 +
 .../runtime/compress/class-use/ColGroupDDC1.html   |   178 +
 .../runtime/compress/class-use/ColGroupDDC2.html   |   126 +
 .../runtime/compress/class-use/ColGroupOLE.html    |   126 +
 .../ColGroupOffset.OffsetRowIterator.html          |   126 +
 .../ColGroupOffset.OffsetValueIterator.html        |   126 +
 .../ColGroupOffset.ZeroValueIterator.html          |   126 +
 .../runtime/compress/class-use/ColGroupOffset.html |   175 +
 .../runtime/compress/class-use/ColGroupRLE.html    |   126 +
 .../compress/class-use/ColGroupUncompressed.html   |   126 +
 .../runtime/compress/class-use/ColGroupValue.html  |   202 +
 ...ompressedMatrixBlock.CompressionStatistics.html |   179 +
 .../compress/class-use/CompressedMatrixBlock.html  |   126 +
 .../compress/class-use/ReaderColumnSelection.html  |   181 +
 .../class-use/ReaderColumnSelectionDense.html      |   126 +
 .../ReaderColumnSelectionDenseSample.html          |   126 +
 .../class-use/ReaderColumnSelectionSparse.html     |   126 +
 .../compress/class-use/UncompressedBitmap.html     |   262 +
 .../compress/cocode/ColumnGroupPartitioner.html    |   290 +
 .../cocode/ColumnGroupPartitionerBinPacking.html   |   331 +
 .../cocode/ColumnGroupPartitionerStatic.html       |   295 +
 .../cocode/PlanningCoCoder.GroupableColInfo.html   |   294 +
 .../cocode/PlanningCoCoder.PartitionerType.html    |   347 +
 .../runtime/compress/cocode/PlanningCoCoder.html   |   309 +
 .../cocode/PlanningCoCodingGroup.ColIndexes.html   |   298 +
 .../compress/cocode/PlanningCoCodingGroup.html     |   469 +
 .../runtime/compress/cocode/PlanningMemoTable.html |   335 +
 .../cocode/class-use/ColumnGroupPartitioner.html   |   174 +
 .../ColumnGroupPartitionerBinPacking.html          |   126 +
 .../class-use/ColumnGroupPartitionerStatic.html    |   126 +
 .../PlanningCoCoder.GroupableColInfo.html          |   193 +
 .../class-use/PlanningCoCoder.PartitionerType.html |   175 +
 .../compress/cocode/class-use/PlanningCoCoder.html |   126 +
 .../PlanningCoCodingGroup.ColIndexes.html          |   126 +
 .../cocode/class-use/PlanningCoCodingGroup.html    |   213 +
 .../cocode/class-use/PlanningMemoTable.html        |   126 +
 .../runtime/compress/cocode/package-frame.html     |    32 +
 .../runtime/compress/cocode/package-summary.html   |   193 +
 .../runtime/compress/cocode/package-tree.html      |   161 +
 .../sysml/runtime/compress/cocode/package-use.html |   170 +
 ...pressedSizeEstimator.SizeEstimationFactors.html |   341 +
 .../compress/estim/CompressedSizeEstimator.html    |   480 +
 .../estim/CompressedSizeEstimatorExact.html        |   337 +
 .../estim/CompressedSizeEstimatorSample.html       |   460 +
 .../runtime/compress/estim/CompressedSizeInfo.html |   347 +
 .../compress/estim/SizeEstimatorFactory.html       |   337 +
 ...pressedSizeEstimator.SizeEstimationFactors.html |   167 +
 .../estim/class-use/CompressedSizeEstimator.html   |   235 +
 .../class-use/CompressedSizeEstimatorExact.html    |   126 +
 .../class-use/CompressedSizeEstimatorSample.html   |   126 +
 .../estim/class-use/CompressedSizeInfo.html        |   212 +
 .../estim/class-use/SizeEstimatorFactory.html      |   126 +
 .../runtime/compress/estim/package-frame.html      |    26 +
 .../runtime/compress/estim/package-summary.html    |   170 +
 .../sysml/runtime/compress/estim/package-tree.html |   147 +
 .../sysml/runtime/compress/estim/package-use.html  |   195 +
 .../sysml/runtime/compress/package-frame.html      |    41 +
 .../sysml/runtime/compress/package-summary.html    |   262 +
 .../sysml/runtime/compress/package-tree.html       |   194 +
 .../apache/sysml/runtime/compress/package-use.html |   248 +
 .../runtime/compress/utils/ConverterUtils.html     |   310 +
 .../sysml/runtime/compress/utils/DblArray.html     |   389 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   307 +
 .../compress/utils/DblArrayIntListHashMap.html     |   335 +
 .../utils/DoubleIntListHashMap.DIListEntry.html    |   307 +
 .../compress/utils/DoubleIntListHashMap.html       |   335 +
 .../sysml/runtime/compress/utils/IntArrayList.html |   311 +
 .../runtime/compress/utils/LinearAlgebraUtils.html |   506 +
 .../compress/utils/class-use/ConverterUtils.html   |   126 +
 .../runtime/compress/utils/class-use/DblArray.html |   239 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   179 +
 .../utils/class-use/DblArrayIntListHashMap.html    |   165 +
 .../DoubleIntListHashMap.DIListEntry.html          |   179 +
 .../utils/class-use/DoubleIntListHashMap.html      |   164 +
 .../compress/utils/class-use/IntArrayList.html     |   244 +
 .../utils/class-use/LinearAlgebraUtils.html        |   126 +
 .../runtime/compress/utils/package-frame.html      |    26 +
 .../runtime/compress/utils/package-summary.html    |   178 +
 .../sysml/runtime/compress/utils/package-tree.html |   146 +
 .../sysml/runtime/compress/utils/package-use.html  |   212 +
 .../runtime/instructions/CPInstructionParser.html  |   359 +
 .../runtime/instructions/GPUInstructionParser.html |   310 +
 .../runtime/instructions/Instruction.IType.html    |   395 +
 .../sysml/runtime/instructions/Instruction.html    |   940 +
 .../runtime/instructions/InstructionParser.html    |   300 +
 .../runtime/instructions/InstructionUtils.html     |   736 +
 .../runtime/instructions/MRInstructionParser.html  |   519 +
 .../runtime/instructions/MRJobInstruction.html     |  1359 +
 .../runtime/instructions/SPInstructionParser.html  |   346 +
 .../class-use/CPInstructionParser.html             |   126 +
 .../class-use/GPUInstructionParser.html            |   126 +
 .../instructions/class-use/Instruction.IType.html  |   205 +
 .../instructions/class-use/Instruction.html        |   703 +
 .../instructions/class-use/InstructionParser.html  |   178 +
 .../instructions/class-use/InstructionUtils.html   |   126 +
 .../class-use/MRInstructionParser.html             |   126 +
 .../instructions/class-use/MRJobInstruction.html   |   409 +
 .../class-use/SPInstructionParser.html             |   126 +
 .../gpu/AggregateBinaryGPUInstruction.html         |   338 +
 .../gpu/AggregateUnaryGPUInstruction.html          |   339 +
 .../gpu/ArithmeticBinaryGPUInstruction.html        |   416 +
 .../gpu/BuiltinBinaryGPUInstruction.html           |   364 +
 .../gpu/BuiltinUnaryGPUInstruction.html            |   375 +
 .../gpu/ConvolutionGPUInstruction.html             |   534 +
 .../gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html    |   467 +
 .../runtime/instructions/gpu/GPUInstruction.html   |  1849 +
 .../instructions/gpu/MMTSJGPUInstruction.html      |   364 +
 .../gpu/MatrixAppendGPUInstruction.html            |   339 +
 .../gpu/MatrixBuiltinGPUInstruction.html           |   376 +
 .../gpu/MatrixIndexingGPUInstruction.html          |   338 +
 .../gpu/MatrixMatrixArithmeticGPUInstruction.html  |   385 +
 .../gpu/MatrixMatrixAxpyGPUInstruction.html        |   350 +
 .../gpu/MatrixMatrixBuiltinGPUInstruction.html     |   380 +
 ...MatrixMatrixRelationalBinaryGPUInstruction.html |   385 +
 .../gpu/RelationalBinaryGPUInstruction.html        |   416 +
 .../instructions/gpu/ReorgGPUInstruction.html      |   338 +
 .../gpu/ScalarMatrixArithmeticGPUInstruction.html  |   385 +
 ...ScalarMatrixRelationalBinaryGPUInstruction.html |   385 +
 .../class-use/AggregateBinaryGPUInstruction.html   |   166 +
 .../class-use/AggregateUnaryGPUInstruction.html    |   166 +
 .../class-use/ArithmeticBinaryGPUInstruction.html  |   187 +
 .../gpu/class-use/BuiltinBinaryGPUInstruction.html |   179 +
 .../gpu/class-use/BuiltinUnaryGPUInstruction.html  |   179 +
 .../gpu/class-use/ConvolutionGPUInstruction.html   |   166 +
 .../GPUInstruction.GPUINSTRUCTION_TYPE.html        |   228 +
 .../instructions/gpu/class-use/GPUInstruction.html |   265 +
 .../gpu/class-use/MMTSJGPUInstruction.html         |   168 +
 .../gpu/class-use/MatrixAppendGPUInstruction.html  |   166 +
 .../gpu/class-use/MatrixBuiltinGPUInstruction.html |   126 +
 .../class-use/MatrixIndexingGPUInstruction.html    |   166 +
 .../MatrixMatrixArithmeticGPUInstruction.html      |   126 +
 .../class-use/MatrixMatrixAxpyGPUInstruction.html  |   166 +
 .../MatrixMatrixBuiltinGPUInstruction.html         |   126 +
 ...MatrixMatrixRelationalBinaryGPUInstruction.html |   126 +
 .../class-use/RelationalBinaryGPUInstruction.html  |   183 +
 .../gpu/class-use/ReorgGPUInstruction.html         |   166 +
 .../ScalarMatrixArithmeticGPUInstruction.html      |   126 +
 ...ScalarMatrixRelationalBinaryGPUInstruction.html |   126 +
 .../instructions/gpu/context/CSRPointer.html       |   765 +
 .../instructions/gpu/context/ExecutionConfig.html  |   520 +
 .../gpu/context/GPUContext.EvictionPolicy.html     |   360 +
 .../instructions/gpu/context/GPUContext.html       |  1095 +
 .../instructions/gpu/context/GPUContextPool.html   |   480 +
 .../instructions/gpu/context/GPUObject.html        |  1136 +
 .../instructions/gpu/context/JCudaKernels.html     |   280 +
 .../gpu/context/class-use/CSRPointer.html          |   338 +
 .../gpu/context/class-use/ExecutionConfig.html     |   198 +
 .../class-use/GPUContext.EvictionPolicy.html       |   190 +
 .../gpu/context/class-use/GPUContext.html          |  1057 +
 .../gpu/context/class-use/GPUContextPool.html      |   126 +
 .../gpu/context/class-use/GPUObject.html           |   191 +
 .../gpu/context/class-use/JCudaKernels.html        |   190 +
 .../instructions/gpu/context/package-frame.html    |    30 +
 .../instructions/gpu/context/package-summary.html  |   194 +
 .../instructions/gpu/context/package-tree.html     |   156 +
 .../instructions/gpu/context/package-use.html      |   223 +
 .../runtime/instructions/gpu/package-frame.html    |    43 +
 .../runtime/instructions/gpu/package-summary.html  |   235 +
 .../runtime/instructions/gpu/package-tree.html     |   188 +
 .../runtime/instructions/gpu/package-use.html      |   224 +
 .../sysml/runtime/instructions/package-frame.html  |    32 +
 .../runtime/instructions/package-summary.html      |   187 +
 .../sysml/runtime/instructions/package-tree.html   |   164 +
 .../sysml/runtime/instructions/package-use.html    |   263 +
 .../spark/AggregateTernarySPInstruction.html       |   357 +
 .../spark/AggregateUnarySPInstruction.html         |   414 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   295 +
 .../spark/AppendGAlignedSPInstruction.html         |   380 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   297 +
 .../spark/AppendGSPInstruction.ShiftMatrix.html    |   297 +
 .../instructions/spark/AppendGSPInstruction.html   |   384 +
 .../instructions/spark/AppendMSPInstruction.html   |   438 +
 .../instructions/spark/AppendRSPInstruction.html   |   375 +
 .../spark/ArithmeticBinarySPInstruction.html       |   347 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   295 +
 .../spark/BinUaggChainSPInstruction.html           |   373 +
 .../instructions/spark/BinarySPInstruction.html    |   573 +
 .../spark/BuiltinBinarySPInstruction.html          |   393 +
 ...BuiltinNarySPInstruction.PadBlocksFunction.html |   293 +
 .../spark/BuiltinNarySPInstruction.html            |   391 +
 .../spark/BuiltinUnarySPInstruction.html           |   384 +
 .../spark/CSVReblockSPInstruction.html             |   460 +
 .../instructions/spark/CastSPInstruction.html      |   362 +
 .../spark/CentralMomentSPInstruction.html          |   362 +
 .../spark/CheckpointSPInstruction.html             |   362 +
 ...mpressionSPInstruction.CompressionFunction.html |   293 +
 .../spark/CompressionSPInstruction.html            |   373 +
 .../spark/ComputationSPInstruction.html            |   527 +
 .../spark/ConvolutionSPInstruction.html            |   362 +
 .../spark/CovarianceSPInstruction.html             |   369 +
 .../instructions/spark/CpmmSPInstruction.html      |   375 +
 .../spark/CumulativeAggregateSPInstruction.html    |   367 +
 .../spark/CumulativeOffsetSPInstruction.html       |   369 +
 .../spark/FrameAppendMSPInstruction.html           |   420 +
 .../spark/FrameAppendRSPInstruction.html           |   418 +
 .../spark/FrameIndexingSPInstruction.html          |   449 +
 .../instructions/spark/IndexingSPInstruction.html  |   421 +
 .../spark/MapmmChainSPInstruction.html             |   338 +
 .../instructions/spark/MapmmSPInstruction.html     |   369 +
 .../spark/MatrixAppendMSPInstruction.html          |   420 +
 .../spark/MatrixAppendRSPInstruction.html          |   418 +
 .../MatrixBVectorArithmeticSPInstruction.html      |   416 +
 .../spark/MatrixBVectorBuiltinSPInstruction.html   |   416 +
 .../MatrixBVectorRelationalSPInstruction.html      |   416 +
 .../spark/MatrixBuiltinSPInstruction.html          |   400 +
 .../spark/MatrixIndexingSPInstruction.html         |   539 +
 .../spark/MatrixMatrixArithmeticSPInstruction.html |   414 +
 .../spark/MatrixMatrixBuiltinSPInstruction.html    |   409 +
 .../spark/MatrixMatrixRelationalSPInstruction.html |   414 +
 .../spark/MatrixReshapeSPInstruction.html          |   362 +
 .../spark/MatrixScalarArithmeticSPInstruction.html |   409 +
 .../spark/MatrixScalarBuiltinSPInstruction.html    |   409 +
 .../spark/MatrixScalarRelationalSPInstruction.html |   409 +
 ...PInstruction.TransformEncodeBuild2Function.html |   293 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   297 +
 ...PInstruction.TransformEncodeGroup2Function.html |   293 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   298 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   415 +
 .../instructions/spark/PMapmmSPInstruction.html    |   371 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   295 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   301 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   298 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   303 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   299 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   301 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   295 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   295 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   295 +
 ...struction.RDDTransformDecodeExpandFunction.html |   295 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   295 +
 .../spark/ParameterizedBuiltinSPInstruction.html   |   486 +
 .../instructions/spark/PlusMultSPInstruction.html  |   374 +
 .../instructions/spark/PmmSPInstruction.html       |   369 +
 .../spark/QuantilePickSPInstruction.html           |   369 +
 .../spark/QuantileSortSPInstruction.html           |   367 +
 .../spark/QuaternarySPInstruction.html             |   357 +
 .../instructions/spark/RandSPInstruction.html      |   453 +
 .../instructions/spark/ReblockSPInstruction.html   |   402 +
 .../spark/RelationalBinarySPInstruction.html       |   393 +
 .../instructions/spark/ReorgSPInstruction.html     |   362 +
 .../instructions/spark/RmmSPInstruction.html       |   369 +
 .../spark/SPInstruction.SPINSTRUCTION_TYPE.html    |   875 +
 .../runtime/instructions/spark/SPInstruction.html  |   523 +
 ...SPInstruction.ReplicateRightFactorFunction.html |   295 +
 .../instructions/spark/SpoofSPInstruction.html     |   362 +
 .../instructions/spark/TernarySPInstruction.html   |   357 +
 .../instructions/spark/Tsmm2SPInstruction.html     |   362 +
 .../instructions/spark/TsmmSPInstruction.html      |   362 +
 .../spark/UaggOuterChainSPInstruction.html         |   405 +
 .../instructions/spark/UnarySPInstruction.html     |   388 +
 .../instructions/spark/WriteSPInstruction.html     |   414 +
 .../instructions/spark/ZipmmSPInstruction.html     |   369 +
 .../class-use/AggregateTernarySPInstruction.html   |   166 +
 .../class-use/AggregateUnarySPInstruction.html     |   179 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   126 +
 .../class-use/AppendGAlignedSPInstruction.html     |   166 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   126 +
 .../AppendGSPInstruction.ShiftMatrix.html          |   126 +
 .../spark/class-use/AppendGSPInstruction.html      |   166 +
 .../spark/class-use/AppendMSPInstruction.html      |   183 +
 .../spark/class-use/AppendRSPInstruction.html      |   183 +
 .../class-use/ArithmeticBinarySPInstruction.html   |   191 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   126 +
 .../spark/class-use/BinUaggChainSPInstruction.html |   166 +
 .../spark/class-use/BinarySPInstruction.html       |   294 +
 .../class-use/BuiltinBinarySPInstruction.html      |   187 +
 ...BuiltinNarySPInstruction.PadBlocksFunction.html |   126 +
 .../spark/class-use/BuiltinNarySPInstruction.html  |   166 +
 .../spark/class-use/BuiltinUnarySPInstruction.html |   179 +
 .../spark/class-use/CSVReblockSPInstruction.html   |   166 +
 .../spark/class-use/CastSPInstruction.html         |   166 +
 .../class-use/CentralMomentSPInstruction.html      |   166 +
 .../spark/class-use/CheckpointSPInstruction.html   |   166 +
 ...mpressionSPInstruction.CompressionFunction.html |   126 +
 .../spark/class-use/CompressionSPInstruction.html  |   166 +
 .../spark/class-use/ComputationSPInstruction.html  |   414 +
 .../spark/class-use/ConvolutionSPInstruction.html  |   166 +
 .../spark/class-use/CovarianceSPInstruction.html   |   166 +
 .../spark/class-use/CpmmSPInstruction.html         |   166 +
 .../CumulativeAggregateSPInstruction.html          |   166 +
 .../class-use/CumulativeOffsetSPInstruction.html   |   166 +
 .../spark/class-use/FrameAppendMSPInstruction.html |   126 +
 .../spark/class-use/FrameAppendRSPInstruction.html |   126 +
 .../class-use/FrameIndexingSPInstruction.html      |   126 +
 .../spark/class-use/IndexingSPInstruction.html     |   187 +
 .../spark/class-use/MapmmChainSPInstruction.html   |   166 +
 .../spark/class-use/MapmmSPInstruction.html        |   166 +
 .../class-use/MatrixAppendMSPInstruction.html      |   126 +
 .../class-use/MatrixAppendRSPInstruction.html      |   126 +
 .../MatrixBVectorArithmeticSPInstruction.html      |   126 +
 .../MatrixBVectorBuiltinSPInstruction.html         |   126 +
 .../MatrixBVectorRelationalSPInstruction.html      |   126 +
 .../class-use/MatrixBuiltinSPInstruction.html      |   126 +
 .../class-use/MatrixIndexingSPInstruction.html     |   126 +
 .../MatrixMatrixArithmeticSPInstruction.html       |   126 +
 .../MatrixMatrixBuiltinSPInstruction.html          |   126 +
 .../MatrixMatrixRelationalSPInstruction.html       |   126 +
 .../class-use/MatrixReshapeSPInstruction.html      |   166 +
 .../MatrixScalarArithmeticSPInstruction.html       |   126 +
 .../MatrixScalarBuiltinSPInstruction.html          |   126 +
 .../MatrixScalarRelationalSPInstruction.html       |   126 +
 ...PInstruction.TransformEncodeBuild2Function.html |   126 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   126 +
 ...PInstruction.TransformEncodeGroup2Function.html |   126 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   126 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   166 +
 .../spark/class-use/PMapmmSPInstruction.html       |   166 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   126 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   126 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   126 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   126 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   126 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   126 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   126 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   126 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   126 +
 ...struction.RDDTransformDecodeExpandFunction.html |   126 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   126 +
 .../ParameterizedBuiltinSPInstruction.html         |   166 +
 .../spark/class-use/PlusMultSPInstruction.html     |   166 +
 .../spark/class-use/PmmSPInstruction.html          |   166 +
 .../spark/class-use/QuantilePickSPInstruction.html |   166 +
 .../spark/class-use/QuantileSortSPInstruction.html |   166 +
 .../spark/class-use/QuaternarySPInstruction.html   |   166 +
 .../spark/class-use/RandSPInstruction.html         |   166 +
 .../spark/class-use/ReblockSPInstruction.html      |   166 +
 .../class-use/RelationalBinarySPInstruction.html   |   187 +
 .../spark/class-use/ReorgSPInstruction.html        |   166 +
 .../spark/class-use/RmmSPInstruction.html          |   166 +
 .../SPInstruction.SPINSTRUCTION_TYPE.html          |   241 +
 .../spark/class-use/SPInstruction.html             |   461 +
 ...SPInstruction.ReplicateRightFactorFunction.html |   126 +
 .../spark/class-use/SpoofSPInstruction.html        |   166 +
 .../spark/class-use/TernarySPInstruction.html      |   166 +
 .../spark/class-use/Tsmm2SPInstruction.html        |   166 +
 .../spark/class-use/TsmmSPInstruction.html         |   166 +
 .../class-use/UaggOuterChainSPInstruction.html     |   166 +
 .../spark/class-use/UnarySPInstruction.html        |   254 +
 .../spark/class-use/WriteSPInstruction.html        |   166 +
 .../spark/class-use/ZipmmSPInstruction.html        |   166 +
 .../runtime/instructions/spark/package-frame.html  |   111 +
 .../instructions/spark/package-summary.html        |   528 +
 .../runtime/instructions/spark/package-tree.html   |   277 +
 .../runtime/instructions/spark/package-use.html    |   340 +
 .../spark/utils/FrameRDDAggregateUtils.html        |   273 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   293 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   293 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   293 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   293 +
 .../spark/utils/FrameRDDConverterUtils.html        |   693 +
 .../spark/utils/RDDAggregateUtils.html             |   558 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   293 +
 .../spark/utils/RDDConverterUtils.html             |   623 +
 .../spark/utils/RDDConverterUtilsExt.AddRowID.html |   293 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   347 +
 .../spark/utils/RDDConverterUtilsExt.html          |   782 +
 .../spark/utils/RDDSortUtils.IndexComparator.html  |   299 +
 .../spark/utils/RDDSortUtils.IndexComparator2.html |   299 +
 .../instructions/spark/utils/RDDSortUtils.html     |   502 +
 .../instructions/spark/utils/SparkUtils.html       |   623 +
 .../utils/class-use/FrameRDDAggregateUtils.html    |   126 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   126 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   126 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   126 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   126 +
 .../utils/class-use/FrameRDDConverterUtils.html    |   126 +
 .../spark/utils/class-use/RDDAggregateUtils.html   |   126 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   126 +
 .../spark/utils/class-use/RDDConverterUtils.html   |   126 +
 .../class-use/RDDConverterUtilsExt.AddRowID.html   |   126 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   175 +
 .../utils/class-use/RDDConverterUtilsExt.html      |   126 +
 .../class-use/RDDSortUtils.IndexComparator.html    |   126 +
 .../class-use/RDDSortUtils.IndexComparator2.html   |   126 +
 .../spark/utils/class-use/RDDSortUtils.html        |   126 +
 .../spark/utils/class-use/SparkUtils.html          |   126 +
 .../instructions/spark/utils/package-frame.html    |    39 +
 .../instructions/spark/utils/package-summary.html  |   219 +
 .../instructions/spark/utils/package-tree.html     |   165 +
 .../instructions/spark/utils/package-use.html      |   159 +
 .../org/apache/sysml/runtime/matrix/CMCOVMR.html   |   270 +
 .../matrix/CSVReblockMR.AssignRowIDMRReturn.html   |   343 +
 .../runtime/matrix/CSVReblockMR.BlockRow.html      |   358 +
 .../runtime/matrix/CSVReblockMR.OffsetCount.html   |   480 +
 .../apache/sysml/runtime/matrix/CSVReblockMR.html  |   461 +
 .../runtime/matrix/CleanupMR.CleanupMapper.html    |   367 +
 .../org/apache/sysml/runtime/matrix/CleanupMR.html |   263 +
 .../runtime/matrix/CombineMR.InnerReducer.html     |   415 +
 .../org/apache/sysml/runtime/matrix/CombineMR.html |   287 +
 .../org/apache/sysml/runtime/matrix/DataGenMR.html |   282 +
 .../sysml/runtime/matrix/DataPartitionMR.html      |   256 +
 .../java/org/apache/sysml/runtime/matrix/GMR.html  |   312 +
 .../apache/sysml/runtime/matrix/GroupedAggMR.html  |   272 +
 .../org/apache/sysml/runtime/matrix/JobReturn.html |   429 +
 .../org/apache/sysml/runtime/matrix/MMCJMR.html    |   303 +
 .../org/apache/sysml/runtime/matrix/MMRJMR.html    |   274 +
 .../runtime/matrix/MatrixCharacteristics.html      |   770 +
 .../org/apache/sysml/runtime/matrix/MetaData.html  |   382 +
 .../sysml/runtime/matrix/MetaDataFormat.html       |   334 +
 .../matrix/MetaDataNumItemsByEachReducer.html      |   349 +
 .../org/apache/sysml/runtime/matrix/ReblockMR.html |   276 +
 .../org/apache/sysml/runtime/matrix/SortMR.html    |   414 +
 .../apache/sysml/runtime/matrix/WriteCSVMR.html    |   285 +
 .../sysml/runtime/matrix/class-use/CMCOVMR.html    |   126 +
 .../CSVReblockMR.AssignRowIDMRReturn.html          |   172 +
 .../matrix/class-use/CSVReblockMR.BlockRow.html    |   126 +
 .../matrix/class-use/CSVReblockMR.OffsetCount.html |   177 +
 .../runtime/matrix/class-use/CSVReblockMR.html     |   126 +
 .../matrix/class-use/CleanupMR.CleanupMapper.html  |   126 +
 .../sysml/runtime/matrix/class-use/CleanupMR.html  |   126 +
 .../matrix/class-use/CombineMR.InnerReducer.html   |   126 +
 .../sysml/runtime/matrix/class-use/CombineMR.html  |   126 +
 .../sysml/runtime/matrix/class-use/DataGenMR.html  |   126 +
 .../runtime/matrix/class-use/DataPartitionMR.html  |   126 +
 .../apache/sysml/runtime/matrix/class-use/GMR.html |   126 +
 .../runtime/matrix/class-use/GroupedAggMR.html     |   126 +
 .../sysml/runtime/matrix/class-use/JobReturn.html  |   370 +
 .../sysml/runtime/matrix/class-use/MMCJMR.html     |   126 +
 .../sysml/runtime/matrix/class-use/MMRJMR.html     |   126 +
 .../matrix/class-use/MatrixCharacteristics.html    |   746 +
 .../sysml/runtime/matrix/class-use/MetaData.html   |   235 +
 .../runtime/matrix/class-use/MetaDataFormat.html   |   126 +
 .../class-use/MetaDataNumItemsByEachReducer.html   |   126 +
 .../sysml/runtime/matrix/class-use/ReblockMR.html  |   126 +
 .../sysml/runtime/matrix/class-use/SortMR.html     |   126 +
 .../sysml/runtime/matrix/class-use/WriteCSVMR.html |   126 +
 .../runtime/matrix/data/AdaptivePartialBlock.html  |   453 +
 .../matrix/data/AddDummyWeightConverter.html       |   337 +
 .../data/BinaryBlockToBinaryCellConverter.html     |   337 +
 .../data/BinaryBlockToRowBlockConverter.html       |   337 +
 .../data/BinaryBlockToTextCellConverter.html       |   340 +
 .../matrix/data/BinaryCellToRowBlockConverter.html |   337 +
 .../matrix/data/BinaryCellToTextConverter.html     |   337 +
 .../sysml/runtime/matrix/data/CM_N_COVCell.html    |  1284 +
 .../matrix/data/CSVFileFormatProperties.html       |   475 +
 .../sysml/runtime/matrix/data/CTableMap.html       |   360 +
 .../sysml/runtime/matrix/data/Converter.html       |   272 +
 .../runtime/matrix/data/ConvolutionParameters.html |   776 +
 .../runtime/matrix/data/CudaSupportFunctions.html  |   957 +
 .../data/DoublePrecisionCudaSupportFunctions.html  |  1032 +
 .../data/FileFormatProperties.FileFormat.html      |   347 +
 .../runtime/matrix/data/FileFormatProperties.html  |   347 +
 .../matrix/data/FrameBlock.ColumnMetadata.html     |   351 +
 .../sysml/runtime/matrix/data/FrameBlock.html      |  1881 ++
 .../org/apache/sysml/runtime/matrix/data/IJV.html  |   334 +
 .../runtime/matrix/data/IdenticalConverter.html    |   337 +
 .../sysml/runtime/matrix/data/InputInfo.html       |   540 +
 .../sysml/runtime/matrix/data/LibCommonsMath.html  |   332 +
 .../sysml/runtime/matrix/data/LibMatrixAgg.html    |   568 +
 .../data/LibMatrixBincell.BinaryAccessType.html    |   383 +
 .../runtime/matrix/data/LibMatrixBincell.html      |   390 +
 .../sysml/runtime/matrix/data/LibMatrixCUDA.html   |  2002 ++
 .../sysml/runtime/matrix/data/LibMatrixCuDNN.html  |   925 +
 .../data/LibMatrixCuDNNConvolutionAlgorithm.html   |   532 +
 .../matrix/data/LibMatrixCuDNNInputRowFetcher.html |   354 +
 .../data/LibMatrixCuDNNPoolingDescriptors.html     |   508 +
 .../runtime/matrix/data/LibMatrixCuMatMult.html    |   342 +
 .../sysml/runtime/matrix/data/LibMatrixDNN.html    |   583 +
 ...onv2dBackwardDataHelper.Conv2dBackwardData.html |   343 +
 ...Helper.SparseNativeConv2dBackwardDataDense.html |   344 +
 .../data/LibMatrixDNNConv2dBackwardDataHelper.html |   267 +
 ...dBackwardFilterHelper.Conv2dBackwardFilter.html |   294 +
 ...wardFilterHelper.Conv2dBackwardFilterTrans.html |   293 +
 ...lper.SparseNativeConv2dBackwardFilterDense.html |   344 +
 .../LibMatrixDNNConv2dBackwardFilterHelper.html    |   270 +
 ...xDNNConv2dHelper.LoopedIm2ColConv2dAllChan.html |   360 +
 ...xDNNConv2dHelper.LoopedIm2ColConv2dOneChan.html |   372 +
 ...onv2dHelper.LoopedIm2ColConv2dTransAllChan.html |   320 +
 ...ibMatrixDNNConv2dHelper.SparseNativeConv2d.html |   343 +
 .../matrix/data/LibMatrixDNNConv2dHelper.html      |   281 +
 .../data/LibMatrixDNNHelper.ReluBackward.html      |   343 +
 .../runtime/matrix/data/LibMatrixDNNHelper.html    |   434 +
 .../matrix/data/LibMatrixDNNIm2ColHelper.html      |   240 +
 ...ngBackwardHelper.PoolingBackwardDenseDense.html |   345 +
 ...gBackwardHelper.PoolingBackwardDenseSparse.html |   345 +
 ...gBackwardHelper.PoolingBackwardSparseDense.html |   442 +
 ...BackwardHelper.PoolingBackwardSparseSparse.html |   333 +
 .../data/LibMatrixDNNPoolingBackwardHelper.html    |   279 +
 .../LibMatrixDNNPoolingHelper.DenseMaxPooling.html |   294 +
 ...LibMatrixDNNPoolingHelper.SparseMaxPooling.html |   294 +
 .../matrix/data/LibMatrixDNNPoolingHelper.html     |   267 +
 .../matrix/data/LibMatrixDNNRotate180Helper.html   |   240 +
 .../runtime/matrix/data/LibMatrixDatagen.html      |   535 +
 .../sysml/runtime/matrix/data/LibMatrixMult.html   |  1218 +
 .../sysml/runtime/matrix/data/LibMatrixNative.html |   416 +
 .../runtime/matrix/data/LibMatrixOuterAgg.html     |   691 +
 .../sysml/runtime/matrix/data/LibMatrixReorg.html  |   735 +
 .../runtime/matrix/data/MatrixBlock.BlockType.html |   371 +
 .../matrix/data/MatrixBlock.SparsityEstimate.html  |   306 +
 .../sysml/runtime/matrix/data/MatrixBlock.html     |  4622 +++
 .../runtime/matrix/data/MatrixBlockDataInput.html  |   281 +
 .../runtime/matrix/data/MatrixBlockDataOutput.html |   270 +
 .../sysml/runtime/matrix/data/MatrixCell.html      |  1397 +
 .../sysml/runtime/matrix/data/MatrixIndexes.html   |   568 +
 .../runtime/matrix/data/MatrixPackedCell.html      |   518 +
 .../runtime/matrix/data/MatrixValue.CellIndex.html |   381 +
 .../sysml/runtime/matrix/data/MatrixValue.html     |  1067 +
 .../matrix/data/MultipleOutputCommitter.html       |   364 +
 .../matrix/data/OperationsOnMatrixValues.html      |   955 +
 .../sysml/runtime/matrix/data/OutputInfo.html      |   548 +
 .../org/apache/sysml/runtime/matrix/data/Pair.html |   349 +
 .../sysml/runtime/matrix/data/PartialBlock.html    |   445 +
 .../runtime/matrix/data/RandomMatrixGenerator.html |   538 +
 .../data/SinglePrecisionCudaSupportFunctions.html  |  1032 +
 .../runtime/matrix/data/SparseBlock.Type.html      |   359 +
 .../sysml/runtime/matrix/data/SparseBlock.html     |  1286 +
 .../sysml/runtime/matrix/data/SparseBlockCOO.html  |  1425 +
 .../sysml/runtime/matrix/data/SparseBlockCSR.html  |  1555 +
 .../runtime/matrix/data/SparseBlockFactory.html    |   367 +
 .../sysml/runtime/matrix/data/SparseBlockMCSR.html |  1283 +
 .../sysml/runtime/matrix/data/SparseRow.html       |   518 +
 .../sysml/runtime/matrix/data/SparseRowScalar.html |   555 +
 .../sysml/runtime/matrix/data/SparseRowVector.html |   772 +
 .../apache/sysml/runtime/matrix/data/Tagged.html   |   496 +
 .../matrix/data/TaggedAdaptivePartialBlock.html    |   284 +
 .../data/TaggedFirstSecondIndexes.Comparator.html  |   323 +
 ...edFirstSecondIndexes.FirstIndexPartitioner.html |   308 +
 ...stSecondIndexes.FirstIndexRangePartitioner.html |   308 +
 .../TaggedFirstSecondIndexes.TagPartitioner.html   |   308 +
 .../matrix/data/TaggedFirstSecondIndexes.html      |   573 +
 .../runtime/matrix/data/TaggedMatrixBlock.html     |   308 +
 .../runtime/matrix/data/TaggedMatrixCell.html      |   308 +
 .../runtime/matrix/data/TaggedMatrixIndexes.html   |   425 +
 .../matrix/data/TaggedMatrixPackedCell.html        |   308 +
 .../runtime/matrix/data/TaggedMatrixValue.html     |   322 +
 .../runtime/matrix/data/TaggedTripleIndexes.html   |   487 +
 .../matrix/data/TextCellToRowBlockConverter.html   |   337 +
 .../matrix/data/TextToBinaryCellConverter.html     |   337 +
 .../matrix/data/TripleIndexes.Comparator.html      |   322 +
 .../TripleIndexes.FirstTwoIndexesPartitioner.html  |   308 +
 .../sysml/runtime/matrix/data/TripleIndexes.html   |   499 +
 .../UnPaddedOutputFormat.UnpaddedRecordWriter.html |   313 +
 .../runtime/matrix/data/UnPaddedOutputFormat.html  |   330 +
 .../sysml/runtime/matrix/data/WeightedCell.html    |   701 +
 .../data/WeightedCellToSortInputConverter.html     |   337 +
 .../sysml/runtime/matrix/data/WeightedPair.html    |   491 +
 .../data/class-use/AdaptivePartialBlock.html       |   178 +
 .../data/class-use/AddDummyWeightConverter.html    |   126 +
 .../BinaryBlockToBinaryCellConverter.html          |   126 +
 .../class-use/BinaryBlockToRowBlockConverter.html  |   126 +
 .../class-use/BinaryBlockToTextCellConverter.html  |   126 +
 .../class-use/BinaryCellToRowBlockConverter.html   |   126 +
 .../data/class-use/BinaryCellToTextConverter.html  |   126 +
 .../matrix/data/class-use/CM_N_COVCell.html        |   126 +
 .../data/class-use/CSVFileFormatProperties.html    |   176 +
 .../runtime/matrix/data/class-use/CTableMap.html   |   497 +
 .../runtime/matrix/data/class-use/Converter.html   |   202 +
 .../data/class-use/ConvolutionParameters.html      |   391 +
 .../data/class-use/CudaSupportFunctions.html       |   183 +
 .../DoublePrecisionCudaSupportFunctions.html       |   126 +
 .../class-use/FileFormatProperties.FileFormat.html |   203 +
 .../data/class-use/FileFormatProperties.html       |   201 +
 .../data/class-use/FrameBlock.ColumnMetadata.html  |   234 +
 .../runtime/matrix/data/class-use/FrameBlock.html  |   821 +
 .../sysml/runtime/matrix/data/class-use/IJV.html   |   282 +
 .../matrix/data/class-use/IdenticalConverter.html  |   126 +
 .../runtime/matrix/data/class-use/InputInfo.html   |   615 +
 .../matrix/data/class-use/LibCommonsMath.html      |   126 +
 .../matrix/data/class-use/LibMatrixAgg.html        |   126 +
 .../LibMatrixBincell.BinaryAccessType.html         |   180 +
 .../matrix/data/class-use/LibMatrixBincell.html    |   126 +
 .../matrix/data/class-use/LibMatrixCUDA.html       |   178 +
 .../matrix/data/class-use/LibMatrixCuDNN.html      |   126 +
 .../LibMatrixCuDNNConvolutionAlgorithm.html        |   225 +
 .../class-use/LibMatrixCuDNNInputRowFetcher.html   |   126 +
 .../LibMatrixCuDNNPoolingDescriptors.html          |   202 +
 .../matrix/data/class-use/LibMatrixCuMatMult.html  |   126 +
 .../matrix/data/class-use/LibMatrixDNN.html        |   126 +
 ...onv2dBackwardDataHelper.Conv2dBackwardData.html |   126 +
 ...Helper.SparseNativeConv2dBackwardDataDense.html |   126 +
 .../LibMatrixDNNConv2dBackwardDataHelper.html      |   126 +
 ...dBackwardFilterHelper.Conv2dBackwardFilter.html |   126 +
 ...wardFilterHelper.Conv2dBackwardFilterTrans.html |   126 +
 ...lper.SparseNativeConv2dBackwardFilterDense.html |   126 +
 .../LibMatrixDNNConv2dBackwardFilterHelper.html    |   126 +
 ...xDNNConv2dHelper.LoopedIm2ColConv2dAllChan.html |   170 +
 ...xDNNConv2dHelper.LoopedIm2ColConv2dOneChan.html |   126 +
 ...onv2dHelper.LoopedIm2ColConv2dTransAllChan.html |   126 +
 ...ibMatrixDNNConv2dHelper.SparseNativeConv2d.html |   126 +
 .../data/class-use/LibMatrixDNNConv2dHelper.html   |   126 +
 .../class-use/LibMatrixDNNHelper.ReluBackward.html |   126 +
 .../matrix/data/class-use/LibMatrixDNNHelper.html  |   126 +
 .../data/class-use/LibMatrixDNNIm2ColHelper.html   |   126 +
 ...ngBackwardHelper.PoolingBackwardDenseDense.html |   126 +
 ...gBackwardHelper.PoolingBackwardDenseSparse.html |   126 +
 ...gBackwardHelper.PoolingBackwardSparseDense.html |   168 +
 ...BackwardHelper.PoolingBackwardSparseSparse.html |   126 +
 .../LibMatrixDNNPoolingBackwardHelper.html         |   126 +
 .../LibMatrixDNNPoolingHelper.DenseMaxPooling.html |   126 +
 ...LibMatrixDNNPoolingHelper.SparseMaxPooling.html |   126 +
 .../data/class-use/LibMatrixDNNPoolingHelper.html  |   126 +
 .../class-use/LibMatrixDNNRotate180Helper.html     |   126 +
 .../matrix/data/class-use/LibMatrixDatagen.html    |   126 +
 .../matrix/data/class-use/LibMatrixMult.html       |   126 +
 .../matrix/data/class-use/LibMatrixNative.html     |   126 +
 .../matrix/data/class-use/LibMatrixOuterAgg.html   |   126 +
 .../matrix/data/class-use/LibMatrixReorg.html      |   126 +
 .../data/class-use/MatrixBlock.BlockType.html      |   175 +
 .../class-use/MatrixBlock.SparsityEstimate.html    |   168 +
 .../runtime/matrix/data/class-use/MatrixBlock.html |  4263 +++
 .../data/class-use/MatrixBlockDataInput.html       |   126 +
 .../data/class-use/MatrixBlockDataOutput.html      |   126 +
 .../runtime/matrix/data/class-use/MatrixCell.html  |   314 +
 .../matrix/data/class-use/MatrixIndexes.html       |  1442 +
 .../matrix/data/class-use/MatrixPackedCell.html    |   181 +
 .../data/class-use/MatrixValue.CellIndex.html      |   126 +
 .../runtime/matrix/data/class-use/MatrixValue.html |  1763 +
 .../data/class-use/MultipleOutputCommitter.html    |   126 +
 .../data/class-use/OperationsOnMatrixValues.html   |   126 +
 .../runtime/matrix/data/class-use/OutputInfo.html  |   552 +
 .../sysml/runtime/matrix/data/class-use/Pair.html  |   347 +
 .../matrix/data/class-use/PartialBlock.html        |   194 +
 .../data/class-use/RandomMatrixGenerator.html      |   271 +
 .../SinglePrecisionCudaSupportFunctions.html       |   126 +
 .../matrix/data/class-use/SparseBlock.Type.html    |   258 +
 .../runtime/matrix/data/class-use/SparseBlock.html |   335 +
 .../matrix/data/class-use/SparseBlockCOO.html      |   126 +
 .../matrix/data/class-use/SparseBlockCSR.html      |   126 +
 .../matrix/data/class-use/SparseBlockFactory.html  |   126 +
 .../matrix/data/class-use/SparseBlockMCSR.html     |   126 +
 .../runtime/matrix/data/class-use/SparseRow.html   |   310 +
 .../matrix/data/class-use/SparseRowScalar.html     |   126 +
 .../matrix/data/class-use/SparseRowVector.html     |   126 +
 .../runtime/matrix/data/class-use/Tagged.html      |   199 +
 .../data/class-use/TaggedAdaptivePartialBlock.html |   126 +
 .../TaggedFirstSecondIndexes.Comparator.html       |   126 +
 ...edFirstSecondIndexes.FirstIndexPartitioner.html |   126 +
 ...stSecondIndexes.FirstIndexRangePartitioner.html |   126 +
 .../TaggedFirstSecondIndexes.TagPartitioner.html   |   126 +
 .../data/class-use/TaggedFirstSecondIndexes.html   |   213 +
 .../matrix/data/class-use/TaggedMatrixBlock.html   |   164 +
 .../matrix/data/class-use/TaggedMatrixCell.html    |   164 +
 .../matrix/data/class-use/TaggedMatrixIndexes.html |   177 +
 .../data/class-use/TaggedMatrixPackedCell.html     |   164 +
 .../matrix/data/class-use/TaggedMatrixValue.html   |   227 +
 .../matrix/data/class-use/TaggedTripleIndexes.html |   181 +
 .../class-use/TextCellToRowBlockConverter.html     |   126 +
 .../data/class-use/TextToBinaryCellConverter.html  |   126 +
 .../data/class-use/TripleIndexes.Comparator.html   |   126 +
 .../TripleIndexes.FirstTwoIndexesPartitioner.html  |   126 +
 .../matrix/data/class-use/TripleIndexes.html       |   192 +
 .../UnPaddedOutputFormat.UnpaddedRecordWriter.html |   126 +
 .../data/class-use/UnPaddedOutputFormat.html       |   126 +
 .../matrix/data/class-use/WeightedCell.html        |   202 +
 .../WeightedCellToSortInputConverter.html          |   126 +
 .../matrix/data/class-use/WeightedPair.html        |   191 +
 .../sysml/runtime/matrix/data/package-frame.html   |   136 +
 .../sysml/runtime/matrix/data/package-summary.html |   736 +
 .../sysml/runtime/matrix/data/package-tree.html    |   314 +
 .../sysml/runtime/matrix/data/package-use.html     |   635 +
 .../apache/sysml/runtime/matrix/package-frame.html |    43 +
 .../sysml/runtime/matrix/package-summary.html      |   238 +
 .../apache/sysml/runtime/matrix/package-tree.html  |   176 +
 .../apache/sysml/runtime/matrix/package-use.html   |   273 +
 .../org/apache/sysml/runtime/package-frame.html    |    22 +
 .../org/apache/sysml/runtime/package-summary.html  |   152 +
 .../org/apache/sysml/runtime/package-tree.html     |   155 +
 .../java/org/apache/sysml/runtime/package-use.html |   455 +
 .../java/org/apache/sysml/udf/BinaryObject.html    |   359 +
 .../udf/ExternalFunctionInvocationInstruction.html |   417 +
 .../FunctionParameter.FunctionParameterType.html   |   359 +
 .../org/apache/sysml/udf/FunctionParameter.html    |   321 +
 .../org/apache/sysml/udf/Matrix.ValueType.html     |   347 +
 .../api/java/org/apache/sysml/udf/Matrix.html      |   626 +
 .../java/org/apache/sysml/udf/PackageFunction.html |   511 +
 .../apache/sysml/udf/Scalar.ScalarValueType.html   |   371 +
 .../api/java/org/apache/sysml/udf/Scalar.html      |   406 +
 .../apache/sysml/udf/class-use/BinaryObject.html   |   126 +
 .../ExternalFunctionInvocationInstruction.html     |   126 +
 .../FunctionParameter.FunctionParameterType.html   |   194 +
 .../sysml/udf/class-use/FunctionParameter.html     |   306 +
 .../sysml/udf/class-use/Matrix.ValueType.html      |   211 +
 .../org/apache/sysml/udf/class-use/Matrix.html     |   126 +
 .../sysml/udf/class-use/PackageFunction.html       |   282 +
 .../udf/class-use/Scalar.ScalarValueType.html      |   208 +
 .../org/apache/sysml/udf/class-use/Scalar.html     |   126 +
 .../org/apache/sysml/udf/lib/BinningWrapper.html   |   352 +
 .../java/org/apache/sysml/udf/lib/CumSumProd.html  |   392 +
 .../sysml/udf/lib/DynamicProjectMatrixCP.html      |   351 +
 .../apache/sysml/udf/lib/DynamicReadMatrixCP.html  |   351 +
 .../sysml/udf/lib/DynamicReadMatrixRcCP.html       |   351 +
 .../apache/sysml/udf/lib/DynamicWriteMatrixCP.html |   362 +
 .../org/apache/sysml/udf/lib/GatherWrapper.html    |   362 +
 .../org/apache/sysml/udf/lib/MultiInputCbind.html  |   359 +
 .../org/apache/sysml/udf/lib/OrderWrapper.html     |   363 +
 .../org/apache/sysml/udf/lib/RemoveEmptyRows.html  |   362 +
 .../org/apache/sysml/udf/lib/RowClassMeet.html     |   380 +
 .../apache/sysml/udf/lib/SGDNesterovUpdate.html    |   360 +
 .../java/org/apache/sysml/udf/lib/TimeWrapper.html |   359 +
 .../sysml/udf/lib/class-use/BinningWrapper.html    |   126 +
 .../apache/sysml/udf/lib/class-use/CumSumProd.html |   126 +
 .../udf/lib/class-use/DynamicProjectMatrixCP.html  |   126 +
 .../udf/lib/class-use/DynamicReadMatrixCP.html     |   126 +
 .../udf/lib/class-use/DynamicReadMatrixRcCP.html   |   126 +
 .../udf/lib/class-use/DynamicWriteMatrixCP.html    |   126 +
 .../sysml/udf/lib/class-use/GatherWrapper.html     |   126 +
 .../sysml/udf/lib/class-use/MultiInputCbind.html   |   126 +
 .../sysml/udf/lib/class-use/OrderWrapper.html      |   126 +
 .../sysml/udf/lib/class-use/RemoveEmptyRows.html   |   126 +
 .../sysml/udf/lib/class-use/RowClassMeet.html      |   126 +
 .../sysml/udf/lib/class-use/SGDNesterovUpdate.html |   126 +
 .../sysml/udf/lib/class-use/TimeWrapper.html       |   126 +
 .../org/apache/sysml/udf/lib/package-frame.html    |    33 +
 .../org/apache/sysml/udf/lib/package-summary.html  |   217 +
 .../org/apache/sysml/udf/lib/package-tree.html     |   155 +
 .../java/org/apache/sysml/udf/lib/package-use.html |   126 +
 .../java/org/apache/sysml/udf/package-frame.html   |    32 +
 .../java/org/apache/sysml/udf/package-summary.html |   200 +
 .../java/org/apache/sysml/udf/package-tree.html    |   165 +
 .../api/java/org/apache/sysml/udf/package-use.html |   203 +
 site/docs/1.0.0/api/java/overview-frame.html       |    39 +
 site/docs/1.0.0/api/java/overview-summary.html     |   291 +
 site/docs/1.0.0/api/java/overview-tree.html        |   749 +
 site/docs/1.0.0/api/java/package-list              |    18 +
 site/docs/1.0.0/api/java/script.js                 |    30 +
 site/docs/1.0.0/api/java/serialized-form.html      |  2339 ++
 site/docs/1.0.0/api/java/stylesheet.css            |   574 +
 site/docs/1.0.0/api/python/.buildinfo              |     4 +
 site/docs/1.0.0/api/python/_sources/index.rst.txt  |    21 +
 .../api/python/_sources/systemml.mllearn.rst.txt   |    22 +
 .../api/python/_sources/systemml.random.rst.txt    |    22 +
 .../1.0.0/api/python/_sources/systemml.rst.txt     |    54 +
 site/docs/1.0.0/api/python/_static/ajax-loader.gif |   Bin 0 -> 673 bytes
 site/docs/1.0.0/api/python/_static/basic.css       |   643 +
 site/docs/1.0.0/api/python/_static/classic.css     |   261 +
 .../1.0.0/api/python/_static/comment-bright.png    |   Bin 0 -> 756 bytes
 .../1.0.0/api/python/_static/comment-close.png     |   Bin 0 -> 829 bytes
 site/docs/1.0.0/api/python/_static/comment.png     |   Bin 0 -> 641 bytes
 site/docs/1.0.0/api/python/_static/doctools.js     |   311 +
 .../docs/1.0.0/api/python/_static/down-pressed.png |   Bin 0 -> 222 bytes
 site/docs/1.0.0/api/python/_static/down.png        |   Bin 0 -> 202 bytes
 site/docs/1.0.0/api/python/_static/favicon.png     |   Bin 0 -> 461 bytes
 site/docs/1.0.0/api/python/_static/file.png        |   Bin 0 -> 286 bytes
 site/docs/1.0.0/api/python/_static/jquery-3.1.0.js | 10074 ++++++
 site/docs/1.0.0/api/python/_static/jquery.js       |     4 +
 site/docs/1.0.0/api/python/_static/minus.png       |   Bin 0 -> 90 bytes
 site/docs/1.0.0/api/python/_static/plus.png        |   Bin 0 -> 90 bytes
 site/docs/1.0.0/api/python/_static/pygments.css    |    69 +
 site/docs/1.0.0/api/python/_static/searchtools.js  |   761 +
 site/docs/1.0.0/api/python/_static/sidebar.js      |   159 +
 .../1.0.0/api/python/_static/systemml-logo.png     |   Bin 0 -> 982 bytes
 .../1.0.0/api/python/_static/underscore-1.3.1.js   |   999 +
 site/docs/1.0.0/api/python/_static/underscore.js   |    31 +
 site/docs/1.0.0/api/python/_static/up-pressed.png  |   Bin 0 -> 214 bytes
 site/docs/1.0.0/api/python/_static/up.png          |   Bin 0 -> 203 bytes
 site/docs/1.0.0/api/python/_static/websupport.js   |   808 +
 site/docs/1.0.0/api/python/genindex.html           |  1316 +
 site/docs/1.0.0/api/python/index.html              |   144 +
 site/docs/1.0.0/api/python/objects.inv             |   Bin 0 -> 2069 bytes
 site/docs/1.0.0/api/python/py-modindex.html        |   149 +
 site/docs/1.0.0/api/python/search.html             |   108 +
 site/docs/1.0.0/api/python/searchindex.js          |     1 +
 site/docs/1.0.0/api/python/systemml.html           |  3454 ++
 site/docs/1.0.0/api/python/systemml.mllearn.html   |   246 +
 site/docs/1.0.0/api/python/systemml.random.html    |   339 +
 site/docs/1.0.0/beginners-guide-caffe2dml.html     |   392 +
 site/docs/1.0.0/beginners-guide-keras2dml.html     |   206 +
 site/docs/1.0.0/beginners-guide-python.html        |   540 +
 .../1.0.0/beginners-guide-to-dml-and-pydml.html    |  1039 +
 site/docs/1.0.0/contributing-to-systemml.html      |   384 +
 site/docs/1.0.0/css/bootstrap.min.css              |     6 +
 site/docs/1.0.0/css/main.css                       |   327 +
 site/docs/1.0.0/css/pygments-default.css           |    76 +
 site/docs/1.0.0/debugger-guide.html                |   627 +
 site/docs/1.0.0/deep-learning.html                 |   455 +
 .../devdocs/MatrixMultiplicationOperators.txt      |   134 +
 site/docs/1.0.0/devdocs/deep-learning.md           |   225 +
 site/docs/1.0.0/devdocs/gpu-backend.md             |    61 +
 site/docs/1.0.0/devdocs/python_api.html            |  1712 +
 site/docs/1.0.0/developer-tools-systemml.html      |   253 +
 site/docs/1.0.0/dml-language-reference.html        |  3368 ++
 site/docs/1.0.0/engine-dev-guide.html              |   736 +
 .../1.0.0/files/dml-language-reference/data.csv    |     1 +
 .../files/dml-language-reference/data.csv.mtd      |     7 +
 .../files/dml-language-reference/data.spec.json    |    24 +
 .../files/dml-language-reference/data.spec2.json   |    23 +
 .../files/dml-language-reference/data.spec3.json   |    24 +
 .../1.0.0/files/dml-language-reference/homes.csv   |   149 +
 .../files/dml-language-reference/homes.csv.mtd     |     5 +
 .../dml-language-reference/homes.tfspec_bin2.json  |     5 +
 .../homes.tfspec_recode2.json                      |     2 +
 site/docs/1.0.0/hadoop-batch-mode.html             |  1224 +
 ...-of-quartiles-median-and-interquartile-mean.png |   Bin 0 -> 26477 bytes
 .../img/algorithms-reference/example-tree.png      |   Bin 0 -> 14758 bytes
 .../1.0.0/img/developer-tools/about-eclipse.png    |   Bin 0 -> 54340 bytes
 .../1.0.0/img/developer-tools/eclipse-details.png  |   Bin 0 -> 26749 bytes
 .../1.0.0/img/developer-tools/eclipse-scala.png    |   Bin 0 -> 51336 bytes
 .../1.0.0/img/developer-tools/maven-connectors.png |   Bin 0 -> 33853 bytes
 .../docs/1.0.0/img/developer-tools/maven-scala.png |   Bin 0 -> 24342 bytes
 .../1.0.0/img/developer-tools/pom-scala-errors.png |   Bin 0 -> 21605 bytes
 .../1.0.0/img/developer-tools/pom-scala-ignore.png |   Bin 0 -> 38244 bytes
 .../1.0.0/img/developer-tools/scala-components.png |   Bin 0 -> 27286 bytes
 .../1.0.0/img/developer-tools/scala-nature.png     |   Bin 0 -> 3772 bytes
 .../1.0.0/img/dml-language-reference/Conv2d.gif    |   Bin 0 -> 419930 bytes
 .../1.0.0/img/dml-language-reference/Conv2d1.gif   |   Bin 0 -> 174964 bytes
 .../Conv2d_backward_data.gif                       |   Bin 0 -> 444715 bytes
 .../Conv2d_backward_data1.gif                      |   Bin 0 -> 427546 bytes
 .../Conv2d_backward_data2.gif                      |   Bin 0 -> 376145 bytes
 ...-debug-configuration-hello-world-main-class.png |   Bin 0 -> 95393 bytes
 ...configuration-hello-world-program-arguments.png |   Bin 0 -> 85243 bytes
 site/docs/1.0.0/img/favicon.png                    |   Bin 0 -> 461 bytes
 .../1.0.0/img/performance-test/perf_test_arch.png  |   Bin 0 -> 25831 bytes
 .../1.0.0/img/projects/breast_cancer/approach.svg  |     4 +
 .../spark-mlcontext-programming-guide/jupyter1.png |   Bin 0 -> 399540 bytes
 .../spark-mlcontext-programming-guide/jupyter2.png |   Bin 0 -> 450954 bytes
 .../jupyter_loss_graph.png                         |   Bin 0 -> 12081 bytes
 ...eppelin-notebook-systemml-linear-regression.png |   Bin 0 -> 158819 bytes
 .../zeppelin-notebook.png                          |   Bin 0 -> 152132 bytes
 site/docs/1.0.0/img/systemml-logo.png              |   Bin 0 -> 982 bytes
 site/docs/1.0.0/index.html                         |   240 +
 site/docs/1.0.0/jmlc.html                          |   319 +
 site/docs/1.0.0/js/main.js                         |   164 +
 site/docs/1.0.0/js/vendor/anchor.min.js            |     6 +
 site/docs/1.0.0/js/vendor/bootstrap.min.js         |     7 +
 site/docs/1.0.0/js/vendor/jquery-1.12.0.min.js     |     5 +
 site/docs/1.0.0/native-backend.html                |   456 +
 site/docs/1.0.0/python-performance-test.html       |   453 +
 site/docs/1.0.0/python-reference.html              |  1015 +
 site/docs/1.0.0/reference-guide-caffe2dml.html     |  1199 +
 site/docs/1.0.0/release-creation-process.html      |   285 +
 site/docs/1.0.0/release-process.html               |   659 +
 site/docs/1.0.0/spark-batch-mode.html              |   230 +
 .../1.0.0/spark-mlcontext-programming-guide.html   |  2888 ++
 site/docs/1.0.0/standalone-guide.html              |   892 +
 site/docs/1.0.0/troubleshooting-guide.html         |   300 +
 site/docs/1.1.0/README.md                          |    42 +
 site/docs/1.1.0/_config.yml                        |    29 +
 site/docs/1.1.0/_layouts/global.html               |   258 +
 site/docs/1.1.0/alg-ref/ALS.tex                    |   298 +
 site/docs/1.1.0/alg-ref/BinarySVM.tex              |   175 +
 site/docs/1.1.0/alg-ref/Cox.tex                    |   340 +
 site/docs/1.1.0/alg-ref/DecisionTrees.tex          |   312 +
 site/docs/1.1.0/alg-ref/DescriptiveBivarStats.tex  |   438 +
 site/docs/1.1.0/alg-ref/DescriptiveStats.tex       |   115 +
 site/docs/1.1.0/alg-ref/DescriptiveStratStats.tex  |   306 +
 site/docs/1.1.0/alg-ref/DescriptiveUnivarStats.tex |   603 +
 site/docs/1.1.0/alg-ref/GLM.tex                    |   431 +
 site/docs/1.1.0/alg-ref/GLMpredict.tex             |   474 +
 site/docs/1.1.0/alg-ref/KaplanMeier.tex            |   289 +
 site/docs/1.1.0/alg-ref/Kmeans.tex                 |   371 +
 site/docs/1.1.0/alg-ref/LinReg.tex                 |   328 +
 site/docs/1.1.0/alg-ref/LogReg.tex                 |   287 +
 site/docs/1.1.0/alg-ref/MultiSVM.tex               |   174 +
 site/docs/1.1.0/alg-ref/NaiveBayes.tex             |   155 +
 site/docs/1.1.0/alg-ref/PCA.tex                    |   142 +
 site/docs/1.1.0/alg-ref/RandomForest.tex           |   215 +
 site/docs/1.1.0/alg-ref/StepGLM.tex                |   132 +
 site/docs/1.1.0/alg-ref/StepLinRegDS.tex           |   122 +
 .../alg-ref/SystemML_Algorithms_Reference.bib      |   215 +
 .../alg-ref/SystemML_Algorithms_Reference.pdf      |   Bin 0 -> 1266909 bytes
 .../alg-ref/SystemML_Algorithms_Reference.tex      |   174 +
 site/docs/1.1.0/algorithms-bibliography.html       |   263 +
 site/docs/1.1.0/algorithms-bibliography.md         |   127 +
 site/docs/1.1.0/algorithms-classification.html     |  2376 ++
 site/docs/1.1.0/algorithms-classification.md       |  2114 ++
 site/docs/1.1.0/algorithms-clustering.html         |   782 +
 site/docs/1.1.0/algorithms-clustering.md           |   634 +
 .../1.1.0/algorithms-descriptive-statistics.html   |  1802 +
 .../1.1.0/algorithms-descriptive-statistics.md     |  1518 +
 .../1.1.0/algorithms-matrix-factorization.html     |   793 +
 site/docs/1.1.0/algorithms-matrix-factorization.md |   632 +
 site/docs/1.1.0/algorithms-reference.html          |   214 +
 site/docs/1.1.0/algorithms-reference.md            |    59 +
 site/docs/1.1.0/algorithms-regression.html         |  2759 ++
 site/docs/1.1.0/algorithms-regression.md           |  2155 ++
 site/docs/1.1.0/algorithms-survival-analysis.html  |  1093 +
 site/docs/1.1.0/algorithms-survival-analysis.md    |   922 +
 site/docs/1.1.0/api/java/allclasses-frame.html     |   384 +
 site/docs/1.1.0/api/java/allclasses-noframe.html   |   384 +
 site/docs/1.1.0/api/java/constant-values.html      |  1339 +
 site/docs/1.1.0/api/java/deprecated-list.html      |   179 +
 site/docs/1.1.0/api/java/help-doc.html             |   231 +
 site/docs/1.1.0/api/java/index-all.html            | 12104 +++++++
 site/docs/1.1.0/api/java/index.html                |    76 +
 .../java/org/apache/sysml/api/ConfigurableAPI.html |   257 +
 .../java/org/apache/sysml/api/DMLException.html    |   343 +
 .../org/apache/sysml/api/DMLScript.DMLOptions.html |   504 +
 .../apache/sysml/api/DMLScript.EvictionPolicy.html |   372 +
 .../sysml/api/DMLScript.RUNTIME_PLATFORM.html      |   383 +
 .../api/java/org/apache/sysml/api/DMLScript.html   |   841 +
 .../org/apache/sysml/api/ScriptExecutorUtils.html  |   322 +
 .../sysml/api/class-use/ConfigurableAPI.html       |   193 +
 .../apache/sysml/api/class-use/DMLException.html   |   473 +
 .../sysml/api/class-use/DMLScript.DMLOptions.html  |   182 +
 .../api/class-use/DMLScript.EvictionPolicy.html    |   188 +
 .../api/class-use/DMLScript.RUNTIME_PLATFORM.html  |   214 +
 .../org/apache/sysml/api/class-use/DMLScript.html  |   126 +
 .../sysml/api/class-use/ScriptExecutorUtils.html   |   126 +
 .../java/org/apache/sysml/api/jmlc/Connection.html |  1418 +
 .../java/org/apache/sysml/api/jmlc/JMLCUtils.html  |   362 +
 .../org/apache/sysml/api/jmlc/PreparedScript.html  |  1070 +
 .../org/apache/sysml/api/jmlc/ResultVariables.html |   556 +
 .../sysml/api/jmlc/class-use/Connection.html       |   126 +
 .../apache/sysml/api/jmlc/class-use/JMLCUtils.html |   126 +
 .../sysml/api/jmlc/class-use/PreparedScript.html   |   196 +
 .../sysml/api/jmlc/class-use/ResultVariables.html  |   169 +
 .../org/apache/sysml/api/jmlc/package-frame.html   |    24 +
 .../org/apache/sysml/api/jmlc/package-summary.html |   167 +
 .../org/apache/sysml/api/jmlc/package-tree.html    |   142 +
 .../org/apache/sysml/api/jmlc/package-use.html     |   168 +
 .../java/org/apache/sysml/api/mlcontext/Frame.html |   594 +
 .../apache/sysml/api/mlcontext/FrameFormat.html    |   395 +
 .../apache/sysml/api/mlcontext/FrameMetadata.html  |  1096 +
 .../apache/sysml/api/mlcontext/FrameSchema.html    |   383 +
 .../api/mlcontext/MLContext.ExecutionType.html     |   404 +
 .../api/mlcontext/MLContext.ExplainLevel.html      |   412 +
 .../api/mlcontext/MLContext.InternalProxy.html     |   280 +
 .../org/apache/sysml/api/mlcontext/MLContext.html  |  1066 +
 .../api/mlcontext/MLContextConversionUtil.html     |  1615 +
 .../sysml/api/mlcontext/MLContextException.html    |   371 +
 .../apache/sysml/api/mlcontext/MLContextUtil.html  |  1271 +
 .../org/apache/sysml/api/mlcontext/MLResults.html  |  2493 ++
 .../org/apache/sysml/api/mlcontext/Matrix.html     |   705 +
 .../apache/sysml/api/mlcontext/MatrixFormat.html   |   454 +
 .../apache/sysml/api/mlcontext/MatrixMetadata.html |   808 +
 .../org/apache/sysml/api/mlcontext/Metadata.html   |   627 +
 .../apache/sysml/api/mlcontext/ProjectInfo.html    |   367 +
 .../org/apache/sysml/api/mlcontext/Script.html     |  1234 +
 .../apache/sysml/api/mlcontext/ScriptExecutor.html |  1439 +
 .../apache/sysml/api/mlcontext/ScriptFactory.html  |   618 +
 .../org/apache/sysml/api/mlcontext/ScriptType.html |   411 +
 .../sysml/api/mlcontext/class-use/Frame.html       |   168 +
 .../sysml/api/mlcontext/class-use/FrameFormat.html |   322 +
 .../api/mlcontext/class-use/FrameMetadata.html     |   271 +
 .../sysml/api/mlcontext/class-use/FrameSchema.html |   256 +
 .../class-use/MLContext.ExecutionType.html         |   221 +
 .../class-use/MLContext.ExplainLevel.html          |   211 +
 .../class-use/MLContext.InternalProxy.html         |   168 +
 .../sysml/api/mlcontext/class-use/MLContext.html   |   210 +
 .../class-use/MLContextConversionUtil.html         |   126 +
 .../mlcontext/class-use/MLContextException.html    |   126 +
 .../api/mlcontext/class-use/MLContextUtil.html     |   126 +
 .../sysml/api/mlcontext/class-use/MLResults.html   |   214 +
 .../sysml/api/mlcontext/class-use/Matrix.html      |   168 +
 .../api/mlcontext/class-use/MatrixFormat.html      |   271 +
 .../api/mlcontext/class-use/MatrixMetadata.html    |   301 +
 .../sysml/api/mlcontext/class-use/Metadata.html    |   219 +
 .../sysml/api/mlcontext/class-use/ProjectInfo.html |   175 +
 .../sysml/api/mlcontext/class-use/Script.html      |   443 +
 .../api/mlcontext/class-use/ScriptExecutor.html    |   215 +
 .../api/mlcontext/class-use/ScriptFactory.html     |   126 +
 .../sysml/api/mlcontext/class-use/ScriptType.html  |   253 +
 .../apache/sysml/api/mlcontext/package-frame.html  |    46 +
 .../sysml/api/mlcontext/package-summary.html       |   294 +
 .../apache/sysml/api/mlcontext/package-tree.html   |   185 +
 .../apache/sysml/api/mlcontext/package-use.html    |   278 +
 .../java/org/apache/sysml/api/package-frame.html   |    36 +
 .../java/org/apache/sysml/api/package-summary.html |   214 +
 .../java/org/apache/sysml/api/package-tree.html    |   167 +
 .../api/java/org/apache/sysml/api/package-use.html |   251 +
 .../apache/sysml/runtime/DMLRuntimeException.html  |   315 +
 .../apache/sysml/runtime/DMLScriptException.html   |   297 +
 .../runtime/class-use/DMLRuntimeException.html     |  5918 ++++
 .../runtime/class-use/DMLScriptException.html      |   126 +
 .../sysml/runtime/codegen/ByteClassLoader.html     |   324 +
 .../apache/sysml/runtime/codegen/CodegenUtils.html |   413 +
 .../sysml/runtime/codegen/LibSpoofPrimitives.html  |  6694 ++++
 .../sysml/runtime/codegen/SpoofCellwise.AggOp.html |   371 +
 .../runtime/codegen/SpoofCellwise.CellType.html    |   371 +
 .../sysml/runtime/codegen/SpoofCellwise.html       |   485 +
 .../sysml/runtime/codegen/SpoofMultiAggregate.html |   481 +
 .../runtime/codegen/SpoofOperator.SideInput.html   |   388 +
 .../codegen/SpoofOperator.SideInputSparseCell.html |   323 +
 .../codegen/SpoofOperator.SideInputSparseRow.html  |   325 +
 .../sysml/runtime/codegen/SpoofOperator.html       |   862 +
 .../codegen/SpoofOuterProduct.OutProdType.html     |   371 +
 .../sysml/runtime/codegen/SpoofOuterProduct.html   |   562 +
 .../runtime/codegen/SpoofRowwise.RowType.html      |   507 +
 .../apache/sysml/runtime/codegen/SpoofRowwise.html |   621 +
 .../runtime/codegen/class-use/ByteClassLoader.html |   126 +
 .../runtime/codegen/class-use/CodegenUtils.html    |   126 +
 .../codegen/class-use/LibSpoofPrimitives.html      |   126 +
 .../codegen/class-use/SpoofCellwise.AggOp.html     |   245 +
 .../codegen/class-use/SpoofCellwise.CellType.html  |   192 +
 .../runtime/codegen/class-use/SpoofCellwise.html   |   126 +
 .../codegen/class-use/SpoofMultiAggregate.html     |   126 +
 .../codegen/class-use/SpoofOperator.SideInput.html |   372 +
 .../SpoofOperator.SideInputSparseCell.html         |   126 +
 .../SpoofOperator.SideInputSparseRow.html          |   126 +
 .../runtime/codegen/class-use/SpoofOperator.html   |   191 +
 .../class-use/SpoofOuterProduct.OutProdType.html   |   216 +
 .../codegen/class-use/SpoofOuterProduct.html       |   126 +
 .../codegen/class-use/SpoofRowwise.RowType.html    |   206 +
 .../runtime/codegen/class-use/SpoofRowwise.html    |   126 +
 .../sysml/runtime/codegen/package-frame.html       |    38 +
 .../sysml/runtime/codegen/package-summary.html     |   214 +
 .../apache/sysml/runtime/codegen/package-tree.html |   182 +
 .../apache/sysml/runtime/codegen/package-use.html  |   193 +
 .../sysml/runtime/compress/BitmapEncoder.html      |   412 +
 .../compress/ColGroup.ColGroupRowIterator.html     |   288 +
 .../runtime/compress/ColGroup.CompressionType.html |   383 +
 .../apache/sysml/runtime/compress/ColGroup.html    |   941 +
 .../apache/sysml/runtime/compress/ColGroupDDC.html |   809 +
 .../sysml/runtime/compress/ColGroupDDC1.html       |  1015 +
 .../sysml/runtime/compress/ColGroupDDC2.html       |   892 +
 .../apache/sysml/runtime/compress/ColGroupOLE.html |   889 +
 .../compress/ColGroupOffset.OffsetRowIterator.html |   314 +
 .../ColGroupOffset.OffsetValueIterator.html        |   314 +
 .../compress/ColGroupOffset.ZeroValueIterator.html |   312 +
 .../sysml/runtime/compress/ColGroupOffset.html     |  1084 +
 .../apache/sysml/runtime/compress/ColGroupRLE.html |   883 +
 .../runtime/compress/ColGroupUncompressed.html     |   907 +
 .../sysml/runtime/compress/ColGroupValue.html      |  1007 +
 ...ompressedMatrixBlock.CompressionStatistics.html |   390 +
 .../runtime/compress/CompressedMatrixBlock.html    |  2491 ++
 .../runtime/compress/ReaderColumnSelection.html    |   395 +
 .../compress/ReaderColumnSelectionDense.html       |   342 +
 .../compress/ReaderColumnSelectionDenseSample.html |   376 +
 .../compress/ReaderColumnSelectionSparse.html      |   320 +
 .../sysml/runtime/compress/UncompressedBitmap.html |   403 +
 .../runtime/compress/class-use/BitmapEncoder.html  |   126 +
 .../class-use/ColGroup.ColGroupRowIterator.html    |   189 +
 .../class-use/ColGroup.CompressionType.html        |   201 +
 .../sysml/runtime/compress/class-use/ColGroup.html |   337 +
 .../runtime/compress/class-use/ColGroupDDC.html    |   210 +
 .../runtime/compress/class-use/ColGroupDDC1.html   |   178 +
 .../runtime/compress/class-use/ColGroupDDC2.html   |   126 +
 .../runtime/compress/class-use/ColGroupOLE.html    |   126 +
 .../ColGroupOffset.OffsetRowIterator.html          |   126 +
 .../ColGroupOffset.OffsetValueIterator.html        |   126 +
 .../ColGroupOffset.ZeroValueIterator.html          |   126 +
 .../runtime/compress/class-use/ColGroupOffset.html |   175 +
 .../runtime/compress/class-use/ColGroupRLE.html    |   126 +
 .../compress/class-use/ColGroupUncompressed.html   |   126 +
 .../runtime/compress/class-use/ColGroupValue.html  |   202 +
 ...ompressedMatrixBlock.CompressionStatistics.html |   179 +
 .../compress/class-use/CompressedMatrixBlock.html  |   126 +
 .../compress/class-use/ReaderColumnSelection.html  |   181 +
 .../class-use/ReaderColumnSelectionDense.html      |   126 +
 .../ReaderColumnSelectionDenseSample.html          |   126 +
 .../class-use/ReaderColumnSelectionSparse.html     |   126 +
 .../compress/class-use/UncompressedBitmap.html     |   262 +
 .../compress/cocode/ColumnGroupPartitioner.html    |   290 +
 .../cocode/ColumnGroupPartitionerBinPacking.html   |   331 +
 .../cocode/ColumnGroupPartitionerStatic.html       |   295 +
 .../cocode/PlanningCoCoder.GroupableColInfo.html   |   294 +
 .../cocode/PlanningCoCoder.PartitionerType.html    |   347 +
 .../runtime/compress/cocode/PlanningCoCoder.html   |   309 +
 .../cocode/PlanningCoCodingGroup.ColIndexes.html   |   298 +
 .../compress/cocode/PlanningCoCodingGroup.html     |   469 +
 .../runtime/compress/cocode/PlanningMemoTable.html |   335 +
 .../cocode/class-use/ColumnGroupPartitioner.html   |   174 +
 .../ColumnGroupPartitionerBinPacking.html          |   126 +
 .../class-use/ColumnGroupPartitionerStatic.html    |   126 +
 .../PlanningCoCoder.GroupableColInfo.html          |   193 +
 .../class-use/PlanningCoCoder.PartitionerType.html |   175 +
 .../compress/cocode/class-use/PlanningCoCoder.html |   126 +
 .../PlanningCoCodingGroup.ColIndexes.html          |   126 +
 .../cocode/class-use/PlanningCoCodingGroup.html    |   213 +
 .../cocode/class-use/PlanningMemoTable.html        |   126 +
 .../runtime/compress/cocode/package-frame.html     |    32 +
 .../runtime/compress/cocode/package-summary.html   |   193 +
 .../runtime/compress/cocode/package-tree.html      |   161 +
 .../sysml/runtime/compress/cocode/package-use.html |   170 +
 ...pressedSizeEstimator.SizeEstimationFactors.html |   341 +
 .../compress/estim/CompressedSizeEstimator.html    |   480 +
 .../estim/CompressedSizeEstimatorExact.html        |   337 +
 .../estim/CompressedSizeEstimatorSample.html       |   460 +
 .../runtime/compress/estim/CompressedSizeInfo.html |   347 +
 .../compress/estim/SizeEstimatorFactory.html       |   337 +
 ...pressedSizeEstimator.SizeEstimationFactors.html |   167 +
 .../estim/class-use/CompressedSizeEstimator.html   |   235 +
 .../class-use/CompressedSizeEstimatorExact.html    |   126 +
 .../class-use/CompressedSizeEstimatorSample.html   |   126 +
 .../estim/class-use/CompressedSizeInfo.html        |   212 +
 .../estim/class-use/SizeEstimatorFactory.html      |   126 +
 .../runtime/compress/estim/package-frame.html      |    26 +
 .../runtime/compress/estim/package-summary.html    |   170 +
 .../sysml/runtime/compress/estim/package-tree.html |   147 +
 .../sysml/runtime/compress/estim/package-use.html  |   195 +
 .../sysml/runtime/compress/package-frame.html      |    41 +
 .../sysml/runtime/compress/package-summary.html    |   262 +
 .../sysml/runtime/compress/package-tree.html       |   194 +
 .../apache/sysml/runtime/compress/package-use.html |   248 +
 .../runtime/compress/utils/ConverterUtils.html     |   310 +
 .../sysml/runtime/compress/utils/DblArray.html     |   389 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   307 +
 .../compress/utils/DblArrayIntListHashMap.html     |   335 +
 .../utils/DoubleIntListHashMap.DIListEntry.html    |   307 +
 .../compress/utils/DoubleIntListHashMap.html       |   335 +
 .../sysml/runtime/compress/utils/IntArrayList.html |   311 +
 .../runtime/compress/utils/LinearAlgebraUtils.html |   506 +
 .../compress/utils/class-use/ConverterUtils.html   |   126 +
 .../runtime/compress/utils/class-use/DblArray.html |   239 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   179 +
 .../utils/class-use/DblArrayIntListHashMap.html    |   165 +
 .../DoubleIntListHashMap.DIListEntry.html          |   179 +
 .../utils/class-use/DoubleIntListHashMap.html      |   164 +
 .../compress/utils/class-use/IntArrayList.html     |   244 +
 .../utils/class-use/LinearAlgebraUtils.html        |   126 +
 .../runtime/compress/utils/package-frame.html      |    26 +
 .../runtime/compress/utils/package-summary.html    |   178 +
 .../sysml/runtime/compress/utils/package-tree.html |   146 +
 .../sysml/runtime/compress/utils/package-use.html  |   212 +
 .../runtime/instructions/CPInstructionParser.html  |   359 +
 .../runtime/instructions/GPUInstructionParser.html |   310 +
 .../runtime/instructions/Instruction.IType.html    |   395 +
 .../sysml/runtime/instructions/Instruction.html    |   940 +
 .../runtime/instructions/InstructionParser.html    |   300 +
 .../runtime/instructions/InstructionUtils.html     |   808 +
 .../runtime/instructions/MRInstructionParser.html  |   519 +
 .../runtime/instructions/MRJobInstruction.html     |  1359 +
 .../runtime/instructions/SPInstructionParser.html  |   346 +
 .../class-use/CPInstructionParser.html             |   126 +
 .../class-use/GPUInstructionParser.html            |   126 +
 .../instructions/class-use/Instruction.IType.html  |   205 +
 .../instructions/class-use/Instruction.html        |   667 +
 .../instructions/class-use/InstructionParser.html  |   178 +
 .../instructions/class-use/InstructionUtils.html   |   126 +
 .../class-use/MRInstructionParser.html             |   126 +
 .../instructions/class-use/MRJobInstruction.html   |   409 +
 .../class-use/SPInstructionParser.html             |   126 +
 .../gpu/AggregateBinaryGPUInstruction.html         |   338 +
 .../gpu/AggregateUnaryGPUInstruction.html          |   339 +
 .../gpu/ArithmeticBinaryGPUInstruction.html        |   416 +
 .../gpu/BuiltinBinaryGPUInstruction.html           |   364 +
 .../gpu/BuiltinUnaryGPUInstruction.html            |   375 +
 .../gpu/ConvolutionGPUInstruction.html             |   534 +
 .../gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html    |   467 +
 .../runtime/instructions/gpu/GPUInstruction.html   |  1917 ++
 .../instructions/gpu/MMTSJGPUInstruction.html      |   364 +
 .../gpu/MatrixAppendGPUInstruction.html            |   339 +
 .../gpu/MatrixBuiltinGPUInstruction.html           |   376 +
 .../gpu/MatrixIndexingGPUInstruction.html          |   338 +
 .../gpu/MatrixMatrixArithmeticGPUInstruction.html  |   385 +
 .../gpu/MatrixMatrixAxpyGPUInstruction.html        |   350 +
 .../gpu/MatrixMatrixBuiltinGPUInstruction.html     |   380 +
 ...MatrixMatrixRelationalBinaryGPUInstruction.html |   385 +
 .../gpu/RelationalBinaryGPUInstruction.html        |   416 +
 .../instructions/gpu/ReorgGPUInstruction.html      |   338 +
 .../gpu/ScalarMatrixArithmeticGPUInstruction.html  |   385 +
 .../gpu/ScalarMatrixBuiltinGPUInstruction.html     |   380 +
 ...ScalarMatrixRelationalBinaryGPUInstruction.html |   385 +
 .../class-use/AggregateBinaryGPUInstruction.html   |   166 +
 .../class-use/AggregateUnaryGPUInstruction.html    |   166 +
 .../class-use/ArithmeticBinaryGPUInstruction.html  |   187 +
 .../gpu/class-use/BuiltinBinaryGPUInstruction.html |   183 +
 .../gpu/class-use/BuiltinUnaryGPUInstruction.html  |   179 +
 .../gpu/class-use/ConvolutionGPUInstruction.html   |   166 +
 .../GPUInstruction.GPUINSTRUCTION_TYPE.html        |   228 +
 .../instructions/gpu/class-use/GPUInstruction.html |   269 +
 .../gpu/class-use/MMTSJGPUInstruction.html         |   168 +
 .../gpu/class-use/MatrixAppendGPUInstruction.html  |   166 +
 .../gpu/class-use/MatrixBuiltinGPUInstruction.html |   126 +
 .../class-use/MatrixIndexingGPUInstruction.html    |   166 +
 .../MatrixMatrixArithmeticGPUInstruction.html      |   126 +
 .../class-use/MatrixMatrixAxpyGPUInstruction.html  |   166 +
 .../MatrixMatrixBuiltinGPUInstruction.html         |   126 +
 ...MatrixMatrixRelationalBinaryGPUInstruction.html |   126 +
 .../class-use/RelationalBinaryGPUInstruction.html  |   183 +
 .../gpu/class-use/ReorgGPUInstruction.html         |   166 +
 .../ScalarMatrixArithmeticGPUInstruction.html      |   126 +
 .../ScalarMatrixBuiltinGPUInstruction.html         |   126 +
 ...ScalarMatrixRelationalBinaryGPUInstruction.html |   126 +
 .../instructions/gpu/context/CSRPointer.html       |   765 +
 .../instructions/gpu/context/ExecutionConfig.html  |   520 +
 .../instructions/gpu/context/GPUContext.html       |   922 +
 .../instructions/gpu/context/GPUContextPool.html   |   480 +
 .../context/GPUMemoryManager.GPUComparator.html    |   296 +
 .../instructions/gpu/context/GPUMemoryManager.html |   528 +
 .../instructions/gpu/context/GPUObject.html        |  1152 +
 .../instructions/gpu/context/JCudaKernels.html     |   280 +
 .../gpu/context/class-use/CSRPointer.html          |   338 +
 .../gpu/context/class-use/ExecutionConfig.html     |   198 +
 .../gpu/context/class-use/GPUContext.html          |  1093 +
 .../gpu/context/class-use/GPUContextPool.html      |   126 +
 .../class-use/GPUMemoryManager.GPUComparator.html  |   126 +
 .../gpu/context/class-use/GPUMemoryManager.html    |   166 +
 .../gpu/context/class-use/GPUObject.html           |   194 +
 .../gpu/context/class-use/JCudaKernels.html        |   190 +
 .../instructions/gpu/context/package-frame.html    |    28 +
 .../instructions/gpu/context/package-summary.html  |   189 +
 .../instructions/gpu/context/package-tree.html     |   146 +
 .../instructions/gpu/context/package-use.html      |   223 +
 .../runtime/instructions/gpu/package-frame.html    |    44 +
 .../runtime/instructions/gpu/package-summary.html  |   239 +
 .../runtime/instructions/gpu/package-tree.html     |   189 +
 .../runtime/instructions/gpu/package-use.html      |   224 +
 .../sysml/runtime/instructions/package-frame.html  |    32 +
 .../runtime/instructions/package-summary.html      |   187 +
 .../sysml/runtime/instructions/package-tree.html   |   164 +
 .../sysml/runtime/instructions/package-use.html    |   263 +
 .../spark/AggregateTernarySPInstruction.html       |   357 +
 .../spark/AggregateUnarySPInstruction.html         |   416 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   295 +
 .../spark/AppendGAlignedSPInstruction.html         |   380 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   297 +
 .../spark/AppendGSPInstruction.ShiftMatrix.html    |   297 +
 .../instructions/spark/AppendGSPInstruction.html   |   384 +
 .../instructions/spark/AppendMSPInstruction.html   |   438 +
 .../instructions/spark/AppendRSPInstruction.html   |   423 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   295 +
 .../spark/BinUaggChainSPInstruction.html           |   373 +
 .../spark/BinaryMatrixBVectorSPInstruction.html    |   404 +
 .../spark/BinaryMatrixMatrixSPInstruction.html     |   402 +
 .../spark/BinaryMatrixScalarSPInstruction.html     |   397 +
 .../instructions/spark/BinarySPInstruction.html    |   593 +
 ...BuiltinNarySPInstruction.PadBlocksFunction.html |   293 +
 .../spark/BuiltinNarySPInstruction.html            |   391 +
 .../spark/CSVReblockSPInstruction.html             |   460 +
 .../instructions/spark/CastSPInstruction.html      |   362 +
 .../spark/CentralMomentSPInstruction.html          |   362 +
 .../spark/CheckpointSPInstruction.html             |   362 +
 ...mpressionSPInstruction.CompressionFunction.html |   293 +
 .../spark/CompressionSPInstruction.html            |   373 +
 .../spark/ComputationSPInstruction.html            |   531 +
 .../spark/ConvolutionSPInstruction.html            |   362 +
 .../spark/CovarianceSPInstruction.html             |   369 +
 .../instructions/spark/CpmmSPInstruction.html      |   375 +
 .../instructions/spark/CtableSPInstruction.html    |   357 +
 .../spark/CumulativeAggregateSPInstruction.html    |   367 +
 .../spark/CumulativeOffsetSPInstruction.html       |   369 +
 .../spark/FrameAppendMSPInstruction.html           |   420 +
 .../spark/FrameAppendRSPInstruction.html           |   418 +
 .../spark/FrameIndexingSPInstruction.html          |   449 +
 .../instructions/spark/IndexingSPInstruction.html  |   506 +
 .../spark/MapmmChainSPInstruction.html             |   338 +
 .../instructions/spark/MapmmSPInstruction.html     |   369 +
 .../spark/MatrixAppendMSPInstruction.html          |   420 +
 .../spark/MatrixAppendRSPInstruction.html          |   418 +
 .../spark/MatrixIndexingSPInstruction.html         |   539 +
 .../spark/MatrixReshapeSPInstruction.html          |   362 +
 ...PInstruction.TransformEncodeBuild2Function.html |   293 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   297 +
 ...PInstruction.TransformEncodeGroup2Function.html |   293 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   298 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   415 +
 .../instructions/spark/PMapmmSPInstruction.html    |   371 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   295 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   301 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   298 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   303 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   299 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   301 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   295 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   295 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   295 +
 ...struction.RDDTransformDecodeExpandFunction.html |   295 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   295 +
 .../spark/ParameterizedBuiltinSPInstruction.html   |   486 +
 .../instructions/spark/PmmSPInstruction.html       |   369 +
 .../spark/QuantilePickSPInstruction.html           |   369 +
 .../spark/QuantileSortSPInstruction.html           |   367 +
 .../spark/QuaternarySPInstruction.html             |   357 +
 .../instructions/spark/RandSPInstruction.html      |   453 +
 .../instructions/spark/ReblockSPInstruction.html   |   402 +
 .../instructions/spark/ReorgSPInstruction.html     |   362 +
 .../instructions/spark/RmmSPInstruction.html       |   369 +
 .../instructions/spark/SPInstruction.SPType.html   |   851 +
 .../runtime/instructions/spark/SPInstruction.html  |   527 +
 ...SPInstruction.ReplicateRightFactorFunction.html |   295 +
 .../instructions/spark/SpoofSPInstruction.html     |   362 +
 .../instructions/spark/TernarySPInstruction.html   |   375 +
 .../instructions/spark/Tsmm2SPInstruction.html     |   362 +
 .../instructions/spark/TsmmSPInstruction.html      |   362 +
 .../spark/UaggOuterChainSPInstruction.html         |   405 +
 .../spark/UnaryMatrixSPInstruction.html            |   406 +
 .../instructions/spark/UnarySPInstruction.html     |   394 +
 .../instructions/spark/WriteSPInstruction.html     |   414 +
 .../instructions/spark/ZipmmSPInstruction.html     |   369 +
 .../class-use/AggregateTernarySPInstruction.html   |   166 +
 .../class-use/AggregateUnarySPInstruction.html     |   179 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   126 +
 .../class-use/AppendGAlignedSPInstruction.html     |   166 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   126 +
 .../AppendGSPInstruction.ShiftMatrix.html          |   126 +
 .../spark/class-use/AppendGSPInstruction.html      |   166 +
 .../spark/class-use/AppendMSPInstruction.html      |   183 +
 .../spark/class-use/AppendRSPInstruction.html      |   183 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   126 +
 .../spark/class-use/BinUaggChainSPInstruction.html |   166 +
 .../BinaryMatrixBVectorSPInstruction.html          |   126 +
 .../class-use/BinaryMatrixMatrixSPInstruction.html |   126 +
 .../class-use/BinaryMatrixScalarSPInstruction.html |   126 +
 .../spark/class-use/BinarySPInstruction.html       |   267 +
 ...BuiltinNarySPInstruction.PadBlocksFunction.html |   126 +
 .../spark/class-use/BuiltinNarySPInstruction.html  |   166 +
 .../spark/class-use/CSVReblockSPInstruction.html   |   166 +
 .../spark/class-use/CastSPInstruction.html         |   166 +
 .../class-use/CentralMomentSPInstruction.html      |   166 +
 .../spark/class-use/CheckpointSPInstruction.html   |   166 +
 ...mpressionSPInstruction.CompressionFunction.html |   126 +
 .../spark/class-use/CompressionSPInstruction.html  |   166 +
 .../spark/class-use/ComputationSPInstruction.html  |   374 +
 .../spark/class-use/ConvolutionSPInstruction.html  |   166 +
 .../spark/class-use/CovarianceSPInstruction.html   |   166 +
 .../spark/class-use/CpmmSPInstruction.html         |   166 +
 .../spark/class-use/CtableSPInstruction.html       |   166 +
 .../CumulativeAggregateSPInstruction.html          |   166 +
 .../class-use/CumulativeOffsetSPInstruction.html   |   166 +
 .../spark/class-use/FrameAppendMSPInstruction.html |   126 +
 .../spark/class-use/FrameAppendRSPInstruction.html |   126 +
 .../class-use/FrameIndexingSPInstruction.html      |   126 +
 .../spark/class-use/IndexingSPInstruction.html     |   187 +
 .../spark/class-use/MapmmChainSPInstruction.html   |   166 +
 .../spark/class-use/MapmmSPInstruction.html        |   166 +
 .../class-use/MatrixAppendMSPInstruction.html      |   126 +
 .../class-use/MatrixAppendRSPInstruction.html      |   126 +
 .../class-use/MatrixIndexingSPInstruction.html     |   126 +
 .../class-use/MatrixReshapeSPInstruction.html      |   166 +
 ...PInstruction.TransformEncodeBuild2Function.html |   126 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   126 +
 ...PInstruction.TransformEncodeGroup2Function.html |   126 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   126 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   166 +
 .../spark/class-use/PMapmmSPInstruction.html       |   166 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   126 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   126 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   126 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   126 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   126 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   126 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   126 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   126 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   126 +
 ...struction.RDDTransformDecodeExpandFunction.html |   126 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   126 +
 .../ParameterizedBuiltinSPInstruction.html         |   166 +
 .../spark/class-use/PmmSPInstruction.html          |   166 +
 .../spark/class-use/QuantilePickSPInstruction.html |   166 +
 .../spark/class-use/QuantileSortSPInstruction.html |   166 +
 .../spark/class-use/QuaternarySPInstruction.html   |   166 +
 .../spark/class-use/RandSPInstruction.html         |   166 +
 .../spark/class-use/ReblockSPInstruction.html      |   166 +
 .../spark/class-use/ReorgSPInstruction.html        |   166 +
 .../spark/class-use/RmmSPInstruction.html          |   166 +
 .../spark/class-use/SPInstruction.SPType.html      |   325 +
 .../spark/class-use/SPInstruction.html             |   421 +
 ...SPInstruction.ReplicateRightFactorFunction.html |   126 +
 .../spark/class-use/SpoofSPInstruction.html        |   166 +
 .../spark/class-use/TernarySPInstruction.html      |   166 +
 .../spark/class-use/Tsmm2SPInstruction.html        |   166 +
 .../spark/class-use/TsmmSPInstruction.html         |   166 +
 .../class-use/UaggOuterChainSPInstruction.html     |   166 +
 .../spark/class-use/UnaryMatrixSPInstruction.html  |   126 +
 .../spark/class-use/UnarySPInstruction.html        |   263 +
 .../spark/class-use/WriteSPInstruction.html        |   166 +
 .../spark/class-use/ZipmmSPInstruction.html        |   166 +
 .../runtime/instructions/spark/package-frame.html  |   101 +
 .../instructions/spark/package-summary.html        |   488 +
 .../runtime/instructions/spark/package-tree.html   |   255 +
 .../runtime/instructions/spark/package-use.html    |   328 +
 .../spark/utils/FrameRDDAggregateUtils.html        |   273 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   293 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   293 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   293 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   293 +
 .../spark/utils/FrameRDDConverterUtils.html        |   693 +
 .../spark/utils/RDDAggregateUtils.html             |   558 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   293 +
 .../spark/utils/RDDConverterUtils.html             |   623 +
 .../spark/utils/RDDConverterUtilsExt.AddRowID.html |   293 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   347 +
 .../spark/utils/RDDConverterUtilsExt.html          |   782 +
 .../spark/utils/RDDSortUtils.IndexComparator.html  |   299 +
 .../spark/utils/RDDSortUtils.IndexComparator2.html |   299 +
 .../instructions/spark/utils/RDDSortUtils.html     |   502 +
 .../instructions/spark/utils/SparkUtils.html       |   636 +
 .../utils/class-use/FrameRDDAggregateUtils.html    |   126 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   126 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   126 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   126 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   126 +
 .../utils/class-use/FrameRDDConverterUtils.html    |   126 +
 .../spark/utils/class-use/RDDAggregateUtils.html   |   126 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   126 +
 .../spark/utils/class-use/RDDConverterUtils.html   |   126 +
 .../class-use/RDDConverterUtilsExt.AddRowID.html   |   126 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   175 +
 .../utils/class-use/RDDConverterUtilsExt.html      |   126 +
 .../class-use/RDDSortUtils.IndexComparator.html    |   126 +
 .../class-use/RDDSortUtils.IndexComparator2.html   |   126 +
 .../spark/utils/class-use/RDDSortUtils.html        |   126 +
 .../spark/utils/class-use/SparkUtils.html          |   126 +
 .../instructions/spark/utils/package-frame.html    |    39 +
 .../instructions/spark/utils/package-summary.html  |   219 +
 .../instructions/spark/utils/package-tree.html     |   165 +
 .../instructions/spark/utils/package-use.html      |   159 +
 .../org/apache/sysml/runtime/matrix/CMCOVMR.html   |   270 +
 .../matrix/CSVReblockMR.AssignRowIDMRReturn.html   |   343 +
 .../runtime/matrix/CSVReblockMR.BlockRow.html      |   358 +
 .../runtime/matrix/CSVReblockMR.OffsetCount.html   |   480 +
 .../apache/sysml/runtime/matrix/CSVReblockMR.html  |   461 +
 .../runtime/matrix/CleanupMR.CleanupMapper.html    |   367 +
 .../org/apache/sysml/runtime/matrix/CleanupMR.html |   263 +
 .../runtime/matrix/CombineMR.InnerReducer.html     |   415 +
 .../org/apache/sysml/runtime/matrix/CombineMR.html |   287 +
 .../org/apache/sysml/runtime/matrix/DataGenMR.html |   282 +
 .../sysml/runtime/matrix/DataPartitionMR.html      |   256 +
 .../java/org/apache/sysml/runtime/matrix/GMR.html  |   312 +
 .../apache/sysml/runtime/matrix/GroupedAggMR.html  |   272 +
 .../org/apache/sysml/runtime/matrix/JobReturn.html |   429 +
 .../org/apache/sysml/runtime/matrix/MMCJMR.html    |   303 +
 .../org/apache/sysml/runtime/matrix/MMRJMR.html    |   274 +
 .../runtime/matrix/MatrixCharacteristics.html      |   809 +
 .../org/apache/sysml/runtime/matrix/MetaData.html  |   382 +
 .../sysml/runtime/matrix/MetaDataFormat.html       |   334 +
 .../matrix/MetaDataNumItemsByEachReducer.html      |   349 +
 .../org/apache/sysml/runtime/matrix/ReblockMR.html |   276 +
 .../org/apache/sysml/runtime/matrix/SortMR.html    |   414 +
 .../apache/sysml/runtime/matrix/WriteCSVMR.html    |   285 +
 .../sysml/runtime/matrix/class-use/CMCOVMR.html    |   126 +
 .../CSVReblockMR.AssignRowIDMRReturn.html          |   172 +
 .../matrix/class-use/CSVReblockMR.BlockRow.html    |   126 +
 .../matrix/class-use/CSVReblockMR.OffsetCount.html |   177 +
 .../runtime/matrix/class-use/CSVReblockMR.html     |   126 +
 .../matrix/class-use/CleanupMR.CleanupMapper.html  |   126 +
 .../sysml/runtime/matrix/class-use/CleanupMR.html  |   126 +
 .../matrix/class-use/CombineMR.InnerReducer.html   |   126 +
 .../sysml/runtime/matrix/class-use/CombineMR.html  |   126 +
 .../sysml/runtime/matrix/class-use/DataGenMR.html  |   126 +
 .../runtime/matrix/class-use/DataPartitionMR.html  |   126 +
 .../apache/sysml/runtime/matrix/class-use/GMR.html |   126 +
 .../runtime/matrix/class-use/GroupedAggMR.html     |   126 +
 .../sysml/runtime/matrix/class-use/JobReturn.html  |   370 +
 .../sysml/runtime/matrix/class-use/MMCJMR.html     |   126 +
 .../sysml/runtime/matrix/class-use/MMRJMR.html     |   126 +
 .../matrix/class-use/MatrixCharacteristics.html    |   746 +
 .../sysml/runtime/matrix/class-use/MetaData.html   |   235 +
 .../runtime/matrix/class-use/MetaDataFormat.html   |   126 +
 .../class-use/MetaDataNumItemsByEachReducer.html   |   126 +
 .../sysml/runtime/matrix/class-use/ReblockMR.html  |   126 +
 .../sysml/runtime/matrix/class-use/SortMR.html     |   126 +
 .../sysml/runtime/matrix/class-use/WriteCSVMR.html |   126 +
 .../runtime/matrix/data/AdaptivePartialBlock.html  |   453 +
 .../matrix/data/AddDummyWeightConverter.html       |   337 +
 .../data/BinaryBlockToBinaryCellConverter.html     |   337 +
 .../data/BinaryBlockToRowBlockConverter.html       |   337 +
 .../data/BinaryBlockToTextCellConverter.html       |   340 +
 .../matrix/data/BinaryCellToRowBlockConverter.html |   337 +
 .../matrix/data/BinaryCellToTextConverter.html     |   337 +
 .../sysml/runtime/matrix/data/CM_N_COVCell.html    |  1180 +
 .../matrix/data/CSVFileFormatProperties.html       |   475 +
 .../sysml/runtime/matrix/data/CTableMap.html       |   360 +
 .../sysml/runtime/matrix/data/Converter.html       |   272 +
 .../runtime/matrix/data/ConvolutionParameters.html |   776 +
 .../runtime/matrix/data/CudaSupportFunctions.html  |   957 +
 .../sysml/runtime/matrix/data/DenseBlock.Type.html |   347 +
 .../sysml/runtime/matrix/data/DenseBlock.html      |  1021 +
 .../sysml/runtime/matrix/data/DenseBlockDRB.html   |  1079 +
 .../runtime/matrix/data/DenseBlockFactory.html     |   337 +
 .../sysml/runtime/matrix/data/DenseBlockLDRB.html  |  1079 +
 .../data/DoublePrecisionCudaSupportFunctions.html  |  1032 +
 .../data/FileFormatProperties.FileFormat.html      |   347 +
 .../runtime/matrix/data/FileFormatProperties.html  |   347 +
 .../matrix/data/FrameBlock.ColumnMetadata.html     |   351 +
 .../sysml/runtime/matrix/data/FrameBlock.html      |  1881 ++
 .../org/apache/sysml/runtime/matrix/data/IJV.html  |   334 +
 .../runtime/matrix/data/IdenticalConverter.html    |   337 +
 .../sysml/runtime/matrix/data/InputInfo.html       |   540 +
 .../sysml/runtime/matrix/data/LibCommonsMath.html  |   332 +
 .../sysml/runtime/matrix/data/LibMatrixAgg.html    |   568 +
 .../data/LibMatrixBincell.BinaryAccessType.html    |   383 +
 .../runtime/matrix/data/LibMatrixBincell.html      |   390 +
 .../sysml/runtime/matrix/data/LibMatrixCUDA.html   |  2077 ++
 .../sysml/runtime/matrix/data/LibMatrixCuDNN.html  |   931 +
 .../data/LibMatrixCuDNNConvolutionAlgorithm.html   |   532 +
 .../matrix/data/LibMatrixCuDNNInputRowFetcher.html |   354 +
 .../data/LibMatrixCuDNNPoolingDescriptors.html     |   514 +
 .../runtime/matrix/data/LibMatrixCuMatMult.html    |   342 +
 .../matrix/data/LibMatrixDNN.PoolingType.html      |   347 +
 .../sysml/runtime/matrix/data/LibMatrixDNN.html    |   607 +
 .../runtime/matrix/data/LibMatrixDNNConv2d.html    |   336 +
 .../matrix/data/LibMatrixDNNHelper.CellIndex3.html |   345 +
 .../runtime/matrix/data/LibMatrixDNNHelper.html    |   357 +
 .../runtime/matrix/data/LibMatrixDNNIm2Col.html    |   473 +
 .../runtime/matrix/data/LibMatrixDNNPooling.html   |   320 +
 .../matrix/data/LibMatrixDNNRelu.ReluBackward.html |   343 +
 .../runtime/matrix/data/LibMatrixDNNRelu.html      |   307 +
 .../LibMatrixDNNRotate180.Rotate180Worker.html     |   250 +
 .../runtime/matrix/data/LibMatrixDNNRotate180.html |   259 +
 .../runtime/matrix/data/LibMatrixDatagen.html      |   533 +
 .../sysml/runtime/matrix/data/LibMatrixMult.html   |  1218 +
 .../sysml/runtime/matrix/data/LibMatrixNative.html |   416 +
 .../runtime/matrix/data/LibMatrixOuterAgg.html     |   691 +
 .../sysml/runtime/matrix/data/LibMatrixReorg.html  |   748 +
 .../runtime/matrix/data/MatrixBlock.BlockType.html |   371 +
 .../matrix/data/MatrixBlock.SparsityEstimate.html  |   306 +
 .../sysml/runtime/matrix/data/MatrixBlock.html     |  4563 +++
 .../runtime/matrix/data/MatrixBlockDataInput.html  |   281 +
 .../runtime/matrix/data/MatrixBlockDataOutput.html |   270 +
 .../sysml/runtime/matrix/data/MatrixCell.html      |  1293 +
 .../sysml/runtime/matrix/data/MatrixIndexes.html   |   568 +
 .../runtime/matrix/data/MatrixPackedCell.html      |   518 +
 .../runtime/matrix/data/MatrixValue.CellIndex.html |   381 +
 .../sysml/runtime/matrix/data/MatrixValue.html     |   971 +
 .../matrix/data/MultipleOutputCommitter.html       |   364 +
 .../matrix/data/OperationsOnMatrixValues.html      |   911 +
 .../sysml/runtime/matrix/data/OutputInfo.html      |   548 +
 .../org/apache/sysml/runtime/matrix/data/Pair.html |   349 +
 .../sysml/runtime/matrix/data/PartialBlock.html    |   445 +
 .../runtime/matrix/data/RandomMatrixGenerator.html |   538 +
 .../data/SinglePrecisionCudaSupportFunctions.html  |  1032 +
 .../runtime/matrix/data/SparseBlock.Type.html      |   359 +
 .../sysml/runtime/matrix/data/SparseBlock.html     |  1360 +
 .../sysml/runtime/matrix/data/SparseBlockCOO.html  |  1505 +
 .../sysml/runtime/matrix/data/SparseBlockCSR.html  |  1635 +
 .../runtime/matrix/data/SparseBlockFactory.html    |   367 +
 .../sysml/runtime/matrix/data/SparseBlockMCSR.html |  1363 +
 .../sysml/runtime/matrix/data/SparseRow.html       |   518 +
 .../sysml/runtime/matrix/data/SparseRowScalar.html |   555 +
 .../sysml/runtime/matrix/data/SparseRowVector.html |   782 +
 .../apache/sysml/runtime/matrix/data/Tagged.html   |   496 +
 .../matrix/data/TaggedAdaptivePartialBlock.html    |   284 +
 .../data/TaggedFirstSecondIndexes.Comparator.html  |   323 +
 ...edFirstSecondIndexes.FirstIndexPartitioner.html |   308 +
 ...stSecondIndexes.FirstIndexRangePartitioner.html |   308 +
 .../TaggedFirstSecondIndexes.TagPartitioner.html   |   308 +
 .../matrix/data/TaggedFirstSecondIndexes.html      |   573 +
 .../runtime/matrix/data/TaggedMatrixBlock.html     |   308 +
 .../runtime/matrix/data/TaggedMatrixCell.html      |   308 +
 .../runtime/matrix/data/TaggedMatrixIndexes.html   |   425 +
 .../matrix/data/TaggedMatrixPackedCell.html        |   308 +
 .../runtime/matrix/data/TaggedMatrixValue.html     |   322 +
 .../runtime/matrix/data/TaggedTripleIndexes.html   |   487 +
 .../matrix/data/TextCellToRowBlockConverter.html   |   337 +
 .../matrix/data/TextToBinaryCellConverter.html     |   337 +
 .../matrix/data/TripleIndexes.Comparator.html      |   322 +
 .../TripleIndexes.FirstTwoIndexesPartitioner.html  |   308 +
 .../sysml/runtime/matrix/data/TripleIndexes.html   |   499 +
 .../UnPaddedOutputFormat.UnpaddedRecordWriter.html |   313 +
 .../runtime/matrix/data/UnPaddedOutputFormat.html  |   330 +
 .../sysml/runtime/matrix/data/WeightedCell.html    |   681 +
 .../data/WeightedCellToSortInputConverter.html     |   337 +
 .../sysml/runtime/matrix/data/WeightedPair.html    |   491 +
 .../data/class-use/AdaptivePartialBlock.html       |   178 +
 .../data/class-use/AddDummyWeightConverter.html    |   126 +
 .../BinaryBlockToBinaryCellConverter.html          |   126 +
 .../class-use/BinaryBlockToRowBlockConverter.html  |   126 +
 .../class-use/BinaryBlockToTextCellConverter.html  |   126 +
 .../class-use/BinaryCellToRowBlockConverter.html   |   126 +
 .../data/class-use/BinaryCellToTextConverter.html  |   126 +
 .../matrix/data/class-use/CM_N_COVCell.html        |   126 +
 .../data/class-use/CSVFileFormatProperties.html    |   176 +
 .../runtime/matrix/data/class-use/CTableMap.html   |   497 +
 .../runtime/matrix/data/class-use/Converter.html   |   202 +
 .../data/class-use/ConvolutionParameters.html      |   321 +
 .../data/class-use/CudaSupportFunctions.html       |   183 +
 .../matrix/data/class-use/DenseBlock.Type.html     |   199 +
 .../runtime/matrix/data/class-use/DenseBlock.html  |   320 +
 .../matrix/data/class-use/DenseBlockDRB.html       |   126 +
 .../matrix/data/class-use/DenseBlockFactory.html   |   126 +
 .../matrix/data/class-use/DenseBlockLDRB.html      |   126 +
 .../DoublePrecisionCudaSupportFunctions.html       |   126 +
 .../class-use/FileFormatProperties.FileFormat.html |   203 +
 .../data/class-use/FileFormatProperties.html       |   201 +
 .../data/class-use/FrameBlock.ColumnMetadata.html  |   234 +
 .../runtime/matrix/data/class-use/FrameBlock.html  |   821 +
 .../sysml/runtime/matrix/data/class-use/IJV.html   |   282 +
 .../matrix/data/class-use/IdenticalConverter.html  |   126 +
 .../runtime/matrix/data/class-use/InputInfo.html   |   615 +
 .../matrix/data/class-use/LibCommonsMath.html      |   126 +
 .../matrix/data/class-use/LibMatrixAgg.html        |   126 +
 .../LibMatrixBincell.BinaryAccessType.html         |   180 +
 .../matrix/data/class-use/LibMatrixBincell.html    |   126 +
 .../matrix/data/class-use/LibMatrixCUDA.html       |   178 +
 .../matrix/data/class-use/LibMatrixCuDNN.html      |   126 +
 .../LibMatrixCuDNNConvolutionAlgorithm.html        |   225 +
 .../class-use/LibMatrixCuDNNInputRowFetcher.html   |   126 +
 .../LibMatrixCuDNNPoolingDescriptors.html          |   204 +
 .../matrix/data/class-use/LibMatrixCuMatMult.html  |   126 +
 .../data/class-use/LibMatrixDNN.PoolingType.html   |   310 +
 .../matrix/data/class-use/LibMatrixDNN.html        |   126 +
 .../matrix/data/class-use/LibMatrixDNNConv2d.html  |   126 +
 .../class-use/LibMatrixDNNHelper.CellIndex3.html   |   197 +
 .../matrix/data/class-use/LibMatrixDNNHelper.html  |   126 +
 .../matrix/data/class-use/LibMatrixDNNIm2Col.html  |   126 +
 .../matrix/data/class-use/LibMatrixDNNPooling.html |   126 +
 .../class-use/LibMatrixDNNRelu.ReluBackward.html   |   126 +
 .../matrix/data/class-use/LibMatrixDNNRelu.html    |   126 +
 .../LibMatrixDNNRotate180.Rotate180Worker.html     |   170 +
 .../data/class-use/LibMatrixDNNRotate180.html      |   126 +
 .../matrix/data/class-use/LibMatrixDatagen.html    |   126 +
 .../matrix/data/class-use/LibMatrixMult.html       |   126 +
 .../matrix/data/class-use/LibMatrixNative.html     |   126 +
 .../matrix/data/class-use/LibMatrixOuterAgg.html   |   126 +
 .../matrix/data/class-use/LibMatrixReorg.html      |   126 +
 .../data/class-use/MatrixBlock.BlockType.html      |   175 +
 .../class-use/MatrixBlock.SparsityEstimate.html    |   168 +
 .../runtime/matrix/data/class-use/MatrixBlock.html |  4446 +++
 .../data/class-use/MatrixBlockDataInput.html       |   126 +
 .../data/class-use/MatrixBlockDataOutput.html      |   126 +
 .../runtime/matrix/data/class-use/MatrixCell.html  |   314 +
 .../matrix/data/class-use/MatrixIndexes.html       |  1419 +
 .../matrix/data/class-use/MatrixPackedCell.html    |   181 +
 .../data/class-use/MatrixValue.CellIndex.html      |   126 +
 .../runtime/matrix/data/class-use/MatrixValue.html |  1458 +
 .../data/class-use/MultipleOutputCommitter.html    |   126 +
 .../data/class-use/OperationsOnMatrixValues.html   |   126 +
 .../runtime/matrix/data/class-use/OutputInfo.html  |   552 +
 .../sysml/runtime/matrix/data/class-use/Pair.html  |   347 +
 .../matrix/data/class-use/PartialBlock.html        |   194 +
 .../data/class-use/RandomMatrixGenerator.html      |   265 +
 .../SinglePrecisionCudaSupportFunctions.html       |   126 +
 .../matrix/data/class-use/SparseBlock.Type.html    |   258 +
 .../runtime/matrix/data/class-use/SparseBlock.html |   348 +
 .../matrix/data/class-use/SparseBlockCOO.html      |   126 +
 .../matrix/data/class-use/SparseBlockCSR.html      |   126 +
 .../matrix/data/class-use/SparseBlockFactory.html  |   126 +
 .../matrix/data/class-use/SparseBlockMCSR.html     |   126 +
 .../runtime/matrix/data/class-use/SparseRow.html   |   310 +
 .../matrix/data/class-use/SparseRowScalar.html     |   126 +
 .../matrix/data/class-use/SparseRowVector.html     |   126 +
 .../runtime/matrix/data/class-use/Tagged.html      |   199 +
 .../data/class-use/TaggedAdaptivePartialBlock.html |   126 +
 .../TaggedFirstSecondIndexes.Comparator.html       |   126 +
 ...edFirstSecondIndexes.FirstIndexPartitioner.html |   126 +
 ...stSecondIndexes.FirstIndexRangePartitioner.html |   126 +
 .../TaggedFirstSecondIndexes.TagPartitioner.html   |   126 +
 .../data/class-use/TaggedFirstSecondIndexes.html   |   213 +
 .../matrix/data/class-use/TaggedMatrixBlock.html   |   164 +
 .../matrix/data/class-use/TaggedMatrixCell.html    |   164 +
 .../matrix/data/class-use/TaggedMatrixIndexes.html |   177 +
 .../data/class-use/TaggedMatrixPackedCell.html     |   164 +
 .../matrix/data/class-use/TaggedMatrixValue.html   |   227 +
 .../matrix/data/class-use/TaggedTripleIndexes.html |   181 +
 .../class-use/TextCellToRowBlockConverter.html     |   126 +
 .../data/class-use/TextToBinaryCellConverter.html  |   126 +
 .../data/class-use/TripleIndexes.Comparator.html   |   126 +
 .../TripleIndexes.FirstTwoIndexesPartitioner.html  |   126 +
 .../matrix/data/class-use/TripleIndexes.html       |   192 +
 .../UnPaddedOutputFormat.UnpaddedRecordWriter.html |   126 +
 .../data/class-use/UnPaddedOutputFormat.html       |   126 +
 .../matrix/data/class-use/WeightedCell.html        |   202 +
 .../WeightedCellToSortInputConverter.html          |   126 +
 .../matrix/data/class-use/WeightedPair.html        |   191 +
 .../sysml/runtime/matrix/data/package-frame.html   |   127 +
 .../sysml/runtime/matrix/data/package-summary.html |   671 +
 .../sysml/runtime/matrix/data/package-tree.html    |   302 +
 .../sysml/runtime/matrix/data/package-use.html     |   649 +
 .../apache/sysml/runtime/matrix/package-frame.html |    43 +
 .../sysml/runtime/matrix/package-summary.html      |   238 +
 .../apache/sysml/runtime/matrix/package-tree.html  |   176 +
 .../apache/sysml/runtime/matrix/package-use.html   |   273 +
 .../org/apache/sysml/runtime/package-frame.html    |    22 +
 .../org/apache/sysml/runtime/package-summary.html  |   152 +
 .../org/apache/sysml/runtime/package-tree.html     |   155 +
 .../java/org/apache/sysml/runtime/package-use.html |   455 +
 .../java/org/apache/sysml/udf/BinaryObject.html    |   359 +
 .../udf/ExternalFunctionInvocationInstruction.html |   417 +
 .../FunctionParameter.FunctionParameterType.html   |   359 +
 .../org/apache/sysml/udf/FunctionParameter.html    |   321 +
 .../org/apache/sysml/udf/Matrix.ValueType.html     |   347 +
 .../api/java/org/apache/sysml/udf/Matrix.html      |   626 +
 .../java/org/apache/sysml/udf/PackageFunction.html |   533 +
 .../apache/sysml/udf/Scalar.ScalarValueType.html   |   371 +
 .../api/java/org/apache/sysml/udf/Scalar.html      |   406 +
 .../apache/sysml/udf/class-use/BinaryObject.html   |   126 +
 .../ExternalFunctionInvocationInstruction.html     |   126 +
 .../FunctionParameter.FunctionParameterType.html   |   194 +
 .../sysml/udf/class-use/FunctionParameter.html     |   306 +
 .../sysml/udf/class-use/Matrix.ValueType.html      |   211 +
 .../org/apache/sysml/udf/class-use/Matrix.html     |   126 +
 .../sysml/udf/class-use/PackageFunction.html       |   282 +
 .../udf/class-use/Scalar.ScalarValueType.html      |   208 +
 .../org/apache/sysml/udf/class-use/Scalar.html     |   126 +
 .../org/apache/sysml/udf/lib/BinningWrapper.html   |   352 +
 .../java/org/apache/sysml/udf/lib/CumSumProd.html  |   392 +
 .../sysml/udf/lib/DynamicProjectMatrixCP.html      |   351 +
 .../apache/sysml/udf/lib/DynamicReadMatrixCP.html  |   351 +
 .../sysml/udf/lib/DynamicReadMatrixRcCP.html       |   351 +
 .../apache/sysml/udf/lib/DynamicWriteMatrixCP.html |   362 +
 .../org/apache/sysml/udf/lib/GatherWrapper.html    |   362 +
 .../org/apache/sysml/udf/lib/MultiInputCbind.html  |   359 +
 .../org/apache/sysml/udf/lib/OrderWrapper.html     |   363 +
 .../org/apache/sysml/udf/lib/RemoveEmptyRows.html  |   362 +
 .../org/apache/sysml/udf/lib/RowClassMeet.html     |   380 +
 .../apache/sysml/udf/lib/SGDNesterovUpdate.html    |   360 +
 .../java/org/apache/sysml/udf/lib/TimeWrapper.html |   359 +
 .../sysml/udf/lib/class-use/BinningWrapper.html    |   126 +
 .../apache/sysml/udf/lib/class-use/CumSumProd.html |   126 +
 .../udf/lib/class-use/DynamicProjectMatrixCP.html  |   126 +
 .../udf/lib/class-use/DynamicReadMatrixCP.html     |   126 +
 .../udf/lib/class-use/DynamicReadMatrixRcCP.html   |   126 +
 .../udf/lib/class-use/DynamicWriteMatrixCP.html    |   126 +
 .../sysml/udf/lib/class-use/GatherWrapper.html     |   126 +
 .../sysml/udf/lib/class-use/MultiInputCbind.html   |   126 +
 .../sysml/udf/lib/class-use/OrderWrapper.html      |   126 +
 .../sysml/udf/lib/class-use/RemoveEmptyRows.html   |   126 +
 .../sysml/udf/lib/class-use/RowClassMeet.html      |   126 +
 .../sysml/udf/lib/class-use/SGDNesterovUpdate.html |   126 +
 .../sysml/udf/lib/class-use/TimeWrapper.html       |   126 +
 .../org/apache/sysml/udf/lib/package-frame.html    |    33 +
 .../org/apache/sysml/udf/lib/package-summary.html  |   217 +
 .../org/apache/sysml/udf/lib/package-tree.html     |   155 +
 .../java/org/apache/sysml/udf/lib/package-use.html |   126 +
 .../java/org/apache/sysml/udf/package-frame.html   |    32 +
 .../java/org/apache/sysml/udf/package-summary.html |   200 +
 .../java/org/apache/sysml/udf/package-tree.html    |   165 +
 .../api/java/org/apache/sysml/udf/package-use.html |   203 +
 site/docs/1.1.0/api/java/overview-frame.html       |    39 +
 site/docs/1.1.0/api/java/overview-summary.html     |   291 +
 site/docs/1.1.0/api/java/overview-tree.html        |   719 +
 site/docs/1.1.0/api/java/package-list              |    18 +
 site/docs/1.1.0/api/java/script.js                 |    30 +
 site/docs/1.1.0/api/java/serialized-form.html      |  2412 ++
 site/docs/1.1.0/api/java/stylesheet.css            |   574 +
 site/docs/1.1.0/api/python/_sources/index.rst.txt  |    21 +
 .../api/python/_sources/systemml.mllearn.rst.txt   |    22 +
 .../api/python/_sources/systemml.random.rst.txt    |    22 +
 .../1.1.0/api/python/_sources/systemml.rst.txt     |    54 +
 site/docs/1.1.0/api/python/_static/ajax-loader.gif |   Bin 0 -> 673 bytes
 site/docs/1.1.0/api/python/_static/basic.css       |   643 +
 site/docs/1.1.0/api/python/_static/classic.css     |   261 +
 .../1.1.0/api/python/_static/comment-bright.png    |   Bin 0 -> 756 bytes
 .../1.1.0/api/python/_static/comment-close.png     |   Bin 0 -> 829 bytes
 site/docs/1.1.0/api/python/_static/comment.png     |   Bin 0 -> 641 bytes
 site/docs/1.1.0/api/python/_static/doctools.js     |   311 +
 .../docs/1.1.0/api/python/_static/down-pressed.png |   Bin 0 -> 222 bytes
 site/docs/1.1.0/api/python/_static/down.png        |   Bin 0 -> 202 bytes
 site/docs/1.1.0/api/python/_static/favicon.png     |   Bin 0 -> 461 bytes
 site/docs/1.1.0/api/python/_static/file.png        |   Bin 0 -> 286 bytes
 site/docs/1.1.0/api/python/_static/jquery-3.1.0.js | 10074 ++++++
 site/docs/1.1.0/api/python/_static/jquery.js       |     4 +
 site/docs/1.1.0/api/python/_static/minus.png       |   Bin 0 -> 90 bytes
 site/docs/1.1.0/api/python/_static/plus.png        |   Bin 0 -> 90 bytes
 site/docs/1.1.0/api/python/_static/pygments.css    |    69 +
 site/docs/1.1.0/api/python/_static/searchtools.js  |   761 +
 site/docs/1.1.0/api/python/_static/sidebar.js      |   159 +
 .../1.1.0/api/python/_static/systemml-logo.png     |   Bin 0 -> 982 bytes
 .../1.1.0/api/python/_static/underscore-1.3.1.js   |   999 +
 site/docs/1.1.0/api/python/_static/underscore.js   |    31 +
 site/docs/1.1.0/api/python/_static/up-pressed.png  |   Bin 0 -> 214 bytes
 site/docs/1.1.0/api/python/_static/up.png          |   Bin 0 -> 203 bytes
 site/docs/1.1.0/api/python/_static/websupport.js   |   808 +
 site/docs/1.1.0/api/python/genindex.html           |  1316 +
 site/docs/1.1.0/api/python/index.html              |   144 +
 site/docs/1.1.0/api/python/objects.inv             |   Bin 0 -> 2066 bytes
 site/docs/1.1.0/api/python/py-modindex.html        |   149 +
 site/docs/1.1.0/api/python/search.html             |   108 +
 site/docs/1.1.0/api/python/searchindex.js          |     1 +
 site/docs/1.1.0/api/python/systemml.html           |  3454 ++
 site/docs/1.1.0/api/python/systemml.mllearn.html   |   246 +
 site/docs/1.1.0/api/python/systemml.random.html    |   339 +
 site/docs/1.1.0/beginners-guide-caffe2dml.html     |   392 +
 site/docs/1.1.0/beginners-guide-caffe2dml.md       |   216 +
 site/docs/1.1.0/beginners-guide-keras2dml.html     |   354 +
 site/docs/1.1.0/beginners-guide-keras2dml.md       |   136 +
 site/docs/1.1.0/beginners-guide-python.html        |   540 +
 site/docs/1.1.0/beginners-guide-python.md          |   386 +
 .../1.1.0/beginners-guide-to-dml-and-pydml.html    |  1039 +
 .../docs/1.1.0/beginners-guide-to-dml-and-pydml.md |   888 +
 site/docs/1.1.0/contributing-to-systemml.html      |   384 +
 site/docs/1.1.0/contributing-to-systemml.md        |   225 +
 site/docs/1.1.0/css/bootstrap.min.css              |     6 +
 site/docs/1.1.0/css/main.css                       |   327 +
 site/docs/1.1.0/css/pygments-default.css           |    76 +
 site/docs/1.1.0/debugger-guide.html                |   627 +
 site/docs/1.1.0/debugger-guide.md                  |   493 +
 site/docs/1.1.0/deep-learning.html                 |   455 +
 site/docs/1.1.0/deep-learning.md                   |   256 +
 .../devdocs/MatrixMultiplicationOperators.txt      |   134 +
 site/docs/1.1.0/devdocs/deep-learning.md           |   225 +
 site/docs/1.1.0/devdocs/gpu-backend.md             |    61 +
 site/docs/1.1.0/devdocs/python_api.html            |  1712 +
 site/docs/1.1.0/developer-tools-systemml.html      |   253 +
 site/docs/1.1.0/developer-tools-systemml.md        |    99 +
 site/docs/1.1.0/dml-language-reference.html        |  3374 ++
 site/docs/1.1.0/dml-language-reference.md          |  2030 ++
 site/docs/1.1.0/engine-dev-guide.html              |   736 +
 site/docs/1.1.0/engine-dev-guide.md                |   372 +
 .../1.1.0/files/dml-language-reference/data.csv    |     1 +
 .../files/dml-language-reference/data.csv.mtd      |     7 +
 .../files/dml-language-reference/data.spec.json    |    24 +
 .../files/dml-language-reference/data.spec2.json   |    23 +
 .../files/dml-language-reference/data.spec3.json   |    24 +
 .../1.1.0/files/dml-language-reference/homes.csv   |   149 +
 .../files/dml-language-reference/homes.csv.mtd     |     5 +
 .../dml-language-reference/homes.tfspec_bin2.json  |     5 +
 .../homes.tfspec_recode2.json                      |     2 +
 site/docs/1.1.0/hadoop-batch-mode.html             |  1224 +
 site/docs/1.1.0/hadoop-batch-mode.md               |  1019 +
 ...-of-quartiles-median-and-interquartile-mean.png |   Bin 0 -> 26477 bytes
 .../img/algorithms-reference/example-tree.png      |   Bin 0 -> 14758 bytes
 .../1.1.0/img/developer-tools/about-eclipse.png    |   Bin 0 -> 54340 bytes
 .../1.1.0/img/developer-tools/eclipse-details.png  |   Bin 0 -> 26749 bytes
 .../1.1.0/img/developer-tools/eclipse-scala.png    |   Bin 0 -> 51336 bytes
 .../1.1.0/img/developer-tools/maven-connectors.png |   Bin 0 -> 33853 bytes
 .../docs/1.1.0/img/developer-tools/maven-scala.png |   Bin 0 -> 24342 bytes
 .../1.1.0/img/developer-tools/pom-scala-errors.png |   Bin 0 -> 21605 bytes
 .../1.1.0/img/developer-tools/pom-scala-ignore.png |   Bin 0 -> 38244 bytes
 .../1.1.0/img/developer-tools/scala-components.png |   Bin 0 -> 27286 bytes
 .../1.1.0/img/developer-tools/scala-nature.png     |   Bin 0 -> 3772 bytes
 .../1.1.0/img/dml-language-reference/Conv2d.gif    |   Bin 0 -> 419930 bytes
 .../1.1.0/img/dml-language-reference/Conv2d1.gif   |   Bin 0 -> 174964 bytes
 .../Conv2d_backward_data.gif                       |   Bin 0 -> 444715 bytes
 .../Conv2d_backward_data1.gif                      |   Bin 0 -> 427546 bytes
 .../Conv2d_backward_data2.gif                      |   Bin 0 -> 376145 bytes
 ...-debug-configuration-hello-world-main-class.png |   Bin 0 -> 95393 bytes
 ...configuration-hello-world-program-arguments.png |   Bin 0 -> 85243 bytes
 site/docs/1.1.0/img/favicon.png                    |   Bin 0 -> 461 bytes
 .../1.1.0/img/performance-test/perf_test_arch.png  |   Bin 0 -> 25831 bytes
 .../1.1.0/img/projects/breast_cancer/approach.svg  |     4 +
 .../spark-mlcontext-programming-guide/jupyter1.png |   Bin 0 -> 399540 bytes
 .../spark-mlcontext-programming-guide/jupyter2.png |   Bin 0 -> 450954 bytes
 .../jupyter_loss_graph.png                         |   Bin 0 -> 12081 bytes
 ...eppelin-notebook-systemml-linear-regression.png |   Bin 0 -> 158819 bytes
 .../zeppelin-notebook.png                          |   Bin 0 -> 152132 bytes
 site/docs/1.1.0/img/systemml-logo.png              |   Bin 0 -> 982 bytes
 site/docs/1.1.0/index.html                         |   240 +
 site/docs/1.1.0/index.md                           |    84 +
 site/docs/1.1.0/jmlc.html                          |   319 +
 site/docs/1.1.0/jmlc.md                            |   190 +
 site/docs/1.1.0/js/main.js                         |   164 +
 site/docs/1.1.0/js/vendor/anchor.min.js            |     6 +
 site/docs/1.1.0/js/vendor/bootstrap.min.js         |     7 +
 site/docs/1.1.0/js/vendor/jquery-1.12.0.min.js     |     5 +
 .../1.1.0/lang-ref/PyDML_Language_Reference.doc    |   Bin 0 -> 209408 bytes
 site/docs/1.1.0/lang-ref/Python_syntax_for_DML.doc |   Bin 0 -> 207360 bytes
 site/docs/1.1.0/lang-ref/README_HADOOP_CONFIG.txt  |    83 +
 site/docs/1.1.0/native-backend.html                |   456 +
 site/docs/1.1.0/native-backend.md                  |   246 +
 site/docs/1.1.0/python-performance-test.html       |   453 +
 site/docs/1.1.0/python-performance-test.md         |   237 +
 site/docs/1.1.0/python-reference.html              |  1015 +
 site/docs/1.1.0/python-reference.md                |   595 +
 site/docs/1.1.0/reference-guide-caffe2dml.html     |  1316 +
 site/docs/1.1.0/reference-guide-caffe2dml.md       |  1092 +
 site/docs/1.1.0/release-creation-process.html      |   285 +
 site/docs/1.1.0/release-creation-process.md        |   141 +
 site/docs/1.1.0/release-process.html               |   672 +
 site/docs/1.1.0/release-process.md                 |   499 +
 site/docs/1.1.0/spark-batch-mode.html              |   230 +
 site/docs/1.1.0/spark-batch-mode.md                |    84 +
 .../1.1.0/spark-mlcontext-programming-guide.html   |  2888 ++
 .../1.1.0/spark-mlcontext-programming-guide.md     |  2818 ++
 site/docs/1.1.0/standalone-guide.html              |   892 +
 site/docs/1.1.0/standalone-guide.md                |   609 +
 site/docs/1.1.0/troubleshooting-guide.html         |   300 +
 site/docs/1.1.0/troubleshooting-guide.md           |   142 +
 site/docs/1.2.0/README.md                          |    42 +
 site/docs/1.2.0/algorithms-bibliography.html       |   263 +
 site/docs/1.2.0/algorithms-classification.html     |  2376 ++
 site/docs/1.2.0/algorithms-clustering.html         |   782 +
 .../1.2.0/algorithms-descriptive-statistics.html   |  1802 +
 .../1.2.0/algorithms-matrix-factorization.html     |   793 +
 site/docs/1.2.0/algorithms-reference.html          |   214 +
 site/docs/1.2.0/algorithms-regression.html         |  2759 ++
 site/docs/1.2.0/algorithms-survival-analysis.html  |  1093 +
 site/docs/1.2.0/api/java/allclasses-frame.html     |   395 +
 site/docs/1.2.0/api/java/allclasses-noframe.html   |   395 +
 site/docs/1.2.0/api/java/constant-values.html      |  1393 +
 site/docs/1.2.0/api/java/deprecated-list.html      |   179 +
 site/docs/1.2.0/api/java/help-doc.html             |   231 +
 site/docs/1.2.0/api/java/index-all.html            | 12471 +++++++
 site/docs/1.2.0/api/java/index.html                |    76 +
 .../java/org/apache/sysml/api/ConfigurableAPI.html |   257 +
 .../java/org/apache/sysml/api/DMLException.html    |   352 +
 .../api/java/org/apache/sysml/api/DMLOptions.html  |   551 +
 .../apache/sysml/api/DMLScript.EvictionPolicy.html |   384 +
 .../sysml/api/DMLScript.RUNTIME_PLATFORM.html      |   383 +
 .../api/java/org/apache/sysml/api/DMLScript.html   |   865 +
 .../org/apache/sysml/api/ScriptExecutorUtils.html  |   319 +
 .../sysml/api/class-use/ConfigurableAPI.html       |   193 +
 .../apache/sysml/api/class-use/DMLException.html   |   174 +
 .../org/apache/sysml/api/class-use/DMLOptions.html |   181 +
 .../api/class-use/DMLScript.EvictionPolicy.html    |   188 +
 .../api/class-use/DMLScript.RUNTIME_PLATFORM.html  |   214 +
 .../org/apache/sysml/api/class-use/DMLScript.html  |   126 +
 .../sysml/api/class-use/ScriptExecutorUtils.html   |   126 +
 .../java/org/apache/sysml/api/jmlc/Connection.html |  1490 +
 .../java/org/apache/sysml/api/jmlc/JMLCUtils.html  |   362 +
 .../org/apache/sysml/api/jmlc/PreparedScript.html  |  1025 +
 .../org/apache/sysml/api/jmlc/ResultVariables.html |   529 +
 .../sysml/api/jmlc/class-use/Connection.html       |   126 +
 .../apache/sysml/api/jmlc/class-use/JMLCUtils.html |   126 +
 .../sysml/api/jmlc/class-use/PreparedScript.html   |   207 +
 .../sysml/api/jmlc/class-use/ResultVariables.html  |   169 +
 .../org/apache/sysml/api/jmlc/package-frame.html   |    24 +
 .../org/apache/sysml/api/jmlc/package-summary.html |   167 +
 .../org/apache/sysml/api/jmlc/package-tree.html    |   142 +
 .../org/apache/sysml/api/jmlc/package-use.html     |   168 +
 .../java/org/apache/sysml/api/mlcontext/Frame.html |   594 +
 .../apache/sysml/api/mlcontext/FrameFormat.html    |   395 +
 .../apache/sysml/api/mlcontext/FrameMetadata.html  |  1096 +
 .../apache/sysml/api/mlcontext/FrameSchema.html    |   383 +
 .../api/mlcontext/MLContext.ExecutionType.html     |   404 +
 .../api/mlcontext/MLContext.ExplainLevel.html      |   412 +
 .../api/mlcontext/MLContext.InternalProxy.html     |   280 +
 .../org/apache/sysml/api/mlcontext/MLContext.html  |  1066 +
 .../api/mlcontext/MLContextConversionUtil.html     |  1615 +
 .../sysml/api/mlcontext/MLContextException.html    |   371 +
 .../apache/sysml/api/mlcontext/MLContextUtil.html  |  1257 +
 .../org/apache/sysml/api/mlcontext/MLResults.html  |  2493 ++
 .../org/apache/sysml/api/mlcontext/Matrix.html     |   705 +
 .../apache/sysml/api/mlcontext/MatrixFormat.html   |   454 +
 .../apache/sysml/api/mlcontext/MatrixMetadata.html |   808 +
 .../org/apache/sysml/api/mlcontext/Metadata.html   |   627 +
 .../apache/sysml/api/mlcontext/ProjectInfo.html    |   367 +
 .../org/apache/sysml/api/mlcontext/Script.html     |  1234 +
 .../apache/sysml/api/mlcontext/ScriptExecutor.html |  1407 +
 .../apache/sysml/api/mlcontext/ScriptFactory.html  |   618 +
 .../org/apache/sysml/api/mlcontext/ScriptType.html |   411 +
 .../sysml/api/mlcontext/class-use/Frame.html       |   168 +
 .../sysml/api/mlcontext/class-use/FrameFormat.html |   322 +
 .../api/mlcontext/class-use/FrameMetadata.html     |   271 +
 .../sysml/api/mlcontext/class-use/FrameSchema.html |   256 +
 .../class-use/MLContext.ExecutionType.html         |   221 +
 .../class-use/MLContext.ExplainLevel.html          |   211 +
 .../class-use/MLContext.InternalProxy.html         |   168 +
 .../sysml/api/mlcontext/class-use/MLContext.html   |   210 +
 .../class-use/MLContextConversionUtil.html         |   126 +
 .../mlcontext/class-use/MLContextException.html    |   126 +
 .../api/mlcontext/class-use/MLContextUtil.html     |   126 +
 .../sysml/api/mlcontext/class-use/MLResults.html   |   214 +
 .../sysml/api/mlcontext/class-use/Matrix.html      |   168 +
 .../api/mlcontext/class-use/MatrixFormat.html      |   271 +
 .../api/mlcontext/class-use/MatrixMetadata.html    |   301 +
 .../sysml/api/mlcontext/class-use/Metadata.html    |   219 +
 .../sysml/api/mlcontext/class-use/ProjectInfo.html |   175 +
 .../sysml/api/mlcontext/class-use/Script.html      |   443 +
 .../api/mlcontext/class-use/ScriptExecutor.html    |   215 +
 .../api/mlcontext/class-use/ScriptFactory.html     |   126 +
 .../sysml/api/mlcontext/class-use/ScriptType.html  |   253 +
 .../apache/sysml/api/mlcontext/package-frame.html  |    46 +
 .../sysml/api/mlcontext/package-summary.html       |   294 +
 .../apache/sysml/api/mlcontext/package-tree.html   |   185 +
 .../apache/sysml/api/mlcontext/package-use.html    |   278 +
 .../java/org/apache/sysml/api/package-frame.html   |    36 +
 .../java/org/apache/sysml/api/package-summary.html |   214 +
 .../java/org/apache/sysml/api/package-tree.html    |   171 +
 .../api/java/org/apache/sysml/api/package-use.html |   241 +
 .../apache/sysml/runtime/DMLRuntimeException.html  |   320 +
 .../apache/sysml/runtime/DMLScriptException.html   |   302 +
 .../runtime/class-use/DMLRuntimeException.html     |   478 +
 .../runtime/class-use/DMLScriptException.html      |   126 +
 .../sysml/runtime/codegen/ByteClassLoader.html     |   324 +
 .../apache/sysml/runtime/codegen/CodegenUtils.html |   383 +
 .../sysml/runtime/codegen/LibSpoofPrimitives.html  |  7085 ++++
 .../sysml/runtime/codegen/SpoofCellwise.AggOp.html |   371 +
 .../runtime/codegen/SpoofCellwise.CellType.html    |   371 +
 .../sysml/runtime/codegen/SpoofCellwise.html       |   558 +
 .../sysml/runtime/codegen/SpoofMultiAggregate.html |   520 +
 .../runtime/codegen/SpoofOperator.SideInput.html   |   388 +
 .../codegen/SpoofOperator.SideInputSparseCell.html |   323 +
 .../codegen/SpoofOperator.SideInputSparseRow.html  |   325 +
 .../sysml/runtime/codegen/SpoofOperator.html       |   817 +
 .../codegen/SpoofOuterProduct.OutProdType.html     |   371 +
 .../sysml/runtime/codegen/SpoofOuterProduct.html   |   550 +
 .../runtime/codegen/SpoofRowwise.RowType.html      |   507 +
 .../apache/sysml/runtime/codegen/SpoofRowwise.html |   671 +
 .../runtime/codegen/class-use/ByteClassLoader.html |   126 +
 .../runtime/codegen/class-use/CodegenUtils.html    |   126 +
 .../codegen/class-use/LibSpoofPrimitives.html      |   126 +
 .../codegen/class-use/SpoofCellwise.AggOp.html     |   246 +
 .../codegen/class-use/SpoofCellwise.CellType.html  |   193 +
 .../runtime/codegen/class-use/SpoofCellwise.html   |   126 +
 .../codegen/class-use/SpoofMultiAggregate.html     |   126 +
 .../codegen/class-use/SpoofOperator.SideInput.html |   421 +
 .../SpoofOperator.SideInputSparseCell.html         |   126 +
 .../SpoofOperator.SideInputSparseRow.html          |   126 +
 .../runtime/codegen/class-use/SpoofOperator.html   |   191 +
 .../class-use/SpoofOuterProduct.OutProdType.html   |   216 +
 .../codegen/class-use/SpoofOuterProduct.html       |   126 +
 .../codegen/class-use/SpoofRowwise.RowType.html    |   206 +
 .../runtime/codegen/class-use/SpoofRowwise.html    |   126 +
 .../sysml/runtime/codegen/package-frame.html       |    38 +
 .../sysml/runtime/codegen/package-summary.html     |   214 +
 .../apache/sysml/runtime/codegen/package-tree.html |   182 +
 .../apache/sysml/runtime/codegen/package-use.html  |   193 +
 .../sysml/runtime/compress/BitmapEncoder.html      |   412 +
 .../compress/ColGroup.ColGroupRowIterator.html     |   288 +
 .../runtime/compress/ColGroup.CompressionType.html |   383 +
 .../apache/sysml/runtime/compress/ColGroup.html    |   928 +
 .../apache/sysml/runtime/compress/ColGroupDDC.html |   806 +
 .../sysml/runtime/compress/ColGroupDDC1.html       |   994 +
 .../sysml/runtime/compress/ColGroupDDC2.html       |   881 +
 .../apache/sysml/runtime/compress/ColGroupOLE.html |   878 +
 .../compress/ColGroupOffset.OffsetRowIterator.html |   314 +
 .../ColGroupOffset.OffsetValueIterator.html        |   314 +
 .../compress/ColGroupOffset.ZeroValueIterator.html |   312 +
 .../sysml/runtime/compress/ColGroupOffset.html     |  1078 +
 .../apache/sysml/runtime/compress/ColGroupRLE.html |   872 +
 .../runtime/compress/ColGroupUncompressed.html     |   883 +
 .../sysml/runtime/compress/ColGroupValue.html      |   988 +
 ...ompressedMatrixBlock.CompressionStatistics.html |   390 +
 .../runtime/compress/CompressedMatrixBlock.html    |  2444 ++
 .../runtime/compress/ReaderColumnSelection.html    |   395 +
 .../compress/ReaderColumnSelectionDense.html       |   342 +
 .../compress/ReaderColumnSelectionDenseSample.html |   376 +
 .../compress/ReaderColumnSelectionSparse.html      |   320 +
 .../sysml/runtime/compress/UncompressedBitmap.html |   403 +
 .../runtime/compress/class-use/BitmapEncoder.html  |   126 +
 .../class-use/ColGroup.ColGroupRowIterator.html    |   189 +
 .../class-use/ColGroup.CompressionType.html        |   201 +
 .../sysml/runtime/compress/class-use/ColGroup.html |   337 +
 .../runtime/compress/class-use/ColGroupDDC.html    |   210 +
 .../runtime/compress/class-use/ColGroupDDC1.html   |   178 +
 .../runtime/compress/class-use/ColGroupDDC2.html   |   126 +
 .../runtime/compress/class-use/ColGroupOLE.html    |   126 +
 .../ColGroupOffset.OffsetRowIterator.html          |   126 +
 .../ColGroupOffset.OffsetValueIterator.html        |   126 +
 .../ColGroupOffset.ZeroValueIterator.html          |   126 +
 .../runtime/compress/class-use/ColGroupOffset.html |   175 +
 .../runtime/compress/class-use/ColGroupRLE.html    |   126 +
 .../compress/class-use/ColGroupUncompressed.html   |   126 +
 .../runtime/compress/class-use/ColGroupValue.html  |   202 +
 ...ompressedMatrixBlock.CompressionStatistics.html |   179 +
 .../compress/class-use/CompressedMatrixBlock.html  |   126 +
 .../compress/class-use/ReaderColumnSelection.html  |   181 +
 .../class-use/ReaderColumnSelectionDense.html      |   126 +
 .../ReaderColumnSelectionDenseSample.html          |   126 +
 .../class-use/ReaderColumnSelectionSparse.html     |   126 +
 .../compress/class-use/UncompressedBitmap.html     |   262 +
 .../compress/cocode/ColumnGroupPartitioner.html    |   290 +
 .../cocode/ColumnGroupPartitionerBinPacking.html   |   331 +
 .../cocode/ColumnGroupPartitionerStatic.html       |   295 +
 .../cocode/PlanningCoCoder.GroupableColInfo.html   |   294 +
 .../cocode/PlanningCoCoder.PartitionerType.html    |   347 +
 .../runtime/compress/cocode/PlanningCoCoder.html   |   304 +
 .../cocode/PlanningCoCodingGroup.ColIndexes.html   |   298 +
 .../compress/cocode/PlanningCoCodingGroup.html     |   469 +
 .../runtime/compress/cocode/PlanningMemoTable.html |   335 +
 .../cocode/class-use/ColumnGroupPartitioner.html   |   174 +
 .../ColumnGroupPartitionerBinPacking.html          |   126 +
 .../class-use/ColumnGroupPartitionerStatic.html    |   126 +
 .../PlanningCoCoder.GroupableColInfo.html          |   193 +
 .../class-use/PlanningCoCoder.PartitionerType.html |   175 +
 .../compress/cocode/class-use/PlanningCoCoder.html |   126 +
 .../PlanningCoCodingGroup.ColIndexes.html          |   126 +
 .../cocode/class-use/PlanningCoCodingGroup.html    |   213 +
 .../cocode/class-use/PlanningMemoTable.html        |   126 +
 .../runtime/compress/cocode/package-frame.html     |    32 +
 .../runtime/compress/cocode/package-summary.html   |   193 +
 .../runtime/compress/cocode/package-tree.html      |   161 +
 .../sysml/runtime/compress/cocode/package-use.html |   170 +
 ...pressedSizeEstimator.SizeEstimationFactors.html |   341 +
 .../compress/estim/CompressedSizeEstimator.html    |   480 +
 .../estim/CompressedSizeEstimatorExact.html        |   337 +
 .../estim/CompressedSizeEstimatorSample.html       |   455 +
 .../runtime/compress/estim/CompressedSizeInfo.html |   347 +
 .../compress/estim/SizeEstimatorFactory.html       |   332 +
 ...pressedSizeEstimator.SizeEstimationFactors.html |   167 +
 .../estim/class-use/CompressedSizeEstimator.html   |   235 +
 .../class-use/CompressedSizeEstimatorExact.html    |   126 +
 .../class-use/CompressedSizeEstimatorSample.html   |   126 +
 .../estim/class-use/CompressedSizeInfo.html        |   212 +
 .../estim/class-use/SizeEstimatorFactory.html      |   126 +
 .../runtime/compress/estim/package-frame.html      |    26 +
 .../runtime/compress/estim/package-summary.html    |   170 +
 .../sysml/runtime/compress/estim/package-tree.html |   147 +
 .../sysml/runtime/compress/estim/package-use.html  |   195 +
 .../sysml/runtime/compress/package-frame.html      |    41 +
 .../sysml/runtime/compress/package-summary.html    |   262 +
 .../sysml/runtime/compress/package-tree.html       |   194 +
 .../apache/sysml/runtime/compress/package-use.html |   248 +
 .../runtime/compress/utils/ConverterUtils.html     |   310 +
 .../sysml/runtime/compress/utils/DblArray.html     |   389 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   307 +
 .../compress/utils/DblArrayIntListHashMap.html     |   335 +
 .../utils/DoubleIntListHashMap.DIListEntry.html    |   307 +
 .../compress/utils/DoubleIntListHashMap.html       |   335 +
 .../sysml/runtime/compress/utils/IntArrayList.html |   336 +
 .../runtime/compress/utils/LinearAlgebraUtils.html |   506 +
 .../compress/utils/class-use/ConverterUtils.html   |   126 +
 .../runtime/compress/utils/class-use/DblArray.html |   239 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   179 +
 .../utils/class-use/DblArrayIntListHashMap.html    |   165 +
 .../DoubleIntListHashMap.DIListEntry.html          |   179 +
 .../utils/class-use/DoubleIntListHashMap.html      |   164 +
 .../compress/utils/class-use/IntArrayList.html     |   244 +
 .../utils/class-use/LinearAlgebraUtils.html        |   126 +
 .../runtime/compress/utils/package-frame.html      |    26 +
 .../runtime/compress/utils/package-summary.html    |   178 +
 .../sysml/runtime/compress/utils/package-tree.html |   146 +
 .../sysml/runtime/compress/utils/package-use.html  |   212 +
 .../runtime/instructions/CPInstructionParser.html  |   336 +
 .../runtime/instructions/GPUInstructionParser.html |   300 +
 .../runtime/instructions/Instruction.IType.html    |   395 +
 .../sysml/runtime/instructions/Instruction.html    |   902 +
 .../runtime/instructions/InstructionParser.html    |   290 +
 .../runtime/instructions/InstructionUtils.html     |   786 +
 .../runtime/instructions/MRInstructionParser.html  |   459 +
 .../runtime/instructions/MRJobInstruction.html     |  1362 +
 .../runtime/instructions/SPInstructionParser.html  |   336 +
 .../class-use/CPInstructionParser.html             |   126 +
 .../class-use/GPUInstructionParser.html            |   126 +
 .../instructions/class-use/Instruction.IType.html  |   249 +
 .../instructions/class-use/Instruction.html        |   671 +
 .../instructions/class-use/InstructionParser.html  |   178 +
 .../instructions/class-use/InstructionUtils.html   |   126 +
 .../class-use/MRInstructionParser.html             |   126 +
 .../instructions/class-use/MRJobInstruction.html   |   409 +
 .../class-use/SPInstructionParser.html             |   126 +
 .../gpu/AggregateBinaryGPUInstruction.html         |   330 +
 .../gpu/AggregateUnaryGPUInstruction.html          |   331 +
 .../gpu/ArithmeticBinaryGPUInstruction.html        |   411 +
 .../gpu/BuiltinBinaryGPUInstruction.html           |   359 +
 .../gpu/BuiltinUnaryGPUInstruction.html            |   370 +
 .../instructions/gpu/DnnGPUInstruction.html        |   641 +
 .../gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html    |   479 +
 .../runtime/instructions/gpu/GPUInstruction.html   |  1919 ++
 .../instructions/gpu/MMTSJGPUInstruction.html      |   343 +
 .../gpu/MatrixAppendGPUInstruction.html            |   331 +
 .../gpu/MatrixBuiltinGPUInstruction.html           |   373 +
 .../gpu/MatrixIndexingGPUInstruction.html          |   330 +
 .../gpu/MatrixMatrixArithmeticGPUInstruction.html  |   382 +
 .../gpu/MatrixMatrixAxpyGPUInstruction.html        |   342 +
 .../gpu/MatrixMatrixBuiltinGPUInstruction.html     |   377 +
 ...MatrixMatrixRelationalBinaryGPUInstruction.html |   382 +
 .../gpu/MatrixReshapeGPUInstruction.html           |   380 +
 .../gpu/RelationalBinaryGPUInstruction.html        |   411 +
 .../instructions/gpu/ReorgGPUInstruction.html      |   330 +
 .../gpu/ScalarMatrixArithmeticGPUInstruction.html  |   382 +
 .../gpu/ScalarMatrixBuiltinGPUInstruction.html     |   377 +
 ...ScalarMatrixRelationalBinaryGPUInstruction.html |   382 +
 .../class-use/AggregateBinaryGPUInstruction.html   |   166 +
 .../class-use/AggregateUnaryGPUInstruction.html    |   166 +
 .../class-use/ArithmeticBinaryGPUInstruction.html  |   187 +
 .../gpu/class-use/BuiltinBinaryGPUInstruction.html |   183 +
 .../gpu/class-use/BuiltinUnaryGPUInstruction.html  |   179 +
 .../gpu/class-use/DnnGPUInstruction.html           |   166 +
 .../GPUInstruction.GPUINSTRUCTION_TYPE.html        |   228 +
 .../instructions/gpu/class-use/GPUInstruction.html |   273 +
 .../gpu/class-use/MMTSJGPUInstruction.html         |   166 +
 .../gpu/class-use/MatrixAppendGPUInstruction.html  |   166 +
 .../gpu/class-use/MatrixBuiltinGPUInstruction.html |   126 +
 .../class-use/MatrixIndexingGPUInstruction.html    |   166 +
 .../MatrixMatrixArithmeticGPUInstruction.html      |   126 +
 .../class-use/MatrixMatrixAxpyGPUInstruction.html  |   166 +
 .../MatrixMatrixBuiltinGPUInstruction.html         |   126 +
 ...MatrixMatrixRelationalBinaryGPUInstruction.html |   126 +
 .../gpu/class-use/MatrixReshapeGPUInstruction.html |   166 +
 .../class-use/RelationalBinaryGPUInstruction.html  |   183 +
 .../gpu/class-use/ReorgGPUInstruction.html         |   166 +
 .../ScalarMatrixArithmeticGPUInstruction.html      |   126 +
 .../ScalarMatrixBuiltinGPUInstruction.html         |   126 +
 ...ScalarMatrixRelationalBinaryGPUInstruction.html |   126 +
 .../instructions/gpu/context/CSRPointer.html       |   729 +
 .../gpu/context/CudaMemoryAllocator.html           |   364 +
 .../instructions/gpu/context/ExecutionConfig.html  |   514 +
 .../instructions/gpu/context/GPUContext.html       |   768 +
 .../instructions/gpu/context/GPUContextPool.html   |   464 +
 .../gpu/context/GPULazyCudaFreeMemoryManager.html  |   453 +
 .../gpu/context/GPUMatrixMemoryManager.html        |   275 +
 .../gpu/context/GPUMemoryAllocator.html            |   305 +
 ...emoryManager.EvictionPolicyBasedComparator.html |   296 +
 .../instructions/gpu/context/GPUMemoryManager.html |   548 +
 .../instructions/gpu/context/GPUObject.html        |  1051 +
 .../instructions/gpu/context/JCudaKernels.html     |   272 +
 .../instructions/gpu/context/ShadowBuffer.html     |   373 +
 .../gpu/context/UnifiedMemoryAllocator.html        |   364 +
 .../gpu/context/class-use/CSRPointer.html          |   338 +
 .../gpu/context/class-use/CudaMemoryAllocator.html |   126 +
 .../gpu/context/class-use/ExecutionConfig.html     |   198 +
 .../gpu/context/class-use/GPUContext.html          |  1225 +
 .../gpu/context/class-use/GPUContextPool.html      |   126 +
 .../class-use/GPULazyCudaFreeMemoryManager.html    |   179 +
 .../context/class-use/GPUMatrixMemoryManager.html  |   179 +
 .../gpu/context/class-use/GPUMemoryAllocator.html  |   183 +
 ...emoryManager.EvictionPolicyBasedComparator.html |   126 +
 .../gpu/context/class-use/GPUMemoryManager.html    |   180 +
 .../gpu/context/class-use/GPUObject.html           |   199 +
 .../gpu/context/class-use/JCudaKernels.html        |   190 +
 .../gpu/context/class-use/ShadowBuffer.html        |   126 +
 .../context/class-use/UnifiedMemoryAllocator.html  |   126 +
 .../instructions/gpu/context/package-frame.html    |    37 +
 .../instructions/gpu/context/package-summary.html  |   224 +
 .../instructions/gpu/context/package-tree.html     |   155 +
 .../instructions/gpu/context/package-use.html      |   232 +
 .../runtime/instructions/gpu/package-frame.html    |    45 +
 .../runtime/instructions/gpu/package-summary.html  |   243 +
 .../runtime/instructions/gpu/package-tree.html     |   190 +
 .../runtime/instructions/gpu/package-use.html      |   227 +
 .../sysml/runtime/instructions/package-frame.html  |    32 +
 .../runtime/instructions/package-summary.html      |   187 +
 .../sysml/runtime/instructions/package-tree.html   |   164 +
 .../sysml/runtime/instructions/package-use.html    |   272 +
 .../spark/AggregateTernarySPInstruction.html       |   349 +
 ...gregateUnarySPInstruction.RDDUAggFunction2.html |   298 +
 .../spark/AggregateUnarySPInstruction.html         |   421 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   295 +
 .../spark/AppendGAlignedSPInstruction.html         |   372 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   297 +
 .../spark/AppendGSPInstruction.ShiftMatrix.html    |   297 +
 .../instructions/spark/AppendGSPInstruction.html   |   376 +
 .../instructions/spark/AppendMSPInstruction.html   |   433 +
 .../instructions/spark/AppendRSPInstruction.html   |   418 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   295 +
 .../spark/BinUaggChainSPInstruction.html           |   365 +
 .../spark/BinaryMatrixBVectorSPInstruction.html    |   396 +
 .../spark/BinaryMatrixMatrixSPInstruction.html     |   394 +
 .../spark/BinaryMatrixScalarSPInstruction.html     |   394 +
 .../instructions/spark/BinarySPInstruction.html    |   545 +
 ...BuiltinNarySPInstruction.PadBlocksFunction.html |   293 +
 .../spark/BuiltinNarySPInstruction.html            |   383 +
 .../spark/CSVReblockSPInstruction.html             |   442 +
 .../instructions/spark/CastSPInstruction.html      |   354 +
 .../spark/CentralMomentSPInstruction.html          |   354 +
 .../spark/CheckpointSPInstruction.html             |   354 +
 ...mpressionSPInstruction.CompressionFunction.html |   293 +
 .../spark/CompressionSPInstruction.html            |   365 +
 .../spark/ComputationSPInstruction.html            |   511 +
 .../spark/CovarianceSPInstruction.html             |   361 +
 .../instructions/spark/CpmmSPInstruction.html      |   367 +
 .../CtableSPInstruction.MapJoinSignature1.html     |   293 +
 .../CtableSPInstruction.MapJoinSignature2.html     |   293 +
 .../CtableSPInstruction.MapJoinSignature3.html     |   293 +
 .../instructions/spark/CtableSPInstruction.html    |   368 +
 .../spark/CumulativeAggregateSPInstruction.html    |   366 +
 .../spark/CumulativeOffsetSPInstruction.html       |   361 +
 .../instructions/spark/DnnSPInstruction.html       |   354 +
 .../spark/FrameAppendMSPInstruction.html           |   417 +
 .../spark/FrameAppendRSPInstruction.html           |   415 +
 .../spark/FrameIndexingSPInstruction.html          |   442 +
 .../instructions/spark/IndexingSPInstruction.html  |   497 +
 .../spark/MapmmChainSPInstruction.html             |   330 +
 .../instructions/spark/MapmmSPInstruction.html     |   361 +
 .../spark/MatrixAppendMSPInstruction.html          |   417 +
 .../spark/MatrixAppendRSPInstruction.html          |   415 +
 .../spark/MatrixIndexingSPInstruction.html         |   527 +
 .../spark/MatrixReshapeSPInstruction.html          |   354 +
 ...PInstruction.TransformEncodeBuild2Function.html |   293 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   297 +
 ...PInstruction.TransformEncodeGroup2Function.html |   293 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   298 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   407 +
 .../instructions/spark/PMapmmSPInstruction.html    |   363 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   295 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   301 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   298 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   303 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   299 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   301 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   292 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   295 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   295 +
 ...struction.RDDTransformDecodeExpandFunction.html |   295 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   295 +
 .../spark/ParameterizedBuiltinSPInstruction.html   |   473 +
 .../instructions/spark/PmmSPInstruction.html       |   361 +
 .../spark/QuantilePickSPInstruction.html           |   361 +
 .../spark/QuantileSortSPInstruction.html           |   359 +
 .../spark/QuaternarySPInstruction.html             |   349 +
 .../instructions/spark/RandSPInstruction.html      |   445 +
 .../instructions/spark/ReblockSPInstruction.html   |   384 +
 .../instructions/spark/ReorgSPInstruction.html     |   354 +
 .../instructions/spark/RmmSPInstruction.html       |   361 +
 .../instructions/spark/SPInstruction.SPType.html   |   851 +
 .../runtime/instructions/spark/SPInstruction.html  |   535 +
 ...SPInstruction.ReplicateRightFactorFunction.html |   295 +
 .../instructions/spark/SpoofSPInstruction.html     |   354 +
 .../instructions/spark/TernarySPInstruction.html   |   362 +
 .../instructions/spark/Tsmm2SPInstruction.html     |   354 +
 .../instructions/spark/TsmmSPInstruction.html      |   354 +
 .../spark/UaggOuterChainSPInstruction.html         |   392 +
 .../spark/UnaryMatrixSPInstruction.html            |   398 +
 .../instructions/spark/UnarySPInstruction.html     |   394 +
 .../instructions/spark/WriteSPInstruction.html     |   402 +
 .../instructions/spark/ZipmmSPInstruction.html     |   361 +
 .../class-use/AggregateTernarySPInstruction.html   |   166 +
 ...gregateUnarySPInstruction.RDDUAggFunction2.html |   126 +
 .../class-use/AggregateUnarySPInstruction.html     |   179 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   126 +
 .../class-use/AppendGAlignedSPInstruction.html     |   166 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   126 +
 .../AppendGSPInstruction.ShiftMatrix.html          |   126 +
 .../spark/class-use/AppendGSPInstruction.html      |   166 +
 .../spark/class-use/AppendMSPInstruction.html      |   183 +
 .../spark/class-use/AppendRSPInstruction.html      |   183 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   126 +
 .../spark/class-use/BinUaggChainSPInstruction.html |   166 +
 .../BinaryMatrixBVectorSPInstruction.html          |   126 +
 .../class-use/BinaryMatrixMatrixSPInstruction.html |   126 +
 .../class-use/BinaryMatrixScalarSPInstruction.html |   126 +
 .../spark/class-use/BinarySPInstruction.html       |   267 +
 ...BuiltinNarySPInstruction.PadBlocksFunction.html |   126 +
 .../spark/class-use/BuiltinNarySPInstruction.html  |   166 +
 .../spark/class-use/CSVReblockSPInstruction.html   |   166 +
 .../spark/class-use/CastSPInstruction.html         |   166 +
 .../class-use/CentralMomentSPInstruction.html      |   166 +
 .../spark/class-use/CheckpointSPInstruction.html   |   166 +
 ...mpressionSPInstruction.CompressionFunction.html |   126 +
 .../spark/class-use/CompressionSPInstruction.html  |   166 +
 .../spark/class-use/ComputationSPInstruction.html  |   374 +
 .../spark/class-use/CovarianceSPInstruction.html   |   166 +
 .../spark/class-use/CpmmSPInstruction.html         |   166 +
 .../CtableSPInstruction.MapJoinSignature1.html     |   126 +
 .../CtableSPInstruction.MapJoinSignature2.html     |   126 +
 .../CtableSPInstruction.MapJoinSignature3.html     |   126 +
 .../spark/class-use/CtableSPInstruction.html       |   166 +
 .../CumulativeAggregateSPInstruction.html          |   166 +
 .../class-use/CumulativeOffsetSPInstruction.html   |   166 +
 .../spark/class-use/DnnSPInstruction.html          |   166 +
 .../spark/class-use/FrameAppendMSPInstruction.html |   126 +
 .../spark/class-use/FrameAppendRSPInstruction.html |   126 +
 .../class-use/FrameIndexingSPInstruction.html      |   126 +
 .../spark/class-use/IndexingSPInstruction.html     |   187 +
 .../spark/class-use/MapmmChainSPInstruction.html   |   166 +
 .../spark/class-use/MapmmSPInstruction.html        |   166 +
 .../class-use/MatrixAppendMSPInstruction.html      |   126 +
 .../class-use/MatrixAppendRSPInstruction.html      |   126 +
 .../class-use/MatrixIndexingSPInstruction.html     |   126 +
 .../class-use/MatrixReshapeSPInstruction.html      |   166 +
 ...PInstruction.TransformEncodeBuild2Function.html |   126 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   126 +
 ...PInstruction.TransformEncodeGroup2Function.html |   126 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   126 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   166 +
 .../spark/class-use/PMapmmSPInstruction.html       |   166 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   126 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   126 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   126 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   126 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   126 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   126 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   126 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   126 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   126 +
 ...struction.RDDTransformDecodeExpandFunction.html |   126 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   126 +
 .../ParameterizedBuiltinSPInstruction.html         |   166 +
 .../spark/class-use/PmmSPInstruction.html          |   166 +
 .../spark/class-use/QuantilePickSPInstruction.html |   166 +
 .../spark/class-use/QuantileSortSPInstruction.html |   166 +
 .../spark/class-use/QuaternarySPInstruction.html   |   166 +
 .../spark/class-use/RandSPInstruction.html         |   166 +
 .../spark/class-use/ReblockSPInstruction.html      |   166 +
 .../spark/class-use/ReorgSPInstruction.html        |   166 +
 .../spark/class-use/RmmSPInstruction.html          |   166 +
 .../spark/class-use/SPInstruction.SPType.html      |   325 +
 .../spark/class-use/SPInstruction.html             |   421 +
 ...SPInstruction.ReplicateRightFactorFunction.html |   126 +
 .../spark/class-use/SpoofSPInstruction.html        |   166 +
 .../spark/class-use/TernarySPInstruction.html      |   166 +
 .../spark/class-use/Tsmm2SPInstruction.html        |   166 +
 .../spark/class-use/TsmmSPInstruction.html         |   166 +
 .../class-use/UaggOuterChainSPInstruction.html     |   166 +
 .../spark/class-use/UnaryMatrixSPInstruction.html  |   126 +
 .../spark/class-use/UnarySPInstruction.html        |   263 +
 .../spark/class-use/WriteSPInstruction.html        |   166 +
 .../spark/class-use/ZipmmSPInstruction.html        |   166 +
 .../runtime/instructions/spark/package-frame.html  |   105 +
 .../instructions/spark/package-summary.html        |   506 +
 .../runtime/instructions/spark/package-tree.html   |   259 +
 .../runtime/instructions/spark/package-use.html    |   328 +
 .../spark/utils/FrameRDDAggregateUtils.html        |   273 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   293 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   293 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   293 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   293 +
 .../spark/utils/FrameRDDConverterUtils.html        |   648 +
 .../spark/utils/RDDAggregateUtils.html             |   586 +
 ...erterUtils.BinaryCellToBinaryBlockFunction.html |   293 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   293 +
 .../spark/utils/RDDConverterUtils.html             |   608 +
 .../spark/utils/RDDConverterUtilsExt.AddRowID.html |   293 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   347 +
 .../spark/utils/RDDConverterUtilsExt.html          |   701 +
 .../spark/utils/RDDSortUtils.IndexComparator.html  |   299 +
 .../spark/utils/RDDSortUtils.IndexComparator2.html |   299 +
 .../instructions/spark/utils/RDDSortUtils.html     |   499 +
 .../instructions/spark/utils/SparkUtils.html       |   631 +
 .../utils/class-use/FrameRDDAggregateUtils.html    |   126 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   126 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   126 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   126 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   126 +
 .../utils/class-use/FrameRDDConverterUtils.html    |   126 +
 .../spark/utils/class-use/RDDAggregateUtils.html   |   126 +
 ...erterUtils.BinaryCellToBinaryBlockFunction.html |   126 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   126 +
 .../spark/utils/class-use/RDDConverterUtils.html   |   126 +
 .../class-use/RDDConverterUtilsExt.AddRowID.html   |   126 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   175 +
 .../utils/class-use/RDDConverterUtilsExt.html      |   126 +
 .../class-use/RDDSortUtils.IndexComparator.html    |   126 +
 .../class-use/RDDSortUtils.IndexComparator2.html   |   126 +
 .../spark/utils/class-use/RDDSortUtils.html        |   126 +
 .../spark/utils/class-use/SparkUtils.html          |   126 +
 .../instructions/spark/utils/package-frame.html    |    40 +
 .../instructions/spark/utils/package-summary.html  |   223 +
 .../instructions/spark/utils/package-tree.html     |   166 +
 .../instructions/spark/utils/package-use.html      |   159 +
 .../org/apache/sysml/runtime/matrix/CMCOVMR.html   |   270 +
 .../matrix/CSVReblockMR.AssignRowIDMRReturn.html   |   343 +
 .../runtime/matrix/CSVReblockMR.BlockRow.html      |   358 +
 .../runtime/matrix/CSVReblockMR.OffsetCount.html   |   480 +
 .../apache/sysml/runtime/matrix/CSVReblockMR.html  |   461 +
 .../runtime/matrix/CleanupMR.CleanupMapper.html    |   367 +
 .../org/apache/sysml/runtime/matrix/CleanupMR.html |   263 +
 .../runtime/matrix/CombineMR.InnerReducer.html     |   415 +
 .../org/apache/sysml/runtime/matrix/CombineMR.html |   287 +
 .../org/apache/sysml/runtime/matrix/DataGenMR.html |   282 +
 .../sysml/runtime/matrix/DataPartitionMR.html      |   251 +
 .../java/org/apache/sysml/runtime/matrix/GMR.html  |   312 +
 .../apache/sysml/runtime/matrix/GroupedAggMR.html  |   272 +
 .../org/apache/sysml/runtime/matrix/JobReturn.html |   414 +
 .../org/apache/sysml/runtime/matrix/MMCJMR.html    |   303 +
 .../org/apache/sysml/runtime/matrix/MMRJMR.html    |   274 +
 .../runtime/matrix/MatrixCharacteristics.html      |   862 +
 .../org/apache/sysml/runtime/matrix/MetaData.html  |   382 +
 .../sysml/runtime/matrix/MetaDataFormat.html       |   334 +
 .../matrix/MetaDataNumItemsByEachReducer.html      |   349 +
 .../org/apache/sysml/runtime/matrix/ReblockMR.html |   276 +
 .../org/apache/sysml/runtime/matrix/SortMR.html    |   409 +
 .../apache/sysml/runtime/matrix/WriteCSVMR.html    |   285 +
 .../sysml/runtime/matrix/class-use/CMCOVMR.html    |   126 +
 .../CSVReblockMR.AssignRowIDMRReturn.html          |   172 +
 .../matrix/class-use/CSVReblockMR.BlockRow.html    |   126 +
 .../matrix/class-use/CSVReblockMR.OffsetCount.html |   177 +
 .../runtime/matrix/class-use/CSVReblockMR.html     |   126 +
 .../matrix/class-use/CleanupMR.CleanupMapper.html  |   126 +
 .../sysml/runtime/matrix/class-use/CleanupMR.html  |   126 +
 .../matrix/class-use/CombineMR.InnerReducer.html   |   126 +
 .../sysml/runtime/matrix/class-use/CombineMR.html  |   126 +
 .../sysml/runtime/matrix/class-use/DataGenMR.html  |   126 +
 .../runtime/matrix/class-use/DataPartitionMR.html  |   126 +
 .../apache/sysml/runtime/matrix/class-use/GMR.html |   126 +
 .../runtime/matrix/class-use/GroupedAggMR.html     |   126 +
 .../sysml/runtime/matrix/class-use/JobReturn.html  |   370 +
 .../sysml/runtime/matrix/class-use/MMCJMR.html     |   126 +
 .../sysml/runtime/matrix/class-use/MMRJMR.html     |   126 +
 .../matrix/class-use/MatrixCharacteristics.html    |   799 +
 .../sysml/runtime/matrix/class-use/MetaData.html   |   235 +
 .../runtime/matrix/class-use/MetaDataFormat.html   |   126 +
 .../class-use/MetaDataNumItemsByEachReducer.html   |   126 +
 .../sysml/runtime/matrix/class-use/ReblockMR.html  |   126 +
 .../sysml/runtime/matrix/class-use/SortMR.html     |   126 +
 .../sysml/runtime/matrix/class-use/WriteCSVMR.html |   126 +
 .../runtime/matrix/data/AdaptivePartialBlock.html  |   453 +
 .../matrix/data/AddDummyWeightConverter.html       |   337 +
 .../data/BinaryBlockToBinaryCellConverter.html     |   337 +
 .../data/BinaryBlockToRowBlockConverter.html       |   337 +
 .../data/BinaryBlockToTextCellConverter.html       |   340 +
 .../matrix/data/BinaryCellToRowBlockConverter.html |   337 +
 .../matrix/data/BinaryCellToTextConverter.html     |   337 +
 .../sysml/runtime/matrix/data/CM_N_COVCell.html    |  1128 +
 .../sysml/runtime/matrix/data/CTableMap.html       |   360 +
 .../sysml/runtime/matrix/data/Converter.html       |   272 +
 .../runtime/matrix/data/CudaSupportFunctions.html  |   947 +
 .../sysml/runtime/matrix/data/DenseBlock.Type.html |   347 +
 .../sysml/runtime/matrix/data/DenseBlock.html      |  1088 +
 .../sysml/runtime/matrix/data/DenseBlockDRB.html   |  1148 +
 .../runtime/matrix/data/DenseBlockFactory.html     |   337 +
 .../sysml/runtime/matrix/data/DenseBlockLDRB.html  |  1148 +
 .../sysml/runtime/matrix/data/DnnParameters.html   |   766 +
 .../data/DoublePrecisionCudaSupportFunctions.html  |  1026 +
 .../matrix/data/FrameBlock.ColumnMetadata.html     |   351 +
 .../sysml/runtime/matrix/data/FrameBlock.html      |  1849 +
 .../org/apache/sysml/runtime/matrix/data/IJV.html  |   347 +
 .../runtime/matrix/data/IdenticalConverter.html    |   337 +
 .../sysml/runtime/matrix/data/InputInfo.html       |   543 +
 .../sysml/runtime/matrix/data/LibCommonsMath.html  |   317 +
 .../sysml/runtime/matrix/data/LibMatrixAgg.html    |   584 +
 .../data/LibMatrixBincell.BinaryAccessType.html    |   383 +
 .../runtime/matrix/data/LibMatrixBincell.html      |   375 +
 .../sysml/runtime/matrix/data/LibMatrixCUDA.html   |  2024 ++
 .../sysml/runtime/matrix/data/LibMatrixCuDNN.html  |  1212 +
 .../data/LibMatrixCuDNNConvolutionAlgorithm.html   |   523 +
 .../matrix/data/LibMatrixCuDNNInputRowFetcher.html |   348 +
 .../data/LibMatrixCuDNNPoolingDescriptors.html     |   508 +
 .../matrix/data/LibMatrixCuDNNRnnAlgorithm.html    |   305 +
 .../runtime/matrix/data/LibMatrixCuMatMult.html    |   339 +
 .../matrix/data/LibMatrixDNN.PoolingType.html      |   347 +
 .../sysml/runtime/matrix/data/LibMatrixDNN.html    |   720 +
 .../runtime/matrix/data/LibMatrixDNNConv2d.html    |   327 +
 .../matrix/data/LibMatrixDNNHelper.CellIndex3.html |   345 +
 .../runtime/matrix/data/LibMatrixDNNHelper.html    |   352 +
 .../runtime/matrix/data/LibMatrixDNNIm2Col.html    |   468 +
 .../runtime/matrix/data/LibMatrixDNNPooling.html   |   357 +
 .../matrix/data/LibMatrixDNNRelu.ReluBackward.html |   343 +
 .../runtime/matrix/data/LibMatrixDNNRelu.html      |   304 +
 .../LibMatrixDNNRotate180.Rotate180Worker.html     |   250 +
 .../runtime/matrix/data/LibMatrixDNNRotate180.html |   259 +
 .../runtime/matrix/data/LibMatrixDatagen.html      |   511 +
 .../sysml/runtime/matrix/data/LibMatrixMult.html   |  1284 +
 .../sysml/runtime/matrix/data/LibMatrixNative.html |   450 +
 .../runtime/matrix/data/LibMatrixOuterAgg.html     |   675 +
 .../sysml/runtime/matrix/data/LibMatrixReorg.html  |   678 +
 .../runtime/matrix/data/MatrixBlock.BlockType.html |   371 +
 .../matrix/data/MatrixBlock.SparsityEstimate.html  |   306 +
 .../sysml/runtime/matrix/data/MatrixBlock.html     |  4411 +++
 .../runtime/matrix/data/MatrixBlockDataInput.html  |   281 +
 .../runtime/matrix/data/MatrixBlockDataOutput.html |   270 +
 .../sysml/runtime/matrix/data/MatrixCell.html      |  1226 +
 .../sysml/runtime/matrix/data/MatrixIndexes.html   |   568 +
 .../runtime/matrix/data/MatrixPackedCell.html      |   509 +
 .../runtime/matrix/data/MatrixValue.CellIndex.html |   381 +
 .../sysml/runtime/matrix/data/MatrixValue.html     |   878 +
 .../matrix/data/MultipleOutputCommitter.html       |   364 +
 .../matrix/data/OperationsOnMatrixValues.html      |   826 +
 .../sysml/runtime/matrix/data/OutputInfo.html      |   538 +
 .../org/apache/sysml/runtime/matrix/data/Pair.html |   349 +
 .../sysml/runtime/matrix/data/PartialBlock.html    |   445 +
 .../runtime/matrix/data/RandomMatrixGenerator.html |   515 +
 .../data/SinglePrecisionCudaSupportFunctions.html  |  1026 +
 .../runtime/matrix/data/SparseBlock.Type.html      |   359 +
 .../sysml/runtime/matrix/data/SparseBlock.html     |  1411 +
 .../sysml/runtime/matrix/data/SparseBlockCOO.html  |  1562 +
 .../sysml/runtime/matrix/data/SparseBlockCSR.html  |  1692 +
 .../runtime/matrix/data/SparseBlockFactory.html    |   367 +
 .../sysml/runtime/matrix/data/SparseBlockMCSR.html |  1420 +
 .../sysml/runtime/matrix/data/SparseRow.html       |   545 +
 .../sysml/runtime/matrix/data/SparseRowScalar.html |   585 +
 .../sysml/runtime/matrix/data/SparseRowVector.html |   812 +
 .../apache/sysml/runtime/matrix/data/Tagged.html   |   496 +
 .../matrix/data/TaggedAdaptivePartialBlock.html    |   284 +
 .../data/TaggedFirstSecondIndexes.Comparator.html  |   323 +
 ...edFirstSecondIndexes.FirstIndexPartitioner.html |   308 +
 ...stSecondIndexes.FirstIndexRangePartitioner.html |   308 +
 .../TaggedFirstSecondIndexes.TagPartitioner.html   |   308 +
 .../matrix/data/TaggedFirstSecondIndexes.html      |   573 +
 .../runtime/matrix/data/TaggedMatrixBlock.html     |   308 +
 .../runtime/matrix/data/TaggedMatrixCell.html      |   308 +
 .../runtime/matrix/data/TaggedMatrixIndexes.html   |   425 +
 .../matrix/data/TaggedMatrixPackedCell.html        |   308 +
 .../runtime/matrix/data/TaggedMatrixValue.html     |   322 +
 .../runtime/matrix/data/TaggedTripleIndexes.html   |   487 +
 .../matrix/data/TextCellToRowBlockConverter.html   |   337 +
 .../matrix/data/TextToBinaryCellConverter.html     |   337 +
 .../matrix/data/TripleIndexes.Comparator.html      |   322 +
 .../TripleIndexes.FirstTwoIndexesPartitioner.html  |   308 +
 .../sysml/runtime/matrix/data/TripleIndexes.html   |   499 +
 .../UnPaddedOutputFormat.UnpaddedRecordWriter.html |   313 +
 .../runtime/matrix/data/UnPaddedOutputFormat.html  |   330 +
 .../sysml/runtime/matrix/data/WeightedCell.html    |   660 +
 .../data/WeightedCellToSortInputConverter.html     |   337 +
 .../sysml/runtime/matrix/data/WeightedPair.html    |   491 +
 .../data/class-use/AdaptivePartialBlock.html       |   178 +
 .../data/class-use/AddDummyWeightConverter.html    |   126 +
 .../BinaryBlockToBinaryCellConverter.html          |   126 +
 .../class-use/BinaryBlockToRowBlockConverter.html  |   126 +
 .../class-use/BinaryBlockToTextCellConverter.html  |   126 +
 .../class-use/BinaryCellToRowBlockConverter.html   |   126 +
 .../data/class-use/BinaryCellToTextConverter.html  |   126 +
 .../matrix/data/class-use/CM_N_COVCell.html        |   126 +
 .../runtime/matrix/data/class-use/CTableMap.html   |   497 +
 .../runtime/matrix/data/class-use/Converter.html   |   202 +
 .../data/class-use/CudaSupportFunctions.html       |   183 +
 .../matrix/data/class-use/DenseBlock.Type.html     |   199 +
 .../runtime/matrix/data/class-use/DenseBlock.html  |   465 +
 .../matrix/data/class-use/DenseBlockDRB.html       |   126 +
 .../matrix/data/class-use/DenseBlockFactory.html   |   126 +
 .../matrix/data/class-use/DenseBlockLDRB.html      |   126 +
 .../matrix/data/class-use/DnnParameters.html       |   321 +
 .../DoublePrecisionCudaSupportFunctions.html       |   126 +
 .../data/class-use/FrameBlock.ColumnMetadata.html  |   234 +
 .../runtime/matrix/data/class-use/FrameBlock.html  |   821 +
 .../sysml/runtime/matrix/data/class-use/IJV.html   |   297 +
 .../matrix/data/class-use/IdenticalConverter.html  |   126 +
 .../runtime/matrix/data/class-use/InputInfo.html   |   615 +
 .../matrix/data/class-use/LibCommonsMath.html      |   126 +
 .../matrix/data/class-use/LibMatrixAgg.html        |   126 +
 .../LibMatrixBincell.BinaryAccessType.html         |   180 +
 .../matrix/data/class-use/LibMatrixBincell.html    |   126 +
 .../matrix/data/class-use/LibMatrixCUDA.html       |   178 +
 .../matrix/data/class-use/LibMatrixCuDNN.html      |   126 +
 .../LibMatrixCuDNNConvolutionAlgorithm.html        |   225 +
 .../class-use/LibMatrixCuDNNInputRowFetcher.html   |   126 +
 .../LibMatrixCuDNNPoolingDescriptors.html          |   204 +
 .../data/class-use/LibMatrixCuDNNRnnAlgorithm.html |   126 +
 .../matrix/data/class-use/LibMatrixCuMatMult.html  |   126 +
 .../data/class-use/LibMatrixDNN.PoolingType.html   |   329 +
 .../matrix/data/class-use/LibMatrixDNN.html        |   126 +
 .../matrix/data/class-use/LibMatrixDNNConv2d.html  |   126 +
 .../class-use/LibMatrixDNNHelper.CellIndex3.html   |   197 +
 .../matrix/data/class-use/LibMatrixDNNHelper.html  |   126 +
 .../matrix/data/class-use/LibMatrixDNNIm2Col.html  |   126 +
 .../matrix/data/class-use/LibMatrixDNNPooling.html |   126 +
 .../class-use/LibMatrixDNNRelu.ReluBackward.html   |   126 +
 .../matrix/data/class-use/LibMatrixDNNRelu.html    |   126 +
 .../LibMatrixDNNRotate180.Rotate180Worker.html     |   170 +
 .../data/class-use/LibMatrixDNNRotate180.html      |   126 +
 .../matrix/data/class-use/LibMatrixDatagen.html    |   126 +
 .../matrix/data/class-use/LibMatrixMult.html       |   126 +
 .../matrix/data/class-use/LibMatrixNative.html     |   126 +
 .../matrix/data/class-use/LibMatrixOuterAgg.html   |   126 +
 .../matrix/data/class-use/LibMatrixReorg.html      |   126 +
 .../data/class-use/MatrixBlock.BlockType.html      |   175 +
 .../class-use/MatrixBlock.SparsityEstimate.html    |   168 +
 .../runtime/matrix/data/class-use/MatrixBlock.html |  4747 +++
 .../data/class-use/MatrixBlockDataInput.html       |   126 +
 .../data/class-use/MatrixBlockDataOutput.html      |   126 +
 .../runtime/matrix/data/class-use/MatrixCell.html  |   318 +
 .../matrix/data/class-use/MatrixIndexes.html       |  1446 +
 .../matrix/data/class-use/MatrixPackedCell.html    |   181 +
 .../data/class-use/MatrixValue.CellIndex.html      |   126 +
 .../runtime/matrix/data/class-use/MatrixValue.html |  1464 +
 .../data/class-use/MultipleOutputCommitter.html    |   126 +
 .../data/class-use/OperationsOnMatrixValues.html   |   126 +
 .../runtime/matrix/data/class-use/OutputInfo.html  |   552 +
 .../sysml/runtime/matrix/data/class-use/Pair.html  |   347 +
 .../matrix/data/class-use/PartialBlock.html        |   194 +
 .../data/class-use/RandomMatrixGenerator.html      |   265 +
 .../SinglePrecisionCudaSupportFunctions.html       |   126 +
 .../matrix/data/class-use/SparseBlock.Type.html    |   258 +
 .../runtime/matrix/data/class-use/SparseBlock.html |   348 +
 .../matrix/data/class-use/SparseBlockCOO.html      |   126 +
 .../matrix/data/class-use/SparseBlockCSR.html      |   126 +
 .../matrix/data/class-use/SparseBlockFactory.html  |   126 +
 .../matrix/data/class-use/SparseBlockMCSR.html     |   126 +
 .../runtime/matrix/data/class-use/SparseRow.html   |   310 +
 .../matrix/data/class-use/SparseRowScalar.html     |   126 +
 .../matrix/data/class-use/SparseRowVector.html     |   126 +
 .../runtime/matrix/data/class-use/Tagged.html      |   199 +
 .../data/class-use/TaggedAdaptivePartialBlock.html |   126 +
 .../TaggedFirstSecondIndexes.Comparator.html       |   126 +
 ...edFirstSecondIndexes.FirstIndexPartitioner.html |   126 +
 ...stSecondIndexes.FirstIndexRangePartitioner.html |   126 +
 .../TaggedFirstSecondIndexes.TagPartitioner.html   |   126 +
 .../data/class-use/TaggedFirstSecondIndexes.html   |   213 +
 .../matrix/data/class-use/TaggedMatrixBlock.html   |   164 +
 .../matrix/data/class-use/TaggedMatrixCell.html    |   164 +
 .../matrix/data/class-use/TaggedMatrixIndexes.html |   177 +
 .../data/class-use/TaggedMatrixPackedCell.html     |   164 +
 .../matrix/data/class-use/TaggedMatrixValue.html   |   227 +
 .../matrix/data/class-use/TaggedTripleIndexes.html |   181 +
 .../class-use/TextCellToRowBlockConverter.html     |   126 +
 .../data/class-use/TextToBinaryCellConverter.html  |   126 +
 .../data/class-use/TripleIndexes.Comparator.html   |   126 +
 .../TripleIndexes.FirstTwoIndexesPartitioner.html  |   126 +
 .../matrix/data/class-use/TripleIndexes.html       |   192 +
 .../UnPaddedOutputFormat.UnpaddedRecordWriter.html |   126 +
 .../data/class-use/UnPaddedOutputFormat.html       |   126 +
 .../matrix/data/class-use/WeightedCell.html        |   202 +
 .../WeightedCellToSortInputConverter.html          |   126 +
 .../matrix/data/class-use/WeightedPair.html        |   191 +
 .../sysml/runtime/matrix/data/package-frame.html   |   125 +
 .../sysml/runtime/matrix/data/package-summary.html |   662 +
 .../sysml/runtime/matrix/data/package-tree.html    |   297 +
 .../sysml/runtime/matrix/data/package-use.html     |   637 +
 .../apache/sysml/runtime/matrix/package-frame.html |    43 +
 .../sysml/runtime/matrix/package-summary.html      |   238 +
 .../apache/sysml/runtime/matrix/package-tree.html  |   176 +
 .../apache/sysml/runtime/matrix/package-use.html   |   273 +
 .../org/apache/sysml/runtime/package-frame.html    |    22 +
 .../org/apache/sysml/runtime/package-summary.html  |   152 +
 .../org/apache/sysml/runtime/package-tree.html     |   159 +
 .../java/org/apache/sysml/runtime/package-use.html |   245 +
 .../java/org/apache/sysml/udf/BinaryObject.html    |   359 +
 .../udf/ExternalFunctionInvocationInstruction.html |   431 +
 .../FunctionParameter.FunctionParameterType.html   |   359 +
 .../org/apache/sysml/udf/FunctionParameter.html    |   321 +
 .../org/apache/sysml/udf/Matrix.ValueType.html     |   347 +
 .../api/java/org/apache/sysml/udf/Matrix.html      |   620 +
 .../java/org/apache/sysml/udf/PackageFunction.html |   555 +
 .../apache/sysml/udf/Scalar.ScalarValueType.html   |   371 +
 .../api/java/org/apache/sysml/udf/Scalar.html      |   406 +
 .../apache/sysml/udf/class-use/BinaryObject.html   |   126 +
 .../ExternalFunctionInvocationInstruction.html     |   126 +
 .../FunctionParameter.FunctionParameterType.html   |   194 +
 .../sysml/udf/class-use/FunctionParameter.html     |   310 +
 .../sysml/udf/class-use/Matrix.ValueType.html      |   211 +
 .../org/apache/sysml/udf/class-use/Matrix.html     |   126 +
 .../sysml/udf/class-use/PackageFunction.html       |   288 +
 .../udf/class-use/Scalar.ScalarValueType.html      |   208 +
 .../org/apache/sysml/udf/class-use/Scalar.html     |   126 +
 .../org/apache/sysml/udf/lib/BinningWrapper.html   |   352 +
 .../java/org/apache/sysml/udf/lib/CumSumProd.html  |   392 +
 .../sysml/udf/lib/DynamicProjectMatrixCP.html      |   351 +
 .../apache/sysml/udf/lib/DynamicReadMatrixCP.html  |   351 +
 .../sysml/udf/lib/DynamicReadMatrixRcCP.html       |   351 +
 .../apache/sysml/udf/lib/DynamicWriteMatrixCP.html |   362 +
 .../org/apache/sysml/udf/lib/EvalFunction.html     |   377 +
 .../org/apache/sysml/udf/lib/GatherWrapper.html    |   362 +
 .../org/apache/sysml/udf/lib/MultiInputCbind.html  |   359 +
 .../org/apache/sysml/udf/lib/OrderWrapper.html     |   363 +
 .../org/apache/sysml/udf/lib/RemoveEmptyRows.html  |   362 +
 .../org/apache/sysml/udf/lib/RowClassMeet.html     |   380 +
 .../apache/sysml/udf/lib/SGDNesterovUpdate.html    |   360 +
 .../java/org/apache/sysml/udf/lib/TimeWrapper.html |   359 +
 .../sysml/udf/lib/class-use/BinningWrapper.html    |   126 +
 .../apache/sysml/udf/lib/class-use/CumSumProd.html |   126 +
 .../udf/lib/class-use/DynamicProjectMatrixCP.html  |   126 +
 .../udf/lib/class-use/DynamicReadMatrixCP.html     |   126 +
 .../udf/lib/class-use/DynamicReadMatrixRcCP.html   |   126 +
 .../udf/lib/class-use/DynamicWriteMatrixCP.html    |   126 +
 .../sysml/udf/lib/class-use/EvalFunction.html      |   126 +
 .../sysml/udf/lib/class-use/GatherWrapper.html     |   126 +
 .../sysml/udf/lib/class-use/MultiInputCbind.html   |   126 +
 .../sysml/udf/lib/class-use/OrderWrapper.html      |   126 +
 .../sysml/udf/lib/class-use/RemoveEmptyRows.html   |   126 +
 .../sysml/udf/lib/class-use/RowClassMeet.html      |   126 +
 .../sysml/udf/lib/class-use/SGDNesterovUpdate.html |   126 +
 .../sysml/udf/lib/class-use/TimeWrapper.html       |   126 +
 .../org/apache/sysml/udf/lib/package-frame.html    |    34 +
 .../org/apache/sysml/udf/lib/package-summary.html  |   223 +
 .../org/apache/sysml/udf/lib/package-tree.html     |   156 +
 .../java/org/apache/sysml/udf/lib/package-use.html |   126 +
 .../java/org/apache/sysml/udf/package-frame.html   |    32 +
 .../java/org/apache/sysml/udf/package-summary.html |   200 +
 .../java/org/apache/sysml/udf/package-tree.html    |   165 +
 .../api/java/org/apache/sysml/udf/package-use.html |   203 +
 site/docs/1.2.0/api/java/overview-frame.html       |    39 +
 site/docs/1.2.0/api/java/overview-summary.html     |   291 +
 site/docs/1.2.0/api/java/overview-tree.html        |   727 +
 site/docs/1.2.0/api/java/package-list              |    18 +
 site/docs/1.2.0/api/java/script.js                 |    30 +
 site/docs/1.2.0/api/java/serialized-form.html      |  2460 ++
 site/docs/1.2.0/api/java/stylesheet.css            |   574 +
 site/docs/1.2.0/api/python/_sources/index.rst.txt  |    21 +
 .../api/python/_sources/systemml.mllearn.rst.txt   |    22 +
 .../api/python/_sources/systemml.random.rst.txt    |    22 +
 .../1.2.0/api/python/_sources/systemml.rst.txt     |    54 +
 site/docs/1.2.0/api/python/_static/ajax-loader.gif |   Bin 0 -> 673 bytes
 site/docs/1.2.0/api/python/_static/basic.css       |   665 +
 site/docs/1.2.0/api/python/_static/classic.css     |   261 +
 .../1.2.0/api/python/_static/comment-bright.png    |   Bin 0 -> 756 bytes
 .../1.2.0/api/python/_static/comment-close.png     |   Bin 0 -> 829 bytes
 site/docs/1.2.0/api/python/_static/comment.png     |   Bin 0 -> 641 bytes
 site/docs/1.2.0/api/python/_static/doctools.js     |   313 +
 .../api/python/_static/documentation_options.js    |     9 +
 .../docs/1.2.0/api/python/_static/down-pressed.png |   Bin 0 -> 222 bytes
 site/docs/1.2.0/api/python/_static/down.png        |   Bin 0 -> 202 bytes
 site/docs/1.2.0/api/python/_static/favicon.png     |   Bin 0 -> 461 bytes
 site/docs/1.2.0/api/python/_static/file.png        |   Bin 0 -> 286 bytes
 site/docs/1.2.0/api/python/_static/jquery-3.2.1.js | 10253 ++++++
 site/docs/1.2.0/api/python/_static/jquery.js       |     4 +
 site/docs/1.2.0/api/python/_static/minus.png       |   Bin 0 -> 90 bytes
 site/docs/1.2.0/api/python/_static/plus.png        |   Bin 0 -> 90 bytes
 site/docs/1.2.0/api/python/_static/pygments.css    |    69 +
 site/docs/1.2.0/api/python/_static/searchtools.js  |   761 +
 site/docs/1.2.0/api/python/_static/sidebar.js      |   159 +
 .../1.2.0/api/python/_static/systemml-logo.png     |   Bin 0 -> 982 bytes
 .../1.2.0/api/python/_static/underscore-1.3.1.js   |   999 +
 site/docs/1.2.0/api/python/_static/underscore.js   |    31 +
 site/docs/1.2.0/api/python/_static/up-pressed.png  |   Bin 0 -> 214 bytes
 site/docs/1.2.0/api/python/_static/up.png          |   Bin 0 -> 203 bytes
 site/docs/1.2.0/api/python/_static/websupport.js   |   808 +
 site/docs/1.2.0/api/python/genindex.html           |  1306 +
 site/docs/1.2.0/api/python/index.html              |   137 +
 site/docs/1.2.0/api/python/objects.inv             |   Bin 0 -> 2066 bytes
 site/docs/1.2.0/api/python/py-modindex.html        |   142 +
 site/docs/1.2.0/api/python/search.html             |    99 +
 site/docs/1.2.0/api/python/searchindex.js          |     1 +
 site/docs/1.2.0/api/python/systemml.html           |  3447 ++
 site/docs/1.2.0/api/python/systemml.mllearn.html   |   239 +
 site/docs/1.2.0/api/python/systemml.random.html    |   332 +
 site/docs/1.2.0/beginners-guide-caffe2dml.html     |   392 +
 site/docs/1.2.0/beginners-guide-keras2dml.html     |   354 +
 site/docs/1.2.0/beginners-guide-python.html        |   538 +
 .../1.2.0/beginners-guide-to-dml-and-pydml.html    |  1039 +
 site/docs/1.2.0/contributing-to-systemml.html      |   384 +
 site/docs/1.2.0/css/bootstrap.min.css              |     6 +
 site/docs/1.2.0/css/main.css                       |   327 +
 site/docs/1.2.0/css/pygments-default.css           |    76 +
 site/docs/1.2.0/debugger-guide.html                |   627 +
 site/docs/1.2.0/deep-learning.html                 |   455 +
 .../devdocs/MatrixMultiplicationOperators.txt      |   134 +
 site/docs/1.2.0/devdocs/deep-learning.md           |   225 +
 site/docs/1.2.0/devdocs/gpu-backend.md             |    61 +
 site/docs/1.2.0/devdocs/python_api.html            |  1712 +
 site/docs/1.2.0/developer-tools-systemml.html      |   253 +
 site/docs/1.2.0/dml-language-reference.html        |  3643 ++
 site/docs/1.2.0/engine-dev-guide.html              |   736 +
 .../1.2.0/files/dml-language-reference/data.csv    |     1 +
 .../files/dml-language-reference/data.csv.mtd      |     7 +
 .../files/dml-language-reference/data.spec.json    |    24 +
 .../files/dml-language-reference/data.spec2.json   |    23 +
 .../files/dml-language-reference/data.spec3.json   |    24 +
 .../1.2.0/files/dml-language-reference/homes.csv   |   149 +
 .../files/dml-language-reference/homes.csv.mtd     |     5 +
 .../dml-language-reference/homes.tfspec_bin2.json  |     5 +
 .../homes.tfspec_recode2.json                      |     2 +
 site/docs/1.2.0/gpu.html                           |   277 +
 site/docs/1.2.0/hadoop-batch-mode.html             |  1224 +
 ...-of-quartiles-median-and-interquartile-mean.png |   Bin 0 -> 26477 bytes
 .../img/algorithms-reference/example-tree.png      |   Bin 0 -> 14758 bytes
 .../1.2.0/img/developer-tools/about-eclipse.png    |   Bin 0 -> 54340 bytes
 .../1.2.0/img/developer-tools/eclipse-details.png  |   Bin 0 -> 26749 bytes
 .../1.2.0/img/developer-tools/eclipse-scala.png    |   Bin 0 -> 51336 bytes
 .../1.2.0/img/developer-tools/maven-connectors.png |   Bin 0 -> 33853 bytes
 .../docs/1.2.0/img/developer-tools/maven-scala.png |   Bin 0 -> 24342 bytes
 .../1.2.0/img/developer-tools/pom-scala-errors.png |   Bin 0 -> 21605 bytes
 .../1.2.0/img/developer-tools/pom-scala-ignore.png |   Bin 0 -> 38244 bytes
 .../1.2.0/img/developer-tools/scala-components.png |   Bin 0 -> 27286 bytes
 .../1.2.0/img/developer-tools/scala-nature.png     |   Bin 0 -> 3772 bytes
 .../1.2.0/img/dml-language-reference/Conv2d.gif    |   Bin 0 -> 419930 bytes
 .../1.2.0/img/dml-language-reference/Conv2d1.gif   |   Bin 0 -> 174964 bytes
 .../Conv2d_backward_data.gif                       |   Bin 0 -> 444715 bytes
 .../Conv2d_backward_data1.gif                      |   Bin 0 -> 427546 bytes
 .../Conv2d_backward_data2.gif                      |   Bin 0 -> 376145 bytes
 ...-debug-configuration-hello-world-main-class.png |   Bin 0 -> 95393 bytes
 ...configuration-hello-world-program-arguments.png |   Bin 0 -> 85243 bytes
 site/docs/1.2.0/img/favicon.png                    |   Bin 0 -> 461 bytes
 .../1.2.0/img/performance-test/perf_test_arch.png  |   Bin 0 -> 25831 bytes
 .../1.2.0/img/projects/breast_cancer/approach.svg  |     4 +
 .../spark-mlcontext-programming-guide/jupyter1.png |   Bin 0 -> 399540 bytes
 .../spark-mlcontext-programming-guide/jupyter2.png |   Bin 0 -> 450954 bytes
 .../jupyter_loss_graph.png                         |   Bin 0 -> 12081 bytes
 ...eppelin-notebook-systemml-linear-regression.png |   Bin 0 -> 158819 bytes
 .../zeppelin-notebook.png                          |   Bin 0 -> 152132 bytes
 site/docs/1.2.0/img/systemml-logo.png              |   Bin 0 -> 982 bytes
 site/docs/1.2.0/index.html                         |   241 +
 site/docs/1.2.0/jmlc.html                          |   340 +
 site/docs/1.2.0/js/main.js                         |   164 +
 site/docs/1.2.0/js/vendor/anchor.min.js            |     6 +
 site/docs/1.2.0/js/vendor/bootstrap.min.js         |     7 +
 site/docs/1.2.0/js/vendor/jquery-1.12.0.min.js     |     5 +
 site/docs/1.2.0/native-backend.html                |   456 +
 site/docs/1.2.0/python-performance-test.html       |   453 +
 site/docs/1.2.0/python-reference.html              |  1015 +
 site/docs/1.2.0/reference-guide-caffe2dml.html     |  1316 +
 site/docs/1.2.0/release-creation-process.html      |   285 +
 site/docs/1.2.0/release-process.html               |   672 +
 site/docs/1.2.0/spark-batch-mode.html              |   230 +
 .../1.2.0/spark-mlcontext-programming-guide.html   |  2888 ++
 site/docs/1.2.0/standalone-guide.html              |   892 +
 site/docs/1.2.0/troubleshooting-guide.html         |   300 +
 site/docs/2.0.0/api/java/allclasses-frame.html     |  1313 +
 site/docs/2.0.0/api/java/allclasses-noframe.html   |  1313 +
 site/docs/2.0.0/api/java/constant-values.html      |  6060 ++++
 site/docs/2.0.0/api/java/deprecated-list.html      |   194 +
 site/docs/2.0.0/api/java/help-doc.html             |   230 +
 site/docs/2.0.0/api/java/index-all.html            | 33613 +++++++++++++++++++
 site/docs/2.0.0/api/java/index.html                |    76 +
 .../java/org/apache/sysds/api/ConfigurableAPI.html |   256 +
 .../java/org/apache/sysds/api/DMLException.html    |   351 +
 .../api/java/org/apache/sysds/api/DMLOptions.html  |   628 +
 .../api/java/org/apache/sysds/api/DMLScript.html   |   859 +
 .../java/org/apache/sysds/api/PythonDMLScript.html |   260 +
 .../org/apache/sysds/api/ScriptExecutorUtils.html  |   318 +
 .../sysds/api/class-use/ConfigurableAPI.html       |   192 +
 .../apache/sysds/api/class-use/DMLException.html   |   277 +
 .../org/apache/sysds/api/class-use/DMLOptions.html |   180 +
 .../org/apache/sysds/api/class-use/DMLScript.html  |   125 +
 .../sysds/api/class-use/PythonDMLScript.html       |   125 +
 .../sysds/api/class-use/ScriptExecutorUtils.html   |   125 +
 .../java/org/apache/sysds/api/jmlc/Connection.html |  1460 +
 .../java/org/apache/sysds/api/jmlc/JMLCUtils.html  |   361 +
 .../org/apache/sysds/api/jmlc/PreparedScript.html  |  1011 +
 .../org/apache/sysds/api/jmlc/ResultVariables.html |   502 +
 .../sysds/api/jmlc/class-use/Connection.html       |   165 +
 .../apache/sysds/api/jmlc/class-use/JMLCUtils.html |   125 +
 .../sysds/api/jmlc/class-use/PreparedScript.html   |   195 +
 .../sysds/api/jmlc/class-use/ResultVariables.html  |   168 +
 .../org/apache/sysds/api/jmlc/package-frame.html   |    23 +
 .../org/apache/sysds/api/jmlc/package-summary.html |   166 +
 .../org/apache/sysds/api/jmlc/package-tree.html    |   141 +
 .../org/apache/sysds/api/jmlc/package-use.html     |   189 +
 .../java/org/apache/sysds/api/mlcontext/Frame.html |   593 +
 .../apache/sysds/api/mlcontext/FrameFormat.html    |   394 +
 .../apache/sysds/api/mlcontext/FrameMetadata.html  |  1027 +
 .../apache/sysds/api/mlcontext/FrameSchema.html    |   382 +
 .../api/mlcontext/MLContext.ExecutionType.html     |   403 +
 .../api/mlcontext/MLContext.ExplainLevel.html      |   411 +
 .../api/mlcontext/MLContext.InternalProxy.html     |   279 +
 .../org/apache/sysds/api/mlcontext/MLContext.html  |  1065 +
 .../api/mlcontext/MLContextConversionUtil.html     |  1614 +
 .../sysds/api/mlcontext/MLContextException.html    |   370 +
 .../apache/sysds/api/mlcontext/MLContextUtil.html  |  1174 +
 .../org/apache/sysds/api/mlcontext/MLResults.html  |  2430 ++
 .../org/apache/sysds/api/mlcontext/Matrix.html     |   704 +
 .../apache/sysds/api/mlcontext/MatrixFormat.html   |   453 +
 .../apache/sysds/api/mlcontext/MatrixMetadata.html |   745 +
 .../org/apache/sysds/api/mlcontext/Metadata.html   |   485 +
 .../apache/sysds/api/mlcontext/ProjectInfo.html    |   366 +
 .../org/apache/sysds/api/mlcontext/Script.html     |  1108 +
 .../apache/sysds/api/mlcontext/ScriptExecutor.html |   781 +
 .../apache/sysds/api/mlcontext/ScriptFactory.html  |   439 +
 .../sysds/api/mlcontext/class-use/Frame.html       |   167 +
 .../sysds/api/mlcontext/class-use/FrameFormat.html |   317 +
 .../api/mlcontext/class-use/FrameMetadata.html     |   270 +
 .../sysds/api/mlcontext/class-use/FrameSchema.html |   253 +
 .../class-use/MLContext.ExecutionType.html         |   207 +
 .../class-use/MLContext.ExplainLevel.html          |   197 +
 .../class-use/MLContext.InternalProxy.html         |   167 +
 .../sysds/api/mlcontext/class-use/MLContext.html   |   214 +
 .../class-use/MLContextConversionUtil.html         |   125 +
 .../mlcontext/class-use/MLContextException.html    |   125 +
 .../api/mlcontext/class-use/MLContextUtil.html     |   125 +
 .../sysds/api/mlcontext/class-use/MLResults.html   |   213 +
 .../sysds/api/mlcontext/class-use/Matrix.html      |   167 +
 .../api/mlcontext/class-use/MatrixFormat.html      |   268 +
 .../api/mlcontext/class-use/MatrixMetadata.html    |   300 +
 .../sysds/api/mlcontext/class-use/Metadata.html    |   218 +
 .../sysds/api/mlcontext/class-use/ProjectInfo.html |   174 +
 .../sysds/api/mlcontext/class-use/Script.html      |   347 +
 .../api/mlcontext/class-use/ScriptExecutor.html    |   214 +
 .../api/mlcontext/class-use/ScriptFactory.html     |   125 +
 .../apache/sysds/api/mlcontext/package-frame.html  |    44 +
 .../sysds/api/mlcontext/package-summary.html       |   286 +
 .../apache/sysds/api/mlcontext/package-tree.html   |   183 +
 .../apache/sysds/api/mlcontext/package-use.html    |   287 +
 .../java/org/apache/sysds/api/package-frame.html   |    31 +
 .../java/org/apache/sysds/api/package-summary.html |   196 +
 .../java/org/apache/sysds/api/package-tree.html    |   158 +
 .../api/java/org/apache/sysds/api/package-use.html |   313 +
 .../api/java/org/apache/sysds/common/Builtins.html |  2709 ++
 .../java/org/apache/sysds/common/Types.AggOp.html  |   495 +
 .../org/apache/sysds/common/Types.BlockType.html   |   371 +
 .../sysds/common/Types.CorrectionLocationType.html |   444 +
 .../org/apache/sysds/common/Types.DataType.html    |   473 +
 .../org/apache/sysds/common/Types.Direction.html   |   376 +
 .../org/apache/sysds/common/Types.ExecMode.html    |   359 +
 .../org/apache/sysds/common/Types.ExecType.html    |   395 +
 .../org/apache/sysds/common/Types.FileFormat.html  |   527 +
 .../apache/sysds/common/Types.FunctionBlock.html   |   231 +
 .../java/org/apache/sysds/common/Types.OpOp1.html  |  1061 +
 .../java/org/apache/sysds/common/Types.OpOp2.html  |   857 +
 .../java/org/apache/sysds/common/Types.OpOp3.html  |   448 +
 .../java/org/apache/sysds/common/Types.OpOp4.html  |   399 +
 .../java/org/apache/sysds/common/Types.OpOpDG.html |   382 +
 .../org/apache/sysds/common/Types.OpOpData.html    |   475 +
 .../org/apache/sysds/common/Types.OpOpDnn.html     |   514 +
 .../java/org/apache/sysds/common/Types.OpOpN.html  |   431 +
 .../apache/sysds/common/Types.ParamBuiltinOp.html  |   514 +
 .../org/apache/sysds/common/Types.ReOrgOp.html     |   412 +
 .../org/apache/sysds/common/Types.ReturnType.html  |   360 +
 .../org/apache/sysds/common/Types.ValueType.html   |   484 +
 .../api/java/org/apache/sysds/common/Types.html    |   354 +
 .../api/java/org/apache/sysds/common/Warnings.html |   285 +
 .../apache/sysds/common/class-use/Builtins.html    |   277 +
 .../apache/sysds/common/class-use/Types.AggOp.html |   498 +
 .../sysds/common/class-use/Types.BlockType.html    |   174 +
 .../class-use/Types.CorrectionLocationType.html    |   283 +
 .../sysds/common/class-use/Types.DataType.html     |  1840 +
 .../sysds/common/class-use/Types.Direction.html    |   374 +
 .../sysds/common/class-use/Types.ExecMode.html     |   266 +
 .../sysds/common/class-use/Types.ExecType.html     |   174 +
 .../sysds/common/class-use/Types.FileFormat.html   |   832 +
 .../common/class-use/Types.FunctionBlock.html      |   251 +
 .../apache/sysds/common/class-use/Types.OpOp1.html |   368 +
 .../apache/sysds/common/class-use/Types.OpOp2.html |   513 +
 .../apache/sysds/common/class-use/Types.OpOp3.html |   298 +
 .../apache/sysds/common/class-use/Types.OpOp4.html |   264 +
 .../sysds/common/class-use/Types.OpOpDG.html       |   284 +
 .../sysds/common/class-use/Types.OpOpData.html     |   345 +
 .../sysds/common/class-use/Types.OpOpDnn.html      |   316 +
 .../apache/sysds/common/class-use/Types.OpOpN.html |   283 +
 .../common/class-use/Types.ParamBuiltinOp.html     |   327 +
 .../sysds/common/class-use/Types.ReOrgOp.html      |   358 +
 .../sysds/common/class-use/Types.ReturnType.html   |   174 +
 .../sysds/common/class-use/Types.ValueType.html    |  2819 ++
 .../org/apache/sysds/common/class-use/Types.html   |   125 +
 .../apache/sysds/common/class-use/Warnings.html    |   125 +
 .../org/apache/sysds/common/package-frame.html     |    49 +
 .../org/apache/sysds/common/package-summary.html   |   276 +
 .../java/org/apache/sysds/common/package-tree.html |   175 +
 .../java/org/apache/sysds/common/package-use.html  |  1056 +
 .../sysds/conf/CompilerConfig.ConfigType.html      |   538 +
 .../java/org/apache/sysds/conf/CompilerConfig.html |   429 +
 .../apache/sysds/conf/ConfigurationManager.html    |   534 +
 .../api/java/org/apache/sysds/conf/DMLConfig.html  |  1066 +
 .../conf/class-use/CompilerConfig.ConfigType.html  |   236 +
 .../sysds/conf/class-use/CompilerConfig.html       |   292 +
 .../sysds/conf/class-use/ConfigurationManager.html |   125 +
 .../org/apache/sysds/conf/class-use/DMLConfig.html |   438 +
 .../java/org/apache/sysds/conf/package-frame.html  |    26 +
 .../org/apache/sysds/conf/package-summary.html     |   171 +
 .../java/org/apache/sysds/conf/package-tree.html   |   152 +
 .../java/org/apache/sysds/conf/package-use.html    |   318 +
 .../apache/sysds/hops/AggBinaryOp.MMultMethod.html |   454 +
 .../sysds/hops/AggBinaryOp.SparkAggType.html       |   358 +
 .../java/org/apache/sysds/hops/AggBinaryOp.html    |   754 +
 .../api/java/org/apache/sysds/hops/AggUnaryOp.html |   581 +
 .../apache/sysds/hops/BinaryOp.AppendMethod.html   |   382 +
 .../apache/sysds/hops/BinaryOp.MMBinaryMethod.html |   394 +
 .../api/java/org/apache/sysds/hops/BinaryOp.html   |   749 +
 .../api/java/org/apache/sysds/hops/DataGenOp.html  |   724 +
 .../api/java/org/apache/sysds/hops/DataOp.html     |   829 +
 .../api/java/org/apache/sysds/hops/DnnOp.html      |   563 +
 .../apache/sysds/hops/FunctionOp.FunctionType.html |   358 +
 .../api/java/org/apache/sysds/hops/FunctionOp.html |   732 +
 .../2.0.0/api/java/org/apache/sysds/hops/Hop.html  |  2046 ++
 .../java/org/apache/sysds/hops/HopsException.html  |   403 +
 .../api/java/org/apache/sysds/hops/IndexingOp.html |   615 +
 .../hops/LeftIndexingOp.LeftIndexingMethod.html    |   358 +
 .../java/org/apache/sysds/hops/LeftIndexingOp.html |   623 +
 .../api/java/org/apache/sysds/hops/LiteralOp.html  |   578 +
 .../api/java/org/apache/sysds/hops/MemoTable.html  |   378 +
 .../org/apache/sysds/hops/MultiThreadedHop.html    |   357 +
 .../api/java/org/apache/sysds/hops/NaryOp.html     |   524 +
 .../hops/OptimizerUtils.OptimizationLevel.html     |   428 +
 .../java/org/apache/sysds/hops/OptimizerUtils.html |  2188 ++
 .../apache/sysds/hops/ParameterizedBuiltinOp.html  |   658 +
 .../java/org/apache/sysds/hops/QuaternaryOp.html   |   693 +
 .../api/java/org/apache/sysds/hops/ReorgOp.html    |   569 +
 .../api/java/org/apache/sysds/hops/TernaryOp.html  |   591 +
 .../api/java/org/apache/sysds/hops/UnaryOp.html    |   593 +
 .../hops/class-use/AggBinaryOp.MMultMethod.html    |   191 +
 .../hops/class-use/AggBinaryOp.SparkAggType.html   |   234 +
 .../apache/sysds/hops/class-use/AggBinaryOp.html   |   171 +
 .../apache/sysds/hops/class-use/AggUnaryOp.html    |   176 +
 .../hops/class-use/BinaryOp.AppendMethod.html      |   187 +
 .../hops/class-use/BinaryOp.MMBinaryMethod.html    |   187 +
 .../org/apache/sysds/hops/class-use/BinaryOp.html  |   197 +
 .../org/apache/sysds/hops/class-use/DataGenOp.html |   195 +
 .../org/apache/sysds/hops/class-use/DataOp.html    |   187 +
 .../org/apache/sysds/hops/class-use/DnnOp.html     |   125 +
 .../hops/class-use/FunctionOp.FunctionType.html    |   226 +
 .../apache/sysds/hops/class-use/FunctionOp.html    |   185 +
 .../java/org/apache/sysds/hops/class-use/Hop.html  |  3304 ++
 .../apache/sysds/hops/class-use/HopsException.html |   166 +
 .../apache/sysds/hops/class-use/IndexingOp.html    |   204 +
 .../LeftIndexingOp.LeftIndexingMethod.html         |   187 +
 .../sysds/hops/class-use/LeftIndexingOp.html       |   187 +
 .../org/apache/sysds/hops/class-use/LiteralOp.html |   309 +
 .../org/apache/sysds/hops/class-use/MemoTable.html |   223 +
 .../sysds/hops/class-use/MultiThreadedHop.html     |   238 +
 .../org/apache/sysds/hops/class-use/NaryOp.html    |   166 +
 .../OptimizerUtils.OptimizationLevel.html          |   206 +
 .../sysds/hops/class-use/OptimizerUtils.html       |   125 +
 .../hops/class-use/ParameterizedBuiltinOp.html     |   167 +
 .../apache/sysds/hops/class-use/QuaternaryOp.html  |   125 +
 .../org/apache/sysds/hops/class-use/ReorgOp.html   |   180 +
 .../org/apache/sysds/hops/class-use/TernaryOp.html |   184 +
 .../org/apache/sysds/hops/class-use/UnaryOp.html   |   194 +
 .../hops/codegen/SpoofCompiler.CompilerType.html   |   358 +
 .../codegen/SpoofCompiler.IntegrationType.html     |   346 +
 .../codegen/SpoofCompiler.PlanCachePolicy.html     |   373 +
 .../hops/codegen/SpoofCompiler.PlanSelector.html   |   396 +
 .../hops/codegen/SpoofCompiler.RegisterAlloc.html  |   358 +
 .../apache/sysds/hops/codegen/SpoofCompiler.html   |   635 +
 .../codegen/SpoofFusedOp.SpoofOutputDimsType.html  |   466 +
 .../apache/sysds/hops/codegen/SpoofFusedOp.html    |   557 +
 .../class-use/SpoofCompiler.CompilerType.html      |   187 +
 .../class-use/SpoofCompiler.IntegrationType.html   |   187 +
 .../class-use/SpoofCompiler.PlanCachePolicy.html   |   192 +
 .../class-use/SpoofCompiler.PlanSelector.html      |   187 +
 .../class-use/SpoofCompiler.RegisterAlloc.html     |   187 +
 .../hops/codegen/class-use/SpoofCompiler.html      |   125 +
 .../SpoofFusedOp.SpoofOutputDimsType.html          |   228 +
 .../sysds/hops/codegen/class-use/SpoofFusedOp.html |   125 +
 .../org/apache/sysds/hops/codegen/cplan/CNode.html |   622 +
 .../hops/codegen/cplan/CNodeBinary.BinType.html    |  1333 +
 .../sysds/hops/codegen/cplan/CNodeBinary.html      |   392 +
 .../apache/sysds/hops/codegen/cplan/CNodeCell.html |   581 +
 .../apache/sysds/hops/codegen/cplan/CNodeData.html |   444 +
 .../sysds/hops/codegen/cplan/CNodeMultiAgg.html    |   533 +
 .../hops/codegen/cplan/CNodeNary.NaryType.html     |   425 +
 .../apache/sysds/hops/codegen/cplan/CNodeNary.html |   390 +
 .../hops/codegen/cplan/CNodeOuterProduct.html      |   492 +
 .../apache/sysds/hops/codegen/cplan/CNodeRow.html  |   503 +
 .../codegen/cplan/CNodeTernary.TernaryType.html    |   469 +
 .../sysds/hops/codegen/cplan/CNodeTernary.html     |   394 +
 .../apache/sysds/hops/codegen/cplan/CNodeTpl.html  |   491 +
 .../hops/codegen/cplan/CNodeUnary.UnaryType.html   |  1085 +
 .../sysds/hops/codegen/cplan/CNodeUnary.html       |   403 +
 .../sysds/hops/codegen/cplan/class-use/CNode.html  |   573 +
 .../cplan/class-use/CNodeBinary.BinType.html       |   233 +
 .../hops/codegen/cplan/class-use/CNodeBinary.html  |   125 +
 .../hops/codegen/cplan/class-use/CNodeCell.html    |   125 +
 .../hops/codegen/cplan/class-use/CNodeData.html    |   191 +
 .../codegen/cplan/class-use/CNodeMultiAgg.html     |   125 +
 .../cplan/class-use/CNodeNary.NaryType.html        |   190 +
 .../hops/codegen/cplan/class-use/CNodeNary.html    |   125 +
 .../codegen/cplan/class-use/CNodeOuterProduct.html |   125 +
 .../hops/codegen/cplan/class-use/CNodeRow.html     |   125 +
 .../cplan/class-use/CNodeTernary.TernaryType.html  |   215 +
 .../hops/codegen/cplan/class-use/CNodeTernary.html |   125 +
 .../hops/codegen/cplan/class-use/CNodeTpl.html     |   322 +
 .../cplan/class-use/CNodeUnary.UnaryType.html      |   230 +
 .../hops/codegen/cplan/class-use/CNodeUnary.html   |   125 +
 .../sysds/hops/codegen/cplan/package-frame.html    |    37 +
 .../sysds/hops/codegen/cplan/package-summary.html  |   210 +
 .../sysds/hops/codegen/cplan/package-tree.html     |   169 +
 .../sysds/hops/codegen/cplan/package-use.html      |   232 +
 .../codegen/opt/InterestingPoint.DecisionType.html |   346 +
 .../sysds/hops/codegen/opt/InterestingPoint.html   |   461 +
 .../sysds/hops/codegen/opt/PlanAnalyzer.html       |   279 +
 .../sysds/hops/codegen/opt/PlanPartition.html      |   375 +
 .../codegen/opt/PlanSelection.VisitMarkCost.html   |   299 +
 .../sysds/hops/codegen/opt/PlanSelection.html      |   310 +
 .../hops/codegen/opt/PlanSelectionFuseAll.html     |   314 +
 .../codegen/opt/PlanSelectionFuseCostBased.html    |   314 +
 .../codegen/opt/PlanSelectionFuseCostBasedV2.html  |   416 +
 .../codegen/opt/PlanSelectionFuseNoRedundancy.html |   317 +
 .../codegen/opt/ReachabilityGraph.SubProblem.html  |   346 +
 .../sysds/hops/codegen/opt/ReachabilityGraph.html  |   377 +
 .../class-use/InterestingPoint.DecisionType.html   |   191 +
 .../codegen/opt/class-use/InterestingPoint.html    |   254 +
 .../hops/codegen/opt/class-use/PlanAnalyzer.html   |   125 +
 .../hops/codegen/opt/class-use/PlanPartition.html  |   179 +
 .../opt/class-use/PlanSelection.VisitMarkCost.html |   125 +
 .../hops/codegen/opt/class-use/PlanSelection.html  |   216 +
 .../opt/class-use/PlanSelectionFuseAll.html        |   125 +
 .../opt/class-use/PlanSelectionFuseCostBased.html  |   125 +
 .../class-use/PlanSelectionFuseCostBasedV2.html    |   125 +
 .../class-use/PlanSelectionFuseNoRedundancy.html   |   125 +
 .../class-use/ReachabilityGraph.SubProblem.html    |   165 +
 .../codegen/opt/class-use/ReachabilityGraph.html   |   125 +
 .../sysds/hops/codegen/opt/package-frame.html      |    34 +
 .../sysds/hops/codegen/opt/package-summary.html    |   219 +
 .../sysds/hops/codegen/opt/package-tree.html       |   163 +
 .../apache/sysds/hops/codegen/opt/package-use.html |   212 +
 .../apache/sysds/hops/codegen/package-frame.html   |    30 +
 .../apache/sysds/hops/codegen/package-summary.html |   182 +
 .../apache/sysds/hops/codegen/package-tree.html    |   164 +
 .../org/apache/sysds/hops/codegen/package-use.html |   192 +
 .../hops/codegen/template/CPlanCSERewriter.html    |   272 +
 .../template/CPlanMemoTable.MemoTableEntry.html    |   575 +
 .../template/CPlanMemoTable.MemoTableEntrySet.html |   335 +
 .../hops/codegen/template/CPlanMemoTable.html      |   863 +
 .../hops/codegen/template/CPlanOpRewriter.html     |   281 +
 .../codegen/template/TemplateBase.CloseType.html   |   396 +
 .../template/TemplateBase.TemplateType.html        |   396 +
 .../sysds/hops/codegen/template/TemplateBase.html  |   465 +
 .../template/TemplateCell.HopInputComparator.html  |   310 +
 .../sysds/hops/codegen/template/TemplateCell.html  |   484 +
 .../hops/codegen/template/TemplateMultiAgg.html    |   465 +
 .../codegen/template/TemplateOuterProduct.html     |   470 +
 .../template/TemplateRow.HopInputComparator.html   |   299 +
 .../sysds/hops/codegen/template/TemplateRow.html   |   466 +
 .../sysds/hops/codegen/template/TemplateUtils.html |  1081 +
 .../template/class-use/CPlanCSERewriter.html       |   125 +
 .../class-use/CPlanMemoTable.MemoTableEntry.html   |   299 +
 .../CPlanMemoTable.MemoTableEntrySet.html          |   166 +
 .../codegen/template/class-use/CPlanMemoTable.html |   277 +
 .../template/class-use/CPlanOpRewriter.html        |   125 +
 .../template/class-use/TemplateBase.CloseType.html |   265 +
 .../class-use/TemplateBase.TemplateType.html       |   370 +
 .../codegen/template/class-use/TemplateBase.html   |   239 +
 .../class-use/TemplateCell.HopInputComparator.html |   125 +
 .../codegen/template/class-use/TemplateCell.html   |   165 +
 .../template/class-use/TemplateMultiAgg.html       |   125 +
 .../template/class-use/TemplateOuterProduct.html   |   125 +
 .../class-use/TemplateRow.HopInputComparator.html  |   125 +
 .../codegen/template/class-use/TemplateRow.html    |   125 +
 .../codegen/template/class-use/TemplateUtils.html  |   125 +
 .../sysds/hops/codegen/template/package-frame.html |    37 +
 .../hops/codegen/template/package-summary.html     |   217 +
 .../sysds/hops/codegen/template/package-tree.html  |   169 +
 .../sysds/hops/codegen/template/package-use.html   |   198 +
 .../hops/cost/CostEstimationWrapper.CostType.html  |   346 +
 .../sysds/hops/cost/CostEstimationWrapper.html     |   310 +
 .../org/apache/sysds/hops/cost/CostEstimator.html  |   299 +
 .../hops/cost/CostEstimatorStaticRuntime.html      |   357 +
 .../java/org/apache/sysds/hops/cost/VarStats.html  |   340 +
 .../class-use/CostEstimationWrapper.CostType.html  |   174 +
 .../hops/cost/class-use/CostEstimationWrapper.html |   125 +
 .../sysds/hops/cost/class-use/CostEstimator.html   |   165 +
 .../cost/class-use/CostEstimatorStaticRuntime.html |   125 +
 .../apache/sysds/hops/cost/class-use/VarStats.html |   174 +
 .../org/apache/sysds/hops/cost/package-frame.html  |    27 +
 .../apache/sysds/hops/cost/package-summary.html    |   170 +
 .../org/apache/sysds/hops/cost/package-tree.html   |   156 +
 .../org/apache/sysds/hops/cost/package-use.html    |   164 +
 .../apache/sysds/hops/estim/EstimationUtils.html   |   300 +
 .../apache/sysds/hops/estim/EstimatorBasicAvg.html |   410 +
 .../sysds/hops/estim/EstimatorBasicWorst.html      |   414 +
 .../hops/estim/EstimatorBitsetMM.BitsetMatrix.html |   364 +
 .../estim/EstimatorBitsetMM.BitsetMatrix1.html     |   397 +
 .../estim/EstimatorBitsetMM.BitsetMatrix2.html     |   379 +
 .../apache/sysds/hops/estim/EstimatorBitsetMM.html |   465 +
 .../hops/estim/EstimatorDensityMap.DensityMap.html |   430 +
 .../sysds/hops/estim/EstimatorDensityMap.html      |   468 +
 .../estim/EstimatorLayeredGraph.LayeredGraph.html  |   291 +
 .../sysds/hops/estim/EstimatorLayeredGraph.html    |   435 +
 .../EstimatorMatrixHistogram.MatrixHistogram.html  |   407 +
 .../sysds/hops/estim/EstimatorMatrixHistogram.html |   469 +
 .../apache/sysds/hops/estim/EstimatorSample.html   |   443 +
 .../apache/sysds/hops/estim/EstimatorSampleRa.html |   477 +
 .../java/org/apache/sysds/hops/estim/MMNode.html   |   507 +
 .../sysds/hops/estim/SparsityEstimator.OpCode.html |   442 +
 .../apache/sysds/hops/estim/SparsityEstimator.html |   450 +
 .../hops/estim/class-use/EstimationUtils.html      |   125 +
 .../hops/estim/class-use/EstimatorBasicAvg.html    |   125 +
 .../hops/estim/class-use/EstimatorBasicWorst.html  |   125 +
 .../class-use/EstimatorBitsetMM.BitsetMatrix.html  |   274 +
 .../class-use/EstimatorBitsetMM.BitsetMatrix1.html |   125 +
 .../class-use/EstimatorBitsetMM.BitsetMatrix2.html |   125 +
 .../hops/estim/class-use/EstimatorBitsetMM.html    |   125 +
 .../class-use/EstimatorDensityMap.DensityMap.html  |   186 +
 .../hops/estim/class-use/EstimatorDensityMap.html  |   125 +
 .../EstimatorLayeredGraph.LayeredGraph.html        |   125 +
 .../estim/class-use/EstimatorLayeredGraph.html     |   125 +
 .../EstimatorMatrixHistogram.MatrixHistogram.html  |   201 +
 .../estim/class-use/EstimatorMatrixHistogram.html  |   125 +
 .../hops/estim/class-use/EstimatorSample.html      |   125 +
 .../hops/estim/class-use/EstimatorSampleRa.html    |   125 +
 .../apache/sysds/hops/estim/class-use/MMNode.html  |   250 +
 .../estim/class-use/SparsityEstimator.OpCode.html  |   349 +
 .../hops/estim/class-use/SparsityEstimator.html    |   223 +
 .../org/apache/sysds/hops/estim/package-frame.html |    40 +
 .../apache/sysds/hops/estim/package-summary.html   |   257 +
 .../org/apache/sysds/hops/estim/package-tree.html  |   172 +
 .../org/apache/sysds/hops/estim/package-use.html   |   176 +
 .../apache/sysds/hops/ipa/FunctionCallGraph.html   |   687 +
 .../sysds/hops/ipa/FunctionCallSizeInfo.html       |   591 +
 .../java/org/apache/sysds/hops/ipa/IPAPass.html    |   320 +
 .../IPAPassApplyStaticAndDynamicHopRewrites.html   |   329 +
 .../sysds/hops/ipa/IPAPassEliminateDeadCode.html   |   328 +
 .../ipa/IPAPassFlagFunctionsRecompileOnce.html     |   361 +
 .../sysds/hops/ipa/IPAPassFlagNonDeterminism.html  |   326 +
 .../hops/ipa/IPAPassForwardFunctionCalls.html      |   329 +
 .../sysds/hops/ipa/IPAPassInlineFunctions.html     |   330 +
 .../hops/ipa/IPAPassPropagateReplaceLiterals.html  |   328 +
 .../hops/ipa/IPAPassRemoveConstantBinaryOps.html   |   330 +
 .../ipa/IPAPassRemoveUnnecessaryCheckpoints.html   |   343 +
 .../hops/ipa/IPAPassRemoveUnusedFunctions.html     |   329 +
 .../sysds/hops/ipa/InterProceduralAnalysis.html    |   345 +
 .../hops/ipa/class-use/FunctionCallGraph.html      |   299 +
 .../hops/ipa/class-use/FunctionCallSizeInfo.html   |   230 +
 .../apache/sysds/hops/ipa/class-use/IPAPass.html   |   232 +
 .../IPAPassApplyStaticAndDynamicHopRewrites.html   |   125 +
 .../ipa/class-use/IPAPassEliminateDeadCode.html    |   125 +
 .../IPAPassFlagFunctionsRecompileOnce.html         |   125 +
 .../ipa/class-use/IPAPassFlagNonDeterminism.html   |   125 +
 .../ipa/class-use/IPAPassForwardFunctionCalls.html |   125 +
 .../hops/ipa/class-use/IPAPassInlineFunctions.html |   125 +
 .../class-use/IPAPassPropagateReplaceLiterals.html |   125 +
 .../class-use/IPAPassRemoveConstantBinaryOps.html  |   125 +
 .../IPAPassRemoveUnnecessaryCheckpoints.html       |   125 +
 .../class-use/IPAPassRemoveUnusedFunctions.html    |   125 +
 .../ipa/class-use/InterProceduralAnalysis.html     |   125 +
 .../org/apache/sysds/hops/ipa/package-frame.html   |    33 +
 .../org/apache/sysds/hops/ipa/package-summary.html |   236 +
 .../org/apache/sysds/hops/ipa/package-tree.html    |   154 +
 .../org/apache/sysds/hops/ipa/package-use.html     |   170 +
 .../java/org/apache/sysds/hops/package-frame.html  |    53 +
 .../org/apache/sysds/hops/package-summary.html     |   318 +
 .../java/org/apache/sysds/hops/package-tree.html   |   198 +
 .../java/org/apache/sysds/hops/package-use.html    |   579 +
 .../sysds/hops/recompile/LiteralReplacement.html   |   238 +
 .../sysds/hops/recompile/RecompileStatus.html      |   314 +
 .../sysds/hops/recompile/Recompiler.ResetType.html |   371 +
 .../apache/sysds/hops/recompile/Recompiler.html    |  1014 +
 .../recompile/class-use/LiteralReplacement.html    |   125 +
 .../hops/recompile/class-use/RecompileStatus.html  |   261 +
 .../recompile/class-use/Recompiler.ResetType.html  |   220 +
 .../sysds/hops/recompile/class-use/Recompiler.html |   125 +
 .../apache/sysds/hops/recompile/package-frame.html |    26 +
 .../sysds/hops/recompile/package-summary.html      |   173 +
 .../apache/sysds/hops/recompile/package-tree.html  |   152 +
 .../apache/sysds/hops/recompile/package-use.html   |   183 +
 .../apache/sysds/hops/rewrite/HopDagValidator.html |   257 +
 .../apache/sysds/hops/rewrite/HopRewriteRule.html  |   315 +
 .../apache/sysds/hops/rewrite/HopRewriteUtils.html |  2994 ++
 .../sysds/hops/rewrite/MarkForLineageReuse.html    |   356 +
 .../sysds/hops/rewrite/ProgramRewriteStatus.html   |   388 +
 .../apache/sysds/hops/rewrite/ProgramRewriter.html |   518 +
 .../RewriteAlgebraicSimplificationDynamic.html     |   326 +
 .../RewriteAlgebraicSimplificationStatic.html      |   326 +
 .../hops/rewrite/RewriteBlockSizeAndReblock.html   |   324 +
 .../RewriteCommonSubexpressionElimination.html     |   337 +
 .../hops/rewrite/RewriteCompressedReblock.html     |   362 +
 .../sysds/hops/rewrite/RewriteConstantFolding.html |   325 +
 .../RewriteElementwiseMultChainOptimization.html   |   337 +
 .../hops/rewrite/RewriteForLoopVectorization.html  |   359 +
 .../sysds/hops/rewrite/RewriteGPUSpecificOps.html  |   320 +
 .../RewriteHoistLoopInvariantOperations.html       |   370 +
 .../hops/rewrite/RewriteIndexingVectorization.html |   327 +
 .../RewriteInjectSparkLoopCheckpointing.html       |   361 +
 .../RewriteInjectSparkPReadCheckpointing.html      |   324 +
 .../RewriteMarkLoopVariablesUpdateInPlace.html     |   358 +
 .../RewriteMatrixMultChainOptimization.html        |   331 +
 .../RewriteMatrixMultChainOptimizationSparse.html  |   263 +
 .../hops/rewrite/RewriteMergeBlockSequence.html    |   358 +
 .../RewriteRemoveDanglingParentReferences.html     |   324 +
 .../rewrite/RewriteRemoveEmptyBasicBlocks.html     |   359 +
 .../rewrite/RewriteRemovePersistentReadWrite.html  |   340 +
 .../hops/rewrite/RewriteRemoveReadAfterWrite.html  |   325 +
 .../rewrite/RewriteRemoveUnnecessaryBranches.html  |   359 +
 .../rewrite/RewriteRemoveUnnecessaryCasts.html     |   332 +
 .../RewriteSplitDagDataDependentOperators.html     |   371 +
 .../rewrite/RewriteSplitDagUnknownCSVRead.html     |   360 +
 .../RewriteTransientWriteParentHandling.html       |   325 +
 .../hops/rewrite/StatementBlockRewriteRule.html    |   354 +
 .../hops/rewrite/class-use/HopDagValidator.html    |   125 +
 .../hops/rewrite/class-use/HopRewriteRule.html     |   333 +
 .../hops/rewrite/class-use/HopRewriteUtils.html    |   125 +
 .../rewrite/class-use/MarkForLineageReuse.html     |   125 +
 .../rewrite/class-use/ProgramRewriteStatus.html    |   512 +
 .../hops/rewrite/class-use/ProgramRewriter.html    |   125 +
 .../RewriteAlgebraicSimplificationDynamic.html     |   125 +
 .../RewriteAlgebraicSimplificationStatic.html      |   125 +
 .../class-use/RewriteBlockSizeAndReblock.html      |   125 +
 .../RewriteCommonSubexpressionElimination.html     |   125 +
 .../class-use/RewriteCompressedReblock.html        |   125 +
 .../rewrite/class-use/RewriteConstantFolding.html  |   125 +
 .../RewriteElementwiseMultChainOptimization.html   |   125 +
 .../class-use/RewriteForLoopVectorization.html     |   125 +
 .../rewrite/class-use/RewriteGPUSpecificOps.html   |   125 +
 .../RewriteHoistLoopInvariantOperations.html       |   125 +
 .../class-use/RewriteIndexingVectorization.html    |   125 +
 .../RewriteInjectSparkLoopCheckpointing.html       |   125 +
 .../RewriteInjectSparkPReadCheckpointing.html      |   125 +
 .../RewriteMarkLoopVariablesUpdateInPlace.html     |   125 +
 .../RewriteMatrixMultChainOptimization.html        |   174 +
 .../RewriteMatrixMultChainOptimizationSparse.html  |   125 +
 .../class-use/RewriteMergeBlockSequence.html       |   125 +
 .../RewriteRemoveDanglingParentReferences.html     |   125 +
 .../class-use/RewriteRemoveEmptyBasicBlocks.html   |   125 +
 .../RewriteRemovePersistentReadWrite.html          |   125 +
 .../class-use/RewriteRemoveReadAfterWrite.html     |   125 +
 .../RewriteRemoveUnnecessaryBranches.html          |   125 +
 .../class-use/RewriteRemoveUnnecessaryCasts.html   |   125 +
 .../RewriteSplitDagDataDependentOperators.html     |   125 +
 .../class-use/RewriteSplitDagUnknownCSVRead.html   |   125 +
 .../RewriteTransientWriteParentHandling.html       |   125 +
 .../class-use/StatementBlockRewriteRule.html       |   276 +
 .../apache/sysds/hops/rewrite/package-frame.html   |    52 +
 .../apache/sysds/hops/rewrite/package-summary.html |   363 +
 .../apache/sysds/hops/rewrite/package-tree.html    |   179 +
 .../org/apache/sysds/hops/rewrite/package-use.html |   181 +
 .../api/java/org/apache/sysds/lops/Append.html     |   421 +
 .../api/java/org/apache/sysds/lops/AppendG.html    |   439 +
 .../org/apache/sysds/lops/AppendGAlignedSP.html    |   419 +
 .../org/apache/sysds/lops/AppendM.CacheType.html   |   346 +
 .../api/java/org/apache/sysds/lops/AppendM.html    |   436 +
 .../api/java/org/apache/sysds/lops/AppendR.html    |   416 +
 .../api/java/org/apache/sysds/lops/Binary.html     |   390 +
 .../org/apache/sysds/lops/BinaryM.VectorType.html  |   346 +
 .../api/java/org/apache/sysds/lops/BinaryM.html    |   430 +
 .../java/org/apache/sysds/lops/BinaryScalar.html   |   410 +
 .../org/apache/sysds/lops/BinaryUAggChain.html     |   407 +
 .../api/java/org/apache/sysds/lops/CSVReBlock.html |   391 +
 .../java/org/apache/sysds/lops/CentralMoment.html  |   423 +
 .../api/java/org/apache/sysds/lops/Checkpoint.html |   527 +
 .../api/java/org/apache/sysds/lops/CoVariance.html |   439 +
 .../sysds/lops/Compression.CompressConfig.html     |   371 +
 .../java/org/apache/sysds/lops/Compression.html    |   399 +
 .../apache/sysds/lops/Ctable.OperationTypes.html   |   420 +
 .../api/java/org/apache/sysds/lops/Ctable.html     |   451 +
 .../apache/sysds/lops/CumulativeOffsetBinary.html  |   389 +
 .../sysds/lops/CumulativePartialAggregate.html     |   358 +
 .../2.0.0/api/java/org/apache/sysds/lops/Data.html |   709 +
 .../api/java/org/apache/sysds/lops/DataGen.html    |   517 +
 .../java/org/apache/sysds/lops/DnnTransform.html   |   626 +
 .../api/java/org/apache/sysds/lops/Federated.html  |   360 +
 .../java/org/apache/sysds/lops/FunctionCallCP.html |   412 +
 .../org/apache/sysds/lops/GroupedAggregate.html    |   425 +
 .../sysds/lops/GroupedAggregateM.CacheType.html    |   346 +
 .../org/apache/sysds/lops/GroupedAggregateM.html   |   406 +
 .../apache/sysds/lops/LeftIndex.LixCacheType.html  |   358 +
 .../api/java/org/apache/sysds/lops/LeftIndex.html  |   454 +
 .../org/apache/sysds/lops/Lop.SimpleInstType.html  |   335 +
 .../api/java/org/apache/sysds/lops/Lop.Type.html   |  1006 +
 .../org/apache/sysds/lops/Lop.VisitStatus.html     |   346 +
 .../2.0.0/api/java/org/apache/sysds/lops/Lop.html  |  1866 +
 .../apache/sysds/lops/LopProperties.ExecType.html  |   394 +
 .../java/org/apache/sysds/lops/LopProperties.html  |   384 +
 .../java/org/apache/sysds/lops/LopsException.html  |   302 +
 .../java/org/apache/sysds/lops/MMCJ.MMCJType.html  |   346 +
 .../2.0.0/api/java/org/apache/sysds/lops/MMCJ.html |   411 +
 .../2.0.0/api/java/org/apache/sysds/lops/MMRJ.html |   373 +
 .../org/apache/sysds/lops/MMTSJ.MMTSJType.html     |   371 +
 .../api/java/org/apache/sysds/lops/MMTSJ.html      |   418 +
 .../api/java/org/apache/sysds/lops/MMZip.html      |   364 +
 .../org/apache/sysds/lops/MapMult.CacheType.html   |   396 +
 .../api/java/org/apache/sysds/lops/MapMult.html    |   424 +
 .../apache/sysds/lops/MapMultChain.ChainType.html  |   383 +
 .../java/org/apache/sysds/lops/MapMultChain.html   |   516 +
 .../api/java/org/apache/sysds/lops/MatMultCP.html  |   407 +
 .../2.0.0/api/java/org/apache/sysds/lops/Nary.html |   389 +
 .../org/apache/sysds/lops/OutputParameters.html    |   611 +
 .../java/org/apache/sysds/lops/PMMJ.CacheType.html |   346 +
 .../2.0.0/api/java/org/apache/sysds/lops/PMMJ.html |   440 +
 .../api/java/org/apache/sysds/lops/PMapMult.html   |   391 +
 .../apache/sysds/lops/ParameterizedBuiltin.html    |   439 +
 .../org/apache/sysds/lops/PartialAggregate.html    |   489 +
 .../sysds/lops/PickByCount.OperationTypes.html     |   370 +
 .../java/org/apache/sysds/lops/PickByCount.html    |   476 +
 .../api/java/org/apache/sysds/lops/ReBlock.html    |   393 +
 .../api/java/org/apache/sysds/lops/RightIndex.html |   498 +
 .../apache/sysds/lops/SortKeys.OperationTypes.html |   358 +
 .../api/java/org/apache/sysds/lops/SortKeys.html   |   533 +
 .../api/java/org/apache/sysds/lops/SpoofFused.html |   623 +
 .../2.0.0/api/java/org/apache/sysds/lops/Sql.html  |   363 +
 .../api/java/org/apache/sysds/lops/Ternary.html    |   369 +
 .../org/apache/sysds/lops/TernaryAggregate.html    |   423 +
 .../api/java/org/apache/sysds/lops/Transform.html  |   589 +
 .../java/org/apache/sysds/lops/UAggOuterChain.html |   415 +
 .../api/java/org/apache/sysds/lops/Unary.html      |   456 +
 .../api/java/org/apache/sysds/lops/UnaryCP.html    |   504 +
 .../sysds/lops/WeightedCrossEntropy.WCeMMType.html |   359 +
 .../apache/sysds/lops/WeightedCrossEntropy.html    |   446 +
 .../apache/sysds/lops/WeightedCrossEntropyR.html   |   409 +
 .../sysds/lops/WeightedDivMM.WDivMMType.html       |   562 +
 .../java/org/apache/sysds/lops/WeightedDivMM.html  |   446 +
 .../java/org/apache/sysds/lops/WeightedDivMMR.html |   409 +
 .../sysds/lops/WeightedSigmoid.WSigmoidType.html   |   370 +
 .../org/apache/sysds/lops/WeightedSigmoid.html     |   441 +
 .../org/apache/sysds/lops/WeightedSigmoidR.html    |   404 +
 .../lops/WeightedSquaredLoss.WeightsType.html      |   383 +
 .../org/apache/sysds/lops/WeightedSquaredLoss.html |   446 +
 .../apache/sysds/lops/WeightedSquaredLossR.html    |   409 +
 .../sysds/lops/WeightedUnaryMM.WUMMType.html       |   346 +
 .../org/apache/sysds/lops/WeightedUnaryMM.html     |   443 +
 .../org/apache/sysds/lops/WeightedUnaryMMR.html    |   406 +
 .../org/apache/sysds/lops/class-use/Append.html    |   125 +
 .../org/apache/sysds/lops/class-use/AppendG.html   |   125 +
 .../sysds/lops/class-use/AppendGAlignedSP.html     |   125 +
 .../sysds/lops/class-use/AppendM.CacheType.html    |   174 +
 .../org/apache/sysds/lops/class-use/AppendM.html   |   125 +
 .../org/apache/sysds/lops/class-use/AppendR.html   |   125 +
 .../org/apache/sysds/lops/class-use/Binary.html    |   125 +
 .../sysds/lops/class-use/BinaryM.VectorType.html   |   196 +
 .../org/apache/sysds/lops/class-use/BinaryM.html   |   125 +
 .../apache/sysds/lops/class-use/BinaryScalar.html  |   125 +
 .../sysds/lops/class-use/BinaryUAggChain.html      |   125 +
 .../apache/sysds/lops/class-use/CSVReBlock.html    |   125 +
 .../apache/sysds/lops/class-use/CentralMoment.html |   125 +
 .../apache/sysds/lops/class-use/Checkpoint.html    |   125 +
 .../apache/sysds/lops/class-use/CoVariance.html    |   125 +
 .../lops/class-use/Compression.CompressConfig.html |   174 +
 .../apache/sysds/lops/class-use/Compression.html   |   125 +
 .../lops/class-use/Ctable.OperationTypes.html      |   213 +
 .../org/apache/sysds/lops/class-use/Ctable.html    |   125 +
 .../lops/class-use/CumulativeOffsetBinary.html     |   125 +
 .../lops/class-use/CumulativePartialAggregate.html |   125 +
 .../java/org/apache/sysds/lops/class-use/Data.html |   168 +
 .../org/apache/sysds/lops/class-use/DataGen.html   |   125 +
 .../apache/sysds/lops/class-use/DnnTransform.html  |   125 +
 .../org/apache/sysds/lops/class-use/Federated.html |   125 +
 .../sysds/lops/class-use/FunctionCallCP.html       |   125 +
 .../sysds/lops/class-use/GroupedAggregate.html     |   125 +
 .../class-use/GroupedAggregateM.CacheType.html     |   174 +
 .../sysds/lops/class-use/GroupedAggregateM.html    |   125 +
 .../lops/class-use/LeftIndex.LixCacheType.html     |   194 +
 .../org/apache/sysds/lops/class-use/LeftIndex.html |   125 +
 .../sysds/lops/class-use/Lop.SimpleInstType.html   |   184 +
 .../org/apache/sysds/lops/class-use/Lop.Type.html  |   195 +
 .../sysds/lops/class-use/Lop.VisitStatus.html      |   195 +
 .../java/org/apache/sysds/lops/class-use/Lop.html  |  1787 +
 .../lops/class-use/LopProperties.ExecType.html     |  1195 +
 .../apache/sysds/lops/class-use/LopProperties.html |   125 +
 .../apache/sysds/lops/class-use/LopsException.html |   166 +
 .../apache/sysds/lops/class-use/MMCJ.MMCJType.html |   192 +
 .../java/org/apache/sysds/lops/class-use/MMCJ.html |   125 +
 .../java/org/apache/sysds/lops/class-use/MMRJ.html |   125 +
 .../sysds/lops/class-use/MMTSJ.MMTSJType.html      |   393 +
 .../org/apache/sysds/lops/class-use/MMTSJ.html     |   125 +
 .../org/apache/sysds/lops/class-use/MMZip.html     |   125 +
 .../sysds/lops/class-use/MapMult.CacheType.html    |   178 +
 .../org/apache/sysds/lops/class-use/MapMult.html   |   125 +
 .../lops/class-use/MapMultChain.ChainType.html     |   367 +
 .../apache/sysds/lops/class-use/MapMultChain.html  |   125 +
 .../org/apache/sysds/lops/class-use/MatMultCP.html |   125 +
 .../java/org/apache/sysds/lops/class-use/Nary.html |   125 +
 .../sysds/lops/class-use/OutputParameters.html     |   180 +
 .../sysds/lops/class-use/PMMJ.CacheType.html       |   174 +
 .../java/org/apache/sysds/lops/class-use/PMMJ.html |   125 +
 .../org/apache/sysds/lops/class-use/PMapMult.html  |   125 +
 .../sysds/lops/class-use/ParameterizedBuiltin.html |   125 +
 .../sysds/lops/class-use/PartialAggregate.html     |   125 +
 .../lops/class-use/PickByCount.OperationTypes.html |   203 +
 .../apache/sysds/lops/class-use/PickByCount.html   |   125 +
 .../org/apache/sysds/lops/class-use/ReBlock.html   |   125 +
 .../apache/sysds/lops/class-use/RightIndex.html    |   125 +
 .../lops/class-use/SortKeys.OperationTypes.html    |   235 +
 .../org/apache/sysds/lops/class-use/SortKeys.html  |   178 +
 .../apache/sysds/lops/class-use/SpoofFused.html    |   125 +
 .../java/org/apache/sysds/lops/class-use/Sql.html  |   125 +
 .../org/apache/sysds/lops/class-use/Ternary.html   |   125 +
 .../sysds/lops/class-use/TernaryAggregate.html     |   125 +
 .../org/apache/sysds/lops/class-use/Transform.html |   125 +
 .../sysds/lops/class-use/UAggOuterChain.html       |   125 +
 .../org/apache/sysds/lops/class-use/Unary.html     |   125 +
 .../org/apache/sysds/lops/class-use/UnaryCP.html   |   125 +
 .../class-use/WeightedCrossEntropy.WCeMMType.html  |   282 +
 .../sysds/lops/class-use/WeightedCrossEntropy.html |   125 +
 .../lops/class-use/WeightedCrossEntropyR.html      |   125 +
 .../lops/class-use/WeightedDivMM.WDivMMType.html   |   288 +
 .../apache/sysds/lops/class-use/WeightedDivMM.html |   125 +
 .../sysds/lops/class-use/WeightedDivMMR.html       |   125 +
 .../class-use/WeightedSigmoid.WSigmoidType.html    |   272 +
 .../sysds/lops/class-use/WeightedSigmoid.html      |   125 +
 .../sysds/lops/class-use/WeightedSigmoidR.html     |   125 +
 .../class-use/WeightedSquaredLoss.WeightsType.html |   276 +
 .../sysds/lops/class-use/WeightedSquaredLoss.html  |   125 +
 .../sysds/lops/class-use/WeightedSquaredLossR.html |   125 +
 .../lops/class-use/WeightedUnaryMM.WUMMType.html   |   277 +
 .../sysds/lops/class-use/WeightedUnaryMM.html      |   125 +
 .../sysds/lops/class-use/WeightedUnaryMMR.html     |   125 +
 .../java/org/apache/sysds/lops/compile/Dag.html    |   352 +
 .../apache/sysds/lops/compile/LopComparator.html   |   308 +
 .../apache/sysds/lops/compile/class-use/Dag.html   |   167 +
 .../lops/compile/class-use/LopComparator.html      |   125 +
 .../apache/sysds/lops/compile/package-frame.html   |    21 +
 .../apache/sysds/lops/compile/package-summary.html |   152 +
 .../apache/sysds/lops/compile/package-tree.html    |   139 +
 .../org/apache/sysds/lops/compile/package-use.html |   161 +
 .../java/org/apache/sysds/lops/package-frame.html  |   110 +
 .../org/apache/sysds/lops/package-summary.html     |   562 +
 .../java/org/apache/sysds/lops/package-tree.html   |   252 +
 .../java/org/apache/sysds/lops/package-use.html    |   590 +
 .../apache/sysds/parser/AssignmentStatement.html   |   574 +
 .../org/apache/sysds/parser/BinaryExpression.html  |   483 +
 .../org/apache/sysds/parser/BooleanExpression.html |   468 +
 .../org/apache/sysds/parser/BooleanIdentifier.html |   442 +
 .../org/apache/sysds/parser/BuiltinConstant.html   |   381 +
 .../sysds/parser/BuiltinFunctionExpression.html    |   687 +
 .../apache/sysds/parser/ConditionalPredicate.html  |   544 +
 .../org/apache/sysds/parser/ConstIdentifier.html   |   326 +
 .../java/org/apache/sysds/parser/DMLProgram.html   |   650 +
 .../org/apache/sysds/parser/DMLTranslator.html     |   711 +
 .../org/apache/sysds/parser/DataExpression.html    |  1749 +
 .../org/apache/sysds/parser/DataIdentifier.html    |   516 +
 .../org/apache/sysds/parser/DoubleIdentifier.html  |   482 +
 .../apache/sysds/parser/Expression.BinaryOp.html   |   431 +
 .../apache/sysds/parser/Expression.BooleanOp.html  |   395 +
 .../org/apache/sysds/parser/Expression.DataOp.html |   407 +
 .../sysds/parser/Expression.FunctCallOp.html       |   347 +
 .../sysds/parser/Expression.RelationalOp.html      |   407 +
 .../java/org/apache/sysds/parser/Expression.html   |  1195 +
 .../org/apache/sysds/parser/ExpressionList.html    |   438 +
 .../java/org/apache/sysds/parser/ForStatement.html |   513 +
 .../org/apache/sysds/parser/ForStatementBlock.html |   639 +
 .../sysds/parser/FunctionCallIdentifier.html       |   533 +
 .../apache/sysds/parser/FunctionDictionary.html    |   405 +
 .../org/apache/sysds/parser/FunctionStatement.html |   600 +
 .../sysds/parser/FunctionStatementBlock.html       |   503 +
 .../java/org/apache/sysds/parser/Identifier.html   |   623 +
 .../java/org/apache/sysds/parser/IfStatement.html  |   561 +
 .../org/apache/sysds/parser/IfStatementBlock.html  |   462 +
 .../org/apache/sysds/parser/ImportStatement.html   |   509 +
 .../org/apache/sysds/parser/IndexedIdentifier.html |   644 +
 .../org/apache/sysds/parser/IntIdentifier.html     |   469 +
 .../org/apache/sysds/parser/IterablePredicate.html |   528 +
 .../LanguageException.LanguageErrorCodes.html      |   316 +
 .../org/apache/sysds/parser/LanguageException.html |   360 +
 .../apache/sysds/parser/LiveVariableAnalysis.html  |   484 +
 .../sysds/parser/MultiAssignmentStatement.html     |   485 +
 .../org/apache/sysds/parser/OutputStatement.html   |   576 +
 .../org/apache/sysds/parser/ParForStatement.html   |   343 +
 .../parser/ParForStatementBlock.ResultVar.html     |   380 +
 .../apache/sysds/parser/ParForStatementBlock.html  |   642 +
 .../apache/sysds/parser/ParameterExpression.html   |   330 +
 .../ParameterizedBuiltinFunctionExpression.html    |   674 +
 .../org/apache/sysds/parser/ParseException.html    |   483 +
 .../java/org/apache/sysds/parser/ParseInfo.html    |   384 +
 .../org/apache/sysds/parser/ParserFactory.html     |   294 +
 .../org/apache/sysds/parser/ParserWrapper.html     |   365 +
 .../org/apache/sysds/parser/PathStatement.html     |   444 +
 .../sysds/parser/PrintStatement.PRINTTYPE.html     |   374 +
 .../org/apache/sysds/parser/PrintStatement.html    |   519 +
 .../apache/sysds/parser/RelationalExpression.html  |   468 +
 .../sysds/parser/Statement.PSCheckpointing.html    |   358 +
 .../apache/sysds/parser/Statement.PSFrequency.html |   346 +
 .../apache/sysds/parser/Statement.PSModeType.html  |   346 +
 .../apache/sysds/parser/Statement.PSScheme.html    |   370 +
 .../sysds/parser/Statement.PSUpdateType.html       |   384 +
 .../java/org/apache/sysds/parser/Statement.html    |  1465 +
 .../org/apache/sysds/parser/StatementBlock.html    |  1213 +
 .../org/apache/sysds/parser/StringIdentifier.html  |   430 +
 .../java/org/apache/sysds/parser/VariableSet.html  |   450 +
 .../org/apache/sysds/parser/WhileStatement.html    |   509 +
 .../apache/sysds/parser/WhileStatementBlock.html   |   479 +
 .../parser/class-use/AssignmentStatement.html      |   166 +
 .../sysds/parser/class-use/BinaryExpression.html   |   125 +
 .../sysds/parser/class-use/BooleanExpression.html  |   125 +
 .../sysds/parser/class-use/BooleanIdentifier.html  |   125 +
 .../sysds/parser/class-use/BuiltinConstant.html    |   174 +
 .../class-use/BuiltinFunctionExpression.html       |   168 +
 .../parser/class-use/ConditionalPredicate.html     |   186 +
 .../sysds/parser/class-use/ConstIdentifier.html    |   371 +
 .../apache/sysds/parser/class-use/DMLProgram.html  |   705 +
 .../sysds/parser/class-use/DMLTranslator.html      |   167 +
 .../sysds/parser/class-use/DataExpression.html     |   193 +
 .../sysds/parser/class-use/DataIdentifier.html     |   653 +
 .../sysds/parser/class-use/DoubleIdentifier.html   |   177 +
 .../parser/class-use/Expression.BinaryOp.html      |   212 +
 .../parser/class-use/Expression.BooleanOp.html     |   199 +
 .../sysds/parser/class-use/Expression.DataOp.html  |   221 +
 .../parser/class-use/Expression.FunctCallOp.html   |   178 +
 .../parser/class-use/Expression.RelationalOp.html  |   199 +
 .../apache/sysds/parser/class-use/Expression.html  |   848 +
 .../sysds/parser/class-use/ExpressionList.html     |   125 +
 .../sysds/parser/class-use/ForStatement.html       |   168 +
 .../sysds/parser/class-use/ForStatementBlock.html  |   227 +
 .../parser/class-use/FunctionCallIdentifier.html   |   165 +
 .../sysds/parser/class-use/FunctionDictionary.html |   200 +
 .../sysds/parser/class-use/FunctionStatement.html  |   125 +
 .../parser/class-use/FunctionStatementBlock.html   |   337 +
 .../apache/sysds/parser/class-use/Identifier.html  |   272 +
 .../apache/sysds/parser/class-use/IfStatement.html |   125 +
 .../sysds/parser/class-use/IfStatementBlock.html   |   202 +
 .../sysds/parser/class-use/ImportStatement.html    |   125 +
 .../sysds/parser/class-use/IndexedIdentifier.html  |   125 +
 .../sysds/parser/class-use/IntIdentifier.html      |   164 +
 .../sysds/parser/class-use/IterablePredicate.html  |   182 +
 .../LanguageException.LanguageErrorCodes.html      |   125 +
 .../sysds/parser/class-use/LanguageException.html  |   171 +
 .../parser/class-use/LiveVariableAnalysis.html     |   188 +
 .../parser/class-use/MultiAssignmentStatement.html |   182 +
 .../sysds/parser/class-use/OutputStatement.html    |   166 +
 .../sysds/parser/class-use/ParForStatement.html    |   125 +
 .../class-use/ParForStatementBlock.ResultVar.html  |   340 +
 .../parser/class-use/ParForStatementBlock.html     |   220 +
 .../parser/class-use/ParameterExpression.html      |   272 +
 .../ParameterizedBuiltinFunctionExpression.html    |   168 +
 .../sysds/parser/class-use/ParseException.html     |   177 +
 .../apache/sysds/parser/class-use/ParseInfo.html   |   681 +
 .../sysds/parser/class-use/ParserFactory.html      |   125 +
 .../sysds/parser/class-use/ParserWrapper.html      |   195 +
 .../sysds/parser/class-use/PathStatement.html      |   125 +
 .../parser/class-use/PrintStatement.PRINTTYPE.html |   190 +
 .../sysds/parser/class-use/PrintStatement.html     |   125 +
 .../parser/class-use/RelationalExpression.html     |   125 +
 .../class-use/Statement.PSCheckpointing.html       |   174 +
 .../parser/class-use/Statement.PSFrequency.html    |   219 +
 .../parser/class-use/Statement.PSModeType.html     |   174 +
 .../sysds/parser/class-use/Statement.PSScheme.html |   226 +
 .../parser/class-use/Statement.PSUpdateType.html   |   200 +
 .../apache/sysds/parser/class-use/Statement.html   |   364 +
 .../sysds/parser/class-use/StatementBlock.html     |  1094 +
 .../sysds/parser/class-use/StringIdentifier.html   |   125 +
 .../apache/sysds/parser/class-use/VariableSet.html |   890 +
 .../sysds/parser/class-use/WhileStatement.html     |   125 +
 .../parser/class-use/WhileStatementBlock.html      |   202 +
 .../parser/dml/CustomErrorListener.ParseIssue.html |   467 +
 .../dml/CustomErrorListener.ParseIssueType.html    |   381 +
 .../sysds/parser/dml/CustomErrorListener.html      |   560 +
 .../apache/sysds/parser/dml/DMLParserWrapper.html  |   353 +
 .../apache/sysds/parser/dml/DmlBaseListener.html   |  2759 ++
 .../java/org/apache/sysds/parser/dml/DmlLexer.html |  1725 +
 .../org/apache/sysds/parser/dml/DmlListener.html   |  2263 ++
 ...rser.AccumulatorAssignmentStatementContext.html |   446 +
 .../dml/DmlParser.AddSubExpressionContext.html     |   446 +
 .../dml/DmlParser.AssignmentStatementContext.html  |   446 +
 .../dml/DmlParser.AtomicExpressionContext.html     |   407 +
 .../dml/DmlParser.BooleanAndExpressionContext.html |   446 +
 .../dml/DmlParser.BooleanNotExpressionContext.html |   420 +
 .../dml/DmlParser.BooleanOrExpressionContext.html  |   446 +
 ...DmlParser.BuiltinFunctionExpressionContext.html |   459 +
 ...mlParser.CommandlineParamExpressionContext.html |   379 +
 ...arser.CommandlinePositionExpressionContext.html |   379 +
 .../DmlParser.ConstDoubleIdExpressionContext.html  |   379 +
 .../dml/DmlParser.ConstFalseExpressionContext.html |   366 +
 .../dml/DmlParser.ConstIntIdExpressionContext.html |   379 +
 .../DmlParser.ConstStringIdExpressionContext.html  |   379 +
 .../dml/DmlParser.ConstTrueExpressionContext.html  |   366 +
 .../dml/DmlParser.DataIdExpressionContext.html     |   379 +
 .../dml/DmlParser.DataIdentifierContext.html       |   389 +
 .../parser/dml/DmlParser.DataTypeContext.html      |   361 +
 .../parser/dml/DmlParser.ExpressionContext.html    |   389 +
 ...arser.ExternalFunctionDefExpressionContext.html |   524 +
 .../parser/dml/DmlParser.ForStatementContext.html  |   537 +
 ...ser.FunctionCallAssignmentStatementContext.html |   485 +
 ...unctionCallMultiAssignmentStatementContext.html |   511 +
 .../dml/DmlParser.FunctionStatementContext.html    |   389 +
 .../parser/dml/DmlParser.IfStatementContext.html   |   472 +
 .../DmlParser.IfdefAssignmentStatementContext.html |   472 +
 .../dml/DmlParser.ImportStatementContext.html      |   433 +
 .../dml/DmlParser.IndexedExpressionContext.html    |   485 +
 ...arser.InternalFunctionDefExpressionContext.html |   563 +
 ...er.IterablePredicateColonExpressionContext.html |   433 +
 .../dml/DmlParser.IterablePredicateContext.html    |   389 +
 ...rser.IterablePredicateSeqExpressionContext.html |   459 +
 .../dml/DmlParser.MatrixDataTypeCheckContext.html  |   372 +
 .../dml/DmlParser.MatrixMulExpressionContext.html  |   446 +
 .../sysds/parser/dml/DmlParser.Ml_typeContext.html |   392 +
 .../dml/DmlParser.ModIntDivExpressionContext.html  |   446 +
 .../dml/DmlParser.MultDivExpressionContext.html    |   446 +
 .../dml/DmlParser.MultiIdExpressionContext.html    |   433 +
 .../dml/DmlParser.ParForStatementContext.html      |   537 +
 .../DmlParser.ParameterizedExpressionContext.html  |   433 +
 .../parser/dml/DmlParser.PathStatementContext.html |   407 +
 .../dml/DmlParser.PowerExpressionContext.html      |   446 +
 .../parser/dml/DmlParser.ProgramrootContext.html   |   498 +
 .../dml/DmlParser.RelationalExpressionContext.html |   446 +
 ...rser.SimpleDataIdentifierExpressionContext.html |   379 +
 .../parser/dml/DmlParser.StatementContext.html     |   389 +
 ...arser.StrictParameterizedExpressionContext.html |   433 +
 ...r.StrictParameterizedKeyValueStringContext.html |   433 +
 .../dml/DmlParser.TypedArgAssignContext.html       |   459 +
 .../dml/DmlParser.TypedArgNoAssignContext.html     |   433 +
 .../dml/DmlParser.UnaryExpressionContext.html      |   420 +
 .../parser/dml/DmlParser.ValueTypeContext.html     |   366 +
 .../dml/DmlParser.WhileStatementContext.html       |   459 +
 .../org/apache/sysds/parser/dml/DmlParser.html     |  2429 ++
 .../apache/sysds/parser/dml/DmlPreprocessor.html   |  2667 ++
 .../DmlSyntacticValidator.ConvertedDMLSyntax.html  |   310 +
 .../sysds/parser/dml/DmlSyntacticValidator.html    |  2824 ++
 .../apache/sysds/parser/dml/ExpressionInfo.html    |   319 +
 .../org/apache/sysds/parser/dml/StatementInfo.html |   306 +
 .../class-use/CustomErrorListener.ParseIssue.html  |   264 +
 .../CustomErrorListener.ParseIssueType.html        |   208 +
 .../parser/dml/class-use/CustomErrorListener.html  |   202 +
 .../parser/dml/class-use/DMLParserWrapper.html     |   125 +
 .../parser/dml/class-use/DmlBaseListener.html      |   125 +
 .../sysds/parser/dml/class-use/DmlLexer.html       |   125 +
 .../sysds/parser/dml/class-use/DmlListener.html    |   180 +
 ...rser.AccumulatorAssignmentStatementContext.html |   205 +
 .../DmlParser.AddSubExpressionContext.html         |   205 +
 .../DmlParser.AssignmentStatementContext.html      |   205 +
 .../DmlParser.AtomicExpressionContext.html         |   205 +
 .../DmlParser.BooleanAndExpressionContext.html     |   205 +
 .../DmlParser.BooleanNotExpressionContext.html     |   205 +
 .../DmlParser.BooleanOrExpressionContext.html      |   205 +
 ...DmlParser.BuiltinFunctionExpressionContext.html |   205 +
 ...mlParser.CommandlineParamExpressionContext.html |   205 +
 ...arser.CommandlinePositionExpressionContext.html |   205 +
 .../DmlParser.ConstDoubleIdExpressionContext.html  |   205 +
 .../DmlParser.ConstFalseExpressionContext.html     |   205 +
 .../DmlParser.ConstIntIdExpressionContext.html     |   205 +
 .../DmlParser.ConstStringIdExpressionContext.html  |   205 +
 .../DmlParser.ConstTrueExpressionContext.html      |   205 +
 .../DmlParser.DataIdExpressionContext.html         |   205 +
 .../class-use/DmlParser.DataIdentifierContext.html |   310 +
 .../dml/class-use/DmlParser.DataTypeContext.html   |   206 +
 .../dml/class-use/DmlParser.ExpressionContext.html |   647 +
 ...arser.ExternalFunctionDefExpressionContext.html |   205 +
 .../class-use/DmlParser.ForStatementContext.html   |   205 +
 ...ser.FunctionCallAssignmentStatementContext.html |   205 +
 ...unctionCallMultiAssignmentStatementContext.html |   205 +
 .../DmlParser.FunctionStatementContext.html        |   252 +
 .../class-use/DmlParser.IfStatementContext.html    |   205 +
 .../DmlParser.IfdefAssignmentStatementContext.html |   205 +
 .../DmlParser.ImportStatementContext.html          |   205 +
 .../DmlParser.IndexedExpressionContext.html        |   207 +
 ...arser.InternalFunctionDefExpressionContext.html |   205 +
 ...er.IterablePredicateColonExpressionContext.html |   205 +
 .../DmlParser.IterablePredicateContext.html        |   234 +
 ...rser.IterablePredicateSeqExpressionContext.html |   205 +
 .../DmlParser.MatrixDataTypeCheckContext.html      |   205 +
 .../DmlParser.MatrixMulExpressionContext.html      |   205 +
 .../dml/class-use/DmlParser.Ml_typeContext.html    |   239 +
 .../DmlParser.ModIntDivExpressionContext.html      |   205 +
 .../DmlParser.MultDivExpressionContext.html        |   205 +
 .../DmlParser.MultiIdExpressionContext.html        |   205 +
 .../DmlParser.ParForStatementContext.html          |   205 +
 .../DmlParser.ParameterizedExpressionContext.html  |   289 +
 .../class-use/DmlParser.PathStatementContext.html  |   205 +
 .../DmlParser.PowerExpressionContext.html          |   205 +
 .../class-use/DmlParser.ProgramrootContext.html    |   214 +
 .../DmlParser.RelationalExpressionContext.html     |   205 +
 ...rser.SimpleDataIdentifierExpressionContext.html |   205 +
 .../dml/class-use/DmlParser.StatementContext.html  |   399 +
 ...arser.StrictParameterizedExpressionContext.html |   273 +
 ...r.StrictParameterizedKeyValueStringContext.html |   257 +
 .../class-use/DmlParser.TypedArgAssignContext.html |   257 +
 .../DmlParser.TypedArgNoAssignContext.html         |   277 +
 .../DmlParser.UnaryExpressionContext.html          |   205 +
 .../dml/class-use/DmlParser.ValueTypeContext.html  |   218 +
 .../class-use/DmlParser.WhileStatementContext.html |   205 +
 .../sysds/parser/dml/class-use/DmlParser.html      |   125 +
 .../parser/dml/class-use/DmlPreprocessor.html      |   125 +
 .../DmlSyntacticValidator.ConvertedDMLSyntax.html  |   169 +
 .../dml/class-use/DmlSyntacticValidator.html       |   125 +
 .../sysds/parser/dml/class-use/ExpressionInfo.html |   173 +
 .../sysds/parser/dml/class-use/StatementInfo.html  |   169 +
 .../org/apache/sysds/parser/dml/package-frame.html |    90 +
 .../apache/sysds/parser/dml/package-summary.html   |   443 +
 .../org/apache/sysds/parser/dml/package-tree.html  |   267 +
 .../org/apache/sysds/parser/dml/package-use.html   |   374 +
 .../org/apache/sysds/parser/package-frame.html     |    90 +
 .../org/apache/sysds/parser/package-summary.html   |   450 +
 .../java/org/apache/sysds/parser/package-tree.html |   256 +
 .../java/org/apache/sysds/parser/package-use.html  |   787 +
 .../sysds/runtime/DMLCompressionException.html     |   319 +
 .../apache/sysds/runtime/DMLRuntimeException.html  |   319 +
 .../apache/sysds/runtime/DMLScriptException.html   |   301 +
 .../runtime/class-use/DMLCompressionException.html |   125 +
 .../runtime/class-use/DMLRuntimeException.html     |  1073 +
 .../runtime/class-use/DMLScriptException.html      |   169 +
 .../sysds/runtime/codegen/ByteClassLoader.html     |   316 +
 .../apache/sysds/runtime/codegen/CodegenUtils.html |   382 +
 .../sysds/runtime/codegen/LibSpoofPrimitives.html  |  7067 ++++
 .../sysds/runtime/codegen/SpoofCellwise.AggOp.html |   370 +
 .../runtime/codegen/SpoofCellwise.CellType.html    |   370 +
 .../sysds/runtime/codegen/SpoofCellwise.html       |   490 +
 .../sysds/runtime/codegen/SpoofMultiAggregate.html |   448 +
 .../runtime/codegen/SpoofOperator.SideInput.html   |   387 +
 .../codegen/SpoofOperator.SideInputSparseCell.html |   322 +
 .../codegen/SpoofOperator.SideInputSparseRow.html  |   324 +
 .../sysds/runtime/codegen/SpoofOperator.html       |   419 +
 .../codegen/SpoofOuterProduct.OutProdType.html     |   370 +
 .../sysds/runtime/codegen/SpoofOuterProduct.html   |   432 +
 .../runtime/codegen/SpoofRowwise.RowType.html      |   506 +
 .../apache/sysds/runtime/codegen/SpoofRowwise.html |   468 +
 .../runtime/codegen/class-use/ByteClassLoader.html |   125 +
 .../runtime/codegen/class-use/CodegenUtils.html    |   125 +
 .../codegen/class-use/LibSpoofPrimitives.html      |   125 +
 .../codegen/class-use/SpoofCellwise.AggOp.html     |   245 +
 .../codegen/class-use/SpoofCellwise.CellType.html  |   249 +
 .../runtime/codegen/class-use/SpoofCellwise.html   |   125 +
 .../codegen/class-use/SpoofMultiAggregate.html     |   125 +
 .../codegen/class-use/SpoofOperator.SideInput.html |   209 +
 .../SpoofOperator.SideInputSparseCell.html         |   125 +
 .../SpoofOperator.SideInputSparseRow.html          |   125 +
 .../runtime/codegen/class-use/SpoofOperator.html   |   190 +
 .../class-use/SpoofOuterProduct.OutProdType.html   |   262 +
 .../codegen/class-use/SpoofOuterProduct.html       |   125 +
 .../codegen/class-use/SpoofRowwise.RowType.html    |   250 +
 .../runtime/codegen/class-use/SpoofRowwise.html    |   125 +
 .../sysds/runtime/codegen/package-frame.html       |    37 +
 .../sysds/runtime/codegen/package-summary.html     |   213 +
 .../apache/sysds/runtime/codegen/package-tree.html |   181 +
 .../apache/sysds/runtime/codegen/package-use.html  |   242 +
 .../compress/AbstractCompressedMatrixBlock.html    |  1675 +
 .../sysds/runtime/compress/BitmapEncoder.html      |   288 +
 .../runtime/compress/CompressedMatrixBlock.html    |   908 +
 .../compress/CompressedMatrixBlockFactory.html     |   338 +
 .../runtime/compress/CompressionSettings.html      |   473 +
 .../compress/CompressionSettingsBuilder.html       |   591 +
 .../runtime/compress/CompressionStatistics.html    |   464 +
 .../runtime/compress/ReaderColumnSelection.html    |   279 +
 .../compress/ReaderColumnSelectionDense.html       |   254 +
 .../compress/ReaderColumnSelectionDenseSample.html |   295 +
 .../compress/ReaderColumnSelectionSparse.html      |   258 +
 .../class-use/AbstractCompressedMatrixBlock.html   |   165 +
 .../runtime/compress/class-use/BitmapEncoder.html  |   125 +
 .../compress/class-use/CompressedMatrixBlock.html  |   125 +
 .../class-use/CompressedMatrixBlockFactory.html    |   125 +
 .../compress/class-use/CompressionSettings.html    |   365 +
 .../class-use/CompressionSettingsBuilder.html      |   245 +
 .../compress/class-use/CompressionStatistics.html  |   183 +
 .../compress/class-use/ReaderColumnSelection.html  |   179 +
 .../class-use/ReaderColumnSelectionDense.html      |   125 +
 .../ReaderColumnSelectionDenseSample.html          |   125 +
 .../class-use/ReaderColumnSelectionSparse.html     |   125 +
 .../compress/cocode/ColumnGroupPartitioner.html    |   292 +
 .../cocode/ColumnGroupPartitionerBinPacking.html   |   333 +
 .../cocode/ColumnGroupPartitionerCost.html         |   297 +
 .../cocode/ColumnGroupPartitionerStatic.html       |   297 +
 .../cocode/PlanningCoCoder.GroupableColInfo.html   |   293 +
 .../cocode/PlanningCoCoder.PartitionerType.html    |   346 +
 .../runtime/compress/cocode/PlanningCoCoder.html   |   318 +
 .../cocode/PlanningCoCodingGroup.ColIndexes.html   |   297 +
 .../compress/cocode/PlanningCoCodingGroup.html     |   468 +
 .../runtime/compress/cocode/PlanningMemoTable.html |   334 +
 .../cocode/class-use/ColumnGroupPartitioner.html   |   173 +
 .../ColumnGroupPartitionerBinPacking.html          |   125 +
 .../class-use/ColumnGroupPartitionerCost.html      |   125 +
 .../class-use/ColumnGroupPartitionerStatic.html    |   125 +
 .../PlanningCoCoder.GroupableColInfo.html          |   195 +
 .../class-use/PlanningCoCoder.PartitionerType.html |   213 +
 .../compress/cocode/class-use/PlanningCoCoder.html |   125 +
 .../PlanningCoCodingGroup.ColIndexes.html          |   125 +
 .../cocode/class-use/PlanningCoCodingGroup.html    |   212 +
 .../cocode/class-use/PlanningMemoTable.html        |   125 +
 .../runtime/compress/cocode/package-frame.html     |    31 +
 .../runtime/compress/cocode/package-summary.html   |   192 +
 .../runtime/compress/cocode/package-tree.html      |   160 +
 .../sysds/runtime/compress/cocode/package-use.html |   188 +
 .../runtime/compress/colgroup/ADictionary.html     |   589 +
 .../colgroup/ColGroup.CompressionType.html         |   377 +
 .../sysds/runtime/compress/colgroup/ColGroup.html  |   971 +
 .../runtime/compress/colgroup/ColGroupConst.html   |   947 +
 .../compress/colgroup/ColGroupConverter.html       |   326 +
 .../runtime/compress/colgroup/ColGroupDDC.html     |   785 +
 .../runtime/compress/colgroup/ColGroupDDC1.html    |   496 +
 .../runtime/compress/colgroup/ColGroupDDC2.html    |   483 +
 .../runtime/compress/colgroup/ColGroupFactory.html |   367 +
 .../runtime/compress/colgroup/ColGroupIO.html      |   312 +
 .../runtime/compress/colgroup/ColGroupOLE.html     |   881 +
 .../runtime/compress/colgroup/ColGroupOffset.html  |   623 +
 .../runtime/compress/colgroup/ColGroupRLE.html     |   779 +
 .../runtime/compress/colgroup/ColGroupSizes.html   |   424 +
 .../compress/colgroup/ColGroupUncompressed.html    |  1066 +
 .../runtime/compress/colgroup/ColGroupValue.html   |   659 +
 .../compress/colgroup/DenseRowIterator.html        |   306 +
 .../runtime/compress/colgroup/Dictionary.html      |   595 +
 .../runtime/compress/colgroup/QDictionary.html     |   647 +
 .../compress/colgroup/SparseRowIterator.html       |   306 +
 .../compress/colgroup/class-use/ADictionary.html   |   211 +
 .../class-use/ColGroup.CompressionType.html        |   344 +
 .../compress/colgroup/class-use/ColGroup.html      |   431 +
 .../compress/colgroup/class-use/ColGroupConst.html |   125 +
 .../colgroup/class-use/ColGroupConverter.html      |   125 +
 .../compress/colgroup/class-use/ColGroupDDC.html   |   175 +
 .../compress/colgroup/class-use/ColGroupDDC1.html  |   125 +
 .../compress/colgroup/class-use/ColGroupDDC2.html  |   125 +
 .../colgroup/class-use/ColGroupFactory.html        |   125 +
 .../compress/colgroup/class-use/ColGroupIO.html    |   125 +
 .../compress/colgroup/class-use/ColGroupOLE.html   |   125 +
 .../colgroup/class-use/ColGroupOffset.html         |   174 +
 .../compress/colgroup/class-use/ColGroupRLE.html   |   125 +
 .../compress/colgroup/class-use/ColGroupSizes.html |   125 +
 .../colgroup/class-use/ColGroupUncompressed.html   |   125 +
 .../compress/colgroup/class-use/ColGroupValue.html |   200 +
 .../colgroup/class-use/DenseRowIterator.html       |   125 +
 .../compress/colgroup/class-use/Dictionary.html    |   179 +
 .../compress/colgroup/class-use/QDictionary.html   |   179 +
 .../colgroup/class-use/SparseRowIterator.html      |   125 +
 .../runtime/compress/colgroup/package-frame.html   |    41 +
 .../runtime/compress/colgroup/package-summary.html |   267 +
 .../runtime/compress/colgroup/package-tree.html    |   182 +
 .../runtime/compress/colgroup/package-use.html     |   272 +
 .../compress/estim/CompressedSizeEstimator.html    |   318 +
 .../estim/CompressedSizeEstimatorExact.html        |   299 +
 .../estim/CompressedSizeEstimatorFactory.html      |   274 +
 .../estim/CompressedSizeEstimatorSample.html       |   309 +
 .../runtime/compress/estim/CompressedSizeInfo.html |   389 +
 .../compress/estim/CompressedSizeInfoColGroup.html |   354 +
 .../runtime/compress/estim/EstimationFactors.html  |   244 +
 .../estim/class-use/CompressedSizeEstimator.html   |   236 +
 .../class-use/CompressedSizeEstimatorExact.html    |   125 +
 .../class-use/CompressedSizeEstimatorFactory.html  |   125 +
 .../class-use/CompressedSizeEstimatorSample.html   |   125 +
 .../estim/class-use/CompressedSizeInfo.html        |   195 +
 .../class-use/CompressedSizeInfoColGroup.html      |   213 +
 .../estim/class-use/EstimationFactors.html         |   179 +
 .../runtime/compress/estim/package-frame.html      |    26 +
 .../runtime/compress/estim/package-summary.html    |   177 +
 .../sysds/runtime/compress/estim/package-tree.html |   147 +
 .../sysds/runtime/compress/estim/package-use.html  |   201 +
 .../compress/estim/sample/FrequencyCount.html      |   238 +
 .../estim/sample/GuaranteedErrorEstimator.html     |   238 +
 .../compress/estim/sample/HassAndStokes.html       |   418 +
 .../compress/estim/sample/ShlosserEstimator.html   |   288 +
 .../estim/sample/ShlosserJackknifeEstimator.html   |   238 +
 .../estim/sample/SmoothedJackknifeEstimator.html   |   288 +
 .../estim/sample/class-use/FrequencyCount.html     |   125 +
 .../sample/class-use/GuaranteedErrorEstimator.html |   125 +
 .../estim/sample/class-use/HassAndStokes.html      |   125 +
 .../estim/sample/class-use/ShlosserEstimator.html  |   125 +
 .../class-use/ShlosserJackknifeEstimator.html      |   125 +
 .../class-use/SmoothedJackknifeEstimator.html      |   125 +
 .../compress/estim/sample/package-frame.html       |    25 +
 .../compress/estim/sample/package-summary.html     |   163 +
 .../compress/estim/sample/package-tree.html        |   143 +
 .../runtime/compress/estim/sample/package-use.html |   125 +
 .../runtime/compress/lib/LibBinaryCellOp.html      |   290 +
 .../sysds/runtime/compress/lib/LibLeftMultBy.html  |   342 +
 .../sysds/runtime/compress/lib/LibRightMultBy.html |   329 +
 .../sysds/runtime/compress/lib/LibScalar.html      |   278 +
 .../compress/lib/class-use/LibBinaryCellOp.html    |   125 +
 .../compress/lib/class-use/LibLeftMultBy.html      |   125 +
 .../compress/lib/class-use/LibRightMultBy.html     |   125 +
 .../runtime/compress/lib/class-use/LibScalar.html  |   125 +
 .../sysds/runtime/compress/lib/package-frame.html  |    23 +
 .../runtime/compress/lib/package-summary.html      |   155 +
 .../sysds/runtime/compress/lib/package-tree.html   |   141 +
 .../sysds/runtime/compress/lib/package-use.html    |   125 +
 .../sysds/runtime/compress/package-frame.html      |    30 +
 .../sysds/runtime/compress/package-summary.html    |   199 +
 .../sysds/runtime/compress/package-tree.html       |   162 +
 .../apache/sysds/runtime/compress/package-use.html |   239 +
 .../runtime/compress/utils/ABitmap.BitmapType.html |   346 +
 .../sysds/runtime/compress/utils/ABitmap.html      |   441 +
 .../sysds/runtime/compress/utils/Bitmap.html       |   410 +
 .../sysds/runtime/compress/utils/BitmapLossy.html  |   475 +
 .../compress/utils/ColumnGroupIterator.html        |   315 +
 .../runtime/compress/utils/CustomHashMap.html      |   277 +
 .../sysds/runtime/compress/utils/DblArray.html     |   388 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   375 +
 .../compress/utils/DblArrayIntListHashMap.html     |   345 +
 .../utils/DoubleIntListHashMap.DIListEntry.html    |   375 +
 .../compress/utils/DoubleIntListHashMap.html       |   347 +
 .../sysds/runtime/compress/utils/IntArrayList.html |   361 +
 .../runtime/compress/utils/LinearAlgebraUtils.html |   557 +
 .../utils/class-use/ABitmap.BitmapType.html        |   186 +
 .../runtime/compress/utils/class-use/ABitmap.html  |   279 +
 .../runtime/compress/utils/class-use/Bitmap.html   |   177 +
 .../compress/utils/class-use/BitmapLossy.html      |   163 +
 .../utils/class-use/ColumnGroupIterator.html       |   125 +
 .../compress/utils/class-use/CustomHashMap.html    |   174 +
 .../runtime/compress/utils/class-use/DblArray.html |   226 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   196 +
 .../utils/class-use/DblArrayIntListHashMap.html    |   125 +
 .../DoubleIntListHashMap.DIListEntry.html          |   196 +
 .../utils/class-use/DoubleIntListHashMap.html      |   125 +
 .../compress/utils/class-use/IntArrayList.html     |   251 +
 .../utils/class-use/LinearAlgebraUtils.html        |   125 +
 .../runtime/compress/utils/package-frame.html      |    33 +
 .../runtime/compress/utils/package-summary.html    |   211 +
 .../sysds/runtime/compress/utils/package-tree.html |   167 +
 .../sysds/runtime/compress/utils/package-use.html  |   273 +
 .../runtime/controlprogram/BasicProgramBlock.html  |   448 +
 .../runtime/controlprogram/ForProgramBlock.html    |   510 +
 .../controlprogram/FunctionProgramBlock.html       |   580 +
 .../runtime/controlprogram/IfProgramBlock.html     |   506 +
 .../runtime/controlprogram/LocalVariableMap.html   |   554 +
 .../ParForProgramBlock.PDataPartitionFormat.html   |   442 +
 .../ParForProgramBlock.PDataPartitioner.html       |   370 +
 .../ParForProgramBlock.PExecMode.html              |   370 +
 .../ParForProgramBlock.POptMode.html               |   370 +
 .../ParForProgramBlock.PResultMerge.html           |   395 +
 .../ParForProgramBlock.PTaskPartitioner.html       |   406 +
 .../ParForProgramBlock.PartitionFormat.html        |   492 +
 .../runtime/controlprogram/ParForProgramBlock.html |  1201 +
 .../sysds/runtime/controlprogram/Program.html      |   577 +
 .../sysds/runtime/controlprogram/ProgramBlock.html |   860 +
 .../runtime/controlprogram/WhileProgramBlock.html  |   441 +
 .../runtime/controlprogram/caching/ByteBuffer.html |   401 +
 .../runtime/controlprogram/caching/CacheBlock.html |   439 +
 .../controlprogram/caching/CacheBlockFactory.html  |   300 +
 .../controlprogram/caching/CacheDataInput.html     |   637 +
 .../controlprogram/caching/CacheDataOutput.html    |   632 +
 .../caching/CacheStatistics.Stat.html              |   454 +
 .../controlprogram/caching/CacheStatistics.html    |   715 +
 .../caching/CacheableData.CacheStatus.html         |   395 +
 .../controlprogram/caching/CacheableData.html      |  1407 +
 .../controlprogram/caching/FrameObject.html        |   509 +
 .../caching/LazyWriteBuffer.RPolicy.html           |   346 +
 .../controlprogram/caching/LazyWriteBuffer.html    |   478 +
 .../caching/MatrixObject.UpdateType.html           |   371 +
 .../controlprogram/caching/MatrixObject.html       |   670 +
 .../runtime/controlprogram/caching/PageCache.html  |   311 +
 .../controlprogram/caching/TensorObject.html       |   432 +
 .../caching/class-use/ByteBuffer.html              |   125 +
 .../caching/class-use/CacheBlock.html              |   612 +
 .../caching/class-use/CacheBlockFactory.html       |   125 +
 .../caching/class-use/CacheDataInput.html          |   125 +
 .../caching/class-use/CacheDataOutput.html         |   125 +
 .../caching/class-use/CacheStatistics.Stat.html    |   174 +
 .../caching/class-use/CacheStatistics.html         |   125 +
 .../class-use/CacheableData.CacheStatus.html       |   178 +
 .../caching/class-use/CacheableData.html           |   335 +
 .../caching/class-use/FrameObject.html             |   436 +
 .../caching/class-use/LazyWriteBuffer.RPolicy.html |   187 +
 .../caching/class-use/LazyWriteBuffer.html         |   125 +
 .../caching/class-use/MatrixObject.UpdateType.html |   443 +
 .../caching/class-use/MatrixObject.html            |  1638 +
 .../caching/class-use/PageCache.html               |   125 +
 .../caching/class-use/TensorObject.html            |   207 +
 .../controlprogram/caching/package-frame.html      |    41 +
 .../controlprogram/caching/package-summary.html    |   244 +
 .../controlprogram/caching/package-tree.html       |   178 +
 .../controlprogram/caching/package-use.html        |   624 +
 .../class-use/BasicProgramBlock.html               |   194 +
 .../controlprogram/class-use/ForProgramBlock.html  |   256 +
 .../class-use/FunctionProgramBlock.html            |   255 +
 .../controlprogram/class-use/IfProgramBlock.html   |   216 +
 .../controlprogram/class-use/LocalVariableMap.html |   867 +
 .../ParForProgramBlock.PDataPartitionFormat.html   |   280 +
 .../ParForProgramBlock.PDataPartitioner.html       |   187 +
 .../class-use/ParForProgramBlock.PExecMode.html    |   213 +
 .../class-use/ParForProgramBlock.POptMode.html     |   232 +
 .../class-use/ParForProgramBlock.PResultMerge.html |   187 +
 .../ParForProgramBlock.PTaskPartitioner.html       |   187 +
 .../ParForProgramBlock.PartitionFormat.html        |   302 +
 .../class-use/ParForProgramBlock.html              |   269 +
 .../runtime/controlprogram/class-use/Program.html  |   658 +
 .../controlprogram/class-use/ProgramBlock.html     |   847 +
 .../class-use/WhileProgramBlock.html               |   192 +
 .../controlprogram/context/ExecutionContext.html   |  1447 +
 .../context/ExecutionContextFactory.html           |   332 +
 .../SparkExecutionContext.SparkClusterConfig.html  |   363 +
 .../context/SparkExecutionContext.html             |  1355 +
 .../context/class-use/ExecutionContext.html        |  2399 ++
 .../context/class-use/ExecutionContextFactory.html |   125 +
 .../SparkExecutionContext.SparkClusterConfig.html  |   167 +
 .../context/class-use/SparkExecutionContext.html   |   309 +
 .../controlprogram/context/package-frame.html      |    23 +
 .../controlprogram/context/package-summary.html    |   158 +
 .../controlprogram/context/package-tree.html       |   144 +
 .../controlprogram/context/package-use.html        |   572 +
 .../federated/ExecutionContextMap.html             |   285 +
 .../controlprogram/federated/FederatedData.html    |   431 +
 .../federated/FederatedLocalData.html              |   315 +
 .../controlprogram/federated/FederatedRange.html   |   492 +
 .../federated/FederatedRequest.RequestType.html    |   394 +
 .../controlprogram/federated/FederatedRequest.html |   506 +
 .../federated/FederatedResponse.ResponseType.html  |   358 +
 .../federated/FederatedResponse.html               |   417 +
 .../controlprogram/federated/FederatedUDF.html     |   283 +
 .../controlprogram/federated/FederatedWorker.html  |   272 +
 .../federated/FederatedWorkerHandler.html          |   366 +
 .../federated/FederatedWorkerHandlerException.html |   293 +
 .../federated/FederationMap.FType.html             |   358 +
 .../controlprogram/federated/FederationMap.html    |   690 +
 .../controlprogram/federated/FederationUtils.html  |   433 +
 .../federated/class-use/ExecutionContextMap.html   |   163 +
 .../federated/class-use/FederatedData.html         |   255 +
 .../federated/class-use/FederatedLocalData.html    |   125 +
 .../federated/class-use/FederatedRange.html        |   288 +
 .../class-use/FederatedRequest.RequestType.html    |   225 +
 .../federated/class-use/FederatedRequest.html      |   259 +
 .../class-use/FederatedResponse.ResponseType.html  |   193 +
 .../federated/class-use/FederatedResponse.html     |   252 +
 .../federated/class-use/FederatedUDF.html          |   173 +
 .../federated/class-use/FederatedWorker.html       |   125 +
 .../class-use/FederatedWorkerHandler.html          |   125 +
 .../class-use/FederatedWorkerHandlerException.html |   125 +
 .../federated/class-use/FederationMap.FType.html   |   226 +
 .../federated/class-use/FederationMap.html         |   295 +
 .../federated/class-use/FederationUtils.html       |   125 +
 .../controlprogram/federated/package-frame.html    |    40 +
 .../controlprogram/federated/package-summary.html  |   223 +
 .../controlprogram/federated/package-tree.html     |   186 +
 .../controlprogram/federated/package-use.html      |   254 +
 .../runtime/controlprogram/package-frame.html      |    38 +
 .../runtime/controlprogram/package-summary.html    |   222 +
 .../sysds/runtime/controlprogram/package-tree.html |   170 +
 .../sysds/runtime/controlprogram/package-use.html  |   670 +
 .../controlprogram/paramserv/LocalPSWorker.html    |   333 +
 .../controlprogram/paramserv/LocalParamServer.html |   328 +
 .../runtime/controlprogram/paramserv/PSWorker.html |   303 +
 .../controlprogram/paramserv/ParamServer.html      |   270 +
 .../controlprogram/paramserv/ParamservUtils.html   |   756 +
 .../controlprogram/paramserv/SparkPSBody.html      |   298 +
 .../controlprogram/paramserv/SparkPSProxy.html     |   311 +
 .../controlprogram/paramserv/SparkPSWorker.html    |   361 +
 .../paramserv/class-use/LocalPSWorker.html         |   165 +
 .../paramserv/class-use/LocalParamServer.html      |   195 +
 .../paramserv/class-use/PSWorker.html              |   169 +
 .../paramserv/class-use/ParamServer.html           |   186 +
 .../paramserv/class-use/ParamservUtils.html        |   125 +
 .../paramserv/class-use/SparkPSBody.html           |   180 +
 .../paramserv/class-use/SparkPSProxy.html          |   167 +
 .../paramserv/class-use/SparkPSWorker.html         |   125 +
 .../controlprogram/paramserv/dp/DCLocalScheme.html |   320 +
 .../controlprogram/paramserv/dp/DCSparkScheme.html |   264 +
 .../controlprogram/paramserv/dp/DRLocalScheme.html |   304 +
 .../paramserv/dp/DRRLocalScheme.html               |   321 +
 .../paramserv/dp/DRRSparkScheme.html               |   262 +
 .../controlprogram/paramserv/dp/DRSparkScheme.html |   264 +
 .../dp/DataPartitionLocalScheme.Result.html        |   293 +
 .../paramserv/dp/DataPartitionLocalScheme.html     |   299 +
 .../paramserv/dp/DataPartitionSparkScheme.html     |   291 +
 .../dp/DataPartitionerSparkAggregator.html         |   309 +
 .../paramserv/dp/DataPartitionerSparkMapper.html   |   301 +
 .../paramserv/dp/LocalDataPartitioner.html         |   276 +
 .../controlprogram/paramserv/dp/ORLocalScheme.html |   320 +
 .../controlprogram/paramserv/dp/ORSparkScheme.html |   262 +
 .../paramserv/dp/SparkDataPartitioner.html         |   253 +
 .../paramserv/dp/class-use/DCLocalScheme.html      |   125 +
 .../paramserv/dp/class-use/DCSparkScheme.html      |   125 +
 .../paramserv/dp/class-use/DRLocalScheme.html      |   125 +
 .../paramserv/dp/class-use/DRRLocalScheme.html     |   125 +
 .../paramserv/dp/class-use/DRRSparkScheme.html     |   125 +
 .../paramserv/dp/class-use/DRSparkScheme.html      |   125 +
 .../class-use/DataPartitionLocalScheme.Result.html |   197 +
 .../dp/class-use/DataPartitionLocalScheme.html     |   197 +
 .../dp/class-use/DataPartitionSparkScheme.html     |   187 +
 .../class-use/DataPartitionerSparkAggregator.html  |   125 +
 .../dp/class-use/DataPartitionerSparkMapper.html   |   125 +
 .../dp/class-use/LocalDataPartitioner.html         |   125 +
 .../paramserv/dp/class-use/ORLocalScheme.html      |   125 +
 .../paramserv/dp/class-use/ORSparkScheme.html      |   125 +
 .../dp/class-use/SparkDataPartitioner.html         |   125 +
 .../controlprogram/paramserv/dp/package-frame.html |    33 +
 .../paramserv/dp/package-summary.html              |   225 +
 .../controlprogram/paramserv/dp/package-tree.html  |   158 +
 .../controlprogram/paramserv/dp/package-use.html   |   164 +
 .../controlprogram/paramserv/package-frame.html    |    27 +
 .../controlprogram/paramserv/package-summary.html  |   173 +
 .../controlprogram/paramserv/package-tree.html     |   154 +
 .../controlprogram/paramserv/package-use.html      |   210 +
 .../controlprogram/paramserv/rpc/PSRpcCall.html    |   379 +
 .../controlprogram/paramserv/rpc/PSRpcFactory.html |   309 +
 .../controlprogram/paramserv/rpc/PSRpcHandler.html |   275 +
 .../controlprogram/paramserv/rpc/PSRpcObject.html  |   356 +
 .../paramserv/rpc/PSRpcResponse.Type.html          |   358 +
 .../paramserv/rpc/PSRpcResponse.html               |   408 +
 .../paramserv/rpc/class-use/PSRpcCall.html         |   125 +
 .../paramserv/rpc/class-use/PSRpcFactory.html      |   125 +
 .../paramserv/rpc/class-use/PSRpcHandler.html      |   125 +
 .../paramserv/rpc/class-use/PSRpcObject.html       |   169 +
 .../rpc/class-use/PSRpcResponse.Type.html          |   189 +
 .../paramserv/rpc/class-use/PSRpcResponse.html     |   125 +
 .../paramserv/rpc/package-frame.html               |    28 +
 .../paramserv/rpc/package-summary.html             |   174 +
 .../controlprogram/paramserv/rpc/package-tree.html |   161 +
 .../controlprogram/paramserv/rpc/package-use.html  |   161 +
 .../parfor/CachedReuseVariables.html               |   306 +
 .../controlprogram/parfor/DataPartitioner.html     |   325 +
 .../parfor/DataPartitionerLocal.html               |   364 +
 .../parfor/DataPartitionerRemoteSpark.html         |   259 +
 .../parfor/DataPartitionerRemoteSparkMapper.html   |   310 +
 .../parfor/DataPartitionerRemoteSparkReducer.html  |   292 +
 .../controlprogram/parfor/LocalParWorker.html      |   333 +
 .../controlprogram/parfor/LocalTaskQueue.html      |   403 +
 .../runtime/controlprogram/parfor/ParForBody.html  |   367 +
 .../runtime/controlprogram/parfor/ParWorker.html   |   351 +
 .../controlprogram/parfor/RemoteDPParForSpark.html |   298 +
 .../parfor/RemoteDPParForSparkWorker.html          |   320 +
 .../parfor/RemoteParForJobReturn.html              |   351 +
 .../controlprogram/parfor/RemoteParForSpark.html   |   298 +
 .../parfor/RemoteParForSparkWorker.html            |   329 +
 .../controlprogram/parfor/RemoteParForUtils.html   |   485 +
 .../runtime/controlprogram/parfor/ResultMerge.html |   327 +
 .../parfor/ResultMergeLocalAutomatic.html          |   330 +
 .../parfor/ResultMergeLocalFile.html               |   374 +
 .../parfor/ResultMergeLocalMemory.html             |   333 +
 .../parfor/ResultMergeRemoteGrouping.html          |   267 +
 .../parfor/ResultMergeRemoteSorting.html           |   267 +
 .../parfor/ResultMergeRemoteSpark.html             |   336 +
 .../parfor/ResultMergeRemoteSparkWCompare.html     |   345 +
 .../parfor/ResultMergeTaggedMatrixIndexes.html     |   400 +
 .../controlprogram/parfor/Task.TaskType.html       |   346 +
 .../sysds/runtime/controlprogram/parfor/Task.html  |   497 +
 .../controlprogram/parfor/TaskPartitioner.html     |   291 +
 .../parfor/TaskPartitionerFactoring.html           |   344 +
 .../parfor/TaskPartitionerFactoringCmax.html       |   276 +
 .../parfor/TaskPartitionerFactoringCmin.html       |   275 +
 .../parfor/TaskPartitionerFixedsize.html           |   336 +
 .../parfor/TaskPartitionerNaive.html               |   273 +
 .../parfor/TaskPartitionerStatic.html              |   275 +
 .../parfor/class-use/CachedReuseVariables.html     |   125 +
 .../parfor/class-use/DataPartitioner.html          |   173 +
 .../parfor/class-use/DataPartitionerLocal.html     |   125 +
 .../class-use/DataPartitionerRemoteSpark.html      |   125 +
 .../DataPartitionerRemoteSparkMapper.html          |   125 +
 .../DataPartitionerRemoteSparkReducer.html         |   125 +
 .../parfor/class-use/LocalParWorker.html           |   125 +
 .../parfor/class-use/LocalTaskQueue.html           |   192 +
 .../parfor/class-use/ParForBody.html               |   220 +
 .../controlprogram/parfor/class-use/ParWorker.html |   184 +
 .../parfor/class-use/RemoteDPParForSpark.html      |   125 +
 .../class-use/RemoteDPParForSparkWorker.html       |   125 +
 .../parfor/class-use/RemoteParForJobReturn.html    |   189 +
 .../parfor/class-use/RemoteParForSpark.html        |   125 +
 .../parfor/class-use/RemoteParForSparkWorker.html  |   125 +
 .../parfor/class-use/RemoteParForUtils.html        |   125 +
 .../parfor/class-use/ResultMerge.html              |   188 +
 .../class-use/ResultMergeLocalAutomatic.html       |   125 +
 .../parfor/class-use/ResultMergeLocalFile.html     |   125 +
 .../parfor/class-use/ResultMergeLocalMemory.html   |   125 +
 .../class-use/ResultMergeRemoteGrouping.html       |   125 +
 .../parfor/class-use/ResultMergeRemoteSorting.html |   125 +
 .../parfor/class-use/ResultMergeRemoteSpark.html   |   125 +
 .../class-use/ResultMergeRemoteSparkWCompare.html  |   125 +
 .../class-use/ResultMergeTaggedMatrixIndexes.html  |   165 +
 .../parfor/class-use/Task.TaskType.html            |   190 +
 .../controlprogram/parfor/class-use/Task.html      |   253 +
 .../parfor/class-use/TaskPartitioner.html          |   202 +
 .../parfor/class-use/TaskPartitionerFactoring.html |   174 +
 .../class-use/TaskPartitionerFactoringCmax.html    |   125 +
 .../class-use/TaskPartitionerFactoringCmin.html    |   125 +
 .../parfor/class-use/TaskPartitionerFixedsize.html |   175 +
 .../parfor/class-use/TaskPartitionerNaive.html     |   125 +
 .../parfor/class-use/TaskPartitionerStatic.html    |   125 +
 .../parfor/opt/CostEstimator.DataFormat.html       |   346 +
 .../parfor/opt/CostEstimator.ExcludeType.html      |   358 +
 .../parfor/opt/CostEstimator.TestMeasure.html      |   346 +
 .../controlprogram/parfor/opt/CostEstimator.html   |   545 +
 .../parfor/opt/CostEstimatorHops.html              |   392 +
 .../parfor/opt/CostEstimatorRuntime.html           |   365 +
 .../parfor/opt/OptNode.ExecType.html               |   359 +
 .../parfor/opt/OptNode.NodeType.html               |   431 +
 .../parfor/opt/OptNode.ParamType.html              |   442 +
 .../runtime/controlprogram/parfor/opt/OptNode.html |   869 +
 .../parfor/opt/OptNodeStatistics.html              |   512 +
 .../runtime/controlprogram/parfor/opt/OptTree.html |   386 +
 .../parfor/opt/OptTreeConverter.html               |   576 +
 .../parfor/opt/OptTreePlanChecker.html             |   276 +
 .../parfor/opt/OptTreePlanMapping.html             |   304 +
 .../parfor/opt/OptTreePlanMappingAbstract.html     |   402 +
 .../parfor/opt/OptTreePlanMappingRuntime.html      |   346 +
 .../parfor/opt/OptimizationWrapper.html            |   344 +
 .../parfor/opt/Optimizer.CostModelType.html        |   346 +
 .../parfor/opt/Optimizer.PlanInputType.html        |   346 +
 .../controlprogram/parfor/opt/Optimizer.html       |   357 +
 .../parfor/opt/OptimizerConstrained.html           |   381 +
 .../parfor/opt/OptimizerHeuristic.html             |   381 +
 .../parfor/opt/OptimizerRuleBased.html             |   638 +
 .../parfor/opt/ProgramRecompiler.html              |   386 +
 .../opt/class-use/CostEstimator.DataFormat.html    |   220 +
 .../opt/class-use/CostEstimator.ExcludeType.html   |   191 +
 .../opt/class-use/CostEstimator.TestMeasure.html   |   249 +
 .../parfor/opt/class-use/CostEstimator.html        |   210 +
 .../parfor/opt/class-use/CostEstimatorHops.html    |   125 +
 .../parfor/opt/class-use/CostEstimatorRuntime.html |   125 +
 .../parfor/opt/class-use/OptNode.ExecType.html     |   207 +
 .../parfor/opt/class-use/OptNode.NodeType.html     |   210 +
 .../parfor/opt/class-use/OptNode.ParamType.html    |   205 +
 .../parfor/opt/class-use/OptNode.html              |   396 +
 .../parfor/opt/class-use/OptNodeStatistics.html    |   125 +
 .../parfor/opt/class-use/OptTree.html              |   218 +
 .../parfor/opt/class-use/OptTreeConverter.html     |   125 +
 .../parfor/opt/class-use/OptTreePlanChecker.html   |   125 +
 .../parfor/opt/class-use/OptTreePlanMapping.html   |   169 +
 .../opt/class-use/OptTreePlanMappingAbstract.html  |   180 +
 .../opt/class-use/OptTreePlanMappingRuntime.html   |   125 +
 .../parfor/opt/class-use/OptimizationWrapper.html  |   125 +
 .../opt/class-use/Optimizer.CostModelType.html     |   186 +
 .../opt/class-use/Optimizer.PlanInputType.html     |   222 +
 .../parfor/opt/class-use/Optimizer.html            |   186 +
 .../parfor/opt/class-use/OptimizerConstrained.html |   125 +
 .../parfor/opt/class-use/OptimizerHeuristic.html   |   125 +
 .../parfor/opt/class-use/OptimizerRuleBased.html   |   177 +
 .../parfor/opt/class-use/ProgramRecompiler.html    |   125 +
 .../controlprogram/parfor/opt/package-frame.html   |    47 +
 .../controlprogram/parfor/opt/package-summary.html |   287 +
 .../controlprogram/parfor/opt/package-tree.html    |   185 +
 .../controlprogram/parfor/opt/package-use.html     |   219 +
 .../controlprogram/parfor/package-frame.html       |    56 +
 .../controlprogram/parfor/package-summary.html     |   352 +
 .../controlprogram/parfor/package-tree.html        |   204 +
 .../runtime/controlprogram/parfor/package-use.html |   240 +
 .../parfor/stat/InfrastructureAnalyzer.html        |   656 +
 .../runtime/controlprogram/parfor/stat/Stat.html   |   619 +
 .../parfor/stat/StatisticMonitor.html              |   377 +
 .../runtime/controlprogram/parfor/stat/Timing.html |   328 +
 .../stat/class-use/InfrastructureAnalyzer.html     |   125 +
 .../controlprogram/parfor/stat/class-use/Stat.html |   199 +
 .../parfor/stat/class-use/StatisticMonitor.html    |   125 +
 .../parfor/stat/class-use/Timing.html              |   125 +
 .../controlprogram/parfor/stat/package-frame.html  |    26 +
 .../parfor/stat/package-summary.html               |   175 +
 .../controlprogram/parfor/stat/package-tree.html   |   152 +
 .../controlprogram/parfor/stat/package-use.html    |   160 +
 .../runtime/controlprogram/parfor/util/Cell.html   |   345 +
 .../controlprogram/parfor/util/IDHandler.html      |   338 +
 .../controlprogram/parfor/util/IDSequence.html     |   345 +
 .../parfor/util/PairWritableBlock.html             |   373 +
 .../parfor/util/PairWritableCell.html              |   359 +
 .../parfor/util/StagingFileUtils.html              |   473 +
 .../controlprogram/parfor/util/class-use/Cell.html |   179 +
 .../parfor/util/class-use/IDHandler.html           |   125 +
 .../parfor/util/class-use/IDSequence.html          |   170 +
 .../parfor/util/class-use/PairWritableBlock.html   |   125 +
 .../parfor/util/class-use/PairWritableCell.html    |   125 +
 .../parfor/util/class-use/StagingFileUtils.html    |   125 +
 .../controlprogram/parfor/util/package-frame.html  |    25 +
 .../parfor/util/package-summary.html               |   177 +
 .../controlprogram/parfor/util/package-tree.html   |   143 +
 .../controlprogram/parfor/util/package-use.html    |   182 +
 .../sysds/runtime/data/BasicTensorBlock.html       |   942 +
 .../apache/sysds/runtime/data/DataTensorBlock.html |   670 +
 .../apache/sysds/runtime/data/DenseBlock.Type.html |   346 +
 .../org/apache/sysds/runtime/data/DenseBlock.html  |  1418 +
 .../apache/sysds/runtime/data/DenseBlockBool.html  |   891 +
 .../apache/sysds/runtime/data/DenseBlockDRB.html   |   680 +
 .../apache/sysds/runtime/data/DenseBlockFP32.html  |   783 +
 .../apache/sysds/runtime/data/DenseBlockFP64.html  |   895 +
 .../sysds/runtime/data/DenseBlockFactory.html      |   471 +
 .../apache/sysds/runtime/data/DenseBlockInt32.html |   783 +
 .../apache/sysds/runtime/data/DenseBlockInt64.html |   783 +
 .../apache/sysds/runtime/data/DenseBlockLBool.html |   781 +
 .../apache/sysds/runtime/data/DenseBlockLDRB.html  |   712 +
 .../apache/sysds/runtime/data/DenseBlockLFP32.html |   726 +
 .../apache/sysds/runtime/data/DenseBlockLFP64.html |   726 +
 .../sysds/runtime/data/DenseBlockLInt32.html       |   726 +
 .../sysds/runtime/data/DenseBlockLInt64.html       |   726 +
 .../sysds/runtime/data/DenseBlockLString.html      |   777 +
 .../sysds/runtime/data/DenseBlockString.html       |   866 +
 .../sysds/runtime/data/IndexedTensorBlock.html     |   352 +
 .../apache/sysds/runtime/data/LibTensorAgg.html    |   359 +
 .../sysds/runtime/data/LibTensorBincell.html       |   303 +
 .../apache/sysds/runtime/data/LibTensorReorg.html  |   289 +
 .../sysds/runtime/data/SparseBlock.Type.html       |   358 +
 .../org/apache/sysds/runtime/data/SparseBlock.html |  1336 +
 .../apache/sysds/runtime/data/SparseBlockCOO.html  |  1549 +
 .../apache/sysds/runtime/data/SparseBlockCSR.html  |  1676 +
 .../sysds/runtime/data/SparseBlockFactory.html     |   366 +
 .../apache/sysds/runtime/data/SparseBlockMCSR.html |  1404 +
 .../org/apache/sysds/runtime/data/SparseRow.html   |   544 +
 .../apache/sysds/runtime/data/SparseRowScalar.html |   584 +
 .../apache/sysds/runtime/data/SparseRowVector.html |   811 +
 .../org/apache/sysds/runtime/data/TensorBlock.html |  1400 +
 .../apache/sysds/runtime/data/TensorIndexes.html   |   521 +
 .../runtime/data/class-use/BasicTensorBlock.html   |   413 +
 .../runtime/data/class-use/DataTensorBlock.html    |   206 +
 .../runtime/data/class-use/DenseBlock.Type.html    |   198 +
 .../sysds/runtime/data/class-use/DenseBlock.html   |   973 +
 .../runtime/data/class-use/DenseBlockBool.html     |   125 +
 .../runtime/data/class-use/DenseBlockDRB.html      |   185 +
 .../runtime/data/class-use/DenseBlockFP32.html     |   125 +
 .../runtime/data/class-use/DenseBlockFP64.html     |   125 +
 .../runtime/data/class-use/DenseBlockFactory.html  |   125 +
 .../runtime/data/class-use/DenseBlockInt32.html    |   125 +
 .../runtime/data/class-use/DenseBlockInt64.html    |   125 +
 .../runtime/data/class-use/DenseBlockLBool.html    |   125 +
 .../runtime/data/class-use/DenseBlockLDRB.html     |   185 +
 .../runtime/data/class-use/DenseBlockLFP32.html    |   125 +
 .../runtime/data/class-use/DenseBlockLFP64.html    |   125 +
 .../runtime/data/class-use/DenseBlockLInt32.html   |   125 +
 .../runtime/data/class-use/DenseBlockLInt64.html   |   125 +
 .../runtime/data/class-use/DenseBlockLString.html  |   125 +
 .../runtime/data/class-use/DenseBlockString.html   |   125 +
 .../runtime/data/class-use/IndexedTensorBlock.html |   230 +
 .../sysds/runtime/data/class-use/LibTensorAgg.html |   125 +
 .../runtime/data/class-use/LibTensorBincell.html   |   125 +
 .../runtime/data/class-use/LibTensorReorg.html     |   125 +
 .../runtime/data/class-use/SparseBlock.Type.html   |   308 +
 .../sysds/runtime/data/class-use/SparseBlock.html  |   444 +
 .../runtime/data/class-use/SparseBlockCOO.html     |   125 +
 .../runtime/data/class-use/SparseBlockCSR.html     |   125 +
 .../runtime/data/class-use/SparseBlockFactory.html |   125 +
 .../runtime/data/class-use/SparseBlockMCSR.html    |   125 +
 .../sysds/runtime/data/class-use/SparseRow.html    |   349 +
 .../runtime/data/class-use/SparseRowScalar.html    |   125 +
 .../runtime/data/class-use/SparseRowVector.html    |   125 +
 .../sysds/runtime/data/class-use/TensorBlock.html  |   739 +
 .../runtime/data/class-use/TensorIndexes.html      |   456 +
 .../apache/sysds/runtime/data/package-frame.html   |    56 +
 .../apache/sysds/runtime/data/package-summary.html |   317 +
 .../apache/sysds/runtime/data/package-tree.html    |   197 +
 .../org/apache/sysds/runtime/data/package-use.html |   502 +
 .../apache/sysds/runtime/functionobjects/And.html  |   309 +
 .../sysds/runtime/functionobjects/BitwAnd.html     |   309 +
 .../sysds/runtime/functionobjects/BitwOr.html      |   309 +
 .../sysds/runtime/functionobjects/BitwShiftL.html  |   309 +
 .../sysds/runtime/functionobjects/BitwShiftR.html  |   309 +
 .../sysds/runtime/functionobjects/BitwXor.html     |   309 +
 .../functionobjects/Builtin.BuiltinCode.html       |   922 +
 .../sysds/runtime/functionobjects/Builtin.html     |   511 +
 .../apache/sysds/runtime/functionobjects/CM.html   |   356 +
 .../apache/sysds/runtime/functionobjects/COV.html  |   355 +
 .../sysds/runtime/functionobjects/CTable.html      |   373 +
 .../sysds/runtime/functionobjects/DiagIndex.html   |   354 +
 .../sysds/runtime/functionobjects/Divide.html      |   308 +
 .../sysds/runtime/functionobjects/Equals.html      |   376 +
 .../runtime/functionobjects/FileFunction.html      |   250 +
 .../runtime/functionobjects/FunctionObject.html    |   455 +
 .../sysds/runtime/functionobjects/GreaterThan.html |   376 +
 .../runtime/functionobjects/GreaterThanEquals.html |   376 +
 .../sysds/runtime/functionobjects/IfElse.html      |   312 +
 .../runtime/functionobjects/IndexFunction.html     |   346 +
 .../runtime/functionobjects/IntegerDivide.html     |   308 +
 .../runtime/functionobjects/KahanFunction.html     |   352 +
 .../sysds/runtime/functionobjects/KahanPlus.html   |   364 +
 .../sysds/runtime/functionobjects/KahanPlusSq.html |   397 +
 .../sysds/runtime/functionobjects/LessThan.html    |   376 +
 .../runtime/functionobjects/LessThanEquals.html    |   376 +
 .../apache/sysds/runtime/functionobjects/Mean.html |   319 +
 .../sysds/runtime/functionobjects/Minus.html       |   309 +
 .../runtime/functionobjects/Minus1Multiply.html    |   309 +
 .../runtime/functionobjects/MinusMultiply.html     |   348 +
 .../sysds/runtime/functionobjects/MinusNz.html     |   309 +
 .../sysds/runtime/functionobjects/Modulus.html     |   313 +
 .../sysds/runtime/functionobjects/Multiply.html    |   309 +
 .../sysds/runtime/functionobjects/Multiply2.html   |   325 +
 .../apache/sysds/runtime/functionobjects/Not.html  |   304 +
 .../sysds/runtime/functionobjects/NotEquals.html   |   376 +
 .../runtime/functionobjects/OffsetColumnIndex.html |   354 +
 .../apache/sysds/runtime/functionobjects/Or.html   |   309 +
 ...ameterizedBuiltin.ParameterizedBuiltinCode.html |   442 +
 ...terizedBuiltin.ProbabilityDistributionCode.html |   394 +
 .../functionobjects/ParameterizedBuiltin.html      |   402 +
 .../apache/sysds/runtime/functionobjects/Plus.html |   328 +
 .../runtime/functionobjects/PlusMultiply.html      |   348 +
 .../sysds/runtime/functionobjects/Power.html       |   308 +
 .../sysds/runtime/functionobjects/Power2.html      |   325 +
 .../sysds/runtime/functionobjects/ReduceAll.html   |   341 +
 .../sysds/runtime/functionobjects/ReduceCol.html   |   341 +
 .../sysds/runtime/functionobjects/ReduceDiag.html  |   341 +
 .../sysds/runtime/functionobjects/ReduceRow.html   |   341 +
 .../sysds/runtime/functionobjects/RevIndex.html    |   342 +
 .../sysds/runtime/functionobjects/SortIndex.html   |   423 +
 .../sysds/runtime/functionobjects/SwapIndex.html   |   342 +
 ...aryValueFunction.ValueFunctionWithConstant.html |   230 +
 .../functionobjects/TernaryValueFunction.html      |   332 +
 .../functionobjects/ValueComparisonFunction.html   |   358 +
 .../runtime/functionobjects/ValueFunction.html     |   297 +
 .../apache/sysds/runtime/functionobjects/Xor.html  |   309 +
 .../runtime/functionobjects/class-use/And.html     |   165 +
 .../runtime/functionobjects/class-use/BitwAnd.html |   165 +
 .../runtime/functionobjects/class-use/BitwOr.html  |   165 +
 .../functionobjects/class-use/BitwShiftL.html      |   165 +
 .../functionobjects/class-use/BitwShiftR.html      |   165 +
 .../runtime/functionobjects/class-use/BitwXor.html |   165 +
 .../class-use/Builtin.BuiltinCode.html             |   222 +
 .../runtime/functionobjects/class-use/Builtin.html |   213 +
 .../runtime/functionobjects/class-use/CM.html      |   165 +
 .../runtime/functionobjects/class-use/COV.html     |   198 +
 .../runtime/functionobjects/class-use/CTable.html  |   165 +
 .../functionobjects/class-use/DiagIndex.html       |   169 +
 .../runtime/functionobjects/class-use/Divide.html  |   165 +
 .../runtime/functionobjects/class-use/Equals.html  |   165 +
 .../functionobjects/class-use/FileFunction.html    |   125 +
 .../functionobjects/class-use/FunctionObject.html  |   430 +
 .../functionobjects/class-use/GreaterThan.html     |   165 +
 .../class-use/GreaterThanEquals.html               |   165 +
 .../runtime/functionobjects/class-use/IfElse.html  |   165 +
 .../functionobjects/class-use/IndexFunction.html   |   278 +
 .../functionobjects/class-use/IntegerDivide.html   |   165 +
 .../functionobjects/class-use/KahanFunction.html   |   172 +
 .../functionobjects/class-use/KahanPlus.html       |   165 +
 .../functionobjects/class-use/KahanPlusSq.html     |   167 +
 .../functionobjects/class-use/LessThan.html        |   165 +
 .../functionobjects/class-use/LessThanEquals.html  |   165 +
 .../runtime/functionobjects/class-use/Mean.html    |   165 +
 .../runtime/functionobjects/class-use/Minus.html   |   165 +
 .../functionobjects/class-use/Minus1Multiply.html  |   165 +
 .../functionobjects/class-use/MinusMultiply.html   |   165 +
 .../runtime/functionobjects/class-use/MinusNz.html |   165 +
 .../runtime/functionobjects/class-use/Modulus.html |   165 +
 .../functionobjects/class-use/Multiply.html        |   165 +
 .../functionobjects/class-use/Multiply2.html       |   165 +
 .../runtime/functionobjects/class-use/Not.html     |   165 +
 .../functionobjects/class-use/NotEquals.html       |   165 +
 .../class-use/OffsetColumnIndex.html               |   165 +
 .../runtime/functionobjects/class-use/Or.html      |   165 +
 ...ameterizedBuiltin.ParameterizedBuiltinCode.html |   200 +
 ...terizedBuiltin.ProbabilityDistributionCode.html |   200 +
 .../class-use/ParameterizedBuiltin.html            |   170 +
 .../runtime/functionobjects/class-use/Plus.html    |   165 +
 .../functionobjects/class-use/PlusMultiply.html    |   165 +
 .../runtime/functionobjects/class-use/Power.html   |   165 +
 .../runtime/functionobjects/class-use/Power2.html  |   165 +
 .../functionobjects/class-use/ReduceAll.html       |   165 +
 .../functionobjects/class-use/ReduceCol.html       |   165 +
 .../functionobjects/class-use/ReduceDiag.html      |   165 +
 .../functionobjects/class-use/ReduceRow.html       |   165 +
 .../functionobjects/class-use/RevIndex.html        |   165 +
 .../functionobjects/class-use/SortIndex.html       |   125 +
 .../functionobjects/class-use/SwapIndex.html       |   165 +
 ...aryValueFunction.ValueFunctionWithConstant.html |   169 +
 .../class-use/TernaryValueFunction.html            |   206 +
 .../class-use/ValueComparisonFunction.html         |   185 +
 .../functionobjects/class-use/ValueFunction.html   |   539 +
 .../runtime/functionobjects/class-use/Xor.html     |   165 +
 .../runtime/functionobjects/package-frame.html     |    82 +
 .../runtime/functionobjects/package-summary.html   |   417 +
 .../runtime/functionobjects/package-tree.html      |   226 +
 .../sysds/runtime/functionobjects/package-use.html |   439 +
 .../runtime/instructions/CPInstructionParser.html  |   335 +
 .../runtime/instructions/FEDInstructionParser.html |   335 +
 .../runtime/instructions/GPUInstructionParser.html |   299 +
 .../runtime/instructions/Instruction.IType.html    |   382 +
 .../sysds/runtime/instructions/Instruction.html    |   845 +
 .../runtime/instructions/InstructionParser.html    |   289 +
 .../runtime/instructions/InstructionUtils.html     |   921 +
 .../runtime/instructions/SPInstructionParser.html  |   335 +
 .../class-use/CPInstructionParser.html             |   125 +
 .../class-use/FEDInstructionParser.html            |   125 +
 .../class-use/GPUInstructionParser.html            |   125 +
 .../instructions/class-use/Instruction.IType.html  |   266 +
 .../instructions/class-use/Instruction.html        |  1752 +
 .../instructions/class-use/InstructionParser.html  |   177 +
 .../instructions/class-use/InstructionUtils.html   |   125 +
 .../class-use/SPInstructionParser.html             |   125 +
 .../cp/AggregateBinaryCPInstruction.html           |   364 +
 .../cp/AggregateTernaryCPInstruction.html          |   352 +
 .../cp/AggregateUnaryCPInstruction.AUType.html     |   431 +
 .../cp/AggregateUnaryCPInstruction.html            |   385 +
 .../cp/AppendCPInstruction.AppendType.html         |   370 +
 .../instructions/cp/AppendCPInstruction.html       |   356 +
 .../instructions/cp/BinaryCPInstruction.html       |   350 +
 .../cp/BinaryFrameFrameCPInstruction.html          |   351 +
 .../cp/BinaryFrameMatrixCPInstruction.html         |   351 +
 .../cp/BinaryFrameScalarCPInstruction.html         |   351 +
 .../cp/BinaryMatrixMatrixCPInstruction.html        |   351 +
 .../cp/BinaryMatrixScalarCPInstruction.html        |   351 +
 .../cp/BinaryScalarScalarCPInstruction.html        |   351 +
 .../cp/BinaryTensorTensorCPInstruction.html        |   351 +
 .../runtime/instructions/cp/BooleanObject.html     |   410 +
 .../instructions/cp/BuiltinNaryCPInstruction.html  |   377 +
 .../runtime/instructions/cp/CM_COV_Object.html     |   600 +
 .../instructions/cp/CPInstruction.CPType.html      |   730 +
 .../runtime/instructions/cp/CPInstruction.html     |   423 +
 .../sysds/runtime/instructions/cp/CPOperand.html   |   581 +
 .../cp/CentralMomentCPInstruction.html             |   376 +
 .../instructions/cp/CompressionCPInstruction.html  |   352 +
 .../instructions/cp/ComputationCPInstruction.html  |   433 +
 .../instructions/cp/CovarianceCPInstruction.html   |   364 +
 .../instructions/cp/CtableCPInstruction.html       |   379 +
 .../apache/sysds/runtime/instructions/cp/Data.html |   355 +
 .../instructions/cp/DataGenCPInstruction.html      |   579 +
 .../runtime/instructions/cp/DnnCPInstruction.html  |   615 +
 .../runtime/instructions/cp/DoubleObject.html      |   410 +
 .../instructions/cp/EvalNaryCPInstruction.html     |   365 +
 .../instructions/cp/FrameAppendCPInstruction.html  |   370 +
 .../cp/FrameIndexingCPInstruction.html             |   356 +
 .../instructions/cp/FunctionCallCPInstruction.html |   504 +
 .../instructions/cp/IndexingCPInstruction.html     |   338 +
 .../sysds/runtime/instructions/cp/IntObject.html   |   393 +
 .../sysds/runtime/instructions/cp/KahanObject.html |   490 +
 .../cp/ListAppendRemoveCPInstruction.html          |   370 +
 .../instructions/cp/ListIndexingCPInstruction.html |   383 +
 .../sysds/runtime/instructions/cp/ListObject.html  |   728 +
 .../instructions/cp/MMChainCPInstruction.html      |   370 +
 .../instructions/cp/MMTSJCPInstruction.html        |   370 +
 .../instructions/cp/MatrixAppendCPInstruction.html |   397 +
 .../cp/MatrixBuiltinNaryCPInstruction.html         |   358 +
 .../cp/MatrixIndexingCPInstruction.html            |   431 +
 .../cp/MultiReturnBuiltinCPInstruction.html        |   441 +
 ...ltiReturnParameterizedBuiltinCPInstruction.html |   428 +
 .../runtime/instructions/cp/PMMJCPInstruction.html |   352 +
 .../cp/ParameterizedBuiltinCPInstruction.html      |   435 +
 .../cp/ParamservBuiltinCPInstruction.html          |   393 +
 .../instructions/cp/QuantilePickCPInstruction.html |   364 +
 .../instructions/cp/QuantileSortCPInstruction.html |   362 +
 .../instructions/cp/QuaternaryCPInstruction.html   |   365 +
 .../instructions/cp/ReorgCPInstruction.html        |   357 +
 .../instructions/cp/ReshapeCPInstruction.html      |   384 +
 .../instructions/cp/ScalarAppendCPInstruction.html |   370 +
 .../cp/ScalarBuiltinNaryCPInstruction.html         |   362 +
 .../runtime/instructions/cp/ScalarObject.html      |   408 +
 .../instructions/cp/ScalarObjectFactory.html       |   416 +
 .../instructions/cp/SpoofCPInstruction.html        |   392 +
 .../runtime/instructions/cp/SqlCPInstruction.html  |   394 +
 .../instructions/cp/StringInitCPInstruction.html   |   415 +
 .../runtime/instructions/cp/StringObject.html      |   406 +
 .../instructions/cp/TernaryCPInstruction.html      |   352 +
 .../cp/UaggOuterChainCPInstruction.html            |   357 +
 .../instructions/cp/UnaryCPInstruction.html        |   333 +
 .../instructions/cp/UnaryFrameCPInstruction.html   |   351 +
 .../instructions/cp/UnaryMatrixCPInstruction.html  |   355 +
 .../instructions/cp/UnaryScalarCPInstruction.html  |   356 +
 ...ariableCPInstruction.VariableOperationCode.html |   502 +
 .../instructions/cp/VariableCPInstruction.html     |   829 +
 .../cp/class-use/AggregateBinaryCPInstruction.html |   165 +
 .../class-use/AggregateTernaryCPInstruction.html   |   165 +
 .../AggregateUnaryCPInstruction.AUType.html        |   198 +
 .../cp/class-use/AggregateUnaryCPInstruction.html  |   178 +
 .../class-use/AppendCPInstruction.AppendType.html  |   174 +
 .../cp/class-use/AppendCPInstruction.html          |   190 +
 .../cp/class-use/BinaryCPInstruction.html          |   257 +
 .../class-use/BinaryFrameFrameCPInstruction.html   |   125 +
 .../class-use/BinaryFrameMatrixCPInstruction.html  |   125 +
 .../class-use/BinaryFrameScalarCPInstruction.html  |   125 +
 .../class-use/BinaryMatrixMatrixCPInstruction.html |   125 +
 .../class-use/BinaryMatrixScalarCPInstruction.html |   125 +
 .../class-use/BinaryScalarScalarCPInstruction.html |   125 +
 .../class-use/BinaryTensorTensorCPInstruction.html |   125 +
 .../instructions/cp/class-use/BooleanObject.html   |   125 +
 .../cp/class-use/BuiltinNaryCPInstruction.html     |   215 +
 .../instructions/cp/class-use/CM_COV_Object.html   |   262 +
 .../cp/class-use/CPInstruction.CPType.html         |   231 +
 .../instructions/cp/class-use/CPInstruction.html   |   461 +
 .../instructions/cp/class-use/CPOperand.html       |  1178 +
 .../cp/class-use/CentralMomentCPInstruction.html   |   165 +
 .../cp/class-use/CompressionCPInstruction.html     |   165 +
 .../cp/class-use/ComputationCPInstruction.html     |   399 +
 .../cp/class-use/CovarianceCPInstruction.html      |   165 +
 .../cp/class-use/CtableCPInstruction.html          |   165 +
 .../runtime/instructions/cp/class-use/Data.html    |   931 +
 .../cp/class-use/DataGenCPInstruction.html         |   165 +
 .../cp/class-use/DnnCPInstruction.html             |   165 +
 .../instructions/cp/class-use/DoubleObject.html    |   189 +
 .../cp/class-use/EvalNaryCPInstruction.html        |   125 +
 .../cp/class-use/FrameAppendCPInstruction.html     |   125 +
 .../cp/class-use/FrameIndexingCPInstruction.html   |   125 +
 .../cp/class-use/FunctionCallCPInstruction.html    |   188 +
 .../cp/class-use/IndexingCPInstruction.html        |   210 +
 .../instructions/cp/class-use/IntObject.html       |   256 +
 .../instructions/cp/class-use/KahanObject.html     |   340 +
 .../class-use/ListAppendRemoveCPInstruction.html   |   125 +
 .../cp/class-use/ListIndexingCPInstruction.html    |   125 +
 .../instructions/cp/class-use/ListObject.html      |   463 +
 .../cp/class-use/MMChainCPInstruction.html         |   165 +
 .../cp/class-use/MMTSJCPInstruction.html           |   165 +
 .../cp/class-use/MatrixAppendCPInstruction.html    |   125 +
 .../class-use/MatrixBuiltinNaryCPInstruction.html  |   125 +
 .../cp/class-use/MatrixIndexingCPInstruction.html  |   125 +
 .../class-use/MultiReturnBuiltinCPInstruction.html |   165 +
 ...ltiReturnParameterizedBuiltinCPInstruction.html |   165 +
 .../cp/class-use/PMMJCPInstruction.html            |   165 +
 .../ParameterizedBuiltinCPInstruction.html         |   201 +
 .../class-use/ParamservBuiltinCPInstruction.html   |   125 +
 .../cp/class-use/QuantilePickCPInstruction.html    |   165 +
 .../cp/class-use/QuantileSortCPInstruction.html    |   165 +
 .../cp/class-use/QuaternaryCPInstruction.html      |   188 +
 .../cp/class-use/ReorgCPInstruction.html           |   165 +
 .../cp/class-use/ReshapeCPInstruction.html         |   165 +
 .../cp/class-use/ScalarAppendCPInstruction.html    |   125 +
 .../class-use/ScalarBuiltinNaryCPInstruction.html  |   125 +
 .../instructions/cp/class-use/ScalarObject.html    |   786 +
 .../cp/class-use/ScalarObjectFactory.html          |   125 +
 .../cp/class-use/SpoofCPInstruction.html           |   165 +
 .../cp/class-use/SqlCPInstruction.html             |   165 +
 .../cp/class-use/StringInitCPInstruction.html      |   165 +
 .../instructions/cp/class-use/StringObject.html    |   125 +
 .../cp/class-use/TernaryCPInstruction.html         |   165 +
 .../cp/class-use/UaggOuterChainCPInstruction.html  |   165 +
 .../cp/class-use/UnaryCPInstruction.html           |   295 +
 .../cp/class-use/UnaryFrameCPInstruction.html      |   125 +
 .../cp/class-use/UnaryMatrixCPInstruction.html     |   165 +
 .../cp/class-use/UnaryScalarCPInstruction.html     |   125 +
 ...ariableCPInstruction.VariableOperationCode.html |   178 +
 .../cp/class-use/VariableCPInstruction.html        |   188 +
 .../runtime/instructions/cp/package-frame.html     |    92 +
 .../runtime/instructions/cp/package-summary.html   |   440 +
 .../runtime/instructions/cp/package-tree.html      |   258 +
 .../sysds/runtime/instructions/cp/package-use.html |   889 +
 .../cpfile/MatrixIndexingCPFileInstruction.html    |   367 +
 .../class-use/MatrixIndexingCPFileInstruction.html |   165 +
 .../runtime/instructions/cpfile/package-frame.html |    20 +
 .../instructions/cpfile/package-summary.html       |   145 +
 .../runtime/instructions/cpfile/package-tree.html  |   158 +
 .../runtime/instructions/cpfile/package-use.html   |   160 +
 .../fed/AggregateBinaryFEDInstruction.html         |   401 +
 .../fed/AggregateUnaryFEDInstruction.html          |   357 +
 .../instructions/fed/AppendFEDInstruction.html     |   357 +
 .../instructions/fed/BinaryFEDInstruction.html     |   333 +
 .../fed/BinaryMatrixMatrixFEDInstruction.html      |   351 +
 .../fed/BinaryMatrixScalarFEDInstruction.html      |   351 +
 .../fed/ComputationFEDInstruction.html             |   407 +
 .../instructions/fed/FEDInstruction.FEDType.html   |   442 +
 .../runtime/instructions/fed/FEDInstruction.html   |   365 +
 .../instructions/fed/FEDInstructionUtils.html      |   289 +
 .../instructions/fed/InitFEDInstruction.html       |   458 +
 .../instructions/fed/MMChainFEDInstruction.html    |   418 +
 ...edBuiltinFEDInstruction.CreateFrameEncoder.html |   322 +
 ...dBuiltinFEDInstruction.ExecuteFrameEncoder.html |   322 +
 ...tiReturnParameterizedBuiltinFEDInstruction.html |   397 +
 ...eterizedBuiltinFEDInstruction.DecodeMatrix.html |   324 +
 .../fed/ParameterizedBuiltinFEDInstruction.html    |   415 +
 .../instructions/fed/ReorgFEDInstruction.html      |   397 +
 .../instructions/fed/TsmmFEDInstruction.html       |   401 +
 .../instructions/fed/UnaryFEDInstruction.html      |   293 +
 .../class-use/AggregateBinaryFEDInstruction.html   |   165 +
 .../class-use/AggregateUnaryFEDInstruction.html    |   165 +
 .../fed/class-use/AppendFEDInstruction.html        |   165 +
 .../fed/class-use/BinaryFEDInstruction.html        |   194 +
 .../BinaryMatrixMatrixFEDInstruction.html          |   125 +
 .../BinaryMatrixScalarFEDInstruction.html          |   125 +
 .../fed/class-use/ComputationFEDInstruction.html   |   209 +
 .../fed/class-use/FEDInstruction.FEDType.html      |   227 +
 .../instructions/fed/class-use/FEDInstruction.html |   244 +
 .../fed/class-use/FEDInstructionUtils.html         |   125 +
 .../fed/class-use/InitFEDInstruction.html          |   165 +
 .../fed/class-use/MMChainFEDInstruction.html       |   165 +
 ...edBuiltinFEDInstruction.CreateFrameEncoder.html |   125 +
 ...dBuiltinFEDInstruction.ExecuteFrameEncoder.html |   125 +
 ...tiReturnParameterizedBuiltinFEDInstruction.html |   165 +
 ...eterizedBuiltinFEDInstruction.DecodeMatrix.html |   125 +
 .../ParameterizedBuiltinFEDInstruction.html        |   165 +
 .../fed/class-use/ReorgFEDInstruction.html         |   165 +
 .../fed/class-use/TsmmFEDInstruction.html          |   165 +
 .../fed/class-use/UnaryFEDInstruction.html         |   173 +
 .../runtime/instructions/fed/package-frame.html    |    42 +
 .../runtime/instructions/fed/package-summary.html  |   230 +
 .../runtime/instructions/fed/package-tree.html     |   188 +
 .../runtime/instructions/fed/package-use.html      |   219 +
 .../gpu/AggregateBinaryGPUInstruction.html         |   329 +
 .../gpu/AggregateUnaryGPUInstruction.html          |   330 +
 .../gpu/ArithmeticBinaryGPUInstruction.html        |   310 +
 .../gpu/BuiltinBinaryGPUInstruction.html           |   310 +
 .../gpu/BuiltinUnaryGPUInstruction.html            |   323 +
 .../instructions/gpu/DnnGPUInstruction.html        |   640 +
 .../gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html    |   478 +
 .../runtime/instructions/gpu/GPUInstruction.html   |  1813 +
 .../instructions/gpu/MMTSJGPUInstruction.html      |   342 +
 .../gpu/MatrixAppendGPUInstruction.html            |   330 +
 .../gpu/MatrixBuiltinGPUInstruction.html           |   328 +
 .../gpu/MatrixIndexingGPUInstruction.html          |   329 +
 .../gpu/MatrixMatrixArithmeticGPUInstruction.html  |   328 +
 .../gpu/MatrixMatrixAxpyGPUInstruction.html        |   334 +
 .../gpu/MatrixMatrixBuiltinGPUInstruction.html     |   328 +
 ...MatrixMatrixRelationalBinaryGPUInstruction.html |   328 +
 .../gpu/MatrixReshapeGPUInstruction.html           |   329 +
 .../gpu/RelationalBinaryGPUInstruction.html        |   310 +
 .../instructions/gpu/ReorgGPUInstruction.html      |   329 +
 .../gpu/ScalarMatrixArithmeticGPUInstruction.html  |   328 +
 .../gpu/ScalarMatrixBuiltinGPUInstruction.html     |   328 +
 ...ScalarMatrixRelationalBinaryGPUInstruction.html |   328 +
 .../class-use/AggregateBinaryGPUInstruction.html   |   165 +
 .../class-use/AggregateUnaryGPUInstruction.html    |   165 +
 .../class-use/ArithmeticBinaryGPUInstruction.html  |   186 +
 .../gpu/class-use/BuiltinBinaryGPUInstruction.html |   182 +
 .../gpu/class-use/BuiltinUnaryGPUInstruction.html  |   178 +
 .../gpu/class-use/DnnGPUInstruction.html           |   165 +
 .../GPUInstruction.GPUINSTRUCTION_TYPE.html        |   214 +
 .../instructions/gpu/class-use/GPUInstruction.html |   272 +
 .../gpu/class-use/MMTSJGPUInstruction.html         |   165 +
 .../gpu/class-use/MatrixAppendGPUInstruction.html  |   165 +
 .../gpu/class-use/MatrixBuiltinGPUInstruction.html |   125 +
 .../class-use/MatrixIndexingGPUInstruction.html    |   165 +
 .../MatrixMatrixArithmeticGPUInstruction.html      |   125 +
 .../class-use/MatrixMatrixAxpyGPUInstruction.html  |   165 +
 .../MatrixMatrixBuiltinGPUInstruction.html         |   125 +
 ...MatrixMatrixRelationalBinaryGPUInstruction.html |   125 +
 .../gpu/class-use/MatrixReshapeGPUInstruction.html |   165 +
 .../class-use/RelationalBinaryGPUInstruction.html  |   182 +
 .../gpu/class-use/ReorgGPUInstruction.html         |   165 +
 .../ScalarMatrixArithmeticGPUInstruction.html      |   125 +
 .../ScalarMatrixBuiltinGPUInstruction.html         |   125 +
 ...ScalarMatrixRelationalBinaryGPUInstruction.html |   125 +
 .../instructions/gpu/context/CSRPointer.html       |   728 +
 .../gpu/context/CudaMemoryAllocator.html           |   363 +
 .../instructions/gpu/context/ExecutionConfig.html  |   568 +
 .../instructions/gpu/context/GPUContext.html       |   695 +
 .../instructions/gpu/context/GPUContextPool.html   |   450 +
 .../gpu/context/GPULazyCudaFreeMemoryManager.html  |   416 +
 .../gpu/context/GPUMatrixMemoryManager.html        |   238 +
 .../gpu/context/GPUMemoryAllocator.html            |   304 +
 ...emoryManager.EvictionPolicyBasedComparator.html |   295 +
 .../instructions/gpu/context/GPUMemoryManager.html |   456 +
 .../instructions/gpu/context/GPUObject.html        |   919 +
 .../instructions/gpu/context/JCudaKernels.html     |   265 +
 .../instructions/gpu/context/ShadowBuffer.html     |   372 +
 .../gpu/context/UnifiedMemoryAllocator.html        |   363 +
 .../gpu/context/class-use/CSRPointer.html          |   288 +
 .../gpu/context/class-use/CudaMemoryAllocator.html |   125 +
 .../gpu/context/class-use/ExecutionConfig.html     |   197 +
 .../gpu/context/class-use/GPUContext.html          |  1271 +
 .../gpu/context/class-use/GPUContextPool.html      |   125 +
 .../class-use/GPULazyCudaFreeMemoryManager.html    |   165 +
 .../context/class-use/GPUMatrixMemoryManager.html  |   165 +
 .../gpu/context/class-use/GPUMemoryAllocator.html  |   169 +
 ...emoryManager.EvictionPolicyBasedComparator.html |   125 +
 .../gpu/context/class-use/GPUMemoryManager.html    |   179 +
 .../gpu/context/class-use/GPUObject.html           |   234 +
 .../gpu/context/class-use/JCudaKernels.html        |   189 +
 .../gpu/context/class-use/ShadowBuffer.html        |   125 +
 .../context/class-use/UnifiedMemoryAllocator.html  |   125 +
 .../instructions/gpu/context/package-frame.html    |    36 +
 .../instructions/gpu/context/package-summary.html  |   221 +
 .../instructions/gpu/context/package-tree.html     |   154 +
 .../instructions/gpu/context/package-use.html      |   266 +
 .../runtime/instructions/gpu/package-frame.html    |    44 +
 .../runtime/instructions/gpu/package-summary.html  |   242 +
 .../runtime/instructions/gpu/package-tree.html     |   189 +
 .../runtime/instructions/gpu/package-use.html      |   226 +
 .../sysds/runtime/instructions/package-frame.html  |    30 +
 .../runtime/instructions/package-summary.html      |   182 +
 .../sysds/runtime/instructions/package-tree.html   |   159 +
 .../sysds/runtime/instructions/package-use.html    |   480 +
 .../spark/AggregateTernarySPInstruction.html       |   352 +
 ...gregateUnarySPInstruction.RDDUAggFunction2.html |   295 +
 ...eUnarySPInstruction.RDDUTensorAggFunction2.html |   293 +
 .../spark/AggregateUnarySPInstruction.html         |   380 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   294 +
 .../spark/AppendGAlignedSPInstruction.html         |   368 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   296 +
 .../spark/AppendGSPInstruction.ShiftMatrix.html    |   296 +
 .../instructions/spark/AppendGSPInstruction.html   |   372 +
 .../instructions/spark/AppendMSPInstruction.html   |   338 +
 .../instructions/spark/AppendRSPInstruction.html   |   338 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   294 +
 .../spark/BinUaggChainSPInstruction.html           |   368 +
 .../spark/BinaryFrameFrameSPInstruction.html       |   351 +
 .../spark/BinaryFrameMatrixSPInstruction.html      |   351 +
 .../spark/BinaryFrameScalarSPInstruction.html      |   351 +
 .../spark/BinaryMatrixBVectorSPInstruction.html    |   351 +
 .../spark/BinaryMatrixMatrixSPInstruction.html     |   351 +
 .../spark/BinaryMatrixScalarSPInstruction.html     |   351 +
 .../instructions/spark/BinarySPInstruction.html    |   333 +
 .../BinaryTensorTensorBroadcastSPInstruction.html  |   351 +
 .../spark/BinaryTensorTensorSPInstruction.html     |   351 +
 ...BuiltinNarySPInstruction.PadBlocksFunction.html |   292 +
 .../spark/BuiltinNarySPInstruction.html            |   370 +
 .../spark/CSVReblockSPInstruction.html             |   357 +
 .../instructions/spark/CastSPInstruction.html      |   357 +
 .../spark/CentralMomentSPInstruction.html          |   357 +
 .../spark/CheckpointSPInstruction.html             |   357 +
 ...mpressionSPInstruction.CompressionFunction.html |   292 +
 .../spark/CompressionSPInstruction.html            |   368 +
 .../spark/ComputationSPInstruction.html            |   407 +
 .../spark/CovarianceSPInstruction.html             |   357 +
 .../instructions/spark/CpmmSPInstruction.html      |   363 +
 .../CtableSPInstruction.MapJoinSignature1.html     |   292 +
 .../CtableSPInstruction.MapJoinSignature2.html     |   292 +
 .../CtableSPInstruction.MapJoinSignature3.html     |   292 +
 .../instructions/spark/CtableSPInstruction.html    |   371 +
 .../spark/CumulativeAggregateSPInstruction.html    |   369 +
 .../spark/CumulativeOffsetSPInstruction.html       |   357 +
 .../instructions/spark/DnnSPInstruction.html       |   357 +
 .../spark/FrameAppendMSPInstruction.html           |   356 +
 .../spark/FrameAppendRSPInstruction.html           |   356 +
 .../spark/FrameIndexingSPInstruction.html          |   357 +
 .../instructions/spark/IndexingSPInstruction.html  |   339 +
 .../spark/MapmmChainSPInstruction.html             |   322 +
 .../instructions/spark/MapmmSPInstruction.html     |   357 +
 .../spark/MatrixAppendMSPInstruction.html          |   356 +
 .../spark/MatrixAppendRSPInstruction.html          |   356 +
 .../spark/MatrixIndexingSPInstruction.html         |   467 +
 .../spark/MatrixReshapeSPInstruction.html          |   357 +
 ...PInstruction.TransformEncodeBuild2Function.html |   292 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   296 +
 ...PInstruction.TransformEncodeGroup2Function.html |   292 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   297 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   382 +
 .../instructions/spark/PMapmmSPInstruction.html    |   359 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   294 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   298 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   297 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   300 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   296 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   298 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   291 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   294 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   294 +
 ...struction.RDDTransformDecodeExpandFunction.html |   294 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   294 +
 .../spark/ParameterizedBuiltinSPInstruction.html   |   448 +
 .../instructions/spark/PmmSPInstruction.html       |   357 +
 .../spark/QuantilePickSPInstruction.html           |   357 +
 .../spark/QuantileSortSPInstruction.html           |   362 +
 .../spark/QuaternarySPInstruction.html             |   352 +
 .../instructions/spark/RandSPInstruction.html      |   514 +
 .../instructions/spark/ReblockSPInstruction.html   |   357 +
 .../instructions/spark/ReorgSPInstruction.html     |   357 +
 .../instructions/spark/RmmSPInstruction.html       |   357 +
 .../instructions/spark/SPInstruction.SPType.html   |   850 +
 .../runtime/instructions/spark/SPInstruction.html  |   421 +
 ...SPInstruction.ReplicateRightFactorFunction.html |   294 +
 .../instructions/spark/SpoofSPInstruction.html     |   346 +
 .../instructions/spark/TernarySPInstruction.html   |   352 +
 .../instructions/spark/Tsmm2SPInstruction.html     |   357 +
 .../instructions/spark/TsmmSPInstruction.html      |   357 +
 .../spark/UaggOuterChainSPInstruction.html         |   360 +
 .../spark/UnaryFrameSPInstruction.html             |   370 +
 .../spark/UnaryMatrixSPInstruction.html            |   357 +
 .../instructions/spark/UnarySPInstruction.html     |   293 +
 .../instructions/spark/WriteSPInstruction.html     |   439 +
 .../instructions/spark/ZipmmSPInstruction.html     |   357 +
 .../class-use/AggregateTernarySPInstruction.html   |   165 +
 ...gregateUnarySPInstruction.RDDUAggFunction2.html |   125 +
 ...eUnarySPInstruction.RDDUTensorAggFunction2.html |   125 +
 .../class-use/AggregateUnarySPInstruction.html     |   178 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   125 +
 .../class-use/AppendGAlignedSPInstruction.html     |   165 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   125 +
 .../AppendGSPInstruction.ShiftMatrix.html          |   125 +
 .../spark/class-use/AppendGSPInstruction.html      |   165 +
 .../spark/class-use/AppendMSPInstruction.html      |   182 +
 .../spark/class-use/AppendRSPInstruction.html      |   182 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   125 +
 .../spark/class-use/BinUaggChainSPInstruction.html |   165 +
 .../class-use/BinaryFrameFrameSPInstruction.html   |   125 +
 .../class-use/BinaryFrameMatrixSPInstruction.html  |   125 +
 .../class-use/BinaryFrameScalarSPInstruction.html  |   125 +
 .../BinaryMatrixBVectorSPInstruction.html          |   125 +
 .../class-use/BinaryMatrixMatrixSPInstruction.html |   125 +
 .../class-use/BinaryMatrixScalarSPInstruction.html |   125 +
 .../spark/class-use/BinarySPInstruction.html       |   286 +
 .../BinaryTensorTensorBroadcastSPInstruction.html  |   125 +
 .../class-use/BinaryTensorTensorSPInstruction.html |   125 +
 ...BuiltinNarySPInstruction.PadBlocksFunction.html |   125 +
 .../spark/class-use/BuiltinNarySPInstruction.html  |   165 +
 .../spark/class-use/CSVReblockSPInstruction.html   |   165 +
 .../spark/class-use/CastSPInstruction.html         |   165 +
 .../class-use/CentralMomentSPInstruction.html      |   165 +
 .../spark/class-use/CheckpointSPInstruction.html   |   165 +
 ...mpressionSPInstruction.CompressionFunction.html |   125 +
 .../spark/class-use/CompressionSPInstruction.html  |   165 +
 .../spark/class-use/ComputationSPInstruction.html  |   397 +
 .../spark/class-use/CovarianceSPInstruction.html   |   165 +
 .../spark/class-use/CpmmSPInstruction.html         |   165 +
 .../CtableSPInstruction.MapJoinSignature1.html     |   125 +
 .../CtableSPInstruction.MapJoinSignature2.html     |   125 +
 .../CtableSPInstruction.MapJoinSignature3.html     |   125 +
 .../spark/class-use/CtableSPInstruction.html       |   165 +
 .../CumulativeAggregateSPInstruction.html          |   165 +
 .../class-use/CumulativeOffsetSPInstruction.html   |   165 +
 .../spark/class-use/DnnSPInstruction.html          |   165 +
 .../spark/class-use/FrameAppendMSPInstruction.html |   125 +
 .../spark/class-use/FrameAppendRSPInstruction.html |   125 +
 .../class-use/FrameIndexingSPInstruction.html      |   125 +
 .../spark/class-use/IndexingSPInstruction.html     |   186 +
 .../spark/class-use/MapmmChainSPInstruction.html   |   165 +
 .../spark/class-use/MapmmSPInstruction.html        |   165 +
 .../class-use/MatrixAppendMSPInstruction.html      |   125 +
 .../class-use/MatrixAppendRSPInstruction.html      |   125 +
 .../class-use/MatrixIndexingSPInstruction.html     |   125 +
 .../class-use/MatrixReshapeSPInstruction.html      |   165 +
 ...PInstruction.TransformEncodeBuild2Function.html |   125 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   125 +
 ...PInstruction.TransformEncodeGroup2Function.html |   125 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   125 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   165 +
 .../spark/class-use/PMapmmSPInstruction.html       |   165 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   125 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   125 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   125 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   125 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   125 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   125 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   125 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   125 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   125 +
 ...struction.RDDTransformDecodeExpandFunction.html |   125 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   125 +
 .../ParameterizedBuiltinSPInstruction.html         |   165 +
 .../spark/class-use/PmmSPInstruction.html          |   165 +
 .../spark/class-use/QuantilePickSPInstruction.html |   165 +
 .../spark/class-use/QuantileSortSPInstruction.html |   165 +
 .../spark/class-use/QuaternarySPInstruction.html   |   165 +
 .../spark/class-use/RandSPInstruction.html         |   165 +
 .../spark/class-use/ReblockSPInstruction.html      |   165 +
 .../spark/class-use/ReorgSPInstruction.html        |   165 +
 .../spark/class-use/RmmSPInstruction.html          |   165 +
 .../spark/class-use/SPInstruction.SPType.html      |   231 +
 .../spark/class-use/SPInstruction.html             |   444 +
 ...SPInstruction.ReplicateRightFactorFunction.html |   125 +
 .../spark/class-use/SpoofSPInstruction.html        |   165 +
 .../spark/class-use/TernarySPInstruction.html      |   165 +
 .../spark/class-use/Tsmm2SPInstruction.html        |   165 +
 .../spark/class-use/TsmmSPInstruction.html         |   165 +
 .../class-use/UaggOuterChainSPInstruction.html     |   165 +
 .../spark/class-use/UnaryFrameSPInstruction.html   |   165 +
 .../spark/class-use/UnaryMatrixSPInstruction.html  |   125 +
 .../spark/class-use/UnarySPInstruction.html        |   266 +
 .../spark/class-use/WriteSPInstruction.html        |   165 +
 .../spark/class-use/ZipmmSPInstruction.html        |   165 +
 .../instructions/spark/data/BlockPartitioner.html  |   354 +
 .../instructions/spark/data/BroadcastObject.html   |   379 +
 .../instructions/spark/data/CorrMatrixBlock.html   |   389 +
 .../instructions/spark/data/DatasetObject.html     |   326 +
 .../spark/data/FrameReblockBuffer.html             |   366 +
 .../spark/data/IndexedMatrixValue.html             |   364 +
 .../spark/data/LazyIterableIterator.html           |   350 +
 .../instructions/spark/data/LineageObject.html     |   320 +
 .../instructions/spark/data/PartitionedBlock.html  |   568 +
 .../spark/data/PartitionedBroadcast.html           |   482 +
 .../runtime/instructions/spark/data/RDDObject.html |   464 +
 .../instructions/spark/data/ReblockBuffer.html     |   366 +
 .../instructions/spark/data/RowMatrixBlock.html    |   377 +
 .../instructions/spark/data/SerLongWritable.html   |   276 +
 .../runtime/instructions/spark/data/SerText.html   |   310 +
 .../spark/data/class-use/BlockPartitioner.html     |   125 +
 .../spark/data/class-use/BroadcastObject.html      |   178 +
 .../spark/data/class-use/CorrMatrixBlock.html      |   166 +
 .../spark/data/class-use/DatasetObject.html        |   125 +
 .../spark/data/class-use/FrameReblockBuffer.html   |   125 +
 .../spark/data/class-use/IndexedMatrixValue.html   |   579 +
 .../spark/data/class-use/LazyIterableIterator.html |   177 +
 .../spark/data/class-use/LineageObject.html        |   199 +
 .../spark/data/class-use/PartitionedBlock.html     |   192 +
 .../spark/data/class-use/PartitionedBroadcast.html |   288 +
 .../spark/data/class-use/RDDObject.html            |   232 +
 .../spark/data/class-use/ReblockBuffer.html        |   125 +
 .../spark/data/class-use/RowMatrixBlock.html       |   167 +
 .../spark/data/class-use/SerLongWritable.html      |   125 +
 .../instructions/spark/data/class-use/SerText.html |   125 +
 .../instructions/spark/data/package-frame.html     |    34 +
 .../instructions/spark/data/package-summary.html   |   218 +
 .../instructions/spark/data/package-tree.html      |   171 +
 .../instructions/spark/data/package-use.html       |   376 +
 .../functions/AggregateDropCorrectionFunction.html |   288 +
 .../functions/ComputeBinaryBlockNnzFunction.html   |   285 +
 .../functions/ConvertFrameBlockToIJVLines.html     |   288 +
 .../functions/ConvertMatrixBlockToIJVLines.html    |   285 +
 .../functions/ConvertStringToLongTextPair.html     |   285 +
 .../spark/functions/CopyBinaryCellFunction.html    |   288 +
 .../spark/functions/CopyFrameBlockFunction.html    |   302 +
 .../functions/CopyFrameBlockPairFunction.html      |   303 +
 .../spark/functions/CopyMatrixBlockFunction.html   |   302 +
 .../functions/CopyMatrixBlockPairFunction.html     |   303 +
 .../spark/functions/CopyTensorBlockFunction.html   |   302 +
 .../functions/CopyTensorBlockPairFunction.html     |   303 +
 .../spark/functions/CopyTextInputFunction.html     |   288 +
 .../spark/functions/CreateSparseBlockFunction.html |   291 +
 .../functions/ExtractBlockForBinaryReblock.html    |   290 +
 .../ExtractGroup.ExtractGroupBroadcast.html        |   318 +
 .../functions/ExtractGroup.ExtractGroupJoin.html   |   316 +
 .../instructions/spark/functions/ExtractGroup.html |   278 +
 .../spark/functions/ExtractGroupNWeights.html      |   288 +
 .../functions/FilterDiagMatrixBlocksFunction.html  |   288 +
 .../functions/FilterNonEmptyBlocksFunction.html    |   288 +
 .../functions/FilterNonEmptyBlocksFunction2.html   |   288 +
 .../spark/functions/GetMIMBFromRow.html            |   288 +
 .../spark/functions/IsBlockInList.html             |   290 +
 .../spark/functions/IsBlockInRange.html            |   296 +
 .../spark/functions/IsFrameBlockInRange.html       |   292 +
 .../spark/functions/MapInputSignature.html         |   288 +
 .../spark/functions/MapJoinSignature.html          |   288 +
 .../functions/MatrixMatrixBinaryOpFunction.html    |   288 +
 .../spark/functions/MatrixScalarUnaryFunction.html |   288 +
 .../MatrixVectorBinaryOpPartitionFunction.html     |   292 +
 .../functions/OuterVectorBinaryOpFunction.html     |   290 +
 .../functions/PerformGroupByAggInCombiner.html     |   290 +
 .../functions/PerformGroupByAggInReducer.html      |   288 +
 .../spark/functions/ReblockTensorFunction.html     |   290 +
 .../spark/functions/RecomputeNnzFunction.html      |   288 +
 .../spark/functions/ReorgMapFunction.html          |   288 +
 .../spark/functions/ReplicateBlockFunction.html    |   310 +
 .../spark/functions/ReplicateTensorFunction.html   |   290 +
 .../spark/functions/ReplicateVectorFunction.html   |   290 +
 .../functions/TensorTensorBinaryOpFunction.html    |   288 +
 .../TensorTensorBinaryOpPartitionFunction.html     |   292 +
 .../class-use/AggregateDropCorrectionFunction.html |   125 +
 .../class-use/ComputeBinaryBlockNnzFunction.html   |   125 +
 .../class-use/ConvertFrameBlockToIJVLines.html     |   125 +
 .../class-use/ConvertMatrixBlockToIJVLines.html    |   125 +
 .../class-use/ConvertStringToLongTextPair.html     |   125 +
 .../class-use/CopyBinaryCellFunction.html          |   125 +
 .../class-use/CopyFrameBlockFunction.html          |   125 +
 .../class-use/CopyFrameBlockPairFunction.html      |   125 +
 .../class-use/CopyMatrixBlockFunction.html         |   125 +
 .../class-use/CopyMatrixBlockPairFunction.html     |   125 +
 .../class-use/CopyTensorBlockFunction.html         |   125 +
 .../class-use/CopyTensorBlockPairFunction.html     |   125 +
 .../functions/class-use/CopyTextInputFunction.html |   125 +
 .../class-use/CreateSparseBlockFunction.html       |   125 +
 .../class-use/ExtractBlockForBinaryReblock.html    |   125 +
 .../ExtractGroup.ExtractGroupBroadcast.html        |   125 +
 .../class-use/ExtractGroup.ExtractGroupJoin.html   |   125 +
 .../spark/functions/class-use/ExtractGroup.html    |   169 +
 .../functions/class-use/ExtractGroupNWeights.html  |   125 +
 .../class-use/FilterDiagMatrixBlocksFunction.html  |   125 +
 .../class-use/FilterNonEmptyBlocksFunction.html    |   125 +
 .../class-use/FilterNonEmptyBlocksFunction2.html   |   125 +
 .../spark/functions/class-use/GetMIMBFromRow.html  |   125 +
 .../spark/functions/class-use/IsBlockInList.html   |   125 +
 .../spark/functions/class-use/IsBlockInRange.html  |   125 +
 .../functions/class-use/IsFrameBlockInRange.html   |   125 +
 .../functions/class-use/MapInputSignature.html     |   125 +
 .../functions/class-use/MapJoinSignature.html      |   125 +
 .../class-use/MatrixMatrixBinaryOpFunction.html    |   125 +
 .../class-use/MatrixScalarUnaryFunction.html       |   125 +
 .../MatrixVectorBinaryOpPartitionFunction.html     |   125 +
 .../class-use/OuterVectorBinaryOpFunction.html     |   125 +
 .../class-use/PerformGroupByAggInCombiner.html     |   125 +
 .../class-use/PerformGroupByAggInReducer.html      |   125 +
 .../functions/class-use/ReblockTensorFunction.html |   125 +
 .../functions/class-use/RecomputeNnzFunction.html  |   125 +
 .../functions/class-use/ReorgMapFunction.html      |   125 +
 .../class-use/ReplicateBlockFunction.html          |   125 +
 .../class-use/ReplicateTensorFunction.html         |   125 +
 .../class-use/ReplicateVectorFunction.html         |   125 +
 .../class-use/TensorTensorBinaryOpFunction.html    |   125 +
 .../TensorTensorBinaryOpPartitionFunction.html     |   125 +
 .../spark/functions/package-frame.html             |    61 +
 .../spark/functions/package-summary.html           |   321 +
 .../instructions/spark/functions/package-tree.html |   182 +
 .../instructions/spark/functions/package-use.html  |   158 +
 .../runtime/instructions/spark/package-frame.html  |   111 +
 .../instructions/spark/package-summary.html        |   535 +
 .../runtime/instructions/spark/package-tree.html   |   265 +
 .../runtime/instructions/spark/package-use.html    |   330 +
 .../spark/utils/FrameRDDAggregateUtils.html        |   272 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   292 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   292 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   292 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   292 +
 .../spark/utils/FrameRDDConverterUtils.html        |   651 +
 .../spark/utils/RDDAggregateUtils.html             |   635 +
 ...erterUtils.BinaryCellToBinaryBlockFunction.html |   292 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   292 +
 .../spark/utils/RDDConverterUtils.html             |   588 +
 .../spark/utils/RDDConverterUtilsExt.AddRowID.html |   292 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   346 +
 .../spark/utils/RDDConverterUtilsExt.html          |   508 +
 .../spark/utils/RDDSortUtils.IndexComparator.html  |   298 +
 .../spark/utils/RDDSortUtils.IndexComparator2.html |   298 +
 .../instructions/spark/utils/RDDSortUtils.html     |   489 +
 .../instructions/spark/utils/SparkUtils.html       |   708 +
 .../utils/class-use/FrameRDDAggregateUtils.html    |   125 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   125 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   125 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   125 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   125 +
 .../utils/class-use/FrameRDDConverterUtils.html    |   125 +
 .../spark/utils/class-use/RDDAggregateUtils.html   |   125 +
 ...erterUtils.BinaryCellToBinaryBlockFunction.html |   125 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   125 +
 .../spark/utils/class-use/RDDConverterUtils.html   |   125 +
 .../class-use/RDDConverterUtilsExt.AddRowID.html   |   125 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   174 +
 .../utils/class-use/RDDConverterUtilsExt.html      |   125 +
 .../class-use/RDDSortUtils.IndexComparator.html    |   125 +
 .../class-use/RDDSortUtils.IndexComparator2.html   |   125 +
 .../spark/utils/class-use/RDDSortUtils.html        |   125 +
 .../spark/utils/class-use/SparkUtils.html          |   125 +
 .../instructions/spark/utils/package-frame.html    |    39 +
 .../instructions/spark/utils/package-summary.html  |   222 +
 .../instructions/spark/utils/package-tree.html     |   165 +
 .../instructions/spark/utils/package-use.html      |   158 +
 ...BlockSerialization.MatrixBlockDeserializer.html |   328 +
 ...ryBlockSerialization.MatrixBlockSerializer.html |   328 +
 .../sysds/runtime/io/BinaryBlockSerialization.html |   340 +
 .../sysds/runtime/io/FileFormatProperties.html     |   289 +
 .../sysds/runtime/io/FileFormatPropertiesCSV.html  |   489 +
 .../runtime/io/FileFormatPropertiesMM.MMField.html |   387 +
 .../io/FileFormatPropertiesMM.MMFormat.html        |   363 +
 .../io/FileFormatPropertiesMM.MMSymmetry.html      |   375 +
 .../sysds/runtime/io/FileFormatPropertiesMM.html   |   414 +
 .../org/apache/sysds/runtime/io/FrameReader.html   |   458 +
 .../sysds/runtime/io/FrameReaderBinaryBlock.html   |   361 +
 .../runtime/io/FrameReaderBinaryBlockParallel.html |   263 +
 .../sysds/runtime/io/FrameReaderFactory.html       |   287 +
 .../apache/sysds/runtime/io/FrameReaderJSONL.html  |   293 +
 .../sysds/runtime/io/FrameReaderJSONLParallel.html |   250 +
 .../apache/sysds/runtime/io/FrameReaderProto.html  |   324 +
 .../sysds/runtime/io/FrameReaderTextCSV.html       |   336 +
 .../runtime/io/FrameReaderTextCSVParallel.html     |   263 +
 .../sysds/runtime/io/FrameReaderTextCell.html      |   336 +
 .../io/FrameReaderTextCellParallel.ReadTask.html   |   294 +
 .../runtime/io/FrameReaderTextCellParallel.html    |   282 +
 .../org/apache/sysds/runtime/io/FrameWriter.html   |   323 +
 .../sysds/runtime/io/FrameWriterBinaryBlock.html   |   304 +
 .../runtime/io/FrameWriterBinaryBlockParallel.html |   263 +
 .../sysds/runtime/io/FrameWriterFactory.html       |   287 +
 .../apache/sysds/runtime/io/FrameWriterJSONL.html  |   293 +
 .../sysds/runtime/io/FrameWriterJSONLParallel.html |   250 +
 .../apache/sysds/runtime/io/FrameWriterProto.html  |   297 +
 .../sysds/runtime/io/FrameWriterTextCSV.html       |   344 +
 .../runtime/io/FrameWriterTextCSVParallel.html     |   278 +
 .../sysds/runtime/io/FrameWriterTextCell.html      |   304 +
 .../runtime/io/FrameWriterTextCellParallel.html    |   263 +
 .../runtime/io/IOUtilFunctions.CountRowsTask.html  |   310 +
 .../apache/sysds/runtime/io/IOUtilFunctions.html   |  1051 +
 .../apache/sysds/runtime/io/InputOutputInfo.html   |   468 +
 .../org/apache/sysds/runtime/io/MatrixReader.html  |   323 +
 .../sysds/runtime/io/MatrixReaderFactory.html      |   285 +
 .../org/apache/sysds/runtime/io/MatrixWriter.html  |   397 +
 .../sysds/runtime/io/MatrixWriterFactory.html      |   289 +
 .../apache/sysds/runtime/io/ReadProperties.html    |   365 +
 .../apache/sysds/runtime/io/ReaderBinaryBlock.html |   367 +
 .../runtime/io/ReaderBinaryBlockParallel.html      |   306 +
 .../org/apache/sysds/runtime/io/ReaderTextCSV.html |   324 +
 .../sysds/runtime/io/ReaderTextCSVParallel.html    |   332 +
 .../apache/sysds/runtime/io/ReaderTextCell.html    |   342 +
 .../io/ReaderTextCellParallel.CellBuffer.html      |   361 +
 .../io/ReaderTextCellParallel.CountNnzTask.html    |   296 +
 .../io/ReaderTextCellParallel.ReadTask.html        |   302 +
 .../sysds/runtime/io/ReaderTextCellParallel.html   |   300 +
 .../apache/sysds/runtime/io/ReaderTextLIBSVM.html  |   324 +
 .../sysds/runtime/io/ReaderTextLIBSVMParallel.html |   324 +
 .../org/apache/sysds/runtime/io/TensorReader.html  |   289 +
 .../sysds/runtime/io/TensorReaderBinaryBlock.html  |   296 +
 .../io/TensorReaderBinaryBlockParallel.html        |   255 +
 .../sysds/runtime/io/TensorReaderFactory.html      |   272 +
 .../sysds/runtime/io/TensorReaderTextCell.html     |   296 +
 .../runtime/io/TensorReaderTextCellParallel.html   |   255 +
 .../org/apache/sysds/runtime/io/TensorWriter.html  |   285 +
 .../sysds/runtime/io/TensorWriterBinaryBlock.html  |   292 +
 ...sorWriterBinaryBlockParallel.WriteFileTask.html |   300 +
 .../io/TensorWriterBinaryBlockParallel.html        |   274 +
 .../sysds/runtime/io/TensorWriterFactory.html      |   272 +
 .../sysds/runtime/io/TensorWriterTextCell.html     |   292 +
 .../runtime/io/TensorWriterTextCellParallel.html   |   255 +
 .../apache/sysds/runtime/io/WriterBinaryBlock.html |   346 +
 .../runtime/io/WriterBinaryBlockParallel.html      |   262 +
 .../sysds/runtime/io/WriterMatrixMarket.html       |   372 +
 .../runtime/io/WriterMatrixMarketParallel.html     |   262 +
 .../org/apache/sysds/runtime/io/WriterTextCSV.html |   410 +
 .../sysds/runtime/io/WriterTextCSVParallel.html    |   277 +
 .../apache/sysds/runtime/io/WriterTextCell.html    |   346 +
 .../sysds/runtime/io/WriterTextCellParallel.html   |   262 +
 .../apache/sysds/runtime/io/WriterTextLIBSVM.html  |   346 +
 .../sysds/runtime/io/WriterTextLIBSVMParallel.html |   262 +
 ...BlockSerialization.MatrixBlockDeserializer.html |   125 +
 ...ryBlockSerialization.MatrixBlockSerializer.html |   125 +
 .../io/class-use/BinaryBlockSerialization.html     |   125 +
 .../runtime/io/class-use/FileFormatProperties.html |   418 +
 .../io/class-use/FileFormatPropertiesCSV.html      |   216 +
 .../class-use/FileFormatPropertiesMM.MMField.html  |   191 +
 .../class-use/FileFormatPropertiesMM.MMFormat.html |   191 +
 .../FileFormatPropertiesMM.MMSymmetry.html         |   191 +
 .../io/class-use/FileFormatPropertiesMM.html       |   213 +
 .../sysds/runtime/io/class-use/FrameReader.html    |   219 +
 .../io/class-use/FrameReaderBinaryBlock.html       |   167 +
 .../class-use/FrameReaderBinaryBlockParallel.html  |   125 +
 .../runtime/io/class-use/FrameReaderFactory.html   |   125 +
 .../runtime/io/class-use/FrameReaderJSONL.html     |   165 +
 .../io/class-use/FrameReaderJSONLParallel.html     |   125 +
 .../runtime/io/class-use/FrameReaderProto.html     |   125 +
 .../runtime/io/class-use/FrameReaderTextCSV.html   |   167 +
 .../io/class-use/FrameReaderTextCSVParallel.html   |   125 +
 .../runtime/io/class-use/FrameReaderTextCell.html  |   167 +
 .../FrameReaderTextCellParallel.ReadTask.html      |   125 +
 .../io/class-use/FrameReaderTextCellParallel.html  |   125 +
 .../sysds/runtime/io/class-use/FrameWriter.html    |   219 +
 .../io/class-use/FrameWriterBinaryBlock.html       |   167 +
 .../class-use/FrameWriterBinaryBlockParallel.html  |   125 +
 .../runtime/io/class-use/FrameWriterFactory.html   |   125 +
 .../runtime/io/class-use/FrameWriterJSONL.html     |   165 +
 .../io/class-use/FrameWriterJSONLParallel.html     |   125 +
 .../runtime/io/class-use/FrameWriterProto.html     |   125 +
 .../runtime/io/class-use/FrameWriterTextCSV.html   |   167 +
 .../io/class-use/FrameWriterTextCSVParallel.html   |   125 +
 .../runtime/io/class-use/FrameWriterTextCell.html  |   167 +
 .../io/class-use/FrameWriterTextCellParallel.html  |   125 +
 .../class-use/IOUtilFunctions.CountRowsTask.html   |   125 +
 .../runtime/io/class-use/IOUtilFunctions.html      |   125 +
 .../runtime/io/class-use/InputOutputInfo.html      |   203 +
 .../sysds/runtime/io/class-use/MatrixReader.html   |   214 +
 .../runtime/io/class-use/MatrixReaderFactory.html  |   125 +
 .../sysds/runtime/io/class-use/MatrixWriter.html   |   220 +
 .../runtime/io/class-use/MatrixWriterFactory.html  |   125 +
 .../sysds/runtime/io/class-use/ReadProperties.html |   190 +
 .../runtime/io/class-use/ReaderBinaryBlock.html    |   165 +
 .../io/class-use/ReaderBinaryBlockParallel.html    |   125 +
 .../sysds/runtime/io/class-use/ReaderTextCSV.html  |   125 +
 .../io/class-use/ReaderTextCSVParallel.html        |   125 +
 .../sysds/runtime/io/class-use/ReaderTextCell.html |   167 +
 .../ReaderTextCellParallel.CellBuffer.html         |   125 +
 .../ReaderTextCellParallel.CountNnzTask.html       |   125 +
 .../class-use/ReaderTextCellParallel.ReadTask.html |   125 +
 .../io/class-use/ReaderTextCellParallel.html       |   125 +
 .../runtime/io/class-use/ReaderTextLIBSVM.html     |   125 +
 .../io/class-use/ReaderTextLIBSVMParallel.html     |   125 +
 .../sysds/runtime/io/class-use/TensorReader.html   |   190 +
 .../io/class-use/TensorReaderBinaryBlock.html      |   165 +
 .../class-use/TensorReaderBinaryBlockParallel.html |   125 +
 .../runtime/io/class-use/TensorReaderFactory.html  |   125 +
 .../runtime/io/class-use/TensorReaderTextCell.html |   165 +
 .../io/class-use/TensorReaderTextCellParallel.html |   125 +
 .../sysds/runtime/io/class-use/TensorWriter.html   |   190 +
 .../io/class-use/TensorWriterBinaryBlock.html      |   165 +
 ...sorWriterBinaryBlockParallel.WriteFileTask.html |   125 +
 .../class-use/TensorWriterBinaryBlockParallel.html |   125 +
 .../runtime/io/class-use/TensorWriterFactory.html  |   125 +
 .../runtime/io/class-use/TensorWriterTextCell.html |   165 +
 .../io/class-use/TensorWriterTextCellParallel.html |   125 +
 .../runtime/io/class-use/WriterBinaryBlock.html    |   165 +
 .../io/class-use/WriterBinaryBlockParallel.html    |   125 +
 .../runtime/io/class-use/WriterMatrixMarket.html   |   165 +
 .../io/class-use/WriterMatrixMarketParallel.html   |   125 +
 .../sysds/runtime/io/class-use/WriterTextCSV.html  |   165 +
 .../io/class-use/WriterTextCSVParallel.html        |   125 +
 .../sysds/runtime/io/class-use/WriterTextCell.html |   165 +
 .../io/class-use/WriterTextCellParallel.html       |   125 +
 .../runtime/io/class-use/WriterTextLIBSVM.html     |   165 +
 .../io/class-use/WriterTextLIBSVMParallel.html     |   125 +
 .../org/apache/sysds/runtime/io/package-frame.html |    95 +
 .../apache/sysds/runtime/io/package-summary.html   |   484 +
 .../org/apache/sysds/runtime/io/package-tree.html  |   300 +
 .../org/apache/sysds/runtime/io/package-use.html   |   375 +
 .../org/apache/sysds/runtime/lineage/Lineage.html  |   610 +
 .../apache/sysds/runtime/lineage/LineageCache.html |   391 +
 .../LineageCacheConfig.LineageCachePolicy.html     |   358 +
 .../lineage/LineageCacheConfig.ReuseCacheType.html |   434 +
 .../sysds/runtime/lineage/LineageCacheConfig.html  |   644 +
 .../sysds/runtime/lineage/LineageCacheEntry.html   |   388 +
 .../runtime/lineage/LineageCacheEviction.html      |   272 +
 .../runtime/lineage/LineageCacheStatistics.html    |   547 +
 .../sysds/runtime/lineage/LineageCodegenItem.html  |   300 +
 .../sysds/runtime/lineage/LineageDedupBlock.html   |   461 +
 .../sysds/runtime/lineage/LineageDedupUtils.html   |   432 +
 .../lineage/LineageItem.LineageItemType.html       |   370 +
 .../apache/sysds/runtime/lineage/LineageItem.html  |   757 +
 .../sysds/runtime/lineage/LineageItemUtils.html    |   575 +
 .../apache/sysds/runtime/lineage/LineageMap.html   |   439 +
 .../sysds/runtime/lineage/LineageParser.html       |   323 +
 .../runtime/lineage/LineageRecomputeUtils.html     |   327 +
 .../sysds/runtime/lineage/LineageRewriteReuse.html |   274 +
 .../sysds/runtime/lineage/LineageTokenizer.html    |   300 +
 .../sysds/runtime/lineage/LineageTraceable.html    |   277 +
 .../sysds/runtime/lineage/class-use/Lineage.html   |   270 +
 .../runtime/lineage/class-use/LineageCache.html    |   125 +
 .../LineageCacheConfig.LineageCachePolicy.html     |   217 +
 .../LineageCacheConfig.ReuseCacheType.html         |   255 +
 .../lineage/class-use/LineageCacheConfig.html      |   125 +
 .../lineage/class-use/LineageCacheEntry.html       |   125 +
 .../lineage/class-use/LineageCacheEviction.html    |   125 +
 .../lineage/class-use/LineageCacheStatistics.html  |   125 +
 .../lineage/class-use/LineageCodegenItem.html      |   125 +
 .../lineage/class-use/LineageDedupBlock.html       |   212 +
 .../lineage/class-use/LineageDedupUtils.html       |   125 +
 .../class-use/LineageItem.LineageItemType.html     |   182 +
 .../runtime/lineage/class-use/LineageItem.html     |   707 +
 .../lineage/class-use/LineageItemUtils.html        |   125 +
 .../runtime/lineage/class-use/LineageMap.html      |   245 +
 .../runtime/lineage/class-use/LineageParser.html   |   125 +
 .../lineage/class-use/LineageRecomputeUtils.html   |   125 +
 .../lineage/class-use/LineageRewriteReuse.html     |   125 +
 .../lineage/class-use/LineageTokenizer.html        |   165 +
 .../lineage/class-use/LineageTraceable.html        |   726 +
 .../sysds/runtime/lineage/package-frame.html       |    45 +
 .../sysds/runtime/lineage/package-summary.html     |   243 +
 .../apache/sysds/runtime/lineage/package-tree.html |   171 +
 .../apache/sysds/runtime/lineage/package-use.html  |   365 +
 .../data/BinaryBlockToTextCellConverter.html       |   339 +
 .../sysds/runtime/matrix/data/CM_N_COVCell.html    |  1119 +
 .../sysds/runtime/matrix/data/CTableMap.html       |   359 +
 .../sysds/runtime/matrix/data/Converter.html       |   271 +
 .../runtime/matrix/data/CudaSupportFunctions.html  |   946 +
 .../sysds/runtime/matrix/data/DnnParameters.html   |   765 +
 .../data/DoublePrecisionCudaSupportFunctions.html  |  1025 +
 .../matrix/data/FrameBlock.ColumnMetadata.html     |   350 +
 .../matrix/data/FrameBlock.FrameMapFunction.html   |   285 +
 .../sysds/runtime/matrix/data/FrameBlock.html      |  2071 ++
 .../org/apache/sysds/runtime/matrix/data/IJV.html  |   346 +
 .../sysds/runtime/matrix/data/LibCommonsMath.html  |   316 +
 .../sysds/runtime/matrix/data/LibMatrixAgg.html    |   599 +
 .../data/LibMatrixBincell.BinaryAccessType.html    |   382 +
 .../runtime/matrix/data/LibMatrixBincell.html      |   374 +
 .../sysds/runtime/matrix/data/LibMatrixCUDA.html   |  1912 ++
 .../matrix/data/LibMatrixCountDistinct.html        |   299 +
 .../sysds/runtime/matrix/data/LibMatrixCuDNN.html  |  1122 +
 .../data/LibMatrixCuDNNConvolutionAlgorithm.html   |   522 +
 .../matrix/data/LibMatrixCuDNNInputRowFetcher.html |   347 +
 .../data/LibMatrixCuDNNPoolingDescriptors.html     |   507 +
 .../matrix/data/LibMatrixCuDNNRnnAlgorithm.html    |   304 +
 .../runtime/matrix/data/LibMatrixCuMatMult.html    |   338 +
 .../matrix/data/LibMatrixDNN.PoolingType.html      |   346 +
 .../sysds/runtime/matrix/data/LibMatrixDNN.html    |   670 +
 .../runtime/matrix/data/LibMatrixDNNConv2d.html    |   326 +
 .../runtime/matrix/data/LibMatrixDNNHelper.html    |   238 +
 .../runtime/matrix/data/LibMatrixDNNIm2Col.html    |   467 +
 .../runtime/matrix/data/LibMatrixDNNPooling.html   |   356 +
 .../matrix/data/LibMatrixDNNRelu.ReluBackward.html |   342 +
 .../runtime/matrix/data/LibMatrixDNNRelu.html      |   303 +
 .../LibMatrixDNNRotate180.Rotate180Worker.html     |   249 +
 .../runtime/matrix/data/LibMatrixDNNRotate180.html |   258 +
 .../runtime/matrix/data/LibMatrixDatagen.html      |   506 +
 .../sysds/runtime/matrix/data/LibMatrixMult.html   |  1285 +
 .../sysds/runtime/matrix/data/LibMatrixNative.html |   449 +
 .../runtime/matrix/data/LibMatrixOuterAgg.html     |   674 +
 .../sysds/runtime/matrix/data/LibMatrixReorg.html  |   722 +
 .../matrix/data/MatrixBlock.SparsityEstimate.html  |   305 +
 .../sysds/runtime/matrix/data/MatrixBlock.html     |  4381 +++
 .../runtime/matrix/data/MatrixBlockDataInput.html  |   284 +
 .../runtime/matrix/data/MatrixBlockDataOutput.html |   273 +
 .../sysds/runtime/matrix/data/MatrixCell.html      |  1181 +
 .../sysds/runtime/matrix/data/MatrixIndexes.html   |   567 +
 .../runtime/matrix/data/MatrixValue.CellIndex.html |   380 +
 .../sysds/runtime/matrix/data/MatrixValue.html     |   869 +
 .../matrix/data/OperationsOnMatrixValues.html      |   804 +
 .../org/apache/sysds/runtime/matrix/data/Pair.html |   348 +
 .../runtime/matrix/data/RandomMatrixGenerator.html |   500 +
 .../data/SinglePrecisionCudaSupportFunctions.html  |  1025 +
 .../matrix/data/TextToBinaryCellConverter.html     |   336 +
 .../matrix/data/TripleIndexes.Comparator.html      |   321 +
 .../sysds/runtime/matrix/data/TripleIndexes.html   |   492 +
 .../sysds/runtime/matrix/data/WeightedCell.html    |   614 +
 .../sysds/runtime/matrix/data/WeightedPair.html    |   468 +
 .../class-use/BinaryBlockToTextCellConverter.html  |   125 +
 .../matrix/data/class-use/CM_N_COVCell.html        |   125 +
 .../runtime/matrix/data/class-use/CTableMap.html   |   561 +
 .../runtime/matrix/data/class-use/Converter.html   |   169 +
 .../data/class-use/CudaSupportFunctions.html       |   182 +
 .../matrix/data/class-use/DnnParameters.html       |   311 +
 .../DoublePrecisionCudaSupportFunctions.html       |   125 +
 .../data/class-use/FrameBlock.ColumnMetadata.html  |   233 +
 .../class-use/FrameBlock.FrameMapFunction.html     |   178 +
 .../runtime/matrix/data/class-use/FrameBlock.html  |  2101 ++
 .../sysds/runtime/matrix/data/class-use/IJV.html   |   337 +
 .../matrix/data/class-use/LibCommonsMath.html      |   125 +
 .../matrix/data/class-use/LibMatrixAgg.html        |   125 +
 .../LibMatrixBincell.BinaryAccessType.html         |   179 +
 .../matrix/data/class-use/LibMatrixBincell.html    |   125 +
 .../matrix/data/class-use/LibMatrixCUDA.html       |   177 +
 .../data/class-use/LibMatrixCountDistinct.html     |   125 +
 .../matrix/data/class-use/LibMatrixCuDNN.html      |   125 +
 .../LibMatrixCuDNNConvolutionAlgorithm.html        |   224 +
 .../class-use/LibMatrixCuDNNInputRowFetcher.html   |   125 +
 .../LibMatrixCuDNNPoolingDescriptors.html          |   203 +
 .../data/class-use/LibMatrixCuDNNRnnAlgorithm.html |   125 +
 .../matrix/data/class-use/LibMatrixCuMatMult.html  |   125 +
 .../data/class-use/LibMatrixDNN.PoolingType.html   |   328 +
 .../matrix/data/class-use/LibMatrixDNN.html        |   125 +
 .../matrix/data/class-use/LibMatrixDNNConv2d.html  |   125 +
 .../matrix/data/class-use/LibMatrixDNNHelper.html  |   125 +
 .../matrix/data/class-use/LibMatrixDNNIm2Col.html  |   125 +
 .../matrix/data/class-use/LibMatrixDNNPooling.html |   125 +
 .../class-use/LibMatrixDNNRelu.ReluBackward.html   |   125 +
 .../matrix/data/class-use/LibMatrixDNNRelu.html    |   125 +
 .../LibMatrixDNNRotate180.Rotate180Worker.html     |   169 +
 .../data/class-use/LibMatrixDNNRotate180.html      |   125 +
 .../matrix/data/class-use/LibMatrixDatagen.html    |   125 +
 .../matrix/data/class-use/LibMatrixMult.html       |   125 +
 .../matrix/data/class-use/LibMatrixNative.html     |   125 +
 .../matrix/data/class-use/LibMatrixOuterAgg.html   |   125 +
 .../matrix/data/class-use/LibMatrixReorg.html      |   125 +
 .../class-use/MatrixBlock.SparsityEstimate.html    |   167 +
 .../runtime/matrix/data/class-use/MatrixBlock.html |  6961 ++++
 .../data/class-use/MatrixBlockDataInput.html       |   191 +
 .../data/class-use/MatrixBlockDataOutput.html      |   192 +
 .../runtime/matrix/data/class-use/MatrixCell.html  |   379 +
 .../matrix/data/class-use/MatrixIndexes.html       |  1872 ++
 .../data/class-use/MatrixValue.CellIndex.html      |   271 +
 .../runtime/matrix/data/class-use/MatrixValue.html |  1340 +
 .../data/class-use/OperationsOnMatrixValues.html   |   125 +
 .../sysds/runtime/matrix/data/class-use/Pair.html  |   527 +
 .../data/class-use/RandomMatrixGenerator.html      |   263 +
 .../SinglePrecisionCudaSupportFunctions.html       |   125 +
 .../data/class-use/TextToBinaryCellConverter.html  |   125 +
 .../data/class-use/TripleIndexes.Comparator.html   |   125 +
 .../matrix/data/class-use/TripleIndexes.html       |   185 +
 .../matrix/data/class-use/WeightedCell.html        |   262 +
 .../matrix/data/class-use/WeightedPair.html        |   125 +
 .../sysds/runtime/matrix/data/package-frame.html   |    80 +
 .../sysds/runtime/matrix/data/package-summary.html |   450 +
 .../sysds/runtime/matrix/data/package-tree.html    |   218 +
 .../sysds/runtime/matrix/data/package-use.html     |  1069 +
 .../matrix/operators/AggregateBinaryOperator.html  |   360 +
 .../matrix/operators/AggregateOperator.html        |   373 +
 .../matrix/operators/AggregateTernaryOperator.html |   377 +
 .../matrix/operators/AggregateUnaryOperator.html   |   385 +
 .../runtime/matrix/operators/BinaryOperator.html   |   355 +
 .../CMOperator.AggregateOperationTypes.html        |   418 +
 .../sysds/runtime/matrix/operators/CMOperator.html |   416 +
 .../runtime/matrix/operators/COVOperator.html      |   294 +
 .../CountDistinctOperator.CountDistinctTypes.html  |   358 +
 .../matrix/operators/CountDistinctOperator.html    |   352 +
 .../matrix/operators/LeftScalarOperator.html       |   387 +
 .../sysds/runtime/matrix/operators/Operator.html   |   299 +
 .../matrix/operators/QuaternaryOperator.html       |   543 +
 .../runtime/matrix/operators/ReIndexOperator.html  |   266 +
 .../runtime/matrix/operators/ReorgOperator.html    |   356 +
 .../matrix/operators/RightScalarOperator.html      |   387 +
 .../runtime/matrix/operators/ScalarOperator.html   |   398 +
 .../runtime/matrix/operators/SimpleOperator.html   |   294 +
 .../runtime/matrix/operators/TernaryOperator.html  |   333 +
 .../runtime/matrix/operators/UnaryOperator.html    |   357 +
 .../class-use/AggregateBinaryOperator.html         |   281 +
 .../operators/class-use/AggregateOperator.html     |   501 +
 .../class-use/AggregateTernaryOperator.html        |   241 +
 .../class-use/AggregateUnaryOperator.html          |   593 +
 .../matrix/operators/class-use/BinaryOperator.html |   543 +
 .../CMOperator.AggregateOperationTypes.html        |   272 +
 .../matrix/operators/class-use/CMOperator.html     |   219 +
 .../matrix/operators/class-use/COVOperator.html    |   201 +
 .../CountDistinctOperator.CountDistinctTypes.html  |   202 +
 .../operators/class-use/CountDistinctOperator.html |   168 +
 .../operators/class-use/LeftScalarOperator.html    |   125 +
 .../matrix/operators/class-use/Operator.html       |   867 +
 .../operators/class-use/QuaternaryOperator.html    |   213 +
 .../operators/class-use/ReIndexOperator.html       |   125 +
 .../matrix/operators/class-use/ReorgOperator.html  |   325 +
 .../operators/class-use/RightScalarOperator.html   |   125 +
 .../matrix/operators/class-use/ScalarOperator.html |   468 +
 .../matrix/operators/class-use/SimpleOperator.html |   125 +
 .../operators/class-use/TernaryOperator.html       |   215 +
 .../matrix/operators/class-use/UnaryOperator.html  |   276 +
 .../runtime/matrix/operators/package-frame.html    |    42 +
 .../runtime/matrix/operators/package-summary.html  |   238 +
 .../runtime/matrix/operators/package-tree.html     |   174 +
 .../runtime/matrix/operators/package-use.html      |   579 +
 .../sysds/runtime/meta/DataCharacteristics.html    |   847 +
 .../sysds/runtime/meta/MatrixCharacteristics.html  |   894 +
 .../org/apache/sysds/runtime/meta/MetaData.html    |   345 +
 .../apache/sysds/runtime/meta/MetaDataFormat.html  |   303 +
 .../sysds/runtime/meta/TensorCharacteristics.html  |   719 +
 .../meta/class-use/DataCharacteristics.html        |  1542 +
 .../meta/class-use/MatrixCharacteristics.html      |   253 +
 .../sysds/runtime/meta/class-use/MetaData.html     |   321 +
 .../runtime/meta/class-use/MetaDataFormat.html     |   125 +
 .../meta/class-use/TensorCharacteristics.html      |   185 +
 .../apache/sysds/runtime/meta/package-frame.html   |    24 +
 .../apache/sysds/runtime/meta/package-summary.html |   161 +
 .../apache/sysds/runtime/meta/package-tree.html    |   148 +
 .../org/apache/sysds/runtime/meta/package-use.html |   588 +
 .../org/apache/sysds/runtime/package-frame.html    |    22 +
 .../org/apache/sysds/runtime/package-summary.html  |   155 +
 .../org/apache/sysds/runtime/package-tree.html     |   159 +
 .../java/org/apache/sysds/runtime/package-use.html |   417 +
 .../runtime/privacy/CheckedConstraintsLog.html     |   362 +
 .../sysds/runtime/privacy/DMLPrivacyException.html |   301 +
 .../privacy/PrivacyConstraint.PrivacyLevel.html    |   358 +
 .../sysds/runtime/privacy/PrivacyConstraint.html   |   528 +
 .../sysds/runtime/privacy/PrivacyMonitor.html      |   342 +
 .../apache/sysds/runtime/privacy/PrivacyUtils.html |   274 +
 .../privacy/class-use/CheckedConstraintsLog.html   |   125 +
 .../privacy/class-use/DMLPrivacyException.html     |   125 +
 .../class-use/PrivacyConstraint.PrivacyLevel.html  |   527 +
 .../privacy/class-use/PrivacyConstraint.html       |   525 +
 .../runtime/privacy/class-use/PrivacyMonitor.html  |   125 +
 .../runtime/privacy/class-use/PrivacyUtils.html    |   125 +
 .../runtime/privacy/finegrained/DataRange.html     |   372 +
 .../privacy/finegrained/FineGrainedPrivacy.html    |   461 +
 .../finegrained/FineGrainedPrivacyList.html        |   594 +
 .../privacy/finegrained/FineGrainedPrivacyMap.html |   560 +
 .../privacy/finegrained/class-use/DataRange.html   |   272 +
 .../finegrained/class-use/FineGrainedPrivacy.html  |   228 +
 .../class-use/FineGrainedPrivacyList.html          |   125 +
 .../class-use/FineGrainedPrivacyMap.html           |   125 +
 .../runtime/privacy/finegrained/package-frame.html |    26 +
 .../privacy/finegrained/package-summary.html       |   174 +
 .../runtime/privacy/finegrained/package-tree.html  |   144 +
 .../runtime/privacy/finegrained/package-use.html   |   182 +
 .../sysds/runtime/privacy/package-frame.html       |    31 +
 .../sysds/runtime/privacy/package-summary.html     |   192 +
 .../apache/sysds/runtime/privacy/package-tree.html |   174 +
 .../apache/sysds/runtime/privacy/package-use.html  |   362 +
 .../MatrixMultiplicationPropagator.html            |   395 +
 .../MatrixMultiplicationPropagatorNaive.html       |   275 +
 ...MatrixMultiplicationPropagatorPrivateFirst.html |   274 +
 ...tiplicationPropagatorPrivateFirstOptimized.html |   257 +
 .../runtime/privacy/propagation/OperatorType.html  |   342 +
 .../privacy/propagation/PrivacyPropagator.html     |   575 +
 .../runtime/privacy/propagation/Propagator.html    |   234 +
 .../class-use/MatrixMultiplicationPropagator.html  |   182 +
 .../MatrixMultiplicationPropagatorNaive.html       |   125 +
 ...MatrixMultiplicationPropagatorPrivateFirst.html |   125 +
 ...tiplicationPropagatorPrivateFirstOptimized.html |   125 +
 .../propagation/class-use/OperatorType.html        |   207 +
 .../propagation/class-use/PrivacyPropagator.html   |   125 +
 .../privacy/propagation/class-use/Propagator.html  |   188 +
 .../runtime/privacy/propagation/package-frame.html |    32 +
 .../privacy/propagation/package-summary.html       |   205 +
 .../runtime/privacy/propagation/package-tree.html  |   161 +
 .../runtime/privacy/propagation/package-use.html   |   168 +
 .../sysds/runtime/transform/TfUtils.TfMethod.html  |   423 +
 .../apache/sysds/runtime/transform/TfUtils.html    |   617 +
 .../transform/class-use/TfUtils.TfMethod.html      |   174 +
 .../sysds/runtime/transform/class-use/TfUtils.html |   166 +
 .../sysds/runtime/transform/decode/Decoder.html    |   369 +
 .../runtime/transform/decode/DecoderComposite.html |   351 +
 .../runtime/transform/decode/DecoderDummycode.html |   350 +
 .../runtime/transform/decode/DecoderFactory.html   |   347 +
 .../transform/decode/DecoderPassThrough.html       |   324 +
 .../runtime/transform/decode/DecoderRecode.html    |   349 +
 .../transform/decode/class-use/Decoder.html        |   305 +
 .../decode/class-use/DecoderComposite.html         |   125 +
 .../decode/class-use/DecoderDummycode.html         |   125 +
 .../transform/decode/class-use/DecoderFactory.html |   125 +
 .../decode/class-use/DecoderPassThrough.html       |   125 +
 .../transform/decode/class-use/DecoderRecode.html  |   125 +
 .../runtime/transform/decode/package-frame.html    |    25 +
 .../runtime/transform/decode/package-summary.html  |   175 +
 .../runtime/transform/decode/package-tree.html     |   146 +
 .../runtime/transform/decode/package-use.html      |   205 +
 .../sysds/runtime/transform/encode/Encoder.html    |   566 +
 .../sysds/runtime/transform/encode/EncoderBin.html |   566 +
 .../runtime/transform/encode/EncoderComposite.html |   571 +
 .../runtime/transform/encode/EncoderDummycode.html |   630 +
 .../runtime/transform/encode/EncoderFactory.html   |   364 +
 .../transform/encode/EncoderFeatureHash.html       |   507 +
 .../transform/encode/EncoderMVImpute.MVMethod.html |   370 +
 .../runtime/transform/encode/EncoderMVImpute.html  |   633 +
 .../runtime/transform/encode/EncoderOmit.html      |   569 +
 .../transform/encode/EncoderPassThrough.html       |   468 +
 .../runtime/transform/encode/EncoderRecode.html    |   603 +
 .../transform/encode/class-use/Encoder.html        |   459 +
 .../transform/encode/class-use/EncoderBin.html     |   125 +
 .../encode/class-use/EncoderComposite.html         |   125 +
 .../encode/class-use/EncoderDummycode.html         |   125 +
 .../transform/encode/class-use/EncoderFactory.html |   125 +
 .../encode/class-use/EncoderFeatureHash.html       |   125 +
 .../encode/class-use/EncoderMVImpute.MVMethod.html |   195 +
 .../encode/class-use/EncoderMVImpute.html          |   166 +
 .../transform/encode/class-use/EncoderOmit.html    |   125 +
 .../encode/class-use/EncoderPassThrough.html       |   125 +
 .../transform/encode/class-use/EncoderRecode.html  |   125 +
 .../runtime/transform/encode/package-frame.html    |    33 +
 .../runtime/transform/encode/package-summary.html  |   205 +
 .../runtime/transform/encode/package-tree.html     |   162 +
 .../runtime/transform/encode/package-use.html      |   211 +
 .../sysds/runtime/transform/meta/TfMetaUtils.html  |   527 +
 .../sysds/runtime/transform/meta/TfOffsetMap.html  |   294 +
 .../transform/meta/class-use/TfMetaUtils.html      |   125 +
 .../transform/meta/class-use/TfOffsetMap.html      |   164 +
 .../runtime/transform/meta/package-frame.html      |    21 +
 .../runtime/transform/meta/package-summary.html    |   147 +
 .../sysds/runtime/transform/meta/package-tree.html |   139 +
 .../sysds/runtime/transform/meta/package-use.html  |   158 +
 .../sysds/runtime/transform/package-frame.html     |    24 +
 .../sysds/runtime/transform/package-summary.html   |   158 +
 .../sysds/runtime/transform/package-tree.html      |   150 +
 .../sysds/runtime/transform/package-use.html       |   177 +
 .../sysds/runtime/util/BinaryBlockInputFormat.html |   341 +
 .../runtime/util/BinaryBlockRecordReader.html      |   332 +
 .../sysds/runtime/util/ByteBufferDataInput.html    |   650 +
 .../apache/sysds/runtime/util/CollectionUtils.html |   457 +
 .../sysds/runtime/util/CommonThreadPool.html       |   565 +
 .../apache/sysds/runtime/util/DataConverter.html   |  1469 +
 .../org/apache/sysds/runtime/util/DnnUtils.html    |   341 +
 .../runtime/util/FastBufferedDataInputStream.html  |   668 +
 .../runtime/util/FastBufferedDataOutputStream.html |   682 +
 .../sysds/runtime/util/FastStringTokenizer.html    |   352 +
 .../org/apache/sysds/runtime/util/HDFSTool.html    |  1284 +
 .../org/apache/sysds/runtime/util/IndexRange.html  |   463 +
 .../sysds/runtime/util/InputStreamInputFormat.html |   312 +
 .../apache/sysds/runtime/util/LocalFileUtils.html  |  1049 +
 .../util/LongLongDoubleHashMap.ADoubleEntry.html   |   338 +
 .../util/LongLongDoubleHashMap.EntryType.html      |   346 +
 .../sysds/runtime/util/LongLongDoubleHashMap.html  |   355 +
 .../sysds/runtime/util/NormalPRNGenerator.html     |   301 +
 .../apache/sysds/runtime/util/PRNGenerator.html    |   289 +
 .../sysds/runtime/util/PoissonPRNGenerator.html    |   340 +
 .../sysds/runtime/util/ProgramConverter.html       |  1594 +
 .../sysds/runtime/util/Py4jConverterUtils.html     |   387 +
 .../org/apache/sysds/runtime/util/RandNPair.html   |   316 +
 .../org/apache/sysds/runtime/util/SortUtils.html   |   437 +
 .../sysds/runtime/util/UniformPRNGenerator.html    |   310 +
 .../apache/sysds/runtime/util/UtilFunctions.html   |  1653 +
 .../util/class-use/BinaryBlockInputFormat.html     |   125 +
 .../util/class-use/BinaryBlockRecordReader.html    |   125 +
 .../util/class-use/ByteBufferDataInput.html        |   125 +
 .../runtime/util/class-use/CollectionUtils.html    |   125 +
 .../runtime/util/class-use/CommonThreadPool.html   |   125 +
 .../runtime/util/class-use/DataConverter.html      |   125 +
 .../sysds/runtime/util/class-use/DnnUtils.html     |   125 +
 .../class-use/FastBufferedDataInputStream.html     |   125 +
 .../class-use/FastBufferedDataOutputStream.html    |   125 +
 .../util/class-use/FastStringTokenizer.html        |   125 +
 .../sysds/runtime/util/class-use/HDFSTool.html     |   125 +
 .../sysds/runtime/util/class-use/IndexRange.html   |   627 +
 .../util/class-use/InputStreamInputFormat.html     |   125 +
 .../runtime/util/class-use/LocalFileUtils.html     |   125 +
 .../LongLongDoubleHashMap.ADoubleEntry.html        |   200 +
 .../class-use/LongLongDoubleHashMap.EntryType.html |   205 +
 .../util/class-use/LongLongDoubleHashMap.html      |   125 +
 .../runtime/util/class-use/NormalPRNGenerator.html |   125 +
 .../sysds/runtime/util/class-use/PRNGenerator.html |   179 +
 .../util/class-use/PoissonPRNGenerator.html        |   125 +
 .../runtime/util/class-use/ProgramConverter.html   |   125 +
 .../runtime/util/class-use/Py4jConverterUtils.html |   125 +
 .../sysds/runtime/util/class-use/RandNPair.html    |   125 +
 .../sysds/runtime/util/class-use/SortUtils.html    |   125 +
 .../util/class-use/UniformPRNGenerator.html        |   125 +
 .../runtime/util/class-use/UtilFunctions.html      |   125 +
 .../apache/sysds/runtime/util/package-frame.html   |    48 +
 .../apache/sysds/runtime/util/package-summary.html |   292 +
 .../apache/sysds/runtime/util/package-tree.html    |   205 +
 .../org/apache/sysds/runtime/util/package-use.html |   306 +
 .../sysds/utils/DMLCompressionStatistics.html      |   300 +
 .../org/apache/sysds/utils/DataAugmentation.html   |   459 +
 .../org/apache/sysds/utils/EnvironmentHelper.html  |   275 +
 .../apache/sysds/utils/Explain.ExplainCounts.html  |   317 +
 .../apache/sysds/utils/Explain.ExplainType.html    |   408 +
 .../api/java/org/apache/sysds/utils/Explain.html   |   672 +
 .../java/org/apache/sysds/utils/GPUStatistics.html |   917 +
 .../java/org/apache/sysds/utils/Hash.HashType.html |   359 +
 .../api/java/org/apache/sysds/utils/Hash.html      |   408 +
 .../InstallDependencyForIntegrationTests.html      |   305 +
 .../java/org/apache/sysds/utils/JSONHelper.html    |   292 +
 .../org/apache/sysds/utils/MLContextProxy.html     |   330 +
 .../org/apache/sysds/utils/MemoryEstimates.html    |   314 +
 .../sysds/utils/NativeHelper.NativeBlasState.html  |   370 +
 .../java/org/apache/sysds/utils/NativeHelper.html  |   796 +
 .../org/apache/sysds/utils/ParameterBuilder.html   |   319 +
 .../java/org/apache/sysds/utils/Statistics.html    |  1982 ++
 .../apache/sysds/utils/SystemDSLoaderUtils.html    |   287 +
 .../utils/class-use/DMLCompressionStatistics.html  |   125 +
 .../sysds/utils/class-use/DataAugmentation.html    |   125 +
 .../sysds/utils/class-use/EnvironmentHelper.html   |   125 +
 .../utils/class-use/Explain.ExplainCounts.html     |   204 +
 .../sysds/utils/class-use/Explain.ExplainType.html |   251 +
 .../org/apache/sysds/utils/class-use/Explain.html  |   125 +
 .../sysds/utils/class-use/GPUStatistics.html       |   125 +
 .../sysds/utils/class-use/Hash.HashType.html       |   231 +
 .../org/apache/sysds/utils/class-use/Hash.html     |   125 +
 .../InstallDependencyForIntegrationTests.html      |   125 +
 .../apache/sysds/utils/class-use/JSONHelper.html   |   125 +
 .../sysds/utils/class-use/MLContextProxy.html      |   125 +
 .../sysds/utils/class-use/MemoryEstimates.html     |   125 +
 .../class-use/NativeHelper.NativeBlasState.html    |   187 +
 .../apache/sysds/utils/class-use/NativeHelper.html |   125 +
 .../sysds/utils/class-use/ParameterBuilder.html    |   125 +
 .../apache/sysds/utils/class-use/Statistics.html   |   125 +
 .../sysds/utils/class-use/SystemDSLoaderUtils.html |   125 +
 .../java/org/apache/sysds/utils/package-frame.html |    39 +
 .../org/apache/sysds/utils/package-summary.html    |   241 +
 .../java/org/apache/sysds/utils/package-tree.html  |   165 +
 .../java/org/apache/sysds/utils/package-use.html   |   228 +
 site/docs/2.0.0/api/java/overview-frame.html       |    84 +
 site/docs/2.0.0/api/java/overview-summary.html     |   469 +
 site/docs/2.0.0/api/java/overview-tree.html        |  2087 ++
 site/docs/2.0.0/api/java/package-list              |    64 +
 site/docs/2.0.0/api/java/script.js                 |    30 +
 site/docs/2.0.0/api/java/serialized-form.html      |  6475 ++++
 site/docs/2.0.0/api/java/stylesheet.css            |   574 +
 .../api/python/api/context/systemds_context.html   |   393 +
 .../2.0.0/api/python/api/matrix/federated.html     |   269 +
 site/docs/2.0.0/api/python/api/matrix/matrix.html  |   321 +
 .../api/python/api/onnx_systemds/convert.html      |   259 +
 .../api/python/api/onnx_systemds/onnx_helper.html  |   324 +
 .../api/python/api/onnx_systemds/operator_gen.html |   283 +
 .../2.0.0/api/python/api/onnx_systemds/render.html |   335 +
 .../2.0.0/api/python/api/onnx_systemds/util.html   |   259 +
 .../2.0.0/api/python/api/operator/algorithms.html  |   405 +
 .../api/python/api/operator/operation_node.html    |   600 +
 .../2.0.0/api/python/api/script_building/dag.html  |   318 +
 .../api/python/api/script_building/script.html     |   305 +
 .../2.0.0/api/python/api/utils/converters.html     |   276 +
 site/docs/2.0.0/api/python/api/utils/helpers.html  |   274 +
 site/docs/2.0.0/api/python/genindex.html           |   668 +
 .../2.0.0/api/python/getting_started/install.html  |   293 +
 .../python/getting_started/simple_examples.html    |   345 +
 .../2.0.0/api/python/guide/algorithms_basics.html  |   408 +
 site/docs/2.0.0/api/python/guide/federated.html    |   356 +
 site/docs/2.0.0/api/python/images/sample_graph.png |   Bin 0 -> 35508 bytes
 site/docs/2.0.0/api/python/index.html              |   265 +
 site/docs/2.0.0/api/python/objects.inv             |   Bin 0 -> 1432 bytes
 .../api/python/onnx_systemds/onnx_systemds.html    |   298 +
 .../python/onnx_systemds/onnx_systemds_design.html |   451 +
 site/docs/2.0.0/api/python/py-modindex.html        |   297 +
 site/docs/2.0.0/api/python/search.html             |   248 +
 site/docs/2.0.0/api/python/searchindex.js          |     1 +
 .../sources/api/context/systemds_context.rst.txt   |    53 +
 .../python/sources/api/matrix/federated.rst.txt    |    28 +
 .../api/python/sources/api/matrix/matrix.rst.txt   |    37 +
 .../sources/api/onnx_systemds/convert.rst.txt      |    27 +
 .../sources/api/onnx_systemds/onnx_helper.rst.txt  |    26 +
 .../sources/api/onnx_systemds/operator_gen.rst.txt |    26 +
 .../sources/api/onnx_systemds/render.rst.txt       |    27 +
 .../python/sources/api/onnx_systemds/util.rst.txt  |    26 +
 .../python/sources/api/operator/algorithms.rst.txt |    68 +
 .../sources/api/operator/operation_node.rst.txt    |    45 +
 .../python/sources/api/script_building/dag.rst.txt |    31 +
 .../sources/api/script_building/script.rst.txt     |    31 +
 .../python/sources/api/utils/converters.rst.txt    |    31 +
 .../api/python/sources/api/utils/helpers.rst.txt   |    30 +
 .../python/sources/getting_started/install.rst.txt |    76 +
 .../getting_started/simple_examples.rst.txt        |   128 +
 .../python/sources/guide/algorithms_basics.rst.txt |   198 +
 .../api/python/sources/guide/federated.rst.txt     |   137 +
 site/docs/2.0.0/api/python/sources/index.rst.txt   |    89 +
 .../sources/onnx_systemds/onnx_systemds.rst.txt    |    60 +
 .../onnx_systemds/onnx_systemds_design.rst.txt     |   217 +
 site/docs/2.0.0/api/python/static/basic.css        |   855 +
 .../2.0.0/api/python/static/css/badge_only.css     |     1 +
 .../python/static/css/fonts/Roboto-Slab-Bold.woff  |   Bin 0 -> 87624 bytes
 .../python/static/css/fonts/Roboto-Slab-Bold.woff2 |   Bin 0 -> 67312 bytes
 .../static/css/fonts/Roboto-Slab-Regular.woff      |   Bin 0 -> 86288 bytes
 .../static/css/fonts/Roboto-Slab-Regular.woff2     |   Bin 0 -> 66444 bytes
 .../static/css/fonts/fontawesome-webfont.eot       |   Bin 0 -> 165742 bytes
 .../static/css/fonts/fontawesome-webfont.svg       |  2671 ++
 .../static/css/fonts/fontawesome-webfont.ttf       |   Bin 0 -> 165548 bytes
 .../static/css/fonts/fontawesome-webfont.woff      |   Bin 0 -> 98024 bytes
 .../static/css/fonts/fontawesome-webfont.woff2     |   Bin 0 -> 77160 bytes
 .../python/static/css/fonts/lato-bold-italic.woff  |   Bin 0 -> 323344 bytes
 .../python/static/css/fonts/lato-bold-italic.woff2 |   Bin 0 -> 193308 bytes
 .../api/python/static/css/fonts/lato-bold.woff     |   Bin 0 -> 309728 bytes
 .../api/python/static/css/fonts/lato-bold.woff2    |   Bin 0 -> 184912 bytes
 .../static/css/fonts/lato-normal-italic.woff       |   Bin 0 -> 328412 bytes
 .../static/css/fonts/lato-normal-italic.woff2      |   Bin 0 -> 195704 bytes
 .../api/python/static/css/fonts/lato-normal.woff   |   Bin 0 -> 309192 bytes
 .../api/python/static/css/fonts/lato-normal.woff2  |   Bin 0 -> 182708 bytes
 site/docs/2.0.0/api/python/static/css/theme.css    |     4 +
 site/docs/2.0.0/api/python/static/doctools.js      |   315 +
 .../api/python/static/documentation_options.js     |    12 +
 site/docs/2.0.0/api/python/static/file.png         |   Bin 0 -> 286 bytes
 .../2.0.0/api/python/static/fonts/FontAwesome.otf  |   Bin 0 -> 134808 bytes
 .../api/python/static/fonts/Lato/lato-bold.eot     |   Bin 0 -> 256056 bytes
 .../api/python/static/fonts/Lato/lato-bold.ttf     |   Bin 0 -> 600856 bytes
 .../api/python/static/fonts/Lato/lato-bold.woff    |   Bin 0 -> 309728 bytes
 .../api/python/static/fonts/Lato/lato-bold.woff2   |   Bin 0 -> 184912 bytes
 .../python/static/fonts/Lato/lato-bolditalic.eot   |   Bin 0 -> 266158 bytes
 .../python/static/fonts/Lato/lato-bolditalic.ttf   |   Bin 0 -> 622572 bytes
 .../python/static/fonts/Lato/lato-bolditalic.woff  |   Bin 0 -> 323344 bytes
 .../python/static/fonts/Lato/lato-bolditalic.woff2 |   Bin 0 -> 193308 bytes
 .../api/python/static/fonts/Lato/lato-italic.eot   |   Bin 0 -> 268604 bytes
 .../api/python/static/fonts/Lato/lato-italic.ttf   |   Bin 0 -> 639388 bytes
 .../api/python/static/fonts/Lato/lato-italic.woff  |   Bin 0 -> 328412 bytes
 .../api/python/static/fonts/Lato/lato-italic.woff2 |   Bin 0 -> 195704 bytes
 .../api/python/static/fonts/Lato/lato-regular.eot  |   Bin 0 -> 253461 bytes
 .../api/python/static/fonts/Lato/lato-regular.ttf  |   Bin 0 -> 607720 bytes
 .../api/python/static/fonts/Lato/lato-regular.woff |   Bin 0 -> 309192 bytes
 .../python/static/fonts/Lato/lato-regular.woff2    |   Bin 0 -> 182708 bytes
 .../api/python/static/fonts/Roboto-Slab-Bold.woff  |   Bin 0 -> 87624 bytes
 .../api/python/static/fonts/Roboto-Slab-Bold.woff2 |   Bin 0 -> 67312 bytes
 .../api/python/static/fonts/Roboto-Slab-Light.woff |   Bin 0 -> 88600 bytes
 .../python/static/fonts/Roboto-Slab-Light.woff2    |   Bin 0 -> 67884 bytes
 .../python/static/fonts/Roboto-Slab-Regular.woff   |   Bin 0 -> 86288 bytes
 .../python/static/fonts/Roboto-Slab-Regular.woff2  |   Bin 0 -> 66444 bytes
 .../api/python/static/fonts/Roboto-Slab-Thin.woff  |   Bin 0 -> 87452 bytes
 .../api/python/static/fonts/Roboto-Slab-Thin.woff2 |   Bin 0 -> 66328 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-bold.eot       |   Bin 0 -> 79520 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-bold.ttf       |   Bin 0 -> 170616 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-bold.woff      |   Bin 0 -> 87624 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-bold.woff2     |   Bin 0 -> 67312 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-regular.eot    |   Bin 0 -> 78331 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-regular.ttf    |   Bin 0 -> 169064 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-regular.woff   |   Bin 0 -> 86288 bytes
 .../fonts/RobotoSlab/roboto-slab-v7-regular.woff2  |   Bin 0 -> 66444 bytes
 .../python/static/fonts/fontawesome-webfont.eot    |   Bin 0 -> 165742 bytes
 .../python/static/fonts/fontawesome-webfont.svg    |  2671 ++
 .../python/static/fonts/fontawesome-webfont.ttf    |   Bin 0 -> 165548 bytes
 .../python/static/fonts/fontawesome-webfont.woff   |   Bin 0 -> 98024 bytes
 .../python/static/fonts/fontawesome-webfont.woff2  |   Bin 0 -> 77160 bytes
 .../api/python/static/fonts/lato-bold-italic.woff  |   Bin 0 -> 323344 bytes
 .../api/python/static/fonts/lato-bold-italic.woff2 |   Bin 0 -> 193308 bytes
 .../2.0.0/api/python/static/fonts/lato-bold.woff   |   Bin 0 -> 309728 bytes
 .../2.0.0/api/python/static/fonts/lato-bold.woff2  |   Bin 0 -> 184912 bytes
 .../python/static/fonts/lato-normal-italic.woff    |   Bin 0 -> 328412 bytes
 .../python/static/fonts/lato-normal-italic.woff2   |   Bin 0 -> 195704 bytes
 .../2.0.0/api/python/static/fonts/lato-normal.woff |   Bin 0 -> 309192 bytes
 .../api/python/static/fonts/lato-normal.woff2      |   Bin 0 -> 182708 bytes
 site/docs/2.0.0/api/python/static/jquery-3.5.1.js  | 10872 ++++++
 site/docs/2.0.0/api/python/static/jquery.js        |     2 +
 site/docs/2.0.0/api/python/static/js/badge_only.js |     1 +
 .../python/static/js/html5shiv-printshiv.min.js    |     4 +
 .../2.0.0/api/python/static/js/html5shiv.min.js    |     4 +
 .../2.0.0/api/python/static/js/modernizr.min.js    |     4 +
 site/docs/2.0.0/api/python/static/js/theme.js      |     1 +
 site/docs/2.0.0/api/python/static/language_data.js |   297 +
 site/docs/2.0.0/api/python/static/minus.png        |   Bin 0 -> 90 bytes
 site/docs/2.0.0/api/python/static/plus.png         |   Bin 0 -> 90 bytes
 site/docs/2.0.0/api/python/static/pygments.css     |    69 +
 site/docs/2.0.0/api/python/static/searchtools.js   |   514 +
 .../2.0.0/api/python/static/underscore-1.3.1.js    |   999 +
 site/docs/2.0.0/api/python/static/underscore.js    |    31 +
 site/docs/2.0.0/css/bootstrap.min.css              |  8044 +++++
 site/docs/2.0.0/css/main.css                       |   417 +
 site/docs/2.0.0/css/pygments-default.css           |    76 +
 ...-of-quartiles-median-and-interquartile-mean.png |   Bin 0 -> 26477 bytes
 .../img/algorithms-reference/example-tree.png      |   Bin 0 -> 14758 bytes
 site/docs/2.0.0/img/favicon.png                    |   Bin 0 -> 461 bytes
 site/docs/2.0.0/img/systemds-logo.png              |   Bin 0 -> 982 bytes
 site/docs/2.0.0/index.html                         |   193 +
 site/docs/2.0.0/js/main.js                         |   165 +
 site/docs/2.0.0/js/vendor/anchor.min.js            |     6 +
 site/docs/2.0.0/js/vendor/bootstrap.min.js         |     7 +
 site/docs/2.0.0/js/vendor/jquery-1.12.0.min.js     |     5 +
 site/docs/2.0.0/site/algorithms-bibliography.html  |   265 +
 .../docs/2.0.0/site/algorithms-classification.html |   903 +
 site/docs/2.0.0/site/algorithms-clustering.html    |   504 +
 .../site/algorithms-descriptive-statistics.html    |  1546 +
 .../site/algorithms-factorization-machines.html    |   326 +
 .../site/algorithms-matrix-factorization.html      |   367 +
 site/docs/2.0.0/site/algorithms-reference.html     |   221 +
 site/docs/2.0.0/site/algorithms-regression.html    |  1621 +
 .../2.0.0/site/algorithms-survival-analysis.html   |   632 +
 site/docs/2.0.0/site/builtins-reference.html       |  3008 ++
 site/docs/2.0.0/site/dml-language-reference.html   |  3714 ++
 site/docs/2.0.0/site/entity-resolution.html        |   292 +
 .../site/img/dml-language-reference/Conv2d.gif     |   Bin 0 -> 419930 bytes
 .../site/img/dml-language-reference/Conv2d1.gif    |   Bin 0 -> 174964 bytes
 .../Conv2d_backward_data.gif                       |   Bin 0 -> 444715 bytes
 .../Conv2d_backward_data1.gif                      |   Bin 0 -> 427546 bytes
 .../Conv2d_backward_data2.gif                      |   Bin 0 -> 376145 bytes
 site/docs/2.0.0/site/install.html                  |   235 +
 site/docs/2.0.0/site/run.html                      |   237 +
 site/documentation.html                            |   207 +
 site/download.html                                 |   315 +
 site/dsx-logo.png                                  |   Bin 0 -> 2874 bytes
 site/favicon.png                                   |   Bin 0 -> 461 bytes
 site/get-started.html                              |   249 +
 site/hadoop-logo.png                               |   Bin 0 -> 5103 bytes
 site/hero-about.png                                |   Bin 0 -> 410407 bytes
 site/hero-about.svg                                |    12 +
 site/hero-home.jpg                                 |   Bin 0 -> 251765 bytes
 site/hero-mobile.png                               |   Bin 0 -> 257052 bytes
 site/hero.mp4                                      |   Bin 0 -> 16708732 bytes
 site/icon-announcment.svg                          |    10 +
 site/icon-chevron-down.svg                         |    11 +
 site/icon-close.svg                                |     1 +
 site/icon-code.svg                                 |    19 +
 site/icon-data.svg                                 |    16 +
 site/icon-math.svg                                 |    16 +
 site/icon-play.svg                                 |     1 +
 site/icon_github.svg                               |    26 +
 site/icon_medium.svg                               |    26 +
 site/icon_twitter.svg                              |    21 +
 site/icon_youtube.svg                              |    29 +
 site/index.html                                    |   292 +
 site/install-systemml.html                         |   381 +
 site/jquery-1.12.4.js                              | 11008 ++++++
 site/jquery-1.12.4.min.js                          |     5 +
 site/jquery-ui-1.12.1.js                           |  1769 +
 site/jquery-ui-1.12.1.min.js                       |     6 +
 site/jquery-ui.css                                 |   576 +
 site/jupyter-logo.png                              |   Bin 0 -> 3134 bytes
 site/jupyter-logo.svg                              |     1 +
 site/logo.png                                      |   Bin 0 -> 40071 bytes
 site/main.css                                      |  5810 ++++
 site/mask.png                                      |   Bin 0 -> 321508 bytes
 site/maturity.html                                 |   Bin 0 -> 392578 bytes
 site/menuicon.png                                  |   Bin 0 -> 106 bytes
 site/mobile-award.png                              |   Bin 0 -> 6401 bytes
 site/play-button.svg                               |    17 +
 site/privacy-policy.html                           |   197 +
 site/python-logo-generic.svg                       |   269 +
 site/r-logo.svg                                    |    14 +
 .../systemds-release-notes-2.0.0.html              |   216 +
 .../systemml-release-notes-0.10.0-incubating.html  |   283 +
 .../systemml-release-notes-0.11.0-incubating.html  |   228 +
 .../systemml-release-notes-0.12.0-incubating.html  |   211 +
 .../systemml-release-notes-0.13.0-incubating.html  |   211 +
 .../systemml-release-notes-0.14.0-incubating.html  |   215 +
 .../systemml-release-notes-0.15.0.html             |   215 +
 .../systemml-release-notes-0.9.0-incubating.html   |   247 +
 .../systemml-release-notes-1.0.0.html              |   268 +
 .../systemml-release-notes-1.1.0.html              |   244 +
 .../systemml-release-notes-1.2.0.html              |   270 +
 site/roadmap.html                                  |   552 +
 site/robotTutorial.gif                             |   Bin 0 -> 84367 bytes
 site/robotTutorial.png                             |   Bin 0 -> 286359 bytes
 site/robotTutorialSm.png                           |   Bin 0 -> 109800 bytes
 site/security.html                                 |   198 +
 site/social-banking.png                            |   Bin 0 -> 53313 bytes
 site/spark-logo.png                                |   Bin 0 -> 3212 bytes
 site/systemML-logo-white-32.png                    |   Bin 0 -> 217 bytes
 site/systemML_Diagram.gif                          |   Bin 0 -> 589101 bytes
 site/systemml-juypter-install-2.jpeg               |   Bin 0 -> 394780 bytes
 site/systemml-juypter-install.jpeg                 |   Bin 0 -> 80437 bytes
 site/systemml-logo.svg                             |     1 +
 site/systemml-release-notes-0.10.0-incubating.html |   293 +
 site/systemml-release-notes-0.11.0-incubating.html |   238 +
 site/systemml-release-notes-0.12.0-incubating.html |   221 +
 site/systemml-release-notes-0.13.0-incubating.html |   221 +
 site/systemml-release-notes-0.14.0-incubating.html |   225 +
 site/systemml-release-notes-0.15.0.html            |   225 +
 site/systemml-release-notes-0.9.0-incubating.html  |   257 +
 site/systemml-release-notes-1.0.0.html             |   278 +
 site/systemml-release-notes-1.1.0.html             |   254 +
 site/systemml-release-notes-1.2.0.html             |   280 +
 site/tutorial-kdd2017.html                         |   201 +
 site/tutorials.html                                |   231 +
 site/what-is-systemml.png                          |   Bin 0 -> 21928 bytes
 site/zeppelin-logo.png                             |   Bin 0 -> 2875 bytes
 9571 files changed, 3409057 insertions(+)

diff --git a/site/.htaccess b/site/.htaccess
new file mode 100644
index 0000000..a833081
--- /dev/null
+++ b/site/.htaccess
@@ -0,0 +1 @@
+Redirect 301 /algorithms https://github.com/apache/incubator-systemml/tree/master/scripts/algorithms
diff --git a/site/LICENSE b/site/LICENSE
new file mode 100644
index 0000000..b7840b1
--- /dev/null
+++ b/site/LICENSE
@@ -0,0 +1,320 @@
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "{}"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright {yyyy} {name of copyright owner}
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+===============================================================================
+
+The following components included on this website are distributed under MIT license :
+
+- Jekyll
+
+
+The MIT License (MIT)
+
+Copyright (c) 2008-2015 Tom Preston-Werner
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+
+------------------
+
+- Jekyll Bootstrap
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+------------------
+
+- Bootstrap
+
+The MIT License (MIT)
+
+Copyright (c) 2011-2015 Twitter, Inc
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+------------------
+
+- jQuery
+
+Copyright jQuery Foundation and other contributors, https://jquery.org/
+
+This software consists of voluntary contributions made by many
+individuals. For exact contribution history, see the revision history
+available at https://github.com/jquery/jquery
+
+The following license applies to all parts of this software except as
+documented below:
+
+====
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+====
+
+All files located in the node_modules and external directories are
+externally maintained libraries used by this software which have their
+own licenses; we recommend you read them, as their terms may differ from
+the terms above.
\ No newline at end of file
diff --git a/site/NOTICE b/site/NOTICE
new file mode 100644
index 0000000..ace1c2a
--- /dev/null
+++ b/site/NOTICE
@@ -0,0 +1,5 @@
+Apache Website Template
+Copyright [2015] The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
diff --git a/site/SystemML-logo-white-32-cleaned.png b/site/SystemML-logo-white-32-cleaned.png
new file mode 100644
index 0000000..85e07bf
Binary files /dev/null and b/site/SystemML-logo-white-32-cleaned.png differ
diff --git a/site/airport-traffic.png b/site/airport-traffic.png
new file mode 100644
index 0000000..8b83165
Binary files /dev/null and b/site/airport-traffic.png differ
diff --git a/site/apache-foundation-logo.png b/site/apache-foundation-logo.png
new file mode 100644
index 0000000..afb67dd
Binary files /dev/null and b/site/apache-foundation-logo.png differ
diff --git a/site/apache-foundation-logo.svg b/site/apache-foundation-logo.svg
new file mode 100644
index 0000000..599cb88
--- /dev/null
+++ b/site/apache-foundation-logo.svg
@@ -0,0 +1 @@
+<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 162.19"><defs><style>.cls-1{fill:#6d6e71;}.cls-2{fill:#d22128;}.cls-3{fill:url(#linear-gradient);}.cls-4{fill:none;}.cls-5,.cls-6{fill:#be202e;}.cls-6{opacity:0.35;isolation:isolate;}.cls-7{fill:url(#linear-gradient-2);}.cls-8{fill:url(#linear-gradient-3);}.cls-9{fill:url(#linear-gradient-4);}.cls-10{fill:url(#linear-gradient-5);}.cls-11{fill:url(#linear-gr [...]
\ No newline at end of file
diff --git a/site/apache-incubator-logo-old.png b/site/apache-incubator-logo-old.png
new file mode 100644
index 0000000..9d25899
Binary files /dev/null and b/site/apache-incubator-logo-old.png differ
diff --git a/site/apache-incubator-logo.png b/site/apache-incubator-logo.png
new file mode 100644
index 0000000..759252f
Binary files /dev/null and b/site/apache-incubator-logo.png differ
diff --git a/site/apache-logo.png b/site/apache-logo.png
new file mode 100644
index 0000000..2d70923
Binary files /dev/null and b/site/apache-logo.png differ
diff --git a/site/assets/css/jquery-ui.css b/site/assets/css/jquery-ui.css
new file mode 100644
index 0000000..352fc1c
--- /dev/null
+++ b/site/assets/css/jquery-ui.css
@@ -0,0 +1,576 @@
+/*! jQuery UI - v1.12.1 - 2017-05-24
+* http://jqueryui.com
+* Includes: core.css, tabs.css, theme.css
+* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&bor [...]
+* Copyright jQuery Foundation and other contributors; Licensed MIT */
+
+/* Layout helpers
+----------------------------------*/
+.ui-helper-hidden {
+	display: none;
+}
+.ui-helper-hidden-accessible {
+	border: 0;
+	clip: rect(0 0 0 0);
+	height: 1px;
+	margin: -1px;
+	overflow: hidden;
+	padding: 0;
+	position: absolute;
+	width: 1px;
+}
+.ui-helper-reset {
+	margin: 0;
+	padding: 0;
+	border: 0;
+	outline: 0;
+	line-height: 1.3;
+	text-decoration: none;
+	font-size: 100%;
+	list-style: none;
+}
+.ui-helper-clearfix:before,
+.ui-helper-clearfix:after {
+	content: "";
+	display: table;
+	border-collapse: collapse;
+}
+.ui-helper-clearfix:after {
... 3465620 lines suppressed ...

[systemds] 10/16: [BUILD] separate staging and publish profiles

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit 83ee5488f64386908a651242e3c20216bdddfb0b
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Tue Jun 29 14:08:17 2021 +0530

    [BUILD] separate staging and publish profiles
---
 .asf.yaml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index d5d6e40..45c8e4b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -32,3 +32,14 @@ staging:
   #   content/
   # or output/
   # outputdir: site
+
+# Official website publishing
+publish:
+  profile: ~
+  whoami:  asf-site
+  # top level directory for serving index.html
+  # Refer: https://github.com/apache/struts-site
+  # Default directories are 
+  #   content/
+  # or output/
+  # outputdir: site

[systemds] 06/16: [SYSTEMDS-3017] Remove duplicate files, and unused pages

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit b04117f50f70c8cd3867cd42315fdee7a7901328
Author: baunsgaard <ba...@tugraz.at>
AuthorDate: Tue Jun 8 20:27:20 2021 +0200

    [SYSTEMDS-3017] Remove duplicate files, and unused pages
---
 .gitignore                                         |     2 +
 content/.htaccess                                  |     1 -
 content/SystemML-logo-white-32-cleaned.png         |   Bin 982 -> 0 bytes
 content/airport-traffic.png                        |   Bin 50128 -> 0 bytes
 content/apache-foundation-logo.png                 |   Bin 11296 -> 0 bytes
 content/apache-foundation-logo.svg                 |     1 -
 content/apache-incubator-logo-old.png              |   Bin 7241 -> 0 bytes
 content/apache-incubator-logo.png                  |   Bin 17961 -> 0 bytes
 content/apache-logo.png                            |   Bin 11958 -> 0 bytes
 content/automotive.png                             |   Bin 36954 -> 0 bytes
 content/award.png                                  |   Bin 24487 -> 0 bytes
 content/award.svg                                  |    54 -
 content/awardLeft.png                              |   Bin 3483 -> 0 bytes
 content/awardRight.png                             |   Bin 3539 -> 0 bytes
 content/bundle.min.js                              |     1 -
 content/community-members.html                     |   381 -
 content/diagramAnim-v4.gif                         |   Bin 3117460 -> 0 bytes
 content/dsx-logo.png                               |   Bin 2874 -> 0 bytes
 content/favicon.png                                |   Bin 461 -> 0 bytes
 content/hadoop-logo.png                            |   Bin 5103 -> 0 bytes
 content/hero-about.png                             |   Bin 410407 -> 0 bytes
 content/hero-about.svg                             |    12 -
 content/hero-home.jpg                              |   Bin 251765 -> 0 bytes
 content/hero-mobile.png                            |   Bin 257052 -> 0 bytes
 content/hero.mp4                                   |   Bin 16708732 -> 0 bytes
 content/icon-announcment.svg                       |    10 -
 content/icon-chevron-down.svg                      |    11 -
 content/icon-close.svg                             |     1 -
 content/icon-code.svg                              |    19 -
 content/icon-data.svg                              |    16 -
 content/icon-math.svg                              |    16 -
 content/icon-play.svg                              |     1 -
 content/icon_github.svg                            |    26 -
 content/icon_medium.svg                            |    26 -
 content/icon_twitter.svg                           |    21 -
 content/icon_youtube.svg                           |    29 -
 content/install-systemml.html                      |   381 -
 content/jquery-1.12.4.js                           | 11008 -------------------
 content/jquery-1.12.4.min.js                       |     5 -
 content/jquery-ui-1.12.1.js                        |  1769 ---
 content/jquery-ui-1.12.1.min.js                    |     6 -
 content/jquery-ui.css                              |   576 -
 content/jupyter-logo.png                           |   Bin 3134 -> 0 bytes
 content/jupyter-logo.svg                           |     1 -
 content/logo.png                                   |   Bin 40071 -> 0 bytes
 content/main.css                                   |  5810 ----------
 content/mask.png                                   |   Bin 321508 -> 0 bytes
 content/maturity.html                              |   Bin 392578 -> 0 bytes
 content/menuicon.png                               |   Bin 106 -> 0 bytes
 content/mobile-award.png                           |   Bin 6401 -> 0 bytes
 content/play-button.svg                            |    17 -
 content/python-logo-generic.svg                    |   269 -
 content/r-logo.svg                                 |    14 -
 content/robotTutorial.gif                          |   Bin 84367 -> 0 bytes
 content/robotTutorial.png                          |   Bin 286359 -> 0 bytes
 content/robotTutorialSm.png                        |   Bin 109800 -> 0 bytes
 content/social-banking.png                         |   Bin 53313 -> 0 bytes
 content/spark-logo.png                             |   Bin 3212 -> 0 bytes
 content/systemML-logo-white-32.png                 |   Bin 217 -> 0 bytes
 content/systemML_Diagram.gif                       |   Bin 589101 -> 0 bytes
 content/systemml-juypter-install-2.jpeg            |   Bin 394780 -> 0 bytes
 content/systemml-juypter-install.jpeg              |   Bin 80437 -> 0 bytes
 content/systemml-logo.svg                          |     1 -
 .../systemml-release-notes-0.10.0-incubating.html  |   293 -
 .../systemml-release-notes-0.11.0-incubating.html  |   238 -
 .../systemml-release-notes-0.12.0-incubating.html  |   221 -
 .../systemml-release-notes-0.13.0-incubating.html  |   221 -
 .../systemml-release-notes-0.14.0-incubating.html  |   225 -
 content/systemml-release-notes-0.15.0.html         |   225 -
 .../systemml-release-notes-0.9.0-incubating.html   |   257 -
 content/systemml-release-notes-1.0.0.html          |   278 -
 content/systemml-release-notes-1.1.0.html          |   254 -
 content/systemml-release-notes-1.2.0.html          |   280 -
 content/tutorial-kdd2017.html                      |   201 -
 content/tutorials.html                             |   231 -
 content/what-is-systemml.png                       |   Bin 21928 -> 0 bytes
 content/zeppelin-logo.png                          |   Bin 2875 -> 0 bytes
 77 files changed, 2 insertions(+), 23407 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7e5faa1..ca00ce8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,5 @@
 node_modules/*
 _site
 _src
+
+.vscode
\ No newline at end of file
diff --git a/content/.htaccess b/content/.htaccess
deleted file mode 100644
index a833081..0000000
--- a/content/.htaccess
+++ /dev/null
@@ -1 +0,0 @@
-Redirect 301 /algorithms https://github.com/apache/incubator-systemml/tree/master/scripts/algorithms
diff --git a/content/SystemML-logo-white-32-cleaned.png b/content/SystemML-logo-white-32-cleaned.png
deleted file mode 100644
index 85e07bf..0000000
Binary files a/content/SystemML-logo-white-32-cleaned.png and /dev/null differ
diff --git a/content/airport-traffic.png b/content/airport-traffic.png
deleted file mode 100644
index 8b83165..0000000
Binary files a/content/airport-traffic.png and /dev/null differ
diff --git a/content/apache-foundation-logo.png b/content/apache-foundation-logo.png
deleted file mode 100644
index afb67dd..0000000
Binary files a/content/apache-foundation-logo.png and /dev/null differ
diff --git a/content/apache-foundation-logo.svg b/content/apache-foundation-logo.svg
deleted file mode 100644
index 599cb88..0000000
--- a/content/apache-foundation-logo.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 162.19"><defs><style>.cls-1{fill:#6d6e71;}.cls-2{fill:#d22128;}.cls-3{fill:url(#linear-gradient);}.cls-4{fill:none;}.cls-5,.cls-6{fill:#be202e;}.cls-6{opacity:0.35;isolation:isolate;}.cls-7{fill:url(#linear-gradient-2);}.cls-8{fill:url(#linear-gradient-3);}.cls-9{fill:url(#linear-gradient-4);}.cls-10{fill:url(#linear-gradient-5);}.cls-11{fill:url(#linear-gr [...]
\ No newline at end of file
diff --git a/content/apache-incubator-logo-old.png b/content/apache-incubator-logo-old.png
deleted file mode 100644
index 9d25899..0000000
Binary files a/content/apache-incubator-logo-old.png and /dev/null differ
diff --git a/content/apache-incubator-logo.png b/content/apache-incubator-logo.png
deleted file mode 100644
index 759252f..0000000
Binary files a/content/apache-incubator-logo.png and /dev/null differ
diff --git a/content/apache-logo.png b/content/apache-logo.png
deleted file mode 100644
index 2d70923..0000000
Binary files a/content/apache-logo.png and /dev/null differ
diff --git a/content/automotive.png b/content/automotive.png
deleted file mode 100644
index a3f6434..0000000
Binary files a/content/automotive.png and /dev/null differ
diff --git a/content/award.png b/content/award.png
deleted file mode 100644
index 4c3dcc6..0000000
Binary files a/content/award.png and /dev/null differ
diff --git a/content/award.svg b/content/award.svg
deleted file mode 100644
index 51d6981..0000000
--- a/content/award.svg
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 width="85px" height="80.788px" viewBox="0 0 85 80.788" enable-background="new 0 0 85 80.788" xml:space="preserve">
-<g>
-	<g>
-		<path fill="#A6ABA9" d="M27.52,8.495c0.479-2.918,3.942-5.725,7.057-5.573C33.835,6.274,30.22,8.321,27.52,8.495z"/>
-		<path fill="#A6ABA9" d="M21.522,12.649c2.796-2.206,8.284-2.293,10.897-0.29C29.719,14.188,23.881,14.361,21.522,12.649z"/>
-		<path fill="#A6ABA9" d="M16.349,18.104c2.342-2.683,7.72-3.782,10.659-2.295C24.69,18.104,18.985,19.353,16.349,18.104z"/>
-		<path fill="#A6ABA9" d="M19.669,20.374c-1.439,3.255-6.251,5.899-9.498,5.351C11.702,22.845,16.02,19.946,19.669,20.374z"/>
-		<path fill="#A6ABA9" d="M10.434,14.765c-2.238,2.769-2.39,8.253-0.414,10.889C11.878,22.977,12.119,17.144,10.434,14.765z"/>
-		<path fill="#A6ABA9" d="M17.412,7.676c-2.336,2.477-2.881,7.696-1.191,10.354C18.191,15.613,18.848,10.067,17.412,7.676z"/>
-		<path fill="#A6ABA9" d="M26.238,2.963c-3.145,1.547-5.552,6.384-4.881,9.554C24.129,10.897,26.761,5.787,26.238,2.963z"/>
-		<path fill="#A6ABA9" d="M15.919,26.761c-0.423,3.823-4.516,8.111-8.039,8.603C8.52,31.902,12.143,27.26,15.919,26.761z"/>
-		<path fill="#A6ABA9" d="M4.664,24.279c-1.365,3.482,0.221,9.019,3.033,11.033C8.712,32.043,7.105,26.126,4.664,24.279z"/>
-		<path fill="#A6ABA9" d="M13.125,34.502c0.803,4.044-1.998,9.753-5.442,11.394C7.218,42.148,9.257,36.772,13.125,34.502z"/>
-		<path fill="#A6ABA9" d="M13.164,43.213c1.831,3.859,0.463,10.306-2.582,12.827C9.165,52.392,10.259,45.818,13.164,43.213z"/>
-		<path fill="#A6ABA9" d="M14.682,51.939c2.786,3.171,3.234,9.665,1.026,12.883C13.373,61.741,12.491,56.256,14.682,51.939z"/>
-		<path fill="#A6ABA9" d="M18.554,60.911c3.305,1.996,5.485,7.53,4.448,10.946C20.116,69.812,17.936,65.236,18.554,60.911z"/>
-		<path fill="#A6ABA9" d="M32.227,70.98c3.859,0.4,8.211,4.5,8.731,8.047C37.461,78.406,33.028,74.835,32.227,70.98z"/>
-		<path fill="#A6ABA9" d="M25.446,67.571c3.262,1.286,6.055,5.911,5.646,9.125C28.197,75.306,25.417,71.57,25.446,67.571z"/>
-		<path fill="#A6ABA9" d="M1.963,35.068c-0.688,3.902,2.118,9.325,5.46,10.829C7.793,42.29,4.886,36.477,1.963,35.068z"/>
-		<path fill="#A6ABA9" d="M0.308,46.529c0.759,4.495,5.895,9.292,10.096,9.633C9.413,52.109,4.019,46.931,0.308,46.529z"/>
-		<path fill="#A6ABA9" d="M10.763,69.873c2.751,2.901,8.834,3.879,12.058,2.069C20.115,69.48,13.657,68.352,10.763,69.873z"/>
-		<path fill="#A6ABA9" d="M29.195,82.816c3.77,1.335,9.632-0.556,11.683-3.631C37.35,78.22,31.082,80.146,29.195,82.816z"/>
-		<path fill="#A6ABA9" d="M3.683,58.77c1.882,3.93,7.861,6.98,11.811,6.189C13.514,61.495,7.195,58.16,3.683,58.77z"/>
-		<path fill="#A6ABA9" d="M19.025,77.753c3.314,2.115,9.353,1.604,12.001-0.885C27.861,75.159,21.428,75.612,19.025,77.753z"/>
-	</g>
-	<g>
-		<path fill="#A6ABA9" d="M57.479,8.495c-0.478-2.918-3.941-5.725-7.056-5.573C51.215,6.274,54.78,8.321,57.479,8.495z"/>
-		<path fill="#A6ABA9" d="M63.478,12.649c-2.797-2.206-8.285-2.293-10.899-0.29C55.282,14.188,61.119,14.361,63.478,12.649z"/>
-		<path fill="#A6ABA9" d="M68.651,18.104c-2.342-2.683-7.72-3.782-10.658-2.295C60.31,18.104,66.015,19.353,68.651,18.104z"/>
-		<path fill="#A6ABA9" d="M65.332,20.374c1.439,3.255,6.25,5.899,9.497,5.351C73.298,22.845,68.979,19.946,65.332,20.374z"/>
-		<path fill="#A6ABA9" d="M74.566,14.765c2.238,2.769,2.389,8.253,0.413,10.889C73.121,22.977,72.881,17.144,74.566,14.765z"/>
-		<path fill="#A6ABA9" d="M67.587,7.676c2.335,2.477,2.881,7.696,1.193,10.354C66.809,15.613,66.152,10.067,67.587,7.676z"/>
-		<path fill="#A6ABA9" d="M58.761,2.963c3.145,1.547,5.552,6.384,4.883,9.554C60.871,10.897,58.24,5.787,58.761,2.963z"/>
-		<path fill="#A6ABA9" d="M69.082,26.761c0.421,3.823,4.514,8.111,8.037,8.603C76.481,31.902,72.857,27.26,69.082,26.761z"/>
-		<path fill="#A6ABA9" d="M80.335,24.279c1.365,3.482-0.223,9.019-3.033,11.033C76.288,32.043,77.894,26.126,80.335,24.279z"/>
-		<path fill="#A6ABA9" d="M71.876,34.502c-0.804,4.044,1.997,9.753,5.441,11.394C77.782,42.148,75.742,36.772,71.876,34.502z"/>
-		<path fill="#A6ABA9" d="M71.837,43.213c-1.831,3.859-0.464,10.306,2.581,12.827C75.835,52.392,74.741,45.818,71.837,43.213z"/>
-		<path fill="#A6ABA9" d="M70.318,51.939c-2.787,3.171-3.234,9.665-1.026,12.883C71.627,61.741,72.508,56.256,70.318,51.939z"/>
-		<path fill="#A6ABA9" d="M66.444,60.911c-3.303,1.996-5.483,7.53-4.449,10.946C64.883,69.812,67.064,65.236,66.444,60.911z"/>
-		<path fill="#A6ABA9" d="M52.772,70.98c-3.858,0.4-8.21,4.5-8.73,8.047C47.539,78.406,51.972,74.835,52.772,70.98z"/>
-		<path fill="#A6ABA9" d="M59.554,67.571c-3.263,1.286-6.057,5.911-5.647,9.125C56.803,75.306,59.583,71.57,59.554,67.571z"/>
-		<path fill="#A6ABA9" d="M83.036,35.068c0.688,3.902-2.117,9.325-5.461,10.829C77.206,42.29,80.112,36.477,83.036,35.068z"/>
-		<path fill="#A6ABA9" d="M84.692,46.529c-0.76,4.495-5.895,9.292-10.096,9.633C75.586,52.109,80.982,46.931,84.692,46.529z"/>
-		<path fill="#A6ABA9" d="M74.236,69.873c-2.75,2.901-8.833,3.879-12.057,2.069C64.884,69.48,71.342,68.352,74.236,69.873z"/>
-		<path fill="#A6ABA9" d="M55.805,82.816c-3.77,1.335-9.632-0.556-11.684-3.631C47.65,78.22,53.917,80.146,55.805,82.816z"/>
-		<path fill="#A6ABA9" d="M81.317,58.77c-1.882,3.93-7.861,6.98-11.81,6.189C71.486,61.495,77.806,58.16,81.317,58.77z"/>
-		<path fill="#A6ABA9" d="M65.974,77.753c-3.315,2.115-9.352,1.604-12.001-0.885C57.139,75.159,63.572,75.612,65.974,77.753z"/>
-	</g>
-</g>
-</svg>
diff --git a/content/awardLeft.png b/content/awardLeft.png
deleted file mode 100644
index 54e5f6d..0000000
Binary files a/content/awardLeft.png and /dev/null differ
diff --git a/content/awardRight.png b/content/awardRight.png
deleted file mode 100644
index 2f1f033..0000000
Binary files a/content/awardRight.png and /dev/null differ
diff --git a/content/bundle.min.js b/content/bundle.min.js
deleted file mode 100644
index facd1ac..0000000
--- a/content/bundle.min.js
+++ /dev/null
@@ -1 +0,0 @@
-function _toggleTab(e,t,n){var r=[].slice.call(document.querySelectorAll(e)),i=[].slice.call(document.querySelectorAll(n));r.filter(function(e){return"true"===e.attributes["aria-selected"].value}).map(function(e){return e.setAttribute("aria-selected",!1),e}),i.filter(function(e){return"false"===e.attributes["aria-hidden"].value}).map(function(e){return e.setAttribute("aria-hidden",!0),e}),r[t].setAttribute("aria-selected",!0),i[t].setAttribute("aria-hidden",!1)}function apTabs(){var n=ar [...]
\ No newline at end of file
diff --git a/content/community-members.html b/content/community-members.html
deleted file mode 100644
index 6e6bfd8..0000000
--- a/content/community-members.html
+++ /dev/null
@@ -1,381 +0,0 @@
-<!--
-
--->
-<!--
-
--->
-<!DOCTYPE html>
-<html lang="en">
-  <!--
-
--->
-<head>
-  <meta charset="utf-8">
-  <meta http-equiv="X-UA-Compatible" content="IE=edge">
-
-  <title>Community Members</title>
-  
-  <meta name="description" content="Project Community Page">
-  
-  <meta name="author" content="Apache SystemML">
-
-  <!-- Enable responsive viewport -->
-  <meta name="HandheldFriendly" content="True">
-  <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-  <!-- You can use Open Graph tags to customize link previews.
-  Learn more: https://developers.facebook.com/docs/sharing/webmasters -->
-  <meta property="og:url"           content="https://systemml.apache.org/" />
-  <meta property="og:type"          content="website" />
-  <meta property="og:title"         content="Community Members" />
-  <meta property="og:description"   content="Apache SystemML provides an optimal workplace for Machine Learning using big data" />
-  <meta property="og:image"         content="" />
-
-  <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Le styles -->
-  <link rel="stylesheet" href="/assets/css/main.css">
-
-  <!-- favicons -->
-  <link rel="shortcut icon" href="/assets/img/favicon.png">
-</head>
- <!-- META -->
-  <body class="vcard">
-    <!--
-
--->
-<header class="site-header site-header--not-home">
-  <h1 class="logo"><a class="url" href="/"><i class="logo-mark"></i><span class="fn org">Apache SystemML</span></a></h1>
-  <nav class="main-nav">
-    <ul>
-      
-      <li role="presentation">
-        
-        
-        <a href="/download" target="_self">Download</a>
-        
-      </li>
-      
-      <li role="presentation">
-        
-        
-        <a href="/get-started" target="_self">Get Started</a>
-        
-      </li>
-      
-      <li role="presentation">
-        
-        
-        <a href="https://apache.github.io/incubator-systemml" target="_blank">Documentation</a>
-        
-      </li>
-      
-      <li role="presentation">
-        
-        <a class="nav-link--hover">Community <i class="icon icon-chevron-down"></i></a>
-        <ul>
-          
-          
-          <li><a href="/community" target="_self">Get Involved</a></li>
-          
-          
-          <li><a href="https://issues.apache.org/jira/browse/SYSTEMML" target="_blank">Issue Tracker</a></li>
-          
-          
-          <li><a href="https://github.com/apache/incubator-systemml" target="_blank">GitHub</a></li>
-          
-          
-          <li><a href="/roadmap" target="_self">Roadmap</a></li>
-          
-        </ul>
-        
-      </li>
-      
-      <li role="presentation">
-        
-        <a class="nav-link--hover">Apache <i class="icon icon-chevron-down"></i></a>
-        <ul>
-          
-          
-          <li><a href="http://www.apache.org/foundation/how-it-works.html" target="_blank">Apache Software Foundation</a></li>
-          
-          
-          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
-          
-          
-          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
-          
-          
-          <li><a href="http://www.apache.org/foundation/thanks.html" target="_blank">Thanks</a></li>
-          
-          
-          <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
-          
-        </ul>
-        
-      </li>
-      
-    </ul>
-  </nav>
-</header>
- <!-- GLOBAL HEADER -->
-    <!--
-
--->
-<!--
-
--->
-<div>
-  <!--
-
--->
-
-
-<h1>SystemML Team Members</h1>
-
-
-<table class="table table-hover sortable">
-  <thead>
-    <tr>
-      <th><b></b></th>
-      <th><b>Full Name</b></th>
-      <th><b>Apache ID</b></th>
-      <th><b>GitHub</b></th>
-      <th><b>Role</b></th>
-      <th><b>Affiliation</b></th>
-    </tr>
-  </thead>
-  <tbody>
-  
-    <tr>
-      <td><a href="http://github.com/ae2015"><img width="64" src="http://github.com/ae2015.png"></a></td>
-      <td>Alexandre V Evfimievski</td>
-      <td>ae2015</td>
-      <td><a href="http://github.com/ae2015">ae2015</a></td>
-      <td>PMC Member</td>
-      <td>IBM</td>
-    </tr>
-  
-    <tr>
-      <td><a href="http://github.com/asurve"><img width="64" src="http://github.com/asurve.png"></a></td>
-      <td>Arvind Surve</td>
-      <td>acs_s</td>
-      <td><a href="http://github.com/asurve">asurve</a></td>
-      <td>PMC Member</td>
-      <td>IBM</td>
-    </tr>
-  
-    <tr>
-      <td><a href="http://github.com/bertholdreinwald"><img width="64" src="http://github.com/bertholdreinwald.png"></a></td>
-      <td>Berthold Reinwald</td>
-      <td>reinwald</td>
-      <td><a href="http://github.com/bertholdreinwald">bertholdreinwald</a></td>
-      <td>PMC Member</td>
-      <td>IBM</td>
-    </tr>
-  
-    <tr>
-      <td><a href="http://github.com/dbtsai"><img width="64" src="http://github.com/dbtsai.png"></a></td>
-      <td>DB Tsai</td>
-      <td>dbtsai</td>
-      <td><a href="http://github.com/dbtsai">dbtsai</a></td>
-      <td>PMC Member</td>
-      <td>Netflix</td>
-    </tr>
-  
-    <tr>
-      <td><a href="http://github.com/deroneriksson"><img width="64" src="http://github.com/deroneriksson.png"></a></td>
-      <td>Deron Eriksson</td>
-      <td>deron</td>
-      <td><a href="http://github.com/deroneriksson">deroneriksson</a></td>
-      <td>PMC Member</td>
-      <td>IBM</td>
-    </tr>
-  
-    <tr>
-      <td><a href="http://github.com/fmakari"><img width="64" src="http://github.com/fmakari.png"></a></td>
-      <td>Faraz Makari</td>
-      <td>fmakari</td>
-      <td><a href="http://github.com/fmakari">fmakari</a></td>
-      <td>PMC Member</td>
-      <td>Daimler TSS</td>
-    </tr>
-  
-    <tr>
-      <td><a href="http://github.com/frreiss"><img width="64" src="http://github.com/frreiss.png"></a></td>
-      <td>Fred Reiss</td>
-      <td>freiss</td>
-      <td><a href="http://github.com/frreiss">frreiss</a></td>
-      <td>PMC Member</td>
-      <td>IBM</td>
-    </tr>
-  
-    <tr>
-      <td><a href="http://github.com/gweidner"><img width="64" src="http://github.com/gweidner.png"></a></td>
-      <td>Glenn Weidner</td>
-      <td>gweidner</td>
-      <td><a href="http://github.com/gweidner">gweidner</a></td>
-      <td>PMC Member</td>
-      <td>IBM</td>
-    </tr>
-  
-    <tr>
-      <td><a href="http://github.com/holdenk"><img width="64" src="http://github.com/holdenk.png"></a></td>
-      <td>Holden Karau</td>
-      <td>holden</td>
-      <td><a href="http://github.com/holdenk">holdenk</a></td>
-      <td>PMC Member</td>
-      <td>IBM</td>
-    </tr>
-  
-    <tr>
-      <td><a href="http://github.com/jkbradley"><img width="64" src="http://github.com/jkbradley.png"></a></td>
-      <td>Joseph Bradley</td>
-      <td>jkbradley</td>
-      <td><a href="http://github.com/jkbradley">jkbradley</a></td>
-      <td>PMC Member</td>
-      <td>Databricks</td>
-    </tr>
-  
-    <tr>
-      <td><a href="http://github.com/lresende"><img width="64" src="http://github.com/lresende.png"></a></td>
-      <td>Luciano Resende</td>
-      <td>lresende</td>
-      <td><a href="http://github.com/lresende">lresende</a></td>
-      <td>PMC Member</td>
-      <td>IBM</td>
-    </tr>
-  
-    <tr>
-      <td><a href="http://github.com/mboehm7"><img width="64" src="http://github.com/mboehm7.png"></a></td>
-      <td>Matthias Boehm</td>
-      <td>mboehm7</td>
-      <td><a href="http://github.com/mboehm7">mboehm7</a></td>
-      <td>PMC Member</td>
-      <td>IBM</td>
-    </tr>
-  
-    <tr>
-      <td><a href="http://github.com/dusenberrymw"><img width="64" src="http://github.com/dusenberrymw.png"></a></td>
-      <td>Mike Dusenberry</td>
-      <td>dusenberrymw</td>
-      <td><a href="http://github.com/dusenberrymw">dusenberrymw</a></td>
-      <td>PMC Member</td>
-      <td>IBM</td>
-    </tr>
-  
-    <tr>
-      <td><a href="http://github.com/niketanpansare"><img width="64" src="http://github.com/niketanpansare.png"></a></td>
-      <td>Niketan Pansare</td>
-      <td>niketanpansare</td>
-      <td><a href="http://github.com/niketanpansare">niketanpansare</a></td>
-      <td>PMC Member</td>
-      <td>IBM</td>
-    </tr>
-  
-    <tr>
-      <td><a href="http://github.com/pwendell"><img width="64" src="http://github.com/pwendell.png"></a></td>
-      <td>Patrick Wendell</td>
-      <td>pwendell</td>
-      <td><a href="http://github.com/pwendell">pwendell</a></td>
-      <td>PMC Member, Mentor</td>
-      <td>Databricks</td>
-    </tr>
-  
-    <tr>
-      <td><a href="http://github.com/prithvirajsen"><img width="64" src="http://github.com/prithvirajsen.png"></a></td>
-      <td>Prithviraj Sen</td>
-      <td>prithvi</td>
-      <td><a href="http://github.com/prithvirajsen">prithvirajsen</a></td>
-      <td>PMC Member</td>
-      <td>IBM</td>
-    </tr>
-  
-    <tr>
-      <td><a href="http://github.com/rxin"><img width="64" src="http://github.com/rxin.png"></a></td>
-      <td>Reynold Xin</td>
-      <td>rxin</td>
-      <td><a href="http://github.com/rxin">rxin</a></td>
-      <td>PMC Member, Mentor</td>
-      <td>Databricks</td>
-    </tr>
-  
-    <tr>
-      <td><a href="http://github.com/rbowen"><img width="64" src="http://github.com/rbowen.png"></a></td>
-      <td>Rich Bowen</td>
-      <td>rbowen</td>
-      <td><a href="http://github.com/rbowen">rbowen</a></td>
-      <td>PMC Member, Mentor</td>
-      <td>Red Hat</td>
-    </tr>
-  
-    <tr>
-      <td><a href="http://github.com/shirisht"><img width="64" src="http://github.com/shirisht.png"></a></td>
-      <td>Shirish Tatikonda</td>
-      <td>shirisht</td>
-      <td><a href="http://github.com/shirisht">shirisht</a></td>
-      <td>PMC Member</td>
-      <td>Target</td>
-    </tr>
-  
-    <tr>
-      <td><a href="http://github.com/mengxr"><img width="64" src="http://github.com/mengxr.png"></a></td>
-      <td>Xiangrui Meng</td>
-      <td>meng</td>
-      <td><a href="http://github.com/mengxr">mengxr</a></td>
-      <td>PMC Member</td>
-      <td>Databricks</td>
-    </tr>
-  
-  </tbody>
-</table>
-
-
-</div>
-
- 
-    <!--
-
--->
-<footer class="site-footer">
-  <div class="ml-container">
-    <div class="footer-col-wrapper">
-      
-      Apache SystemML is an effort undergoing <a href="https://incubator.apache.org/index.html">Incubation</a> at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or st [...]
-      
-      <div style="text-align:center;">
-      
-        <div style="margin-top: 20px; margin-bottom: 20px;">
-            <a href="http://incubator.apache.org"><img src="/assets/img/apache-incubator-logo.png" alt="Apache Incubator"/></a>
-        </div>
-      
-        <div>
-        Copyright &copy; 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>.
-        Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-        <br>
-        
-            Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache Software Foundation.
-        
-        </div>
-      </div>
-    </div>
-  </div>
-  <script>
-  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-  ga('create', 'UA-71553733-1', 'auto');
-  ga('send', 'pageview');
-</script>
-
-</footer>
- <!-- GLOBAL FOOTER-->
-    <script src="assets/js/bundle.min.js"></script>
-  </body>
-</html>
-
diff --git a/content/diagramAnim-v4.gif b/content/diagramAnim-v4.gif
deleted file mode 100644
index 01ce112..0000000
Binary files a/content/diagramAnim-v4.gif and /dev/null differ
diff --git a/content/dsx-logo.png b/content/dsx-logo.png
deleted file mode 100644
index a1ff973..0000000
Binary files a/content/dsx-logo.png and /dev/null differ
diff --git a/content/favicon.png b/content/favicon.png
deleted file mode 100644
index c5311b9..0000000
Binary files a/content/favicon.png and /dev/null differ
diff --git a/content/hadoop-logo.png b/content/hadoop-logo.png
deleted file mode 100644
index b48e364..0000000
Binary files a/content/hadoop-logo.png and /dev/null differ
diff --git a/content/hero-about.png b/content/hero-about.png
deleted file mode 100644
index af9bbc2..0000000
Binary files a/content/hero-about.png and /dev/null differ
diff --git a/content/hero-about.svg b/content/hero-about.svg
deleted file mode 100644
index 1fd54a9..0000000
--- a/content/hero-about.svg
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg width="1280px" height="451px" viewBox="0 0 1280 451" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <!-- Generator: Sketch 39.1 (31720) - http://www.bohemiancoding.com/sketch -->
-    <title>Hero BG</title>
-    <desc>Created with Sketch.</desc>
-    <defs></defs>
-    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="0.05">
-        <g id="2---About" transform="translate(0.000000, -58.000000)">
-            <image id="Hero-BG" x="-1" y="58" width="1281" height="451" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAFAIAAAcMCAYAAACTNOWTAAAABGdBTUEAALGPC/xhBQAAQABJREFUeAHsnQecVNX1x3fpRbqCBRQNYMFYEAtYIiqy0kSIGmPsxhZJLFEgasQW0VhjiUajURMLsSBNEBWxYANjCRYwioAKKgLSpO7/e/3P6rA775w7O6/Ncubz2c/OvN+555z7u/Xdd+95pSWVPk888cSh5eXlEytdFn/WqlXr8gEDBlwqChloDITAwKhRo3qvX79+XB6qPq1bt27Xfv36fZ1HGhM1BoyBImeAvuL39BV/9szGPPqJfegnPvOUrxFijPcDGO+f8MlMaWnpHGS7DBw4cKGPfE2VgYNS6tbj/B/gk0fmR2cwP7rTR9 [...]
-        </g>
-    </g>
-</svg>
\ No newline at end of file
diff --git a/content/hero-home.jpg b/content/hero-home.jpg
deleted file mode 100644
index 242fdcf..0000000
Binary files a/content/hero-home.jpg and /dev/null differ
diff --git a/content/hero-mobile.png b/content/hero-mobile.png
deleted file mode 100644
index 2cc5ef2..0000000
Binary files a/content/hero-mobile.png and /dev/null differ
diff --git a/content/hero.mp4 b/content/hero.mp4
deleted file mode 100644
index f00997e..0000000
Binary files a/content/hero.mp4 and /dev/null differ
diff --git a/content/icon-announcment.svg b/content/icon-announcment.svg
deleted file mode 100644
index b439683..0000000
--- a/content/icon-announcment.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 viewBox="0 0 60 40" style="enable-background:new 0 0 60 40;" xml:space="preserve">
-<style type="text/css">
-	.st0{fill:#F05323;}
-</style>
-<path class="st0" d="M6,15.4V14H4v-2H0v16h4v-2h2v-1.4l4,1.1V32c0,2.2,1.8,4,4,4h8c2.2,0,4-1.8,4-4v-1.7L60,40V0L6,15.4z M24,32
-	c0,1.1-0.9,2-2,2h-8c-1.1,0-2-0.9-2-2v-5.7l12,3.4V32z M58,37.3L6,22.5v-5L58,2.7V37.3z"/>
-</svg>
diff --git a/content/icon-chevron-down.svg b/content/icon-chevron-down.svg
deleted file mode 100644
index 5b1cc96..0000000
--- a/content/icon-chevron-down.svg
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 20.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 viewBox="0 0 11 6.2" style="enable-background:new 0 0 11 6.2;" xml:space="preserve">
-<style type="text/css">
-	.st0{fill:#FFFFFF;}
-</style>
-<g>
-	<polygon class="st0" points="5.5,6.2 0,0.7 0.7,0 5.5,4.8 10.3,0 11,0.7 	"/>
-</g>
-</svg>
diff --git a/content/icon-close.svg b/content/icon-close.svg
deleted file mode 100644
index 4892fc6..0000000
--- a/content/icon-close.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26.2 26.2"><defs><style>.cls-1{fill:#fff;}</style></defs><title>icon-close</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><polygon class="cls-1" points="26.2 1.41 24.79 0 13.1 11.69 1.41 0 0 1.41 11.69 13.1 0 24.79 1.41 26.2 13.1 14.52 24.79 26.2 26.2 24.79 14.52 13.1 26.2 1.41"/></g></g></svg>
\ No newline at end of file
diff --git a/content/icon-code.svg b/content/icon-code.svg
deleted file mode 100644
index bda9cad..0000000
--- a/content/icon-code.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg width="45px" height="23px" viewBox="0 0 45 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <!-- Generator: Sketch 39.1 (31720) - http://www.bohemiancoding.com/sketch -->
-    <title>Group</title>
-    <desc>Created with Sketch.</desc>
-    <defs></defs>
-    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="1---Home-Page" transform="translate(-618.000000, -1112.000000)" fill="#FF5003">
-            <g id="Learn-More" transform="translate(0.000000, 920.000000)">
-                <g id="1" transform="translate(514.000000, 192.000000)">
-                    <g id="Group" transform="translate(104.000000, 0.000000)">
-                        <polygon id="Shape" points="11.3216667 0.488333333 0.1425 11.6666667 11.3216667 22.845 13.6783333 20.4883333 4.8575 11.6666667 13.6783333 2.845"></polygon>
-                        <polygon id="Shape" points="33.6783333 0.488333333 31.3216667 2.845 40.1425 11.6666667 31.3216667 20.4883333 33.6783333 22.845 44.8575 11.6666667"></polygon>
-                    </g>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>
\ No newline at end of file
diff --git a/content/icon-data.svg b/content/icon-data.svg
deleted file mode 100644
index 1052541..0000000
--- a/content/icon-data.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg width="45px" height="21px" viewBox="0 0 45 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <!-- Generator: Sketch 39.1 (31720) - http://www.bohemiancoding.com/sketch -->
-    <title>Shape</title>
-    <desc>Created with Sketch.</desc>
-    <defs></defs>
-    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="1---Home-Page" transform="translate(-311.000000, -1113.000000)" fill="#FF5003">
-            <g id="Learn-More" transform="translate(0.000000, 920.000000)">
-                <g id="2" transform="translate(207.000000, 193.000000)">
-                    <path d="M104,0 L107.75,0 L107.75,20.25 L104,20.25 L104,0 L104,0 Z M128.375,0 L132.125,0 L132.125,20.25 L128.375,20.25 L128.375,0 L128.375,0 Z M118.025,0.0375 C121.8125,0.0375 125,2.475 125,10.05 C125,17.8125 121.8125,20.25 118.025,20.25 C114.275,20.25 111.0875,17.8125 111.0875,10.05 C111.0875,2.475 114.275,0.0375 118.025,0.0375 L118.025,0.0375 Z M118.025,17.025 C121.175,17.025 121.175,12.2625 121.175,10.0875 C121.175,8.0625 121.175,3.3 118.025,3.3 C114.9125,3.3 114.9 [...]
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>
\ No newline at end of file
diff --git a/content/icon-math.svg b/content/icon-math.svg
deleted file mode 100644
index 37e2a64..0000000
--- a/content/icon-math.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg width="45px" height="45px" viewBox="0 0 45 45" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <!-- Generator: Sketch 39.1 (31720) - http://www.bohemiancoding.com/sketch -->
-    <title>flow_64</title>
-    <desc>Created with Sketch.</desc>
-    <defs></defs>
-    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="1---Home-Page" transform="translate(-942.000000, -1101.000000)" fill="#FF5003">
-            <g id="Learn-More" transform="translate(0.000000, 920.000000)">
-                <g id="3" transform="translate(838.000000, 181.000000)">
-                    <path d="M140.346154,27.6923077 C135.858269,27.6923077 132.170865,31.1071154 131.736442,35.4807692 L121.263558,35.4807692 C121.091346,33.7404808 120.4025,32.1525 119.353654,30.87 L134.87,15.3527885 C136.361923,16.5738462 138.268365,17.3076923 140.346154,17.3076923 C145.125673,17.3076923 149,13.4333654 149,8.65384615 C149,3.87432692 145.125673,0 140.346154,0 C135.858269,0 132.170865,3.41480769 131.736442,7.78846154 L121.263558,7.78846154 C120.829135,3.41480769 117.1408 [...]
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>
\ No newline at end of file
diff --git a/content/icon-play.svg b/content/icon-play.svg
deleted file mode 100644
index 1c1ddf6..0000000
--- a/content/icon-play.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56"><defs><style>.cls-1{fill:#ff5003;}</style></defs><title>icon-play</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M28,0A28,28,0,1,0,56,28,28,28,0,0,0,28,0Zm0,54A26,26,0,1,1,54,28,26,26,0,0,1,28,54Z"/><polygon class="cls-1" points="18 40 42 28 18 16 18 40"/></g></g></svg>
\ No newline at end of file
diff --git a/content/icon_github.svg b/content/icon_github.svg
deleted file mode 100644
index 1be665a..0000000
--- a/content/icon_github.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg width="200px" height="200px" viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <!-- Generator: Sketch 41 (35326) - http://www.bohemiancoding.com/sketch -->
-    <title>Group 17</title>
-    <desc>Created with Sketch.</desc>
-    <defs>
-        <polygon id="path-1" points="0 194.695004 199.623824 194.695004 199.623824 0 0 0"></polygon>
-    </defs>
-    <g id="Documentation-(Morgan)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="Group-17">
-            <circle id="Oval-2" fill="#FFFFFF" cx="100" cy="100" r="100"></circle>
-            <mask id="mask-2" fill="white">
-                <use xlink:href="#path-1"></use>
-            </mask>
-            <g id="Clip-2"></g>
-            <path d="M99.8127384,0 C44.6949106,0 0,44.6849934 0,99.8127384 C0,143.910968 28.5993875,181.325042 68.2580423,194.523107 C73.2463652,195.447054 75.0777309,192.357864 75.0777309,189.721557 C75.0777309,187.343095 74.9868238,179.478801 74.9421966,171.138484 C47.1741963,177.176371 41.3148177,159.361876 41.3148177,159.361876 C36.774419,147.826586 30.2324104,144.75723 30.2324104,144.75723 C21.176406,138.562322 30.9150404,138.689592 30.9150404,138.689592 C40.9379662,139.393709 46.21 [...]
-            <path d="M38.6732642,143.691339 C38.4534342,144.188849 37.6732856,144.337606 36.962557,143.995465 C36.2369527,143.669852 35.8320027,142.993833 36.0667085,142.496323 C36.2815799,141.987243 37.0617285,141.845098 37.7856799,142.185586 C38.5096313,142.511199 38.9228456,143.193829 38.6732642,143.691339" id="Fill-4" fill="#181616" mask="url(#mask-2)"></path>
-            <path d="M42.6247129,147.76762 C42.14869,148.208933 41.2164786,148.003978 40.58674,147.306473 C39.9322086,146.61062 39.81155,145.678408 40.2941843,145.232137 C40.7850829,144.790824 41.6875429,144.997431 42.3404215,145.693284 C42.9949529,146.397401 43.1222229,147.319695 42.6247129,147.76762" id="Fill-6" fill="#181616" mask="url(#mask-2)"></path>
-            <path d="M46.6881823,154.413907 C46.0766252,154.840344 45.0749937,154.442005 44.4568252,153.554421 C43.845268,152.665184 43.845268,151.600744 44.4717009,151.174307 C45.0898695,150.74787 46.0766252,151.132985 46.703058,152.012305 C47.3129623,152.914765 47.3129623,153.979205 46.6881823,154.413907" id="Fill-8" fill="#181616" mask="url(#mask-2)"></path>
-            <path d="M51.42455,159.294294 C50.8774543,159.897587 49.71219,159.735607 48.8593157,158.910831 C47.9866071,158.107542 47.7436371,156.965418 48.2923857,156.362125 C48.8460929,155.757179 50.0179686,155.927424 50.8774543,156.743935 C51.7435515,157.547224 52.0080086,158.697612 51.42455,159.294294" id="Fill-10" fill="#181616" mask="url(#mask-2)"></path>
-            <path d="M59.1751512,163.180297 C58.9338341,163.962098 57.8115441,164.31581 56.6809898,163.983585 C55.5520883,163.641444 54.8132612,162.727414 55.0413555,161.937348 C55.2760612,161.148935 56.4033098,160.780348 57.5421284,161.135712 C58.6693769,161.476201 59.409857,162.385272 59.1751512,163.180297" id="Fill-12" fill="#181616" mask="url(#mask-2)"></path>
-            <path d="M67.2908172,163.456755 C67.3189158,164.279878 66.3602586,164.962508 65.1735072,164.977384 C63.9801443,165.00383 63.0132229,164.337728 63,163.527828 C63,162.696441 63.9388229,162.022075 65.1305329,162.000588 C66.3172843,161.977448 67.2908172,162.640244 67.2908172,163.456755" id="Fill-14" fill="#181616" mask="url(#mask-2)"></path>
-            <path d="M75.2556444,162.141255 C75.3977902,162.94289 74.5730144,163.767666 73.3945273,163.987496 C72.2358744,164.200715 71.1631701,163.703205 71.0160658,162.90818 C70.8722672,162.085057 71.7102658,161.260282 72.8689187,161.047063 C74.0490587,160.842109 75.1052344,161.324743 75.2556444,162.141255" id="Fill-16" fill="#181616" mask="url(#mask-2)"></path>
-        </g>
-    </g>
-</svg>
\ No newline at end of file
diff --git a/content/icon_medium.svg b/content/icon_medium.svg
deleted file mode 100644
index 237ceac..0000000
--- a/content/icon_medium.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg width="50px" height="50px" viewBox="0 0 50 50" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch -->
-    <title>Group 5</title>
-    <desc>Created with Sketch.</desc>
-    <defs></defs>
-    <g id="Documentation-(Morgan)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="Full-Docs-Page" transform="translate(-884.000000, -3206.000000)">
-            <g id="Group-5" transform="translate(884.000000, 3206.000000)">
-                <g id="Twitter_Logo_White_On_Blue-Copy" fill="#000000">
-                    <g id="Twitter_Logo_White-on-Blue">
-                        <g id="Dark_Blue">
-                            <circle id="Oval-2" cx="25" cy="25" r="25"></circle>
-                        </g>
-                    </g>
-                </g>
-                <g id="Page-1" transform="translate(9.250000, 11.500000)" fill="#FFFFFF">
-                    <path d="M31.5486748,4.9006881 C31.5423248,4.89585 31.5374867,4.8895 31.5302295,4.88587143 L31.5193438,4.88042857 L21.9731771,0.107345238 C21.9084676,0.0752928571 21.8407343,0.0532190476 21.7720938,0.0356809524 C21.6859152,0.0136071429 21.5982248,4.29709178e-15 21.5099295,4.29709178e-15 C21.144351,4.29709178e-15 20.7802843,0.183545238 20.5834343,0.503464286 L15.0873581,9.4345881 L21.9843652,20.6423381 L31.5777033,5.0530881 C31.6097557,5.00138095 31.5946367,4.93697381  [...]
-                    <polygon id="Fill-3" points="12.0603433 7.40035048 12.0603433 17.5663981 21.0969981 22.0845743"></polygon>
-                    <path d="M22.4544467,22.7634498 L29.8927157,26.4827355 C30.8606371,26.966545 31.6453157,26.6278783 31.6453157,25.725876 L31.6453157,7.82824976 L22.4544467,22.7634498 Z" id="Fill-5"></path>
-                    <path d="M10.4917421,4.91517214 L1.16843024,0.253365 C1.00000405,0.169303095 0.839742143,0.12938881 0.694599286,0.12938881 C0.286385,0.12938881 3.02380952e-05,0.445376905 3.02380952e-05,0.975450714 L3.02380952e-05,21.1049507 C3.02380952e-05,21.6437936 0.394335,22.2818174 0.876330238,22.522815 L9.08808976,26.6285436 C9.2985469,26.7337721 9.4987231,26.783665 9.68015167,26.783665 C10.1905707,26.783665 10.5482874,26.3887555 10.5482874,25.7259364 L10.5482874,5.00679357 C10 [...]
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>
\ No newline at end of file
diff --git a/content/icon_twitter.svg b/content/icon_twitter.svg
deleted file mode 100644
index 3b92a88..0000000
--- a/content/icon_twitter.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg width="50px" height="50px" viewBox="0 0 50 50" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch -->
-    <title>Twitter_Logo_White_On_Blue</title>
-    <desc>Created with Sketch.</desc>
-    <defs></defs>
-    <g id="Documentation-(Morgan)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="Full-Docs-Page" transform="translate(-784.000000, -3206.000000)">
-            <g id="Twitter_Logo_White_On_Blue" transform="translate(784.000000, 3206.000000)">
-                <g id="Twitter_Logo_White-on-Blue">
-                    <g id="Dark_Blue" fill="#000000">
-                        <circle id="Oval-2" cx="25" cy="25" r="25"></circle>
-                    </g>
-                    <g id="Logo_FIXED" transform="translate(9.375000, 12.250000)" fill="#FFFFFF">
-                        <path d="M9.8275,25.3924613 C21.62,25.3924613 28.07,15.6224613 28.07,7.14996129 C28.07,6.87246129 28.07,6.59621129 28.05125,6.32121129 C29.3060392,5.41359986 30.3891943,4.28981053 31.25,3.00246129 C30.0798488,3.52096351 28.8385366,3.8609971 27.5675,4.01121129 C28.90593,3.20993886 29.9076544,1.94967627 30.38625,0.464961289 C29.1276969,1.21178043 27.7508076,1.73810131 26.315,2.02121129 C24.3276035,-0.0920458622 21.1696492,-0.60927298 18.6119366,0.759561199 C16.05422 [...]
-                    </g>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>
\ No newline at end of file
diff --git a/content/icon_youtube.svg b/content/icon_youtube.svg
deleted file mode 100644
index d2c625d..0000000
--- a/content/icon_youtube.svg
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg width="50px" height="50px" viewBox="0 0 50 50" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch -->
-    <title>Group 6</title>
-    <desc>Created with Sketch.</desc>
-    <defs>
-        <polygon id="path-1" points="0.00186317238 22.3251525 31.7189571 22.3251525 31.7189571 0.0179175077 0.00186317238 0.0179175077"></polygon>
-    </defs>
-    <g id="Documentation-(Morgan)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="Full-Docs-Page" transform="translate(-584.000000, -3206.000000)">
-            <g id="Group-6" transform="translate(584.000000, 3206.000000)">
-                <g id="Twitter_Logo_White_On_Blue-Copy-2" fill="#000000">
-                    <g id="Twitter_Logo_White-on-Blue">
-                        <g id="Dark_Blue">
-                            <circle id="Oval-2" cx="24.9890048" cy="24.9890048" r="24.9890048"></circle>
-                        </g>
-                    </g>
-                </g>
-                <g id="YouTube_light_color_icon" transform="translate(8.996042, 13.993843)">
-                    <mask id="mask-2" fill="white">
-                        <use xlink:href="#path-1"></use>
-                    </mask>
-                    <g id="Clip-2"></g>
-                    <path d="M12.5848599,15.2867393 L12.5834004,6.37456481 L21.1539934,10.8461785 L12.5848599,15.2867393 L12.5848599,15.2867393 Z M31.4022178,4.83064702 C31.4022178,4.83064702 31.0923101,2.64486635 30.1412227,1.68232044 C28.935067,0.418996415 27.583087,0.412723734 26.9630854,0.338786844 C22.5244809,0.0179175077 15.8663412,0.0179175077 15.8663412,0.0179175077 L15.8525537,0.0179175077 C15.8525537,0.0179175077 9.19456936,0.0179175077 4.7558096,0.338786844 C4.13577688,0.41272 [...]
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>
\ No newline at end of file
diff --git a/content/install-systemml.html b/content/install-systemml.html
deleted file mode 100644
index 36f7300..0000000
--- a/content/install-systemml.html
+++ /dev/null
@@ -1,381 +0,0 @@
-<!--
-
--->
-<!--
-
--->
-<!DOCTYPE html>
-<html lang="en">
-  <!--
-
--->
-
-<head>
-  <meta charset="utf-8">
-  <meta http-equiv="X-UA-Compatible" content="IE=edge">
-
-  <title>Install SystemML</title>
-  
-  <meta name="description" content="Install SystemML Page"> 
-  <meta name="author" content="Apache SystemDS">
-
-  <!-- Enable responsive viewport -->
-  <meta name="HandheldFriendly" content="True">
-  <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-  <!-- You can use Open Graph tags to customize link previews.
-  Learn more: https://developers.facebook.com/docs/sharing/webmasters -->
-  <meta property="og:url" content="https://systemds.apache.org/" />
-  <meta property="og:type" content="website" />
-  <meta property="og:title" content="Install SystemML" />
-  <meta property="og:description" content="Apache SystemDS provides an optimal workplace for Machine Learning using big data" />
-  <meta property="og:image" content="" />
-
-  <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
-  <!--[if lt IE 9]>
-  <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-
-  <!-- Le styles -->
-  <link rel="stylesheet" href="/assets/css/main.css">
-
-  <!-- favicons -->
-  <link rel="shortcut icon" href="/assets/img/favicon.png">
-</head> <!-- META -->
-  <body class="vcard">
-    <!--
-
--->
-<header class="site-header site-header--not-home">
-  <h1 class="logo"><a class="url" href="/"><i class="logo-mark"></i><span class="fn org">Apache SystemDS<sup
-          id="trademark">&trade;</sup></span></a></h1>
-  <nav class="main-nav">
-    <ul>
-      
-      <li role="presentation">
-        
-        
-        <a href="/download" target="_self">Download</a>
-        
-      </li>
-      
-      <li role="presentation">
-        
-        
-        <a href="/get-started" target="_self">Get Started</a>
-        
-      </li>
-      
-      <li role="presentation">
-        
-        
-        <a href="/documentation" target="_self">Docs</a>
-        
-      </li>
-      
-      <li role="presentation">
-        
-        <a class="nav-link--hover">Community <i class="icon icon-chevron-down"></i></a>
-        <ul>
-          
-          
-          <li><a href="/community" target="_self">Get Involved</a></li>
-          
-          
-          <li><a href="https://issues.apache.org/jira/browse/SYSTEMDS" target="_blank">Issue Tracker</a></li>
-          
-          
-          <li><a href="https://github.com/apache/systemds" target="_blank">Source Code</a></li>
-          
-          
-          <li><a href="https://github.com/apache/systemds-website" target="_blank">Website Source Code</a></li>
-          
-        </ul>
-        
-      </li>
-      
-      <li role="presentation">
-        
-        <a class="nav-link--hover">Apache <i class="icon icon-chevron-down"></i></a>
-        <ul>
-          
-          
-          <li><a href="http://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
-          
-          
-          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
-          
-          
-          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
-          
-          
-          <li><a href="http://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
-          
-          
-          <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
-          
-          
-          <li><a href="/security" target="_self">Security</a></li>
-          
-        </ul>
-        
-      </li>
-      
-    </ul>
-  </nav>
-</header> <!-- GLOBAL HEADER -->
-    <!--
-
--->
-<!--
-
--->
-<div>
-  <!--
-
--->
-
-<!-- Hero  -->
-<!-- <section class="full-stripe full-stripe--subpage-header clear-header">
-  <div class="ml-container ml-container--horizontally-center">
-    <div class="col col-12 content-group">
-      <h1>Tutorials</h1>
-    </div>
-  </div>
-</section> -->
-
-
-<!-- Tutorial Instructions -->
-<section class="full-stripe full-stripe--alternate">
-
-  <!-- Section 1 -->
-  <div class="ml-container content-group content-group--tutorial border">
-    <!-- Section Header -->
-    <div class="col col-12 content-group--medium-bottom-margin">
-      <h2>Install SystemML</h2>
-    </div>
-
-    <!-- Step 1 Instructions -->
-    <div class="col col-12">
-      <h3><span class="circle">1</span>Pre-requisite</h3>
-    </div>
-
-    <!-- Step 1 Code -->
-    <div class="col col-12">
-
-      <p class="indent">Apache Spark 2.x</p>
-      <p class="indent">Set SPARK_HOME to a location where Spark 2.x is installed.</p>
-
-	<div id="prerequisite-tabs">
-        	<ul>
-                	<li><a href="#prerequisite-tabs-1">MacOS/Linux</a></li>
-                	<li><a href="#prerequisite-tabs-2">Windows</a></li>
-        	</ul>
-
-        	<div id="prerequisite-tabs-1">
-		1) Java	<br />
-		Make sure Java version is >= 1.8 and JAVA_HOME environment variable is set:
-		<figure class="highlight"><pre><code class="language-bash" data-lang="bash"> 
-java <span class="nt">-version</span> 
-<span class="nb">export </span><span class="nv">JAVA_HOME</span><span class="o">=</span><span class="s2">"</span><span class="si">$(</span>/usr/libexec/java_home<span class="si">)</span><span class="s2">"</span></code></pre></figure>
-
-		2) Spark <br />
-		Download Spark from <a href="https://spark.apache.org/downloads.html">https://spark.apache.org/downloads.html</a> and move to home directory, and extract. Also, set environment variables to point to the extracted directory
-		<figure class="highlight"><pre><code class="language-bash" data-lang="bash"> 
-<span class="nb">export </span><span class="nv">SPARK_HOME</span><span class="o">=</span><span class="s2">"</span><span class="nv">$HOME</span><span class="s2">/spark-2.1.0-bin-hadoop2.7"</span>
-<span class="nb">export </span><span class="nv">HADOOP_HOME</span><span class="o">=</span><span class="nv">$SPARK_HOME</span>
-<span class="nb">export </span><span class="nv">SPARK_LOCAL_IP</span><span class="o">=</span>127.0.0.1</code></pre></figure>
-
-		3) Python and Jupyter <br />
-		Download and install Anaconda Python 3+ from <a href="https://www.anaconda.com/distribution/#download-section">https://www.anaconda.com/distribution/#download-section</a> (includes jupyter, and pip)
-		<figure class="highlight"><pre><code class="language-bash" data-lang="bash"> 
-<span class="nb">export </span><span class="nv">PYSPARK_DRIVER_PYTHON</span><span class="o">=</span>jupyter
-<span class="nb">export </span><span class="nv">PYSPARK_DRIVER_PYTHON_OPTS</span><span class="o">=</span><span class="s1">'notebook'</span> <span class="nv">$SPARK_HOME</span>/bin/pyspark <span class="nt">--master</span> <span class="nb">local</span><span class="o">[</span><span class="k">*</span><span class="o">]</span> <span class="nt">--driver-memory</span> 8G</code></pre></figure>
-		</div>
-
-		<div id="prerequisite-tabs-2">
-		1) Java <br />
-                Make sure Java version is >= 1.8. Also, set JAVA_HOME environment variable and include %JAVA_HOME%\bin in the environment variable PATH:
-                <figure class="highlight"><pre><code class="language-bash" data-lang="bash"> 
-java <span class="nt">-version</span>  
-<span class="nb">ls</span> <span class="s2">"%JAVA_HOME%"</span></code></pre></figure>
-
-                2) Spark <br />
-                Download Spark from <a href="https://spark.apache.org/downloads.html">https://spark.apache.org/downloads.html</a> and extract. Set the environment variable SPARK_HOME to point to the extracted directory. <br />
-		
-		3) Install winutils <br />
-- Download winutils.exe from <a href="http://github.com/steveloughran/winutils/raw/master/hadoop-2.6.0/bin/winutils.exe">http://github.com/steveloughran/winutils/raw/master/hadoop-2.6.0/bin/winutils.exe</a>  <br />
-- Place it in c:\winutils\bin <br />
-- Set environment variable HADOOP_HOME to point to c:\winutils <br />
-- Add c:\winutils\bin to the environment variable PATH. <br />
-- Finally, modify permission of hive directory that will be used by Spark and check if Spark is correctly installed:
-
-                <figure class="highlight"><pre><code class="language-bash" data-lang="bash"> 
-winutils.exe <span class="nb">chmod </span>777 /tmp/hive
-%SPARK_HOME%<span class="se">\b</span><span class="k">in</span><span class="se">\s</span>park-shell
-%SPARK_HOME%<span class="se">\b</span><span class="k">in</span><span class="se">\p</span>yspark <span class="nt">--master</span> <span class="nb">local</span><span class="o">[</span><span class="k">*</span><span class="o">]</span> <span class="nt">--driver-memory</span> 8G</code></pre></figure>
-
-                3) Python and Jupyter <br />
-                Download and install Anaconda Python 3+ from <a href="https://www.anaconda.com/distribution/#download-section">https://www.anaconda.com/distribution/#download-section</a> (includes jupyter, and pip)
-                <figure class="highlight"><pre><code class="language-bash" data-lang="bash"> 
-<span class="nb">set </span><span class="nv">PYSPARK_DRIVER_PYTHON</span><span class="o">=</span>jupyter
-<span class="nb">set </span><span class="nv">PYSPARK_DRIVER_PYTHON_OPTS</span><span class="o">=</span>notebook
-%SPARK_HOME%<span class="se">\b</span><span class="k">in</span><span class="se">\p</span>yspark <span class="nt">--master</span> <span class="nb">local</span><span class="o">[</span><span class="k">*</span><span class="o">]</span> <span class="nt">--driver-memory</span> 8G</code></pre></figure>
-        	</div>
-
-	</div>
-    </div>
-
-    <!-- Step 2 -->
-    <div class="col col-12">
-      <h3><span class="circle">2</span>Setup SystemML</h3>
-    </div>
-
-<div id="setup-tabs">
-	<ul>
-		<li><a href="#setup-tabs-1">Python</a></li>
-		<li><a href="#setup-tabs-2">Scala</a></li>
-		<li><a href="#setup-tabs-3">Dev Python (Latest code)</a></li>
-		<li><a href="#setup-tabs-4">Dev Scala (Latest code)</a></li>
-	</ul>
-	<div id="setup-tabs-1">
-		1) Install SystemML:
-		<figure class="highlight"><pre><code class="language-bash" data-lang="bash">pip <span class="nb">install </span>systemml</code></pre></figure>
-2) For more information, please see the SystemML project documentation:<br/>
-<pre>
-<a href="http://systemml.apache.org/docs/2.0.0/index.html">http://systemml.apache.org/docs/2.0.0/index.html</a>
-<a href="http://systemml.apache.org/docs/2.0.0/beginners-guide-python">http://systemml.apache.org/docs/2.0.0/beginners-guide-python</a>
-</pre>
-	</div>
-	<div id="setup-tabs-2">
-1) Download Apache SystemML binary release (tgz or zip):<br/>
-<pre><a href="http://www.apache.org/dyn/closer.lua/systemml/2.0.0/systemml-2.0.0-bin.tgz">http://www.apache.org/dyn/closer.lua/systemml/2.0.0/systemml-2.0.0-bin.tgz</a></pre>
-
-2) Extract binary release contents:<br/>
-<pre>tar -xvzf systemml-2.0.0-bin.tgz</pre>
-
-3) Go to project root directory:</br>
-<pre>cd systemml-2.0.0-bin</pre>
-
-4) Start Spark Shell with SystemML jar file:<br/>
-<pre>
-spark-shell --executor-memory 4G --driver-memory 4G --jars lib/systemml-2.0.0.jar
-</pre>
-
-5) You're all set to run SystemML on Spark:<br/>
-<pre>
-import org.apache.sysml.api.mlcontext._
-import org.apache.sysml.api.mlcontext.ScriptFactory._
-val ml = new MLContext(spark)
-val helloScript = dml("print('hello world')")
-ml.execute(helloScript)
-</pre>
-
-6) For more information, please see the SystemML project documentation:<br/>
-<pre>
-<a href="http://systemml.apache.org/docs/2.0.0/index.html">http://systemml.apache.org/docs/2.0.0/index.html</a>
-<a href="http://systemml.apache.org/docs/2.0.0/spark-mlcontext-programming-guide">http://systemml.apache.org/docs/2.0.0/spark-mlcontext-programming-guide</a>
-</pre>
-
-	</div>
-	<div id="setup-tabs-3">
-1) Install python development build of SystemML:
-		<figure class="highlight"><pre><code class="language-bash" data-lang="bash">pip <span class="nb">install </span>https://sparktc.ibmcloud.com/repo/latest/systemml-1.0.0-SNAPSHOT-python.tar.gz</code></pre></figure>
-	</div>
-	<div id="setup-tabs-4">
-		1) Download binary development build of SystemML (tgz or zip):<br/>
-		<pre><a href="https://sparktc.ibmcloud.com/repo/latest/systemml-1.0.0-SNAPSHOT-bin.tgz">https://sparktc.ibmcloud.com/repo/latest/systemml-1.0.0-SNAPSHOT-bin.tgz</a></pre>
-
-		2) See further steps on Scala tab.
-	</div>
-</div>
-
-  <!-- Step 3 Instructions -->
-  <div class="col col-12">
-    <h3><span class="circle">3</span>Configure Jupyter Notebook (Optional)</h3>
-  </div>
-
-<div id="configure-jupyter-tabs">
-	<ul>
-		<li><a href="#configure-jupyter-tabs-1">Python</a></li>
-		<li><a href="#configure-jupyter-tabs-2">Scala</a></li>
-	</ul>
-	<div id="configure-jupyter-tabs-1">
-		<figure class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="c"># Start Jupyter Notebook Server</span>
-<span class="nv">PYSPARK_DRIVER_PYTHON</span><span class="o">=</span>jupyter <span class="nv">PYSPARK_DRIVER_PYTHON_OPTS</span><span class="o">=</span><span class="s2">"notebook"</span> pyspark <span class="nt">--master</span> <span class="nb">local</span><span class="o">[</span><span class="k">*</span><span class="o">]</span> <span class="nt">--conf</span> <span class="s2">"spark.driver.memory=12g"</span> <span class="nt">--conf</span> spark.driver.maxResultSize<span class="o">=</span>0 [...]
-		</code></pre></figure>
-	</div>
-	<div id="configure-jupyter-tabs-2">
-<h4>1) Toree Kernel Setup (Required for Scala Kernel)</h4>
-1.1) Toree Installation:<br/>
-For detailed instructions, visit <a href="https://github.com/apache/incubator-toree">https://github.com/apache/incubator-toree</a>.
-<figure class="highlight"><pre><code class="language-bash" data-lang="bash">pip <span class="nb">install </span>https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0/snapshots/dev1/toree-pip/toree-0.2.0.dev1.tar.gz</code></pre></figure>
-
-1.2) Installation of Toree in Jupyter:<br/>
-For detailed instructions, visit <a href="https://toree.apache.org/docs/current/user/installation">https://toree.apache.org/docs/current/user/installation</a>.
-<figure class="highlight"><pre><code class="language-bash" data-lang="bash">jupyter toree <span class="nb">install</span> —-replace —-interpreters<span class="o">=</span>Scala,PySpark <span class="nt">--spark_opts</span><span class="o">=</span><span class="s2">"--master=local --jars &lt;SystemML JAR File&gt;” --spark_home=</span><span class="k">${</span><span class="nv">SPARK_HOME</span><span class="k">}</span></code></pre></figure>
-
-<h4>2) Start Jupyter Notebook Server</h4>
-<figure class="highlight"><pre><code class="language-bash" data-lang="bash">jupyter notebook</code></pre></figure>
-<p>This will start a default browser with contents from the directory where the above command was run.
-You can create your own notebook or download sample notebooks from the SystemML GitHub repository at
-<a href="https://github.com/apache/systemml/tree/master/samples/jupyter-notebooks">https://github.com/apache/systemml/tree/master/samples/jupyter-notebooks</a>.</p>
-<figure class="img-border"><img src="/assets/img/systemml-juypter-install.jpeg" alt="Start Jupyter Notebook Server"></figure>
-<figure class="img-border"><img src="/assets/img/systemml-juypter-install-2.jpeg" alt="Start Jupyter Notebook Server"></figure>
-	</div>
-</div>
-
-  </div>
-
-  <div class="flex-container flex-banner--horizontally-center">
-    <a class="button button-secondary button-center" href="get-started.html#sample-notebook">Sample Notebooks</a>
-  </div>
-
-
-</section>
-
-<script src="assets/js/jquery-1.12.4.min.js"></script>
-<script src="assets/js/jquery-ui-1.12.1.min.js"></script>
-<script>
-$("#setup-tabs").tabs();
-$("#configure-jupyter-tabs").tabs();
-</script>
-
-</div>
-
- 
-    <!--
-
--->
-<footer class="site-footer">
-  <div class="ml-container ml-container--horizontally-center">
-    <div class="footer-col-wrapper">
-      <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
-      </div>
-      <!--Footer copyright year update credit: http://updateyourfooter.com/-->
-      <div>
-        Copyright &copy; 2015
-        <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
-        <a href="http://www.apache.org">The Apache Software Foundation</a>.
-        Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-        <br>
-        Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
-      </div>
-    </div>
-  </div>
-  <script>
-  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-  ga('create', 'UA-71553733-1', 'auto');
-  ga('send', 'pageview');
-</script>
-
-</footer> <!-- GLOBAL FOOTER-->
-    <script src="assets/js/bundle.min.js"></script>
-  </body>
-</html>
-
diff --git a/content/jquery-1.12.4.js b/content/jquery-1.12.4.js
deleted file mode 100644
index 934b306..0000000
--- a/content/jquery-1.12.4.js
+++ /dev/null
@@ -1,11008 +0,0 @@
-/*!
- * jQuery JavaScript Library v1.12.4
- * http://jquery.com/
- *
- * Includes Sizzle.js
- * http://sizzlejs.com/
- *
- * Copyright jQuery Foundation and other contributors
- * Released under the MIT license
- * http://jquery.org/license
- *
- * Date: 2016-05-20T17:17Z
- */
-
-(function( global, factory ) {
-
-	if ( typeof module === "object" && typeof module.exports === "object" ) {
-		// For CommonJS and CommonJS-like environments where a proper `window`
-		// is present, execute the factory and get jQuery.
-		// For environments that do not have a `window` with a `document`
-		// (such as Node.js), expose a factory as module.exports.
-		// This accentuates the need for the creation of a real `window`.
-		// e.g. var jQuery = require("jquery")(window);
-		// See ticket #14549 for more info.
-		module.exports = global.document ?
-			factory( global, true ) :
-			function( w ) {
-				if ( !w.document ) {
-					throw new Error( "jQuery requires a window with a document" );
-				}
-				return factory( w );
-			};
-	} else {
-		factory( global );
-	}
-
-// Pass this if window is not defined yet
-}(typeof window !== "undefined" ? window : this, function( window, noGlobal ) {
-
-// Support: Firefox 18+
-// Can't be in strict mode, several libs including ASP.NET trace
-// the stack via arguments.caller.callee and Firefox dies if
-// you try to trace through "use strict" call chains. (#13335)
-//"use strict";
-var deletedIds = [];
-
-var document = window.document;
-
-var slice = deletedIds.slice;
-
-var concat = deletedIds.concat;
-
-var push = deletedIds.push;
-
-var indexOf = deletedIds.indexOf;
-
-var class2type = {};
-
-var toString = class2type.toString;
-
-var hasOwn = class2type.hasOwnProperty;
-
-var support = {};
-
-
-
-var
-	version = "1.12.4",
-
-	// Define a local copy of jQuery
-	jQuery = function( selector, context ) {
-
-		// The jQuery object is actually just the init constructor 'enhanced'
-		// Need init if jQuery is called (just allow error to be thrown if not included)
-		return new jQuery.fn.init( selector, context );
-	},
-
-	// Support: Android<4.1, IE<9
-	// Make sure we trim BOM and NBSP
-	rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,
-
-	// Matches dashed string for camelizing
-	rmsPrefix = /^-ms-/,
-	rdashAlpha = /-([\da-z])/gi,
-
-	// Used by jQuery.camelCase as callback to replace()
-	fcamelCase = function( all, letter ) {
-		return letter.toUpperCase();
-	};
-
-jQuery.fn = jQuery.prototype = {
-
-	// The current version of jQuery being used
-	jquery: version,
-
-	constructor: jQuery,
-
-	// Start with an empty selector
-	selector: "",
-
-	// The default length of a jQuery object is 0
-	length: 0,
-
-	toArray: function() {
-		return slice.call( this );
-	},
-
-	// Get the Nth element in the matched element set OR
-	// Get the whole matched element set as a clean array
-	get: function( num ) {
-		return num != null ?
-
-			// Return just the one element from the set
-			( num < 0 ? this[ num + this.length ] : this[ num ] ) :
-
-			// Return all the elements in a clean array
-			slice.call( this );
-	},
-
-	// Take an array of elements and push it onto the stack
-	// (returning the new matched element set)
-	pushStack: function( elems ) {
-
-		// Build a new jQuery matched element set
-		var ret = jQuery.merge( this.constructor(), elems );
-
-		// Add the old object onto the stack (as a reference)
-		ret.prevObject = this;
-		ret.context = this.context;
-
-		// Return the newly-formed element set
-		return ret;
-	},
-
-	// Execute a callback for every element in the matched set.
-	each: function( callback ) {
-		return jQuery.each( this, callback );
-	},
-
-	map: function( callback ) {
-		return this.pushStack( jQuery.map( this, function( elem, i ) {
-			return callback.call( elem, i, elem );
-		} ) );
-	},
-
-	slice: function() {
-		return this.pushStack( slice.apply( this, arguments ) );
-	},
-
-	first: function() {
-		return this.eq( 0 );
-	},
-
-	last: function() {
-		return this.eq( -1 );
-	},
-
-	eq: function( i ) {
-		var len = this.length,
-			j = +i + ( i < 0 ? len : 0 );
-		return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] );
-	},
-
-	end: function() {
-		return this.prevObject || this.constructor();
-	},
-
-	// For internal use only.
-	// Behaves like an Array's method, not like a jQuery method.
-	push: push,
-	sort: deletedIds.sort,
-	splice: deletedIds.splice
-};
-
-jQuery.extend = jQuery.fn.extend = function() {
-	var src, copyIsArray, copy, name, options, clone,
-		target = arguments[ 0 ] || {},
-		i = 1,
-		length = arguments.length,
-		deep = false;
-
-	// Handle a deep copy situation
-	if ( typeof target === "boolean" ) {
-		deep = target;
-
-		// skip the boolean and the target
-		target = arguments[ i ] || {};
-		i++;
-	}
-
-	// Handle case when target is a string or something (possible in deep copy)
-	if ( typeof target !== "object" && !jQuery.isFunction( target ) ) {
-		target = {};
-	}
-
-	// extend jQuery itself if only one argument is passed
-	if ( i === length ) {
-		target = this;
-		i--;
-	}
-
-	for ( ; i < length; i++ ) {
-
-		// Only deal with non-null/undefined values
-		if ( ( options = arguments[ i ] ) != null ) {
-
-			// Extend the base object
-			for ( name in options ) {
-				src = target[ name ];
-				copy = options[ name ];
-
-				// Prevent never-ending loop
-				if ( target === copy ) {
-					continue;
-				}
-
-				// Recurse if we're merging plain objects or arrays
-				if ( deep && copy && ( jQuery.isPlainObject( copy ) ||
-					( copyIsArray = jQuery.isArray( copy ) ) ) ) {
-
-					if ( copyIsArray ) {
-						copyIsArray = false;
-						clone = src && jQuery.isArray( src ) ? src : [];
-
-					} else {
-						clone = src && jQuery.isPlainObject( src ) ? src : {};
-					}
-
-					// Never move original objects, clone them
-					target[ name ] = jQuery.extend( deep, clone, copy );
-
-				// Don't bring in undefined values
-				} else if ( copy !== undefined ) {
-					target[ name ] = copy;
-				}
-			}
-		}
-	}
-
-	// Return the modified object
-	return target;
-};
-
-jQuery.extend( {
-
-	// Unique for each copy of jQuery on the page
-	expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ),
-
-	// Assume jQuery is ready without the ready module
-	isReady: true,
-
-	error: function( msg ) {
-		throw new Error( msg );
-	},
-
-	noop: function() {},
-
-	// See test/unit/core.js for details concerning isFunction.
-	// Since version 1.3, DOM methods and functions like alert
-	// aren't supported. They return false on IE (#2968).
-	isFunction: function( obj ) {
-		return jQuery.type( obj ) === "function";
-	},
-
-	isArray: Array.isArray || function( obj ) {
-		return jQuery.type( obj ) === "array";
-	},
-
-	isWindow: function( obj ) {
-		/* jshint eqeqeq: false */
-		return obj != null && obj == obj.window;
-	},
-
-	isNumeric: function( obj ) {
-
-		// parseFloat NaNs numeric-cast false positives (null|true|false|"")
-		// ...but misinterprets leading-number strings, particularly hex literals ("0x...")
-		// subtraction forces infinities to NaN
-		// adding 1 corrects loss of precision from parseFloat (#15100)
-		var realStringObj = obj && obj.toString();
-		return !jQuery.isArray( obj ) && ( realStringObj - parseFloat( realStringObj ) + 1 ) >= 0;
-	},
-
-	isEmptyObject: function( obj ) {
-		var name;
-		for ( name in obj ) {
-			return false;
-		}
-		return true;
-	},
-
-	isPlainObject: function( obj ) {
-		var key;
-
-		// Must be an Object.
-		// Because of IE, we also have to check the presence of the constructor property.
-		// Make sure that DOM nodes and window objects don't pass through, as well
-		if ( !obj || jQuery.type( obj ) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) {
-			return false;
-		}
-
-		try {
-
-			// Not own constructor property must be Object
-			if ( obj.constructor &&
-				!hasOwn.call( obj, "constructor" ) &&
-				!hasOwn.call( obj.constructor.prototype, "isPrototypeOf" ) ) {
-				return false;
-			}
-		} catch ( e ) {
-
-			// IE8,9 Will throw exceptions on certain host objects #9897
-			return false;
-		}
-
-		// Support: IE<9
-		// Handle iteration over inherited properties before own properties.
-		if ( !support.ownFirst ) {
-			for ( key in obj ) {
-				return hasOwn.call( obj, key );
-			}
-		}
-
-		// Own properties are enumerated firstly, so to speed up,
-		// if last one is own, then all properties are own.
-		for ( key in obj ) {}
-
-		return key === undefined || hasOwn.call( obj, key );
-	},
-
-	type: function( obj ) {
-		if ( obj == null ) {
-			return obj + "";
-		}
-		return typeof obj === "object" || typeof obj === "function" ?
-			class2type[ toString.call( obj ) ] || "object" :
-			typeof obj;
-	},
-
-	// Workarounds based on findings by Jim Driscoll
-	// http://weblogs.java.net/blog/driscoll/archive/2009/09/08/eval-javascript-global-context
-	globalEval: function( data ) {
-		if ( data && jQuery.trim( data ) ) {
-
-			// We use execScript on Internet Explorer
-			// We use an anonymous function so that context is window
-			// rather than jQuery in Firefox
-			( window.execScript || function( data ) {
-				window[ "eval" ].call( window, data ); // jscs:ignore requireDotNotation
-			} )( data );
-		}
-	},
-
-	// Convert dashed to camelCase; used by the css and data modules
-	// Microsoft forgot to hump their vendor prefix (#9572)
-	camelCase: function( string ) {
-		return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase );
-	},
-
-	nodeName: function( elem, name ) {
-		return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
-	},
-
-	each: function( obj, callback ) {
-		var length, i = 0;
-
-		if ( isArrayLike( obj ) ) {
-			length = obj.length;
-			for ( ; i < length; i++ ) {
-				if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {
-					break;
-				}
-			}
-		} else {
-			for ( i in obj ) {
-				if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {
-					break;
-				}
-			}
-		}
-
-		return obj;
-	},
-
-	// Support: Android<4.1, IE<9
-	trim: function( text ) {
-		return text == null ?
-			"" :
-			( text + "" ).replace( rtrim, "" );
-	},
-
-	// results is for internal usage only
-	makeArray: function( arr, results ) {
-		var ret = results || [];
-
-		if ( arr != null ) {
-			if ( isArrayLike( Object( arr ) ) ) {
-				jQuery.merge( ret,
-					typeof arr === "string" ?
-					[ arr ] : arr
-				);
-			} else {
-				push.call( ret, arr );
-			}
-		}
-
-		return ret;
-	},
-
-	inArray: function( elem, arr, i ) {
-		var len;
-
-		if ( arr ) {
-			if ( indexOf ) {
-				return indexOf.call( arr, elem, i );
-			}
-
-			len = arr.length;
-			i = i ? i < 0 ? Math.max( 0, len + i ) : i : 0;
-
-			for ( ; i < len; i++ ) {
-
-				// Skip accessing in sparse arrays
-				if ( i in arr && arr[ i ] === elem ) {
-					return i;
-				}
-			}
-		}
-
-		return -1;
-	},
-
-	merge: function( first, second ) {
-		var len = +second.length,
-			j = 0,
-			i = first.length;
-
-		while ( j < len ) {
-			first[ i++ ] = second[ j++ ];
-		}
-
-		// Support: IE<9
-		// Workaround casting of .length to NaN on otherwise arraylike objects (e.g., NodeLists)
-		if ( len !== len ) {
-			while ( second[ j ] !== undefined ) {
-				first[ i++ ] = second[ j++ ];
-			}
-		}
-
-		first.length = i;
-
-		return first;
-	},
-
-	grep: function( elems, callback, invert ) {
-		var callbackInverse,
-			matches = [],
-			i = 0,
-			length = elems.length,
-			callbackExpect = !invert;
-
-		// Go through the array, only saving the items
-		// that pass the validator function
-		for ( ; i < length; i++ ) {
-			callbackInverse = !callback( elems[ i ], i );
-			if ( callbackInverse !== callbackExpect ) {
-				matches.push( elems[ i ] );
-			}
-		}
-
-		return matches;
-	},
-
-	// arg is for internal usage only
-	map: function( elems, callback, arg ) {
-		var length, value,
-			i = 0,
-			ret = [];
-
-		// Go through the array, translating each of the items to their new values
-		if ( isArrayLike( elems ) ) {
-			length = elems.length;
-			for ( ; i < length; i++ ) {
-				value = callback( elems[ i ], i, arg );
-
-				if ( value != null ) {
-					ret.push( value );
-				}
-			}
-
-		// Go through every key on the object,
-		} else {
-			for ( i in elems ) {
-				value = callback( elems[ i ], i, arg );
-
-				if ( value != null ) {
-					ret.push( value );
-				}
-			}
-		}
-
-		// Flatten any nested arrays
-		return concat.apply( [], ret );
-	},
-
-	// A global GUID counter for objects
-	guid: 1,
-
-	// Bind a function to a context, optionally partially applying any
-	// arguments.
-	proxy: function( fn, context ) {
-		var args, proxy, tmp;
-
-		if ( typeof context === "string" ) {
-			tmp = fn[ context ];
-			context = fn;
-			fn = tmp;
-		}
-
-		// Quick check to determine if target is callable, in the spec
-		// this throws a TypeError, but we will just return undefined.
-		if ( !jQuery.isFunction( fn ) ) {
-			return undefined;
-		}
-
-		// Simulated bind
-		args = slice.call( arguments, 2 );
-		proxy = function() {
-			return fn.apply( context || this, args.concat( slice.call( arguments ) ) );
-		};
-
-		// Set the guid of unique handler to the same of original handler, so it can be removed
-		proxy.guid = fn.guid = fn.guid || jQuery.guid++;
-
-		return proxy;
-	},
-
-	now: function() {
-		return +( new Date() );
-	},
-
-	// jQuery.support is not used in Core but other projects attach their
-	// properties to it so it needs to exist.
-	support: support
-} );
-
-// JSHint would error on this code due to the Symbol not being defined in ES5.
-// Defining this global in .jshintrc would create a danger of using the global
-// unguarded in another place, it seems safer to just disable JSHint for these
-// three lines.
-/* jshint ignore: start */
-if ( typeof Symbol === "function" ) {
-	jQuery.fn[ Symbol.iterator ] = deletedIds[ Symbol.iterator ];
-}
-/* jshint ignore: end */
-
-// Populate the class2type map
-jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ),
-function( i, name ) {
-	class2type[ "[object " + name + "]" ] = name.toLowerCase();
-} );
-
-function isArrayLike( obj ) {
-
-	// Support: iOS 8.2 (not reproducible in simulator)
-	// `in` check used to prevent JIT error (gh-2145)
-	// hasOwn isn't used here due to false negatives
-	// regarding Nodelist length in IE
-	var length = !!obj && "length" in obj && obj.length,
-		type = jQuery.type( obj );
-
-	if ( type === "function" || jQuery.isWindow( obj ) ) {
-		return false;
-	}
-
-	return type === "array" || length === 0 ||
-		typeof length === "number" && length > 0 && ( length - 1 ) in obj;
-}
-var Sizzle =
-/*!
- * Sizzle CSS Selector Engine v2.2.1
- * http://sizzlejs.com/
- *
- * Copyright jQuery Foundation and other contributors
- * Released under the MIT license
- * http://jquery.org/license
- *
- * Date: 2015-10-17
- */
-(function( window ) {
-
-var i,
-	support,
-	Expr,
-	getText,
-	isXML,
-	tokenize,
-	compile,
-	select,
-	outermostContext,
-	sortInput,
-	hasDuplicate,
-
-	// Local document vars
-	setDocument,
-	document,
-	docElem,
-	documentIsHTML,
-	rbuggyQSA,
-	rbuggyMatches,
-	matches,
-	contains,
-
-	// Instance-specific data
-	expando = "sizzle" + 1 * new Date(),
-	preferredDoc = window.document,
-	dirruns = 0,
-	done = 0,
-	classCache = createCache(),
-	tokenCache = createCache(),
-	compilerCache = createCache(),
-	sortOrder = function( a, b ) {
-		if ( a === b ) {
-			hasDuplicate = true;
-		}
-		return 0;
-	},
-
-	// General-purpose constants
-	MAX_NEGATIVE = 1 << 31,
-
-	// Instance methods
-	hasOwn = ({}).hasOwnProperty,
-	arr = [],
-	pop = arr.pop,
-	push_native = arr.push,
-	push = arr.push,
-	slice = arr.slice,
-	// Use a stripped-down indexOf as it's faster than native
-	// http://jsperf.com/thor-indexof-vs-for/5
-	indexOf = function( list, elem ) {
-		var i = 0,
-			len = list.length;
-		for ( ; i < len; i++ ) {
-			if ( list[i] === elem ) {
-				return i;
-			}
-		}
-		return -1;
-	},
-
-	booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",
-
-	// Regular expressions
-
-	// http://www.w3.org/TR/css3-selectors/#whitespace
-	whitespace = "[\\x20\\t\\r\\n\\f]",
-
-	// http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier
-	identifier = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",
-
-	// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors
-	attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace +
-		// Operator (capture 2)
-		"*([*^$|!~]?=)" + whitespace +
-		// "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]"
-		"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace +
-		"*\\]",
-
-	pseudos = ":(" + identifier + ")(?:\\((" +
-		// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:
-		// 1. quoted (capture 3; capture 4 or capture 5)
-		"('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" +
-		// 2. simple (capture 6)
-		"((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" +
-		// 3. anything else (capture 2)
-		".*" +
-		")\\)|)",
-
-	// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter
-	rwhitespace = new RegExp( whitespace + "+", "g" ),
-	rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ),
-
-	rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ),
-	rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ),
-
-	rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*?)" + whitespace + "*\\]", "g" ),
-
-	rpseudo = new RegExp( pseudos ),
-	ridentifier = new RegExp( "^" + identifier + "$" ),
-
-	matchExpr = {
-		"ID": new RegExp( "^#(" + identifier + ")" ),
-		"CLASS": new RegExp( "^\\.(" + identifier + ")" ),
-		"TAG": new RegExp( "^(" + identifier + "|[*])" ),
-		"ATTR": new RegExp( "^" + attributes ),
-		"PSEUDO": new RegExp( "^" + pseudos ),
-		"CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace +
-			"*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace +
-			"*(\\d+)|))" + whitespace + "*\\)|)", "i" ),
-		"bool": new RegExp( "^(?:" + booleans + ")$", "i" ),
-		// For use in libraries implementing .is()
-		// We use this for POS matching in `select`
-		"needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" +
-			whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" )
-	},
-
-	rinputs = /^(?:input|select|textarea|button)$/i,
-	rheader = /^h\d$/i,
-
-	rnative = /^[^{]+\{\s*\[native \w/,
-
-	// Easily-parseable/retrievable ID or TAG or CLASS selectors
-	rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,
-
-	rsibling = /[+~]/,
-	rescape = /'|\\/g,
-
-	// CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters
-	runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ),
-	funescape = function( _, escaped, escapedWhitespace ) {
-		var high = "0x" + escaped - 0x10000;
-		// NaN means non-codepoint
-		// Support: Firefox<24
-		// Workaround erroneous numeric interpretation of +"0x"
-		return high !== high || escapedWhitespace ?
-			escaped :
-			high < 0 ?
-				// BMP codepoint
-				String.fromCharCode( high + 0x10000 ) :
-				// Supplemental Plane codepoint (surrogate pair)
-				String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );
-	},
-
-	// Used for iframes
-	// See setDocument()
-	// Removing the function wrapper causes a "Permission Denied"
-	// error in IE
-	unloadHandler = function() {
-		setDocument();
-	};
-
-// Optimize for push.apply( _, NodeList )
-try {
-	push.apply(
-		(arr = slice.call( preferredDoc.childNodes )),
-		preferredDoc.childNodes
-	);
-	// Support: Android<4.0
-	// Detect silently failing push.apply
-	arr[ preferredDoc.childNodes.length ].nodeType;
-} catch ( e ) {
-	push = { apply: arr.length ?
-
-		// Leverage slice if possible
-		function( target, els ) {
-			push_native.apply( target, slice.call(els) );
-		} :
-
-		// Support: IE<9
-		// Otherwise append directly
-		function( target, els ) {
-			var j = target.length,
-				i = 0;
-			// Can't trust NodeList.length
-			while ( (target[j++] = els[i++]) ) {}
-			target.length = j - 1;
-		}
-	};
-}
-
-function Sizzle( selector, context, results, seed ) {
-	var m, i, elem, nid, nidselect, match, groups, newSelector,
-		newContext = context && context.ownerDocument,
-
-		// nodeType defaults to 9, since context defaults to document
-		nodeType = context ? context.nodeType : 9;
-
-	results = results || [];
-
-	// Return early from calls with invalid selector or context
-	if ( typeof selector !== "string" || !selector ||
-		nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {
-
-		return results;
-	}
-
-	// Try to shortcut find operations (as opposed to filters) in HTML documents
-	if ( !seed ) {
-
-		if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {
-			setDocument( context );
-		}
-		context = context || document;
-
-		if ( documentIsHTML ) {
-
-			// If the selector is sufficiently simple, try using a "get*By*" DOM method
-			// (excepting DocumentFragment context, where the methods don't exist)
-			if ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {
-
-				// ID selector
-				if ( (m = match[1]) ) {
-
-					// Document context
-					if ( nodeType === 9 ) {
-						if ( (elem = context.getElementById( m )) ) {
-
-							// Support: IE, Opera, Webkit
-							// TODO: identify versions
-							// getElementById can match elements by name instead of ID
-							if ( elem.id === m ) {
-								results.push( elem );
-								return results;
-							}
-						} else {
-							return results;
-						}
-
-					// Element context
-					} else {
-
-						// Support: IE, Opera, Webkit
-						// TODO: identify versions
-						// getElementById can match elements by name instead of ID
-						if ( newContext && (elem = newContext.getElementById( m )) &&
-							contains( context, elem ) &&
-							elem.id === m ) {
-
-							results.push( elem );
-							return results;
-						}
-					}
-
-				// Type selector
-				} else if ( match[2] ) {
-					push.apply( results, context.getElementsByTagName( selector ) );
-					return results;
-
-				// Class selector
-				} else if ( (m = match[3]) && support.getElementsByClassName &&
-					context.getElementsByClassName ) {
-
-					push.apply( results, context.getElementsByClassName( m ) );
-					return results;
-				}
-			}
-
-			// Take advantage of querySelectorAll
-			if ( support.qsa &&
-				!compilerCache[ selector + " " ] &&
-				(!rbuggyQSA || !rbuggyQSA.test( selector )) ) {
-
-				if ( nodeType !== 1 ) {
-					newContext = context;
-					newSelector = selector;
-
-				// qSA looks outside Element context, which is not what we want
-				// Thanks to Andrew Dupont for this workaround technique
-				// Support: IE <=8
-				// Exclude object elements
-				} else if ( context.nodeName.toLowerCase() !== "object" ) {
-
-					// Capture the context ID, setting it first if necessary
-					if ( (nid = context.getAttribute( "id" )) ) {
-						nid = nid.replace( rescape, "\\$&" );
-					} else {
-						context.setAttribute( "id", (nid = expando) );
-					}
-
-					// Prefix every selector in the list
-					groups = tokenize( selector );
-					i = groups.length;
-					nidselect = ridentifier.test( nid ) ? "#" + nid : "[id='" + nid + "']";
-					while ( i-- ) {
-						groups[i] = nidselect + " " + toSelector( groups[i] );
-					}
-					newSelector = groups.join( "," );
-
-					// Expand context for sibling selectors
-					newContext = rsibling.test( selector ) && testContext( context.parentNode ) ||
-						context;
-				}
-
-				if ( newSelector ) {
-					try {
-						push.apply( results,
-							newContext.querySelectorAll( newSelector )
-						);
-						return results;
-					} catch ( qsaError ) {
-					} finally {
-						if ( nid === expando ) {
-							context.removeAttribute( "id" );
-						}
-					}
-				}
-			}
-		}
-	}
-
-	// All others
-	return select( selector.replace( rtrim, "$1" ), context, results, seed );
-}
-
-/**
- * Create key-value caches of limited size
- * @returns {function(string, object)} Returns the Object data after storing it on itself with
- *	property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)
- *	deleting the oldest entry
- */
-function createCache() {
-	var keys = [];
-
-	function cache( key, value ) {
-		// Use (key + " ") to avoid collision with native prototype properties (see Issue #157)
-		if ( keys.push( key + " " ) > Expr.cacheLength ) {
-			// Only keep the most recent entries
-			delete cache[ keys.shift() ];
-		}
-		return (cache[ key + " " ] = value);
-	}
-	return cache;
-}
-
-/**
- * Mark a function for special use by Sizzle
- * @param {Function} fn The function to mark
- */
-function markFunction( fn ) {
-	fn[ expando ] = true;
-	return fn;
-}
-
-/**
- * Support testing using an element
- * @param {Function} fn Passed the created div and expects a boolean result
- */
-function assert( fn ) {
-	var div = document.createElement("div");
-
-	try {
-		return !!fn( div );
-	} catch (e) {
-		return false;
-	} finally {
-		// Remove from its parent by default
-		if ( div.parentNode ) {
-			div.parentNode.removeChild( div );
-		}
-		// release memory in IE
-		div = null;
-	}
-}
-
-/**
- * Adds the same handler for all of the specified attrs
- * @param {String} attrs Pipe-separated list of attributes
- * @param {Function} handler The method that will be applied
- */
-function addHandle( attrs, handler ) {
-	var arr = attrs.split("|"),
-		i = arr.length;
-
-	while ( i-- ) {
-		Expr.attrHandle[ arr[i] ] = handler;
-	}
-}
-
-/**
- * Checks document order of two siblings
- * @param {Element} a
- * @param {Element} b
- * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b
- */
-function siblingCheck( a, b ) {
-	var cur = b && a,
-		diff = cur && a.nodeType === 1 && b.nodeType === 1 &&
-			( ~b.sourceIndex || MAX_NEGATIVE ) -
-			( ~a.sourceIndex || MAX_NEGATIVE );
-
-	// Use IE sourceIndex if available on both nodes
-	if ( diff ) {
-		return diff;
-	}
-
-	// Check if b follows a
-	if ( cur ) {
-		while ( (cur = cur.nextSibling) ) {
-			if ( cur === b ) {
-				return -1;
-			}
-		}
-	}
-
-	return a ? 1 : -1;
-}
-
-/**
- * Returns a function to use in pseudos for input types
- * @param {String} type
- */
-function createInputPseudo( type ) {
-	return function( elem ) {
-		var name = elem.nodeName.toLowerCase();
-		return name === "input" && elem.type === type;
-	};
-}
-
-/**
- * Returns a function to use in pseudos for buttons
- * @param {String} type
- */
-function createButtonPseudo( type ) {
-	return function( elem ) {
-		var name = elem.nodeName.toLowerCase();
-		return (name === "input" || name === "button") && elem.type === type;
-	};
-}
-
-/**
- * Returns a function to use in pseudos for positionals
- * @param {Function} fn
- */
-function createPositionalPseudo( fn ) {
-	return markFunction(function( argument ) {
-		argument = +argument;
-		return markFunction(function( seed, matches ) {
-			var j,
-				matchIndexes = fn( [], seed.length, argument ),
-				i = matchIndexes.length;
-
-			// Match elements found at the specified indexes
-			while ( i-- ) {
-				if ( seed[ (j = matchIndexes[i]) ] ) {
-					seed[j] = !(matches[j] = seed[j]);
-				}
-			}
-		});
-	});
-}
-
-/**
- * Checks a node for validity as a Sizzle context
- * @param {Element|Object=} context
- * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value
- */
-function testContext( context ) {
-	return context && typeof context.getElementsByTagName !== "undefined" && context;
-}
-
-// Expose support vars for convenience
-support = Sizzle.support = {};
-
-/**
- * Detects XML nodes
- * @param {Element|Object} elem An element or a document
- * @returns {Boolean} True iff elem is a non-HTML XML node
- */
-isXML = Sizzle.isXML = function( elem ) {
-	// documentElement is verified for cases where it doesn't yet exist
-	// (such as loading iframes in IE - #4833)
-	var documentElement = elem && (elem.ownerDocument || elem).documentElement;
-	return documentElement ? documentElement.nodeName !== "HTML" : false;
-};
-
-/**
- * Sets document-related variables once based on the current document
- * @param {Element|Object} [doc] An element or document object to use to set the document
- * @returns {Object} Returns the current document
- */
-setDocument = Sizzle.setDocument = function( node ) {
-	var hasCompare, parent,
-		doc = node ? node.ownerDocument || node : preferredDoc;
-
-	// Return early if doc is invalid or already selected
-	if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {
-		return document;
-	}
-
-	// Update global variables
-	document = doc;
-	docElem = document.documentElement;
-	documentIsHTML = !isXML( document );
-
-	// Support: IE 9-11, Edge
-	// Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936)
-	if ( (parent = document.defaultView) && parent.top !== parent ) {
-		// Support: IE 11
-		if ( parent.addEventListener ) {
-			parent.addEventListener( "unload", unloadHandler, false );
-
-		// Support: IE 9 - 10 only
-		} else if ( parent.attachEvent ) {
-			parent.attachEvent( "onunload", unloadHandler );
-		}
-	}
-
-	/* Attributes
-	---------------------------------------------------------------------- */
-
-	// Support: IE<8
-	// Verify that getAttribute really returns attributes and not properties
-	// (excepting IE8 booleans)
-	support.attributes = assert(function( div ) {
-		div.className = "i";
-		return !div.getAttribute("className");
-	});
-
-	/* getElement(s)By*
-	---------------------------------------------------------------------- */
-
-	// Check if getElementsByTagName("*") returns only elements
-	support.getElementsByTagName = assert(function( div ) {
-		div.appendChild( document.createComment("") );
-		return !div.getElementsByTagName("*").length;
-	});
-
-	// Support: IE<9
-	support.getElementsByClassName = rnative.test( document.getElementsByClassName );
-
-	// Support: IE<10
-	// Check if getElementById returns elements by name
-	// The broken getElementById methods don't pick up programatically-set names,
-	// so use a roundabout getElementsByName test
-	support.getById = assert(function( div ) {
-		docElem.appendChild( div ).id = expando;
-		return !document.getElementsByName || !document.getElementsByName( expando ).length;
-	});
-
-	// ID find and filter
-	if ( support.getById ) {
-		Expr.find["ID"] = function( id, context ) {
-			if ( typeof context.getElementById !== "undefined" && documentIsHTML ) {
-				var m = context.getElementById( id );
-				return m ? [ m ] : [];
-			}
-		};
-		Expr.filter["ID"] = function( id ) {
-			var attrId = id.replace( runescape, funescape );
-			return function( elem ) {
-				return elem.getAttribute("id") === attrId;
-			};
-		};
-	} else {
-		// Support: IE6/7
-		// getElementById is not reliable as a find shortcut
-		delete Expr.find["ID"];
-
-		Expr.filter["ID"] =  function( id ) {
-			var attrId = id.replace( runescape, funescape );
-			return function( elem ) {
-				var node = typeof elem.getAttributeNode !== "undefined" &&
-					elem.getAttributeNode("id");
-				return node && node.value === attrId;
-			};
-		};
-	}
-
-	// Tag
-	Expr.find["TAG"] = support.getElementsByTagName ?
-		function( tag, context ) {
-			if ( typeof context.getElementsByTagName !== "undefined" ) {
-				return context.getElementsByTagName( tag );
-
-			// DocumentFragment nodes don't have gEBTN
-			} else if ( support.qsa ) {
-				return context.querySelectorAll( tag );
-			}
-		} :
-
-		function( tag, context ) {
-			var elem,
-				tmp = [],
-				i = 0,
-				// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too
-				results = context.getElementsByTagName( tag );
-
-			// Filter out possible comments
-			if ( tag === "*" ) {
-				while ( (elem = results[i++]) ) {
-					if ( elem.nodeType === 1 ) {
-						tmp.push( elem );
-					}
-				}
-
-				return tmp;
-			}
-			return results;
-		};
-
-	// Class
-	Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) {
-		if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) {
-			return context.getElementsByClassName( className );
-		}
-	};
-
-	/* QSA/matchesSelector
-	---------------------------------------------------------------------- */
-
-	// QSA and matchesSelector support
-
-	// matchesSelector(:active) reports false when true (IE9/Opera 11.5)
-	rbuggyMatches = [];
-
-	// qSa(:focus) reports false when true (Chrome 21)
-	// We allow this because of a bug in IE8/9 that throws an error
-	// whenever `document.activeElement` is accessed on an iframe
-	// So, we allow :focus to pass through QSA all the time to avoid the IE error
-	// See http://bugs.jquery.com/ticket/13378
-	rbuggyQSA = [];
-
-	if ( (support.qsa = rnative.test( document.querySelectorAll )) ) {
-		// Build QSA regex
-		// Regex strategy adopted from Diego Perini
-		assert(function( div ) {
-			// Select is set to empty string on purpose
-			// This is to test IE's treatment of not explicitly
-			// setting a boolean content attribute,
-			// since its presence should be enough
-			// http://bugs.jquery.com/ticket/12359
-			docElem.appendChild( div ).innerHTML = "<a id='" + expando + "'></a>" +
-				"<select id='" + expando + "-\r\\' msallowcapture=''>" +
-				"<option selected=''></option></select>";
-
-			// Support: IE8, Opera 11-12.16
-			// Nothing should be selected when empty strings follow ^= or $= or *=
-			// The test attribute must be unknown in Opera but "safe" for WinRT
-			// http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section
-			if ( div.querySelectorAll("[msallowcapture^='']").length ) {
-				rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" );
-			}
-
-			// Support: IE8
-			// Boolean attributes and "value" are not treated correctly
-			if ( !div.querySelectorAll("[selected]").length ) {
-				rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" );
-			}
-
-			// Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+
-			if ( !div.querySelectorAll( "[id~=" + expando + "-]" ).length ) {
-				rbuggyQSA.push("~=");
-			}
-
-			// Webkit/Opera - :checked should return selected option elements
-			// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
-			// IE8 throws error here and will not see later tests
-			if ( !div.querySelectorAll(":checked").length ) {
-				rbuggyQSA.push(":checked");
-			}
-
-			// Support: Safari 8+, iOS 8+
-			// https://bugs.webkit.org/show_bug.cgi?id=136851
-			// In-page `selector#id sibing-combinator selector` fails
-			if ( !div.querySelectorAll( "a#" + expando + "+*" ).length ) {
-				rbuggyQSA.push(".#.+[+~]");
-			}
-		});
-
-		assert(function( div ) {
-			// Support: Windows 8 Native Apps
-			// The type and name attributes are restricted during .innerHTML assignment
-			var input = document.createElement("input");
-			input.setAttribute( "type", "hidden" );
-			div.appendChild( input ).setAttribute( "name", "D" );
-
-			// Support: IE8
-			// Enforce case-sensitivity of name attribute
-			if ( div.querySelectorAll("[name=d]").length ) {
-				rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" );
-			}
-
-			// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)
-			// IE8 throws error here and will not see later tests
-			if ( !div.querySelectorAll(":enabled").length ) {
-				rbuggyQSA.push( ":enabled", ":disabled" );
-			}
-
-			// Opera 10-11 does not throw on post-comma invalid pseudos
-			div.querySelectorAll("*,:x");
-			rbuggyQSA.push(",.*:");
-		});
-	}
-
-	if ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||
-		docElem.webkitMatchesSelector ||
-		docElem.mozMatchesSelector ||
-		docElem.oMatchesSelector ||
-		docElem.msMatchesSelector) )) ) {
-
-		assert(function( div ) {
-			// Check to see if it's possible to do matchesSelector
-			// on a disconnected node (IE 9)
-			support.disconnectedMatch = matches.call( div, "div" );
-
-			// This should fail with an exception
-			// Gecko does not error, returns false instead
-			matches.call( div, "[s!='']:x" );
-			rbuggyMatches.push( "!=", pseudos );
-		});
-	}
-
-	rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") );
-	rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") );
-
-	/* Contains
-	---------------------------------------------------------------------- */
-	hasCompare = rnative.test( docElem.compareDocumentPosition );
-
-	// Element contains another
-	// Purposefully self-exclusive
-	// As in, an element does not contain itself
-	contains = hasCompare || rnative.test( docElem.contains ) ?
-		function( a, b ) {
-			var adown = a.nodeType === 9 ? a.documentElement : a,
-				bup = b && b.parentNode;
-			return a === bup || !!( bup && bup.nodeType === 1 && (
-				adown.contains ?
-					adown.contains( bup ) :
-					a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16
-			));
-		} :
-		function( a, b ) {
-			if ( b ) {
-				while ( (b = b.parentNode) ) {
-					if ( b === a ) {
-						return true;
-					}
-				}
-			}
-			return false;
-		};
-
-	/* Sorting
-	---------------------------------------------------------------------- */
-
-	// Document order sorting
-	sortOrder = hasCompare ?
-	function( a, b ) {
-
-		// Flag for duplicate removal
-		if ( a === b ) {
-			hasDuplicate = true;
-			return 0;
-		}
-
-		// Sort on method existence if only one input has compareDocumentPosition
-		var compare = !a.compareDocumentPosition - !b.compareDocumentPosition;
-		if ( compare ) {
-			return compare;
-		}
-
-		// Calculate position if both inputs belong to the same document
-		compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?
-			a.compareDocumentPosition( b ) :
-
-			// Otherwise we know they are disconnected
-			1;
-
-		// Disconnected nodes
-		if ( compare & 1 ||
-			(!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {
-
-			// Choose the first element that is related to our preferred document
-			if ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {
-				return -1;
-			}
-			if ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {
-				return 1;
-			}
-
-			// Maintain original order
-			return sortInput ?
-				( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
-				0;
-		}
-
-		return compare & 4 ? -1 : 1;
-	} :
-	function( a, b ) {
-		// Exit early if the nodes are identical
-		if ( a === b ) {
-			hasDuplicate = true;
-			return 0;
-		}
-
-		var cur,
-			i = 0,
-			aup = a.parentNode,
-			bup = b.parentNode,
-			ap = [ a ],
-			bp = [ b ];
-
-		// Parentless nodes are either documents or disconnected
-		if ( !aup || !bup ) {
-			return a === document ? -1 :
-				b === document ? 1 :
-				aup ? -1 :
-				bup ? 1 :
-				sortInput ?
-				( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
-				0;
-
-		// If the nodes are siblings, we can do a quick check
-		} else if ( aup === bup ) {
-			return siblingCheck( a, b );
-		}
-
-		// Otherwise we need full lists of their ancestors for comparison
-		cur = a;
-		while ( (cur = cur.parentNode) ) {
-			ap.unshift( cur );
-		}
-		cur = b;
-		while ( (cur = cur.parentNode) ) {
-			bp.unshift( cur );
-		}
-
-		// Walk down the tree looking for a discrepancy
-		while ( ap[i] === bp[i] ) {
-			i++;
-		}
-
-		return i ?
-			// Do a sibling check if the nodes have a common ancestor
-			siblingCheck( ap[i], bp[i] ) :
-
-			// Otherwise nodes in our document sort first
-			ap[i] === preferredDoc ? -1 :
-			bp[i] === preferredDoc ? 1 :
-			0;
-	};
-
-	return document;
-};
-
-Sizzle.matches = function( expr, elements ) {
-	return Sizzle( expr, null, null, elements );
-};
-
-Sizzle.matchesSelector = function( elem, expr ) {
-	// Set document vars if needed
-	if ( ( elem.ownerDocument || elem ) !== document ) {
-		setDocument( elem );
-	}
-
-	// Make sure that attribute selectors are quoted
-	expr = expr.replace( rattributeQuotes, "='$1']" );
-
-	if ( support.matchesSelector && documentIsHTML &&
-		!compilerCache[ expr + " " ] &&
-		( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&
-		( !rbuggyQSA     || !rbuggyQSA.test( expr ) ) ) {
-
-		try {
-			var ret = matches.call( elem, expr );
-
-			// IE 9's matchesSelector returns false on disconnected nodes
-			if ( ret || support.disconnectedMatch ||
-					// As well, disconnected nodes are said to be in a document
-					// fragment in IE 9
-					elem.document && elem.document.nodeType !== 11 ) {
-				return ret;
-			}
-		} catch (e) {}
-	}
-
-	return Sizzle( expr, document, null, [ elem ] ).length > 0;
-};
-
-Sizzle.contains = function( context, elem ) {
-	// Set document vars if needed
-	if ( ( context.ownerDocument || context ) !== document ) {
-		setDocument( context );
-	}
-	return contains( context, elem );
-};
-
-Sizzle.attr = function( elem, name ) {
-	// Set document vars if needed
-	if ( ( elem.ownerDocument || elem ) !== document ) {
-		setDocument( elem );
-	}
-
-	var fn = Expr.attrHandle[ name.toLowerCase() ],
-		// Don't get fooled by Object.prototype properties (jQuery #13807)
-		val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?
-			fn( elem, name, !documentIsHTML ) :
-			undefined;
-
-	return val !== undefined ?
-		val :
-		support.attributes || !documentIsHTML ?
-			elem.getAttribute( name ) :
-			(val = elem.getAttributeNode(name)) && val.specified ?
-				val.value :
-				null;
-};
-
-Sizzle.error = function( msg ) {
-	throw new Error( "Syntax error, unrecognized expression: " + msg );
-};
-
-/**
- * Document sorting and removing duplicates
- * @param {ArrayLike} results
- */
-Sizzle.uniqueSort = function( results ) {
-	var elem,
-		duplicates = [],
-		j = 0,
-		i = 0;
-
-	// Unless we *know* we can detect duplicates, assume their presence
-	hasDuplicate = !support.detectDuplicates;
-	sortInput = !support.sortStable && results.slice( 0 );
-	results.sort( sortOrder );
-
-	if ( hasDuplicate ) {
-		while ( (elem = results[i++]) ) {
-			if ( elem === results[ i ] ) {
-				j = duplicates.push( i );
-			}
-		}
-		while ( j-- ) {
-			results.splice( duplicates[ j ], 1 );
-		}
-	}
-
-	// Clear input after sorting to release objects
-	// See https://github.com/jquery/sizzle/pull/225
-	sortInput = null;
-
-	return results;
-};
-
-/**
- * Utility function for retrieving the text value of an array of DOM nodes
- * @param {Array|Element} elem
- */
-getText = Sizzle.getText = function( elem ) {
-	var node,
-		ret = "",
-		i = 0,
-		nodeType = elem.nodeType;
-
-	if ( !nodeType ) {
-		// If no nodeType, this is expected to be an array
-		while ( (node = elem[i++]) ) {
-			// Do not traverse comment nodes
-			ret += getText( node );
-		}
-	} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {
-		// Use textContent for elements
-		// innerText usage removed for consistency of new lines (jQuery #11153)
-		if ( typeof elem.textContent === "string" ) {
-			return elem.textContent;
-		} else {
-			// Traverse its children
-			for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {
-				ret += getText( elem );
-			}
-		}
-	} else if ( nodeType === 3 || nodeType === 4 ) {
-		return elem.nodeValue;
-	}
-	// Do not include comment or processing instruction nodes
-
-	return ret;
-};
-
-Expr = Sizzle.selectors = {
-
-	// Can be adjusted by the user
-	cacheLength: 50,
-
-	createPseudo: markFunction,
-
-	match: matchExpr,
-
-	attrHandle: {},
-
-	find: {},
-
-	relative: {
-		">": { dir: "parentNode", first: true },
-		" ": { dir: "parentNode" },
-		"+": { dir: "previousSibling", first: true },
-		"~": { dir: "previousSibling" }
-	},
-
-	preFilter: {
-		"ATTR": function( match ) {
-			match[1] = match[1].replace( runescape, funescape );
-
-			// Move the given value to match[3] whether quoted or unquoted
-			match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape );
-
-			if ( match[2] === "~=" ) {
-				match[3] = " " + match[3] + " ";
-			}
-
-			return match.slice( 0, 4 );
-		},
-
-		"CHILD": function( match ) {
-			/* matches from matchExpr["CHILD"]
-				1 type (only|nth|...)
-				2 what (child|of-type)
-				3 argument (even|odd|\d*|\d*n([+-]\d+)?|...)
-				4 xn-component of xn+y argument ([+-]?\d*n|)
-				5 sign of xn-component
-				6 x of xn-component
-				7 sign of y-component
-				8 y of y-component
-			*/
-			match[1] = match[1].toLowerCase();
-
-			if ( match[1].slice( 0, 3 ) === "nth" ) {
-				// nth-* requires argument
-				if ( !match[3] ) {
-					Sizzle.error( match[0] );
-				}
-
-				// numeric x and y parameters for Expr.filter.CHILD
-				// remember that false/true cast respectively to 0/1
-				match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) );
-				match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" );
-
-			// other types prohibit arguments
-			} else if ( match[3] ) {
-				Sizzle.error( match[0] );
-			}
-
-			return match;
-		},
-
-		"PSEUDO": function( match ) {
-			var excess,
-				unquoted = !match[6] && match[2];
-
-			if ( matchExpr["CHILD"].test( match[0] ) ) {
-				return null;
-			}
-
-			// Accept quoted arguments as-is
-			if ( match[3] ) {
-				match[2] = match[4] || match[5] || "";
-
-			// Strip excess characters from unquoted arguments
-			} else if ( unquoted && rpseudo.test( unquoted ) &&
-				// Get excess from tokenize (recursively)
-				(excess = tokenize( unquoted, true )) &&
-				// advance to the next closing parenthesis
-				(excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) {
-
-				// excess is a negative index
-				match[0] = match[0].slice( 0, excess );
-				match[2] = unquoted.slice( 0, excess );
-			}
-
-			// Return only captures needed by the pseudo filter method (type and argument)
-			return match.slice( 0, 3 );
-		}
-	},
-
-	filter: {
-
-		"TAG": function( nodeNameSelector ) {
-			var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();
-			return nodeNameSelector === "*" ?
-				function() { return true; } :
-				function( elem ) {
-					return elem.nodeName && elem.nodeName.toLowerCase() === nodeName;
-				};
-		},
-
-		"CLASS": function( className ) {
-			var pattern = classCache[ className + " " ];
-
-			return pattern ||
-				(pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) &&
-				classCache( className, function( elem ) {
-					return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== "undefined" && elem.getAttribute("class") || "" );
-				});
-		},
-
-		"ATTR": function( name, operator, check ) {
-			return function( elem ) {
-				var result = Sizzle.attr( elem, name );
-
-				if ( result == null ) {
-					return operator === "!=";
-				}
-				if ( !operator ) {
-					return true;
-				}
-
-				result += "";
-
-				return operator === "=" ? result === check :
-					operator === "!=" ? result !== check :
-					operator === "^=" ? check && result.indexOf( check ) === 0 :
-					operator === "*=" ? check && result.indexOf( check ) > -1 :
-					operator === "$=" ? check && result.slice( -check.length ) === check :
-					operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 :
-					operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" :
-					false;
-			};
-		},
-
-		"CHILD": function( type, what, argument, first, last ) {
-			var simple = type.slice( 0, 3 ) !== "nth",
-				forward = type.slice( -4 ) !== "last",
-				ofType = what === "of-type";
-
-			return first === 1 && last === 0 ?
-
-				// Shortcut for :nth-*(n)
-				function( elem ) {
-					return !!elem.parentNode;
-				} :
-
-				function( elem, context, xml ) {
-					var cache, uniqueCache, outerCache, node, nodeIndex, start,
-						dir = simple !== forward ? "nextSibling" : "previousSibling",
-						parent = elem.parentNode,
-						name = ofType && elem.nodeName.toLowerCase(),
-						useCache = !xml && !ofType,
-						diff = false;
-
-					if ( parent ) {
-
-						// :(first|last|only)-(child|of-type)
-						if ( simple ) {
-							while ( dir ) {
-								node = elem;
-								while ( (node = node[ dir ]) ) {
-									if ( ofType ?
-										node.nodeName.toLowerCase() === name :
-										node.nodeType === 1 ) {
-
-										return false;
-									}
-								}
-								// Reverse direction for :only-* (if we haven't yet done so)
-								start = dir = type === "only" && !start && "nextSibling";
-							}
-							return true;
-						}
-
-						start = [ forward ? parent.firstChild : parent.lastChild ];
-
-						// non-xml :nth-child(...) stores cache data on `parent`
-						if ( forward && useCache ) {
-
-							// Seek `elem` from a previously-cached index
-
-							// ...in a gzip-friendly way
-							node = parent;
-							outerCache = node[ expando ] || (node[ expando ] = {});
-
-							// Support: IE <9 only
-							// Defend against cloned attroperties (jQuery gh-1709)
-							uniqueCache = outerCache[ node.uniqueID ] ||
-								(outerCache[ node.uniqueID ] = {});
-
-							cache = uniqueCache[ type ] || [];
-							nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];
-							diff = nodeIndex && cache[ 2 ];
-							node = nodeIndex && parent.childNodes[ nodeIndex ];
-
-							while ( (node = ++nodeIndex && node && node[ dir ] ||
-
-								// Fallback to seeking `elem` from the start
-								(diff = nodeIndex = 0) || start.pop()) ) {
-
-								// When found, cache indexes on `parent` and break
-								if ( node.nodeType === 1 && ++diff && node === elem ) {
-									uniqueCache[ type ] = [ dirruns, nodeIndex, diff ];
-									break;
-								}
-							}
-
-						} else {
-							// Use previously-cached element index if available
-							if ( useCache ) {
-								// ...in a gzip-friendly way
-								node = elem;
-								outerCache = node[ expando ] || (node[ expando ] = {});
-
-								// Support: IE <9 only
-								// Defend against cloned attroperties (jQuery gh-1709)
-								uniqueCache = outerCache[ node.uniqueID ] ||
-									(outerCache[ node.uniqueID ] = {});
-
-								cache = uniqueCache[ type ] || [];
-								nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];
-								diff = nodeIndex;
-							}
-
-							// xml :nth-child(...)
-							// or :nth-last-child(...) or :nth(-last)?-of-type(...)
-							if ( diff === false ) {
-								// Use the same loop as above to seek `elem` from the start
-								while ( (node = ++nodeIndex && node && node[ dir ] ||
-									(diff = nodeIndex = 0) || start.pop()) ) {
-
-									if ( ( ofType ?
-										node.nodeName.toLowerCase() === name :
-										node.nodeType === 1 ) &&
-										++diff ) {
-
-										// Cache the index of each encountered element
-										if ( useCache ) {
-											outerCache = node[ expando ] || (node[ expando ] = {});
-
-											// Support: IE <9 only
-											// Defend against cloned attroperties (jQuery gh-1709)
-											uniqueCache = outerCache[ node.uniqueID ] ||
-												(outerCache[ node.uniqueID ] = {});
-
-											uniqueCache[ type ] = [ dirruns, diff ];
-										}
-
-										if ( node === elem ) {
-											break;
-										}
-									}
-								}
-							}
-						}
-
-						// Incorporate the offset, then check against cycle size
-						diff -= last;
-						return diff === first || ( diff % first === 0 && diff / first >= 0 );
-					}
-				};
-		},
-
-		"PSEUDO": function( pseudo, argument ) {
-			// pseudo-class names are case-insensitive
-			// http://www.w3.org/TR/selectors/#pseudo-classes
-			// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters
-			// Remember that setFilters inherits from pseudos
-			var args,
-				fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||
-					Sizzle.error( "unsupported pseudo: " + pseudo );
-
-			// The user may use createPseudo to indicate that
-			// arguments are needed to create the filter function
-			// just as Sizzle does
-			if ( fn[ expando ] ) {
-				return fn( argument );
-			}
-
-			// But maintain support for old signatures
-			if ( fn.length > 1 ) {
-				args = [ pseudo, pseudo, "", argument ];
-				return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?
-					markFunction(function( seed, matches ) {
-						var idx,
-							matched = fn( seed, argument ),
-							i = matched.length;
-						while ( i-- ) {
-							idx = indexOf( seed, matched[i] );
-							seed[ idx ] = !( matches[ idx ] = matched[i] );
-						}
-					}) :
-					function( elem ) {
-						return fn( elem, 0, args );
-					};
-			}
-
-			return fn;
-		}
-	},
-
-	pseudos: {
-		// Potentially complex pseudos
-		"not": markFunction(function( selector ) {
-			// Trim the selector passed to compile
-			// to avoid treating leading and trailing
-			// spaces as combinators
-			var input = [],
-				results = [],
-				matcher = compile( selector.replace( rtrim, "$1" ) );
-
-			return matcher[ expando ] ?
-				markFunction(function( seed, matches, context, xml ) {
-					var elem,
-						unmatched = matcher( seed, null, xml, [] ),
-						i = seed.length;
-
-					// Match elements unmatched by `matcher`
-					while ( i-- ) {
-						if ( (elem = unmatched[i]) ) {
-							seed[i] = !(matches[i] = elem);
-						}
-					}
-				}) :
-				function( elem, context, xml ) {
-					input[0] = elem;
-					matcher( input, null, xml, results );
-					// Don't keep the element (issue #299)
-					input[0] = null;
-					return !results.pop();
-				};
-		}),
-
-		"has": markFunction(function( selector ) {
-			return function( elem ) {
-				return Sizzle( selector, elem ).length > 0;
-			};
-		}),
-
-		"contains": markFunction(function( text ) {
-			text = text.replace( runescape, funescape );
-			return function( elem ) {
-				return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;
-			};
-		}),
-
-		// "Whether an element is represented by a :lang() selector
-		// is based solely on the element's language value
-		// being equal to the identifier C,
-		// or beginning with the identifier C immediately followed by "-".
-		// The matching of C against the element's language value is performed case-insensitively.
-		// The identifier C does not have to be a valid language name."
-		// http://www.w3.org/TR/selectors/#lang-pseudo
-		"lang": markFunction( function( lang ) {
-			// lang value must be a valid identifier
-			if ( !ridentifier.test(lang || "") ) {
-				Sizzle.error( "unsupported lang: " + lang );
-			}
-			lang = lang.replace( runescape, funescape ).toLowerCase();
-			return function( elem ) {
-				var elemLang;
-				do {
-					if ( (elemLang = documentIsHTML ?
-						elem.lang :
-						elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) {
-
-						elemLang = elemLang.toLowerCase();
-						return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0;
-					}
-				} while ( (elem = elem.parentNode) && elem.nodeType === 1 );
-				return false;
-			};
-		}),
-
-		// Miscellaneous
-		"target": function( elem ) {
-			var hash = window.location && window.location.hash;
-			return hash && hash.slice( 1 ) === elem.id;
-		},
-
-		"root": function( elem ) {
-			return elem === docElem;
-		},
-
-		"focus": function( elem ) {
-			return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);
-		},
-
-		// Boolean properties
-		"enabled": function( elem ) {
-			return elem.disabled === false;
-		},
-
-		"disabled": function( elem ) {
-			return elem.disabled === true;
-		},
-
-		"checked": function( elem ) {
-			// In CSS3, :checked should return both checked and selected elements
-			// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
-			var nodeName = elem.nodeName.toLowerCase();
-			return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected);
-		},
-
-		"selected": function( elem ) {
-			// Accessing this property makes selected-by-default
-			// options in Safari work properly
-			if ( elem.parentNode ) {
-				elem.parentNode.selectedIndex;
-			}
-
-			return elem.selected === true;
-		},
-
-		// Contents
-		"empty": function( elem ) {
-			// http://www.w3.org/TR/selectors/#empty-pseudo
-			// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),
-			//   but not by others (comment: 8; processing instruction: 7; etc.)
-			// nodeType < 6 works because attributes (2) do not appear as children
-			for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {
-				if ( elem.nodeType < 6 ) {
-					return false;
-				}
-			}
-			return true;
-		},
-
-		"parent": function( elem ) {
-			return !Expr.pseudos["empty"]( elem );
-		},
-
-		// Element/input types
-		"header": function( elem ) {
-			return rheader.test( elem.nodeName );
-		},
-
-		"input": function( elem ) {
-			return rinputs.test( elem.nodeName );
-		},
-
-		"button": function( elem ) {
-			var name = elem.nodeName.toLowerCase();
-			return name === "input" && elem.type === "button" || name === "button";
-		},
-
-		"text": function( elem ) {
-			var attr;
-			return elem.nodeName.toLowerCase() === "input" &&
-				elem.type === "text" &&
-
-				// Support: IE<8
-				// New HTML5 attribute values (e.g., "search") appear with elem.type === "text"
-				( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" );
-		},
-
-		// Position-in-collection
-		"first": createPositionalPseudo(function() {
-			return [ 0 ];
-		}),
-
-		"last": createPositionalPseudo(function( matchIndexes, length ) {
-			return [ length - 1 ];
-		}),
-
-		"eq": createPositionalPseudo(function( matchIndexes, length, argument ) {
-			return [ argument < 0 ? argument + length : argument ];
-		}),
-
-		"even": createPositionalPseudo(function( matchIndexes, length ) {
-			var i = 0;
-			for ( ; i < length; i += 2 ) {
-				matchIndexes.push( i );
-			}
-			return matchIndexes;
-		}),
-
-		"odd": createPositionalPseudo(function( matchIndexes, length ) {
-			var i = 1;
-			for ( ; i < length; i += 2 ) {
-				matchIndexes.push( i );
-			}
-			return matchIndexes;
-		}),
-
-		"lt": createPositionalPseudo(function( matchIndexes, length, argument ) {
-			var i = argument < 0 ? argument + length : argument;
-			for ( ; --i >= 0; ) {
-				matchIndexes.push( i );
-			}
-			return matchIndexes;
-		}),
-
-		"gt": createPositionalPseudo(function( matchIndexes, length, argument ) {
-			var i = argument < 0 ? argument + length : argument;
-			for ( ; ++i < length; ) {
-				matchIndexes.push( i );
-			}
-			return matchIndexes;
-		})
-	}
-};
-
-Expr.pseudos["nth"] = Expr.pseudos["eq"];
-
-// Add button/input type pseudos
-for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {
-	Expr.pseudos[ i ] = createInputPseudo( i );
-}
-for ( i in { submit: true, reset: true } ) {
-	Expr.pseudos[ i ] = createButtonPseudo( i );
-}
-
-// Easy API for creating new setFilters
-function setFilters() {}
-setFilters.prototype = Expr.filters = Expr.pseudos;
-Expr.setFilters = new setFilters();
-
-tokenize = Sizzle.tokenize = function( selector, parseOnly ) {
-	var matched, match, tokens, type,
-		soFar, groups, preFilters,
-		cached = tokenCache[ selector + " " ];
-
-	if ( cached ) {
-		return parseOnly ? 0 : cached.slice( 0 );
-	}
-
-	soFar = selector;
-	groups = [];
-	preFilters = Expr.preFilter;
-
-	while ( soFar ) {
-
-		// Comma and first run
-		if ( !matched || (match = rcomma.exec( soFar )) ) {
-			if ( match ) {
-				// Don't consume trailing commas as valid
-				soFar = soFar.slice( match[0].length ) || soFar;
-			}
-			groups.push( (tokens = []) );
-		}
-
-		matched = false;
-
-		// Combinators
-		if ( (match = rcombinators.exec( soFar )) ) {
-			matched = match.shift();
-			tokens.push({
-				value: matched,
-				// Cast descendant combinators to space
-				type: match[0].replace( rtrim, " " )
-			});
-			soFar = soFar.slice( matched.length );
-		}
-
-		// Filters
-		for ( type in Expr.filter ) {
-			if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||
-				(match = preFilters[ type ]( match ))) ) {
-				matched = match.shift();
-				tokens.push({
-					value: matched,
-					type: type,
-					matches: match
-				});
-				soFar = soFar.slice( matched.length );
-			}
-		}
-
-		if ( !matched ) {
-			break;
-		}
-	}
-
-	// Return the length of the invalid excess
-	// if we're just parsing
-	// Otherwise, throw an error or return tokens
-	return parseOnly ?
-		soFar.length :
-		soFar ?
-			Sizzle.error( selector ) :
-			// Cache the tokens
-			tokenCache( selector, groups ).slice( 0 );
-};
-
-function toSelector( tokens ) {
-	var i = 0,
-		len = tokens.length,
-		selector = "";
-	for ( ; i < len; i++ ) {
-		selector += tokens[i].value;
-	}
-	return selector;
-}
-
-function addCombinator( matcher, combinator, base ) {
-	var dir = combinator.dir,
-		checkNonElements = base && dir === "parentNode",
-		doneName = done++;
-
-	return combinator.first ?
-		// Check against closest ancestor/preceding element
-		function( elem, context, xml ) {
-			while ( (elem = elem[ dir ]) ) {
-				if ( elem.nodeType === 1 || checkNonElements ) {
-					return matcher( elem, context, xml );
-				}
-			}
-		} :
-
-		// Check against all ancestor/preceding elements
-		function( elem, context, xml ) {
-			var oldCache, uniqueCache, outerCache,
-				newCache = [ dirruns, doneName ];
-
-			// We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching
-			if ( xml ) {
-				while ( (elem = elem[ dir ]) ) {
-					if ( elem.nodeType === 1 || checkNonElements ) {
-						if ( matcher( elem, context, xml ) ) {
-							return true;
-						}
-					}
-				}
-			} else {
-				while ( (elem = elem[ dir ]) ) {
-					if ( elem.nodeType === 1 || checkNonElements ) {
-						outerCache = elem[ expando ] || (elem[ expando ] = {});
-
-						// Support: IE <9 only
-						// Defend against cloned attroperties (jQuery gh-1709)
-						uniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {});
-
-						if ( (oldCache = uniqueCache[ dir ]) &&
-							oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {
-
-							// Assign to newCache so results back-propagate to previous elements
-							return (newCache[ 2 ] = oldCache[ 2 ]);
-						} else {
-							// Reuse newcache so results back-propagate to previous elements
-							uniqueCache[ dir ] = newCache;
-
-							// A match means we're done; a fail means we have to keep checking
-							if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {
-								return true;
-							}
-						}
-					}
-				}
-			}
-		};
-}
-
-function elementMatcher( matchers ) {
-	return matchers.length > 1 ?
-		function( elem, context, xml ) {
-			var i = matchers.length;
-			while ( i-- ) {
-				if ( !matchers[i]( elem, context, xml ) ) {
-					return false;
-				}
-			}
-			return true;
-		} :
-		matchers[0];
-}
-
-function multipleContexts( selector, contexts, results ) {
-	var i = 0,
-		len = contexts.length;
-	for ( ; i < len; i++ ) {
-		Sizzle( selector, contexts[i], results );
-	}
-	return results;
-}
-
-function condense( unmatched, map, filter, context, xml ) {
-	var elem,
-		newUnmatched = [],
-		i = 0,
-		len = unmatched.length,
-		mapped = map != null;
-
-	for ( ; i < len; i++ ) {
-		if ( (elem = unmatched[i]) ) {
-			if ( !filter || filter( elem, context, xml ) ) {
-				newUnmatched.push( elem );
-				if ( mapped ) {
-					map.push( i );
-				}
-			}
-		}
-	}
-
-	return newUnmatched;
-}
-
-function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {
-	if ( postFilter && !postFilter[ expando ] ) {
-		postFilter = setMatcher( postFilter );
-	}
-	if ( postFinder && !postFinder[ expando ] ) {
-		postFinder = setMatcher( postFinder, postSelector );
-	}
-	return markFunction(function( seed, results, context, xml ) {
-		var temp, i, elem,
-			preMap = [],
-			postMap = [],
-			preexisting = results.length,
-
-			// Get initial elements from seed or context
-			elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ),
-
-			// Prefilter to get matcher input, preserving a map for seed-results synchronization
-			matcherIn = preFilter && ( seed || !selector ) ?
-				condense( elems, preMap, preFilter, context, xml ) :
-				elems,
-
-			matcherOut = matcher ?
-				// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,
-				postFinder || ( seed ? preFilter : preexisting || postFilter ) ?
-
-					// ...intermediate processing is necessary
-					[] :
-
-					// ...otherwise use results directly
-					results :
-				matcherIn;
-
-		// Find primary matches
-		if ( matcher ) {
-			matcher( matcherIn, matcherOut, context, xml );
-		}
-
-		// Apply postFilter
-		if ( postFilter ) {
-			temp = condense( matcherOut, postMap );
-			postFilter( temp, [], context, xml );
-
-			// Un-match failing elements by moving them back to matcherIn
-			i = temp.length;
-			while ( i-- ) {
-				if ( (elem = temp[i]) ) {
-					matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);
-				}
-			}
-		}
-
-		if ( seed ) {
-			if ( postFinder || preFilter ) {
-				if ( postFinder ) {
-					// Get the final matcherOut by condensing this intermediate into postFinder contexts
-					temp = [];
-					i = matcherOut.length;
-					while ( i-- ) {
-						if ( (elem = matcherOut[i]) ) {
-							// Restore matcherIn since elem is not yet a final match
-							temp.push( (matcherIn[i] = elem) );
-						}
-					}
-					postFinder( null, (matcherOut = []), temp, xml );
-				}
-
-				// Move matched elements from seed to results to keep them synchronized
-				i = matcherOut.length;
-				while ( i-- ) {
-					if ( (elem = matcherOut[i]) &&
-						(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {
-
-						seed[temp] = !(results[temp] = elem);
-					}
-				}
-			}
-
-		// Add elements to results, through postFinder if defined
-		} else {
-			matcherOut = condense(
-				matcherOut === results ?
-					matcherOut.splice( preexisting, matcherOut.length ) :
-					matcherOut
-			);
-			if ( postFinder ) {
-				postFinder( null, results, matcherOut, xml );
-			} else {
-				push.apply( results, matcherOut );
-			}
-		}
-	});
-}
-
-function matcherFromTokens( tokens ) {
-	var checkContext, matcher, j,
-		len = tokens.length,
-		leadingRelative = Expr.relative[ tokens[0].type ],
-		implicitRelative = leadingRelative || Expr.relative[" "],
-		i = leadingRelative ? 1 : 0,
-
-		// The foundational matcher ensures that elements are reachable from top-level context(s)
-		matchContext = addCombinator( function( elem ) {
-			return elem === checkContext;
-		}, implicitRelative, true ),
-		matchAnyContext = addCombinator( function( elem ) {
-			return indexOf( checkContext, elem ) > -1;
-		}, implicitRelative, true ),
-		matchers = [ function( elem, context, xml ) {
-			var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (
-				(checkContext = context).nodeType ?
-					matchContext( elem, context, xml ) :
-					matchAnyContext( elem, context, xml ) );
-			// Avoid hanging onto element (issue #299)
-			checkContext = null;
-			return ret;
-		} ];
-
-	for ( ; i < len; i++ ) {
-		if ( (matcher = Expr.relative[ tokens[i].type ]) ) {
-			matchers = [ addCombinator(elementMatcher( matchers ), matcher) ];
-		} else {
-			matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );
-
-			// Return special upon seeing a positional matcher
-			if ( matcher[ expando ] ) {
-				// Find the next relative operator (if any) for proper handling
-				j = ++i;
-				for ( ; j < len; j++ ) {
-					if ( Expr.relative[ tokens[j].type ] ) {
-						break;
-					}
-				}
-				return setMatcher(
-					i > 1 && elementMatcher( matchers ),
-					i > 1 && toSelector(
-						// If the preceding token was a descendant combinator, insert an implicit any-element `*`
-						tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" })
-					).replace( rtrim, "$1" ),
-					matcher,
-					i < j && matcherFromTokens( tokens.slice( i, j ) ),
-					j < len && matcherFromTokens( (tokens = tokens.slice( j )) ),
-					j < len && toSelector( tokens )
-				);
-			}
-			matchers.push( matcher );
-		}
-	}
-
-	return elementMatcher( matchers );
-}
-
-function matcherFromGroupMatchers( elementMatchers, setMatchers ) {
-	var bySet = setMatchers.length > 0,
-		byElement = elementMatchers.length > 0,
-		superMatcher = function( seed, context, xml, results, outermost ) {
-			var elem, j, matcher,
-				matchedCount = 0,
-				i = "0",
-				unmatched = seed && [],
-				setMatched = [],
-				contextBackup = outermostContext,
-				// We must always have either seed elements or outermost context
-				elems = seed || byElement && Expr.find["TAG"]( "*", outermost ),
-				// Use integer dirruns iff this is the outermost matcher
-				dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),
-				len = elems.length;
-
-			if ( outermost ) {
-				outermostContext = context === document || context || outermost;
-			}
-
-			// Add elements passing elementMatchers directly to results
-			// Support: IE<9, Safari
-			// Tolerate NodeList properties (IE: "length"; Safari: <number>) matching elements by id
-			for ( ; i !== len && (elem = elems[i]) != null; i++ ) {
-				if ( byElement && elem ) {
-					j = 0;
-					if ( !context && elem.ownerDocument !== document ) {
-						setDocument( elem );
-						xml = !documentIsHTML;
-					}
-					while ( (matcher = elementMatchers[j++]) ) {
-						if ( matcher( elem, context || document, xml) ) {
-							results.push( elem );
-							break;
-						}
-					}
-					if ( outermost ) {
-						dirruns = dirrunsUnique;
-					}
-				}
-
-				// Track unmatched elements for set filters
-				if ( bySet ) {
-					// They will have gone through all possible matchers
-					if ( (elem = !matcher && elem) ) {
-						matchedCount--;
-					}
-
-					// Lengthen the array for every element, matched or not
-					if ( seed ) {
-						unmatched.push( elem );
-					}
-				}
-			}
-
-			// `i` is now the count of elements visited above, and adding it to `matchedCount`
-			// makes the latter nonnegative.
-			matchedCount += i;
-
-			// Apply set filters to unmatched elements
-			// NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount`
-			// equals `i`), unless we didn't visit _any_ elements in the above loop because we have
-			// no element matchers and no seed.
-			// Incrementing an initially-string "0" `i` allows `i` to remain a string only in that
-			// case, which will result in a "00" `matchedCount` that differs from `i` but is also
-			// numerically zero.
-			if ( bySet && i !== matchedCount ) {
-				j = 0;
-				while ( (matcher = setMatchers[j++]) ) {
-					matcher( unmatched, setMatched, context, xml );
-				}
-
-				if ( seed ) {
-					// Reintegrate element matches to eliminate the need for sorting
-					if ( matchedCount > 0 ) {
-						while ( i-- ) {
-							if ( !(unmatched[i] || setMatched[i]) ) {
-								setMatched[i] = pop.call( results );
-							}
-						}
-					}
-
-					// Discard index placeholder values to get only actual matches
-					setMatched = condense( setMatched );
-				}
-
-				// Add matches to results
-				push.apply( results, setMatched );
-
-				// Seedless set matches succeeding multiple successful matchers stipulate sorting
-				if ( outermost && !seed && setMatched.length > 0 &&
-					( matchedCount + setMatchers.length ) > 1 ) {
-
-					Sizzle.uniqueSort( results );
-				}
-			}
-
-			// Override manipulation of globals by nested matchers
-			if ( outermost ) {
-				dirruns = dirrunsUnique;
-				outermostContext = contextBackup;
-			}
-
-			return unmatched;
-		};
-
-	return bySet ?
-		markFunction( superMatcher ) :
-		superMatcher;
-}
-
-compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {
-	var i,
-		setMatchers = [],
-		elementMatchers = [],
-		cached = compilerCache[ selector + " " ];
-
-	if ( !cached ) {
-		// Generate a function of recursive functions that can be used to check each element
-		if ( !match ) {
-			match = tokenize( selector );
-		}
-		i = match.length;
-		while ( i-- ) {
-			cached = matcherFromTokens( match[i] );
-			if ( cached[ expando ] ) {
-				setMatchers.push( cached );
-			} else {
-				elementMatchers.push( cached );
-			}
-		}
-
-		// Cache the compiled function
-		cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );
-
-		// Save selector and tokenization
-		cached.selector = selector;
-	}
-	return cached;
-};
-
-/**
- * A low-level selection function that works with Sizzle's compiled
- *  selector functions
- * @param {String|Function} selector A selector or a pre-compiled
- *  selector function built with Sizzle.compile
- * @param {Element} context
- * @param {Array} [results]
- * @param {Array} [seed] A set of elements to match against
- */
-select = Sizzle.select = function( selector, context, results, seed ) {
-	var i, tokens, token, type, find,
-		compiled = typeof selector === "function" && selector,
-		match = !seed && tokenize( (selector = compiled.selector || selector) );
-
-	results = results || [];
-
-	// Try to minimize operations if there is only one selector in the list and no seed
-	// (the latter of which guarantees us context)
-	if ( match.length === 1 ) {
-
-		// Reduce context if the leading compound selector is an ID
-		tokens = match[0] = match[0].slice( 0 );
-		if ( tokens.length > 2 && (token = tokens[0]).type === "ID" &&
-				support.getById && context.nodeType === 9 && documentIsHTML &&
-				Expr.relative[ tokens[1].type ] ) {
-
-			context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];
-			if ( !context ) {
-				return results;
-
-			// Precompiled matchers will still verify ancestry, so step up a level
-			} else if ( compiled ) {
-				context = context.parentNode;
-			}
-
-			selector = selector.slice( tokens.shift().value.length );
-		}
-
-		// Fetch a seed set for right-to-left matching
-		i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length;
-		while ( i-- ) {
-			token = tokens[i];
-
-			// Abort if we hit a combinator
-			if ( Expr.relative[ (type = token.type) ] ) {
-				break;
-			}
-			if ( (find = Expr.find[ type ]) ) {
-				// Search, expanding context for leading sibling combinators
-				if ( (seed = find(
-					token.matches[0].replace( runescape, funescape ),
-					rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context
-				)) ) {
-
-					// If seed is empty or no tokens remain, we can return early
-					tokens.splice( i, 1 );
-					selector = seed.length && toSelector( tokens );
-					if ( !selector ) {
-						push.apply( results, seed );
-						return results;
-					}
-
-					break;
-				}
-			}
-		}
-	}
-
-	// Compile and execute a filtering function if one is not provided
-	// Provide `match` to avoid retokenization if we modified the selector above
-	( compiled || compile( selector, match ) )(
-		seed,
-		context,
-		!documentIsHTML,
-		results,
-		!context || rsibling.test( selector ) && testContext( context.parentNode ) || context
-	);
-	return results;
-};
-
-// One-time assignments
-
-// Sort stability
-support.sortStable = expando.split("").sort( sortOrder ).join("") === expando;
-
-// Support: Chrome 14-35+
-// Always assume duplicates if they aren't passed to the comparison function
-support.detectDuplicates = !!hasDuplicate;
-
-// Initialize against the default document
-setDocument();
-
-// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)
-// Detached nodes confoundingly follow *each other*
-support.sortDetached = assert(function( div1 ) {
-	// Should return 1, but returns 4 (following)
-	return div1.compareDocumentPosition( document.createElement("div") ) & 1;
-});
-
-// Support: IE<8
-// Prevent attribute/property "interpolation"
-// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx
-if ( !assert(function( div ) {
-	div.innerHTML = "<a href='#'></a>";
-	return div.firstChild.getAttribute("href") === "#" ;
-}) ) {
-	addHandle( "type|href|height|width", function( elem, name, isXML ) {
-		if ( !isXML ) {
-			return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 );
-		}
-	});
-}
-
-// Support: IE<9
-// Use defaultValue in place of getAttribute("value")
-if ( !support.attributes || !assert(function( div ) {
-	div.innerHTML = "<input/>";
-	div.firstChild.setAttribute( "value", "" );
-	return div.firstChild.getAttribute( "value" ) === "";
-}) ) {
-	addHandle( "value", function( elem, name, isXML ) {
-		if ( !isXML && elem.nodeName.toLowerCase() === "input" ) {
-			return elem.defaultValue;
-		}
-	});
-}
-
-// Support: IE<9
-// Use getAttributeNode to fetch booleans when getAttribute lies
-if ( !assert(function( div ) {
-	return div.getAttribute("disabled") == null;
-}) ) {
-	addHandle( booleans, function( elem, name, isXML ) {
-		var val;
-		if ( !isXML ) {
-			return elem[ name ] === true ? name.toLowerCase() :
-					(val = elem.getAttributeNode( name )) && val.specified ?
-					val.value :
-				null;
-		}
-	});
-}
-
-return Sizzle;
-
-})( window );
-
-
-
-jQuery.find = Sizzle;
-jQuery.expr = Sizzle.selectors;
-jQuery.expr[ ":" ] = jQuery.expr.pseudos;
-jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;
-jQuery.text = Sizzle.getText;
-jQuery.isXMLDoc = Sizzle.isXML;
-jQuery.contains = Sizzle.contains;
-
-
-
-var dir = function( elem, dir, until ) {
-	var matched = [],
-		truncate = until !== undefined;
-
-	while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {
-		if ( elem.nodeType === 1 ) {
-			if ( truncate && jQuery( elem ).is( until ) ) {
-				break;
-			}
-			matched.push( elem );
-		}
-	}
-	return matched;
-};
-
-
-var siblings = function( n, elem ) {
-	var matched = [];
-
-	for ( ; n; n = n.nextSibling ) {
-		if ( n.nodeType === 1 && n !== elem ) {
-			matched.push( n );
-		}
-	}
-
-	return matched;
-};
-
-
-var rneedsContext = jQuery.expr.match.needsContext;
-
-var rsingleTag = ( /^<([\w-]+)\s*\/?>(?:<\/\1>|)$/ );
-
-
-
-var risSimple = /^.[^:#\[\.,]*$/;
-
-// Implement the identical functionality for filter and not
-function winnow( elements, qualifier, not ) {
-	if ( jQuery.isFunction( qualifier ) ) {
-		return jQuery.grep( elements, function( elem, i ) {
-			/* jshint -W018 */
-			return !!qualifier.call( elem, i, elem ) !== not;
-		} );
-
-	}
-
-	if ( qualifier.nodeType ) {
-		return jQuery.grep( elements, function( elem ) {
-			return ( elem === qualifier ) !== not;
-		} );
-
-	}
-
-	if ( typeof qualifier === "string" ) {
-		if ( risSimple.test( qualifier ) ) {
-			return jQuery.filter( qualifier, elements, not );
-		}
-
-		qualifier = jQuery.filter( qualifier, elements );
-	}
-
-	return jQuery.grep( elements, function( elem ) {
-		return ( jQuery.inArray( elem, qualifier ) > -1 ) !== not;
-	} );
-}
-
-jQuery.filter = function( expr, elems, not ) {
-	var elem = elems[ 0 ];
-
-	if ( not ) {
-		expr = ":not(" + expr + ")";
-	}
-
-	return elems.length === 1 && elem.nodeType === 1 ?
-		jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] :
-		jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {
-			return elem.nodeType === 1;
-		} ) );
-};
-
-jQuery.fn.extend( {
-	find: function( selector ) {
-		var i,
-			ret = [],
-			self = this,
-			len = self.length;
-
-		if ( typeof selector !== "string" ) {
-			return this.pushStack( jQuery( selector ).filter( function() {
-				for ( i = 0; i < len; i++ ) {
-					if ( jQuery.contains( self[ i ], this ) ) {
-						return true;
-					}
-				}
-			} ) );
-		}
-
-		for ( i = 0; i < len; i++ ) {
-			jQuery.find( selector, self[ i ], ret );
-		}
-
-		// Needed because $( selector, context ) becomes $( context ).find( selector )
-		ret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret );
-		ret.selector = this.selector ? this.selector + " " + selector : selector;
-		return ret;
-	},
-	filter: function( selector ) {
-		return this.pushStack( winnow( this, selector || [], false ) );
-	},
-	not: function( selector ) {
-		return this.pushStack( winnow( this, selector || [], true ) );
-	},
-	is: function( selector ) {
-		return !!winnow(
-			this,
-
-			// If this is a positional/relative selector, check membership in the returned set
-			// so $("p:first").is("p:last") won't return true for a doc with two "p".
-			typeof selector === "string" && rneedsContext.test( selector ) ?
-				jQuery( selector ) :
-				selector || [],
-			false
-		).length;
-	}
-} );
-
-
-// Initialize a jQuery object
-
-
-// A central reference to the root jQuery(document)
-var rootjQuery,
-
-	// A simple way to check for HTML strings
-	// Prioritize #id over <tag> to avoid XSS via location.hash (#9521)
-	// Strict HTML recognition (#11290: must start with <)
-	rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,
-
-	init = jQuery.fn.init = function( selector, context, root ) {
-		var match, elem;
-
-		// HANDLE: $(""), $(null), $(undefined), $(false)
-		if ( !selector ) {
-			return this;
-		}
-
-		// init accepts an alternate rootjQuery
-		// so migrate can support jQuery.sub (gh-2101)
-		root = root || rootjQuery;
-
-		// Handle HTML strings
-		if ( typeof selector === "string" ) {
-			if ( selector.charAt( 0 ) === "<" &&
-				selector.charAt( selector.length - 1 ) === ">" &&
-				selector.length >= 3 ) {
-
-				// Assume that strings that start and end with <> are HTML and skip the regex check
-				match = [ null, selector, null ];
-
-			} else {
-				match = rquickExpr.exec( selector );
-			}
-
-			// Match html or make sure no context is specified for #id
-			if ( match && ( match[ 1 ] || !context ) ) {
-
-				// HANDLE: $(html) -> $(array)
-				if ( match[ 1 ] ) {
-					context = context instanceof jQuery ? context[ 0 ] : context;
-
-					// scripts is true for back-compat
-					// Intentionally let the error be thrown if parseHTML is not present
-					jQuery.merge( this, jQuery.parseHTML(
-						match[ 1 ],
-						context && context.nodeType ? context.ownerDocument || context : document,
-						true
-					) );
-
-					// HANDLE: $(html, props)
-					if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) {
-						for ( match in context ) {
-
-							// Properties of context are called as methods if possible
-							if ( jQuery.isFunction( this[ match ] ) ) {
-								this[ match ]( context[ match ] );
-
-							// ...and otherwise set as attributes
-							} else {
-								this.attr( match, context[ match ] );
-							}
-						}
-					}
-
-					return this;
-
-				// HANDLE: $(#id)
-				} else {
-					elem = document.getElementById( match[ 2 ] );
-
-					// Check parentNode to catch when Blackberry 4.6 returns
-					// nodes that are no longer in the document #6963
-					if ( elem && elem.parentNode ) {
-
-						// Handle the case where IE and Opera return items
-						// by name instead of ID
-						if ( elem.id !== match[ 2 ] ) {
-							return rootjQuery.find( selector );
-						}
-
-						// Otherwise, we inject the element directly into the jQuery object
-						this.length = 1;
-						this[ 0 ] = elem;
-					}
-
-					this.context = document;
-					this.selector = selector;
-					return this;
-				}
-
-			// HANDLE: $(expr, $(...))
-			} else if ( !context || context.jquery ) {
-				return ( context || root ).find( selector );
-
-			// HANDLE: $(expr, context)
-			// (which is just equivalent to: $(context).find(expr)
-			} else {
-				return this.constructor( context ).find( selector );
-			}
-
-		// HANDLE: $(DOMElement)
-		} else if ( selector.nodeType ) {
-			this.context = this[ 0 ] = selector;
-			this.length = 1;
-			return this;
-
-		// HANDLE: $(function)
-		// Shortcut for document ready
-		} else if ( jQuery.isFunction( selector ) ) {
-			return typeof root.ready !== "undefined" ?
-				root.ready( selector ) :
-
-				// Execute immediately if ready is not present
-				selector( jQuery );
-		}
-
-		if ( selector.selector !== undefined ) {
-			this.selector = selector.selector;
-			this.context = selector.context;
-		}
-
-		return jQuery.makeArray( selector, this );
-	};
-
-// Give the init function the jQuery prototype for later instantiation
-init.prototype = jQuery.fn;
-
-// Initialize central reference
-rootjQuery = jQuery( document );
-
-
-var rparentsprev = /^(?:parents|prev(?:Until|All))/,
-
-	// methods guaranteed to produce a unique set when starting from a unique set
-	guaranteedUnique = {
-		children: true,
-		contents: true,
-		next: true,
-		prev: true
-	};
-
-jQuery.fn.extend( {
-	has: function( target ) {
-		var i,
-			targets = jQuery( target, this ),
-			len = targets.length;
-
-		return this.filter( function() {
-			for ( i = 0; i < len; i++ ) {
-				if ( jQuery.contains( this, targets[ i ] ) ) {
-					return true;
-				}
-			}
-		} );
-	},
-
-	closest: function( selectors, context ) {
-		var cur,
-			i = 0,
-			l = this.length,
-			matched = [],
-			pos = rneedsContext.test( selectors ) || typeof selectors !== "string" ?
-				jQuery( selectors, context || this.context ) :
-				0;
-
-		for ( ; i < l; i++ ) {
-			for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) {
-
-				// Always skip document fragments
-				if ( cur.nodeType < 11 && ( pos ?
-					pos.index( cur ) > -1 :
-
-					// Don't pass non-elements to Sizzle
-					cur.nodeType === 1 &&
-						jQuery.find.matchesSelector( cur, selectors ) ) ) {
-
-					matched.push( cur );
-					break;
-				}
-			}
-		}
-
-		return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched );
-	},
-
-	// Determine the position of an element within
-	// the matched set of elements
-	index: function( elem ) {
-
-		// No argument, return index in parent
-		if ( !elem ) {
-			return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;
-		}
-
-		// index in selector
-		if ( typeof elem === "string" ) {
-			return jQuery.inArray( this[ 0 ], jQuery( elem ) );
-		}
-
-		// Locate the position of the desired element
-		return jQuery.inArray(
-
-			// If it receives a jQuery object, the first element is used
-			elem.jquery ? elem[ 0 ] : elem, this );
-	},
-
-	add: function( selector, context ) {
-		return this.pushStack(
-			jQuery.uniqueSort(
-				jQuery.merge( this.get(), jQuery( selector, context ) )
-			)
-		);
-	},
-
-	addBack: function( selector ) {
-		return this.add( selector == null ?
-			this.prevObject : this.prevObject.filter( selector )
-		);
-	}
-} );
-
-function sibling( cur, dir ) {
-	do {
-		cur = cur[ dir ];
-	} while ( cur && cur.nodeType !== 1 );
-
-	return cur;
-}
-
-jQuery.each( {
-	parent: function( elem ) {
-		var parent = elem.parentNode;
-		return parent && parent.nodeType !== 11 ? parent : null;
-	},
-	parents: function( elem ) {
-		return dir( elem, "parentNode" );
-	},
-	parentsUntil: function( elem, i, until ) {
-		return dir( elem, "parentNode", until );
-	},
-	next: function( elem ) {
-		return sibling( elem, "nextSibling" );
-	},
-	prev: function( elem ) {
-		return sibling( elem, "previousSibling" );
-	},
-	nextAll: function( elem ) {
-		return dir( elem, "nextSibling" );
-	},
-	prevAll: function( elem ) {
-		return dir( elem, "previousSibling" );
-	},
-	nextUntil: function( elem, i, until ) {
-		return dir( elem, "nextSibling", until );
-	},
-	prevUntil: function( elem, i, until ) {
-		return dir( elem, "previousSibling", until );
-	},
-	siblings: function( elem ) {
-		return siblings( ( elem.parentNode || {} ).firstChild, elem );
-	},
-	children: function( elem ) {
-		return siblings( elem.firstChild );
-	},
-	contents: function( elem ) {
-		return jQuery.nodeName( elem, "iframe" ) ?
-			elem.contentDocument || elem.contentWindow.document :
-			jQuery.merge( [], elem.childNodes );
-	}
-}, function( name, fn ) {
-	jQuery.fn[ name ] = function( until, selector ) {
-		var ret = jQuery.map( this, fn, until );
-
-		if ( name.slice( -5 ) !== "Until" ) {
-			selector = until;
-		}
-
-		if ( selector && typeof selector === "string" ) {
-			ret = jQuery.filter( selector, ret );
-		}
-
-		if ( this.length > 1 ) {
-
-			// Remove duplicates
-			if ( !guaranteedUnique[ name ] ) {
-				ret = jQuery.uniqueSort( ret );
-			}
-
-			// Reverse order for parents* and prev-derivatives
-			if ( rparentsprev.test( name ) ) {
-				ret = ret.reverse();
-			}
-		}
-
-		return this.pushStack( ret );
-	};
-} );
-var rnotwhite = ( /\S+/g );
-
-
-
-// Convert String-formatted options into Object-formatted ones
-function createOptions( options ) {
-	var object = {};
-	jQuery.each( options.match( rnotwhite ) || [], function( _, flag ) {
-		object[ flag ] = true;
-	} );
-	return object;
-}
-
-/*
- * Create a callback list using the following parameters:
- *
- *	options: an optional list of space-separated options that will change how
- *			the callback list behaves or a more traditional option object
- *
- * By default a callback list will act like an event callback list and can be
- * "fired" multiple times.
- *
- * Possible options:
- *
- *	once:			will ensure the callback list can only be fired once (like a Deferred)
- *
- *	memory:			will keep track of previous values and will call any callback added
- *					after the list has been fired right away with the latest "memorized"
- *					values (like a Deferred)
- *
- *	unique:			will ensure a callback can only be added once (no duplicate in the list)
- *
- *	stopOnFalse:	interrupt callings when a callback returns false
- *
- */
-jQuery.Callbacks = function( options ) {
-
-	// Convert options from String-formatted to Object-formatted if needed
-	// (we check in cache first)
-	options = typeof options === "string" ?
-		createOptions( options ) :
-		jQuery.extend( {}, options );
-
-	var // Flag to know if list is currently firing
-		firing,
-
-		// Last fire value for non-forgettable lists
-		memory,
-
-		// Flag to know if list was already fired
-		fired,
-
-		// Flag to prevent firing
-		locked,
-
-		// Actual callback list
-		list = [],
-
-		// Queue of execution data for repeatable lists
-		queue = [],
-
-		// Index of currently firing callback (modified by add/remove as needed)
-		firingIndex = -1,
-
-		// Fire callbacks
-		fire = function() {
-
-			// Enforce single-firing
-			locked = options.once;
-
-			// Execute callbacks for all pending executions,
-			// respecting firingIndex overrides and runtime changes
-			fired = firing = true;
-			for ( ; queue.length; firingIndex = -1 ) {
-				memory = queue.shift();
-				while ( ++firingIndex < list.length ) {
-
-					// Run callback and check for early termination
-					if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false &&
-						options.stopOnFalse ) {
-
-						// Jump to end and forget the data so .add doesn't re-fire
-						firingIndex = list.length;
-						memory = false;
-					}
-				}
-			}
-
-			// Forget the data if we're done with it
-			if ( !options.memory ) {
-				memory = false;
-			}
-
-			firing = false;
-
-			// Clean up if we're done firing for good
-			if ( locked ) {
-
-				// Keep an empty list if we have data for future add calls
-				if ( memory ) {
-					list = [];
-
-				// Otherwise, this object is spent
-				} else {
-					list = "";
-				}
-			}
-		},
-
-		// Actual Callbacks object
-		self = {
-
-			// Add a callback or a collection of callbacks to the list
-			add: function() {
-				if ( list ) {
-
-					// If we have memory from a past run, we should fire after adding
-					if ( memory && !firing ) {
-						firingIndex = list.length - 1;
-						queue.push( memory );
-					}
-
-					( function add( args ) {
-						jQuery.each( args, function( _, arg ) {
-							if ( jQuery.isFunction( arg ) ) {
-								if ( !options.unique || !self.has( arg ) ) {
-									list.push( arg );
-								}
-							} else if ( arg && arg.length && jQuery.type( arg ) !== "string" ) {
-
-								// Inspect recursively
-								add( arg );
-							}
-						} );
-					} )( arguments );
-
-					if ( memory && !firing ) {
-						fire();
-					}
-				}
-				return this;
-			},
-
-			// Remove a callback from the list
-			remove: function() {
-				jQuery.each( arguments, function( _, arg ) {
-					var index;
-					while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {
-						list.splice( index, 1 );
-
-						// Handle firing indexes
-						if ( index <= firingIndex ) {
-							firingIndex--;
-						}
-					}
-				} );
-				return this;
-			},
-
-			// Check if a given callback is in the list.
-			// If no argument is given, return whether or not list has callbacks attached.
-			has: function( fn ) {
-				return fn ?
-					jQuery.inArray( fn, list ) > -1 :
-					list.length > 0;
-			},
-
-			// Remove all callbacks from the list
-			empty: function() {
-				if ( list ) {
-					list = [];
-				}
-				return this;
-			},
-
-			// Disable .fire and .add
-			// Abort any current/pending executions
-			// Clear all callbacks and values
-			disable: function() {
-				locked = queue = [];
-				list = memory = "";
-				return this;
-			},
-			disabled: function() {
-				return !list;
-			},
-
-			// Disable .fire
-			// Also disable .add unless we have memory (since it would have no effect)
-			// Abort any pending executions
-			lock: function() {
-				locked = true;
-				if ( !memory ) {
-					self.disable();
-				}
-				return this;
-			},
-			locked: function() {
-				return !!locked;
-			},
-
-			// Call all callbacks with the given context and arguments
-			fireWith: function( context, args ) {
-				if ( !locked ) {
-					args = args || [];
-					args = [ context, args.slice ? args.slice() : args ];
-					queue.push( args );
-					if ( !firing ) {
-						fire();
-					}
-				}
-				return this;
-			},
-
-			// Call all the callbacks with the given arguments
-			fire: function() {
-				self.fireWith( this, arguments );
-				return this;
-			},
-
-			// To know if the callbacks have already been called at least once
-			fired: function() {
-				return !!fired;
-			}
-		};
-
-	return self;
-};
-
-
-jQuery.extend( {
-
-	Deferred: function( func ) {
-		var tuples = [
-
-				// action, add listener, listener list, final state
-				[ "resolve", "done", jQuery.Callbacks( "once memory" ), "resolved" ],
-				[ "reject", "fail", jQuery.Callbacks( "once memory" ), "rejected" ],
-				[ "notify", "progress", jQuery.Callbacks( "memory" ) ]
-			],
-			state = "pending",
-			promise = {
-				state: function() {
-					return state;
-				},
-				always: function() {
-					deferred.done( arguments ).fail( arguments );
-					return this;
-				},
-				then: function( /* fnDone, fnFail, fnProgress */ ) {
-					var fns = arguments;
-					return jQuery.Deferred( function( newDefer ) {
-						jQuery.each( tuples, function( i, tuple ) {
-							var fn = jQuery.isFunction( fns[ i ] ) && fns[ i ];
-
-							// deferred[ done | fail | progress ] for forwarding actions to newDefer
-							deferred[ tuple[ 1 ] ]( function() {
-								var returned = fn && fn.apply( this, arguments );
-								if ( returned && jQuery.isFunction( returned.promise ) ) {
-									returned.promise()
-										.progress( newDefer.notify )
-										.done( newDefer.resolve )
-										.fail( newDefer.reject );
-								} else {
-									newDefer[ tuple[ 0 ] + "With" ](
-										this === promise ? newDefer.promise() : this,
-										fn ? [ returned ] : arguments
-									);
-								}
-							} );
-						} );
-						fns = null;
-					} ).promise();
-				},
-
-				// Get a promise for this deferred
-				// If obj is provided, the promise aspect is added to the object
-				promise: function( obj ) {
-					return obj != null ? jQuery.extend( obj, promise ) : promise;
-				}
-			},
-			deferred = {};
-
-		// Keep pipe for back-compat
-		promise.pipe = promise.then;
-
-		// Add list-specific methods
-		jQuery.each( tuples, function( i, tuple ) {
-			var list = tuple[ 2 ],
-				stateString = tuple[ 3 ];
-
-			// promise[ done | fail | progress ] = list.add
-			promise[ tuple[ 1 ] ] = list.add;
-
-			// Handle state
-			if ( stateString ) {
-				list.add( function() {
-
-					// state = [ resolved | rejected ]
-					state = stateString;
-
-				// [ reject_list | resolve_list ].disable; progress_list.lock
-				}, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock );
-			}
-
-			// deferred[ resolve | reject | notify ]
-			deferred[ tuple[ 0 ] ] = function() {
-				deferred[ tuple[ 0 ] + "With" ]( this === deferred ? promise : this, arguments );
-				return this;
-			};
-			deferred[ tuple[ 0 ] + "With" ] = list.fireWith;
-		} );
-
-		// Make the deferred a promise
-		promise.promise( deferred );
-
-		// Call given func if any
-		if ( func ) {
-			func.call( deferred, deferred );
-		}
-
-		// All done!
-		return deferred;
-	},
-
-	// Deferred helper
-	when: function( subordinate /* , ..., subordinateN */ ) {
-		var i = 0,
-			resolveValues = slice.call( arguments ),
-			length = resolveValues.length,
-
-			// the count of uncompleted subordinates
-			remaining = length !== 1 ||
-				( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0,
-
-			// the master Deferred.
-			// If resolveValues consist of only a single Deferred, just use that.
-			deferred = remaining === 1 ? subordinate : jQuery.Deferred(),
-
-			// Update function for both resolve and progress values
-			updateFunc = function( i, contexts, values ) {
-				return function( value ) {
-					contexts[ i ] = this;
-					values[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;
-					if ( values === progressValues ) {
-						deferred.notifyWith( contexts, values );
-
-					} else if ( !( --remaining ) ) {
-						deferred.resolveWith( contexts, values );
-					}
-				};
-			},
-
-			progressValues, progressContexts, resolveContexts;
-
-		// add listeners to Deferred subordinates; treat others as resolved
-		if ( length > 1 ) {
-			progressValues = new Array( length );
-			progressContexts = new Array( length );
-			resolveContexts = new Array( length );
-			for ( ; i < length; i++ ) {
-				if ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) {
-					resolveValues[ i ].promise()
-						.progress( updateFunc( i, progressContexts, progressValues ) )
-						.done( updateFunc( i, resolveContexts, resolveValues ) )
-						.fail( deferred.reject );
-				} else {
-					--remaining;
-				}
-			}
-		}
-
-		// if we're not waiting on anything, resolve the master
-		if ( !remaining ) {
-			deferred.resolveWith( resolveContexts, resolveValues );
-		}
-
-		return deferred.promise();
-	}
-} );
-
-
-// The deferred used on DOM ready
-var readyList;
-
-jQuery.fn.ready = function( fn ) {
-
-	// Add the callback
-	jQuery.ready.promise().done( fn );
-
-	return this;
-};
-
-jQuery.extend( {
-
-	// Is the DOM ready to be used? Set to true once it occurs.
-	isReady: false,
-
-	// A counter to track how many items to wait for before
-	// the ready event fires. See #6781
-	readyWait: 1,
-
-	// Hold (or release) the ready event
-	holdReady: function( hold ) {
-		if ( hold ) {
-			jQuery.readyWait++;
-		} else {
-			jQuery.ready( true );
-		}
-	},
-
-	// Handle when the DOM is ready
-	ready: function( wait ) {
-
-		// Abort if there are pending holds or we're already ready
-		if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {
-			return;
-		}
-
-		// Remember that the DOM is ready
-		jQuery.isReady = true;
-
-		// If a normal DOM Ready event fired, decrement, and wait if need be
-		if ( wait !== true && --jQuery.readyWait > 0 ) {
-			return;
-		}
-
-		// If there are functions bound, to execute
-		readyList.resolveWith( document, [ jQuery ] );
-
-		// Trigger any bound ready events
-		if ( jQuery.fn.triggerHandler ) {
-			jQuery( document ).triggerHandler( "ready" );
-			jQuery( document ).off( "ready" );
-		}
-	}
-} );
-
-/**
- * Clean-up method for dom ready events
- */
-function detach() {
-	if ( document.addEventListener ) {
-		document.removeEventListener( "DOMContentLoaded", completed );
-		window.removeEventListener( "load", completed );
-
-	} else {
-		document.detachEvent( "onreadystatechange", completed );
-		window.detachEvent( "onload", completed );
-	}
-}
-
-/**
- * The ready event handler and self cleanup method
- */
-function completed() {
-
-	// readyState === "complete" is good enough for us to call the dom ready in oldIE
-	if ( document.addEventListener ||
-		window.event.type === "load" ||
-		document.readyState === "complete" ) {
-
-		detach();
-		jQuery.ready();
-	}
-}
-
-jQuery.ready.promise = function( obj ) {
-	if ( !readyList ) {
-
-		readyList = jQuery.Deferred();
-
-		// Catch cases where $(document).ready() is called
-		// after the browser event has already occurred.
-		// Support: IE6-10
-		// Older IE sometimes signals "interactive" too soon
-		if ( document.readyState === "complete" ||
-			( document.readyState !== "loading" && !document.documentElement.doScroll ) ) {
-
-			// Handle it asynchronously to allow scripts the opportunity to delay ready
-			window.setTimeout( jQuery.ready );
-
-		// Standards-based browsers support DOMContentLoaded
-		} else if ( document.addEventListener ) {
-
-			// Use the handy event callback
-			document.addEventListener( "DOMContentLoaded", completed );
-
-			// A fallback to window.onload, that will always work
-			window.addEventListener( "load", completed );
-
-		// If IE event model is used
-		} else {
-
-			// Ensure firing before onload, maybe late but safe also for iframes
-			document.attachEvent( "onreadystatechange", completed );
-
-			// A fallback to window.onload, that will always work
-			window.attachEvent( "onload", completed );
-
-			// If IE and not a frame
-			// continually check to see if the document is ready
-			var top = false;
-
-			try {
-				top = window.frameElement == null && document.documentElement;
-			} catch ( e ) {}
-
-			if ( top && top.doScroll ) {
-				( function doScrollCheck() {
-					if ( !jQuery.isReady ) {
-
-						try {
-
-							// Use the trick by Diego Perini
-							// http://javascript.nwbox.com/IEContentLoaded/
-							top.doScroll( "left" );
-						} catch ( e ) {
-							return window.setTimeout( doScrollCheck, 50 );
-						}
-
-						// detach all dom ready events
-						detach();
-
-						// and execute any waiting functions
-						jQuery.ready();
-					}
-				} )();
-			}
-		}
-	}
-	return readyList.promise( obj );
-};
-
-// Kick off the DOM ready check even if the user does not
-jQuery.ready.promise();
-
-
-
-
-// Support: IE<9
-// Iteration over object's inherited properties before its own
-var i;
-for ( i in jQuery( support ) ) {
-	break;
-}
-support.ownFirst = i === "0";
-
-// Note: most support tests are defined in their respective modules.
-// false until the test is run
-support.inlineBlockNeedsLayout = false;
-
-// Execute ASAP in case we need to set body.style.zoom
-jQuery( function() {
-
-	// Minified: var a,b,c,d
-	var val, div, body, container;
-
-	body = document.getElementsByTagName( "body" )[ 0 ];
-	if ( !body || !body.style ) {
-
-		// Return for frameset docs that don't have a body
-		return;
-	}
-
-	// Setup
-	div = document.createElement( "div" );
-	container = document.createElement( "div" );
-	container.style.cssText = "position:absolute;border:0;width:0;height:0;top:0;left:-9999px";
-	body.appendChild( container ).appendChild( div );
-
-	if ( typeof div.style.zoom !== "undefined" ) {
-
-		// Support: IE<8
-		// Check if natively block-level elements act like inline-block
-		// elements when setting their display to 'inline' and giving
-		// them layout
-		div.style.cssText = "display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1";
-
-		support.inlineBlockNeedsLayout = val = div.offsetWidth === 3;
-		if ( val ) {
-
-			// Prevent IE 6 from affecting layout for positioned elements #11048
-			// Prevent IE from shrinking the body in IE 7 mode #12869
-			// Support: IE<8
-			body.style.zoom = 1;
-		}
-	}
-
-	body.removeChild( container );
-} );
-
-
-( function() {
-	var div = document.createElement( "div" );
-
-	// Support: IE<9
-	support.deleteExpando = true;
-	try {
-		delete div.test;
-	} catch ( e ) {
-		support.deleteExpando = false;
-	}
-
-	// Null elements to avoid leaks in IE.
-	div = null;
-} )();
-var acceptData = function( elem ) {
-	var noData = jQuery.noData[ ( elem.nodeName + " " ).toLowerCase() ],
-		nodeType = +elem.nodeType || 1;
-
-	// Do not set data on non-element DOM nodes because it will not be cleared (#8335).
-	return nodeType !== 1 && nodeType !== 9 ?
-		false :
-
-		// Nodes accept data unless otherwise specified; rejection can be conditional
-		!noData || noData !== true && elem.getAttribute( "classid" ) === noData;
-};
-
-
-
-
-var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,
-	rmultiDash = /([A-Z])/g;
-
-function dataAttr( elem, key, data ) {
-
-	// If nothing was found internally, try to fetch any
-	// data from the HTML5 data-* attribute
-	if ( data === undefined && elem.nodeType === 1 ) {
-
-		var name = "data-" + key.replace( rmultiDash, "-$1" ).toLowerCase();
-
-		data = elem.getAttribute( name );
-
-		if ( typeof data === "string" ) {
-			try {
-				data = data === "true" ? true :
-					data === "false" ? false :
-					data === "null" ? null :
-
-					// Only convert to a number if it doesn't change the string
-					+data + "" === data ? +data :
-					rbrace.test( data ) ? jQuery.parseJSON( data ) :
-					data;
-			} catch ( e ) {}
-
-			// Make sure we set the data so it isn't changed later
-			jQuery.data( elem, key, data );
-
-		} else {
-			data = undefined;
-		}
-	}
-
-	return data;
-}
-
-// checks a cache object for emptiness
-function isEmptyDataObject( obj ) {
-	var name;
-	for ( name in obj ) {
-
-		// if the public data object is empty, the private is still empty
-		if ( name === "data" && jQuery.isEmptyObject( obj[ name ] ) ) {
-			continue;
-		}
-		if ( name !== "toJSON" ) {
-			return false;
-		}
-	}
-
-	return true;
-}
-
-function internalData( elem, name, data, pvt /* Internal Use Only */ ) {
-	if ( !acceptData( elem ) ) {
-		return;
-	}
-
-	var ret, thisCache,
-		internalKey = jQuery.expando,
-
-		// We have to handle DOM nodes and JS objects differently because IE6-7
-		// can't GC object references properly across the DOM-JS boundary
-		isNode = elem.nodeType,
-
-		// Only DOM nodes need the global jQuery cache; JS object data is
-		// attached directly to the object so GC can occur automatically
-		cache = isNode ? jQuery.cache : elem,
-
-		// Only defining an ID for JS objects if its cache already exists allows
-		// the code to shortcut on the same path as a DOM node with no cache
-		id = isNode ? elem[ internalKey ] : elem[ internalKey ] && internalKey;
-
-	// Avoid doing any more work than we need to when trying to get data on an
-	// object that has no data at all
-	if ( ( !id || !cache[ id ] || ( !pvt && !cache[ id ].data ) ) &&
-		data === undefined && typeof name === "string" ) {
-		return;
-	}
-
-	if ( !id ) {
-
-		// Only DOM nodes need a new unique ID for each element since their data
-		// ends up in the global cache
-		if ( isNode ) {
-			id = elem[ internalKey ] = deletedIds.pop() || jQuery.guid++;
-		} else {
-			id = internalKey;
-		}
-	}
-
-	if ( !cache[ id ] ) {
-
-		// Avoid exposing jQuery metadata on plain JS objects when the object
-		// is serialized using JSON.stringify
-		cache[ id ] = isNode ? {} : { toJSON: jQuery.noop };
-	}
-
-	// An object can be passed to jQuery.data instead of a key/value pair; this gets
-	// shallow copied over onto the existing cache
-	if ( typeof name === "object" || typeof name === "function" ) {
-		if ( pvt ) {
-			cache[ id ] = jQuery.extend( cache[ id ], name );
-		} else {
-			cache[ id ].data = jQuery.extend( cache[ id ].data, name );
-		}
-	}
-
-	thisCache = cache[ id ];
-
-	// jQuery data() is stored in a separate object inside the object's internal data
-	// cache in order to avoid key collisions between internal data and user-defined
-	// data.
-	if ( !pvt ) {
-		if ( !thisCache.data ) {
-			thisCache.data = {};
-		}
-
-		thisCache = thisCache.data;
-	}
-
-	if ( data !== undefined ) {
-		thisCache[ jQuery.camelCase( name ) ] = data;
-	}
-
-	// Check for both converted-to-camel and non-converted data property names
-	// If a data property was specified
-	if ( typeof name === "string" ) {
-
-		// First Try to find as-is property data
-		ret = thisCache[ name ];
-
-		// Test for null|undefined property data
-		if ( ret == null ) {
-
-			// Try to find the camelCased property
-			ret = thisCache[ jQuery.camelCase( name ) ];
-		}
-	} else {
-		ret = thisCache;
-	}
-
-	return ret;
-}
-
-function internalRemoveData( elem, name, pvt ) {
-	if ( !acceptData( elem ) ) {
-		return;
-	}
-
-	var thisCache, i,
-		isNode = elem.nodeType,
-
-		// See jQuery.data for more information
-		cache = isNode ? jQuery.cache : elem,
-		id = isNode ? elem[ jQuery.expando ] : jQuery.expando;
-
-	// If there is already no cache entry for this object, there is no
-	// purpose in continuing
-	if ( !cache[ id ] ) {
-		return;
-	}
-
-	if ( name ) {
-
-		thisCache = pvt ? cache[ id ] : cache[ id ].data;
-
-		if ( thisCache ) {
-
-			// Support array or space separated string names for data keys
-			if ( !jQuery.isArray( name ) ) {
-
-				// try the string as a key before any manipulation
-				if ( name in thisCache ) {
-					name = [ name ];
-				} else {
-
-					// split the camel cased version by spaces unless a key with the spaces exists
-					name = jQuery.camelCase( name );
-					if ( name in thisCache ) {
-						name = [ name ];
-					} else {
-						name = name.split( " " );
-					}
-				}
-			} else {
-
-				// If "name" is an array of keys...
-				// When data is initially created, via ("key", "val") signature,
-				// keys will be converted to camelCase.
-				// Since there is no way to tell _how_ a key was added, remove
-				// both plain key and camelCase key. #12786
-				// This will only penalize the array argument path.
-				name = name.concat( jQuery.map( name, jQuery.camelCase ) );
-			}
-
-			i = name.length;
-			while ( i-- ) {
-				delete thisCache[ name[ i ] ];
-			}
-
-			// If there is no data left in the cache, we want to continue
-			// and let the cache object itself get destroyed
-			if ( pvt ? !isEmptyDataObject( thisCache ) : !jQuery.isEmptyObject( thisCache ) ) {
-				return;
-			}
-		}
-	}
-
-	// See jQuery.data for more information
-	if ( !pvt ) {
-		delete cache[ id ].data;
-
-		// Don't destroy the parent cache unless the internal data object
-		// had been the only thing left in it
-		if ( !isEmptyDataObject( cache[ id ] ) ) {
-			return;
-		}
-	}
-
-	// Destroy the cache
-	if ( isNode ) {
-		jQuery.cleanData( [ elem ], true );
-
-	// Use delete when supported for expandos or `cache` is not a window per isWindow (#10080)
-	/* jshint eqeqeq: false */
-	} else if ( support.deleteExpando || cache != cache.window ) {
-		/* jshint eqeqeq: true */
-		delete cache[ id ];
-
-	// When all else fails, undefined
-	} else {
-		cache[ id ] = undefined;
-	}
-}
-
-jQuery.extend( {
-	cache: {},
-
-	// The following elements (space-suffixed to avoid Object.prototype collisions)
-	// throw uncatchable exceptions if you attempt to set expando properties
-	noData: {
-		"applet ": true,
-		"embed ": true,
-
-		// ...but Flash objects (which have this classid) *can* handle expandos
-		"object ": "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
-	},
-
-	hasData: function( elem ) {
-		elem = elem.nodeType ? jQuery.cache[ elem[ jQuery.expando ] ] : elem[ jQuery.expando ];
-		return !!elem && !isEmptyDataObject( elem );
-	},
-
-	data: function( elem, name, data ) {
-		return internalData( elem, name, data );
-	},
-
-	removeData: function( elem, name ) {
-		return internalRemoveData( elem, name );
-	},
-
-	// For internal use only.
-	_data: function( elem, name, data ) {
-		return internalData( elem, name, data, true );
-	},
-
-	_removeData: function( elem, name ) {
-		return internalRemoveData( elem, name, true );
-	}
-} );
-
-jQuery.fn.extend( {
-	data: function( key, value ) {
-		var i, name, data,
-			elem = this[ 0 ],
-			attrs = elem && elem.attributes;
-
-		// Special expections of .data basically thwart jQuery.access,
-		// so implement the relevant behavior ourselves
-
-		// Gets all values
-		if ( key === undefined ) {
-			if ( this.length ) {
-				data = jQuery.data( elem );
-
-				if ( elem.nodeType === 1 && !jQuery._data( elem, "parsedAttrs" ) ) {
-					i = attrs.length;
-					while ( i-- ) {
-
-						// Support: IE11+
-						// The attrs elements can be null (#14894)
-						if ( attrs[ i ] ) {
-							name = attrs[ i ].name;
-							if ( name.indexOf( "data-" ) === 0 ) {
-								name = jQuery.camelCase( name.slice( 5 ) );
-								dataAttr( elem, name, data[ name ] );
-							}
-						}
-					}
-					jQuery._data( elem, "parsedAttrs", true );
-				}
-			}
-
-			return data;
-		}
-
-		// Sets multiple values
-		if ( typeof key === "object" ) {
-			return this.each( function() {
-				jQuery.data( this, key );
-			} );
-		}
-
-		return arguments.length > 1 ?
-
-			// Sets one value
-			this.each( function() {
-				jQuery.data( this, key, value );
-			} ) :
-
-			// Gets one value
-			// Try to fetch any internally stored data first
-			elem ? dataAttr( elem, key, jQuery.data( elem, key ) ) : undefined;
-	},
-
-	removeData: function( key ) {
-		return this.each( function() {
-			jQuery.removeData( this, key );
-		} );
-	}
-} );
-
-
-jQuery.extend( {
-	queue: function( elem, type, data ) {
-		var queue;
-
-		if ( elem ) {
-			type = ( type || "fx" ) + "queue";
-			queue = jQuery._data( elem, type );
-
-			// Speed up dequeue by getting out quickly if this is just a lookup
-			if ( data ) {
-				if ( !queue || jQuery.isArray( data ) ) {
-					queue = jQuery._data( elem, type, jQuery.makeArray( data ) );
-				} else {
-					queue.push( data );
-				}
-			}
-			return queue || [];
-		}
-	},
-
-	dequeue: function( elem, type ) {
-		type = type || "fx";
-
-		var queue = jQuery.queue( elem, type ),
-			startLength = queue.length,
-			fn = queue.shift(),
-			hooks = jQuery._queueHooks( elem, type ),
-			next = function() {
-				jQuery.dequeue( elem, type );
-			};
-
-		// If the fx queue is dequeued, always remove the progress sentinel
-		if ( fn === "inprogress" ) {
-			fn = queue.shift();
-			startLength--;
-		}
-
-		if ( fn ) {
-
-			// Add a progress sentinel to prevent the fx queue from being
-			// automatically dequeued
-			if ( type === "fx" ) {
-				queue.unshift( "inprogress" );
-			}
-
-			// clear up the last queue stop function
-			delete hooks.stop;
-			fn.call( elem, next, hooks );
-		}
-
-		if ( !startLength && hooks ) {
-			hooks.empty.fire();
-		}
-	},
-
-	// not intended for public consumption - generates a queueHooks object,
-	// or returns the current one
-	_queueHooks: function( elem, type ) {
-		var key = type + "queueHooks";
-		return jQuery._data( elem, key ) || jQuery._data( elem, key, {
-			empty: jQuery.Callbacks( "once memory" ).add( function() {
-				jQuery._removeData( elem, type + "queue" );
-				jQuery._removeData( elem, key );
-			} )
-		} );
-	}
-} );
-
-jQuery.fn.extend( {
-	queue: function( type, data ) {
-		var setter = 2;
-
-		if ( typeof type !== "string" ) {
-			data = type;
-			type = "fx";
-			setter--;
-		}
-
-		if ( arguments.length < setter ) {
-			return jQuery.queue( this[ 0 ], type );
-		}
-
-		return data === undefined ?
-			this :
-			this.each( function() {
-				var queue = jQuery.queue( this, type, data );
-
-				// ensure a hooks for this queue
-				jQuery._queueHooks( this, type );
-
-				if ( type === "fx" && queue[ 0 ] !== "inprogress" ) {
-					jQuery.dequeue( this, type );
-				}
-			} );
-	},
-	dequeue: function( type ) {
-		return this.each( function() {
-			jQuery.dequeue( this, type );
-		} );
-	},
-	clearQueue: function( type ) {
-		return this.queue( type || "fx", [] );
-	},
-
-	// Get a promise resolved when queues of a certain type
-	// are emptied (fx is the type by default)
-	promise: function( type, obj ) {
-		var tmp,
-			count = 1,
-			defer = jQuery.Deferred(),
-			elements = this,
-			i = this.length,
-			resolve = function() {
-				if ( !( --count ) ) {
-					defer.resolveWith( elements, [ elements ] );
-				}
-			};
-
-		if ( typeof type !== "string" ) {
-			obj = type;
-			type = undefined;
-		}
-		type = type || "fx";
-
-		while ( i-- ) {
-			tmp = jQuery._data( elements[ i ], type + "queueHooks" );
-			if ( tmp && tmp.empty ) {
-				count++;
-				tmp.empty.add( resolve );
-			}
-		}
-		resolve();
-		return defer.promise( obj );
-	}
-} );
-
-
-( function() {
-	var shrinkWrapBlocksVal;
-
-	support.shrinkWrapBlocks = function() {
-		if ( shrinkWrapBlocksVal != null ) {
-			return shrinkWrapBlocksVal;
-		}
-
-		// Will be changed later if needed.
-		shrinkWrapBlocksVal = false;
-
-		// Minified: var b,c,d
-		var div, body, container;
-
-		body = document.getElementsByTagName( "body" )[ 0 ];
-		if ( !body || !body.style ) {
-
-			// Test fired too early or in an unsupported environment, exit.
-			return;
-		}
-
-		// Setup
-		div = document.createElement( "div" );
-		container = document.createElement( "div" );
-		container.style.cssText = "position:absolute;border:0;width:0;height:0;top:0;left:-9999px";
-		body.appendChild( container ).appendChild( div );
-
-		// Support: IE6
-		// Check if elements with layout shrink-wrap their children
-		if ( typeof div.style.zoom !== "undefined" ) {
-
-			// Reset CSS: box-sizing; display; margin; border
-			div.style.cssText =
-
-				// Support: Firefox<29, Android 2.3
-				// Vendor-prefix box-sizing
-				"-webkit-box-sizing:content-box;-moz-box-sizing:content-box;" +
-				"box-sizing:content-box;display:block;margin:0;border:0;" +
-				"padding:1px;width:1px;zoom:1";
-			div.appendChild( document.createElement( "div" ) ).style.width = "5px";
-			shrinkWrapBlocksVal = div.offsetWidth !== 3;
-		}
-
-		body.removeChild( container );
-
-		return shrinkWrapBlocksVal;
-	};
-
-} )();
-var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source;
-
-var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" );
-
-
-var cssExpand = [ "Top", "Right", "Bottom", "Left" ];
-
-var isHidden = function( elem, el ) {
-
-		// isHidden might be called from jQuery#filter function;
-		// in that case, element will be second argument
-		elem = el || elem;
-		return jQuery.css( elem, "display" ) === "none" ||
-			!jQuery.contains( elem.ownerDocument, elem );
-	};
-
-
-
-function adjustCSS( elem, prop, valueParts, tween ) {
-	var adjusted,
-		scale = 1,
-		maxIterations = 20,
-		currentValue = tween ?
-			function() { return tween.cur(); } :
-			function() { return jQuery.css( elem, prop, "" ); },
-		initial = currentValue(),
-		unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ),
-
-		// Starting value computation is required for potential unit mismatches
-		initialInUnit = ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) &&
-			rcssNum.exec( jQuery.css( elem, prop ) );
-
-	if ( initialInUnit && initialInUnit[ 3 ] !== unit ) {
-
-		// Trust units reported by jQuery.css
-		unit = unit || initialInUnit[ 3 ];
-
-		// Make sure we update the tween properties later on
-		valueParts = valueParts || [];
-
-		// Iteratively approximate from a nonzero starting point
-		initialInUnit = +initial || 1;
-
-		do {
-
-			// If previous iteration zeroed out, double until we get *something*.
-			// Use string for doubling so we don't accidentally see scale as unchanged below
-			scale = scale || ".5";
-
-			// Adjust and apply
-			initialInUnit = initialInUnit / scale;
-			jQuery.style( elem, prop, initialInUnit + unit );
-
-		// Update scale, tolerating zero or NaN from tween.cur()
-		// Break the loop if scale is unchanged or perfect, or if we've just had enough.
-		} while (
-			scale !== ( scale = currentValue() / initial ) && scale !== 1 && --maxIterations
-		);
-	}
-
-	if ( valueParts ) {
-		initialInUnit = +initialInUnit || +initial || 0;
-
-		// Apply relative offset (+=/-=) if specified
-		adjusted = valueParts[ 1 ] ?
-			initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] :
-			+valueParts[ 2 ];
-		if ( tween ) {
-			tween.unit = unit;
-			tween.start = initialInUnit;
-			tween.end = adjusted;
-		}
-	}
-	return adjusted;
-}
-
-
-// Multifunctional method to get and set values of a collection
-// The value/s can optionally be executed if it's a function
-var access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
-	var i = 0,
-		length = elems.length,
-		bulk = key == null;
-
-	// Sets many values
-	if ( jQuery.type( key ) === "object" ) {
-		chainable = true;
-		for ( i in key ) {
-			access( elems, fn, i, key[ i ], true, emptyGet, raw );
-		}
-
-	// Sets one value
-	} else if ( value !== undefined ) {
-		chainable = true;
-
-		if ( !jQuery.isFunction( value ) ) {
-			raw = true;
-		}
-
-		if ( bulk ) {
-
-			// Bulk operations run against the entire set
-			if ( raw ) {
-				fn.call( elems, value );
-				fn = null;
-
-			// ...except when executing function values
-			} else {
-				bulk = fn;
-				fn = function( elem, key, value ) {
-					return bulk.call( jQuery( elem ), value );
-				};
-			}
-		}
-
-		if ( fn ) {
-			for ( ; i < length; i++ ) {
-				fn(
-					elems[ i ],
-					key,
-					raw ? value : value.call( elems[ i ], i, fn( elems[ i ], key ) )
-				);
-			}
-		}
-	}
-
-	return chainable ?
-		elems :
-
-		// Gets
-		bulk ?
-			fn.call( elems ) :
-			length ? fn( elems[ 0 ], key ) : emptyGet;
-};
-var rcheckableType = ( /^(?:checkbox|radio)$/i );
-
-var rtagName = ( /<([\w:-]+)/ );
-
-var rscriptType = ( /^$|\/(?:java|ecma)script/i );
-
-var rleadingWhitespace = ( /^\s+/ );
-
-var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|" +
-		"details|dialog|figcaption|figure|footer|header|hgroup|main|" +
-		"mark|meter|nav|output|picture|progress|section|summary|template|time|video";
-
-
-
-function createSafeFragment( document ) {
-	var list = nodeNames.split( "|" ),
-		safeFrag = document.createDocumentFragment();
-
-	if ( safeFrag.createElement ) {
-		while ( list.length ) {
-			safeFrag.createElement(
-				list.pop()
-			);
-		}
-	}
-	return safeFrag;
-}
-
-
-( function() {
-	var div = document.createElement( "div" ),
-		fragment = document.createDocumentFragment(),
-		input = document.createElement( "input" );
-
-	// Setup
-	div.innerHTML = "  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>";
-
-	// IE strips leading whitespace when .innerHTML is used
-	support.leadingWhitespace = div.firstChild.nodeType === 3;
-
-	// Make sure that tbody elements aren't automatically inserted
-	// IE will insert them into empty tables
-	support.tbody = !div.getElementsByTagName( "tbody" ).length;
-
-	// Make sure that link elements get serialized correctly by innerHTML
-	// This requires a wrapper element in IE
-	support.htmlSerialize = !!div.getElementsByTagName( "link" ).length;
-
-	// Makes sure cloning an html5 element does not cause problems
-	// Where outerHTML is undefined, this still works
-	support.html5Clone =
-		document.createElement( "nav" ).cloneNode( true ).outerHTML !== "<:nav></:nav>";
-
-	// Check if a disconnected checkbox will retain its checked
-	// value of true after appended to the DOM (IE6/7)
-	input.type = "checkbox";
-	input.checked = true;
-	fragment.appendChild( input );
-	support.appendChecked = input.checked;
-
-	// Make sure textarea (and checkbox) defaultValue is properly cloned
-	// Support: IE6-IE11+
-	div.innerHTML = "<textarea>x</textarea>";
-	support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;
-
-	// #11217 - WebKit loses check when the name is after the checked attribute
-	fragment.appendChild( div );
-
-	// Support: Windows Web Apps (WWA)
-	// `name` and `type` must use .setAttribute for WWA (#14901)
-	input = document.createElement( "input" );
-	input.setAttribute( "type", "radio" );
-	input.setAttribute( "checked", "checked" );
-	input.setAttribute( "name", "t" );
-
-	div.appendChild( input );
-
-	// Support: Safari 5.1, iOS 5.1, Android 4.x, Android 2.3
-	// old WebKit doesn't clone checked state correctly in fragments
-	support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;
-
-	// Support: IE<9
-	// Cloned elements keep attachEvent handlers, we use addEventListener on IE9+
-	support.noCloneEvent = !!div.addEventListener;
-
-	// Support: IE<9
-	// Since attributes and properties are the same in IE,
-	// cleanData must set properties to undefined rather than use removeAttribute
-	div[ jQuery.expando ] = 1;
-	support.attributes = !div.getAttribute( jQuery.expando );
-} )();
-
-
-// We have to close these tags to support XHTML (#13200)
-var wrapMap = {
-	option: [ 1, "<select multiple='multiple'>", "</select>" ],
-	legend: [ 1, "<fieldset>", "</fieldset>" ],
-	area: [ 1, "<map>", "</map>" ],
-
-	// Support: IE8
-	param: [ 1, "<object>", "</object>" ],
-	thead: [ 1, "<table>", "</table>" ],
-	tr: [ 2, "<table><tbody>", "</tbody></table>" ],
-	col: [ 2, "<table><tbody></tbody><colgroup>", "</colgroup></table>" ],
-	td: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ],
-
-	// IE6-8 can't serialize link, script, style, or any html5 (NoScope) tags,
-	// unless wrapped in a div with non-breaking characters in front of it.
-	_default: support.htmlSerialize ? [ 0, "", "" ] : [ 1, "X<div>", "</div>" ]
-};
-
-// Support: IE8-IE9
-wrapMap.optgroup = wrapMap.option;
-
-wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;
-wrapMap.th = wrapMap.td;
-
-
-function getAll( context, tag ) {
-	var elems, elem,
-		i = 0,
-		found = typeof context.getElementsByTagName !== "undefined" ?
-			context.getElementsByTagName( tag || "*" ) :
-			typeof context.querySelectorAll !== "undefined" ?
-				context.querySelectorAll( tag || "*" ) :
-				undefined;
-
-	if ( !found ) {
-		for ( found = [], elems = context.childNodes || context;
-			( elem = elems[ i ] ) != null;
-			i++
-		) {
-			if ( !tag || jQuery.nodeName( elem, tag ) ) {
-				found.push( elem );
-			} else {
-				jQuery.merge( found, getAll( elem, tag ) );
-			}
-		}
-	}
-
-	return tag === undefined || tag && jQuery.nodeName( context, tag ) ?
-		jQuery.merge( [ context ], found ) :
-		found;
-}
-
-
-// Mark scripts as having already been evaluated
-function setGlobalEval( elems, refElements ) {
-	var elem,
-		i = 0;
-	for ( ; ( elem = elems[ i ] ) != null; i++ ) {
-		jQuery._data(
-			elem,
-			"globalEval",
-			!refElements || jQuery._data( refElements[ i ], "globalEval" )
-		);
-	}
-}
-
-
-var rhtml = /<|&#?\w+;/,
-	rtbody = /<tbody/i;
-
-function fixDefaultChecked( elem ) {
-	if ( rcheckableType.test( elem.type ) ) {
-		elem.defaultChecked = elem.checked;
-	}
-}
-
-function buildFragment( elems, context, scripts, selection, ignored ) {
-	var j, elem, contains,
-		tmp, tag, tbody, wrap,
-		l = elems.length,
-
-		// Ensure a safe fragment
-		safe = createSafeFragment( context ),
-
-		nodes = [],
-		i = 0;
-
-	for ( ; i < l; i++ ) {
-		elem = elems[ i ];
-
-		if ( elem || elem === 0 ) {
-
-			// Add nodes directly
-			if ( jQuery.type( elem ) === "object" ) {
-				jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );
-
-			// Convert non-html into a text node
-			} else if ( !rhtml.test( elem ) ) {
-				nodes.push( context.createTextNode( elem ) );
-
-			// Convert html into DOM nodes
-			} else {
-				tmp = tmp || safe.appendChild( context.createElement( "div" ) );
-
-				// Deserialize a standard representation
-				tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase();
-				wrap = wrapMap[ tag ] || wrapMap._default;
-
-				tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ];
-
-				// Descend through wrappers to the right content
-				j = wrap[ 0 ];
-				while ( j-- ) {
-					tmp = tmp.lastChild;
-				}
-
-				// Manually add leading whitespace removed by IE
-				if ( !support.leadingWhitespace && rleadingWhitespace.test( elem ) ) {
-					nodes.push( context.createTextNode( rleadingWhitespace.exec( elem )[ 0 ] ) );
-				}
-
-				// Remove IE's autoinserted <tbody> from table fragments
-				if ( !support.tbody ) {
-
-					// String was a <table>, *may* have spurious <tbody>
-					elem = tag === "table" && !rtbody.test( elem ) ?
-						tmp.firstChild :
-
-						// String was a bare <thead> or <tfoot>
-						wrap[ 1 ] === "<table>" && !rtbody.test( elem ) ?
-							tmp :
-							0;
-
-					j = elem && elem.childNodes.length;
-					while ( j-- ) {
-						if ( jQuery.nodeName( ( tbody = elem.childNodes[ j ] ), "tbody" ) &&
-							!tbody.childNodes.length ) {
-
-							elem.removeChild( tbody );
-						}
-					}
-				}
-
-				jQuery.merge( nodes, tmp.childNodes );
-
-				// Fix #12392 for WebKit and IE > 9
-				tmp.textContent = "";
-
-				// Fix #12392 for oldIE
-				while ( tmp.firstChild ) {
-					tmp.removeChild( tmp.firstChild );
-				}
-
-				// Remember the top-level container for proper cleanup
-				tmp = safe.lastChild;
-			}
-		}
-	}
-
-	// Fix #11356: Clear elements from fragment
-	if ( tmp ) {
-		safe.removeChild( tmp );
-	}
-
-	// Reset defaultChecked for any radios and checkboxes
-	// about to be appended to the DOM in IE 6/7 (#8060)
-	if ( !support.appendChecked ) {
-		jQuery.grep( getAll( nodes, "input" ), fixDefaultChecked );
-	}
-
-	i = 0;
-	while ( ( elem = nodes[ i++ ] ) ) {
-
-		// Skip elements already in the context collection (trac-4087)
-		if ( selection && jQuery.inArray( elem, selection ) > -1 ) {
-			if ( ignored ) {
-				ignored.push( elem );
-			}
-
-			continue;
-		}
-
-		contains = jQuery.contains( elem.ownerDocument, elem );
-
-		// Append to fragment
-		tmp = getAll( safe.appendChild( elem ), "script" );
-
-		// Preserve script evaluation history
-		if ( contains ) {
-			setGlobalEval( tmp );
-		}
-
-		// Capture executables
-		if ( scripts ) {
-			j = 0;
-			while ( ( elem = tmp[ j++ ] ) ) {
-				if ( rscriptType.test( elem.type || "" ) ) {
-					scripts.push( elem );
-				}
-			}
-		}
-	}
-
-	tmp = null;
-
-	return safe;
-}
-
-
-( function() {
-	var i, eventName,
-		div = document.createElement( "div" );
-
-	// Support: IE<9 (lack submit/change bubble), Firefox (lack focus(in | out) events)
-	for ( i in { submit: true, change: true, focusin: true } ) {
-		eventName = "on" + i;
-
-		if ( !( support[ i ] = eventName in window ) ) {
-
-			// Beware of CSP restrictions (https://developer.mozilla.org/en/Security/CSP)
-			div.setAttribute( eventName, "t" );
-			support[ i ] = div.attributes[ eventName ].expando === false;
-		}
-	}
-
-	// Null elements to avoid leaks in IE.
-	div = null;
-} )();
-
-
-var rformElems = /^(?:input|select|textarea)$/i,
-	rkeyEvent = /^key/,
-	rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/,
-	rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,
-	rtypenamespace = /^([^.]*)(?:\.(.+)|)/;
-
-function returnTrue() {
-	return true;
-}
-
-function returnFalse() {
-	return false;
-}
-
-// Support: IE9
-// See #13393 for more info
-function safeActiveElement() {
-	try {
-		return document.activeElement;
-	} catch ( err ) { }
-}
-
-function on( elem, types, selector, data, fn, one ) {
-	var origFn, type;
-
-	// Types can be a map of types/handlers
-	if ( typeof types === "object" ) {
-
-		// ( types-Object, selector, data )
-		if ( typeof selector !== "string" ) {
-
-			// ( types-Object, data )
-			data = data || selector;
-			selector = undefined;
-		}
-		for ( type in types ) {
-			on( elem, type, selector, data, types[ type ], one );
-		}
-		return elem;
-	}
-
-	if ( data == null && fn == null ) {
-
-		// ( types, fn )
-		fn = selector;
-		data = selector = undefined;
-	} else if ( fn == null ) {
-		if ( typeof selector === "string" ) {
-
-			// ( types, selector, fn )
-			fn = data;
-			data = undefined;
-		} else {
-
-			// ( types, data, fn )
-			fn = data;
-			data = selector;
-			selector = undefined;
-		}
-	}
-	if ( fn === false ) {
-		fn = returnFalse;
-	} else if ( !fn ) {
-		return elem;
-	}
-
-	if ( one === 1 ) {
-		origFn = fn;
-		fn = function( event ) {
-
-			// Can use an empty set, since event contains the info
-			jQuery().off( event );
-			return origFn.apply( this, arguments );
-		};
-
-		// Use same guid so caller can remove using origFn
-		fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );
-	}
-	return elem.each( function() {
-		jQuery.event.add( this, types, fn, data, selector );
-	} );
-}
-
-/*
- * Helper functions for managing events -- not part of the public interface.
- * Props to Dean Edwards' addEvent library for many of the ideas.
- */
-jQuery.event = {
-
-	global: {},
-
-	add: function( elem, types, handler, data, selector ) {
-		var tmp, events, t, handleObjIn,
-			special, eventHandle, handleObj,
-			handlers, type, namespaces, origType,
-			elemData = jQuery._data( elem );
-
-		// Don't attach events to noData or text/comment nodes (but allow plain objects)
-		if ( !elemData ) {
-			return;
-		}
-
-		// Caller can pass in an object of custom data in lieu of the handler
-		if ( handler.handler ) {
-			handleObjIn = handler;
-			handler = handleObjIn.handler;
-			selector = handleObjIn.selector;
-		}
-
-		// Make sure that the handler has a unique ID, used to find/remove it later
-		if ( !handler.guid ) {
-			handler.guid = jQuery.guid++;
-		}
-
-		// Init the element's event structure and main handler, if this is the first
-		if ( !( events = elemData.events ) ) {
-			events = elemData.events = {};
-		}
-		if ( !( eventHandle = elemData.handle ) ) {
-			eventHandle = elemData.handle = function( e ) {
-
-				// Discard the second event of a jQuery.event.trigger() and
-				// when an event is called after a page has unloaded
-				return typeof jQuery !== "undefined" &&
-					( !e || jQuery.event.triggered !== e.type ) ?
-					jQuery.event.dispatch.apply( eventHandle.elem, arguments ) :
-					undefined;
-			};
-
-			// Add elem as a property of the handle fn to prevent a memory leak
-			// with IE non-native events
-			eventHandle.elem = elem;
-		}
-
-		// Handle multiple events separated by a space
-		types = ( types || "" ).match( rnotwhite ) || [ "" ];
-		t = types.length;
-		while ( t-- ) {
-			tmp = rtypenamespace.exec( types[ t ] ) || [];
-			type = origType = tmp[ 1 ];
-			namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort();
-
-			// There *must* be a type, no attaching namespace-only handlers
-			if ( !type ) {
-				continue;
-			}
-
-			// If event changes its type, use the special event handlers for the changed type
-			special = jQuery.event.special[ type ] || {};
-
-			// If selector defined, determine special event api type, otherwise given type
-			type = ( selector ? special.delegateType : special.bindType ) || type;
-
-			// Update special based on newly reset type
-			special = jQuery.event.special[ type ] || {};
-
-			// handleObj is passed to all event handlers
-			handleObj = jQuery.extend( {
-				type: type,
-				origType: origType,
-				data: data,
-				handler: handler,
-				guid: handler.guid,
-				selector: selector,
-				needsContext: selector && jQuery.expr.match.needsContext.test( selector ),
-				namespace: namespaces.join( "." )
-			}, handleObjIn );
-
-			// Init the event handler queue if we're the first
-			if ( !( handlers = events[ type ] ) ) {
-				handlers = events[ type ] = [];
-				handlers.delegateCount = 0;
-
-				// Only use addEventListener/attachEvent if the special events handler returns false
-				if ( !special.setup ||
-					special.setup.call( elem, data, namespaces, eventHandle ) === false ) {
-
-					// Bind the global event handler to the element
-					if ( elem.addEventListener ) {
-						elem.addEventListener( type, eventHandle, false );
-
-					} else if ( elem.attachEvent ) {
-						elem.attachEvent( "on" + type, eventHandle );
-					}
-				}
-			}
-
-			if ( special.add ) {
-				special.add.call( elem, handleObj );
-
-				if ( !handleObj.handler.guid ) {
-					handleObj.handler.guid = handler.guid;
-				}
-			}
-
-			// Add to the element's handler list, delegates in front
-			if ( selector ) {
-				handlers.splice( handlers.delegateCount++, 0, handleObj );
-			} else {
-				handlers.push( handleObj );
-			}
-
-			// Keep track of which events have ever been used, for event optimization
-			jQuery.event.global[ type ] = true;
-		}
-
-		// Nullify elem to prevent memory leaks in IE
-		elem = null;
-	},
-
-	// Detach an event or set of events from an element
-	remove: function( elem, types, handler, selector, mappedTypes ) {
-		var j, handleObj, tmp,
-			origCount, t, events,
-			special, handlers, type,
-			namespaces, origType,
-			elemData = jQuery.hasData( elem ) && jQuery._data( elem );
-
-		if ( !elemData || !( events = elemData.events ) ) {
-			return;
-		}
-
-		// Once for each type.namespace in types; type may be omitted
-		types = ( types || "" ).match( rnotwhite ) || [ "" ];
-		t = types.length;
-		while ( t-- ) {
-			tmp = rtypenamespace.exec( types[ t ] ) || [];
-			type = origType = tmp[ 1 ];
-			namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort();
-
-			// Unbind all events (on this namespace, if provided) for the element
-			if ( !type ) {
-				for ( type in events ) {
-					jQuery.event.remove( elem, type + types[ t ], handler, selector, true );
-				}
-				continue;
-			}
-
-			special = jQuery.event.special[ type ] || {};
-			type = ( selector ? special.delegateType : special.bindType ) || type;
-			handlers = events[ type ] || [];
-			tmp = tmp[ 2 ] &&
-				new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" );
-
-			// Remove matching events
-			origCount = j = handlers.length;
-			while ( j-- ) {
-				handleObj = handlers[ j ];
-
-				if ( ( mappedTypes || origType === handleObj.origType ) &&
-					( !handler || handler.guid === handleObj.guid ) &&
-					( !tmp || tmp.test( handleObj.namespace ) ) &&
-					( !selector || selector === handleObj.selector ||
-						selector === "**" && handleObj.selector ) ) {
-					handlers.splice( j, 1 );
-
-					if ( handleObj.selector ) {
-						handlers.delegateCount--;
-					}
-					if ( special.remove ) {
-						special.remove.call( elem, handleObj );
-					}
-				}
-			}
-
-			// Remove generic event handler if we removed something and no more handlers exist
-			// (avoids potential for endless recursion during removal of special event handlers)
-			if ( origCount && !handlers.length ) {
-				if ( !special.teardown ||
-					special.teardown.call( elem, namespaces, elemData.handle ) === false ) {
-
-					jQuery.removeEvent( elem, type, elemData.handle );
-				}
-
-				delete events[ type ];
-			}
-		}
-
-		// Remove the expando if it's no longer used
-		if ( jQuery.isEmptyObject( events ) ) {
-			delete elemData.handle;
-
-			// removeData also checks for emptiness and clears the expando if empty
-			// so use it instead of delete
-			jQuery._removeData( elem, "events" );
-		}
-	},
-
-	trigger: function( event, data, elem, onlyHandlers ) {
-		var handle, ontype, cur,
-			bubbleType, special, tmp, i,
-			eventPath = [ elem || document ],
-			type = hasOwn.call( event, "type" ) ? event.type : event,
-			namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : [];
-
-		cur = tmp = elem = elem || document;
-
-		// Don't do events on text and comment nodes
-		if ( elem.nodeType === 3 || elem.nodeType === 8 ) {
-			return;
-		}
-
-		// focus/blur morphs to focusin/out; ensure we're not firing them right now
-		if ( rfocusMorph.test( type + jQuery.event.triggered ) ) {
-			return;
-		}
-
-		if ( type.indexOf( "." ) > -1 ) {
-
-			// Namespaced trigger; create a regexp to match event type in handle()
-			namespaces = type.split( "." );
-			type = namespaces.shift();
-			namespaces.sort();
-		}
-		ontype = type.indexOf( ":" ) < 0 && "on" + type;
-
-		// Caller can pass in a jQuery.Event object, Object, or just an event type string
-		event = event[ jQuery.expando ] ?
-			event :
-			new jQuery.Event( type, typeof event === "object" && event );
-
-		// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)
-		event.isTrigger = onlyHandlers ? 2 : 3;
-		event.namespace = namespaces.join( "." );
-		event.rnamespace = event.namespace ?
-			new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) :
-			null;
-
-		// Clean up the event in case it is being reused
-		event.result = undefined;
-		if ( !event.target ) {
-			event.target = elem;
-		}
-
-		// Clone any incoming data and prepend the event, creating the handler arg list
-		data = data == null ?
-			[ event ] :
-			jQuery.makeArray( data, [ event ] );
-
-		// Allow special events to draw outside the lines
-		special = jQuery.event.special[ type ] || {};
-		if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {
-			return;
-		}
-
-		// Determine event propagation path in advance, per W3C events spec (#9951)
-		// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)
-		if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) {
-
-			bubbleType = special.delegateType || type;
-			if ( !rfocusMorph.test( bubbleType + type ) ) {
-				cur = cur.parentNode;
-			}
-			for ( ; cur; cur = cur.parentNode ) {
-				eventPath.push( cur );
-				tmp = cur;
-			}
-
-			// Only add window if we got to document (e.g., not plain obj or detached DOM)
-			if ( tmp === ( elem.ownerDocument || document ) ) {
-				eventPath.push( tmp.defaultView || tmp.parentWindow || window );
-			}
-		}
-
-		// Fire handlers on the event path
-		i = 0;
-		while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) {
-
-			event.type = i > 1 ?
-				bubbleType :
-				special.bindType || type;
-
-			// jQuery handler
-			handle = ( jQuery._data( cur, "events" ) || {} )[ event.type ] &&
-				jQuery._data( cur, "handle" );
-
-			if ( handle ) {
-				handle.apply( cur, data );
-			}
-
-			// Native handler
-			handle = ontype && cur[ ontype ];
-			if ( handle && handle.apply && acceptData( cur ) ) {
-				event.result = handle.apply( cur, data );
-				if ( event.result === false ) {
-					event.preventDefault();
-				}
-			}
-		}
-		event.type = type;
-
-		// If nobody prevented the default action, do it now
-		if ( !onlyHandlers && !event.isDefaultPrevented() ) {
-
-			if (
-				( !special._default ||
-				 special._default.apply( eventPath.pop(), data ) === false
-				) && acceptData( elem )
-			) {
-
-				// Call a native DOM method on the target with the same name name as the event.
-				// Can't use an .isFunction() check here because IE6/7 fails that test.
-				// Don't do default actions on window, that's where global variables be (#6170)
-				if ( ontype && elem[ type ] && !jQuery.isWindow( elem ) ) {
-
-					// Don't re-trigger an onFOO event when we call its FOO() method
-					tmp = elem[ ontype ];
-
-					if ( tmp ) {
-						elem[ ontype ] = null;
-					}
-
-					// Prevent re-triggering of the same event, since we already bubbled it above
-					jQuery.event.triggered = type;
-					try {
-						elem[ type ]();
-					} catch ( e ) {
-
-						// IE<9 dies on focus/blur to hidden element (#1486,#12518)
-						// only reproducible on winXP IE8 native, not IE9 in IE8 mode
-					}
-					jQuery.event.triggered = undefined;
-
-					if ( tmp ) {
-						elem[ ontype ] = tmp;
-					}
-				}
-			}
-		}
-
-		return event.result;
-	},
-
-	dispatch: function( event ) {
-
-		// Make a writable jQuery.Event from the native event object
-		event = jQuery.event.fix( event );
-
-		var i, j, ret, matched, handleObj,
-			handlerQueue = [],
-			args = slice.call( arguments ),
-			handlers = ( jQuery._data( this, "events" ) || {} )[ event.type ] || [],
-			special = jQuery.event.special[ event.type ] || {};
-
-		// Use the fix-ed jQuery.Event rather than the (read-only) native event
-		args[ 0 ] = event;
-		event.delegateTarget = this;
-
-		// Call the preDispatch hook for the mapped type, and let it bail if desired
-		if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {
-			return;
-		}
-
-		// Determine handlers
-		handlerQueue = jQuery.event.handlers.call( this, event, handlers );
-
-		// Run delegates first; they may want to stop propagation beneath us
-		i = 0;
-		while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) {
-			event.currentTarget = matched.elem;
-
-			j = 0;
-			while ( ( handleObj = matched.handlers[ j++ ] ) &&
-				!event.isImmediatePropagationStopped() ) {
-
-				// Triggered event must either 1) have no namespace, or 2) have namespace(s)
-				// a subset or equal to those in the bound event (both can have no namespace).
-				if ( !event.rnamespace || event.rnamespace.test( handleObj.namespace ) ) {
-
-					event.handleObj = handleObj;
-					event.data = handleObj.data;
-
-					ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle ||
-						handleObj.handler ).apply( matched.elem, args );
-
-					if ( ret !== undefined ) {
-						if ( ( event.result = ret ) === false ) {
-							event.preventDefault();
-							event.stopPropagation();
-						}
-					}
-				}
-			}
-		}
-
-		// Call the postDispatch hook for the mapped type
-		if ( special.postDispatch ) {
-			special.postDispatch.call( this, event );
-		}
-
-		return event.result;
-	},
-
-	handlers: function( event, handlers ) {
-		var i, matches, sel, handleObj,
-			handlerQueue = [],
-			delegateCount = handlers.delegateCount,
-			cur = event.target;
-
-		// Support (at least): Chrome, IE9
-		// Find delegate handlers
-		// Black-hole SVG <use> instance trees (#13180)
-		//
-		// Support: Firefox<=42+
-		// Avoid non-left-click in FF but don't block IE radio events (#3861, gh-2343)
-		if ( delegateCount && cur.nodeType &&
-			( event.type !== "click" || isNaN( event.button ) || event.button < 1 ) ) {
-
-			/* jshint eqeqeq: false */
-			for ( ; cur != this; cur = cur.parentNode || this ) {
-				/* jshint eqeqeq: true */
-
-				// Don't check non-elements (#13208)
-				// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)
-				if ( cur.nodeType === 1 && ( cur.disabled !== true || event.type !== "click" ) ) {
-					matches = [];
-					for ( i = 0; i < delegateCount; i++ ) {
-						handleObj = handlers[ i ];
-
-						// Don't conflict with Object.prototype properties (#13203)
-						sel = handleObj.selector + " ";
-
-						if ( matches[ sel ] === undefined ) {
-							matches[ sel ] = handleObj.needsContext ?
-								jQuery( sel, this ).index( cur ) > -1 :
-								jQuery.find( sel, this, null, [ cur ] ).length;
-						}
-						if ( matches[ sel ] ) {
-							matches.push( handleObj );
-						}
-					}
-					if ( matches.length ) {
-						handlerQueue.push( { elem: cur, handlers: matches } );
-					}
-				}
-			}
-		}
-
-		// Add the remaining (directly-bound) handlers
-		if ( delegateCount < handlers.length ) {
-			handlerQueue.push( { elem: this, handlers: handlers.slice( delegateCount ) } );
-		}
-
-		return handlerQueue;
-	},
-
-	fix: function( event ) {
-		if ( event[ jQuery.expando ] ) {
-			return event;
-		}
-
-		// Create a writable copy of the event object and normalize some properties
-		var i, prop, copy,
-			type = event.type,
-			originalEvent = event,
-			fixHook = this.fixHooks[ type ];
-
-		if ( !fixHook ) {
-			this.fixHooks[ type ] = fixHook =
-				rmouseEvent.test( type ) ? this.mouseHooks :
-				rkeyEvent.test( type ) ? this.keyHooks :
-				{};
-		}
-		copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props;
-
-		event = new jQuery.Event( originalEvent );
-
-		i = copy.length;
-		while ( i-- ) {
-			prop = copy[ i ];
-			event[ prop ] = originalEvent[ prop ];
-		}
-
-		// Support: IE<9
-		// Fix target property (#1925)
-		if ( !event.target ) {
-			event.target = originalEvent.srcElement || document;
-		}
-
-		// Support: Safari 6-8+
-		// Target should not be a text node (#504, #13143)
-		if ( event.target.nodeType === 3 ) {
-			event.target = event.target.parentNode;
-		}
-
-		// Support: IE<9
-		// For mouse/key events, metaKey==false if it's undefined (#3368, #11328)
-		event.metaKey = !!event.metaKey;
-
-		return fixHook.filter ? fixHook.filter( event, originalEvent ) : event;
-	},
-
-	// Includes some event props shared by KeyEvent and MouseEvent
-	props: ( "altKey bubbles cancelable ctrlKey currentTarget detail eventPhase " +
-		"metaKey relatedTarget shiftKey target timeStamp view which" ).split( " " ),
-
-	fixHooks: {},
-
-	keyHooks: {
-		props: "char charCode key keyCode".split( " " ),
-		filter: function( event, original ) {
-
-			// Add which for key events
-			if ( event.which == null ) {
-				event.which = original.charCode != null ? original.charCode : original.keyCode;
-			}
-
-			return event;
-		}
-	},
-
-	mouseHooks: {
-		props: ( "button buttons clientX clientY fromElement offsetX offsetY " +
-			"pageX pageY screenX screenY toElement" ).split( " " ),
-		filter: function( event, original ) {
-			var body, eventDoc, doc,
-				button = original.button,
-				fromElement = original.fromElement;
-
-			// Calculate pageX/Y if missing and clientX/Y available
-			if ( event.pageX == null && original.clientX != null ) {
-				eventDoc = event.target.ownerDocument || document;
-				doc = eventDoc.documentElement;
-				body = eventDoc.body;
-
-				event.pageX = original.clientX +
-					( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) -
-					( doc && doc.clientLeft || body && body.clientLeft || 0 );
-				event.pageY = original.clientY +
-					( doc && doc.scrollTop  || body && body.scrollTop  || 0 ) -
-					( doc && doc.clientTop  || body && body.clientTop  || 0 );
-			}
-
-			// Add relatedTarget, if necessary
-			if ( !event.relatedTarget && fromElement ) {
-				event.relatedTarget = fromElement === event.target ?
-					original.toElement :
-					fromElement;
-			}
-
-			// Add which for click: 1 === left; 2 === middle; 3 === right
-			// Note: button is not normalized, so don't use it
-			if ( !event.which && button !== undefined ) {
-				event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) );
-			}
-
-			return event;
-		}
-	},
-
-	special: {
-		load: {
-
-			// Prevent triggered image.load events from bubbling to window.load
-			noBubble: true
-		},
-		focus: {
-
-			// Fire native event if possible so blur/focus sequence is correct
-			trigger: function() {
-				if ( this !== safeActiveElement() && this.focus ) {
-					try {
-						this.focus();
-						return false;
-					} catch ( e ) {
-
-						// Support: IE<9
-						// If we error on focus to hidden element (#1486, #12518),
-						// let .trigger() run the handlers
-					}
-				}
-			},
-			delegateType: "focusin"
-		},
-		blur: {
-			trigger: function() {
-				if ( this === safeActiveElement() && this.blur ) {
-					this.blur();
-					return false;
-				}
-			},
-			delegateType: "focusout"
-		},
-		click: {
-
-			// For checkbox, fire native event so checked state will be right
-			trigger: function() {
-				if ( jQuery.nodeName( this, "input" ) && this.type === "checkbox" && this.click ) {
-					this.click();
-					return false;
-				}
-			},
-
-			// For cross-browser consistency, don't fire native .click() on links
-			_default: function( event ) {
-				return jQuery.nodeName( event.target, "a" );
-			}
-		},
-
-		beforeunload: {
-			postDispatch: function( event ) {
-
-				// Support: Firefox 20+
-				// Firefox doesn't alert if the returnValue field is not set.
-				if ( event.result !== undefined && event.originalEvent ) {
-					event.originalEvent.returnValue = event.result;
-				}
-			}
-		}
-	},
-
-	// Piggyback on a donor event to simulate a different one
-	simulate: function( type, elem, event ) {
-		var e = jQuery.extend(
-			new jQuery.Event(),
-			event,
-			{
-				type: type,
-				isSimulated: true
-
-				// Previously, `originalEvent: {}` was set here, so stopPropagation call
-				// would not be triggered on donor event, since in our own
-				// jQuery.event.stopPropagation function we had a check for existence of
-				// originalEvent.stopPropagation method, so, consequently it would be a noop.
-				//
-				// Guard for simulated events was moved to jQuery.event.stopPropagation function
-				// since `originalEvent` should point to the original event for the
-				// constancy with other events and for more focused logic
-			}
-		);
-
-		jQuery.event.trigger( e, null, elem );
-
-		if ( e.isDefaultPrevented() ) {
-			event.preventDefault();
-		}
-	}
-};
-
-jQuery.removeEvent = document.removeEventListener ?
-	function( elem, type, handle ) {
-
-		// This "if" is needed for plain objects
-		if ( elem.removeEventListener ) {
-			elem.removeEventListener( type, handle );
-		}
-	} :
-	function( elem, type, handle ) {
-		var name = "on" + type;
-
-		if ( elem.detachEvent ) {
-
-			// #8545, #7054, preventing memory leaks for custom events in IE6-8
-			// detachEvent needed property on element, by name of that event,
-			// to properly expose it to GC
-			if ( typeof elem[ name ] === "undefined" ) {
-				elem[ name ] = null;
-			}
-
-			elem.detachEvent( name, handle );
-		}
-	};
-
-jQuery.Event = function( src, props ) {
-
-	// Allow instantiation without the 'new' keyword
-	if ( !( this instanceof jQuery.Event ) ) {
-		return new jQuery.Event( src, props );
-	}
-
-	// Event object
-	if ( src && src.type ) {
-		this.originalEvent = src;
-		this.type = src.type;
-
-		// Events bubbling up the document may have been marked as prevented
-		// by a handler lower down the tree; reflect the correct value.
-		this.isDefaultPrevented = src.defaultPrevented ||
-				src.defaultPrevented === undefined &&
-
-				// Support: IE < 9, Android < 4.0
-				src.returnValue === false ?
-			returnTrue :
-			returnFalse;
-
-	// Event type
-	} else {
-		this.type = src;
-	}
-
-	// Put explicitly provided properties onto the event object
-	if ( props ) {
-		jQuery.extend( this, props );
-	}
-
-	// Create a timestamp if incoming event doesn't have one
-	this.timeStamp = src && src.timeStamp || jQuery.now();
-
-	// Mark it as fixed
-	this[ jQuery.expando ] = true;
-};
-
-// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding
-// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html
-jQuery.Event.prototype = {
-	constructor: jQuery.Event,
-	isDefaultPrevented: returnFalse,
-	isPropagationStopped: returnFalse,
-	isImmediatePropagationStopped: returnFalse,
-
-	preventDefault: function() {
-		var e = this.originalEvent;
-
-		this.isDefaultPrevented = returnTrue;
-		if ( !e ) {
-			return;
-		}
-
-		// If preventDefault exists, run it on the original event
-		if ( e.preventDefault ) {
-			e.preventDefault();
-
-		// Support: IE
-		// Otherwise set the returnValue property of the original event to false
-		} else {
-			e.returnValue = false;
-		}
-	},
-	stopPropagation: function() {
-		var e = this.originalEvent;
-
-		this.isPropagationStopped = returnTrue;
-
-		if ( !e || this.isSimulated ) {
-			return;
-		}
-
-		// If stopPropagation exists, run it on the original event
-		if ( e.stopPropagation ) {
-			e.stopPropagation();
-		}
-
-		// Support: IE
-		// Set the cancelBubble property of the original event to true
-		e.cancelBubble = true;
-	},
-	stopImmediatePropagation: function() {
-		var e = this.originalEvent;
-
-		this.isImmediatePropagationStopped = returnTrue;
-
-		if ( e && e.stopImmediatePropagation ) {
-			e.stopImmediatePropagation();
-		}
-
-		this.stopPropagation();
-	}
-};
-
-// Create mouseenter/leave events using mouseover/out and event-time checks
-// so that event delegation works in jQuery.
-// Do the same for pointerenter/pointerleave and pointerover/pointerout
-//
-// Support: Safari 7 only
-// Safari sends mouseenter too often; see:
-// https://code.google.com/p/chromium/issues/detail?id=470258
-// for the description of the bug (it existed in older Chrome versions as well).
-jQuery.each( {
-	mouseenter: "mouseover",
-	mouseleave: "mouseout",
-	pointerenter: "pointerover",
-	pointerleave: "pointerout"
-}, function( orig, fix ) {
-	jQuery.event.special[ orig ] = {
-		delegateType: fix,
-		bindType: fix,
-
-		handle: function( event ) {
-			var ret,
-				target = this,
-				related = event.relatedTarget,
-				handleObj = event.handleObj;
-
-			// For mouseenter/leave call the handler if related is outside the target.
-			// NB: No relatedTarget if the mouse left/entered the browser window
-			if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) {
-				event.type = handleObj.origType;
-				ret = handleObj.handler.apply( this, arguments );
-				event.type = fix;
-			}
-			return ret;
-		}
-	};
-} );
-
-// IE submit delegation
-if ( !support.submit ) {
-
-	jQuery.event.special.submit = {
-		setup: function() {
-
-			// Only need this for delegated form submit events
-			if ( jQuery.nodeName( this, "form" ) ) {
-				return false;
-			}
-
-			// Lazy-add a submit handler when a descendant form may potentially be submitted
-			jQuery.event.add( this, "click._submit keypress._submit", function( e ) {
-
-				// Node name check avoids a VML-related crash in IE (#9807)
-				var elem = e.target,
-					form = jQuery.nodeName( elem, "input" ) || jQuery.nodeName( elem, "button" ) ?
-
-						// Support: IE <=8
-						// We use jQuery.prop instead of elem.form
-						// to allow fixing the IE8 delegated submit issue (gh-2332)
-						// by 3rd party polyfills/workarounds.
-						jQuery.prop( elem, "form" ) :
-						undefined;
-
-				if ( form && !jQuery._data( form, "submit" ) ) {
-					jQuery.event.add( form, "submit._submit", function( event ) {
-						event._submitBubble = true;
-					} );
-					jQuery._data( form, "submit", true );
-				}
-			} );
-
-			// return undefined since we don't need an event listener
-		},
-
-		postDispatch: function( event ) {
-
-			// If form was submitted by the user, bubble the event up the tree
-			if ( event._submitBubble ) {
-				delete event._submitBubble;
-				if ( this.parentNode && !event.isTrigger ) {
-					jQuery.event.simulate( "submit", this.parentNode, event );
-				}
-			}
-		},
-
-		teardown: function() {
-
-			// Only need this for delegated form submit events
-			if ( jQuery.nodeName( this, "form" ) ) {
-				return false;
-			}
-
-			// Remove delegated handlers; cleanData eventually reaps submit handlers attached above
-			jQuery.event.remove( this, "._submit" );
-		}
-	};
-}
-
-// IE change delegation and checkbox/radio fix
-if ( !support.change ) {
-
-	jQuery.event.special.change = {
-
-		setup: function() {
-
-			if ( rformElems.test( this.nodeName ) ) {
-
-				// IE doesn't fire change on a check/radio until blur; trigger it on click
-				// after a propertychange. Eat the blur-change in special.change.handle.
-				// This still fires onchange a second time for check/radio after blur.
-				if ( this.type === "checkbox" || this.type === "radio" ) {
-					jQuery.event.add( this, "propertychange._change", function( event ) {
-						if ( event.originalEvent.propertyName === "checked" ) {
-							this._justChanged = true;
-						}
-					} );
-					jQuery.event.add( this, "click._change", function( event ) {
-						if ( this._justChanged && !event.isTrigger ) {
-							this._justChanged = false;
-						}
-
-						// Allow triggered, simulated change events (#11500)
-						jQuery.event.simulate( "change", this, event );
-					} );
-				}
-				return false;
-			}
-
-			// Delegated event; lazy-add a change handler on descendant inputs
-			jQuery.event.add( this, "beforeactivate._change", function( e ) {
-				var elem = e.target;
-
-				if ( rformElems.test( elem.nodeName ) && !jQuery._data( elem, "change" ) ) {
-					jQuery.event.add( elem, "change._change", function( event ) {
-						if ( this.parentNode && !event.isSimulated && !event.isTrigger ) {
-							jQuery.event.simulate( "change", this.parentNode, event );
-						}
-					} );
-					jQuery._data( elem, "change", true );
-				}
-			} );
-		},
-
-		handle: function( event ) {
-			var elem = event.target;
-
-			// Swallow native change events from checkbox/radio, we already triggered them above
-			if ( this !== elem || event.isSimulated || event.isTrigger ||
-				( elem.type !== "radio" && elem.type !== "checkbox" ) ) {
-
-				return event.handleObj.handler.apply( this, arguments );
-			}
-		},
-
-		teardown: function() {
-			jQuery.event.remove( this, "._change" );
-
-			return !rformElems.test( this.nodeName );
-		}
-	};
-}
-
-// Support: Firefox
-// Firefox doesn't have focus(in | out) events
-// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787
-//
-// Support: Chrome, Safari
-// focus(in | out) events fire after focus & blur events,
-// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order
-// Related ticket - https://code.google.com/p/chromium/issues/detail?id=449857
-if ( !support.focusin ) {
-	jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) {
-
-		// Attach a single capturing handler on the document while someone wants focusin/focusout
-		var handler = function( event ) {
-			jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) );
-		};
-
-		jQuery.event.special[ fix ] = {
-			setup: function() {
-				var doc = this.ownerDocument || this,
-					attaches = jQuery._data( doc, fix );
-
-				if ( !attaches ) {
-					doc.addEventListener( orig, handler, true );
-				}
-				jQuery._data( doc, fix, ( attaches || 0 ) + 1 );
-			},
-			teardown: function() {
-				var doc = this.ownerDocument || this,
-					attaches = jQuery._data( doc, fix ) - 1;
-
-				if ( !attaches ) {
-					doc.removeEventListener( orig, handler, true );
-					jQuery._removeData( doc, fix );
-				} else {
-					jQuery._data( doc, fix, attaches );
-				}
-			}
-		};
-	} );
-}
-
-jQuery.fn.extend( {
-
-	on: function( types, selector, data, fn ) {
-		return on( this, types, selector, data, fn );
-	},
-	one: function( types, selector, data, fn ) {
-		return on( this, types, selector, data, fn, 1 );
-	},
-	off: function( types, selector, fn ) {
-		var handleObj, type;
-		if ( types && types.preventDefault && types.handleObj ) {
-
-			// ( event )  dispatched jQuery.Event
-			handleObj = types.handleObj;
-			jQuery( types.delegateTarget ).off(
-				handleObj.namespace ?
-					handleObj.origType + "." + handleObj.namespace :
-					handleObj.origType,
-				handleObj.selector,
-				handleObj.handler
-			);
-			return this;
-		}
-		if ( typeof types === "object" ) {
-
-			// ( types-object [, selector] )
-			for ( type in types ) {
-				this.off( type, selector, types[ type ] );
-			}
-			return this;
-		}
-		if ( selector === false || typeof selector === "function" ) {
-
-			// ( types [, fn] )
-			fn = selector;
-			selector = undefined;
-		}
-		if ( fn === false ) {
-			fn = returnFalse;
-		}
-		return this.each( function() {
-			jQuery.event.remove( this, types, fn, selector );
-		} );
-	},
-
-	trigger: function( type, data ) {
-		return this.each( function() {
-			jQuery.event.trigger( type, data, this );
-		} );
-	},
-	triggerHandler: function( type, data ) {
-		var elem = this[ 0 ];
-		if ( elem ) {
-			return jQuery.event.trigger( type, data, elem, true );
-		}
-	}
-} );
-
-
-var rinlinejQuery = / jQuery\d+="(?:null|\d+)"/g,
-	rnoshimcache = new RegExp( "<(?:" + nodeNames + ")[\\s/>]", "i" ),
-	rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,
-
-	// Support: IE 10-11, Edge 10240+
-	// In IE/Edge using regex groups here causes severe slowdowns.
-	// See https://connect.microsoft.com/IE/feedback/details/1736512/
-	rnoInnerhtml = /<script|<style|<link/i,
-
-	// checked="checked" or checked
-	rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i,
-	rscriptTypeMasked = /^true\/(.*)/,
-	rcleanScript = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,
-	safeFragment = createSafeFragment( document ),
-	fragmentDiv = safeFragment.appendChild( document.createElement( "div" ) );
-
-// Support: IE<8
-// Manipulating tables requires a tbody
-function manipulationTarget( elem, content ) {
-	return jQuery.nodeName( elem, "table" ) &&
-		jQuery.nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ?
-
-		elem.getElementsByTagName( "tbody" )[ 0 ] ||
-			elem.appendChild( elem.ownerDocument.createElement( "tbody" ) ) :
-		elem;
-}
-
-// Replace/restore the type attribute of script elements for safe DOM manipulation
-function disableScript( elem ) {
-	elem.type = ( jQuery.find.attr( elem, "type" ) !== null ) + "/" + elem.type;
-	return elem;
-}
-function restoreScript( elem ) {
-	var match = rscriptTypeMasked.exec( elem.type );
-	if ( match ) {
-		elem.type = match[ 1 ];
-	} else {
-		elem.removeAttribute( "type" );
-	}
-	return elem;
-}
-
-function cloneCopyEvent( src, dest ) {
-	if ( dest.nodeType !== 1 || !jQuery.hasData( src ) ) {
-		return;
-	}
-
-	var type, i, l,
-		oldData = jQuery._data( src ),
-		curData = jQuery._data( dest, oldData ),
-		events = oldData.events;
-
-	if ( events ) {
-		delete curData.handle;
-		curData.events = {};
-
-		for ( type in events ) {
-			for ( i = 0, l = events[ type ].length; i < l; i++ ) {
-				jQuery.event.add( dest, type, events[ type ][ i ] );
-			}
-		}
-	}
-
-	// make the cloned public data object a copy from the original
-	if ( curData.data ) {
-		curData.data = jQuery.extend( {}, curData.data );
-	}
-}
-
-function fixCloneNodeIssues( src, dest ) {
-	var nodeName, e, data;
-
-	// We do not need to do anything for non-Elements
-	if ( dest.nodeType !== 1 ) {
-		return;
-	}
-
-	nodeName = dest.nodeName.toLowerCase();
-
-	// IE6-8 copies events bound via attachEvent when using cloneNode.
-	if ( !support.noCloneEvent && dest[ jQuery.expando ] ) {
-		data = jQuery._data( dest );
-
-		for ( e in data.events ) {
-			jQuery.removeEvent( dest, e, data.handle );
-		}
-
-		// Event data gets referenced instead of copied if the expando gets copied too
-		dest.removeAttribute( jQuery.expando );
-	}
-
-	// IE blanks contents when cloning scripts, and tries to evaluate newly-set text
-	if ( nodeName === "script" && dest.text !== src.text ) {
-		disableScript( dest ).text = src.text;
-		restoreScript( dest );
-
-	// IE6-10 improperly clones children of object elements using classid.
-	// IE10 throws NoModificationAllowedError if parent is null, #12132.
-	} else if ( nodeName === "object" ) {
-		if ( dest.parentNode ) {
-			dest.outerHTML = src.outerHTML;
-		}
-
-		// This path appears unavoidable for IE9. When cloning an object
-		// element in IE9, the outerHTML strategy above is not sufficient.
-		// If the src has innerHTML and the destination does not,
-		// copy the src.innerHTML into the dest.innerHTML. #10324
-		if ( support.html5Clone && ( src.innerHTML && !jQuery.trim( dest.innerHTML ) ) ) {
-			dest.innerHTML = src.innerHTML;
-		}
-
-	} else if ( nodeName === "input" && rcheckableType.test( src.type ) ) {
-
-		// IE6-8 fails to persist the checked state of a cloned checkbox
-		// or radio button. Worse, IE6-7 fail to give the cloned element
-		// a checked appearance if the defaultChecked value isn't also set
-
-		dest.defaultChecked = dest.checked = src.checked;
-
-		// IE6-7 get confused and end up setting the value of a cloned
-		// checkbox/radio button to an empty string instead of "on"
-		if ( dest.value !== src.value ) {
-			dest.value = src.value;
-		}
-
-	// IE6-8 fails to return the selected option to the default selected
-	// state when cloning options
-	} else if ( nodeName === "option" ) {
-		dest.defaultSelected = dest.selected = src.defaultSelected;
-
-	// IE6-8 fails to set the defaultValue to the correct value when
-	// cloning other types of input fields
-	} else if ( nodeName === "input" || nodeName === "textarea" ) {
-		dest.defaultValue = src.defaultValue;
-	}
-}
-
-function domManip( collection, args, callback, ignored ) {
-
-	// Flatten any nested arrays
-	args = concat.apply( [], args );
-
-	var first, node, hasScripts,
-		scripts, doc, fragment,
-		i = 0,
-		l = collection.length,
-		iNoClone = l - 1,
-		value = args[ 0 ],
-		isFunction = jQuery.isFunction( value );
-
-	// We can't cloneNode fragments that contain checked, in WebKit
-	if ( isFunction ||
-			( l > 1 && typeof value === "string" &&
-				!support.checkClone && rchecked.test( value ) ) ) {
-		return collection.each( function( index ) {
-			var self = collection.eq( index );
-			if ( isFunction ) {
-				args[ 0 ] = value.call( this, index, self.html() );
-			}
-			domManip( self, args, callback, ignored );
-		} );
-	}
-
-	if ( l ) {
-		fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );
-		first = fragment.firstChild;
-
-		if ( fragment.childNodes.length === 1 ) {
-			fragment = first;
-		}
-
-		// Require either new content or an interest in ignored elements to invoke the callback
-		if ( first || ignored ) {
-			scripts = jQuery.map( getAll( fragment, "script" ), disableScript );
-			hasScripts = scripts.length;
-
-			// Use the original fragment for the last item
-			// instead of the first because it can end up
-			// being emptied incorrectly in certain situations (#8070).
-			for ( ; i < l; i++ ) {
-				node = fragment;
-
-				if ( i !== iNoClone ) {
-					node = jQuery.clone( node, true, true );
-
-					// Keep references to cloned scripts for later restoration
-					if ( hasScripts ) {
-
-						// Support: Android<4.1, PhantomJS<2
-						// push.apply(_, arraylike) throws on ancient WebKit
-						jQuery.merge( scripts, getAll( node, "script" ) );
-					}
-				}
-
-				callback.call( collection[ i ], node, i );
-			}
-
-			if ( hasScripts ) {
-				doc = scripts[ scripts.length - 1 ].ownerDocument;
-
-				// Reenable scripts
-				jQuery.map( scripts, restoreScript );
-
-				// Evaluate executable scripts on first document insertion
-				for ( i = 0; i < hasScripts; i++ ) {
-					node = scripts[ i ];
-					if ( rscriptType.test( node.type || "" ) &&
-						!jQuery._data( node, "globalEval" ) &&
-						jQuery.contains( doc, node ) ) {
-
-						if ( node.src ) {
-
-							// Optional AJAX dependency, but won't run scripts if not present
-							if ( jQuery._evalUrl ) {
-								jQuery._evalUrl( node.src );
-							}
-						} else {
-							jQuery.globalEval(
-								( node.text || node.textContent || node.innerHTML || "" )
-									.replace( rcleanScript, "" )
-							);
-						}
-					}
-				}
-			}
-
-			// Fix #11809: Avoid leaking memory
-			fragment = first = null;
-		}
-	}
-
-	return collection;
-}
-
-function remove( elem, selector, keepData ) {
-	var node,
-		elems = selector ? jQuery.filter( selector, elem ) : elem,
-		i = 0;
-
-	for ( ; ( node = elems[ i ] ) != null; i++ ) {
-
-		if ( !keepData && node.nodeType === 1 ) {
-			jQuery.cleanData( getAll( node ) );
-		}
-
-		if ( node.parentNode ) {
-			if ( keepData && jQuery.contains( node.ownerDocument, node ) ) {
-				setGlobalEval( getAll( node, "script" ) );
-			}
-			node.parentNode.removeChild( node );
-		}
-	}
-
-	return elem;
-}
-
-jQuery.extend( {
-	htmlPrefilter: function( html ) {
-		return html.replace( rxhtmlTag, "<$1></$2>" );
-	},
-
-	clone: function( elem, dataAndEvents, deepDataAndEvents ) {
-		var destElements, node, clone, i, srcElements,
-			inPage = jQuery.contains( elem.ownerDocument, elem );
-
-		if ( support.html5Clone || jQuery.isXMLDoc( elem ) ||
-			!rnoshimcache.test( "<" + elem.nodeName + ">" ) ) {
-
-			clone = elem.cloneNode( true );
-
-		// IE<=8 does not properly clone detached, unknown element nodes
-		} else {
-			fragmentDiv.innerHTML = elem.outerHTML;
-			fragmentDiv.removeChild( clone = fragmentDiv.firstChild );
-		}
-
-		if ( ( !support.noCloneEvent || !support.noCloneChecked ) &&
-				( elem.nodeType === 1 || elem.nodeType === 11 ) && !jQuery.isXMLDoc( elem ) ) {
-
-			// We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2
-			destElements = getAll( clone );
-			srcElements = getAll( elem );
-
-			// Fix all IE cloning issues
-			for ( i = 0; ( node = srcElements[ i ] ) != null; ++i ) {
-
-				// Ensure that the destination node is not null; Fixes #9587
-				if ( destElements[ i ] ) {
-					fixCloneNodeIssues( node, destElements[ i ] );
-				}
-			}
-		}
-
-		// Copy the events from the original to the clone
-		if ( dataAndEvents ) {
-			if ( deepDataAndEvents ) {
-				srcElements = srcElements || getAll( elem );
-				destElements = destElements || getAll( clone );
-
-				for ( i = 0; ( node = srcElements[ i ] ) != null; i++ ) {
-					cloneCopyEvent( node, destElements[ i ] );
-				}
-			} else {
-				cloneCopyEvent( elem, clone );
-			}
-		}
-
-		// Preserve script evaluation history
-		destElements = getAll( clone, "script" );
-		if ( destElements.length > 0 ) {
-			setGlobalEval( destElements, !inPage && getAll( elem, "script" ) );
-		}
-
-		destElements = srcElements = node = null;
-
-		// Return the cloned set
-		return clone;
-	},
-
-	cleanData: function( elems, /* internal */ forceAcceptData ) {
-		var elem, type, id, data,
-			i = 0,
-			internalKey = jQuery.expando,
-			cache = jQuery.cache,
-			attributes = support.attributes,
-			special = jQuery.event.special;
-
-		for ( ; ( elem = elems[ i ] ) != null; i++ ) {
-			if ( forceAcceptData || acceptData( elem ) ) {
-
-				id = elem[ internalKey ];
-				data = id && cache[ id ];
-
-				if ( data ) {
-					if ( data.events ) {
-						for ( type in data.events ) {
-							if ( special[ type ] ) {
-								jQuery.event.remove( elem, type );
-
-							// This is a shortcut to avoid jQuery.event.remove's overhead
-							} else {
-								jQuery.removeEvent( elem, type, data.handle );
-							}
-						}
-					}
-
-					// Remove cache only if it was not already removed by jQuery.event.remove
-					if ( cache[ id ] ) {
-
-						delete cache[ id ];
-
-						// Support: IE<9
-						// IE does not allow us to delete expando properties from nodes
-						// IE creates expando attributes along with the property
-						// IE does not have a removeAttribute function on Document nodes
-						if ( !attributes && typeof elem.removeAttribute !== "undefined" ) {
-							elem.removeAttribute( internalKey );
-
-						// Webkit & Blink performance suffers when deleting properties
-						// from DOM nodes, so set to undefined instead
-						// https://code.google.com/p/chromium/issues/detail?id=378607
-						} else {
-							elem[ internalKey ] = undefined;
-						}
-
-						deletedIds.push( id );
-					}
-				}
-			}
-		}
-	}
-} );
-
-jQuery.fn.extend( {
-
-	// Keep domManip exposed until 3.0 (gh-2225)
-	domManip: domManip,
-
-	detach: function( selector ) {
-		return remove( this, selector, true );
-	},
-
-	remove: function( selector ) {
-		return remove( this, selector );
-	},
-
-	text: function( value ) {
-		return access( this, function( value ) {
-			return value === undefined ?
-				jQuery.text( this ) :
-				this.empty().append(
-					( this[ 0 ] && this[ 0 ].ownerDocument || document ).createTextNode( value )
-				);
-		}, null, value, arguments.length );
-	},
-
-	append: function() {
-		return domManip( this, arguments, function( elem ) {
-			if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {
-				var target = manipulationTarget( this, elem );
-				target.appendChild( elem );
-			}
-		} );
-	},
-
-	prepend: function() {
-		return domManip( this, arguments, function( elem ) {
-			if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {
-				var target = manipulationTarget( this, elem );
-				target.insertBefore( elem, target.firstChild );
-			}
-		} );
-	},
-
-	before: function() {
-		return domManip( this, arguments, function( elem ) {
-			if ( this.parentNode ) {
-				this.parentNode.insertBefore( elem, this );
-			}
-		} );
-	},
-
-	after: function() {
-		return domManip( this, arguments, function( elem ) {
-			if ( this.parentNode ) {
-				this.parentNode.insertBefore( elem, this.nextSibling );
-			}
-		} );
-	},
-
-	empty: function() {
-		var elem,
-			i = 0;
-
-		for ( ; ( elem = this[ i ] ) != null; i++ ) {
-
-			// Remove element nodes and prevent memory leaks
-			if ( elem.nodeType === 1 ) {
-				jQuery.cleanData( getAll( elem, false ) );
-			}
-
-			// Remove any remaining nodes
-			while ( elem.firstChild ) {
-				elem.removeChild( elem.firstChild );
-			}
-
-			// If this is a select, ensure that it displays empty (#12336)
-			// Support: IE<9
-			if ( elem.options && jQuery.nodeName( elem, "select" ) ) {
-				elem.options.length = 0;
-			}
-		}
-
-		return this;
-	},
-
-	clone: function( dataAndEvents, deepDataAndEvents ) {
-		dataAndEvents = dataAndEvents == null ? false : dataAndEvents;
-		deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;
-
-		return this.map( function() {
-			return jQuery.clone( this, dataAndEvents, deepDataAndEvents );
-		} );
-	},
-
-	html: function( value ) {
-		return access( this, function( value ) {
-			var elem = this[ 0 ] || {},
-				i = 0,
-				l = this.length;
-
-			if ( value === undefined ) {
-				return elem.nodeType === 1 ?
-					elem.innerHTML.replace( rinlinejQuery, "" ) :
-					undefined;
-			}
-
-			// See if we can take a shortcut and just use innerHTML
-			if ( typeof value === "string" && !rnoInnerhtml.test( value ) &&
-				( support.htmlSerialize || !rnoshimcache.test( value )  ) &&
-				( support.leadingWhitespace || !rleadingWhitespace.test( value ) ) &&
-				!wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) {
-
-				value = jQuery.htmlPrefilter( value );
-
-				try {
-					for ( ; i < l; i++ ) {
-
-						// Remove element nodes and prevent memory leaks
-						elem = this[ i ] || {};
-						if ( elem.nodeType === 1 ) {
-							jQuery.cleanData( getAll( elem, false ) );
-							elem.innerHTML = value;
-						}
-					}
-
-					elem = 0;
-
-				// If using innerHTML throws an exception, use the fallback method
-				} catch ( e ) {}
-			}
-
-			if ( elem ) {
-				this.empty().append( value );
-			}
-		}, null, value, arguments.length );
-	},
-
-	replaceWith: function() {
-		var ignored = [];
-
-		// Make the changes, replacing each non-ignored context element with the new content
-		return domManip( this, arguments, function( elem ) {
-			var parent = this.parentNode;
-
-			if ( jQuery.inArray( this, ignored ) < 0 ) {
-				jQuery.cleanData( getAll( this ) );
-				if ( parent ) {
-					parent.replaceChild( elem, this );
-				}
-			}
-
-		// Force callback invocation
-		}, ignored );
-	}
-} );
-
-jQuery.each( {
-	appendTo: "append",
-	prependTo: "prepend",
-	insertBefore: "before",
-	insertAfter: "after",
-	replaceAll: "replaceWith"
-}, function( name, original ) {
-	jQuery.fn[ name ] = function( selector ) {
-		var elems,
-			i = 0,
-			ret = [],
-			insert = jQuery( selector ),
-			last = insert.length - 1;
-
-		for ( ; i <= last; i++ ) {
-			elems = i === last ? this : this.clone( true );
-			jQuery( insert[ i ] )[ original ]( elems );
-
-			// Modern browsers can apply jQuery collections as arrays, but oldIE needs a .get()
-			push.apply( ret, elems.get() );
-		}
-
-		return this.pushStack( ret );
-	};
-} );
-
-
-var iframe,
-	elemdisplay = {
-
-		// Support: Firefox
-		// We have to pre-define these values for FF (#10227)
-		HTML: "block",
-		BODY: "block"
-	};
-
-/**
- * Retrieve the actual display of a element
- * @param {String} name nodeName of the element
- * @param {Object} doc Document object
- */
-
-// Called only from within defaultDisplay
-function actualDisplay( name, doc ) {
-	var elem = jQuery( doc.createElement( name ) ).appendTo( doc.body ),
-
-		display = jQuery.css( elem[ 0 ], "display" );
-
-	// We don't have any data stored on the element,
-	// so use "detach" method as fast way to get rid of the element
-	elem.detach();
-
-	return display;
-}
-
-/**
- * Try to determine the default display value of an element
- * @param {String} nodeName
- */
-function defaultDisplay( nodeName ) {
-	var doc = document,
-		display = elemdisplay[ nodeName ];
-
-	if ( !display ) {
-		display = actualDisplay( nodeName, doc );
-
-		// If the simple way fails, read from inside an iframe
-		if ( display === "none" || !display ) {
-
-			// Use the already-created iframe if possible
-			iframe = ( iframe || jQuery( "<iframe frameborder='0' width='0' height='0'/>" ) )
-				.appendTo( doc.documentElement );
-
-			// Always write a new HTML skeleton so Webkit and Firefox don't choke on reuse
-			doc = ( iframe[ 0 ].contentWindow || iframe[ 0 ].contentDocument ).document;
-
-			// Support: IE
-			doc.write();
-			doc.close();
-
-			display = actualDisplay( nodeName, doc );
-			iframe.detach();
-		}
-
-		// Store the correct default display
-		elemdisplay[ nodeName ] = display;
-	}
-
-	return display;
-}
-var rmargin = ( /^margin/ );
-
-var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
-
-var swap = function( elem, options, callback, args ) {
-	var ret, name,
-		old = {};
-
-	// Remember the old values, and insert the new ones
-	for ( name in options ) {
-		old[ name ] = elem.style[ name ];
-		elem.style[ name ] = options[ name ];
-	}
-
-	ret = callback.apply( elem, args || [] );
-
-	// Revert the old values
-	for ( name in options ) {
-		elem.style[ name ] = old[ name ];
-	}
-
-	return ret;
-};
-
-
-var documentElement = document.documentElement;
-
-
-
-( function() {
-	var pixelPositionVal, pixelMarginRightVal, boxSizingReliableVal,
-		reliableHiddenOffsetsVal, reliableMarginRightVal, reliableMarginLeftVal,
-		container = document.createElement( "div" ),
-		div = document.createElement( "div" );
-
-	// Finish early in limited (non-browser) environments
-	if ( !div.style ) {
-		return;
-	}
-
-	div.style.cssText = "float:left;opacity:.5";
-
-	// Support: IE<9
-	// Make sure that element opacity exists (as opposed to filter)
-	support.opacity = div.style.opacity === "0.5";
-
-	// Verify style float existence
-	// (IE uses styleFloat instead of cssFloat)
-	support.cssFloat = !!div.style.cssFloat;
-
-	div.style.backgroundClip = "content-box";
-	div.cloneNode( true ).style.backgroundClip = "";
-	support.clearCloneStyle = div.style.backgroundClip === "content-box";
-
-	container = document.createElement( "div" );
-	container.style.cssText = "border:0;width:8px;height:0;top:0;left:-9999px;" +
-		"padding:0;margin-top:1px;position:absolute";
-	div.innerHTML = "";
-	container.appendChild( div );
-
-	// Support: Firefox<29, Android 2.3
-	// Vendor-prefix box-sizing
-	support.boxSizing = div.style.boxSizing === "" || div.style.MozBoxSizing === "" ||
-		div.style.WebkitBoxSizing === "";
-
-	jQuery.extend( support, {
-		reliableHiddenOffsets: function() {
-			if ( pixelPositionVal == null ) {
-				computeStyleTests();
-			}
-			return reliableHiddenOffsetsVal;
-		},
-
-		boxSizingReliable: function() {
-
-			// We're checking for pixelPositionVal here instead of boxSizingReliableVal
-			// since that compresses better and they're computed together anyway.
-			if ( pixelPositionVal == null ) {
-				computeStyleTests();
-			}
-			return boxSizingReliableVal;
-		},
-
-		pixelMarginRight: function() {
-
-			// Support: Android 4.0-4.3
-			if ( pixelPositionVal == null ) {
-				computeStyleTests();
-			}
-			return pixelMarginRightVal;
-		},
-
-		pixelPosition: function() {
-			if ( pixelPositionVal == null ) {
-				computeStyleTests();
-			}
-			return pixelPositionVal;
-		},
-
-		reliableMarginRight: function() {
-
-			// Support: Android 2.3
-			if ( pixelPositionVal == null ) {
-				computeStyleTests();
-			}
-			return reliableMarginRightVal;
-		},
-
-		reliableMarginLeft: function() {
-
-			// Support: IE <=8 only, Android 4.0 - 4.3 only, Firefox <=3 - 37
-			if ( pixelPositionVal == null ) {
-				computeStyleTests();
-			}
-			return reliableMarginLeftVal;
-		}
-	} );
-
-	function computeStyleTests() {
-		var contents, divStyle,
-			documentElement = document.documentElement;
-
-		// Setup
-		documentElement.appendChild( container );
-
-		div.style.cssText =
-
-			// Support: Android 2.3
-			// Vendor-prefix box-sizing
-			"-webkit-box-sizing:border-box;box-sizing:border-box;" +
-			"position:relative;display:block;" +
-			"margin:auto;border:1px;padding:1px;" +
-			"top:1%;width:50%";
-
-		// Support: IE<9
-		// Assume reasonable values in the absence of getComputedStyle
-		pixelPositionVal = boxSizingReliableVal = reliableMarginLeftVal = false;
-		pixelMarginRightVal = reliableMarginRightVal = true;
-
-		// Check for getComputedStyle so that this code is not run in IE<9.
-		if ( window.getComputedStyle ) {
-			divStyle = window.getComputedStyle( div );
-			pixelPositionVal = ( divStyle || {} ).top !== "1%";
-			reliableMarginLeftVal = ( divStyle || {} ).marginLeft === "2px";
-			boxSizingReliableVal = ( divStyle || { width: "4px" } ).width === "4px";
-
-			// Support: Android 4.0 - 4.3 only
-			// Some styles come back with percentage values, even though they shouldn't
-			div.style.marginRight = "50%";
-			pixelMarginRightVal = ( divStyle || { marginRight: "4px" } ).marginRight === "4px";
-
-			// Support: Android 2.3 only
-			// Div with explicit width and no margin-right incorrectly
-			// gets computed margin-right based on width of container (#3333)
-			// WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right
-			contents = div.appendChild( document.createElement( "div" ) );
-
-			// Reset CSS: box-sizing; display; margin; border; padding
-			contents.style.cssText = div.style.cssText =
-
-				// Support: Android 2.3
-				// Vendor-prefix box-sizing
-				"-webkit-box-sizing:content-box;-moz-box-sizing:content-box;" +
-				"box-sizing:content-box;display:block;margin:0;border:0;padding:0";
-			contents.style.marginRight = contents.style.width = "0";
-			div.style.width = "1px";
-
-			reliableMarginRightVal =
-				!parseFloat( ( window.getComputedStyle( contents ) || {} ).marginRight );
-
-			div.removeChild( contents );
-		}
-
-		// Support: IE6-8
-		// First check that getClientRects works as expected
-		// Check if table cells still have offsetWidth/Height when they are set
-		// to display:none and there are still other visible table cells in a
-		// table row; if so, offsetWidth/Height are not reliable for use when
-		// determining if an element has been hidden directly using
-		// display:none (it is still safe to use offsets if a parent element is
-		// hidden; don safety goggles and see bug #4512 for more information).
-		div.style.display = "none";
-		reliableHiddenOffsetsVal = div.getClientRects().length === 0;
-		if ( reliableHiddenOffsetsVal ) {
-			div.style.display = "";
-			div.innerHTML = "<table><tr><td></td><td>t</td></tr></table>";
-			div.childNodes[ 0 ].style.borderCollapse = "separate";
-			contents = div.getElementsByTagName( "td" );
-			contents[ 0 ].style.cssText = "margin:0;border:0;padding:0;display:none";
-			reliableHiddenOffsetsVal = contents[ 0 ].offsetHeight === 0;
-			if ( reliableHiddenOffsetsVal ) {
-				contents[ 0 ].style.display = "";
-				contents[ 1 ].style.display = "none";
-				reliableHiddenOffsetsVal = contents[ 0 ].offsetHeight === 0;
-			}
-		}
-
-		// Teardown
-		documentElement.removeChild( container );
-	}
-
-} )();
-
-
-var getStyles, curCSS,
-	rposition = /^(top|right|bottom|left)$/;
-
-if ( window.getComputedStyle ) {
-	getStyles = function( elem ) {
-
-		// Support: IE<=11+, Firefox<=30+ (#15098, #14150)
-		// IE throws on elements created in popups
-		// FF meanwhile throws on frame elements through "defaultView.getComputedStyle"
-		var view = elem.ownerDocument.defaultView;
-
-		if ( !view || !view.opener ) {
-			view = window;
-		}
-
-		return view.getComputedStyle( elem );
-	};
-
-	curCSS = function( elem, name, computed ) {
-		var width, minWidth, maxWidth, ret,
-			style = elem.style;
-
-		computed = computed || getStyles( elem );
-
-		// getPropertyValue is only needed for .css('filter') in IE9, see #12537
-		ret = computed ? computed.getPropertyValue( name ) || computed[ name ] : undefined;
-
-		// Support: Opera 12.1x only
-		// Fall back to style even without computed
-		// computed is undefined for elems on document fragments
-		if ( ( ret === "" || ret === undefined ) && !jQuery.contains( elem.ownerDocument, elem ) ) {
-			ret = jQuery.style( elem, name );
-		}
-
-		if ( computed ) {
-
-			// A tribute to the "awesome hack by Dean Edwards"
-			// Chrome < 17 and Safari 5.0 uses "computed value"
-			// instead of "used value" for margin-right
-			// Safari 5.1.7 (at least) returns percentage for a larger set of values,
-			// but width seems to be reliably pixels
-			// this is against the CSSOM draft spec:
-			// http://dev.w3.org/csswg/cssom/#resolved-values
-			if ( !support.pixelMarginRight() && rnumnonpx.test( ret ) && rmargin.test( name ) ) {
-
-				// Remember the original values
-				width = style.width;
-				minWidth = style.minWidth;
-				maxWidth = style.maxWidth;
-
-				// Put in the new values to get a computed value out
-				style.minWidth = style.maxWidth = style.width = ret;
-				ret = computed.width;
-
-				// Revert the changed values
-				style.width = width;
-				style.minWidth = minWidth;
-				style.maxWidth = maxWidth;
-			}
-		}
-
-		// Support: IE
-		// IE returns zIndex value as an integer.
-		return ret === undefined ?
-			ret :
-			ret + "";
-	};
-} else if ( documentElement.currentStyle ) {
-	getStyles = function( elem ) {
-		return elem.currentStyle;
-	};
-
-	curCSS = function( elem, name, computed ) {
-		var left, rs, rsLeft, ret,
-			style = elem.style;
-
-		computed = computed || getStyles( elem );
-		ret = computed ? computed[ name ] : undefined;
-
-		// Avoid setting ret to empty string here
-		// so we don't default to auto
-		if ( ret == null && style && style[ name ] ) {
-			ret = style[ name ];
-		}
-
-		// From the awesome hack by Dean Edwards
-		// http://erik.eae.net/archives/2007/07/27/18.54.15/#comment-102291
-
-		// If we're not dealing with a regular pixel number
-		// but a number that has a weird ending, we need to convert it to pixels
-		// but not position css attributes, as those are
-		// proportional to the parent element instead
-		// and we can't measure the parent instead because it
-		// might trigger a "stacking dolls" problem
-		if ( rnumnonpx.test( ret ) && !rposition.test( name ) ) {
-
-			// Remember the original values
-			left = style.left;
-			rs = elem.runtimeStyle;
-			rsLeft = rs && rs.left;
-
-			// Put in the new values to get a computed value out
-			if ( rsLeft ) {
-				rs.left = elem.currentStyle.left;
-			}
-			style.left = name === "fontSize" ? "1em" : ret;
-			ret = style.pixelLeft + "px";
-
-			// Revert the changed values
-			style.left = left;
-			if ( rsLeft ) {
-				rs.left = rsLeft;
-			}
-		}
-
-		// Support: IE
-		// IE returns zIndex value as an integer.
-		return ret === undefined ?
-			ret :
-			ret + "" || "auto";
-	};
-}
-
-
-
-
-function addGetHookIf( conditionFn, hookFn ) {
-
-	// Define the hook, we'll check on the first run if it's really needed.
-	return {
-		get: function() {
-			if ( conditionFn() ) {
-
-				// Hook not needed (or it's not possible to use it due
-				// to missing dependency), remove it.
-				delete this.get;
-				return;
-			}
-
-			// Hook needed; redefine it so that the support test is not executed again.
-			return ( this.get = hookFn ).apply( this, arguments );
-		}
-	};
-}
-
-
-var
-
-		ralpha = /alpha\([^)]*\)/i,
-	ropacity = /opacity\s*=\s*([^)]*)/i,
-
-	// swappable if display is none or starts with table except
-	// "table", "table-cell", or "table-caption"
-	// see here for display values:
-	// https://developer.mozilla.org/en-US/docs/CSS/display
-	rdisplayswap = /^(none|table(?!-c[ea]).+)/,
-	rnumsplit = new RegExp( "^(" + pnum + ")(.*)$", "i" ),
-
-	cssShow = { position: "absolute", visibility: "hidden", display: "block" },
-	cssNormalTransform = {
-		letterSpacing: "0",
-		fontWeight: "400"
-	},
-
-	cssPrefixes = [ "Webkit", "O", "Moz", "ms" ],
-	emptyStyle = document.createElement( "div" ).style;
-
-
-// return a css property mapped to a potentially vendor prefixed property
-function vendorPropName( name ) {
-
-	// shortcut for names that are not vendor prefixed
-	if ( name in emptyStyle ) {
-		return name;
-	}
-
-	// check for vendor prefixed names
-	var capName = name.charAt( 0 ).toUpperCase() + name.slice( 1 ),
-		i = cssPrefixes.length;
-
-	while ( i-- ) {
-		name = cssPrefixes[ i ] + capName;
-		if ( name in emptyStyle ) {
-			return name;
-		}
-	}
-}
-
-function showHide( elements, show ) {
-	var display, elem, hidden,
-		values = [],
-		index = 0,
-		length = elements.length;
-
-	for ( ; index < length; index++ ) {
-		elem = elements[ index ];
-		if ( !elem.style ) {
-			continue;
-		}
-
-		values[ index ] = jQuery._data( elem, "olddisplay" );
-		display = elem.style.display;
-		if ( show ) {
-
-			// Reset the inline display of this element to learn if it is
-			// being hidden by cascaded rules or not
-			if ( !values[ index ] && display === "none" ) {
-				elem.style.display = "";
-			}
-
-			// Set elements which have been overridden with display: none
-			// in a stylesheet to whatever the default browser style is
-			// for such an element
-			if ( elem.style.display === "" && isHidden( elem ) ) {
-				values[ index ] =
-					jQuery._data( elem, "olddisplay", defaultDisplay( elem.nodeName ) );
-			}
-		} else {
-			hidden = isHidden( elem );
-
-			if ( display && display !== "none" || !hidden ) {
-				jQuery._data(
-					elem,
-					"olddisplay",
-					hidden ? display : jQuery.css( elem, "display" )
-				);
-			}
-		}
-	}
-
-	// Set the display of most of the elements in a second loop
-	// to avoid the constant reflow
-	for ( index = 0; index < length; index++ ) {
-		elem = elements[ index ];
-		if ( !elem.style ) {
-			continue;
-		}
-		if ( !show || elem.style.display === "none" || elem.style.display === "" ) {
-			elem.style.display = show ? values[ index ] || "" : "none";
-		}
-	}
-
-	return elements;
-}
-
-function setPositiveNumber( elem, value, subtract ) {
-	var matches = rnumsplit.exec( value );
-	return matches ?
-
-		// Guard against undefined "subtract", e.g., when used as in cssHooks
-		Math.max( 0, matches[ 1 ] - ( subtract || 0 ) ) + ( matches[ 2 ] || "px" ) :
-		value;
-}
-
-function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) {
-	var i = extra === ( isBorderBox ? "border" : "content" ) ?
-
-		// If we already have the right measurement, avoid augmentation
-		4 :
-
-		// Otherwise initialize for horizontal or vertical properties
-		name === "width" ? 1 : 0,
-
-		val = 0;
-
-	for ( ; i < 4; i += 2 ) {
-
-		// both box models exclude margin, so add it if we want it
-		if ( extra === "margin" ) {
-			val += jQuery.css( elem, extra + cssExpand[ i ], true, styles );
-		}
-
-		if ( isBorderBox ) {
-
-			// border-box includes padding, so remove it if we want content
-			if ( extra === "content" ) {
-				val -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles );
-			}
-
-			// at this point, extra isn't border nor margin, so remove border
-			if ( extra !== "margin" ) {
-				val -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
-			}
-		} else {
-
-			// at this point, extra isn't content, so add padding
-			val += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles );
-
-			// at this point, extra isn't content nor padding, so add border
-			if ( extra !== "padding" ) {
-				val += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
-			}
-		}
-	}
-
-	return val;
-}
-
-function getWidthOrHeight( elem, name, extra ) {
-
-	// Start with offset property, which is equivalent to the border-box value
-	var valueIsBorderBox = true,
-		val = name === "width" ? elem.offsetWidth : elem.offsetHeight,
-		styles = getStyles( elem ),
-		isBorderBox = support.boxSizing &&
-			jQuery.css( elem, "boxSizing", false, styles ) === "border-box";
-
-	// some non-html elements return undefined for offsetWidth, so check for null/undefined
-	// svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285
-	// MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668
-	if ( val <= 0 || val == null ) {
-
-		// Fall back to computed then uncomputed css if necessary
-		val = curCSS( elem, name, styles );
-		if ( val < 0 || val == null ) {
-			val = elem.style[ name ];
-		}
-
-		// Computed unit is not pixels. Stop here and return.
-		if ( rnumnonpx.test( val ) ) {
-			return val;
-		}
-
-		// we need the check for style in case a browser which returns unreliable values
-		// for getComputedStyle silently falls back to the reliable elem.style
-		valueIsBorderBox = isBorderBox &&
-			( support.boxSizingReliable() || val === elem.style[ name ] );
-
-		// Normalize "", auto, and prepare for extra
-		val = parseFloat( val ) || 0;
-	}
-
-	// use the active box-sizing model to add/subtract irrelevant styles
-	return ( val +
-		augmentWidthOrHeight(
-			elem,
-			name,
-			extra || ( isBorderBox ? "border" : "content" ),
-			valueIsBorderBox,
-			styles
-		)
-	) + "px";
-}
-
-jQuery.extend( {
-
-	// Add in style property hooks for overriding the default
-	// behavior of getting and setting a style property
-	cssHooks: {
-		opacity: {
-			get: function( elem, computed ) {
-				if ( computed ) {
-
-					// We should always get a number back from opacity
-					var ret = curCSS( elem, "opacity" );
-					return ret === "" ? "1" : ret;
-				}
-			}
-		}
-	},
-
-	// Don't automatically add "px" to these possibly-unitless properties
-	cssNumber: {
-		"animationIterationCount": true,
-		"columnCount": true,
-		"fillOpacity": true,
-		"flexGrow": true,
-		"flexShrink": true,
-		"fontWeight": true,
-		"lineHeight": true,
-		"opacity": true,
-		"order": true,
-		"orphans": true,
-		"widows": true,
-		"zIndex": true,
-		"zoom": true
-	},
-
-	// Add in properties whose names you wish to fix before
-	// setting or getting the value
-	cssProps: {
-
-		// normalize float css property
-		"float": support.cssFloat ? "cssFloat" : "styleFloat"
-	},
-
-	// Get and set the style property on a DOM Node
-	style: function( elem, name, value, extra ) {
-
-		// Don't set styles on text and comment nodes
-		if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {
-			return;
-		}
-
-		// Make sure that we're working with the right name
-		var ret, type, hooks,
-			origName = jQuery.camelCase( name ),
-			style = elem.style;
-
-		name = jQuery.cssProps[ origName ] ||
-			( jQuery.cssProps[ origName ] = vendorPropName( origName ) || origName );
-
-		// gets hook for the prefixed version
-		// followed by the unprefixed version
-		hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
-
-		// Check if we're setting a value
-		if ( value !== undefined ) {
-			type = typeof value;
-
-			// Convert "+=" or "-=" to relative numbers (#7345)
-			if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) {
-				value = adjustCSS( elem, name, ret );
-
-				// Fixes bug #9237
-				type = "number";
-			}
-
-			// Make sure that null and NaN values aren't set. See: #7116
-			if ( value == null || value !== value ) {
-				return;
-			}
-
-			// If a number was passed in, add the unit (except for certain CSS properties)
-			if ( type === "number" ) {
-				value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" );
-			}
-
-			// Fixes #8908, it can be done more correctly by specifing setters in cssHooks,
-			// but it would mean to define eight
-			// (for every problematic property) identical functions
-			if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) {
-				style[ name ] = "inherit";
-			}
-
-			// If a hook was provided, use that value, otherwise just set the specified value
-			if ( !hooks || !( "set" in hooks ) ||
-				( value = hooks.set( elem, value, extra ) ) !== undefined ) {
-
-				// Support: IE
-				// Swallow errors from 'invalid' CSS values (#5509)
-				try {
-					style[ name ] = value;
-				} catch ( e ) {}
-			}
-
-		} else {
-
-			// If a hook was provided get the non-computed value from there
-			if ( hooks && "get" in hooks &&
-				( ret = hooks.get( elem, false, extra ) ) !== undefined ) {
-
-				return ret;
-			}
-
-			// Otherwise just get the value from the style object
-			return style[ name ];
-		}
-	},
-
-	css: function( elem, name, extra, styles ) {
-		var num, val, hooks,
-			origName = jQuery.camelCase( name );
-
-		// Make sure that we're working with the right name
-		name = jQuery.cssProps[ origName ] ||
-			( jQuery.cssProps[ origName ] = vendorPropName( origName ) || origName );
-
-		// gets hook for the prefixed version
-		// followed by the unprefixed version
-		hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
-
-		// If a hook was provided get the computed value from there
-		if ( hooks && "get" in hooks ) {
-			val = hooks.get( elem, true, extra );
-		}
-
-		// Otherwise, if a way to get the computed value exists, use that
-		if ( val === undefined ) {
-			val = curCSS( elem, name, styles );
-		}
-
-		//convert "normal" to computed value
-		if ( val === "normal" && name in cssNormalTransform ) {
-			val = cssNormalTransform[ name ];
-		}
-
-		// Return, converting to number if forced or a qualifier was provided and val looks numeric
-		if ( extra === "" || extra ) {
-			num = parseFloat( val );
-			return extra === true || isFinite( num ) ? num || 0 : val;
-		}
-		return val;
-	}
-} );
-
-jQuery.each( [ "height", "width" ], function( i, name ) {
-	jQuery.cssHooks[ name ] = {
-		get: function( elem, computed, extra ) {
-			if ( computed ) {
-
-				// certain elements can have dimension info if we invisibly show them
-				// however, it must have a current display style that would benefit from this
-				return rdisplayswap.test( jQuery.css( elem, "display" ) ) &&
-					elem.offsetWidth === 0 ?
-						swap( elem, cssShow, function() {
-							return getWidthOrHeight( elem, name, extra );
-						} ) :
-						getWidthOrHeight( elem, name, extra );
-			}
-		},
-
-		set: function( elem, value, extra ) {
-			var styles = extra && getStyles( elem );
-			return setPositiveNumber( elem, value, extra ?
-				augmentWidthOrHeight(
-					elem,
-					name,
-					extra,
-					support.boxSizing &&
-						jQuery.css( elem, "boxSizing", false, styles ) === "border-box",
-					styles
-				) : 0
-			);
-		}
-	};
-} );
-
-if ( !support.opacity ) {
-	jQuery.cssHooks.opacity = {
-		get: function( elem, computed ) {
-
-			// IE uses filters for opacity
-			return ropacity.test( ( computed && elem.currentStyle ?
-				elem.currentStyle.filter :
-				elem.style.filter ) || "" ) ?
-					( 0.01 * parseFloat( RegExp.$1 ) ) + "" :
-					computed ? "1" : "";
-		},
-
-		set: function( elem, value ) {
-			var style = elem.style,
-				currentStyle = elem.currentStyle,
-				opacity = jQuery.isNumeric( value ) ? "alpha(opacity=" + value * 100 + ")" : "",
-				filter = currentStyle && currentStyle.filter || style.filter || "";
-
-			// IE has trouble with opacity if it does not have layout
-			// Force it by setting the zoom level
-			style.zoom = 1;
-
-			// if setting opacity to 1, and no other filters exist -
-			// attempt to remove filter attribute #6652
-			// if value === "", then remove inline opacity #12685
-			if ( ( value >= 1 || value === "" ) &&
-					jQuery.trim( filter.replace( ralpha, "" ) ) === "" &&
-					style.removeAttribute ) {
-
-				// Setting style.filter to null, "" & " " still leave "filter:" in the cssText
-				// if "filter:" is present at all, clearType is disabled, we want to avoid this
-				// style.removeAttribute is IE Only, but so apparently is this code path...
-				style.removeAttribute( "filter" );
-
-				// if there is no filter style applied in a css rule
-				// or unset inline opacity, we are done
-				if ( value === "" || currentStyle && !currentStyle.filter ) {
-					return;
-				}
-			}
-
-			// otherwise, set new filter values
-			style.filter = ralpha.test( filter ) ?
-				filter.replace( ralpha, opacity ) :
-				filter + " " + opacity;
-		}
-	};
-}
-
-jQuery.cssHooks.marginRight = addGetHookIf( support.reliableMarginRight,
-	function( elem, computed ) {
-		if ( computed ) {
-			return swap( elem, { "display": "inline-block" },
-				curCSS, [ elem, "marginRight" ] );
-		}
-	}
-);
-
-jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft,
-	function( elem, computed ) {
-		if ( computed ) {
-			return (
-				parseFloat( curCSS( elem, "marginLeft" ) ) ||
-
-				// Support: IE<=11+
-				// Running getBoundingClientRect on a disconnected node in IE throws an error
-				// Support: IE8 only
-				// getClientRects() errors on disconnected elems
-				( jQuery.contains( elem.ownerDocument, elem ) ?
-					elem.getBoundingClientRect().left -
-						swap( elem, { marginLeft: 0 }, function() {
-							return elem.getBoundingClientRect().left;
-						} ) :
-					0
-				)
-			) + "px";
-		}
-	}
-);
-
-// These hooks are used by animate to expand properties
-jQuery.each( {
-	margin: "",
-	padding: "",
-	border: "Width"
-}, function( prefix, suffix ) {
-	jQuery.cssHooks[ prefix + suffix ] = {
-		expand: function( value ) {
-			var i = 0,
-				expanded = {},
-
-				// assumes a single number if not a string
-				parts = typeof value === "string" ? value.split( " " ) : [ value ];
-
-			for ( ; i < 4; i++ ) {
-				expanded[ prefix + cssExpand[ i ] + suffix ] =
-					parts[ i ] || parts[ i - 2 ] || parts[ 0 ];
-			}
-
-			return expanded;
-		}
-	};
-
-	if ( !rmargin.test( prefix ) ) {
-		jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;
-	}
-} );
-
-jQuery.fn.extend( {
-	css: function( name, value ) {
-		return access( this, function( elem, name, value ) {
-			var styles, len,
-				map = {},
-				i = 0;
-
-			if ( jQuery.isArray( name ) ) {
-				styles = getStyles( elem );
-				len = name.length;
-
-				for ( ; i < len; i++ ) {
-					map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );
-				}
-
-				return map;
-			}
-
-			return value !== undefined ?
-				jQuery.style( elem, name, value ) :
-				jQuery.css( elem, name );
-		}, name, value, arguments.length > 1 );
-	},
-	show: function() {
-		return showHide( this, true );
-	},
-	hide: function() {
-		return showHide( this );
-	},
-	toggle: function( state ) {
-		if ( typeof state === "boolean" ) {
-			return state ? this.show() : this.hide();
-		}
-
-		return this.each( function() {
-			if ( isHidden( this ) ) {
-				jQuery( this ).show();
-			} else {
-				jQuery( this ).hide();
-			}
-		} );
-	}
-} );
-
-
-function Tween( elem, options, prop, end, easing ) {
-	return new Tween.prototype.init( elem, options, prop, end, easing );
-}
-jQuery.Tween = Tween;
-
-Tween.prototype = {
-	constructor: Tween,
-	init: function( elem, options, prop, end, easing, unit ) {
-		this.elem = elem;
-		this.prop = prop;
-		this.easing = easing || jQuery.easing._default;
-		this.options = options;
-		this.start = this.now = this.cur();
-		this.end = end;
-		this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" );
-	},
-	cur: function() {
-		var hooks = Tween.propHooks[ this.prop ];
-
-		return hooks && hooks.get ?
-			hooks.get( this ) :
-			Tween.propHooks._default.get( this );
-	},
-	run: function( percent ) {
-		var eased,
-			hooks = Tween.propHooks[ this.prop ];
-
-		if ( this.options.duration ) {
-			this.pos = eased = jQuery.easing[ this.easing ](
-				percent, this.options.duration * percent, 0, 1, this.options.duration
-			);
-		} else {
-			this.pos = eased = percent;
-		}
-		this.now = ( this.end - this.start ) * eased + this.start;
-
-		if ( this.options.step ) {
-			this.options.step.call( this.elem, this.now, this );
-		}
-
-		if ( hooks && hooks.set ) {
-			hooks.set( this );
-		} else {
-			Tween.propHooks._default.set( this );
-		}
-		return this;
-	}
-};
-
-Tween.prototype.init.prototype = Tween.prototype;
-
-Tween.propHooks = {
-	_default: {
-		get: function( tween ) {
-			var result;
-
-			// Use a property on the element directly when it is not a DOM element,
-			// or when there is no matching style property that exists.
-			if ( tween.elem.nodeType !== 1 ||
-				tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) {
-				return tween.elem[ tween.prop ];
-			}
-
-			// passing an empty string as a 3rd parameter to .css will automatically
-			// attempt a parseFloat and fallback to a string if the parse fails
-			// so, simple values such as "10px" are parsed to Float.
-			// complex values such as "rotate(1rad)" are returned as is.
-			result = jQuery.css( tween.elem, tween.prop, "" );
-
-			// Empty strings, null, undefined and "auto" are converted to 0.
-			return !result || result === "auto" ? 0 : result;
-		},
-		set: function( tween ) {
-
-			// use step hook for back compat - use cssHook if its there - use .style if its
-			// available and use plain properties where available
-			if ( jQuery.fx.step[ tween.prop ] ) {
-				jQuery.fx.step[ tween.prop ]( tween );
-			} else if ( tween.elem.nodeType === 1 &&
-				( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null ||
-					jQuery.cssHooks[ tween.prop ] ) ) {
-				jQuery.style( tween.elem, tween.prop, tween.now + tween.unit );
-			} else {
-				tween.elem[ tween.prop ] = tween.now;
-			}
-		}
-	}
-};
-
-// Support: IE <=9
-// Panic based approach to setting things on disconnected nodes
-
-Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {
-	set: function( tween ) {
-		if ( tween.elem.nodeType && tween.elem.parentNode ) {
-			tween.elem[ tween.prop ] = tween.now;
-		}
-	}
-};
-
-jQuery.easing = {
-	linear: function( p ) {
-		return p;
-	},
-	swing: function( p ) {
-		return 0.5 - Math.cos( p * Math.PI ) / 2;
-	},
-	_default: "swing"
-};
-
-jQuery.fx = Tween.prototype.init;
-
-// Back Compat <1.8 extension point
-jQuery.fx.step = {};
-
-
-
-
-var
-	fxNow, timerId,
-	rfxtypes = /^(?:toggle|show|hide)$/,
-	rrun = /queueHooks$/;
-
-// Animations created synchronously will run synchronously
-function createFxNow() {
-	window.setTimeout( function() {
-		fxNow = undefined;
-	} );
-	return ( fxNow = jQuery.now() );
-}
-
-// Generate parameters to create a standard animation
-function genFx( type, includeWidth ) {
-	var which,
-		attrs = { height: type },
-		i = 0;
-
-	// if we include width, step value is 1 to do all cssExpand values,
-	// if we don't include width, step value is 2 to skip over Left and Right
-	includeWidth = includeWidth ? 1 : 0;
-	for ( ; i < 4 ; i += 2 - includeWidth ) {
-		which = cssExpand[ i ];
-		attrs[ "margin" + which ] = attrs[ "padding" + which ] = type;
-	}
-
-	if ( includeWidth ) {
-		attrs.opacity = attrs.width = type;
-	}
-
-	return attrs;
-}
-
-function createTween( value, prop, animation ) {
-	var tween,
-		collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ),
-		index = 0,
-		length = collection.length;
-	for ( ; index < length; index++ ) {
-		if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {
-
-			// we're done with this property
-			return tween;
-		}
-	}
-}
-
-function defaultPrefilter( elem, props, opts ) {
-	/* jshint validthis: true */
-	var prop, value, toggle, tween, hooks, oldfire, display, checkDisplay,
-		anim = this,
-		orig = {},
-		style = elem.style,
-		hidden = elem.nodeType && isHidden( elem ),
-		dataShow = jQuery._data( elem, "fxshow" );
-
-	// handle queue: false promises
-	if ( !opts.queue ) {
-		hooks = jQuery._queueHooks( elem, "fx" );
-		if ( hooks.unqueued == null ) {
-			hooks.unqueued = 0;
-			oldfire = hooks.empty.fire;
-			hooks.empty.fire = function() {
-				if ( !hooks.unqueued ) {
-					oldfire();
-				}
-			};
-		}
-		hooks.unqueued++;
-
-		anim.always( function() {
-
-			// doing this makes sure that the complete handler will be called
-			// before this completes
-			anim.always( function() {
-				hooks.unqueued--;
-				if ( !jQuery.queue( elem, "fx" ).length ) {
-					hooks.empty.fire();
-				}
-			} );
-		} );
-	}
-
-	// height/width overflow pass
-	if ( elem.nodeType === 1 && ( "height" in props || "width" in props ) ) {
-
-		// Make sure that nothing sneaks out
-		// Record all 3 overflow attributes because IE does not
-		// change the overflow attribute when overflowX and
-		// overflowY are set to the same value
-		opts.overflow = [ style.overflow, style.overflowX, style.overflowY ];
-
-		// Set display property to inline-block for height/width
-		// animations on inline elements that are having width/height animated
-		display = jQuery.css( elem, "display" );
-
-		// Test default display if display is currently "none"
-		checkDisplay = display === "none" ?
-			jQuery._data( elem, "olddisplay" ) || defaultDisplay( elem.nodeName ) : display;
-
-		if ( checkDisplay === "inline" && jQuery.css( elem, "float" ) === "none" ) {
-
-			// inline-level elements accept inline-block;
-			// block-level elements need to be inline with layout
-			if ( !support.inlineBlockNeedsLayout || defaultDisplay( elem.nodeName ) === "inline" ) {
-				style.display = "inline-block";
-			} else {
-				style.zoom = 1;
-			}
-		}
-	}
-
-	if ( opts.overflow ) {
-		style.overflow = "hidden";
-		if ( !support.shrinkWrapBlocks() ) {
-			anim.always( function() {
-				style.overflow = opts.overflow[ 0 ];
-				style.overflowX = opts.overflow[ 1 ];
-				style.overflowY = opts.overflow[ 2 ];
-			} );
-		}
-	}
-
-	// show/hide pass
-	for ( prop in props ) {
-		value = props[ prop ];
-		if ( rfxtypes.exec( value ) ) {
-			delete props[ prop ];
-			toggle = toggle || value === "toggle";
-			if ( value === ( hidden ? "hide" : "show" ) ) {
-
-				// If there is dataShow left over from a stopped hide or show
-				// and we are going to proceed with show, we should pretend to be hidden
-				if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) {
-					hidden = true;
-				} else {
-					continue;
-				}
-			}
-			orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );
-
-		// Any non-fx value stops us from restoring the original display value
-		} else {
-			display = undefined;
-		}
-	}
-
-	if ( !jQuery.isEmptyObject( orig ) ) {
-		if ( dataShow ) {
-			if ( "hidden" in dataShow ) {
-				hidden = dataShow.hidden;
-			}
-		} else {
-			dataShow = jQuery._data( elem, "fxshow", {} );
-		}
-
-		// store state if its toggle - enables .stop().toggle() to "reverse"
-		if ( toggle ) {
-			dataShow.hidden = !hidden;
-		}
-		if ( hidden ) {
-			jQuery( elem ).show();
-		} else {
-			anim.done( function() {
-				jQuery( elem ).hide();
-			} );
-		}
-		anim.done( function() {
-			var prop;
-			jQuery._removeData( elem, "fxshow" );
-			for ( prop in orig ) {
-				jQuery.style( elem, prop, orig[ prop ] );
-			}
-		} );
-		for ( prop in orig ) {
-			tween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );
-
-			if ( !( prop in dataShow ) ) {
-				dataShow[ prop ] = tween.start;
-				if ( hidden ) {
-					tween.end = tween.start;
-					tween.start = prop === "width" || prop === "height" ? 1 : 0;
-				}
-			}
-		}
-
-	// If this is a noop like .hide().hide(), restore an overwritten display value
-	} else if ( ( display === "none" ? defaultDisplay( elem.nodeName ) : display ) === "inline" ) {
-		style.display = display;
-	}
-}
-
-function propFilter( props, specialEasing ) {
-	var index, name, easing, value, hooks;
-
-	// camelCase, specialEasing and expand cssHook pass
-	for ( index in props ) {
-		name = jQuery.camelCase( index );
-		easing = specialEasing[ name ];
-		value = props[ index ];
-		if ( jQuery.isArray( value ) ) {
-			easing = value[ 1 ];
-			value = props[ index ] = value[ 0 ];
-		}
-
-		if ( index !== name ) {
-			props[ name ] = value;
-			delete props[ index ];
-		}
-
-		hooks = jQuery.cssHooks[ name ];
-		if ( hooks && "expand" in hooks ) {
-			value = hooks.expand( value );
-			delete props[ name ];
-
-			// not quite $.extend, this wont overwrite keys already present.
-			// also - reusing 'index' from above because we have the correct "name"
-			for ( index in value ) {
-				if ( !( index in props ) ) {
-					props[ index ] = value[ index ];
-					specialEasing[ index ] = easing;
-				}
-			}
-		} else {
-			specialEasing[ name ] = easing;
-		}
-	}
-}
-
-function Animation( elem, properties, options ) {
-	var result,
-		stopped,
-		index = 0,
-		length = Animation.prefilters.length,
-		deferred = jQuery.Deferred().always( function() {
-
-			// don't match elem in the :animated selector
-			delete tick.elem;
-		} ),
-		tick = function() {
-			if ( stopped ) {
-				return false;
-			}
-			var currentTime = fxNow || createFxNow(),
-				remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),
-
-				// Support: Android 2.3
-				// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)
-				temp = remaining / animation.duration || 0,
-				percent = 1 - temp,
-				index = 0,
-				length = animation.tweens.length;
-
-			for ( ; index < length ; index++ ) {
-				animation.tweens[ index ].run( percent );
-			}
-
-			deferred.notifyWith( elem, [ animation, percent, remaining ] );
-
-			if ( percent < 1 && length ) {
-				return remaining;
-			} else {
-				deferred.resolveWith( elem, [ animation ] );
-				return false;
-			}
-		},
-		animation = deferred.promise( {
-			elem: elem,
-			props: jQuery.extend( {}, properties ),
-			opts: jQuery.extend( true, {
-				specialEasing: {},
-				easing: jQuery.easing._default
-			}, options ),
-			originalProperties: properties,
-			originalOptions: options,
-			startTime: fxNow || createFxNow(),
-			duration: options.duration,
-			tweens: [],
-			createTween: function( prop, end ) {
-				var tween = jQuery.Tween( elem, animation.opts, prop, end,
-						animation.opts.specialEasing[ prop ] || animation.opts.easing );
-				animation.tweens.push( tween );
-				return tween;
-			},
-			stop: function( gotoEnd ) {
-				var index = 0,
-
-					// if we are going to the end, we want to run all the tweens
-					// otherwise we skip this part
-					length = gotoEnd ? animation.tweens.length : 0;
-				if ( stopped ) {
-					return this;
-				}
-				stopped = true;
-				for ( ; index < length ; index++ ) {
-					animation.tweens[ index ].run( 1 );
-				}
-
-				// resolve when we played the last frame
-				// otherwise, reject
-				if ( gotoEnd ) {
-					deferred.notifyWith( elem, [ animation, 1, 0 ] );
-					deferred.resolveWith( elem, [ animation, gotoEnd ] );
-				} else {
-					deferred.rejectWith( elem, [ animation, gotoEnd ] );
-				}
-				return this;
-			}
-		} ),
-		props = animation.props;
-
-	propFilter( props, animation.opts.specialEasing );
-
-	for ( ; index < length ; index++ ) {
-		result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );
-		if ( result ) {
-			if ( jQuery.isFunction( result.stop ) ) {
-				jQuery._queueHooks( animation.elem, animation.opts.queue ).stop =
-					jQuery.proxy( result.stop, result );
-			}
-			return result;
-		}
-	}
-
-	jQuery.map( props, createTween, animation );
-
-	if ( jQuery.isFunction( animation.opts.start ) ) {
-		animation.opts.start.call( elem, animation );
-	}
-
-	jQuery.fx.timer(
-		jQuery.extend( tick, {
-			elem: elem,
-			anim: animation,
-			queue: animation.opts.queue
-		} )
-	);
-
-	// attach callbacks from options
-	return animation.progress( animation.opts.progress )
-		.done( animation.opts.done, animation.opts.complete )
-		.fail( animation.opts.fail )
-		.always( animation.opts.always );
-}
-
-jQuery.Animation = jQuery.extend( Animation, {
-
-	tweeners: {
-		"*": [ function( prop, value ) {
-			var tween = this.createTween( prop, value );
-			adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );
-			return tween;
-		} ]
-	},
-
-	tweener: function( props, callback ) {
-		if ( jQuery.isFunction( props ) ) {
-			callback = props;
-			props = [ "*" ];
-		} else {
-			props = props.match( rnotwhite );
-		}
-
-		var prop,
-			index = 0,
-			length = props.length;
-
-		for ( ; index < length ; index++ ) {
-			prop = props[ index ];
-			Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];
-			Animation.tweeners[ prop ].unshift( callback );
-		}
-	},
-
-	prefilters: [ defaultPrefilter ],
-
-	prefilter: function( callback, prepend ) {
-		if ( prepend ) {
-			Animation.prefilters.unshift( callback );
-		} else {
-			Animation.prefilters.push( callback );
-		}
-	}
-} );
-
-jQuery.speed = function( speed, easing, fn ) {
-	var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : {
-		complete: fn || !fn && easing ||
-			jQuery.isFunction( speed ) && speed,
-		duration: speed,
-		easing: fn && easing || easing && !jQuery.isFunction( easing ) && easing
-	};
-
-	opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ? opt.duration :
-		opt.duration in jQuery.fx.speeds ?
-			jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default;
-
-	// normalize opt.queue - true/undefined/null -> "fx"
-	if ( opt.queue == null || opt.queue === true ) {
-		opt.queue = "fx";
-	}
-
-	// Queueing
-	opt.old = opt.complete;
-
-	opt.complete = function() {
-		if ( jQuery.isFunction( opt.old ) ) {
-			opt.old.call( this );
-		}
-
-		if ( opt.queue ) {
-			jQuery.dequeue( this, opt.queue );
-		}
-	};
-
-	return opt;
-};
-
-jQuery.fn.extend( {
-	fadeTo: function( speed, to, easing, callback ) {
-
-		// show any hidden elements after setting opacity to 0
-		return this.filter( isHidden ).css( "opacity", 0 ).show()
-
-			// animate to the value specified
-			.end().animate( { opacity: to }, speed, easing, callback );
-	},
-	animate: function( prop, speed, easing, callback ) {
-		var empty = jQuery.isEmptyObject( prop ),
-			optall = jQuery.speed( speed, easing, callback ),
-			doAnimation = function() {
-
-				// Operate on a copy of prop so per-property easing won't be lost
-				var anim = Animation( this, jQuery.extend( {}, prop ), optall );
-
-				// Empty animations, or finishing resolves immediately
-				if ( empty || jQuery._data( this, "finish" ) ) {
-					anim.stop( true );
-				}
-			};
-			doAnimation.finish = doAnimation;
-
-		return empty || optall.queue === false ?
-			this.each( doAnimation ) :
-			this.queue( optall.queue, doAnimation );
-	},
-	stop: function( type, clearQueue, gotoEnd ) {
-		var stopQueue = function( hooks ) {
-			var stop = hooks.stop;
-			delete hooks.stop;
-			stop( gotoEnd );
-		};
-
-		if ( typeof type !== "string" ) {
-			gotoEnd = clearQueue;
-			clearQueue = type;
-			type = undefined;
-		}
-		if ( clearQueue && type !== false ) {
-			this.queue( type || "fx", [] );
-		}
-
-		return this.each( function() {
-			var dequeue = true,
-				index = type != null && type + "queueHooks",
-				timers = jQuery.timers,
-				data = jQuery._data( this );
-
-			if ( index ) {
-				if ( data[ index ] && data[ index ].stop ) {
-					stopQueue( data[ index ] );
-				}
-			} else {
-				for ( index in data ) {
-					if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {
-						stopQueue( data[ index ] );
-					}
-				}
-			}
-
-			for ( index = timers.length; index--; ) {
-				if ( timers[ index ].elem === this &&
-					( type == null || timers[ index ].queue === type ) ) {
-
-					timers[ index ].anim.stop( gotoEnd );
-					dequeue = false;
-					timers.splice( index, 1 );
-				}
-			}
-
-			// start the next in the queue if the last step wasn't forced
-			// timers currently will call their complete callbacks, which will dequeue
-			// but only if they were gotoEnd
-			if ( dequeue || !gotoEnd ) {
-				jQuery.dequeue( this, type );
-			}
-		} );
-	},
-	finish: function( type ) {
-		if ( type !== false ) {
-			type = type || "fx";
-		}
-		return this.each( function() {
-			var index,
-				data = jQuery._data( this ),
-				queue = data[ type + "queue" ],
-				hooks = data[ type + "queueHooks" ],
-				timers = jQuery.timers,
-				length = queue ? queue.length : 0;
-
-			// enable finishing flag on private data
-			data.finish = true;
-
-			// empty the queue first
-			jQuery.queue( this, type, [] );
-
-			if ( hooks && hooks.stop ) {
-				hooks.stop.call( this, true );
-			}
-
-			// look for any active animations, and finish them
-			for ( index = timers.length; index--; ) {
-				if ( timers[ index ].elem === this && timers[ index ].queue === type ) {
-					timers[ index ].anim.stop( true );
-					timers.splice( index, 1 );
-				}
-			}
-
-			// look for any animations in the old queue and finish them
-			for ( index = 0; index < length; index++ ) {
-				if ( queue[ index ] && queue[ index ].finish ) {
-					queue[ index ].finish.call( this );
-				}
-			}
-
-			// turn off finishing flag
-			delete data.finish;
-		} );
-	}
-} );
-
-jQuery.each( [ "toggle", "show", "hide" ], function( i, name ) {
-	var cssFn = jQuery.fn[ name ];
-	jQuery.fn[ name ] = function( speed, easing, callback ) {
-		return speed == null || typeof speed === "boolean" ?
-			cssFn.apply( this, arguments ) :
-			this.animate( genFx( name, true ), speed, easing, callback );
-	};
-} );
-
-// Generate shortcuts for custom animations
-jQuery.each( {
-	slideDown: genFx( "show" ),
-	slideUp: genFx( "hide" ),
-	slideToggle: genFx( "toggle" ),
-	fadeIn: { opacity: "show" },
-	fadeOut: { opacity: "hide" },
-	fadeToggle: { opacity: "toggle" }
-}, function( name, props ) {
-	jQuery.fn[ name ] = function( speed, easing, callback ) {
-		return this.animate( props, speed, easing, callback );
-	};
-} );
-
-jQuery.timers = [];
-jQuery.fx.tick = function() {
-	var timer,
-		timers = jQuery.timers,
-		i = 0;
-
-	fxNow = jQuery.now();
-
-	for ( ; i < timers.length; i++ ) {
-		timer = timers[ i ];
-
-		// Checks the timer has not already been removed
-		if ( !timer() && timers[ i ] === timer ) {
-			timers.splice( i--, 1 );
-		}
-	}
-
-	if ( !timers.length ) {
-		jQuery.fx.stop();
-	}
-	fxNow = undefined;
-};
-
-jQuery.fx.timer = function( timer ) {
-	jQuery.timers.push( timer );
-	if ( timer() ) {
-		jQuery.fx.start();
-	} else {
-		jQuery.timers.pop();
-	}
-};
-
-jQuery.fx.interval = 13;
-
-jQuery.fx.start = function() {
-	if ( !timerId ) {
-		timerId = window.setInterval( jQuery.fx.tick, jQuery.fx.interval );
-	}
-};
-
-jQuery.fx.stop = function() {
-	window.clearInterval( timerId );
-	timerId = null;
-};
-
-jQuery.fx.speeds = {
-	slow: 600,
-	fast: 200,
-
-	// Default speed
-	_default: 400
-};
-
-
-// Based off of the plugin by Clint Helfers, with permission.
-// http://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/
-jQuery.fn.delay = function( time, type ) {
-	time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
-	type = type || "fx";
-
-	return this.queue( type, function( next, hooks ) {
-		var timeout = window.setTimeout( next, time );
-		hooks.stop = function() {
-			window.clearTimeout( timeout );
-		};
-	} );
-};
-
-
-( function() {
-	var a,
-		input = document.createElement( "input" ),
-		div = document.createElement( "div" ),
-		select = document.createElement( "select" ),
-		opt = select.appendChild( document.createElement( "option" ) );
-
-	// Setup
-	div = document.createElement( "div" );
-	div.setAttribute( "className", "t" );
-	div.innerHTML = "  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>";
-	a = div.getElementsByTagName( "a" )[ 0 ];
-
-	// Support: Windows Web Apps (WWA)
-	// `type` must use .setAttribute for WWA (#14901)
-	input.setAttribute( "type", "checkbox" );
-	div.appendChild( input );
-
-	a = div.getElementsByTagName( "a" )[ 0 ];
-
-	// First batch of tests.
-	a.style.cssText = "top:1px";
-
-	// Test setAttribute on camelCase class.
-	// If it works, we need attrFixes when doing get/setAttribute (ie6/7)
-	support.getSetAttribute = div.className !== "t";
-
-	// Get the style information from getAttribute
-	// (IE uses .cssText instead)
-	support.style = /top/.test( a.getAttribute( "style" ) );
-
-	// Make sure that URLs aren't manipulated
-	// (IE normalizes it by default)
-	support.hrefNormalized = a.getAttribute( "href" ) === "/a";
-
-	// Check the default checkbox/radio value ("" on WebKit; "on" elsewhere)
-	support.checkOn = !!input.value;
-
-	// Make sure that a selected-by-default option has a working selected property.
-	// (WebKit defaults to false instead of true, IE too, if it's in an optgroup)
-	support.optSelected = opt.selected;
-
-	// Tests for enctype support on a form (#6743)
-	support.enctype = !!document.createElement( "form" ).enctype;
-
-	// Make sure that the options inside disabled selects aren't marked as disabled
-	// (WebKit marks them as disabled)
-	select.disabled = true;
-	support.optDisabled = !opt.disabled;
-
-	// Support: IE8 only
-	// Check if we can trust getAttribute("value")
-	input = document.createElement( "input" );
-	input.setAttribute( "value", "" );
-	support.input = input.getAttribute( "value" ) === "";
-
-	// Check if an input maintains its value after becoming a radio
-	input.value = "t";
-	input.setAttribute( "type", "radio" );
-	support.radioValue = input.value === "t";
-} )();
-
-
-var rreturn = /\r/g,
-	rspaces = /[\x20\t\r\n\f]+/g;
-
-jQuery.fn.extend( {
-	val: function( value ) {
-		var hooks, ret, isFunction,
-			elem = this[ 0 ];
-
-		if ( !arguments.length ) {
-			if ( elem ) {
-				hooks = jQuery.valHooks[ elem.type ] ||
-					jQuery.valHooks[ elem.nodeName.toLowerCase() ];
-
-				if (
-					hooks &&
-					"get" in hooks &&
-					( ret = hooks.get( elem, "value" ) ) !== undefined
-				) {
-					return ret;
-				}
-
-				ret = elem.value;
-
-				return typeof ret === "string" ?
-
-					// handle most common string cases
-					ret.replace( rreturn, "" ) :
-
-					// handle cases where value is null/undef or number
-					ret == null ? "" : ret;
-			}
-
-			return;
-		}
-
-		isFunction = jQuery.isFunction( value );
-
-		return this.each( function( i ) {
-			var val;
-
-			if ( this.nodeType !== 1 ) {
-				return;
-			}
-
-			if ( isFunction ) {
-				val = value.call( this, i, jQuery( this ).val() );
-			} else {
-				val = value;
-			}
-
-			// Treat null/undefined as ""; convert numbers to string
-			if ( val == null ) {
-				val = "";
-			} else if ( typeof val === "number" ) {
-				val += "";
-			} else if ( jQuery.isArray( val ) ) {
-				val = jQuery.map( val, function( value ) {
-					return value == null ? "" : value + "";
-				} );
-			}
-
-			hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];
-
-			// If set returns undefined, fall back to normal setting
-			if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) {
-				this.value = val;
-			}
-		} );
-	}
-} );
-
-jQuery.extend( {
-	valHooks: {
-		option: {
-			get: function( elem ) {
-				var val = jQuery.find.attr( elem, "value" );
-				return val != null ?
-					val :
-
-					// Support: IE10-11+
-					// option.text throws exceptions (#14686, #14858)
-					// Strip and collapse whitespace
-					// https://html.spec.whatwg.org/#strip-and-collapse-whitespace
-					jQuery.trim( jQuery.text( elem ) ).replace( rspaces, " " );
-			}
-		},
-		select: {
-			get: function( elem ) {
-				var value, option,
-					options = elem.options,
-					index = elem.selectedIndex,
-					one = elem.type === "select-one" || index < 0,
-					values = one ? null : [],
-					max = one ? index + 1 : options.length,
-					i = index < 0 ?
-						max :
-						one ? index : 0;
-
-				// Loop through all the selected options
-				for ( ; i < max; i++ ) {
-					option = options[ i ];
-
-					// oldIE doesn't update selected after form reset (#2551)
-					if ( ( option.selected || i === index ) &&
-
-							// Don't return options that are disabled or in a disabled optgroup
-							( support.optDisabled ?
-								!option.disabled :
-								option.getAttribute( "disabled" ) === null ) &&
-							( !option.parentNode.disabled ||
-								!jQuery.nodeName( option.parentNode, "optgroup" ) ) ) {
-
-						// Get the specific value for the option
-						value = jQuery( option ).val();
-
-						// We don't need an array for one selects
-						if ( one ) {
-							return value;
-						}
-
-						// Multi-Selects return an array
-						values.push( value );
-					}
-				}
-
-				return values;
-			},
-
-			set: function( elem, value ) {
-				var optionSet, option,
-					options = elem.options,
-					values = jQuery.makeArray( value ),
-					i = options.length;
-
-				while ( i-- ) {
-					option = options[ i ];
-
-					if ( jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 ) {
-
-						// Support: IE6
-						// When new option element is added to select box we need to
-						// force reflow of newly added node in order to workaround delay
-						// of initialization properties
-						try {
-							option.selected = optionSet = true;
-
-						} catch ( _ ) {
-
-							// Will be executed only in IE6
-							option.scrollHeight;
-						}
-
-					} else {
-						option.selected = false;
-					}
-				}
-
-				// Force browsers to behave consistently when non-matching value is set
-				if ( !optionSet ) {
-					elem.selectedIndex = -1;
-				}
-
-				return options;
-			}
-		}
-	}
-} );
-
-// Radios and checkboxes getter/setter
-jQuery.each( [ "radio", "checkbox" ], function() {
-	jQuery.valHooks[ this ] = {
-		set: function( elem, value ) {
-			if ( jQuery.isArray( value ) ) {
-				return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 );
-			}
-		}
-	};
-	if ( !support.checkOn ) {
-		jQuery.valHooks[ this ].get = function( elem ) {
-			return elem.getAttribute( "value" ) === null ? "on" : elem.value;
-		};
-	}
-} );
-
-
-
-
-var nodeHook, boolHook,
-	attrHandle = jQuery.expr.attrHandle,
-	ruseDefault = /^(?:checked|selected)$/i,
-	getSetAttribute = support.getSetAttribute,
-	getSetInput = support.input;
-
-jQuery.fn.extend( {
-	attr: function( name, value ) {
-		return access( this, jQuery.attr, name, value, arguments.length > 1 );
-	},
-
-	removeAttr: function( name ) {
-		return this.each( function() {
-			jQuery.removeAttr( this, name );
-		} );
-	}
-} );
-
-jQuery.extend( {
-	attr: function( elem, name, value ) {
-		var ret, hooks,
-			nType = elem.nodeType;
-
-		// Don't get/set attributes on text, comment and attribute nodes
-		if ( nType === 3 || nType === 8 || nType === 2 ) {
-			return;
-		}
-
-		// Fallback to prop when attributes are not supported
-		if ( typeof elem.getAttribute === "undefined" ) {
-			return jQuery.prop( elem, name, value );
-		}
-
-		// All attributes are lowercase
-		// Grab necessary hook if one is defined
-		if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {
-			name = name.toLowerCase();
-			hooks = jQuery.attrHooks[ name ] ||
-				( jQuery.expr.match.bool.test( name ) ? boolHook : nodeHook );
-		}
-
-		if ( value !== undefined ) {
-			if ( value === null ) {
-				jQuery.removeAttr( elem, name );
-				return;
-			}
-
-			if ( hooks && "set" in hooks &&
-				( ret = hooks.set( elem, value, name ) ) !== undefined ) {
-				return ret;
-			}
-
-			elem.setAttribute( name, value + "" );
-			return value;
-		}
-
-		if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {
-			return ret;
-		}
-
-		ret = jQuery.find.attr( elem, name );
-
-		// Non-existent attributes return null, we normalize to undefined
-		return ret == null ? undefined : ret;
-	},
-
-	attrHooks: {
-		type: {
-			set: function( elem, value ) {
-				if ( !support.radioValue && value === "radio" &&
-					jQuery.nodeName( elem, "input" ) ) {
-
-					// Setting the type on a radio button after the value resets the value in IE8-9
-					// Reset value to default in case type is set after value during creation
-					var val = elem.value;
-					elem.setAttribute( "type", value );
-					if ( val ) {
-						elem.value = val;
-					}
-					return value;
-				}
-			}
-		}
-	},
-
-	removeAttr: function( elem, value ) {
-		var name, propName,
-			i = 0,
-			attrNames = value && value.match( rnotwhite );
-
-		if ( attrNames && elem.nodeType === 1 ) {
-			while ( ( name = attrNames[ i++ ] ) ) {
-				propName = jQuery.propFix[ name ] || name;
-
-				// Boolean attributes get special treatment (#10870)
-				if ( jQuery.expr.match.bool.test( name ) ) {
-
-					// Set corresponding property to false
-					if ( getSetInput && getSetAttribute || !ruseDefault.test( name ) ) {
-						elem[ propName ] = false;
-
-					// Support: IE<9
-					// Also clear defaultChecked/defaultSelected (if appropriate)
-					} else {
-						elem[ jQuery.camelCase( "default-" + name ) ] =
-							elem[ propName ] = false;
-					}
-
-				// See #9699 for explanation of this approach (setting first, then removal)
-				} else {
-					jQuery.attr( elem, name, "" );
-				}
-
-				elem.removeAttribute( getSetAttribute ? name : propName );
-			}
-		}
-	}
-} );
-
-// Hooks for boolean attributes
-boolHook = {
-	set: function( elem, value, name ) {
-		if ( value === false ) {
-
-			// Remove boolean attributes when set to false
-			jQuery.removeAttr( elem, name );
-		} else if ( getSetInput && getSetAttribute || !ruseDefault.test( name ) ) {
-
-			// IE<8 needs the *property* name
-			elem.setAttribute( !getSetAttribute && jQuery.propFix[ name ] || name, name );
-
-		} else {
-
-			// Support: IE<9
-			// Use defaultChecked and defaultSelected for oldIE
-			elem[ jQuery.camelCase( "default-" + name ) ] = elem[ name ] = true;
-		}
-		return name;
-	}
-};
-
-jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) {
-	var getter = attrHandle[ name ] || jQuery.find.attr;
-
-	if ( getSetInput && getSetAttribute || !ruseDefault.test( name ) ) {
-		attrHandle[ name ] = function( elem, name, isXML ) {
-			var ret, handle;
-			if ( !isXML ) {
-
-				// Avoid an infinite loop by temporarily removing this function from the getter
-				handle = attrHandle[ name ];
-				attrHandle[ name ] = ret;
-				ret = getter( elem, name, isXML ) != null ?
-					name.toLowerCase() :
-					null;
-				attrHandle[ name ] = handle;
-			}
-			return ret;
-		};
-	} else {
-		attrHandle[ name ] = function( elem, name, isXML ) {
-			if ( !isXML ) {
-				return elem[ jQuery.camelCase( "default-" + name ) ] ?
-					name.toLowerCase() :
-					null;
-			}
-		};
-	}
-} );
-
-// fix oldIE attroperties
-if ( !getSetInput || !getSetAttribute ) {
-	jQuery.attrHooks.value = {
-		set: function( elem, value, name ) {
-			if ( jQuery.nodeName( elem, "input" ) ) {
-
-				// Does not return so that setAttribute is also used
-				elem.defaultValue = value;
-			} else {
-
-				// Use nodeHook if defined (#1954); otherwise setAttribute is fine
-				return nodeHook && nodeHook.set( elem, value, name );
-			}
-		}
-	};
-}
-
-// IE6/7 do not support getting/setting some attributes with get/setAttribute
-if ( !getSetAttribute ) {
-
-	// Use this for any attribute in IE6/7
-	// This fixes almost every IE6/7 issue
-	nodeHook = {
-		set: function( elem, value, name ) {
-
-			// Set the existing or create a new attribute node
-			var ret = elem.getAttributeNode( name );
-			if ( !ret ) {
-				elem.setAttributeNode(
-					( ret = elem.ownerDocument.createAttribute( name ) )
-				);
-			}
-
-			ret.value = value += "";
-
-			// Break association with cloned elements by also using setAttribute (#9646)
-			if ( name === "value" || value === elem.getAttribute( name ) ) {
-				return value;
-			}
-		}
-	};
-
-	// Some attributes are constructed with empty-string values when not defined
-	attrHandle.id = attrHandle.name = attrHandle.coords =
-		function( elem, name, isXML ) {
-			var ret;
-			if ( !isXML ) {
-				return ( ret = elem.getAttributeNode( name ) ) && ret.value !== "" ?
-					ret.value :
-					null;
-			}
-		};
-
-	// Fixing value retrieval on a button requires this module
-	jQuery.valHooks.button = {
-		get: function( elem, name ) {
-			var ret = elem.getAttributeNode( name );
-			if ( ret && ret.specified ) {
-				return ret.value;
-			}
-		},
-		set: nodeHook.set
-	};
-
-	// Set contenteditable to false on removals(#10429)
-	// Setting to empty string throws an error as an invalid value
-	jQuery.attrHooks.contenteditable = {
-		set: function( elem, value, name ) {
-			nodeHook.set( elem, value === "" ? false : value, name );
-		}
-	};
-
-	// Set width and height to auto instead of 0 on empty string( Bug #8150 )
-	// This is for removals
-	jQuery.each( [ "width", "height" ], function( i, name ) {
-		jQuery.attrHooks[ name ] = {
-			set: function( elem, value ) {
-				if ( value === "" ) {
-					elem.setAttribute( name, "auto" );
-					return value;
-				}
-			}
-		};
-	} );
-}
-
-if ( !support.style ) {
-	jQuery.attrHooks.style = {
-		get: function( elem ) {
-
-			// Return undefined in the case of empty string
-			// Note: IE uppercases css property names, but if we were to .toLowerCase()
-			// .cssText, that would destroy case sensitivity in URL's, like in "background"
-			return elem.style.cssText || undefined;
-		},
-		set: function( elem, value ) {
-			return ( elem.style.cssText = value + "" );
-		}
-	};
-}
-
-
-
-
-var rfocusable = /^(?:input|select|textarea|button|object)$/i,
-	rclickable = /^(?:a|area)$/i;
-
-jQuery.fn.extend( {
-	prop: function( name, value ) {
-		return access( this, jQuery.prop, name, value, arguments.length > 1 );
-	},
-
-	removeProp: function( name ) {
-		name = jQuery.propFix[ name ] || name;
-		return this.each( function() {
-
-			// try/catch handles cases where IE balks (such as removing a property on window)
-			try {
-				this[ name ] = undefined;
-				delete this[ name ];
-			} catch ( e ) {}
-		} );
-	}
-} );
-
-jQuery.extend( {
-	prop: function( elem, name, value ) {
-		var ret, hooks,
-			nType = elem.nodeType;
-
-		// Don't get/set properties on text, comment and attribute nodes
-		if ( nType === 3 || nType === 8 || nType === 2 ) {
-			return;
-		}
-
-		if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {
-
-			// Fix name and attach hooks
-			name = jQuery.propFix[ name ] || name;
-			hooks = jQuery.propHooks[ name ];
-		}
-
-		if ( value !== undefined ) {
-			if ( hooks && "set" in hooks &&
-				( ret = hooks.set( elem, value, name ) ) !== undefined ) {
-				return ret;
-			}
-
-			return ( elem[ name ] = value );
-		}
-
-		if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {
-			return ret;
-		}
... 13905 lines suppressed ...

[systemds] 05/16: Update SystemDS website with latest changes (#83)

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit f19f676b2543bc1aaecb9f8cdf03f957edc1d1f4
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Tue Jun 8 18:51:31 2021 +0530

    Update SystemDS website with latest changes (#83)
    
    Summary of the following commits:
    
    1747d5bf36b9d45b0e4610b79259ccc12d132867
    c0dd045f7988c405355f98f95400063a58445d38
    0ef38f2e7742cb30b525eff783cd73e5b3050a04
    5fadbd58bcd9aee32ad9928c04fc27b43acdff5c
---
 .gitignore                                         |  8 ++-
 content/assets/css/main.css                        |  7 +-
 content/assets/img/databricks-logo.svg             |  1 +
 content/community.html                             | 14 ++--
 content/documentation.html                         | 32 ++++-----
 content/download.html                              | 36 +++++-----
 content/get-started.html                           | 77 +++-------------------
 content/index.html                                 | 16 ++---
 content/privacy-policy.html                        | 14 ++--
 .../systemds-release-notes-2.0.0.html              | 14 ++--
 .../systemml-release-notes-0.10.0-incubating.html  | 14 ++--
 .../systemml-release-notes-0.11.0-incubating.html  | 14 ++--
 .../systemml-release-notes-0.12.0-incubating.html  | 14 ++--
 .../systemml-release-notes-0.13.0-incubating.html  | 14 ++--
 .../systemml-release-notes-0.14.0-incubating.html  | 14 ++--
 .../systemml-release-notes-0.15.0.html             | 14 ++--
 .../systemml-release-notes-0.9.0-incubating.html   | 14 ++--
 .../systemml-release-notes-1.0.0.html              | 14 ++--
 .../systemml-release-notes-1.1.0.html              | 14 ++--
 .../systemml-release-notes-1.2.0.html              | 14 ++--
 content/roadmap.html                               | 14 ++--
 content/security.html                              | 14 ++--
 22 files changed, 170 insertions(+), 217 deletions(-)

diff --git a/.gitignore b/.gitignore
index ca44037..7e5faa1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,7 @@
-.svn/*
\ No newline at end of file
+.svn/*
+
+# ignore files src files in the generated content
+# branch
+node_modules/*
+_site
+_src
diff --git a/content/assets/css/main.css b/content/assets/css/main.css
index 40a885c..f69a1b3 100644
--- a/content/assets/css/main.css
+++ b/content/assets/css/main.css
@@ -5388,6 +5388,11 @@ figure {
     background-size: 70px 45px;
     width: 70px;
     height: 45px; }
+  .icon.databricks-logo {
+    background-image: none, url("../img/databricks-logo.svg");
+    background-size: 140px 45px;
+    width: 140px;
+    height: 45px; }
   .icon.hadoop-logo {
     background-image: none, url("../img/hadoop-logo.png");
     background-size: 60px 45px;
@@ -5807,4 +5812,4 @@ ul.ml-tabs {
     top: 50px;
     right: 50px; }
 
-/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInZlbmRvci9fYXAtY29tcG9uZW50cy5taW4uc2NzcyIsIl9zeW50YXguc2NzcyIsIl9uYXZpZ2F0aW9uLnNjc3MiLCJfY29uZmlnLnNjc3MiLCJfYmFzZS5zY3NzIiwiX2xheW91dC5zY3NzIiwiLi4vLi4vbm9kZV9tb2R1bGVzL3N1c3kvc2Fzcy9zdXN5L291dHB1dC9zdXBwb3J0L19yZW0uc2NzcyIsIi4uLy4uL25vZGVfbW9kdWxlcy9zdXN5L3Nhc3Mvc3VzeS9sYW5ndWFnZS9zdXN5L19jb250YWluZXIuc2NzcyIsIi4uLy4uL25vZGVfbW9kdWxlcy9zdXN5L3Nhc3Mvc3VzeS9vdXRwdXQvc3VwcG9ydC9fY2xlYXJmaXguc [...]
+/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInZlbmRvci9fYXAtY29tcG9uZW50cy5taW4uc2NzcyIsIl9zeW50YXguc2NzcyIsIl9uYXZpZ2F0aW9uLnNjc3MiLCJfY29uZmlnLnNjc3MiLCJfYmFzZS5zY3NzIiwiX2xheW91dC5zY3NzIiwiLi4vLi4vbm9kZV9tb2R1bGVzL3N1c3kvc2Fzcy9zdXN5L291dHB1dC9zdXBwb3J0L19yZW0uc2NzcyIsIi4uLy4uL25vZGVfbW9kdWxlcy9zdXN5L3Nhc3Mvc3VzeS9sYW5ndWFnZS9zdXN5L19jb250YWluZXIuc2NzcyIsIi4uLy4uL25vZGVfbW9kdWxlcy9zdXN5L3Nhc3Mvc3VzeS9vdXRwdXQvc3VwcG9ydC9fY2xlYXJmaXguc [...]
diff --git a/content/assets/img/databricks-logo.svg b/content/assets/img/databricks-logo.svg
new file mode 100644
index 0000000..fa98796
--- /dev/null
+++ b/content/assets/img/databricks-logo.svg
@@ -0,0 +1 @@
+<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 712.77 112.97"><defs><style>.cls-1{fill:none;}.cls-2{fill:#ff3621;}.cls-3{clip-path:url(#clip-path);}</style><clipPath id="clip-path" transform="translate(0 0)"><rect class="cls-1" width="725.33" height="112.97"/></clipPath></defs><title>DAT_Logo_product</title><polygon class="cls-2" points="0 29.44 0 32.84 52.13 62.25 98.69 35.96 98.7 46.58 52.13 73.04 2.62 44 [...]
\ No newline at end of file
diff --git a/content/community.html b/content/community.html
index 44dc97b..6a196c2 100644
--- a/content/community.html
+++ b/content/community.html
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+          <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -703,14 +703,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
-        <a href="http://www.apache.org">The Apache Software Foundation</a>.
-        Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <a href="https://www.apache.org">The Apache Software Foundation</a>.
+        Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
       </div>
diff --git a/content/documentation.html b/content/documentation.html
index 19dbb11..b033355 100644
--- a/content/documentation.html
+++ b/content/documentation.html
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+          <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -148,21 +148,21 @@
   <div class="ml-container ml-container--three-column">
     <div class="col col-4">
       <p>Documentation such as programming guides, reference guides, and API docs is available for SystemDS below:</p>
-      <a class="button button-primary" href="http://apache.github.io/systemds/">Latest</a>
+      <a class="button button-primary" href="https://apache.github.io/systemds/">Latest</a>
       <p></p>
       <a class="button button-primary" href="docs/2.0.0/index">2.0.0</a>
-      <a class="button button-primary" href="release-notes/systemds-release-notes-2.0.0.html">ReleaseNotes</a>
+      <a class="button button-primary" href="release-notes/systemds-release-notes-2.0.0">ReleaseNotes</a>
     </div>
     <div class="col col-4">
       <p>each released version of SystemML:</p>
       <ul>
-        <li><a href="docs/1.2.0/index">1.2.0</a>, <a href="release-notes/systemml-release-notes-1.2.0.html">ReleaseNotes</a></li>
-        <li><a href="docs/1.1.0/index">1.1.0</a>, <a href="release-notes/systemml-release-notes-1.1.0.html">ReleaseNotes</a></li>
-        <li><a href="docs/1.0.0/index">1.0.0</a>, <a href="release-notes/systemml-release-notes-1.0.0.html">ReleaseNotes</a></li>
-        <li><a href="docs/0.15.0/index">0.15.0</a>, <a href="release-notes/systemml-release-notes-0.15.0.html">ReleaseNotes</a></li>
-        <li><a href="docs/0.14.0/index">0.14.0</a>, <a href="release-notes/systemml-release-notes-0.14.0-incubating.html">ReleaseNotes</a></li>
-        <li><a href="docs/0.13.0/index">0.13.0</a>, <a href="release-notes/systemml-release-notes-0.13.0-incubating.html">ReleaseNotes</a></li>
-        <li><a href="docs/0.12.0/index">0.12.0</a>, <a href="release-notes/systemml-release-notes-0.12.0-incubating.html">ReleaseNotes</a></li>
+        <li><a href="docs/1.2.0/index">1.2.0</a>, <a href="release-notes/systemml-release-notes-1.2.0">ReleaseNotes</a></li>
+        <li><a href="docs/1.1.0/index">1.1.0</a>, <a href="release-notes/systemml-release-notes-1.1.0">ReleaseNotes</a></li>
+        <li><a href="docs/1.0.0/index">1.0.0</a>, <a href="release-notes/systemml-release-notes-1.0.0">ReleaseNotes</a></li>
+        <li><a href="docs/0.15.0/index">0.15.0</a>, <a href="release-notes/systemml-release-notes-0.15.0">ReleaseNotes</a></li>
+        <li><a href="docs/0.14.0/index">0.14.0</a>, <a href="release-notes/systemml-release-notes-0.14.0-incubating">ReleaseNotes</a></li>
+        <li><a href="docs/0.13.0/index">0.13.0</a>, <a href="release-notes/systemml-release-notes-0.13.0-incubating">ReleaseNotes</a></li>
+        <li><a href="docs/0.12.0/index">0.12.0</a>, <a href="release-notes/systemml-release-notes-0.12.0-incubating">ReleaseNotes</a></li>
       </ul>
     </div>
   </div>
@@ -177,14 +177,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
-        <a href="http://www.apache.org">The Apache Software Foundation</a>.
-        Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <a href="https://www.apache.org">The Apache Software Foundation</a>.
+        Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
       </div>
diff --git a/content/download.html b/content/download.html
index a3a825e..ddf659f 100644
--- a/content/download.html
+++ b/content/download.html
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+          <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -150,7 +150,7 @@
       <h2>Downloads SystemDS</h2>
       <p>Apache SystemDS is released as a source artifact. Binary artifacts (including the ones available in Maven) are
         made available for your convenience. You will be prompted for a mirror Apache SystemDS is distributed under the
-        <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, version 2.0</a>. </p>
+        <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, version 2.0</a>. </p>
     </div>
     <div class="col col-12 content-group">
       <h2>Download SystemDS 2.0.0 for Spark 2.0.2 and above</h2>
@@ -166,7 +166,7 @@
           </tr>
           <tr>
             <td><a
-                href="http://www.apache.org/dyn/closer.lua/systemds/2.0.0/systemds-2.0.0-bin.tgz"
+                href="https://www.apache.org/dyn/closer.lua/systemds/2.0.0/systemds-2.0.0-bin.tgz"
                 target="_blank"> systemds-2.0.0 (Binary
                 tgz)</a></td>
             <td><a
@@ -178,7 +178,7 @@
           </tr>
           <tr>
             <td><a
-                href="http://www.apache.org/dyn/closer.lua/systemds/2.0.0/systemds-2.0.0-bin.zip"
+                href="https://www.apache.org/dyn/closer.lua/systemds/2.0.0/systemds-2.0.0-bin.zip"
                 target="_blank">systemds-2.0.0 (Binary
                 zip)</a></td>
             <td><a
@@ -190,7 +190,7 @@
           </tr>
           <tr>
             <td><a
-                href="http://www.apache.org/dyn/closer.lua/systemds/2.0.0/systemds-2.0.0-src.tgz"
+                href="https://www.apache.org/dyn/closer.lua/systemds/2.0.0/systemds-2.0.0-src.tgz"
                 target="_blank">systemds-2.0.0 (Source
                 tgz)</a></td>
             <td><a
@@ -202,7 +202,7 @@
           </tr>
           <tr>
             <td><a
-                href="http://www.apache.org/dyn/closer.lua/systemds/2.0.0/systemds-2.0.0-src.zip"
+                href="https://www.apache.org/dyn/closer.lua/systemds/2.0.0/systemds-2.0.0-src.zip"
                 target="_blank">systemds-2.0.0 (Source
                 zip)</a></td>
             <td><a
@@ -234,17 +234,17 @@
         </table>
 
         <p>Instructions for checking hashes and signatures is described on the <a
-            href="http://www.apache.org/info/verification.html" target="_blank">Verifying Apache Software Foundation
+            href="https://www.apache.org/info/verification.html" target="_blank">Verifying Apache Software Foundation
             Releases</a> page.
           These <a href="https://www.apache.org/dist/systemml/KEYS" target="_blank">KEYS</a> can be used to <a
-            href="http://www.apache.org/dyn/closer.cgi#verify" target="_blank">verify</a> the integrity of the
+            href="https://www.apache.org/dyn/closer.cgi#verify" target="_blank">verify</a> the integrity of the
           downloaded artifact using PGP signature (.asc).
         </p>
 
         <h3>Using Maven</h3>
 
         <p>We strongly encourage our users to configure a Maven repository mirror closer to their location. <br>
-          Please read <a href="http://maven.apache.org/guides/mini/guide-mirror-settings.html" target="_blank">How to
+          Please read <a href="https://maven.apache.org/guides/mini/guide-mirror-settings.html" target="_blank">How to
             Use Mirrors for Repositories</a>.
 
         <h4>Dependencies</h4>
@@ -258,9 +258,9 @@
 &lt;/dependency&gt;</pre>
 
         <h3>Previous Releases</h3>
-        <p>Previous releases of Apache SystemML can be obtained from <a href="http://archive.apache.org/dist/systemds/"
+        <p>Previous releases of Apache SystemML can be obtained from <a href="https://archive.apache.org/dist/systemds/"
             target="_blank">archives</a>. Previous incubator releases can be obtained from <a
-            href="http://archive.apache.org/dist/incubator/systemds/" target="_blank">incubator archives</a>. For Spark
+            href="https://archive.apache.org/dist/incubator/systemds/" target="_blank">incubator archives</a>. For Spark
           1.6 support, please use Apache SystemML 0.12.</p>
       </div>
     </div>
@@ -271,7 +271,7 @@
     <h2>Build from Source</h2>
     <p>If you want the latest in development version you can follow the build from source guide.</p>
 
-    <a class="button button-primary" href="http://apache.github.io/systemds/site/install">Install SystemDS</a>
+    <a class="button button-primary" href="https://apache.github.io/systemds/site/install">Install SystemDS</a>
     </div>
   </div>
 </section>
@@ -285,14 +285,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
-        <a href="http://www.apache.org">The Apache Software Foundation</a>.
-        Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <a href="https://www.apache.org">The Apache Software Foundation</a>.
+        Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
       </div>
diff --git a/content/get-started.html b/content/get-started.html
index 7116d29..69114a3 100644
--- a/content/get-started.html
+++ b/content/get-started.html
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+          <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -135,16 +135,7 @@
 
 -->
 
-<!-- Hero  -->
-<!-- <section class="full-stripe full-stripe--subpage-header clear-header">
-  <div class="ml-container ml-container--horizontally-center">
-    <div class="col col-12 content-group">
-      <h1>Tutorials</h1>
-    </div>
-  </div>
-</section> -->
-
-<!-- Install SystemML -->
+<!-- Install SystemDS -->
 <section class="full-stripe full-stripe--alternate">
   <div class="ml-container ml-container--vertically-centered ml-container--reverse-order">
     <div class="col col-6 content-group content-group--more-padding">
@@ -155,59 +146,9 @@
       <h4><strong>Level:</strong> Beginner &nbsp; | &nbsp; <strong>Time:</strong> 20 minutes</h4><br>
       <p>New to Apache SystemDS? Try our quick install guide that will walk you through setting up your environment and
         getting you up and going with SystemDS.&lrm;</p>
-      <a class="button button-primary" href="http://apache.github.io/systemds/site/install">Install SystemDS</a>
+      <a class="button button-primary" href="https://apache.github.io/systemds/site/install">Install SystemDS</a>
     </div>
   </div>
-  <!-- Sample Notebooks -->
-  <!-- <h2 id="sample-notebook" class="text-center">Sample Notebooks</h2>
-  <div class="flex-container">
-    <div class="nb-card">
-      <h3>Linear Regression Algorithms Demo</h3>
-      <p>This notebook demonstrates the development of various linear regression algorithms in SystemML.</p>
-      <a class="nb-link"
-        href="https://github.com/apache/systemml/blob/master/samples/jupyter-notebooks/Linear_Regression_Algorithms_Demo.ipynb"
-        target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
-    </div>
-    <div class="nb-card">
-      <h3>Deep Learning Image Classification</h3>
-      <p>This notebook shows SystemML Deep Learning functionality to map images of single digit numbers to their
-        corresponding numeric representations.</p>
-      <a class="nb-link"
-        href="https://github.com/apache/systemml/blob/master/samples/jupyter-notebooks/Deep_Learning_Image_Classification.ipynb"
-        target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
-    </div>
-    <div class="nb-card">
-      <h3>SystemML PySpark Recommendation Demo</h3>
-      <p>This demonstrates using SystemML for product recommendation using Poisson NonNegative Matrix Factorization
-        (PNMF) with PNMF algorithm written using R like syntax.</p>
-      <a class="nb-link"
-        href="https://github.com/apache/systemml/blob/master/samples/jupyter-notebooks/SystemML-PySpark-Recommendation-Demo.ipynb"
-        target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
-    </div>
-    <div class="nb-card">
-      <h3>SystemML Scala Tutorial</h3>
-      <p>This tutorial includes simple example to run DML script and display output.</p>
-      <a class="nb-link" href="https://github.com/apache/systemml/blob/master/samples/jupyter-notebooks/tutorial1.ipynb"
-        target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
-    </div>
-    <div class="nb-card">
-      <h3>Autoencoder</h3>
-      <p>This notebook demonstrates the invocation of the SystemML autoencoder script, and alternative ways of passing
-        in/out data.</p>
-      <a class="nb-link"
-        href="https://github.com/apache/systemml/blob/master/samples/jupyter-notebooks/Autoencoder.ipynb"
-        target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
-    </div>
-    <div class="nb-card">
-      <h3>DML Tips and Tricks</h3>
-      <p>This example shows helpful matrix processing techniques and other linear algebra operations using SystemML's
-        Declarative Machine Learning (DML) scripting language.</p>
-      <a class="nb-link"
-        href="https://github.com/apache/systemml/blob/master/samples/jupyter-notebooks/DML%20Tips%20and%20Tricks%20(aka%20Fun%20With%20DML).ipynb"
-        target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
-    </div>
-
-  </div> -->
 </section>
 </div>
 
@@ -219,14 +160,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
-        <a href="http://www.apache.org">The Apache Software Foundation</a>.
-        Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <a href="https://www.apache.org">The Apache Software Foundation</a>.
+        Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
       </div>
diff --git a/content/index.html b/content/index.html
index f305ff3..babea64 100644
--- a/content/index.html
+++ b/content/index.html
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+          <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -222,7 +222,7 @@
     <div class="col col-12 content-group button-group">
       <a href="mailto:dev-subscribe@systemds.apache.org?subject=send this email to subscribe"
         class="button button-primary">Subscribe</a>
-      <a href="http://mail-archives.apache.org/mod_mbox/systemds-dev/" target="_blank" class="button button-secondary">View
+      <a href="https://mail-archives.apache.org/mod_mbox/systemds-dev/" target="_blank" class="button button-secondary">View
         Archive</a>
       <a href="/roadmap" target="_blank" class="button button-secondary">Roadmap</a>
     </div>
@@ -262,14 +262,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
-        <a href="http://www.apache.org">The Apache Software Foundation</a>.
-        Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <a href="https://www.apache.org">The Apache Software Foundation</a>.
+        Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
       </div>
diff --git a/content/privacy-policy.html b/content/privacy-policy.html
index c16e0e6..8a7e94c 100644
--- a/content/privacy-policy.html
+++ b/content/privacy-policy.html
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+          <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -167,14 +167,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
-        <a href="http://www.apache.org">The Apache Software Foundation</a>.
-        Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <a href="https://www.apache.org">The Apache Software Foundation</a>.
+        Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
       </div>
diff --git a/content/release-notes/systemds-release-notes-2.0.0.html b/content/release-notes/systemds-release-notes-2.0.0.html
index 10b4d93..c93737a 100644
--- a/content/release-notes/systemds-release-notes-2.0.0.html
+++ b/content/release-notes/systemds-release-notes-2.0.0.html
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+          <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -186,14 +186,14 @@ outdated.</p>
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
-        <a href="http://www.apache.org">The Apache Software Foundation</a>.
-        Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <a href="https://www.apache.org">The Apache Software Foundation</a>.
+        Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
       </div>
diff --git a/content/release-notes/systemml-release-notes-0.10.0-incubating.html b/content/release-notes/systemml-release-notes-0.10.0-incubating.html
index df53b76..a4bf021 100644
--- a/content/release-notes/systemml-release-notes-0.10.0-incubating.html
+++ b/content/release-notes/systemml-release-notes-0.10.0-incubating.html
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+          <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -253,14 +253,14 @@ below.</p>
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
-        <a href="http://www.apache.org">The Apache Software Foundation</a>.
-        Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <a href="https://www.apache.org">The Apache Software Foundation</a>.
+        Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
       </div>
diff --git a/content/release-notes/systemml-release-notes-0.11.0-incubating.html b/content/release-notes/systemml-release-notes-0.11.0-incubating.html
index 731330e..66f32c2 100644
--- a/content/release-notes/systemml-release-notes-0.11.0-incubating.html
+++ b/content/release-notes/systemml-release-notes-0.11.0-incubating.html
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+          <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -198,14 +198,14 @@ below.</p>
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
-        <a href="http://www.apache.org">The Apache Software Foundation</a>.
-        Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <a href="https://www.apache.org">The Apache Software Foundation</a>.
+        Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
       </div>
diff --git a/content/release-notes/systemml-release-notes-0.12.0-incubating.html b/content/release-notes/systemml-release-notes-0.12.0-incubating.html
index b5c9d91..21cbc9b 100644
--- a/content/release-notes/systemml-release-notes-0.12.0-incubating.html
+++ b/content/release-notes/systemml-release-notes-0.12.0-incubating.html
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+          <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -181,14 +181,14 @@ became an incubator project on November 2nd, 2015. Updates have been made to the
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
-        <a href="http://www.apache.org">The Apache Software Foundation</a>.
-        Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <a href="https://www.apache.org">The Apache Software Foundation</a>.
+        Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
       </div>
diff --git a/content/release-notes/systemml-release-notes-0.13.0-incubating.html b/content/release-notes/systemml-release-notes-0.13.0-incubating.html
index 97ff748..03f040e 100644
--- a/content/release-notes/systemml-release-notes-0.13.0-incubating.html
+++ b/content/release-notes/systemml-release-notes-0.13.0-incubating.html
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+          <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -181,14 +181,14 @@ became an incubator project on November 2nd, 2015. Updates have been made to the
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
-        <a href="http://www.apache.org">The Apache Software Foundation</a>.
-        Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <a href="https://www.apache.org">The Apache Software Foundation</a>.
+        Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
       </div>
diff --git a/content/release-notes/systemml-release-notes-0.14.0-incubating.html b/content/release-notes/systemml-release-notes-0.14.0-incubating.html
index 6209590..e7dedfc 100644
--- a/content/release-notes/systemml-release-notes-0.14.0-incubating.html
+++ b/content/release-notes/systemml-release-notes-0.14.0-incubating.html
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+          <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -185,14 +185,14 @@ became an incubator project on November 2nd, 2015. Updates have been made to the
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
-        <a href="http://www.apache.org">The Apache Software Foundation</a>.
-        Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <a href="https://www.apache.org">The Apache Software Foundation</a>.
+        Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
       </div>
diff --git a/content/release-notes/systemml-release-notes-0.15.0.html b/content/release-notes/systemml-release-notes-0.15.0.html
index 089ebcc..74424cf 100644
--- a/content/release-notes/systemml-release-notes-0.15.0.html
+++ b/content/release-notes/systemml-release-notes-0.15.0.html
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+          <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -185,14 +185,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
-        <a href="http://www.apache.org">The Apache Software Foundation</a>.
-        Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <a href="https://www.apache.org">The Apache Software Foundation</a>.
+        Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
       </div>
diff --git a/content/release-notes/systemml-release-notes-0.9.0-incubating.html b/content/release-notes/systemml-release-notes-0.9.0-incubating.html
index 2fa8edf..52423d6 100644
--- a/content/release-notes/systemml-release-notes-0.9.0-incubating.html
+++ b/content/release-notes/systemml-release-notes-0.9.0-incubating.html
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+          <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -217,14 +217,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
-        <a href="http://www.apache.org">The Apache Software Foundation</a>.
-        Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <a href="https://www.apache.org">The Apache Software Foundation</a>.
+        Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
       </div>
diff --git a/content/release-notes/systemml-release-notes-1.0.0.html b/content/release-notes/systemml-release-notes-1.0.0.html
index 2355a3a..6a81e6b 100644
--- a/content/release-notes/systemml-release-notes-1.0.0.html
+++ b/content/release-notes/systemml-release-notes-1.0.0.html
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+          <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -238,14 +238,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
-        <a href="http://www.apache.org">The Apache Software Foundation</a>.
-        Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <a href="https://www.apache.org">The Apache Software Foundation</a>.
+        Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
       </div>
diff --git a/content/release-notes/systemml-release-notes-1.1.0.html b/content/release-notes/systemml-release-notes-1.1.0.html
index 82788e5..966253b 100644
--- a/content/release-notes/systemml-release-notes-1.1.0.html
+++ b/content/release-notes/systemml-release-notes-1.1.0.html
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+          <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -214,14 +214,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
-        <a href="http://www.apache.org">The Apache Software Foundation</a>.
-        Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <a href="https://www.apache.org">The Apache Software Foundation</a>.
+        Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
       </div>
diff --git a/content/release-notes/systemml-release-notes-1.2.0.html b/content/release-notes/systemml-release-notes-1.2.0.html
index 1bb1f73..e8bb571 100644
--- a/content/release-notes/systemml-release-notes-1.2.0.html
+++ b/content/release-notes/systemml-release-notes-1.2.0.html
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+          <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -240,14 +240,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
-        <a href="http://www.apache.org">The Apache Software Foundation</a>.
-        Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <a href="https://www.apache.org">The Apache Software Foundation</a>.
+        Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
       </div>
diff --git a/content/roadmap.html b/content/roadmap.html
index de42565..7a53ece 100644
--- a/content/roadmap.html
+++ b/content/roadmap.html
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+          <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -522,14 +522,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
-        <a href="http://www.apache.org">The Apache Software Foundation</a>.
-        Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <a href="https://www.apache.org">The Apache Software Foundation</a>.
+        Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
       </div>
diff --git a/content/security.html b/content/security.html
index 6dc2653..bb031ad 100644
--- a/content/security.html
+++ b/content/security.html
@@ -100,16 +100,16 @@
         <ul>
           
           
-          <li><a href="http://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
+          <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
           
           
-          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+          <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+          <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
           
           
-          <li><a href="http://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
+          <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
           
           
           <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
@@ -168,14 +168,14 @@
   <div class="ml-container ml-container--horizontally-center">
     <div class="footer-col-wrapper">
       <div style="margin-top: 20px; margin-bottom: 20px;">
-        <a href="http://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+        <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
       </div>
       <!--Footer copyright year update credit: http://updateyourfooter.com/-->
       <div>
         Copyright &copy; 2015
         <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
-        <a href="http://www.apache.org">The Apache Software Foundation</a>.
-        Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <a href="https://www.apache.org">The Apache Software Foundation</a>.
+        Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br>
         Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
       </div>

[systemds] 09/16: [MINOR] use `asf-site` for publish profile

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit 926c5f73bbcd3dd4011ea7c4450bf5dd5c26327f
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Tue Jun 29 12:26:01 2021 +0530

    [MINOR] use `asf-site` for publish profile
---
 .asf.yaml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 92a47bf..d5d6e40 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -32,14 +32,3 @@ staging:
   #   content/
   # or output/
   # outputdir: site
-
-# Official website publishing
-publish:
-  profile: ~
-  whoami:  asf-staging
-  # top level directory for serving index.html
-  # Refer: https://github.com/apache/struts-site
-  # Default directories are 
-  #   content/
-  # or output/
-  # outputdir: site

[systemds] 02/16: [MINOR] rename site to content (#82)

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit 747329f4a0a7a47d10b3f637f9f175fec305bbe2
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Thu Apr 22 17:57:12 2021 +0530

    [MINOR] rename site to content (#82)
---
 .gitignore                                                  |   1 +
 {site => content}/.htaccess                                 |   0
 {site => content}/LICENSE                                   |   0
 {site => content}/NOTICE                                    |   0
 .../img => content}/SystemML-logo-white-32-cleaned.png      | Bin
 {site/assets/img => content}/airport-traffic.png            | Bin
 {site/assets/img => content}/apache-foundation-logo.png     | Bin
 {site/assets/img => content}/apache-foundation-logo.svg     |   0
 {site/assets/img => content}/apache-incubator-logo-old.png  | Bin
 {site/assets/img => content}/apache-incubator-logo.png      | Bin
 {site/assets/img => content}/apache-logo.png                | Bin
 {site => content}/assets/css/jquery-ui.css                  |   0
 {site => content}/assets/css/main.css                       |   0
 .../assets/img}/SystemML-logo-white-32-cleaned.png          | Bin
 {site => content/assets/img}/airport-traffic.png            | Bin
 {site => content/assets/img}/apache-foundation-logo.png     | Bin
 {site => content/assets/img}/apache-foundation-logo.svg     |   0
 {site => content/assets/img}/apache-incubator-logo-old.png  | Bin
 {site => content/assets/img}/apache-incubator-logo.png      | Bin
 {site => content/assets/img}/apache-logo.png                | Bin
 {site => content/assets/img}/automotive.png                 | Bin
 {site => content/assets/img}/award.png                      | Bin
 {site => content}/assets/img/award.svg                      |   0
 {site => content/assets/img}/awardLeft.png                  | Bin
 {site => content/assets/img}/awardRight.png                 | Bin
 {site => content/assets/img}/diagramAnim-v4.gif             | Bin
 {site => content/assets/img}/dsx-logo.png                   | Bin
 {site => content/assets/img}/favicon.png                    | Bin
 {site => content/assets/img}/hadoop-logo.png                | Bin
 {site => content/assets/img}/hero-about.png                 | Bin
 {site => content}/assets/img/hero-about.svg                 |   0
 {site => content/assets/img}/hero-home.jpg                  | Bin
 {site => content/assets/img}/hero-mobile.png                | Bin
 {site => content}/assets/img/icon-announcment.svg           |   0
 {site => content}/assets/img/icon-chevron-down.svg          |   0
 {site => content/assets/img}/icon-close.svg                 |   0
 {site => content}/assets/img/icon-code.svg                  |   0
 {site => content}/assets/img/icon-data.svg                  |   0
 {site => content}/assets/img/icon-math.svg                  |   0
 {site => content/assets/img}/icon-play.svg                  |   0
 {site => content}/assets/img/icons/icon_github.svg          |   0
 {site => content}/assets/img/icons/icon_medium.svg          |   0
 {site => content}/assets/img/icons/icon_twitter.svg         |   0
 {site => content}/assets/img/icons/icon_youtube.svg         |   0
 {site => content/assets/img}/jupyter-logo.png               | Bin
 {site => content}/assets/img/jupyter-logo.svg               |   0
 {site => content/assets/img}/logo.png                       | Bin
 {site => content/assets/img}/mask.png                       | Bin
 {site => content/assets/img}/menuicon.png                   | Bin
 {site => content/assets/img}/mobile-award.png               | Bin
 {site => content}/assets/img/play-button.svg                |   0
 {site => content}/assets/img/python-logo-generic.svg        |   0
 {site => content}/assets/img/r-logo.svg                     |   0
 {site => content/assets/img}/robotTutorial.gif              | Bin
 {site => content/assets/img}/robotTutorial.png              | Bin
 {site => content/assets/img}/robotTutorialSm.png            | Bin
 {site => content/assets/img}/social-banking.png             | Bin
 {site => content/assets/img}/spark-logo.png                 | Bin
 {site => content/assets/img}/systemML-logo-white-32.png     | Bin
 {site => content/assets/img}/systemML_Diagram.gif           | Bin
 .../assets/img}/systemml-juypter-install-2.jpeg             | Bin
 {site => content/assets/img}/systemml-juypter-install.jpeg  | Bin
 {site => content/assets/img}/systemml-logo.svg              |   0
 {site => content/assets/img}/what-is-systemml.png           | Bin
 {site => content/assets/img}/zeppelin-logo.png              | Bin
 {site => content/assets/js}/bundle.min.js                   |   0
 {site => content/assets/js}/jquery-1.12.4.js                |   0
 {site => content/assets/js}/jquery-1.12.4.min.js            |   0
 {site => content/assets/js}/jquery-ui-1.12.1.js             |   0
 {site => content/assets/js}/jquery-ui-1.12.1.min.js         |   0
 {site => content/assets/media}/hero.mp4                     | Bin
 {site/assets/img => content}/automotive.png                 | Bin
 {site/assets/img => content}/award.png                      | Bin
 {site => content}/award.svg                                 |   0
 {site/assets/img => content}/awardLeft.png                  | Bin
 {site/assets/img => content}/awardRight.png                 | Bin
 {site/assets/js => content}/bundle.min.js                   |   0
 {site => content}/community-members.html                    |   0
 {site => content}/community.html                            |   0
 {site/assets/img => content}/diagramAnim-v4.gif             | Bin
 {site/docs/1.2.0 => content/docs/0.12.0}/README.md          |   0
 {site => content}/docs/0.12.0/algorithms-bibliography.html  |   0
 .../docs/0.12.0/algorithms-classification.html              |   0
 {site => content}/docs/0.12.0/algorithms-clustering.html    |   0
 .../docs/0.12.0/algorithms-descriptive-statistics.html      |   0
 .../docs/0.12.0/algorithms-matrix-factorization.html        |   0
 {site => content}/docs/0.12.0/algorithms-reference.html     |   0
 {site => content}/docs/0.12.0/algorithms-regression.html    |   0
 .../docs/0.12.0/algorithms-survival-analysis.html           |   0
 .../docs/0.12.0/api/java/allclasses-frame.html              |   0
 .../docs/0.12.0/api/java/allclasses-noframe.html            |   0
 {site => content}/docs/0.12.0/api/java/constant-values.html |   0
 {site => content}/docs/0.12.0/api/java/deprecated-list.html |   0
 {site => content}/docs/0.12.0/api/java/help-doc.html        |   0
 {site => content}/docs/0.12.0/api/java/index-all.html       |   0
 {site => content}/docs/0.12.0/api/java/index.html           |   0
 .../0.12.0/api/java/org/apache/sysml/api/DMLException.html  |   0
 .../org/apache/sysml/api/DMLScript.RUNTIME_PLATFORM.html    |   0
 .../0.12.0/api/java/org/apache/sysml/api/DMLScript.html     |   0
 .../docs/0.12.0/api/java/org/apache/sysml/api/MLBlock.html  |   0
 .../0.12.0/api/java/org/apache/sysml/api/MLContext.html     |   0
 .../api/java/org/apache/sysml/api/MLContextProxy.html       |   0
 .../docs/0.12.0/api/java/org/apache/sysml/api/MLMatrix.html |   0
 .../docs/0.12.0/api/java/org/apache/sysml/api/MLOutput.html |   0
 .../java/org/apache/sysml/api/class-use/DMLException.html   |   0
 .../sysml/api/class-use/DMLScript.RUNTIME_PLATFORM.html     |   0
 .../api/java/org/apache/sysml/api/class-use/DMLScript.html  |   0
 .../api/java/org/apache/sysml/api/class-use/MLBlock.html    |   0
 .../api/java/org/apache/sysml/api/class-use/MLContext.html  |   0
 .../java/org/apache/sysml/api/class-use/MLContextProxy.html |   0
 .../api/java/org/apache/sysml/api/class-use/MLMatrix.html   |   0
 .../api/java/org/apache/sysml/api/class-use/MLOutput.html   |   0
 .../api/java/org/apache/sysml/api/jmlc/Connection.html      |   0
 .../api/java/org/apache/sysml/api/jmlc/JMLCUtils.html       |   0
 .../api/java/org/apache/sysml/api/jmlc/PreparedScript.html  |   0
 .../api/java/org/apache/sysml/api/jmlc/ResultVariables.html |   0
 .../org/apache/sysml/api/jmlc/class-use/Connection.html     |   0
 .../java/org/apache/sysml/api/jmlc/class-use/JMLCUtils.html |   0
 .../org/apache/sysml/api/jmlc/class-use/PreparedScript.html |   0
 .../apache/sysml/api/jmlc/class-use/ResultVariables.html    |   0
 .../api/java/org/apache/sysml/api/jmlc/package-frame.html   |   0
 .../api/java/org/apache/sysml/api/jmlc/package-summary.html |   0
 .../api/java/org/apache/sysml/api/jmlc/package-tree.html    |   0
 .../api/java/org/apache/sysml/api/jmlc/package-use.html     |   0
 .../org/apache/sysml/api/mlcontext/BinaryBlockFrame.html    |   0
 .../org/apache/sysml/api/mlcontext/BinaryBlockMatrix.html   |   0
 .../api/java/org/apache/sysml/api/mlcontext/Frame.html      |   0
 .../java/org/apache/sysml/api/mlcontext/FrameFormat.html    |   0
 .../java/org/apache/sysml/api/mlcontext/FrameMetadata.html  |   0
 .../java/org/apache/sysml/api/mlcontext/FrameSchema.html    |   0
 .../apache/sysml/api/mlcontext/MLContext.ExplainLevel.html  |   0
 .../apache/sysml/api/mlcontext/MLContext.InternalProxy.html |   0
 .../api/java/org/apache/sysml/api/mlcontext/MLContext.html  |   0
 .../apache/sysml/api/mlcontext/MLContextConversionUtil.html |   0
 .../org/apache/sysml/api/mlcontext/MLContextException.html  |   0
 .../java/org/apache/sysml/api/mlcontext/MLContextUtil.html  |   0
 .../api/java/org/apache/sysml/api/mlcontext/MLResults.html  |   0
 .../api/java/org/apache/sysml/api/mlcontext/Matrix.html     |   0
 .../java/org/apache/sysml/api/mlcontext/MatrixFormat.html   |   0
 .../java/org/apache/sysml/api/mlcontext/MatrixMetadata.html |   0
 .../api/java/org/apache/sysml/api/mlcontext/Metadata.html   |   0
 .../java/org/apache/sysml/api/mlcontext/ProjectInfo.html    |   0
 .../api/java/org/apache/sysml/api/mlcontext/Script.html     |   0
 .../java/org/apache/sysml/api/mlcontext/ScriptExecutor.html |   0
 .../java/org/apache/sysml/api/mlcontext/ScriptFactory.html  |   0
 .../api/java/org/apache/sysml/api/mlcontext/ScriptType.html |   0
 .../sysml/api/mlcontext/class-use/BinaryBlockFrame.html     |   0
 .../sysml/api/mlcontext/class-use/BinaryBlockMatrix.html    |   0
 .../org/apache/sysml/api/mlcontext/class-use/Frame.html     |   0
 .../apache/sysml/api/mlcontext/class-use/FrameFormat.html   |   0
 .../apache/sysml/api/mlcontext/class-use/FrameMetadata.html |   0
 .../apache/sysml/api/mlcontext/class-use/FrameSchema.html   |   0
 .../api/mlcontext/class-use/MLContext.ExplainLevel.html     |   0
 .../api/mlcontext/class-use/MLContext.InternalProxy.html    |   0
 .../org/apache/sysml/api/mlcontext/class-use/MLContext.html |   0
 .../api/mlcontext/class-use/MLContextConversionUtil.html    |   0
 .../sysml/api/mlcontext/class-use/MLContextException.html   |   0
 .../apache/sysml/api/mlcontext/class-use/MLContextUtil.html |   0
 .../org/apache/sysml/api/mlcontext/class-use/MLResults.html |   0
 .../org/apache/sysml/api/mlcontext/class-use/Matrix.html    |   0
 .../apache/sysml/api/mlcontext/class-use/MatrixFormat.html  |   0
 .../sysml/api/mlcontext/class-use/MatrixMetadata.html       |   0
 .../org/apache/sysml/api/mlcontext/class-use/Metadata.html  |   0
 .../apache/sysml/api/mlcontext/class-use/ProjectInfo.html   |   0
 .../org/apache/sysml/api/mlcontext/class-use/Script.html    |   0
 .../sysml/api/mlcontext/class-use/ScriptExecutor.html       |   0
 .../apache/sysml/api/mlcontext/class-use/ScriptFactory.html |   0
 .../apache/sysml/api/mlcontext/class-use/ScriptType.html    |   0
 .../java/org/apache/sysml/api/mlcontext/package-frame.html  |   0
 .../org/apache/sysml/api/mlcontext/package-summary.html     |   0
 .../java/org/apache/sysml/api/mlcontext/package-tree.html   |   0
 .../java/org/apache/sysml/api/mlcontext/package-use.html    |   0
 .../apache/sysml/api/monitoring/InstructionComparator.html  |   0
 .../api/java/org/apache/sysml/api/monitoring/Location.html  |   0
 .../sysml/api/monitoring/SparkMonitoringUtil.MultiMap.html  |   0
 .../apache/sysml/api/monitoring/SparkMonitoringUtil.html    |   0
 .../api/monitoring/class-use/InstructionComparator.html     |   0
 .../org/apache/sysml/api/monitoring/class-use/Location.html |   0
 .../monitoring/class-use/SparkMonitoringUtil.MultiMap.html  |   0
 .../sysml/api/monitoring/class-use/SparkMonitoringUtil.html |   0
 .../java/org/apache/sysml/api/monitoring/package-frame.html |   0
 .../org/apache/sysml/api/monitoring/package-summary.html    |   0
 .../java/org/apache/sysml/api/monitoring/package-tree.html  |   0
 .../java/org/apache/sysml/api/monitoring/package-use.html   |   0
 .../0.12.0/api/java/org/apache/sysml/api/package-frame.html |   0
 .../api/java/org/apache/sysml/api/package-summary.html      |   0
 .../0.12.0/api/java/org/apache/sysml/api/package-tree.html  |   0
 .../0.12.0/api/java/org/apache/sysml/api/package-use.html   |   0
 .../java/org/apache/sysml/runtime/DMLRuntimeException.html  |   0
 .../java/org/apache/sysml/runtime/DMLScriptException.html   |   0
 .../apache/sysml/runtime/class-use/DMLRuntimeException.html |   0
 .../apache/sysml/runtime/class-use/DMLScriptException.html  |   0
 .../org/apache/sysml/runtime/compress/BitmapDecoderOLE.html |   0
 .../org/apache/sysml/runtime/compress/BitmapDecoderRLE.html |   0
 .../org/apache/sysml/runtime/compress/BitmapEncoder.html    |   0
 .../sysml/runtime/compress/ColGroup.CompressionType.html    |   0
 .../java/org/apache/sysml/runtime/compress/ColGroup.html    |   0
 .../org/apache/sysml/runtime/compress/ColGroupBitmap.html   |   0
 .../java/org/apache/sysml/runtime/compress/ColGroupOLE.html |   0
 .../java/org/apache/sysml/runtime/compress/ColGroupRLE.html |   0
 .../apache/sysml/runtime/compress/ColGroupUncompressed.html |   0
 .../CompressedMatrixBlock.CompressionStatistics.html        |   0
 .../sysml/runtime/compress/CompressedMatrixBlock.html       |   0
 .../apache/sysml/runtime/compress/PlanningBinPacker.html    |   0
 .../runtime/compress/PlanningCoCoder.GroupableColInfo.html  |   0
 .../org/apache/sysml/runtime/compress/PlanningCoCoder.html  |   0
 .../sysml/runtime/compress/PlanningCoCodingGroup.html       |   0
 .../sysml/runtime/compress/ReaderColumnSelection.html       |   0
 .../sysml/runtime/compress/ReaderColumnSelectionDense.html  |   0
 .../runtime/compress/ReaderColumnSelectionDenseSample.html  |   0
 .../sysml/runtime/compress/ReaderColumnSelectionSparse.html |   0
 .../apache/sysml/runtime/compress/UncompressedBitmap.html   |   0
 .../sysml/runtime/compress/class-use/BitmapDecoderOLE.html  |   0
 .../sysml/runtime/compress/class-use/BitmapDecoderRLE.html  |   0
 .../sysml/runtime/compress/class-use/BitmapEncoder.html     |   0
 .../compress/class-use/ColGroup.CompressionType.html        |   0
 .../apache/sysml/runtime/compress/class-use/ColGroup.html   |   0
 .../sysml/runtime/compress/class-use/ColGroupBitmap.html    |   0
 .../sysml/runtime/compress/class-use/ColGroupOLE.html       |   0
 .../sysml/runtime/compress/class-use/ColGroupRLE.html       |   0
 .../runtime/compress/class-use/ColGroupUncompressed.html    |   0
 .../CompressedMatrixBlock.CompressionStatistics.html        |   0
 .../runtime/compress/class-use/CompressedMatrixBlock.html   |   0
 .../sysml/runtime/compress/class-use/PlanningBinPacker.html |   0
 .../class-use/PlanningCoCoder.GroupableColInfo.html         |   0
 .../sysml/runtime/compress/class-use/PlanningCoCoder.html   |   0
 .../runtime/compress/class-use/PlanningCoCodingGroup.html   |   0
 .../runtime/compress/class-use/ReaderColumnSelection.html   |   0
 .../compress/class-use/ReaderColumnSelectionDense.html      |   0
 .../class-use/ReaderColumnSelectionDenseSample.html         |   0
 .../compress/class-use/ReaderColumnSelectionSparse.html     |   0
 .../runtime/compress/class-use/UncompressedBitmap.html      |   0
 .../CompressedSizeEstimator.SizeEstimationFactors.html      |   0
 .../runtime/compress/estim/CompressedSizeEstimator.html     |   0
 .../compress/estim/CompressedSizeEstimatorExact.html        |   0
 .../compress/estim/CompressedSizeEstimatorSample.html       |   0
 .../sysml/runtime/compress/estim/CompressedSizeInfo.html    |   0
 .../sysml/runtime/compress/estim/SizeEstimatorFactory.html  |   0
 .../CompressedSizeEstimator.SizeEstimationFactors.html      |   0
 .../compress/estim/class-use/CompressedSizeEstimator.html   |   0
 .../estim/class-use/CompressedSizeEstimatorExact.html       |   0
 .../estim/class-use/CompressedSizeEstimatorSample.html      |   0
 .../compress/estim/class-use/CompressedSizeInfo.html        |   0
 .../compress/estim/class-use/SizeEstimatorFactory.html      |   0
 .../apache/sysml/runtime/compress/estim/package-frame.html  |   0
 .../sysml/runtime/compress/estim/package-summary.html       |   0
 .../apache/sysml/runtime/compress/estim/package-tree.html   |   0
 .../apache/sysml/runtime/compress/estim/package-use.html    |   0
 .../org/apache/sysml/runtime/compress/package-frame.html    |   0
 .../org/apache/sysml/runtime/compress/package-summary.html  |   0
 .../org/apache/sysml/runtime/compress/package-tree.html     |   0
 .../java/org/apache/sysml/runtime/compress/package-use.html |   0
 .../apache/sysml/runtime/compress/utils/ConverterUtils.html |   0
 .../org/apache/sysml/runtime/compress/utils/DblArray.html   |   0
 .../utils/DblArrayIntListHashMap.DArrayIListEntry.html      |   0
 .../runtime/compress/utils/DblArrayIntListHashMap.html      |   0
 .../compress/utils/DoubleIntListHashMap.DIListEntry.html    |   0
 .../sysml/runtime/compress/utils/DoubleIntListHashMap.html  |   0
 .../apache/sysml/runtime/compress/utils/IntArrayList.html   |   0
 .../sysml/runtime/compress/utils/LinearAlgebraUtils.html    |   0
 .../runtime/compress/utils/class-use/ConverterUtils.html    |   0
 .../sysml/runtime/compress/utils/class-use/DblArray.html    |   0
 .../class-use/DblArrayIntListHashMap.DArrayIListEntry.html  |   0
 .../compress/utils/class-use/DblArrayIntListHashMap.html    |   0
 .../utils/class-use/DoubleIntListHashMap.DIListEntry.html   |   0
 .../compress/utils/class-use/DoubleIntListHashMap.html      |   0
 .../runtime/compress/utils/class-use/IntArrayList.html      |   0
 .../compress/utils/class-use/LinearAlgebraUtils.html        |   0
 .../apache/sysml/runtime/compress/utils/package-frame.html  |   0
 .../sysml/runtime/compress/utils/package-summary.html       |   0
 .../apache/sysml/runtime/compress/utils/package-tree.html   |   0
 .../apache/sysml/runtime/compress/utils/package-use.html    |   0
 .../sysml/runtime/instructions/CPInstructionParser.html     |   0
 .../sysml/runtime/instructions/GPUInstructionParser.html    |   0
 .../runtime/instructions/Instruction.INSTRUCTION_TYPE.html  |   0
 .../org/apache/sysml/runtime/instructions/Instruction.html  |   0
 .../sysml/runtime/instructions/InstructionParser.html       |   0
 .../apache/sysml/runtime/instructions/InstructionUtils.html |   0
 .../sysml/runtime/instructions/MRInstructionParser.html     |   0
 .../apache/sysml/runtime/instructions/MRJobInstruction.html |   0
 .../sysml/runtime/instructions/SPInstructionParser.html     |   0
 .../runtime/instructions/class-use/CPInstructionParser.html |   0
 .../instructions/class-use/GPUInstructionParser.html        |   0
 .../class-use/Instruction.INSTRUCTION_TYPE.html             |   0
 .../sysml/runtime/instructions/class-use/Instruction.html   |   0
 .../runtime/instructions/class-use/InstructionParser.html   |   0
 .../runtime/instructions/class-use/InstructionUtils.html    |   0
 .../runtime/instructions/class-use/MRInstructionParser.html |   0
 .../runtime/instructions/class-use/MRJobInstruction.html    |   0
 .../runtime/instructions/class-use/SPInstructionParser.html |   0
 .../instructions/gpu/AggregateBinaryGPUInstruction.html     |   0
 .../instructions/gpu/ArithmeticBinaryGPUInstruction.html    |   0
 .../instructions/gpu/BuiltinUnaryGPUInstruction.html        |   0
 .../runtime/instructions/gpu/ConvolutionGPUInstruction.html |   0
 .../gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html             |   0
 .../sysml/runtime/instructions/gpu/GPUInstruction.html      |   0
 .../sysml/runtime/instructions/gpu/MMTSJGPUInstruction.html |   0
 .../instructions/gpu/MatrixBuiltinGPUInstruction.html       |   0
 .../gpu/MatrixMatrixArithmeticGPUInstruction.html           |   0
 .../instructions/gpu/MatrixMatrixAxpyGPUInstruction.html    |   0
 .../sysml/runtime/instructions/gpu/ReorgGPUInstruction.html |   0
 .../gpu/ScalarMatrixArithmeticGPUInstruction.html           |   0
 .../gpu/class-use/AggregateBinaryGPUInstruction.html        |   0
 .../gpu/class-use/ArithmeticBinaryGPUInstruction.html       |   0
 .../gpu/class-use/BuiltinUnaryGPUInstruction.html           |   0
 .../gpu/class-use/ConvolutionGPUInstruction.html            |   0
 .../gpu/class-use/GPUInstruction.GPUINSTRUCTION_TYPE.html   |   0
 .../runtime/instructions/gpu/class-use/GPUInstruction.html  |   0
 .../instructions/gpu/class-use/MMTSJGPUInstruction.html     |   0
 .../gpu/class-use/MatrixBuiltinGPUInstruction.html          |   0
 .../gpu/class-use/MatrixMatrixArithmeticGPUInstruction.html |   0
 .../gpu/class-use/MatrixMatrixAxpyGPUInstruction.html       |   0
 .../instructions/gpu/class-use/ReorgGPUInstruction.html     |   0
 .../gpu/class-use/ScalarMatrixArithmeticGPUInstruction.html |   0
 .../gpu/context/AggregateUnaryGPUInstruction.html           |   0
 .../runtime/instructions/gpu/context/ExecutionConfig.html   |   0
 .../sysml/runtime/instructions/gpu/context/GPUContext.html  |   0
 .../instructions/gpu/context/GPUObject.EvictionPolicy.html  |   0
 .../sysml/runtime/instructions/gpu/context/GPUObject.html   |   0
 .../runtime/instructions/gpu/context/JCudaContext.html      |   0
 .../runtime/instructions/gpu/context/JCudaKernels.html      |   0
 .../instructions/gpu/context/JCudaObject.CSRPointer.html    |   0
 .../sysml/runtime/instructions/gpu/context/JCudaObject.html |   0
 .../gpu/context/class-use/AggregateUnaryGPUInstruction.html |   0
 .../instructions/gpu/context/class-use/ExecutionConfig.html |   0
 .../instructions/gpu/context/class-use/GPUContext.html      |   0
 .../gpu/context/class-use/GPUObject.EvictionPolicy.html     |   0
 .../instructions/gpu/context/class-use/GPUObject.html       |   0
 .../instructions/gpu/context/class-use/JCudaContext.html    |   0
 .../instructions/gpu/context/class-use/JCudaKernels.html    |   0
 .../gpu/context/class-use/JCudaObject.CSRPointer.html       |   0
 .../instructions/gpu/context/class-use/JCudaObject.html     |   0
 .../runtime/instructions/gpu/context/package-frame.html     |   0
 .../runtime/instructions/gpu/context/package-summary.html   |   0
 .../runtime/instructions/gpu/context/package-tree.html      |   0
 .../sysml/runtime/instructions/gpu/context/package-use.html |   0
 .../sysml/runtime/instructions/gpu/package-frame.html       |   0
 .../sysml/runtime/instructions/gpu/package-summary.html     |   0
 .../apache/sysml/runtime/instructions/gpu/package-tree.html |   0
 .../apache/sysml/runtime/instructions/gpu/package-use.html  |   0
 .../apache/sysml/runtime/instructions/package-frame.html    |   0
 .../apache/sysml/runtime/instructions/package-summary.html  |   0
 .../org/apache/sysml/runtime/instructions/package-tree.html |   0
 .../org/apache/sysml/runtime/instructions/package-use.html  |   0
 .../instructions/spark/AggregateTernarySPInstruction.html   |   0
 .../instructions/spark/AggregateUnarySPInstruction.html     |   0
 .../spark/AppendGAlignedSPInstruction.ShiftColumnIndex.html |   0
 .../instructions/spark/AppendGAlignedSPInstruction.html     |   0
 .../spark/AppendGSPInstruction.MergeWithShiftedBlocks.html  |   0
 .../spark/AppendGSPInstruction.ShiftMatrix.html             |   0
 .../runtime/instructions/spark/AppendGSPInstruction.html    |   0
 .../runtime/instructions/spark/AppendMSPInstruction.html    |   0
 .../runtime/instructions/spark/AppendRSPInstruction.html    |   0
 .../instructions/spark/ArithmeticBinarySPInstruction.html   |   0
 .../BinUaggChainSPInstruction.RDDBinUaggChainFunction.html  |   0
 .../instructions/spark/BinUaggChainSPInstruction.html       |   0
 .../runtime/instructions/spark/BinarySPInstruction.html     |   0
 .../instructions/spark/BuiltinBinarySPInstruction.html      |   0
 .../instructions/spark/BuiltinUnarySPInstruction.html       |   0
 .../runtime/instructions/spark/CSVReblockSPInstruction.html |   0
 .../sysml/runtime/instructions/spark/CastSPInstruction.html |   0
 .../instructions/spark/CentralMomentSPInstruction.html      |   0
 .../runtime/instructions/spark/CheckpointSPInstruction.html |   0
 .../spark/CompressionSPInstruction.CompressionFunction.html |   0
 .../instructions/spark/CompressionSPInstruction.html        |   0
 .../instructions/spark/ComputationSPInstruction.html        |   0
 .../runtime/instructions/spark/CovarianceSPInstruction.html |   0
 .../sysml/runtime/instructions/spark/CpmmSPInstruction.html |   0
 .../spark/CumulativeAggregateSPInstruction.html             |   0
 .../instructions/spark/CumulativeOffsetSPInstruction.html   |   0
 .../instructions/spark/FrameAppendMSPInstruction.html       |   0
 .../instructions/spark/FrameAppendRSPInstruction.html       |   0
 .../instructions/spark/FrameIndexingSPInstruction.html      |   0
 .../runtime/instructions/spark/IndexingSPInstruction.html   |   0
 .../runtime/instructions/spark/MapmmChainSPInstruction.html |   0
 .../runtime/instructions/spark/MapmmSPInstruction.html      |   0
 .../instructions/spark/MatrixAppendMSPInstruction.html      |   0
 .../instructions/spark/MatrixAppendRSPInstruction.html      |   0
 .../spark/MatrixBVectorArithmeticSPInstruction.html         |   0
 .../spark/MatrixBVectorBuiltinSPInstruction.html            |   0
 .../spark/MatrixBVectorRelationalSPInstruction.html         |   0
 .../instructions/spark/MatrixBuiltinSPInstruction.html      |   0
 .../instructions/spark/MatrixIndexingSPInstruction.html     |   0
 .../spark/MatrixMatrixArithmeticSPInstruction.html          |   0
 .../spark/MatrixMatrixBuiltinSPInstruction.html             |   0
 .../spark/MatrixMatrixRelationalSPInstruction.html          |   0
 .../instructions/spark/MatrixReshapeSPInstruction.html      |   0
 .../spark/MatrixScalarArithmeticSPInstruction.html          |   0
 .../spark/MatrixScalarBuiltinSPInstruction.html             |   0
 .../spark/MatrixScalarRelationalSPInstruction.html          |   0
 ...dBuiltinSPInstruction.TransformEncodeBuild2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeBuildFunction.html |   0
 ...dBuiltinSPInstruction.TransformEncodeGroup2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeGroupFunction.html |   0
 .../spark/MultiReturnParameterizedBuiltinSPInstruction.html |   0
 .../runtime/instructions/spark/PMapmmSPInstruction.html     |   0
 .../ParameterizedBuiltinSPInstruction.CreateMatrixCell.html |   0
 ...erizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html |   0
 ...arameterizedBuiltinSPInstruction.RDDRExpandFunction.html |   0
 ...eterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html |   0
 ...zedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html |   0
 ...arameterizedBuiltinSPInstruction.RDDReplaceFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDTransformApplyFunction.html |   0
 ...uiltinSPInstruction.RDDTransformApplyOffsetFunction.html |   0
 ...iltinSPInstruction.RDDTransformDecodeExpandFunction.html |   0
 ...izedBuiltinSPInstruction.RDDTransformDecodeFunction.html |   0
 .../spark/ParameterizedBuiltinSPInstruction.html            |   0
 .../runtime/instructions/spark/PlusMultSPInstruction.html   |   0
 .../sysml/runtime/instructions/spark/PmmSPInstruction.html  |   0
 .../instructions/spark/QuantilePickSPInstruction.html       |   0
 .../instructions/spark/QuantileSortSPInstruction.html       |   0
 .../runtime/instructions/spark/QuaternarySPInstruction.html |   0
 .../sysml/runtime/instructions/spark/RandSPInstruction.html |   0
 .../runtime/instructions/spark/ReblockSPInstruction.html    |   0
 .../instructions/spark/RelationalBinarySPInstruction.html   |   0
 .../runtime/instructions/spark/ReorgSPInstruction.html      |   0
 .../sysml/runtime/instructions/spark/RmmSPInstruction.html  |   0
 .../spark/SPInstruction.SPINSTRUCTION_TYPE.html             |   0
 .../sysml/runtime/instructions/spark/SPInstruction.html     |   0
 .../runtime/instructions/spark/TernarySPInstruction.html    |   0
 .../runtime/instructions/spark/Tsmm2SPInstruction.html      |   0
 .../sysml/runtime/instructions/spark/TsmmSPInstruction.html |   0
 .../instructions/spark/UaggOuterChainSPInstruction.html     |   0
 .../runtime/instructions/spark/UnarySPInstruction.html      |   0
 .../runtime/instructions/spark/WriteSPInstruction.html      |   0
 .../runtime/instructions/spark/ZipmmSPInstruction.html      |   0
 .../spark/class-use/AggregateTernarySPInstruction.html      |   0
 .../spark/class-use/AggregateUnarySPInstruction.html        |   0
 .../AppendGAlignedSPInstruction.ShiftColumnIndex.html       |   0
 .../spark/class-use/AppendGAlignedSPInstruction.html        |   0
 .../AppendGSPInstruction.MergeWithShiftedBlocks.html        |   0
 .../spark/class-use/AppendGSPInstruction.ShiftMatrix.html   |   0
 .../instructions/spark/class-use/AppendGSPInstruction.html  |   0
 .../instructions/spark/class-use/AppendMSPInstruction.html  |   0
 .../instructions/spark/class-use/AppendRSPInstruction.html  |   0
 .../spark/class-use/ArithmeticBinarySPInstruction.html      |   0
 .../BinUaggChainSPInstruction.RDDBinUaggChainFunction.html  |   0
 .../spark/class-use/BinUaggChainSPInstruction.html          |   0
 .../instructions/spark/class-use/BinarySPInstruction.html   |   0
 .../spark/class-use/BuiltinBinarySPInstruction.html         |   0
 .../spark/class-use/BuiltinUnarySPInstruction.html          |   0
 .../spark/class-use/CSVReblockSPInstruction.html            |   0
 .../instructions/spark/class-use/CastSPInstruction.html     |   0
 .../spark/class-use/CentralMomentSPInstruction.html         |   0
 .../spark/class-use/CheckpointSPInstruction.html            |   0
 .../CompressionSPInstruction.CompressionFunction.html       |   0
 .../spark/class-use/CompressionSPInstruction.html           |   0
 .../spark/class-use/ComputationSPInstruction.html           |   0
 .../spark/class-use/CovarianceSPInstruction.html            |   0
 .../instructions/spark/class-use/CpmmSPInstruction.html     |   0
 .../spark/class-use/CumulativeAggregateSPInstruction.html   |   0
 .../spark/class-use/CumulativeOffsetSPInstruction.html      |   0
 .../spark/class-use/FrameAppendMSPInstruction.html          |   0
 .../spark/class-use/FrameAppendRSPInstruction.html          |   0
 .../spark/class-use/FrameIndexingSPInstruction.html         |   0
 .../instructions/spark/class-use/IndexingSPInstruction.html |   0
 .../spark/class-use/MapmmChainSPInstruction.html            |   0
 .../instructions/spark/class-use/MapmmSPInstruction.html    |   0
 .../spark/class-use/MatrixAppendMSPInstruction.html         |   0
 .../spark/class-use/MatrixAppendRSPInstruction.html         |   0
 .../class-use/MatrixBVectorArithmeticSPInstruction.html     |   0
 .../spark/class-use/MatrixBVectorBuiltinSPInstruction.html  |   0
 .../class-use/MatrixBVectorRelationalSPInstruction.html     |   0
 .../spark/class-use/MatrixBuiltinSPInstruction.html         |   0
 .../spark/class-use/MatrixIndexingSPInstruction.html        |   0
 .../class-use/MatrixMatrixArithmeticSPInstruction.html      |   0
 .../spark/class-use/MatrixMatrixBuiltinSPInstruction.html   |   0
 .../class-use/MatrixMatrixRelationalSPInstruction.html      |   0
 .../spark/class-use/MatrixReshapeSPInstruction.html         |   0
 .../class-use/MatrixScalarArithmeticSPInstruction.html      |   0
 .../spark/class-use/MatrixScalarBuiltinSPInstruction.html   |   0
 .../class-use/MatrixScalarRelationalSPInstruction.html      |   0
 ...dBuiltinSPInstruction.TransformEncodeBuild2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeBuildFunction.html |   0
 ...dBuiltinSPInstruction.TransformEncodeGroup2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeGroupFunction.html |   0
 .../MultiReturnParameterizedBuiltinSPInstruction.html       |   0
 .../instructions/spark/class-use/PMapmmSPInstruction.html   |   0
 .../ParameterizedBuiltinSPInstruction.CreateMatrixCell.html |   0
 ...erizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html |   0
 ...arameterizedBuiltinSPInstruction.RDDRExpandFunction.html |   0
 ...eterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html |   0
 ...zedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html |   0
 ...arameterizedBuiltinSPInstruction.RDDReplaceFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDTransformApplyFunction.html |   0
 ...uiltinSPInstruction.RDDTransformApplyOffsetFunction.html |   0
 ...iltinSPInstruction.RDDTransformDecodeExpandFunction.html |   0
 ...izedBuiltinSPInstruction.RDDTransformDecodeFunction.html |   0
 .../spark/class-use/ParameterizedBuiltinSPInstruction.html  |   0
 .../instructions/spark/class-use/PlusMultSPInstruction.html |   0
 .../instructions/spark/class-use/PmmSPInstruction.html      |   0
 .../spark/class-use/QuantilePickSPInstruction.html          |   0
 .../spark/class-use/QuantileSortSPInstruction.html          |   0
 .../spark/class-use/QuaternarySPInstruction.html            |   0
 .../instructions/spark/class-use/RandSPInstruction.html     |   0
 .../instructions/spark/class-use/ReblockSPInstruction.html  |   0
 .../spark/class-use/RelationalBinarySPInstruction.html      |   0
 .../instructions/spark/class-use/ReorgSPInstruction.html    |   0
 .../instructions/spark/class-use/RmmSPInstruction.html      |   0
 .../spark/class-use/SPInstruction.SPINSTRUCTION_TYPE.html   |   0
 .../runtime/instructions/spark/class-use/SPInstruction.html |   0
 .../instructions/spark/class-use/TernarySPInstruction.html  |   0
 .../instructions/spark/class-use/Tsmm2SPInstruction.html    |   0
 .../instructions/spark/class-use/TsmmSPInstruction.html     |   0
 .../spark/class-use/UaggOuterChainSPInstruction.html        |   0
 .../instructions/spark/class-use/UnarySPInstruction.html    |   0
 .../instructions/spark/class-use/WriteSPInstruction.html    |   0
 .../instructions/spark/class-use/ZipmmSPInstruction.html    |   0
 .../sysml/runtime/instructions/spark/package-frame.html     |   0
 .../sysml/runtime/instructions/spark/package-summary.html   |   0
 .../sysml/runtime/instructions/spark/package-tree.html      |   0
 .../sysml/runtime/instructions/spark/package-use.html       |   0
 .../instructions/spark/utils/FrameRDDAggregateUtils.html    |   0
 ...ConverterUtils.LongFrameToLongWritableFrameFunction.html |   0
 ...ConverterUtils.LongWritableFrameToLongFrameFunction.html |   0
 ...DDConverterUtils.LongWritableTextToLongTextFunction.html |   0
 .../FrameRDDConverterUtils.LongWritableToSerFunction.html   |   0
 .../instructions/spark/utils/FrameRDDConverterUtils.html    |   0
 .../runtime/instructions/spark/utils/RDDAggregateUtils.html |   0
 .../utils/RDDConverterUtils.DataFrameExtractIDFunction.html |   0
 .../runtime/instructions/spark/utils/RDDConverterUtils.html |   0
 .../spark/utils/RDDConverterUtilsExt.AddRowID.html          |   0
 .../spark/utils/RDDConverterUtilsExt.RDDConverterTypes.html |   0
 .../instructions/spark/utils/RDDConverterUtilsExt.html      |   0
 .../spark/utils/RDDSortUtils.IndexComparator.html           |   0
 .../runtime/instructions/spark/utils/RDDSortUtils.html      |   0
 .../sysml/runtime/instructions/spark/utils/SparkUtils.html  |   0
 .../spark/utils/class-use/FrameRDDAggregateUtils.html       |   0
 ...ConverterUtils.LongFrameToLongWritableFrameFunction.html |   0
 ...ConverterUtils.LongWritableFrameToLongFrameFunction.html |   0
 ...DDConverterUtils.LongWritableTextToLongTextFunction.html |   0
 .../FrameRDDConverterUtils.LongWritableToSerFunction.html   |   0
 .../spark/utils/class-use/FrameRDDConverterUtils.html       |   0
 .../spark/utils/class-use/RDDAggregateUtils.html            |   0
 .../RDDConverterUtils.DataFrameExtractIDFunction.html       |   0
 .../spark/utils/class-use/RDDConverterUtils.html            |   0
 .../utils/class-use/RDDConverterUtilsExt.AddRowID.html      |   0
 .../class-use/RDDConverterUtilsExt.RDDConverterTypes.html   |   0
 .../spark/utils/class-use/RDDConverterUtilsExt.html         |   0
 .../spark/utils/class-use/RDDSortUtils.IndexComparator.html |   0
 .../instructions/spark/utils/class-use/RDDSortUtils.html    |   0
 .../instructions/spark/utils/class-use/SparkUtils.html      |   0
 .../runtime/instructions/spark/utils/package-frame.html     |   0
 .../runtime/instructions/spark/utils/package-summary.html   |   0
 .../runtime/instructions/spark/utils/package-tree.html      |   0
 .../sysml/runtime/instructions/spark/utils/package-use.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/CMCOVMR.html   |   0
 .../runtime/matrix/CSVReblockMR.AssignRowIDMRReturn.html    |   0
 .../apache/sysml/runtime/matrix/CSVReblockMR.BlockRow.html  |   0
 .../sysml/runtime/matrix/CSVReblockMR.OffsetCount.html      |   0
 .../java/org/apache/sysml/runtime/matrix/CSVReblockMR.html  |   0
 .../sysml/runtime/matrix/CleanupMR.CleanupMapper.html       |   0
 .../api/java/org/apache/sysml/runtime/matrix/CleanupMR.html |   0
 .../apache/sysml/runtime/matrix/CombineMR.InnerReducer.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/CombineMR.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/DataGenMR.html |   0
 .../org/apache/sysml/runtime/matrix/DataPartitionMR.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/GMR.html       |   0
 .../java/org/apache/sysml/runtime/matrix/GroupedAggMR.html  |   0
 .../api/java/org/apache/sysml/runtime/matrix/JobReturn.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/MMCJMR.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/MMRJMR.html    |   0
 .../apache/sysml/runtime/matrix/MatrixCharacteristics.html  |   0
 .../sysml/runtime/matrix/MatrixDimensionsMetaData.html      |   0
 .../apache/sysml/runtime/matrix/MatrixFormatMetaData.html   |   0
 .../api/java/org/apache/sysml/runtime/matrix/MetaData.html  |   0
 .../api/java/org/apache/sysml/runtime/matrix/ReblockMR.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/SortMR.html    |   0
 .../java/org/apache/sysml/runtime/matrix/WriteCSVMR.html    |   0
 .../org/apache/sysml/runtime/matrix/class-use/CMCOVMR.html  |   0
 .../matrix/class-use/CSVReblockMR.AssignRowIDMRReturn.html  |   0
 .../runtime/matrix/class-use/CSVReblockMR.BlockRow.html     |   0
 .../runtime/matrix/class-use/CSVReblockMR.OffsetCount.html  |   0
 .../apache/sysml/runtime/matrix/class-use/CSVReblockMR.html |   0
 .../runtime/matrix/class-use/CleanupMR.CleanupMapper.html   |   0
 .../apache/sysml/runtime/matrix/class-use/CleanupMR.html    |   0
 .../runtime/matrix/class-use/CombineMR.InnerReducer.html    |   0
 .../apache/sysml/runtime/matrix/class-use/CombineMR.html    |   0
 .../apache/sysml/runtime/matrix/class-use/DataGenMR.html    |   0
 .../sysml/runtime/matrix/class-use/DataPartitionMR.html     |   0
 .../java/org/apache/sysml/runtime/matrix/class-use/GMR.html |   0
 .../apache/sysml/runtime/matrix/class-use/GroupedAggMR.html |   0
 .../apache/sysml/runtime/matrix/class-use/JobReturn.html    |   0
 .../org/apache/sysml/runtime/matrix/class-use/MMCJMR.html   |   0
 .../org/apache/sysml/runtime/matrix/class-use/MMRJMR.html   |   0
 .../runtime/matrix/class-use/MatrixCharacteristics.html     |   0
 .../runtime/matrix/class-use/MatrixDimensionsMetaData.html  |   0
 .../runtime/matrix/class-use/MatrixFormatMetaData.html      |   0
 .../org/apache/sysml/runtime/matrix/class-use/MetaData.html |   0
 .../apache/sysml/runtime/matrix/class-use/ReblockMR.html    |   0
 .../org/apache/sysml/runtime/matrix/class-use/SortMR.html   |   0
 .../apache/sysml/runtime/matrix/class-use/WriteCSVMR.html   |   0
 .../sysml/runtime/matrix/data/AdaptivePartialBlock.html     |   0
 .../sysml/runtime/matrix/data/AddDummyWeightConverter.html  |   0
 .../matrix/data/BinaryBlockToBinaryCellConverter.html       |   0
 .../runtime/matrix/data/BinaryBlockToRowBlockConverter.html |   0
 .../runtime/matrix/data/BinaryBlockToTextCellConverter.html |   0
 .../runtime/matrix/data/BinaryCellToRowBlockConverter.html  |   0
 .../runtime/matrix/data/BinaryCellToTextConverter.html      |   0
 .../org/apache/sysml/runtime/matrix/data/CM_N_COVCell.html  |   0
 .../sysml/runtime/matrix/data/CSVFileFormatProperties.html  |   0
 .../org/apache/sysml/runtime/matrix/data/CTableMap.html     |   0
 .../org/apache/sysml/runtime/matrix/data/Converter.html     |   0
 .../sysml/runtime/matrix/data/ConvolutionParameters.html    |   0
 .../matrix/data/FileFormatProperties.FileFormat.html        |   0
 .../sysml/runtime/matrix/data/FileFormatProperties.html     |   0
 .../runtime/matrix/data/FrameBlock.ColumnMetadata.html      |   0
 .../org/apache/sysml/runtime/matrix/data/FrameBlock.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/data/IJV.html  |   0
 .../sysml/runtime/matrix/data/IdenticalConverter.html       |   0
 .../org/apache/sysml/runtime/matrix/data/InputInfo.html     |   0
 .../apache/sysml/runtime/matrix/data/LibCommonsMath.html    |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixAgg.html  |   0
 .../matrix/data/LibMatrixBincell.BinaryAccessType.html      |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixBincell.html  |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixCUDA.html |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixDNN.html  |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixDatagen.html  |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixMult.html |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixOuterAgg.html |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixReorg.html    |   0
 .../sysml/runtime/matrix/data/MatrixBlock.BlockType.html    |   0
 .../runtime/matrix/data/MatrixBlock.SparsityEstimate.html   |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixBlock.html   |   0
 .../sysml/runtime/matrix/data/MatrixBlockDataInput.html     |   0
 .../sysml/runtime/matrix/data/MatrixBlockDataOutput.html    |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixCell.html    |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixIndexes.html |   0
 .../apache/sysml/runtime/matrix/data/MatrixPackedCell.html  |   0
 .../sysml/runtime/matrix/data/MatrixValue.CellIndex.html    |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixValue.html   |   0
 .../sysml/runtime/matrix/data/MultipleOutputCommitter.html  |   0
 .../runtime/matrix/data/NumItemsByEachReducerMetaData.html  |   0
 .../sysml/runtime/matrix/data/OperationsOnMatrixValues.html |   0
 .../org/apache/sysml/runtime/matrix/data/OutputInfo.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/data/Pair.html |   0
 .../org/apache/sysml/runtime/matrix/data/PartialBlock.html  |   0
 .../sysml/runtime/matrix/data/RandomMatrixGenerator.html    |   0
 .../apache/sysml/runtime/matrix/data/SparseBlock.Type.html  |   0
 .../org/apache/sysml/runtime/matrix/data/SparseBlock.html   |   0
 .../apache/sysml/runtime/matrix/data/SparseBlockCOO.html    |   0
 .../apache/sysml/runtime/matrix/data/SparseBlockCSR.html    |   0
 .../sysml/runtime/matrix/data/SparseBlockFactory.html       |   0
 .../apache/sysml/runtime/matrix/data/SparseBlockMCSR.html   |   0
 .../org/apache/sysml/runtime/matrix/data/SparseRow.html     |   0
 .../java/org/apache/sysml/runtime/matrix/data/Tagged.html   |   0
 .../runtime/matrix/data/TaggedAdaptivePartialBlock.html     |   0
 .../matrix/data/TaggedFirstSecondIndexes.Comparator.html    |   0
 .../TaggedFirstSecondIndexes.FirstIndexPartitioner.html     |   0
 ...TaggedFirstSecondIndexes.FirstIndexRangePartitioner.html |   0
 .../data/TaggedFirstSecondIndexes.TagPartitioner.html       |   0
 .../sysml/runtime/matrix/data/TaggedFirstSecondIndexes.html |   0
 .../apache/sysml/runtime/matrix/data/TaggedMatrixBlock.html |   0
 .../apache/sysml/runtime/matrix/data/TaggedMatrixCell.html  |   0
 .../sysml/runtime/matrix/data/TaggedMatrixIndexes.html      |   0
 .../sysml/runtime/matrix/data/TaggedMatrixPackedCell.html   |   0
 .../apache/sysml/runtime/matrix/data/TaggedMatrixValue.html |   0
 .../sysml/runtime/matrix/data/TaggedTripleIndexes.html      |   0
 .../runtime/matrix/data/TextCellToRowBlockConverter.html    |   0
 .../runtime/matrix/data/TextToBinaryCellConverter.html      |   0
 .../sysml/runtime/matrix/data/TripleIndexes.Comparator.html |   0
 .../data/TripleIndexes.FirstTwoIndexesPartitioner.html      |   0
 .../org/apache/sysml/runtime/matrix/data/TripleIndexes.html |   0
 .../data/UnPaddedOutputFormat.UnpaddedRecordWriter.html     |   0
 .../sysml/runtime/matrix/data/UnPaddedOutputFormat.html     |   0
 .../org/apache/sysml/runtime/matrix/data/WeightedCell.html  |   0
 .../matrix/data/WeightedCellToSortInputConverter.html       |   0
 .../org/apache/sysml/runtime/matrix/data/WeightedPair.html  |   0
 .../runtime/matrix/data/class-use/AdaptivePartialBlock.html |   0
 .../matrix/data/class-use/AddDummyWeightConverter.html      |   0
 .../data/class-use/BinaryBlockToBinaryCellConverter.html    |   0
 .../data/class-use/BinaryBlockToRowBlockConverter.html      |   0
 .../data/class-use/BinaryBlockToTextCellConverter.html      |   0
 .../data/class-use/BinaryCellToRowBlockConverter.html       |   0
 .../matrix/data/class-use/BinaryCellToTextConverter.html    |   0
 .../sysml/runtime/matrix/data/class-use/CM_N_COVCell.html   |   0
 .../matrix/data/class-use/CSVFileFormatProperties.html      |   0
 .../sysml/runtime/matrix/data/class-use/CTableMap.html      |   0
 .../sysml/runtime/matrix/data/class-use/Converter.html      |   0
 .../matrix/data/class-use/ConvolutionParameters.html        |   0
 .../data/class-use/FileFormatProperties.FileFormat.html     |   0
 .../runtime/matrix/data/class-use/FileFormatProperties.html |   0
 .../matrix/data/class-use/FrameBlock.ColumnMetadata.html    |   0
 .../sysml/runtime/matrix/data/class-use/FrameBlock.html     |   0
 .../org/apache/sysml/runtime/matrix/data/class-use/IJV.html |   0
 .../runtime/matrix/data/class-use/IdenticalConverter.html   |   0
 .../sysml/runtime/matrix/data/class-use/InputInfo.html      |   0
 .../sysml/runtime/matrix/data/class-use/LibCommonsMath.html |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixAgg.html   |   0
 .../data/class-use/LibMatrixBincell.BinaryAccessType.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixBincell.html     |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixCUDA.html  |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixDNN.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixDatagen.html     |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixMult.html  |   0
 .../runtime/matrix/data/class-use/LibMatrixOuterAgg.html    |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixReorg.html |   0
 .../matrix/data/class-use/MatrixBlock.BlockType.html        |   0
 .../matrix/data/class-use/MatrixBlock.SparsityEstimate.html |   0
 .../sysml/runtime/matrix/data/class-use/MatrixBlock.html    |   0
 .../runtime/matrix/data/class-use/MatrixBlockDataInput.html |   0
 .../matrix/data/class-use/MatrixBlockDataOutput.html        |   0
 .../sysml/runtime/matrix/data/class-use/MatrixCell.html     |   0
 .../sysml/runtime/matrix/data/class-use/MatrixIndexes.html  |   0
 .../runtime/matrix/data/class-use/MatrixPackedCell.html     |   0
 .../matrix/data/class-use/MatrixValue.CellIndex.html        |   0
 .../sysml/runtime/matrix/data/class-use/MatrixValue.html    |   0
 .../matrix/data/class-use/MultipleOutputCommitter.html      |   0
 .../data/class-use/NumItemsByEachReducerMetaData.html       |   0
 .../matrix/data/class-use/OperationsOnMatrixValues.html     |   0
 .../sysml/runtime/matrix/data/class-use/OutputInfo.html     |   0
 .../apache/sysml/runtime/matrix/data/class-use/Pair.html    |   0
 .../sysml/runtime/matrix/data/class-use/PartialBlock.html   |   0
 .../matrix/data/class-use/RandomMatrixGenerator.html        |   0
 .../runtime/matrix/data/class-use/SparseBlock.Type.html     |   0
 .../sysml/runtime/matrix/data/class-use/SparseBlock.html    |   0
 .../sysml/runtime/matrix/data/class-use/SparseBlockCOO.html |   0
 .../sysml/runtime/matrix/data/class-use/SparseBlockCSR.html |   0
 .../runtime/matrix/data/class-use/SparseBlockFactory.html   |   0
 .../runtime/matrix/data/class-use/SparseBlockMCSR.html      |   0
 .../sysml/runtime/matrix/data/class-use/SparseRow.html      |   0
 .../apache/sysml/runtime/matrix/data/class-use/Tagged.html  |   0
 .../matrix/data/class-use/TaggedAdaptivePartialBlock.html   |   0
 .../data/class-use/TaggedFirstSecondIndexes.Comparator.html |   0
 .../TaggedFirstSecondIndexes.FirstIndexPartitioner.html     |   0
 ...TaggedFirstSecondIndexes.FirstIndexRangePartitioner.html |   0
 .../class-use/TaggedFirstSecondIndexes.TagPartitioner.html  |   0
 .../matrix/data/class-use/TaggedFirstSecondIndexes.html     |   0
 .../runtime/matrix/data/class-use/TaggedMatrixBlock.html    |   0
 .../runtime/matrix/data/class-use/TaggedMatrixCell.html     |   0
 .../runtime/matrix/data/class-use/TaggedMatrixIndexes.html  |   0
 .../matrix/data/class-use/TaggedMatrixPackedCell.html       |   0
 .../runtime/matrix/data/class-use/TaggedMatrixValue.html    |   0
 .../runtime/matrix/data/class-use/TaggedTripleIndexes.html  |   0
 .../matrix/data/class-use/TextCellToRowBlockConverter.html  |   0
 .../matrix/data/class-use/TextToBinaryCellConverter.html    |   0
 .../matrix/data/class-use/TripleIndexes.Comparator.html     |   0
 .../class-use/TripleIndexes.FirstTwoIndexesPartitioner.html |   0
 .../sysml/runtime/matrix/data/class-use/TripleIndexes.html  |   0
 .../UnPaddedOutputFormat.UnpaddedRecordWriter.html          |   0
 .../runtime/matrix/data/class-use/UnPaddedOutputFormat.html |   0
 .../sysml/runtime/matrix/data/class-use/WeightedCell.html   |   0
 .../data/class-use/WeightedCellToSortInputConverter.html    |   0
 .../sysml/runtime/matrix/data/class-use/WeightedPair.html   |   0
 .../org/apache/sysml/runtime/matrix/data/package-frame.html |   0
 .../apache/sysml/runtime/matrix/data/package-summary.html   |   0
 .../org/apache/sysml/runtime/matrix/data/package-tree.html  |   0
 .../org/apache/sysml/runtime/matrix/data/package-use.html   |   0
 .../java/org/apache/sysml/runtime/matrix/package-frame.html |   0
 .../org/apache/sysml/runtime/matrix/package-summary.html    |   0
 .../java/org/apache/sysml/runtime/matrix/package-tree.html  |   0
 .../java/org/apache/sysml/runtime/matrix/package-use.html   |   0
 .../api/java/org/apache/sysml/runtime/package-frame.html    |   0
 .../api/java/org/apache/sysml/runtime/package-summary.html  |   0
 .../api/java/org/apache/sysml/runtime/package-tree.html     |   0
 .../api/java/org/apache/sysml/runtime/package-use.html      |   0
 .../0.12.0/api/java/org/apache/sysml/udf/BinaryObject.html  |   0
 .../sysml/udf/ExternalFunctionInvocationInstruction.html    |   0
 .../sysml/udf/FunctionParameter.FunctionParameterType.html  |   0
 .../api/java/org/apache/sysml/udf/FunctionParameter.html    |   0
 .../api/java/org/apache/sysml/udf/Matrix.ValueType.html     |   0
 .../docs/0.12.0/api/java/org/apache/sysml/udf/Matrix.html   |   0
 .../api/java/org/apache/sysml/udf/PackageFunction.html      |   0
 .../java/org/apache/sysml/udf/Scalar.ScalarValueType.html   |   0
 .../docs/0.12.0/api/java/org/apache/sysml/udf/Scalar.html   |   0
 .../java/org/apache/sysml/udf/class-use/BinaryObject.html   |   0
 .../class-use/ExternalFunctionInvocationInstruction.html    |   0
 .../class-use/FunctionParameter.FunctionParameterType.html  |   0
 .../org/apache/sysml/udf/class-use/FunctionParameter.html   |   0
 .../org/apache/sysml/udf/class-use/Matrix.ValueType.html    |   0
 .../api/java/org/apache/sysml/udf/class-use/Matrix.html     |   0
 .../org/apache/sysml/udf/class-use/PackageFunction.html     |   0
 .../apache/sysml/udf/class-use/Scalar.ScalarValueType.html  |   0
 .../api/java/org/apache/sysml/udf/class-use/Scalar.html     |   0
 .../api/java/org/apache/sysml/udf/lib/BinningWrapper.html   |   0
 .../api/java/org/apache/sysml/udf/lib/DeNaNWrapper.html     |   0
 .../java/org/apache/sysml/udf/lib/DeNegInfinityWrapper.html |   0
 .../org/apache/sysml/udf/lib/DynamicProjectMatrixCP.html    |   0
 .../java/org/apache/sysml/udf/lib/DynamicReadMatrixCP.html  |   0
 .../org/apache/sysml/udf/lib/DynamicReadMatrixRcCP.html     |   0
 .../java/org/apache/sysml/udf/lib/DynamicWriteMatrixCP.html |   0
 .../api/java/org/apache/sysml/udf/lib/GatherWrapper.html    |   0
 .../api/java/org/apache/sysml/udf/lib/OrderWrapper.html     |   0
 .../org/apache/sysml/udf/lib/PermutationMatrixWrapper.html  |   0
 .../api/java/org/apache/sysml/udf/lib/RemoveEmptyRows.html  |   0
 .../java/org/apache/sysml/udf/lib/SGDNesterovUpdate.html    |   0
 .../api/java/org/apache/sysml/udf/lib/TimeWrapper.html      |   0
 .../org/apache/sysml/udf/lib/class-use/BinningWrapper.html  |   0
 .../org/apache/sysml/udf/lib/class-use/DeNaNWrapper.html    |   0
 .../sysml/udf/lib/class-use/DeNegInfinityWrapper.html       |   0
 .../sysml/udf/lib/class-use/DynamicProjectMatrixCP.html     |   0
 .../apache/sysml/udf/lib/class-use/DynamicReadMatrixCP.html |   0
 .../sysml/udf/lib/class-use/DynamicReadMatrixRcCP.html      |   0
 .../sysml/udf/lib/class-use/DynamicWriteMatrixCP.html       |   0
 .../org/apache/sysml/udf/lib/class-use/GatherWrapper.html   |   0
 .../org/apache/sysml/udf/lib/class-use/OrderWrapper.html    |   0
 .../sysml/udf/lib/class-use/PermutationMatrixWrapper.html   |   0
 .../org/apache/sysml/udf/lib/class-use/RemoveEmptyRows.html |   0
 .../apache/sysml/udf/lib/class-use/SGDNesterovUpdate.html   |   0
 .../org/apache/sysml/udf/lib/class-use/TimeWrapper.html     |   0
 .../api/java/org/apache/sysml/udf/lib/package-frame.html    |   0
 .../api/java/org/apache/sysml/udf/lib/package-summary.html  |   0
 .../api/java/org/apache/sysml/udf/lib/package-tree.html     |   0
 .../api/java/org/apache/sysml/udf/lib/package-use.html      |   0
 .../0.12.0/api/java/org/apache/sysml/udf/package-frame.html |   0
 .../api/java/org/apache/sysml/udf/package-summary.html      |   0
 .../0.12.0/api/java/org/apache/sysml/udf/package-tree.html  |   0
 .../0.12.0/api/java/org/apache/sysml/udf/package-use.html   |   0
 {site => content}/docs/0.12.0/api/java/overview-frame.html  |   0
 .../docs/0.12.0/api/java/overview-summary.html              |   0
 {site => content}/docs/0.12.0/api/java/overview-tree.html   |   0
 {site => content}/docs/0.12.0/api/java/package-list         |   0
 {site/docs/2.0.0 => content/docs/0.12.0}/api/java/script.js |   0
 {site => content}/docs/0.12.0/api/java/serialized-form.html |   0
 .../2.0.0 => content/docs/0.12.0}/api/java/stylesheet.css   |   0
 {site => content}/docs/0.12.0/beginners-guide-python.html   |   0
 .../docs/0.12.0/beginners-guide-to-dml-and-pydml.html       |   0
 {site => content}/docs/0.12.0/contributing-to-systemml.html |   0
 .../1.2.0 => content/docs/0.12.0}/css/bootstrap.min.css     |   0
 {site/docs/1.2.0 => content/docs/0.12.0}/css/main.css       |   0
 .../2.0.0 => content/docs/0.12.0}/css/pygments-default.css  |   0
 {site => content}/docs/0.12.0/debugger-guide.html           |   0
 .../docs/0.12.0}/devdocs/MatrixMultiplicationOperators.txt  |   0
 .../0.13.0 => content/docs/0.12.0}/devdocs/deep-learning.md |   0
 .../0.13.0 => content/docs/0.12.0}/devdocs/gpu-backend.md   |   0
 .../1.2.0 => content/docs/0.12.0}/devdocs/python_api.html   |   0
 {site => content}/docs/0.12.0/developer-tools-systemml.html |   0
 {site => content}/docs/0.12.0/dml-language-reference.html   |   0
 {site => content}/docs/0.12.0/engine-dev-guide.html         |   0
 .../docs/0.12.0}/files/dml-language-reference/data.csv      |   0
 .../docs/0.12.0}/files/dml-language-reference/data.csv.mtd  |   0
 .../0.12.0}/files/dml-language-reference/data.spec.json     |   0
 .../0.12.0}/files/dml-language-reference/data.spec2.json    |   0
 .../0.12.0}/files/dml-language-reference/data.spec3.json    |   0
 .../docs/0.12.0}/files/dml-language-reference/homes.csv     |   0
 .../docs/0.12.0}/files/dml-language-reference/homes.csv.mtd |   0
 .../files/dml-language-reference/homes.tfspec_bin2.json     |   0
 .../files/dml-language-reference/homes.tfspec_recode2.json  |   0
 {site => content}/docs/0.12.0/hadoop-batch-mode.html        |   0
 ...mputation-of-quartiles-median-and-interquartile-mean.png | Bin
 .../docs/0.12.0}/img/algorithms-reference/example-tree.png  | Bin
 .../docs/0.12.0}/img/developer-tools/about-eclipse.png      | Bin
 .../docs/0.12.0}/img/developer-tools/eclipse-details.png    | Bin
 .../docs/0.12.0}/img/developer-tools/eclipse-scala.png      | Bin
 .../docs/0.12.0}/img/developer-tools/maven-connectors.png   | Bin
 .../docs/0.12.0}/img/developer-tools/maven-scala.png        | Bin
 .../docs/0.12.0}/img/developer-tools/pom-scala-errors.png   | Bin
 .../docs/0.12.0}/img/developer-tools/pom-scala-ignore.png   | Bin
 .../docs/0.12.0}/img/developer-tools/scala-components.png   | Bin
 .../docs/0.12.0}/img/developer-tools/scala-nature.png       | Bin
 ...dmlscript-debug-configuration-hello-world-main-class.png | Bin
 ...pt-debug-configuration-hello-world-program-arguments.png | Bin
 {site/docs/2.0.0 => content/docs/0.12.0}/img/favicon.png    | Bin
 .../img/spark-mlcontext-programming-guide/jupyter1.png      | Bin
 .../img/spark-mlcontext-programming-guide/jupyter2.png      | Bin
 .../jupyter_loss_graph.png                                  | Bin
 .../zeppelin-notebook-systemml-linear-regression.png        | Bin
 .../spark-mlcontext-programming-guide/zeppelin-notebook.png | Bin
 .../1.2.0 => content/docs/0.12.0}/img/systemml-logo.png     | Bin
 {site => content}/docs/0.12.0/index.html                    |   0
 {site => content}/docs/0.12.0/jmlc.html                     |   0
 {site/docs/1.2.0 => content/docs/0.12.0}/js/main.js         |   0
 .../2.0.0 => content/docs/0.12.0}/js/vendor/anchor.min.js   |   0
 .../docs/0.12.0}/js/vendor/bootstrap.min.js                 |   0
 .../docs/0.12.0}/js/vendor/jquery-1.12.0.min.js             |   0
 {site => content}/docs/0.12.0/python-reference.html         |   0
 {site => content}/docs/0.12.0/release-process.html          |   0
 {site => content}/docs/0.12.0/spark-batch-mode.html         |   0
 .../docs/0.12.0/spark-mlcontext-programming-guide.html      |   0
 {site => content}/docs/0.12.0/standalone-guide.html         |   0
 {site => content}/docs/0.12.0/troubleshooting-guide.html    |   0
 {site/docs/1.1.0 => content/docs/0.13.0}/README.md          |   0
 {site => content}/docs/0.13.0/algorithms-bibliography.html  |   0
 .../docs/0.13.0/algorithms-classification.html              |   0
 {site => content}/docs/0.13.0/algorithms-clustering.html    |   0
 .../docs/0.13.0/algorithms-descriptive-statistics.html      |   0
 .../docs/0.13.0/algorithms-matrix-factorization.html        |   0
 {site => content}/docs/0.13.0/algorithms-reference.html     |   0
 {site => content}/docs/0.13.0/algorithms-regression.html    |   0
 .../docs/0.13.0/algorithms-survival-analysis.html           |   0
 .../docs/0.13.0/api/java/allclasses-frame.html              |   0
 .../docs/0.13.0/api/java/allclasses-noframe.html            |   0
 {site => content}/docs/0.13.0/api/java/constant-values.html |   0
 {site => content}/docs/0.13.0/api/java/deprecated-list.html |   0
 {site => content}/docs/0.13.0/api/java/help-doc.html        |   0
 {site => content}/docs/0.13.0/api/java/index-all.html       |   0
 {site => content}/docs/0.13.0/api/java/index.html           |   0
 .../0.13.0/api/java/org/apache/sysml/api/DMLException.html  |   0
 .../org/apache/sysml/api/DMLScript.RUNTIME_PLATFORM.html    |   0
 .../0.13.0/api/java/org/apache/sysml/api/DMLScript.html     |   0
 .../docs/0.13.0/api/java/org/apache/sysml/api/MLBlock.html  |   0
 .../0.13.0/api/java/org/apache/sysml/api/MLContext.html     |   0
 .../api/java/org/apache/sysml/api/MLContextProxy.html       |   0
 .../docs/0.13.0/api/java/org/apache/sysml/api/MLMatrix.html |   0
 .../docs/0.13.0/api/java/org/apache/sysml/api/MLOutput.html |   0
 .../java/org/apache/sysml/api/class-use/DMLException.html   |   0
 .../sysml/api/class-use/DMLScript.RUNTIME_PLATFORM.html     |   0
 .../api/java/org/apache/sysml/api/class-use/DMLScript.html  |   0
 .../api/java/org/apache/sysml/api/class-use/MLBlock.html    |   0
 .../api/java/org/apache/sysml/api/class-use/MLContext.html  |   0
 .../java/org/apache/sysml/api/class-use/MLContextProxy.html |   0
 .../api/java/org/apache/sysml/api/class-use/MLMatrix.html   |   0
 .../api/java/org/apache/sysml/api/class-use/MLOutput.html   |   0
 .../api/java/org/apache/sysml/api/jmlc/Connection.html      |   0
 .../api/java/org/apache/sysml/api/jmlc/JMLCUtils.html       |   0
 .../api/java/org/apache/sysml/api/jmlc/PreparedScript.html  |   0
 .../api/java/org/apache/sysml/api/jmlc/ResultVariables.html |   0
 .../org/apache/sysml/api/jmlc/class-use/Connection.html     |   0
 .../java/org/apache/sysml/api/jmlc/class-use/JMLCUtils.html |   0
 .../org/apache/sysml/api/jmlc/class-use/PreparedScript.html |   0
 .../apache/sysml/api/jmlc/class-use/ResultVariables.html    |   0
 .../api/java/org/apache/sysml/api/jmlc/package-frame.html   |   0
 .../api/java/org/apache/sysml/api/jmlc/package-summary.html |   0
 .../api/java/org/apache/sysml/api/jmlc/package-tree.html    |   0
 .../api/java/org/apache/sysml/api/jmlc/package-use.html     |   0
 .../org/apache/sysml/api/mlcontext/BinaryBlockFrame.html    |   0
 .../org/apache/sysml/api/mlcontext/BinaryBlockMatrix.html   |   0
 .../api/java/org/apache/sysml/api/mlcontext/Frame.html      |   0
 .../java/org/apache/sysml/api/mlcontext/FrameFormat.html    |   0
 .../java/org/apache/sysml/api/mlcontext/FrameMetadata.html  |   0
 .../java/org/apache/sysml/api/mlcontext/FrameSchema.html    |   0
 .../apache/sysml/api/mlcontext/MLContext.ExplainLevel.html  |   0
 .../apache/sysml/api/mlcontext/MLContext.InternalProxy.html |   0
 .../api/java/org/apache/sysml/api/mlcontext/MLContext.html  |   0
 .../apache/sysml/api/mlcontext/MLContextConversionUtil.html |   0
 .../org/apache/sysml/api/mlcontext/MLContextExample.html    |   0
 .../org/apache/sysml/api/mlcontext/MLContextExample2.html   |   0
 .../org/apache/sysml/api/mlcontext/MLContextException.html  |   0
 .../java/org/apache/sysml/api/mlcontext/MLContextUtil.html  |   0
 .../api/java/org/apache/sysml/api/mlcontext/MLResults.html  |   0
 .../api/java/org/apache/sysml/api/mlcontext/Matrix.html     |   0
 .../java/org/apache/sysml/api/mlcontext/MatrixFormat.html   |   0
 .../java/org/apache/sysml/api/mlcontext/MatrixMetadata.html |   0
 .../api/java/org/apache/sysml/api/mlcontext/Metadata.html   |   0
 .../java/org/apache/sysml/api/mlcontext/ProjectInfo.html    |   0
 .../api/java/org/apache/sysml/api/mlcontext/Script.html     |   0
 .../java/org/apache/sysml/api/mlcontext/ScriptExecutor.html |   0
 .../java/org/apache/sysml/api/mlcontext/ScriptFactory.html  |   0
 .../api/java/org/apache/sysml/api/mlcontext/ScriptType.html |   0
 .../sysml/api/mlcontext/class-use/BinaryBlockFrame.html     |   0
 .../sysml/api/mlcontext/class-use/BinaryBlockMatrix.html    |   0
 .../org/apache/sysml/api/mlcontext/class-use/Frame.html     |   0
 .../apache/sysml/api/mlcontext/class-use/FrameFormat.html   |   0
 .../apache/sysml/api/mlcontext/class-use/FrameMetadata.html |   0
 .../apache/sysml/api/mlcontext/class-use/FrameSchema.html   |   0
 .../api/mlcontext/class-use/MLContext.ExplainLevel.html     |   0
 .../api/mlcontext/class-use/MLContext.InternalProxy.html    |   0
 .../org/apache/sysml/api/mlcontext/class-use/MLContext.html |   0
 .../api/mlcontext/class-use/MLContextConversionUtil.html    |   0
 .../sysml/api/mlcontext/class-use/MLContextExample.html     |   0
 .../sysml/api/mlcontext/class-use/MLContextExample2.html    |   0
 .../sysml/api/mlcontext/class-use/MLContextException.html   |   0
 .../apache/sysml/api/mlcontext/class-use/MLContextUtil.html |   0
 .../org/apache/sysml/api/mlcontext/class-use/MLResults.html |   0
 .../org/apache/sysml/api/mlcontext/class-use/Matrix.html    |   0
 .../apache/sysml/api/mlcontext/class-use/MatrixFormat.html  |   0
 .../sysml/api/mlcontext/class-use/MatrixMetadata.html       |   0
 .../org/apache/sysml/api/mlcontext/class-use/Metadata.html  |   0
 .../apache/sysml/api/mlcontext/class-use/ProjectInfo.html   |   0
 .../org/apache/sysml/api/mlcontext/class-use/Script.html    |   0
 .../sysml/api/mlcontext/class-use/ScriptExecutor.html       |   0
 .../apache/sysml/api/mlcontext/class-use/ScriptFactory.html |   0
 .../apache/sysml/api/mlcontext/class-use/ScriptType.html    |   0
 .../java/org/apache/sysml/api/mlcontext/package-frame.html  |   0
 .../org/apache/sysml/api/mlcontext/package-summary.html     |   0
 .../java/org/apache/sysml/api/mlcontext/package-tree.html   |   0
 .../java/org/apache/sysml/api/mlcontext/package-use.html    |   0
 .../0.13.0/api/java/org/apache/sysml/api/package-frame.html |   0
 .../api/java/org/apache/sysml/api/package-summary.html      |   0
 .../0.13.0/api/java/org/apache/sysml/api/package-tree.html  |   0
 .../0.13.0/api/java/org/apache/sysml/api/package-use.html   |   0
 .../java/org/apache/sysml/runtime/DMLRuntimeException.html  |   0
 .../java/org/apache/sysml/runtime/DMLScriptException.html   |   0
 .../apache/sysml/runtime/class-use/DMLRuntimeException.html |   0
 .../apache/sysml/runtime/class-use/DMLScriptException.html  |   0
 .../org/apache/sysml/runtime/compress/BitmapDecoderOLE.html |   0
 .../org/apache/sysml/runtime/compress/BitmapDecoderRLE.html |   0
 .../org/apache/sysml/runtime/compress/BitmapEncoder.html    |   0
 .../sysml/runtime/compress/ColGroup.CompressionType.html    |   0
 .../java/org/apache/sysml/runtime/compress/ColGroup.html    |   0
 .../java/org/apache/sysml/runtime/compress/ColGroupDDC.html |   0
 .../org/apache/sysml/runtime/compress/ColGroupDDC1.html     |   0
 .../org/apache/sysml/runtime/compress/ColGroupDDC2.html     |   0
 .../java/org/apache/sysml/runtime/compress/ColGroupOLE.html |   0
 .../org/apache/sysml/runtime/compress/ColGroupOffset.html   |   0
 .../java/org/apache/sysml/runtime/compress/ColGroupRLE.html |   0
 .../apache/sysml/runtime/compress/ColGroupUncompressed.html |   0
 .../org/apache/sysml/runtime/compress/ColGroupValue.html    |   0
 .../CompressedMatrixBlock.CompressionStatistics.html        |   0
 .../sysml/runtime/compress/CompressedMatrixBlock.html       |   0
 .../sysml/runtime/compress/ReaderColumnSelection.html       |   0
 .../sysml/runtime/compress/ReaderColumnSelectionDense.html  |   0
 .../runtime/compress/ReaderColumnSelectionDenseSample.html  |   0
 .../sysml/runtime/compress/ReaderColumnSelectionSparse.html |   0
 .../apache/sysml/runtime/compress/UncompressedBitmap.html   |   0
 .../sysml/runtime/compress/class-use/BitmapDecoderOLE.html  |   0
 .../sysml/runtime/compress/class-use/BitmapDecoderRLE.html  |   0
 .../sysml/runtime/compress/class-use/BitmapEncoder.html     |   0
 .../compress/class-use/ColGroup.CompressionType.html        |   0
 .../apache/sysml/runtime/compress/class-use/ColGroup.html   |   0
 .../sysml/runtime/compress/class-use/ColGroupDDC.html       |   0
 .../sysml/runtime/compress/class-use/ColGroupDDC1.html      |   0
 .../sysml/runtime/compress/class-use/ColGroupDDC2.html      |   0
 .../sysml/runtime/compress/class-use/ColGroupOLE.html       |   0
 .../sysml/runtime/compress/class-use/ColGroupOffset.html    |   0
 .../sysml/runtime/compress/class-use/ColGroupRLE.html       |   0
 .../runtime/compress/class-use/ColGroupUncompressed.html    |   0
 .../sysml/runtime/compress/class-use/ColGroupValue.html     |   0
 .../CompressedMatrixBlock.CompressionStatistics.html        |   0
 .../runtime/compress/class-use/CompressedMatrixBlock.html   |   0
 .../runtime/compress/class-use/ReaderColumnSelection.html   |   0
 .../compress/class-use/ReaderColumnSelectionDense.html      |   0
 .../class-use/ReaderColumnSelectionDenseSample.html         |   0
 .../compress/class-use/ReaderColumnSelectionSparse.html     |   0
 .../runtime/compress/class-use/UncompressedBitmap.html      |   0
 .../runtime/compress/cocode/ColumnGroupPartitioner.html     |   0
 .../compress/cocode/ColumnGroupPartitionerBinPacking.html   |   0
 .../compress/cocode/ColumnGroupPartitionerStatic.html       |   0
 .../compress/cocode/PlanningCoCoder.GroupableColInfo.html   |   0
 .../compress/cocode/PlanningCoCoder.PartitionerType.html    |   0
 .../sysml/runtime/compress/cocode/PlanningCoCoder.html      |   0
 .../compress/cocode/PlanningCoCodingGroup.ColIndexes.html   |   0
 .../runtime/compress/cocode/PlanningCoCodingGroup.html      |   0
 .../sysml/runtime/compress/cocode/PlanningMemoTable.html    |   0
 .../compress/cocode/class-use/ColumnGroupPartitioner.html   |   0
 .../cocode/class-use/ColumnGroupPartitionerBinPacking.html  |   0
 .../cocode/class-use/ColumnGroupPartitionerStatic.html      |   0
 .../cocode/class-use/PlanningCoCoder.GroupableColInfo.html  |   0
 .../cocode/class-use/PlanningCoCoder.PartitionerType.html   |   0
 .../runtime/compress/cocode/class-use/PlanningCoCoder.html  |   0
 .../cocode/class-use/PlanningCoCodingGroup.ColIndexes.html  |   0
 .../compress/cocode/class-use/PlanningCoCodingGroup.html    |   0
 .../compress/cocode/class-use/PlanningMemoTable.html        |   0
 .../apache/sysml/runtime/compress/cocode/package-frame.html |   0
 .../sysml/runtime/compress/cocode/package-summary.html      |   0
 .../apache/sysml/runtime/compress/cocode/package-tree.html  |   0
 .../apache/sysml/runtime/compress/cocode/package-use.html   |   0
 .../CompressedSizeEstimator.SizeEstimationFactors.html      |   0
 .../runtime/compress/estim/CompressedSizeEstimator.html     |   0
 .../compress/estim/CompressedSizeEstimatorExact.html        |   0
 .../compress/estim/CompressedSizeEstimatorSample.html       |   0
 .../sysml/runtime/compress/estim/CompressedSizeInfo.html    |   0
 .../sysml/runtime/compress/estim/SizeEstimatorFactory.html  |   0
 .../CompressedSizeEstimator.SizeEstimationFactors.html      |   0
 .../compress/estim/class-use/CompressedSizeEstimator.html   |   0
 .../estim/class-use/CompressedSizeEstimatorExact.html       |   0
 .../estim/class-use/CompressedSizeEstimatorSample.html      |   0
 .../compress/estim/class-use/CompressedSizeInfo.html        |   0
 .../compress/estim/class-use/SizeEstimatorFactory.html      |   0
 .../apache/sysml/runtime/compress/estim/package-frame.html  |   0
 .../sysml/runtime/compress/estim/package-summary.html       |   0
 .../apache/sysml/runtime/compress/estim/package-tree.html   |   0
 .../apache/sysml/runtime/compress/estim/package-use.html    |   0
 .../org/apache/sysml/runtime/compress/package-frame.html    |   0
 .../org/apache/sysml/runtime/compress/package-summary.html  |   0
 .../org/apache/sysml/runtime/compress/package-tree.html     |   0
 .../java/org/apache/sysml/runtime/compress/package-use.html |   0
 .../apache/sysml/runtime/compress/utils/ConverterUtils.html |   0
 .../org/apache/sysml/runtime/compress/utils/DblArray.html   |   0
 .../utils/DblArrayIntListHashMap.DArrayIListEntry.html      |   0
 .../runtime/compress/utils/DblArrayIntListHashMap.html      |   0
 .../compress/utils/DoubleIntListHashMap.DIListEntry.html    |   0
 .../sysml/runtime/compress/utils/DoubleIntListHashMap.html  |   0
 .../apache/sysml/runtime/compress/utils/IntArrayList.html   |   0
 .../sysml/runtime/compress/utils/LinearAlgebraUtils.html    |   0
 .../runtime/compress/utils/class-use/ConverterUtils.html    |   0
 .../sysml/runtime/compress/utils/class-use/DblArray.html    |   0
 .../class-use/DblArrayIntListHashMap.DArrayIListEntry.html  |   0
 .../compress/utils/class-use/DblArrayIntListHashMap.html    |   0
 .../utils/class-use/DoubleIntListHashMap.DIListEntry.html   |   0
 .../compress/utils/class-use/DoubleIntListHashMap.html      |   0
 .../runtime/compress/utils/class-use/IntArrayList.html      |   0
 .../compress/utils/class-use/LinearAlgebraUtils.html        |   0
 .../apache/sysml/runtime/compress/utils/package-frame.html  |   0
 .../sysml/runtime/compress/utils/package-summary.html       |   0
 .../apache/sysml/runtime/compress/utils/package-tree.html   |   0
 .../apache/sysml/runtime/compress/utils/package-use.html    |   0
 .../sysml/runtime/instructions/CPInstructionParser.html     |   0
 .../sysml/runtime/instructions/GPUInstructionParser.html    |   0
 .../runtime/instructions/Instruction.INSTRUCTION_TYPE.html  |   0
 .../org/apache/sysml/runtime/instructions/Instruction.html  |   0
 .../sysml/runtime/instructions/InstructionParser.html       |   0
 .../apache/sysml/runtime/instructions/InstructionUtils.html |   0
 .../sysml/runtime/instructions/MRInstructionParser.html     |   0
 .../apache/sysml/runtime/instructions/MRJobInstruction.html |   0
 .../sysml/runtime/instructions/SPInstructionParser.html     |   0
 .../runtime/instructions/class-use/CPInstructionParser.html |   0
 .../instructions/class-use/GPUInstructionParser.html        |   0
 .../class-use/Instruction.INSTRUCTION_TYPE.html             |   0
 .../sysml/runtime/instructions/class-use/Instruction.html   |   0
 .../runtime/instructions/class-use/InstructionParser.html   |   0
 .../runtime/instructions/class-use/InstructionUtils.html    |   0
 .../runtime/instructions/class-use/MRInstructionParser.html |   0
 .../runtime/instructions/class-use/MRJobInstruction.html    |   0
 .../runtime/instructions/class-use/SPInstructionParser.html |   0
 .../instructions/gpu/AggregateBinaryGPUInstruction.html     |   0
 .../instructions/gpu/ArithmeticBinaryGPUInstruction.html    |   0
 .../instructions/gpu/BuiltinUnaryGPUInstruction.html        |   0
 .../runtime/instructions/gpu/ConvolutionGPUInstruction.html |   0
 .../gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html             |   0
 .../sysml/runtime/instructions/gpu/GPUInstruction.html      |   0
 .../sysml/runtime/instructions/gpu/MMTSJGPUInstruction.html |   0
 .../instructions/gpu/MatrixBuiltinGPUInstruction.html       |   0
 .../gpu/MatrixMatrixArithmeticGPUInstruction.html           |   0
 .../instructions/gpu/MatrixMatrixAxpyGPUInstruction.html    |   0
 .../sysml/runtime/instructions/gpu/ReorgGPUInstruction.html |   0
 .../gpu/ScalarMatrixArithmeticGPUInstruction.html           |   0
 .../gpu/class-use/AggregateBinaryGPUInstruction.html        |   0
 .../gpu/class-use/ArithmeticBinaryGPUInstruction.html       |   0
 .../gpu/class-use/BuiltinUnaryGPUInstruction.html           |   0
 .../gpu/class-use/ConvolutionGPUInstruction.html            |   0
 .../gpu/class-use/GPUInstruction.GPUINSTRUCTION_TYPE.html   |   0
 .../runtime/instructions/gpu/class-use/GPUInstruction.html  |   0
 .../instructions/gpu/class-use/MMTSJGPUInstruction.html     |   0
 .../gpu/class-use/MatrixBuiltinGPUInstruction.html          |   0
 .../gpu/class-use/MatrixMatrixArithmeticGPUInstruction.html |   0
 .../gpu/class-use/MatrixMatrixAxpyGPUInstruction.html       |   0
 .../instructions/gpu/class-use/ReorgGPUInstruction.html     |   0
 .../gpu/class-use/ScalarMatrixArithmeticGPUInstruction.html |   0
 .../gpu/context/AggregateUnaryGPUInstruction.html           |   0
 .../runtime/instructions/gpu/context/ExecutionConfig.html   |   0
 .../sysml/runtime/instructions/gpu/context/GPUContext.html  |   0
 .../instructions/gpu/context/GPUObject.EvictionPolicy.html  |   0
 .../sysml/runtime/instructions/gpu/context/GPUObject.html   |   0
 .../runtime/instructions/gpu/context/JCudaContext.html      |   0
 .../runtime/instructions/gpu/context/JCudaKernels.html      |   0
 .../instructions/gpu/context/JCudaObject.CSRPointer.html    |   0
 .../sysml/runtime/instructions/gpu/context/JCudaObject.html |   0
 .../gpu/context/class-use/AggregateUnaryGPUInstruction.html |   0
 .../instructions/gpu/context/class-use/ExecutionConfig.html |   0
 .../instructions/gpu/context/class-use/GPUContext.html      |   0
 .../gpu/context/class-use/GPUObject.EvictionPolicy.html     |   0
 .../instructions/gpu/context/class-use/GPUObject.html       |   0
 .../instructions/gpu/context/class-use/JCudaContext.html    |   0
 .../instructions/gpu/context/class-use/JCudaKernels.html    |   0
 .../gpu/context/class-use/JCudaObject.CSRPointer.html       |   0
 .../instructions/gpu/context/class-use/JCudaObject.html     |   0
 .../runtime/instructions/gpu/context/package-frame.html     |   0
 .../runtime/instructions/gpu/context/package-summary.html   |   0
 .../runtime/instructions/gpu/context/package-tree.html      |   0
 .../sysml/runtime/instructions/gpu/context/package-use.html |   0
 .../sysml/runtime/instructions/gpu/package-frame.html       |   0
 .../sysml/runtime/instructions/gpu/package-summary.html     |   0
 .../apache/sysml/runtime/instructions/gpu/package-tree.html |   0
 .../apache/sysml/runtime/instructions/gpu/package-use.html  |   0
 .../apache/sysml/runtime/instructions/package-frame.html    |   0
 .../apache/sysml/runtime/instructions/package-summary.html  |   0
 .../org/apache/sysml/runtime/instructions/package-tree.html |   0
 .../org/apache/sysml/runtime/instructions/package-use.html  |   0
 .../instructions/spark/AggregateTernarySPInstruction.html   |   0
 .../instructions/spark/AggregateUnarySPInstruction.html     |   0
 .../spark/AppendGAlignedSPInstruction.ShiftColumnIndex.html |   0
 .../instructions/spark/AppendGAlignedSPInstruction.html     |   0
 .../spark/AppendGSPInstruction.MergeWithShiftedBlocks.html  |   0
 .../spark/AppendGSPInstruction.ShiftMatrix.html             |   0
 .../runtime/instructions/spark/AppendGSPInstruction.html    |   0
 .../runtime/instructions/spark/AppendMSPInstruction.html    |   0
 .../runtime/instructions/spark/AppendRSPInstruction.html    |   0
 .../instructions/spark/ArithmeticBinarySPInstruction.html   |   0
 .../BinUaggChainSPInstruction.RDDBinUaggChainFunction.html  |   0
 .../instructions/spark/BinUaggChainSPInstruction.html       |   0
 .../runtime/instructions/spark/BinarySPInstruction.html     |   0
 .../instructions/spark/BuiltinBinarySPInstruction.html      |   0
 .../instructions/spark/BuiltinUnarySPInstruction.html       |   0
 .../runtime/instructions/spark/CSVReblockSPInstruction.html |   0
 .../sysml/runtime/instructions/spark/CastSPInstruction.html |   0
 .../instructions/spark/CentralMomentSPInstruction.html      |   0
 .../runtime/instructions/spark/CheckpointSPInstruction.html |   0
 .../spark/CompressionSPInstruction.CompressionFunction.html |   0
 .../instructions/spark/CompressionSPInstruction.html        |   0
 .../instructions/spark/ComputationSPInstruction.html        |   0
 .../runtime/instructions/spark/CovarianceSPInstruction.html |   0
 .../sysml/runtime/instructions/spark/CpmmSPInstruction.html |   0
 .../spark/CumulativeAggregateSPInstruction.html             |   0
 .../instructions/spark/CumulativeOffsetSPInstruction.html   |   0
 .../instructions/spark/FrameAppendMSPInstruction.html       |   0
 .../instructions/spark/FrameAppendRSPInstruction.html       |   0
 .../instructions/spark/FrameIndexingSPInstruction.html      |   0
 .../runtime/instructions/spark/IndexingSPInstruction.html   |   0
 .../runtime/instructions/spark/MapmmChainSPInstruction.html |   0
 .../runtime/instructions/spark/MapmmSPInstruction.html      |   0
 .../instructions/spark/MatrixAppendMSPInstruction.html      |   0
 .../instructions/spark/MatrixAppendRSPInstruction.html      |   0
 .../spark/MatrixBVectorArithmeticSPInstruction.html         |   0
 .../spark/MatrixBVectorBuiltinSPInstruction.html            |   0
 .../spark/MatrixBVectorRelationalSPInstruction.html         |   0
 .../instructions/spark/MatrixBuiltinSPInstruction.html      |   0
 .../instructions/spark/MatrixIndexingSPInstruction.html     |   0
 .../spark/MatrixMatrixArithmeticSPInstruction.html          |   0
 .../spark/MatrixMatrixBuiltinSPInstruction.html             |   0
 .../spark/MatrixMatrixRelationalSPInstruction.html          |   0
 .../instructions/spark/MatrixReshapeSPInstruction.html      |   0
 .../spark/MatrixScalarArithmeticSPInstruction.html          |   0
 .../spark/MatrixScalarBuiltinSPInstruction.html             |   0
 .../spark/MatrixScalarRelationalSPInstruction.html          |   0
 ...dBuiltinSPInstruction.TransformEncodeBuild2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeBuildFunction.html |   0
 ...dBuiltinSPInstruction.TransformEncodeGroup2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeGroupFunction.html |   0
 .../spark/MultiReturnParameterizedBuiltinSPInstruction.html |   0
 .../runtime/instructions/spark/PMapmmSPInstruction.html     |   0
 .../ParameterizedBuiltinSPInstruction.CreateMatrixCell.html |   0
 ...erizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html |   0
 ...arameterizedBuiltinSPInstruction.RDDRExpandFunction.html |   0
 ...eterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html |   0
 ...zedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html |   0
 ...arameterizedBuiltinSPInstruction.RDDReplaceFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDTransformApplyFunction.html |   0
 ...uiltinSPInstruction.RDDTransformApplyOffsetFunction.html |   0
 ...iltinSPInstruction.RDDTransformDecodeExpandFunction.html |   0
 ...izedBuiltinSPInstruction.RDDTransformDecodeFunction.html |   0
 .../spark/ParameterizedBuiltinSPInstruction.html            |   0
 .../runtime/instructions/spark/PlusMultSPInstruction.html   |   0
 .../sysml/runtime/instructions/spark/PmmSPInstruction.html  |   0
 .../instructions/spark/QuantilePickSPInstruction.html       |   0
 .../instructions/spark/QuantileSortSPInstruction.html       |   0
 .../runtime/instructions/spark/QuaternarySPInstruction.html |   0
 .../sysml/runtime/instructions/spark/RandSPInstruction.html |   0
 .../runtime/instructions/spark/ReblockSPInstruction.html    |   0
 .../instructions/spark/RelationalBinarySPInstruction.html   |   0
 .../runtime/instructions/spark/ReorgSPInstruction.html      |   0
 .../sysml/runtime/instructions/spark/RmmSPInstruction.html  |   0
 .../spark/SPInstruction.SPINSTRUCTION_TYPE.html             |   0
 .../sysml/runtime/instructions/spark/SPInstruction.html     |   0
 .../runtime/instructions/spark/TernarySPInstruction.html    |   0
 .../runtime/instructions/spark/Tsmm2SPInstruction.html      |   0
 .../sysml/runtime/instructions/spark/TsmmSPInstruction.html |   0
 .../instructions/spark/UaggOuterChainSPInstruction.html     |   0
 .../runtime/instructions/spark/UnarySPInstruction.html      |   0
 .../runtime/instructions/spark/WriteSPInstruction.html      |   0
 .../runtime/instructions/spark/ZipmmSPInstruction.html      |   0
 .../spark/class-use/AggregateTernarySPInstruction.html      |   0
 .../spark/class-use/AggregateUnarySPInstruction.html        |   0
 .../AppendGAlignedSPInstruction.ShiftColumnIndex.html       |   0
 .../spark/class-use/AppendGAlignedSPInstruction.html        |   0
 .../AppendGSPInstruction.MergeWithShiftedBlocks.html        |   0
 .../spark/class-use/AppendGSPInstruction.ShiftMatrix.html   |   0
 .../instructions/spark/class-use/AppendGSPInstruction.html  |   0
 .../instructions/spark/class-use/AppendMSPInstruction.html  |   0
 .../instructions/spark/class-use/AppendRSPInstruction.html  |   0
 .../spark/class-use/ArithmeticBinarySPInstruction.html      |   0
 .../BinUaggChainSPInstruction.RDDBinUaggChainFunction.html  |   0
 .../spark/class-use/BinUaggChainSPInstruction.html          |   0
 .../instructions/spark/class-use/BinarySPInstruction.html   |   0
 .../spark/class-use/BuiltinBinarySPInstruction.html         |   0
 .../spark/class-use/BuiltinUnarySPInstruction.html          |   0
 .../spark/class-use/CSVReblockSPInstruction.html            |   0
 .../instructions/spark/class-use/CastSPInstruction.html     |   0
 .../spark/class-use/CentralMomentSPInstruction.html         |   0
 .../spark/class-use/CheckpointSPInstruction.html            |   0
 .../CompressionSPInstruction.CompressionFunction.html       |   0
 .../spark/class-use/CompressionSPInstruction.html           |   0
 .../spark/class-use/ComputationSPInstruction.html           |   0
 .../spark/class-use/CovarianceSPInstruction.html            |   0
 .../instructions/spark/class-use/CpmmSPInstruction.html     |   0
 .../spark/class-use/CumulativeAggregateSPInstruction.html   |   0
 .../spark/class-use/CumulativeOffsetSPInstruction.html      |   0
 .../spark/class-use/FrameAppendMSPInstruction.html          |   0
 .../spark/class-use/FrameAppendRSPInstruction.html          |   0
 .../spark/class-use/FrameIndexingSPInstruction.html         |   0
 .../instructions/spark/class-use/IndexingSPInstruction.html |   0
 .../spark/class-use/MapmmChainSPInstruction.html            |   0
 .../instructions/spark/class-use/MapmmSPInstruction.html    |   0
 .../spark/class-use/MatrixAppendMSPInstruction.html         |   0
 .../spark/class-use/MatrixAppendRSPInstruction.html         |   0
 .../class-use/MatrixBVectorArithmeticSPInstruction.html     |   0
 .../spark/class-use/MatrixBVectorBuiltinSPInstruction.html  |   0
 .../class-use/MatrixBVectorRelationalSPInstruction.html     |   0
 .../spark/class-use/MatrixBuiltinSPInstruction.html         |   0
 .../spark/class-use/MatrixIndexingSPInstruction.html        |   0
 .../class-use/MatrixMatrixArithmeticSPInstruction.html      |   0
 .../spark/class-use/MatrixMatrixBuiltinSPInstruction.html   |   0
 .../class-use/MatrixMatrixRelationalSPInstruction.html      |   0
 .../spark/class-use/MatrixReshapeSPInstruction.html         |   0
 .../class-use/MatrixScalarArithmeticSPInstruction.html      |   0
 .../spark/class-use/MatrixScalarBuiltinSPInstruction.html   |   0
 .../class-use/MatrixScalarRelationalSPInstruction.html      |   0
 ...dBuiltinSPInstruction.TransformEncodeBuild2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeBuildFunction.html |   0
 ...dBuiltinSPInstruction.TransformEncodeGroup2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeGroupFunction.html |   0
 .../MultiReturnParameterizedBuiltinSPInstruction.html       |   0
 .../instructions/spark/class-use/PMapmmSPInstruction.html   |   0
 .../ParameterizedBuiltinSPInstruction.CreateMatrixCell.html |   0
 ...erizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html |   0
 ...arameterizedBuiltinSPInstruction.RDDRExpandFunction.html |   0
 ...eterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html |   0
 ...zedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html |   0
 ...arameterizedBuiltinSPInstruction.RDDReplaceFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDTransformApplyFunction.html |   0
 ...uiltinSPInstruction.RDDTransformApplyOffsetFunction.html |   0
 ...iltinSPInstruction.RDDTransformDecodeExpandFunction.html |   0
 ...izedBuiltinSPInstruction.RDDTransformDecodeFunction.html |   0
 .../spark/class-use/ParameterizedBuiltinSPInstruction.html  |   0
 .../instructions/spark/class-use/PlusMultSPInstruction.html |   0
 .../instructions/spark/class-use/PmmSPInstruction.html      |   0
 .../spark/class-use/QuantilePickSPInstruction.html          |   0
 .../spark/class-use/QuantileSortSPInstruction.html          |   0
 .../spark/class-use/QuaternarySPInstruction.html            |   0
 .../instructions/spark/class-use/RandSPInstruction.html     |   0
 .../instructions/spark/class-use/ReblockSPInstruction.html  |   0
 .../spark/class-use/RelationalBinarySPInstruction.html      |   0
 .../instructions/spark/class-use/ReorgSPInstruction.html    |   0
 .../instructions/spark/class-use/RmmSPInstruction.html      |   0
 .../spark/class-use/SPInstruction.SPINSTRUCTION_TYPE.html   |   0
 .../runtime/instructions/spark/class-use/SPInstruction.html |   0
 .../instructions/spark/class-use/TernarySPInstruction.html  |   0
 .../instructions/spark/class-use/Tsmm2SPInstruction.html    |   0
 .../instructions/spark/class-use/TsmmSPInstruction.html     |   0
 .../spark/class-use/UaggOuterChainSPInstruction.html        |   0
 .../instructions/spark/class-use/UnarySPInstruction.html    |   0
 .../instructions/spark/class-use/WriteSPInstruction.html    |   0
 .../instructions/spark/class-use/ZipmmSPInstruction.html    |   0
 .../sysml/runtime/instructions/spark/package-frame.html     |   0
 .../sysml/runtime/instructions/spark/package-summary.html   |   0
 .../sysml/runtime/instructions/spark/package-tree.html      |   0
 .../sysml/runtime/instructions/spark/package-use.html       |   0
 .../instructions/spark/utils/FrameRDDAggregateUtils.html    |   0
 ...ConverterUtils.LongFrameToLongWritableFrameFunction.html |   0
 ...ConverterUtils.LongWritableFrameToLongFrameFunction.html |   0
 ...DDConverterUtils.LongWritableTextToLongTextFunction.html |   0
 .../FrameRDDConverterUtils.LongWritableToSerFunction.html   |   0
 .../instructions/spark/utils/FrameRDDConverterUtils.html    |   0
 .../runtime/instructions/spark/utils/RDDAggregateUtils.html |   0
 .../utils/RDDConverterUtils.DataFrameExtractIDFunction.html |   0
 .../runtime/instructions/spark/utils/RDDConverterUtils.html |   0
 .../spark/utils/RDDConverterUtilsExt.AddRowID.html          |   0
 .../spark/utils/RDDConverterUtilsExt.RDDConverterTypes.html |   0
 .../instructions/spark/utils/RDDConverterUtilsExt.html      |   0
 .../spark/utils/RDDSortUtils.IndexComparator.html           |   0
 .../runtime/instructions/spark/utils/RDDSortUtils.html      |   0
 .../sysml/runtime/instructions/spark/utils/SparkUtils.html  |   0
 .../spark/utils/class-use/FrameRDDAggregateUtils.html       |   0
 ...ConverterUtils.LongFrameToLongWritableFrameFunction.html |   0
 ...ConverterUtils.LongWritableFrameToLongFrameFunction.html |   0
 ...DDConverterUtils.LongWritableTextToLongTextFunction.html |   0
 .../FrameRDDConverterUtils.LongWritableToSerFunction.html   |   0
 .../spark/utils/class-use/FrameRDDConverterUtils.html       |   0
 .../spark/utils/class-use/RDDAggregateUtils.html            |   0
 .../RDDConverterUtils.DataFrameExtractIDFunction.html       |   0
 .../spark/utils/class-use/RDDConverterUtils.html            |   0
 .../utils/class-use/RDDConverterUtilsExt.AddRowID.html      |   0
 .../class-use/RDDConverterUtilsExt.RDDConverterTypes.html   |   0
 .../spark/utils/class-use/RDDConverterUtilsExt.html         |   0
 .../spark/utils/class-use/RDDSortUtils.IndexComparator.html |   0
 .../instructions/spark/utils/class-use/RDDSortUtils.html    |   0
 .../instructions/spark/utils/class-use/SparkUtils.html      |   0
 .../runtime/instructions/spark/utils/package-frame.html     |   0
 .../runtime/instructions/spark/utils/package-summary.html   |   0
 .../runtime/instructions/spark/utils/package-tree.html      |   0
 .../sysml/runtime/instructions/spark/utils/package-use.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/CMCOVMR.html   |   0
 .../runtime/matrix/CSVReblockMR.AssignRowIDMRReturn.html    |   0
 .../apache/sysml/runtime/matrix/CSVReblockMR.BlockRow.html  |   0
 .../sysml/runtime/matrix/CSVReblockMR.OffsetCount.html      |   0
 .../java/org/apache/sysml/runtime/matrix/CSVReblockMR.html  |   0
 .../sysml/runtime/matrix/CleanupMR.CleanupMapper.html       |   0
 .../api/java/org/apache/sysml/runtime/matrix/CleanupMR.html |   0
 .../apache/sysml/runtime/matrix/CombineMR.InnerReducer.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/CombineMR.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/DataGenMR.html |   0
 .../org/apache/sysml/runtime/matrix/DataPartitionMR.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/GMR.html       |   0
 .../java/org/apache/sysml/runtime/matrix/GroupedAggMR.html  |   0
 .../api/java/org/apache/sysml/runtime/matrix/JobReturn.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/MMCJMR.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/MMRJMR.html    |   0
 .../apache/sysml/runtime/matrix/MatrixCharacteristics.html  |   0
 .../sysml/runtime/matrix/MatrixDimensionsMetaData.html      |   0
 .../apache/sysml/runtime/matrix/MatrixFormatMetaData.html   |   0
 .../api/java/org/apache/sysml/runtime/matrix/MetaData.html  |   0
 .../api/java/org/apache/sysml/runtime/matrix/ReblockMR.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/SortMR.html    |   0
 .../java/org/apache/sysml/runtime/matrix/WriteCSVMR.html    |   0
 .../org/apache/sysml/runtime/matrix/class-use/CMCOVMR.html  |   0
 .../matrix/class-use/CSVReblockMR.AssignRowIDMRReturn.html  |   0
 .../runtime/matrix/class-use/CSVReblockMR.BlockRow.html     |   0
 .../runtime/matrix/class-use/CSVReblockMR.OffsetCount.html  |   0
 .../apache/sysml/runtime/matrix/class-use/CSVReblockMR.html |   0
 .../runtime/matrix/class-use/CleanupMR.CleanupMapper.html   |   0
 .../apache/sysml/runtime/matrix/class-use/CleanupMR.html    |   0
 .../runtime/matrix/class-use/CombineMR.InnerReducer.html    |   0
 .../apache/sysml/runtime/matrix/class-use/CombineMR.html    |   0
 .../apache/sysml/runtime/matrix/class-use/DataGenMR.html    |   0
 .../sysml/runtime/matrix/class-use/DataPartitionMR.html     |   0
 .../java/org/apache/sysml/runtime/matrix/class-use/GMR.html |   0
 .../apache/sysml/runtime/matrix/class-use/GroupedAggMR.html |   0
 .../apache/sysml/runtime/matrix/class-use/JobReturn.html    |   0
 .../org/apache/sysml/runtime/matrix/class-use/MMCJMR.html   |   0
 .../org/apache/sysml/runtime/matrix/class-use/MMRJMR.html   |   0
 .../runtime/matrix/class-use/MatrixCharacteristics.html     |   0
 .../runtime/matrix/class-use/MatrixDimensionsMetaData.html  |   0
 .../runtime/matrix/class-use/MatrixFormatMetaData.html      |   0
 .../org/apache/sysml/runtime/matrix/class-use/MetaData.html |   0
 .../apache/sysml/runtime/matrix/class-use/ReblockMR.html    |   0
 .../org/apache/sysml/runtime/matrix/class-use/SortMR.html   |   0
 .../apache/sysml/runtime/matrix/class-use/WriteCSVMR.html   |   0
 .../sysml/runtime/matrix/data/AdaptivePartialBlock.html     |   0
 .../sysml/runtime/matrix/data/AddDummyWeightConverter.html  |   0
 .../matrix/data/BinaryBlockToBinaryCellConverter.html       |   0
 .../runtime/matrix/data/BinaryBlockToRowBlockConverter.html |   0
 .../runtime/matrix/data/BinaryBlockToTextCellConverter.html |   0
 .../runtime/matrix/data/BinaryCellToRowBlockConverter.html  |   0
 .../runtime/matrix/data/BinaryCellToTextConverter.html      |   0
 .../org/apache/sysml/runtime/matrix/data/CM_N_COVCell.html  |   0
 .../sysml/runtime/matrix/data/CSVFileFormatProperties.html  |   0
 .../org/apache/sysml/runtime/matrix/data/CTableMap.html     |   0
 .../org/apache/sysml/runtime/matrix/data/Converter.html     |   0
 .../sysml/runtime/matrix/data/ConvolutionParameters.html    |   0
 .../matrix/data/FileFormatProperties.FileFormat.html        |   0
 .../sysml/runtime/matrix/data/FileFormatProperties.html     |   0
 .../runtime/matrix/data/FrameBlock.ColumnMetadata.html      |   0
 .../org/apache/sysml/runtime/matrix/data/FrameBlock.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/data/IJV.html  |   0
 .../sysml/runtime/matrix/data/IdenticalConverter.html       |   0
 .../org/apache/sysml/runtime/matrix/data/InputInfo.html     |   0
 .../apache/sysml/runtime/matrix/data/LibCommonsMath.html    |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixAgg.html  |   0
 .../matrix/data/LibMatrixBincell.BinaryAccessType.html      |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixBincell.html  |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixCUDA.html |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixDNN.html  |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixDatagen.html  |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixMult.html |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixOuterAgg.html |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixReorg.html    |   0
 .../sysml/runtime/matrix/data/MatrixBlock.BlockType.html    |   0
 .../runtime/matrix/data/MatrixBlock.SparsityEstimate.html   |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixBlock.html   |   0
 .../sysml/runtime/matrix/data/MatrixBlockDataInput.html     |   0
 .../sysml/runtime/matrix/data/MatrixBlockDataOutput.html    |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixCell.html    |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixIndexes.html |   0
 .../apache/sysml/runtime/matrix/data/MatrixPackedCell.html  |   0
 .../sysml/runtime/matrix/data/MatrixValue.CellIndex.html    |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixValue.html   |   0
 .../sysml/runtime/matrix/data/MultipleOutputCommitter.html  |   0
 .../runtime/matrix/data/NumItemsByEachReducerMetaData.html  |   0
 .../sysml/runtime/matrix/data/OperationsOnMatrixValues.html |   0
 .../org/apache/sysml/runtime/matrix/data/OutputInfo.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/data/Pair.html |   0
 .../org/apache/sysml/runtime/matrix/data/PartialBlock.html  |   0
 .../sysml/runtime/matrix/data/RandomMatrixGenerator.html    |   0
 .../apache/sysml/runtime/matrix/data/SparseBlock.Type.html  |   0
 .../org/apache/sysml/runtime/matrix/data/SparseBlock.html   |   0
 .../apache/sysml/runtime/matrix/data/SparseBlockCOO.html    |   0
 .../apache/sysml/runtime/matrix/data/SparseBlockCSR.html    |   0
 .../sysml/runtime/matrix/data/SparseBlockFactory.html       |   0
 .../apache/sysml/runtime/matrix/data/SparseBlockMCSR.html   |   0
 .../org/apache/sysml/runtime/matrix/data/SparseRow.html     |   0
 .../java/org/apache/sysml/runtime/matrix/data/Tagged.html   |   0
 .../runtime/matrix/data/TaggedAdaptivePartialBlock.html     |   0
 .../matrix/data/TaggedFirstSecondIndexes.Comparator.html    |   0
 .../TaggedFirstSecondIndexes.FirstIndexPartitioner.html     |   0
 ...TaggedFirstSecondIndexes.FirstIndexRangePartitioner.html |   0
 .../data/TaggedFirstSecondIndexes.TagPartitioner.html       |   0
 .../sysml/runtime/matrix/data/TaggedFirstSecondIndexes.html |   0
 .../apache/sysml/runtime/matrix/data/TaggedMatrixBlock.html |   0
 .../apache/sysml/runtime/matrix/data/TaggedMatrixCell.html  |   0
 .../sysml/runtime/matrix/data/TaggedMatrixIndexes.html      |   0
 .../sysml/runtime/matrix/data/TaggedMatrixPackedCell.html   |   0
 .../apache/sysml/runtime/matrix/data/TaggedMatrixValue.html |   0
 .../sysml/runtime/matrix/data/TaggedTripleIndexes.html      |   0
 .../runtime/matrix/data/TextCellToRowBlockConverter.html    |   0
 .../runtime/matrix/data/TextToBinaryCellConverter.html      |   0
 .../sysml/runtime/matrix/data/TripleIndexes.Comparator.html |   0
 .../data/TripleIndexes.FirstTwoIndexesPartitioner.html      |   0
 .../org/apache/sysml/runtime/matrix/data/TripleIndexes.html |   0
 .../data/UnPaddedOutputFormat.UnpaddedRecordWriter.html     |   0
 .../sysml/runtime/matrix/data/UnPaddedOutputFormat.html     |   0
 .../org/apache/sysml/runtime/matrix/data/WeightedCell.html  |   0
 .../matrix/data/WeightedCellToSortInputConverter.html       |   0
 .../org/apache/sysml/runtime/matrix/data/WeightedPair.html  |   0
 .../runtime/matrix/data/class-use/AdaptivePartialBlock.html |   0
 .../matrix/data/class-use/AddDummyWeightConverter.html      |   0
 .../data/class-use/BinaryBlockToBinaryCellConverter.html    |   0
 .../data/class-use/BinaryBlockToRowBlockConverter.html      |   0
 .../data/class-use/BinaryBlockToTextCellConverter.html      |   0
 .../data/class-use/BinaryCellToRowBlockConverter.html       |   0
 .../matrix/data/class-use/BinaryCellToTextConverter.html    |   0
 .../sysml/runtime/matrix/data/class-use/CM_N_COVCell.html   |   0
 .../matrix/data/class-use/CSVFileFormatProperties.html      |   0
 .../sysml/runtime/matrix/data/class-use/CTableMap.html      |   0
 .../sysml/runtime/matrix/data/class-use/Converter.html      |   0
 .../matrix/data/class-use/ConvolutionParameters.html        |   0
 .../data/class-use/FileFormatProperties.FileFormat.html     |   0
 .../runtime/matrix/data/class-use/FileFormatProperties.html |   0
 .../matrix/data/class-use/FrameBlock.ColumnMetadata.html    |   0
 .../sysml/runtime/matrix/data/class-use/FrameBlock.html     |   0
 .../org/apache/sysml/runtime/matrix/data/class-use/IJV.html |   0
 .../runtime/matrix/data/class-use/IdenticalConverter.html   |   0
 .../sysml/runtime/matrix/data/class-use/InputInfo.html      |   0
 .../sysml/runtime/matrix/data/class-use/LibCommonsMath.html |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixAgg.html   |   0
 .../data/class-use/LibMatrixBincell.BinaryAccessType.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixBincell.html     |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixCUDA.html  |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixDNN.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixDatagen.html     |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixMult.html  |   0
 .../runtime/matrix/data/class-use/LibMatrixOuterAgg.html    |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixReorg.html |   0
 .../matrix/data/class-use/MatrixBlock.BlockType.html        |   0
 .../matrix/data/class-use/MatrixBlock.SparsityEstimate.html |   0
 .../sysml/runtime/matrix/data/class-use/MatrixBlock.html    |   0
 .../runtime/matrix/data/class-use/MatrixBlockDataInput.html |   0
 .../matrix/data/class-use/MatrixBlockDataOutput.html        |   0
 .../sysml/runtime/matrix/data/class-use/MatrixCell.html     |   0
 .../sysml/runtime/matrix/data/class-use/MatrixIndexes.html  |   0
 .../runtime/matrix/data/class-use/MatrixPackedCell.html     |   0
 .../matrix/data/class-use/MatrixValue.CellIndex.html        |   0
 .../sysml/runtime/matrix/data/class-use/MatrixValue.html    |   0
 .../matrix/data/class-use/MultipleOutputCommitter.html      |   0
 .../data/class-use/NumItemsByEachReducerMetaData.html       |   0
 .../matrix/data/class-use/OperationsOnMatrixValues.html     |   0
 .../sysml/runtime/matrix/data/class-use/OutputInfo.html     |   0
 .../apache/sysml/runtime/matrix/data/class-use/Pair.html    |   0
 .../sysml/runtime/matrix/data/class-use/PartialBlock.html   |   0
 .../matrix/data/class-use/RandomMatrixGenerator.html        |   0
 .../runtime/matrix/data/class-use/SparseBlock.Type.html     |   0
 .../sysml/runtime/matrix/data/class-use/SparseBlock.html    |   0
 .../sysml/runtime/matrix/data/class-use/SparseBlockCOO.html |   0
 .../sysml/runtime/matrix/data/class-use/SparseBlockCSR.html |   0
 .../runtime/matrix/data/class-use/SparseBlockFactory.html   |   0
 .../runtime/matrix/data/class-use/SparseBlockMCSR.html      |   0
 .../sysml/runtime/matrix/data/class-use/SparseRow.html      |   0
 .../apache/sysml/runtime/matrix/data/class-use/Tagged.html  |   0
 .../matrix/data/class-use/TaggedAdaptivePartialBlock.html   |   0
 .../data/class-use/TaggedFirstSecondIndexes.Comparator.html |   0
 .../TaggedFirstSecondIndexes.FirstIndexPartitioner.html     |   0
 ...TaggedFirstSecondIndexes.FirstIndexRangePartitioner.html |   0
 .../class-use/TaggedFirstSecondIndexes.TagPartitioner.html  |   0
 .../matrix/data/class-use/TaggedFirstSecondIndexes.html     |   0
 .../runtime/matrix/data/class-use/TaggedMatrixBlock.html    |   0
 .../runtime/matrix/data/class-use/TaggedMatrixCell.html     |   0
 .../runtime/matrix/data/class-use/TaggedMatrixIndexes.html  |   0
 .../matrix/data/class-use/TaggedMatrixPackedCell.html       |   0
 .../runtime/matrix/data/class-use/TaggedMatrixValue.html    |   0
 .../runtime/matrix/data/class-use/TaggedTripleIndexes.html  |   0
 .../matrix/data/class-use/TextCellToRowBlockConverter.html  |   0
 .../matrix/data/class-use/TextToBinaryCellConverter.html    |   0
 .../matrix/data/class-use/TripleIndexes.Comparator.html     |   0
 .../class-use/TripleIndexes.FirstTwoIndexesPartitioner.html |   0
 .../sysml/runtime/matrix/data/class-use/TripleIndexes.html  |   0
 .../UnPaddedOutputFormat.UnpaddedRecordWriter.html          |   0
 .../runtime/matrix/data/class-use/UnPaddedOutputFormat.html |   0
 .../sysml/runtime/matrix/data/class-use/WeightedCell.html   |   0
 .../data/class-use/WeightedCellToSortInputConverter.html    |   0
 .../sysml/runtime/matrix/data/class-use/WeightedPair.html   |   0
 .../org/apache/sysml/runtime/matrix/data/package-frame.html |   0
 .../apache/sysml/runtime/matrix/data/package-summary.html   |   0
 .../org/apache/sysml/runtime/matrix/data/package-tree.html  |   0
 .../org/apache/sysml/runtime/matrix/data/package-use.html   |   0
 .../java/org/apache/sysml/runtime/matrix/package-frame.html |   0
 .../org/apache/sysml/runtime/matrix/package-summary.html    |   0
 .../java/org/apache/sysml/runtime/matrix/package-tree.html  |   0
 .../java/org/apache/sysml/runtime/matrix/package-use.html   |   0
 .../api/java/org/apache/sysml/runtime/package-frame.html    |   0
 .../api/java/org/apache/sysml/runtime/package-summary.html  |   0
 .../api/java/org/apache/sysml/runtime/package-tree.html     |   0
 .../api/java/org/apache/sysml/runtime/package-use.html      |   0
 .../0.13.0/api/java/org/apache/sysml/udf/BinaryObject.html  |   0
 .../sysml/udf/ExternalFunctionInvocationInstruction.html    |   0
 .../sysml/udf/FunctionParameter.FunctionParameterType.html  |   0
 .../api/java/org/apache/sysml/udf/FunctionParameter.html    |   0
 .../api/java/org/apache/sysml/udf/Matrix.ValueType.html     |   0
 .../docs/0.13.0/api/java/org/apache/sysml/udf/Matrix.html   |   0
 .../api/java/org/apache/sysml/udf/PackageFunction.html      |   0
 .../java/org/apache/sysml/udf/Scalar.ScalarValueType.html   |   0
 .../docs/0.13.0/api/java/org/apache/sysml/udf/Scalar.html   |   0
 .../java/org/apache/sysml/udf/class-use/BinaryObject.html   |   0
 .../class-use/ExternalFunctionInvocationInstruction.html    |   0
 .../class-use/FunctionParameter.FunctionParameterType.html  |   0
 .../org/apache/sysml/udf/class-use/FunctionParameter.html   |   0
 .../org/apache/sysml/udf/class-use/Matrix.ValueType.html    |   0
 .../api/java/org/apache/sysml/udf/class-use/Matrix.html     |   0
 .../org/apache/sysml/udf/class-use/PackageFunction.html     |   0
 .../apache/sysml/udf/class-use/Scalar.ScalarValueType.html  |   0
 .../api/java/org/apache/sysml/udf/class-use/Scalar.html     |   0
 .../api/java/org/apache/sysml/udf/lib/BinningWrapper.html   |   0
 .../api/java/org/apache/sysml/udf/lib/CumSumProd.html       |   0
 .../api/java/org/apache/sysml/udf/lib/DeNaNWrapper.html     |   0
 .../java/org/apache/sysml/udf/lib/DeNegInfinityWrapper.html |   0
 .../org/apache/sysml/udf/lib/DynamicProjectMatrixCP.html    |   0
 .../java/org/apache/sysml/udf/lib/DynamicReadMatrixCP.html  |   0
 .../org/apache/sysml/udf/lib/DynamicReadMatrixRcCP.html     |   0
 .../java/org/apache/sysml/udf/lib/DynamicWriteMatrixCP.html |   0
 .../api/java/org/apache/sysml/udf/lib/GatherWrapper.html    |   0
 .../api/java/org/apache/sysml/udf/lib/MultiInputCbind.html  |   0
 .../api/java/org/apache/sysml/udf/lib/OrderWrapper.html     |   0
 .../org/apache/sysml/udf/lib/PermutationMatrixWrapper.html  |   0
 .../api/java/org/apache/sysml/udf/lib/RemoveEmptyRows.html  |   0
 .../sysml/udf/lib/RowClassMeet.ClassLabelComparator.html    |   0
 .../org/apache/sysml/udf/lib/RowClassMeet.ClassLabels.html  |   0
 .../api/java/org/apache/sysml/udf/lib/RowClassMeet.html     |   0
 .../java/org/apache/sysml/udf/lib/SGDNesterovUpdate.html    |   0
 .../api/java/org/apache/sysml/udf/lib/TimeWrapper.html      |   0
 .../org/apache/sysml/udf/lib/class-use/BinningWrapper.html  |   0
 .../java/org/apache/sysml/udf/lib/class-use/CumSumProd.html |   0
 .../org/apache/sysml/udf/lib/class-use/DeNaNWrapper.html    |   0
 .../sysml/udf/lib/class-use/DeNegInfinityWrapper.html       |   0
 .../sysml/udf/lib/class-use/DynamicProjectMatrixCP.html     |   0
 .../apache/sysml/udf/lib/class-use/DynamicReadMatrixCP.html |   0
 .../sysml/udf/lib/class-use/DynamicReadMatrixRcCP.html      |   0
 .../sysml/udf/lib/class-use/DynamicWriteMatrixCP.html       |   0
 .../org/apache/sysml/udf/lib/class-use/GatherWrapper.html   |   0
 .../org/apache/sysml/udf/lib/class-use/MultiInputCbind.html |   0
 .../org/apache/sysml/udf/lib/class-use/OrderWrapper.html    |   0
 .../sysml/udf/lib/class-use/PermutationMatrixWrapper.html   |   0
 .../org/apache/sysml/udf/lib/class-use/RemoveEmptyRows.html |   0
 .../lib/class-use/RowClassMeet.ClassLabelComparator.html    |   0
 .../sysml/udf/lib/class-use/RowClassMeet.ClassLabels.html   |   0
 .../org/apache/sysml/udf/lib/class-use/RowClassMeet.html    |   0
 .../apache/sysml/udf/lib/class-use/SGDNesterovUpdate.html   |   0
 .../org/apache/sysml/udf/lib/class-use/TimeWrapper.html     |   0
 .../api/java/org/apache/sysml/udf/lib/package-frame.html    |   0
 .../api/java/org/apache/sysml/udf/lib/package-summary.html  |   0
 .../api/java/org/apache/sysml/udf/lib/package-tree.html     |   0
 .../api/java/org/apache/sysml/udf/lib/package-use.html      |   0
 .../0.13.0/api/java/org/apache/sysml/udf/package-frame.html |   0
 .../api/java/org/apache/sysml/udf/package-summary.html      |   0
 .../0.13.0/api/java/org/apache/sysml/udf/package-tree.html  |   0
 .../0.13.0/api/java/org/apache/sysml/udf/package-use.html   |   0
 {site => content}/docs/0.13.0/api/java/overview-frame.html  |   0
 .../docs/0.13.0/api/java/overview-summary.html              |   0
 {site => content}/docs/0.13.0/api/java/overview-tree.html   |   0
 {site => content}/docs/0.13.0/api/java/package-list         |   0
 {site/docs/1.2.0 => content/docs/0.13.0}/api/java/script.js |   0
 {site => content}/docs/0.13.0/api/java/serialized-form.html |   0
 .../1.2.0 => content/docs/0.13.0}/api/java/stylesheet.css   |   0
 {site => content}/docs/0.13.0/beginners-guide-python.html   |   0
 .../docs/0.13.0/beginners-guide-to-dml-and-pydml.html       |   0
 {site => content}/docs/0.13.0/contributing-to-systemml.html |   0
 .../1.1.0 => content/docs/0.13.0}/css/bootstrap.min.css     |   0
 {site/docs/1.1.0 => content/docs/0.13.0}/css/main.css       |   0
 .../1.2.0 => content/docs/0.13.0}/css/pygments-default.css  |   0
 {site => content}/docs/0.13.0/debugger-guide.html           |   0
 .../docs/0.13.0}/devdocs/MatrixMultiplicationOperators.txt  |   0
 .../0.12.0 => content/docs/0.13.0}/devdocs/deep-learning.md |   0
 .../0.12.0 => content/docs/0.13.0}/devdocs/gpu-backend.md   |   0
 .../1.1.0 => content/docs/0.13.0}/devdocs/python_api.html   |   0
 {site => content}/docs/0.13.0/developer-tools-systemml.html |   0
 {site => content}/docs/0.13.0/dml-language-reference.html   |   0
 {site => content}/docs/0.13.0/engine-dev-guide.html         |   0
 .../docs/0.13.0}/files/dml-language-reference/data.csv      |   0
 .../docs/0.13.0}/files/dml-language-reference/data.csv.mtd  |   0
 .../0.13.0}/files/dml-language-reference/data.spec.json     |   0
 .../0.13.0}/files/dml-language-reference/data.spec2.json    |   0
 .../0.13.0}/files/dml-language-reference/data.spec3.json    |   0
 .../docs/0.13.0}/files/dml-language-reference/homes.csv     |   0
 .../docs/0.13.0}/files/dml-language-reference/homes.csv.mtd |   0
 .../files/dml-language-reference/homes.tfspec_bin2.json     |   0
 .../files/dml-language-reference/homes.tfspec_recode2.json  |   0
 {site => content}/docs/0.13.0/hadoop-batch-mode.html        |   0
 ...mputation-of-quartiles-median-and-interquartile-mean.png | Bin
 .../docs/0.13.0}/img/algorithms-reference/example-tree.png  | Bin
 .../docs/0.13.0}/img/developer-tools/about-eclipse.png      | Bin
 .../docs/0.13.0}/img/developer-tools/eclipse-details.png    | Bin
 .../docs/0.13.0}/img/developer-tools/eclipse-scala.png      | Bin
 .../docs/0.13.0}/img/developer-tools/maven-connectors.png   | Bin
 .../docs/0.13.0}/img/developer-tools/maven-scala.png        | Bin
 .../docs/0.13.0}/img/developer-tools/pom-scala-errors.png   | Bin
 .../docs/0.13.0}/img/developer-tools/pom-scala-ignore.png   | Bin
 .../docs/0.13.0}/img/developer-tools/scala-components.png   | Bin
 .../docs/0.13.0}/img/developer-tools/scala-nature.png       | Bin
 ...dmlscript-debug-configuration-hello-world-main-class.png | Bin
 ...pt-debug-configuration-hello-world-program-arguments.png | Bin
 {site/docs/1.2.0 => content/docs/0.13.0}/img/favicon.png    | Bin
 .../docs/0.13.0}/img/projects/breast_cancer/approach.svg    |   0
 .../img/spark-mlcontext-programming-guide/jupyter1.png      | Bin
 .../img/spark-mlcontext-programming-guide/jupyter2.png      | Bin
 .../jupyter_loss_graph.png                                  | Bin
 .../zeppelin-notebook-systemml-linear-regression.png        | Bin
 .../spark-mlcontext-programming-guide/zeppelin-notebook.png | Bin
 .../_static => content/docs/0.13.0/img}/systemml-logo.png   | Bin
 {site => content}/docs/0.13.0/index.html                    |   0
 {site => content}/docs/0.13.0/jmlc.html                     |   0
 {site/docs/1.1.0 => content/docs/0.13.0}/js/main.js         |   0
 .../1.2.0 => content/docs/0.13.0}/js/vendor/anchor.min.js   |   0
 .../docs/0.13.0}/js/vendor/bootstrap.min.js                 |   0
 .../docs/0.13.0}/js/vendor/jquery-1.12.0.min.js             |   0
 {site => content}/docs/0.13.0/python-reference.html         |   0
 {site => content}/docs/0.13.0/release-process.html          |   0
 {site => content}/docs/0.13.0/spark-batch-mode.html         |   0
 .../docs/0.13.0/spark-mlcontext-programming-guide.html      |   0
 {site => content}/docs/0.13.0/standalone-guide.html         |   0
 {site => content}/docs/0.13.0/troubleshooting-guide.html    |   0
 {site/docs/0.15.0 => content/docs/0.14.0}/README.md         |   0
 {site => content}/docs/0.14.0/algorithms-bibliography.html  |   0
 .../docs/0.14.0/algorithms-classification.html              |   0
 {site => content}/docs/0.14.0/algorithms-clustering.html    |   0
 .../docs/0.14.0/algorithms-descriptive-statistics.html      |   0
 .../docs/0.14.0/algorithms-matrix-factorization.html        |   0
 {site => content}/docs/0.14.0/algorithms-reference.html     |   0
 {site => content}/docs/0.14.0/algorithms-regression.html    |   0
 .../docs/0.14.0/algorithms-survival-analysis.html           |   0
 .../docs/0.14.0/api/java/allclasses-frame.html              |   0
 .../docs/0.14.0/api/java/allclasses-noframe.html            |   0
 {site => content}/docs/0.14.0/api/java/constant-values.html |   0
 {site => content}/docs/0.14.0/api/java/deprecated-list.html |   0
 {site => content}/docs/0.14.0/api/java/help-doc.html        |   0
 {site => content}/docs/0.14.0/api/java/index-all.html       |   0
 {site => content}/docs/0.14.0/api/java/index.html           |   0
 .../0.14.0/api/java/org/apache/sysml/api/DMLException.html  |   0
 .../org/apache/sysml/api/DMLScript.RUNTIME_PLATFORM.html    |   0
 .../0.14.0/api/java/org/apache/sysml/api/DMLScript.html     |   0
 .../docs/0.14.0/api/java/org/apache/sysml/api/MLBlock.html  |   0
 .../0.14.0/api/java/org/apache/sysml/api/MLContext.html     |   0
 .../api/java/org/apache/sysml/api/MLContextProxy.html       |   0
 .../docs/0.14.0/api/java/org/apache/sysml/api/MLMatrix.html |   0
 .../docs/0.14.0/api/java/org/apache/sysml/api/MLOutput.html |   0
 .../java/org/apache/sysml/api/class-use/DMLException.html   |   0
 .../sysml/api/class-use/DMLScript.RUNTIME_PLATFORM.html     |   0
 .../api/java/org/apache/sysml/api/class-use/DMLScript.html  |   0
 .../api/java/org/apache/sysml/api/class-use/MLBlock.html    |   0
 .../api/java/org/apache/sysml/api/class-use/MLContext.html  |   0
 .../java/org/apache/sysml/api/class-use/MLContextProxy.html |   0
 .../api/java/org/apache/sysml/api/class-use/MLMatrix.html   |   0
 .../api/java/org/apache/sysml/api/class-use/MLOutput.html   |   0
 .../api/java/org/apache/sysml/api/jmlc/Connection.html      |   0
 .../api/java/org/apache/sysml/api/jmlc/JMLCUtils.html       |   0
 .../api/java/org/apache/sysml/api/jmlc/PreparedScript.html  |   0
 .../api/java/org/apache/sysml/api/jmlc/ResultVariables.html |   0
 .../org/apache/sysml/api/jmlc/class-use/Connection.html     |   0
 .../java/org/apache/sysml/api/jmlc/class-use/JMLCUtils.html |   0
 .../org/apache/sysml/api/jmlc/class-use/PreparedScript.html |   0
 .../apache/sysml/api/jmlc/class-use/ResultVariables.html    |   0
 .../api/java/org/apache/sysml/api/jmlc/package-frame.html   |   0
 .../api/java/org/apache/sysml/api/jmlc/package-summary.html |   0
 .../api/java/org/apache/sysml/api/jmlc/package-tree.html    |   0
 .../api/java/org/apache/sysml/api/jmlc/package-use.html     |   0
 .../org/apache/sysml/api/mlcontext/BinaryBlockFrame.html    |   0
 .../org/apache/sysml/api/mlcontext/BinaryBlockMatrix.html   |   0
 .../api/java/org/apache/sysml/api/mlcontext/Frame.html      |   0
 .../java/org/apache/sysml/api/mlcontext/FrameFormat.html    |   0
 .../java/org/apache/sysml/api/mlcontext/FrameMetadata.html  |   0
 .../java/org/apache/sysml/api/mlcontext/FrameSchema.html    |   0
 .../apache/sysml/api/mlcontext/MLContext.ExplainLevel.html  |   0
 .../apache/sysml/api/mlcontext/MLContext.InternalProxy.html |   0
 .../api/java/org/apache/sysml/api/mlcontext/MLContext.html  |   0
 .../apache/sysml/api/mlcontext/MLContextConversionUtil.html |   0
 .../org/apache/sysml/api/mlcontext/MLContextException.html  |   0
 .../java/org/apache/sysml/api/mlcontext/MLContextUtil.html  |   0
 .../api/java/org/apache/sysml/api/mlcontext/MLResults.html  |   0
 .../api/java/org/apache/sysml/api/mlcontext/Matrix.html     |   0
 .../java/org/apache/sysml/api/mlcontext/MatrixFormat.html   |   0
 .../java/org/apache/sysml/api/mlcontext/MatrixMetadata.html |   0
 .../api/java/org/apache/sysml/api/mlcontext/Metadata.html   |   0
 .../java/org/apache/sysml/api/mlcontext/ProjectInfo.html    |   0
 .../api/java/org/apache/sysml/api/mlcontext/Script.html     |   0
 .../java/org/apache/sysml/api/mlcontext/ScriptExecutor.html |   0
 .../java/org/apache/sysml/api/mlcontext/ScriptFactory.html  |   0
 .../api/java/org/apache/sysml/api/mlcontext/ScriptType.html |   0
 .../sysml/api/mlcontext/class-use/BinaryBlockFrame.html     |   0
 .../sysml/api/mlcontext/class-use/BinaryBlockMatrix.html    |   0
 .../org/apache/sysml/api/mlcontext/class-use/Frame.html     |   0
 .../apache/sysml/api/mlcontext/class-use/FrameFormat.html   |   0
 .../apache/sysml/api/mlcontext/class-use/FrameMetadata.html |   0
 .../apache/sysml/api/mlcontext/class-use/FrameSchema.html   |   0
 .../api/mlcontext/class-use/MLContext.ExplainLevel.html     |   0
 .../api/mlcontext/class-use/MLContext.InternalProxy.html    |   0
 .../org/apache/sysml/api/mlcontext/class-use/MLContext.html |   0
 .../api/mlcontext/class-use/MLContextConversionUtil.html    |   0
 .../sysml/api/mlcontext/class-use/MLContextException.html   |   0
 .../apache/sysml/api/mlcontext/class-use/MLContextUtil.html |   0
 .../org/apache/sysml/api/mlcontext/class-use/MLResults.html |   0
 .../org/apache/sysml/api/mlcontext/class-use/Matrix.html    |   0
 .../apache/sysml/api/mlcontext/class-use/MatrixFormat.html  |   0
 .../sysml/api/mlcontext/class-use/MatrixMetadata.html       |   0
 .../org/apache/sysml/api/mlcontext/class-use/Metadata.html  |   0
 .../apache/sysml/api/mlcontext/class-use/ProjectInfo.html   |   0
 .../org/apache/sysml/api/mlcontext/class-use/Script.html    |   0
 .../sysml/api/mlcontext/class-use/ScriptExecutor.html       |   0
 .../apache/sysml/api/mlcontext/class-use/ScriptFactory.html |   0
 .../apache/sysml/api/mlcontext/class-use/ScriptType.html    |   0
 .../java/org/apache/sysml/api/mlcontext/package-frame.html  |   0
 .../org/apache/sysml/api/mlcontext/package-summary.html     |   0
 .../java/org/apache/sysml/api/mlcontext/package-tree.html   |   0
 .../java/org/apache/sysml/api/mlcontext/package-use.html    |   0
 .../0.14.0/api/java/org/apache/sysml/api/package-frame.html |   0
 .../api/java/org/apache/sysml/api/package-summary.html      |   0
 .../0.14.0/api/java/org/apache/sysml/api/package-tree.html  |   0
 .../0.14.0/api/java/org/apache/sysml/api/package-use.html   |   0
 .../java/org/apache/sysml/runtime/DMLRuntimeException.html  |   0
 .../java/org/apache/sysml/runtime/DMLScriptException.html   |   0
 .../apache/sysml/runtime/class-use/DMLRuntimeException.html |   0
 .../apache/sysml/runtime/class-use/DMLScriptException.html  |   0
 .../org/apache/sysml/runtime/codegen/ByteClassLoader.html   |   0
 .../java/org/apache/sysml/runtime/codegen/CodegenUtils.html |   0
 .../apache/sysml/runtime/codegen/LibSpoofPrimitives.html    |   0
 .../apache/sysml/runtime/codegen/SpoofCellwise.AggOp.html   |   0
 .../sysml/runtime/codegen/SpoofCellwise.CellType.html       |   0
 .../org/apache/sysml/runtime/codegen/SpoofCellwise.html     |   0
 .../apache/sysml/runtime/codegen/SpoofMultiAggregate.html   |   0
 .../org/apache/sysml/runtime/codegen/SpoofOperator.html     |   0
 .../runtime/codegen/SpoofOuterProduct.OutProdType.html      |   0
 .../org/apache/sysml/runtime/codegen/SpoofOuterProduct.html |   0
 .../apache/sysml/runtime/codegen/SpoofRowwise.RowType.html  |   0
 .../java/org/apache/sysml/runtime/codegen/SpoofRowwise.html |   0
 .../sysml/runtime/codegen/class-use/ByteClassLoader.html    |   0
 .../sysml/runtime/codegen/class-use/CodegenUtils.html       |   0
 .../sysml/runtime/codegen/class-use/LibSpoofPrimitives.html |   0
 .../runtime/codegen/class-use/SpoofCellwise.AggOp.html      |   0
 .../runtime/codegen/class-use/SpoofCellwise.CellType.html   |   0
 .../sysml/runtime/codegen/class-use/SpoofCellwise.html      |   0
 .../runtime/codegen/class-use/SpoofMultiAggregate.html      |   0
 .../sysml/runtime/codegen/class-use/SpoofOperator.html      |   0
 .../codegen/class-use/SpoofOuterProduct.OutProdType.html    |   0
 .../sysml/runtime/codegen/class-use/SpoofOuterProduct.html  |   0
 .../runtime/codegen/class-use/SpoofRowwise.RowType.html     |   0
 .../sysml/runtime/codegen/class-use/SpoofRowwise.html       |   0
 .../org/apache/sysml/runtime/codegen/package-frame.html     |   0
 .../org/apache/sysml/runtime/codegen/package-summary.html   |   0
 .../java/org/apache/sysml/runtime/codegen/package-tree.html |   0
 .../java/org/apache/sysml/runtime/codegen/package-use.html  |   0
 .../org/apache/sysml/runtime/compress/BitmapDecoderOLE.html |   0
 .../org/apache/sysml/runtime/compress/BitmapDecoderRLE.html |   0
 .../org/apache/sysml/runtime/compress/BitmapEncoder.html    |   0
 .../sysml/runtime/compress/ColGroup.CompressionType.html    |   0
 .../java/org/apache/sysml/runtime/compress/ColGroup.html    |   0
 .../java/org/apache/sysml/runtime/compress/ColGroupDDC.html |   0
 .../org/apache/sysml/runtime/compress/ColGroupDDC1.html     |   0
 .../org/apache/sysml/runtime/compress/ColGroupDDC2.html     |   0
 .../java/org/apache/sysml/runtime/compress/ColGroupOLE.html |   0
 .../org/apache/sysml/runtime/compress/ColGroupOffset.html   |   0
 .../java/org/apache/sysml/runtime/compress/ColGroupRLE.html |   0
 .../apache/sysml/runtime/compress/ColGroupUncompressed.html |   0
 .../org/apache/sysml/runtime/compress/ColGroupValue.html    |   0
 .../CompressedMatrixBlock.CompressionStatistics.html        |   0
 .../sysml/runtime/compress/CompressedMatrixBlock.html       |   0
 .../sysml/runtime/compress/ReaderColumnSelection.html       |   0
 .../sysml/runtime/compress/ReaderColumnSelectionDense.html  |   0
 .../runtime/compress/ReaderColumnSelectionDenseSample.html  |   0
 .../sysml/runtime/compress/ReaderColumnSelectionSparse.html |   0
 .../apache/sysml/runtime/compress/UncompressedBitmap.html   |   0
 .../sysml/runtime/compress/class-use/BitmapDecoderOLE.html  |   0
 .../sysml/runtime/compress/class-use/BitmapDecoderRLE.html  |   0
 .../sysml/runtime/compress/class-use/BitmapEncoder.html     |   0
 .../compress/class-use/ColGroup.CompressionType.html        |   0
 .../apache/sysml/runtime/compress/class-use/ColGroup.html   |   0
 .../sysml/runtime/compress/class-use/ColGroupDDC.html       |   0
 .../sysml/runtime/compress/class-use/ColGroupDDC1.html      |   0
 .../sysml/runtime/compress/class-use/ColGroupDDC2.html      |   0
 .../sysml/runtime/compress/class-use/ColGroupOLE.html       |   0
 .../sysml/runtime/compress/class-use/ColGroupOffset.html    |   0
 .../sysml/runtime/compress/class-use/ColGroupRLE.html       |   0
 .../runtime/compress/class-use/ColGroupUncompressed.html    |   0
 .../sysml/runtime/compress/class-use/ColGroupValue.html     |   0
 .../CompressedMatrixBlock.CompressionStatistics.html        |   0
 .../runtime/compress/class-use/CompressedMatrixBlock.html   |   0
 .../runtime/compress/class-use/ReaderColumnSelection.html   |   0
 .../compress/class-use/ReaderColumnSelectionDense.html      |   0
 .../class-use/ReaderColumnSelectionDenseSample.html         |   0
 .../compress/class-use/ReaderColumnSelectionSparse.html     |   0
 .../runtime/compress/class-use/UncompressedBitmap.html      |   0
 .../runtime/compress/cocode/ColumnGroupPartitioner.html     |   0
 .../compress/cocode/ColumnGroupPartitionerBinPacking.html   |   0
 .../compress/cocode/ColumnGroupPartitionerStatic.html       |   0
 .../compress/cocode/PlanningCoCoder.GroupableColInfo.html   |   0
 .../compress/cocode/PlanningCoCoder.PartitionerType.html    |   0
 .../sysml/runtime/compress/cocode/PlanningCoCoder.html      |   0
 .../compress/cocode/PlanningCoCodingGroup.ColIndexes.html   |   0
 .../runtime/compress/cocode/PlanningCoCodingGroup.html      |   0
 .../sysml/runtime/compress/cocode/PlanningMemoTable.html    |   0
 .../compress/cocode/class-use/ColumnGroupPartitioner.html   |   0
 .../cocode/class-use/ColumnGroupPartitionerBinPacking.html  |   0
 .../cocode/class-use/ColumnGroupPartitionerStatic.html      |   0
 .../cocode/class-use/PlanningCoCoder.GroupableColInfo.html  |   0
 .../cocode/class-use/PlanningCoCoder.PartitionerType.html   |   0
 .../runtime/compress/cocode/class-use/PlanningCoCoder.html  |   0
 .../cocode/class-use/PlanningCoCodingGroup.ColIndexes.html  |   0
 .../compress/cocode/class-use/PlanningCoCodingGroup.html    |   0
 .../compress/cocode/class-use/PlanningMemoTable.html        |   0
 .../apache/sysml/runtime/compress/cocode/package-frame.html |   0
 .../sysml/runtime/compress/cocode/package-summary.html      |   0
 .../apache/sysml/runtime/compress/cocode/package-tree.html  |   0
 .../apache/sysml/runtime/compress/cocode/package-use.html   |   0
 .../CompressedSizeEstimator.SizeEstimationFactors.html      |   0
 .../runtime/compress/estim/CompressedSizeEstimator.html     |   0
 .../compress/estim/CompressedSizeEstimatorExact.html        |   0
 .../compress/estim/CompressedSizeEstimatorSample.html       |   0
 .../sysml/runtime/compress/estim/CompressedSizeInfo.html    |   0
 .../sysml/runtime/compress/estim/SizeEstimatorFactory.html  |   0
 .../CompressedSizeEstimator.SizeEstimationFactors.html      |   0
 .../compress/estim/class-use/CompressedSizeEstimator.html   |   0
 .../estim/class-use/CompressedSizeEstimatorExact.html       |   0
 .../estim/class-use/CompressedSizeEstimatorSample.html      |   0
 .../compress/estim/class-use/CompressedSizeInfo.html        |   0
 .../compress/estim/class-use/SizeEstimatorFactory.html      |   0
 .../apache/sysml/runtime/compress/estim/package-frame.html  |   0
 .../sysml/runtime/compress/estim/package-summary.html       |   0
 .../apache/sysml/runtime/compress/estim/package-tree.html   |   0
 .../apache/sysml/runtime/compress/estim/package-use.html    |   0
 .../org/apache/sysml/runtime/compress/package-frame.html    |   0
 .../org/apache/sysml/runtime/compress/package-summary.html  |   0
 .../org/apache/sysml/runtime/compress/package-tree.html     |   0
 .../java/org/apache/sysml/runtime/compress/package-use.html |   0
 .../apache/sysml/runtime/compress/utils/ConverterUtils.html |   0
 .../org/apache/sysml/runtime/compress/utils/DblArray.html   |   0
 .../utils/DblArrayIntListHashMap.DArrayIListEntry.html      |   0
 .../runtime/compress/utils/DblArrayIntListHashMap.html      |   0
 .../compress/utils/DoubleIntListHashMap.DIListEntry.html    |   0
 .../sysml/runtime/compress/utils/DoubleIntListHashMap.html  |   0
 .../apache/sysml/runtime/compress/utils/IntArrayList.html   |   0
 .../sysml/runtime/compress/utils/LinearAlgebraUtils.html    |   0
 .../runtime/compress/utils/class-use/ConverterUtils.html    |   0
 .../sysml/runtime/compress/utils/class-use/DblArray.html    |   0
 .../class-use/DblArrayIntListHashMap.DArrayIListEntry.html  |   0
 .../compress/utils/class-use/DblArrayIntListHashMap.html    |   0
 .../utils/class-use/DoubleIntListHashMap.DIListEntry.html   |   0
 .../compress/utils/class-use/DoubleIntListHashMap.html      |   0
 .../runtime/compress/utils/class-use/IntArrayList.html      |   0
 .../compress/utils/class-use/LinearAlgebraUtils.html        |   0
 .../apache/sysml/runtime/compress/utils/package-frame.html  |   0
 .../sysml/runtime/compress/utils/package-summary.html       |   0
 .../apache/sysml/runtime/compress/utils/package-tree.html   |   0
 .../apache/sysml/runtime/compress/utils/package-use.html    |   0
 .../sysml/runtime/instructions/CPInstructionParser.html     |   0
 .../sysml/runtime/instructions/GPUInstructionParser.html    |   0
 .../runtime/instructions/Instruction.INSTRUCTION_TYPE.html  |   0
 .../org/apache/sysml/runtime/instructions/Instruction.html  |   0
 .../sysml/runtime/instructions/InstructionParser.html       |   0
 .../apache/sysml/runtime/instructions/InstructionUtils.html |   0
 .../sysml/runtime/instructions/MRInstructionParser.html     |   0
 .../apache/sysml/runtime/instructions/MRJobInstruction.html |   0
 .../sysml/runtime/instructions/SPInstructionParser.html     |   0
 .../runtime/instructions/class-use/CPInstructionParser.html |   0
 .../instructions/class-use/GPUInstructionParser.html        |   0
 .../class-use/Instruction.INSTRUCTION_TYPE.html             |   0
 .../sysml/runtime/instructions/class-use/Instruction.html   |   0
 .../runtime/instructions/class-use/InstructionParser.html   |   0
 .../runtime/instructions/class-use/InstructionUtils.html    |   0
 .../runtime/instructions/class-use/MRInstructionParser.html |   0
 .../runtime/instructions/class-use/MRJobInstruction.html    |   0
 .../runtime/instructions/class-use/SPInstructionParser.html |   0
 .../instructions/gpu/AggregateBinaryGPUInstruction.html     |   0
 .../instructions/gpu/AggregateUnaryGPUInstruction.html      |   0
 .../instructions/gpu/ArithmeticBinaryGPUInstruction.html    |   0
 .../instructions/gpu/BuiltinUnaryGPUInstruction.html        |   0
 .../runtime/instructions/gpu/ConvolutionGPUInstruction.html |   0
 .../gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html             |   0
 .../sysml/runtime/instructions/gpu/GPUInstruction.html      |   0
 .../sysml/runtime/instructions/gpu/MMTSJGPUInstruction.html |   0
 .../instructions/gpu/MatrixBuiltinGPUInstruction.html       |   0
 .../gpu/MatrixMatrixArithmeticGPUInstruction.html           |   0
 .../instructions/gpu/MatrixMatrixAxpyGPUInstruction.html    |   0
 .../sysml/runtime/instructions/gpu/ReorgGPUInstruction.html |   0
 .../gpu/ScalarMatrixArithmeticGPUInstruction.html           |   0
 .../gpu/class-use/AggregateBinaryGPUInstruction.html        |   0
 .../gpu/class-use/AggregateUnaryGPUInstruction.html         |   0
 .../gpu/class-use/ArithmeticBinaryGPUInstruction.html       |   0
 .../gpu/class-use/BuiltinUnaryGPUInstruction.html           |   0
 .../gpu/class-use/ConvolutionGPUInstruction.html            |   0
 .../gpu/class-use/GPUInstruction.GPUINSTRUCTION_TYPE.html   |   0
 .../runtime/instructions/gpu/class-use/GPUInstruction.html  |   0
 .../instructions/gpu/class-use/MMTSJGPUInstruction.html     |   0
 .../gpu/class-use/MatrixBuiltinGPUInstruction.html          |   0
 .../gpu/class-use/MatrixMatrixArithmeticGPUInstruction.html |   0
 .../gpu/class-use/MatrixMatrixAxpyGPUInstruction.html       |   0
 .../instructions/gpu/class-use/ReorgGPUInstruction.html     |   0
 .../gpu/class-use/ScalarMatrixArithmeticGPUInstruction.html |   0
 .../runtime/instructions/gpu/context/ExecutionConfig.html   |   0
 .../sysml/runtime/instructions/gpu/context/GPUContext.html  |   0
 .../instructions/gpu/context/GPUObject.EvictionPolicy.html  |   0
 .../sysml/runtime/instructions/gpu/context/GPUObject.html   |   0
 .../runtime/instructions/gpu/context/JCudaContext.html      |   0
 .../runtime/instructions/gpu/context/JCudaKernels.html      |   0
 .../instructions/gpu/context/JCudaObject.CSRPointer.html    |   0
 .../sysml/runtime/instructions/gpu/context/JCudaObject.html |   0
 .../instructions/gpu/context/class-use/ExecutionConfig.html |   0
 .../instructions/gpu/context/class-use/GPUContext.html      |   0
 .../gpu/context/class-use/GPUObject.EvictionPolicy.html     |   0
 .../instructions/gpu/context/class-use/GPUObject.html       |   0
 .../instructions/gpu/context/class-use/JCudaContext.html    |   0
 .../instructions/gpu/context/class-use/JCudaKernels.html    |   0
 .../gpu/context/class-use/JCudaObject.CSRPointer.html       |   0
 .../instructions/gpu/context/class-use/JCudaObject.html     |   0
 .../runtime/instructions/gpu/context/package-frame.html     |   0
 .../runtime/instructions/gpu/context/package-summary.html   |   0
 .../runtime/instructions/gpu/context/package-tree.html      |   0
 .../sysml/runtime/instructions/gpu/context/package-use.html |   0
 .../sysml/runtime/instructions/gpu/package-frame.html       |   0
 .../sysml/runtime/instructions/gpu/package-summary.html     |   0
 .../apache/sysml/runtime/instructions/gpu/package-tree.html |   0
 .../apache/sysml/runtime/instructions/gpu/package-use.html  |   0
 .../apache/sysml/runtime/instructions/package-frame.html    |   0
 .../apache/sysml/runtime/instructions/package-summary.html  |   0
 .../org/apache/sysml/runtime/instructions/package-tree.html |   0
 .../org/apache/sysml/runtime/instructions/package-use.html  |   0
 .../instructions/spark/AggregateTernarySPInstruction.html   |   0
 .../instructions/spark/AggregateUnarySPInstruction.html     |   0
 .../spark/AppendGAlignedSPInstruction.ShiftColumnIndex.html |   0
 .../instructions/spark/AppendGAlignedSPInstruction.html     |   0
 .../spark/AppendGSPInstruction.MergeWithShiftedBlocks.html  |   0
 .../spark/AppendGSPInstruction.ShiftMatrix.html             |   0
 .../runtime/instructions/spark/AppendGSPInstruction.html    |   0
 .../runtime/instructions/spark/AppendMSPInstruction.html    |   0
 .../runtime/instructions/spark/AppendRSPInstruction.html    |   0
 .../instructions/spark/ArithmeticBinarySPInstruction.html   |   0
 .../BinUaggChainSPInstruction.RDDBinUaggChainFunction.html  |   0
 .../instructions/spark/BinUaggChainSPInstruction.html       |   0
 .../runtime/instructions/spark/BinarySPInstruction.html     |   0
 .../instructions/spark/BuiltinBinarySPInstruction.html      |   0
 .../instructions/spark/BuiltinUnarySPInstruction.html       |   0
 .../runtime/instructions/spark/CSVReblockSPInstruction.html |   0
 .../sysml/runtime/instructions/spark/CastSPInstruction.html |   0
 .../instructions/spark/CentralMomentSPInstruction.html      |   0
 .../runtime/instructions/spark/CheckpointSPInstruction.html |   0
 .../spark/CompressionSPInstruction.CompressionFunction.html |   0
 .../instructions/spark/CompressionSPInstruction.html        |   0
 .../instructions/spark/ComputationSPInstruction.html        |   0
 .../instructions/spark/ConvolutionSPInstruction.html        |   0
 .../runtime/instructions/spark/CovarianceSPInstruction.html |   0
 .../sysml/runtime/instructions/spark/CpmmSPInstruction.html |   0
 .../spark/CumulativeAggregateSPInstruction.html             |   0
 .../instructions/spark/CumulativeOffsetSPInstruction.html   |   0
 .../instructions/spark/FrameAppendMSPInstruction.html       |   0
 .../instructions/spark/FrameAppendRSPInstruction.html       |   0
 .../instructions/spark/FrameIndexingSPInstruction.html      |   0
 .../runtime/instructions/spark/IndexingSPInstruction.html   |   0
 .../runtime/instructions/spark/MapmmChainSPInstruction.html |   0
 .../runtime/instructions/spark/MapmmSPInstruction.html      |   0
 .../instructions/spark/MatrixAppendMSPInstruction.html      |   0
 .../instructions/spark/MatrixAppendRSPInstruction.html      |   0
 .../spark/MatrixBVectorArithmeticSPInstruction.html         |   0
 .../spark/MatrixBVectorBuiltinSPInstruction.html            |   0
 .../spark/MatrixBVectorRelationalSPInstruction.html         |   0
 .../instructions/spark/MatrixBuiltinSPInstruction.html      |   0
 .../instructions/spark/MatrixIndexingSPInstruction.html     |   0
 .../spark/MatrixMatrixArithmeticSPInstruction.html          |   0
 .../spark/MatrixMatrixBuiltinSPInstruction.html             |   0
 .../spark/MatrixMatrixRelationalSPInstruction.html          |   0
 .../instructions/spark/MatrixReshapeSPInstruction.html      |   0
 .../spark/MatrixScalarArithmeticSPInstruction.html          |   0
 .../spark/MatrixScalarBuiltinSPInstruction.html             |   0
 .../spark/MatrixScalarRelationalSPInstruction.html          |   0
 ...dBuiltinSPInstruction.TransformEncodeBuild2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeBuildFunction.html |   0
 ...dBuiltinSPInstruction.TransformEncodeGroup2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeGroupFunction.html |   0
 .../spark/MultiReturnParameterizedBuiltinSPInstruction.html |   0
 .../runtime/instructions/spark/PMapmmSPInstruction.html     |   0
 .../ParameterizedBuiltinSPInstruction.CreateMatrixCell.html |   0
 ...erizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html |   0
 ...arameterizedBuiltinSPInstruction.RDDRExpandFunction.html |   0
 ...eterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html |   0
 ...zedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html |   0
 ...arameterizedBuiltinSPInstruction.RDDReplaceFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDTransformApplyFunction.html |   0
 ...uiltinSPInstruction.RDDTransformApplyOffsetFunction.html |   0
 ...iltinSPInstruction.RDDTransformDecodeExpandFunction.html |   0
 ...izedBuiltinSPInstruction.RDDTransformDecodeFunction.html |   0
 .../spark/ParameterizedBuiltinSPInstruction.html            |   0
 .../runtime/instructions/spark/PlusMultSPInstruction.html   |   0
 .../sysml/runtime/instructions/spark/PmmSPInstruction.html  |   0
 .../instructions/spark/QuantilePickSPInstruction.html       |   0
 .../instructions/spark/QuantileSortSPInstruction.html       |   0
 .../runtime/instructions/spark/QuaternarySPInstruction.html |   0
 .../sysml/runtime/instructions/spark/RandSPInstruction.html |   0
 .../runtime/instructions/spark/ReblockSPInstruction.html    |   0
 .../instructions/spark/RelationalBinarySPInstruction.html   |   0
 .../runtime/instructions/spark/ReorgSPInstruction.html      |   0
 .../sysml/runtime/instructions/spark/RmmSPInstruction.html  |   0
 .../spark/SPInstruction.SPINSTRUCTION_TYPE.html             |   0
 .../sysml/runtime/instructions/spark/SPInstruction.html     |   0
 .../runtime/instructions/spark/SpoofSPInstruction.html      |   0
 .../runtime/instructions/spark/TernarySPInstruction.html    |   0
 .../runtime/instructions/spark/Tsmm2SPInstruction.html      |   0
 .../sysml/runtime/instructions/spark/TsmmSPInstruction.html |   0
 .../instructions/spark/UaggOuterChainSPInstruction.html     |   0
 .../runtime/instructions/spark/UnarySPInstruction.html      |   0
 .../runtime/instructions/spark/WriteSPInstruction.html      |   0
 .../runtime/instructions/spark/ZipmmSPInstruction.html      |   0
 .../spark/class-use/AggregateTernarySPInstruction.html      |   0
 .../spark/class-use/AggregateUnarySPInstruction.html        |   0
 .../AppendGAlignedSPInstruction.ShiftColumnIndex.html       |   0
 .../spark/class-use/AppendGAlignedSPInstruction.html        |   0
 .../AppendGSPInstruction.MergeWithShiftedBlocks.html        |   0
 .../spark/class-use/AppendGSPInstruction.ShiftMatrix.html   |   0
 .../instructions/spark/class-use/AppendGSPInstruction.html  |   0
 .../instructions/spark/class-use/AppendMSPInstruction.html  |   0
 .../instructions/spark/class-use/AppendRSPInstruction.html  |   0
 .../spark/class-use/ArithmeticBinarySPInstruction.html      |   0
 .../BinUaggChainSPInstruction.RDDBinUaggChainFunction.html  |   0
 .../spark/class-use/BinUaggChainSPInstruction.html          |   0
 .../instructions/spark/class-use/BinarySPInstruction.html   |   0
 .../spark/class-use/BuiltinBinarySPInstruction.html         |   0
 .../spark/class-use/BuiltinUnarySPInstruction.html          |   0
 .../spark/class-use/CSVReblockSPInstruction.html            |   0
 .../instructions/spark/class-use/CastSPInstruction.html     |   0
 .../spark/class-use/CentralMomentSPInstruction.html         |   0
 .../spark/class-use/CheckpointSPInstruction.html            |   0
 .../CompressionSPInstruction.CompressionFunction.html       |   0
 .../spark/class-use/CompressionSPInstruction.html           |   0
 .../spark/class-use/ComputationSPInstruction.html           |   0
 .../spark/class-use/ConvolutionSPInstruction.html           |   0
 .../spark/class-use/CovarianceSPInstruction.html            |   0
 .../instructions/spark/class-use/CpmmSPInstruction.html     |   0
 .../spark/class-use/CumulativeAggregateSPInstruction.html   |   0
 .../spark/class-use/CumulativeOffsetSPInstruction.html      |   0
 .../spark/class-use/FrameAppendMSPInstruction.html          |   0
 .../spark/class-use/FrameAppendRSPInstruction.html          |   0
 .../spark/class-use/FrameIndexingSPInstruction.html         |   0
 .../instructions/spark/class-use/IndexingSPInstruction.html |   0
 .../spark/class-use/MapmmChainSPInstruction.html            |   0
 .../instructions/spark/class-use/MapmmSPInstruction.html    |   0
 .../spark/class-use/MatrixAppendMSPInstruction.html         |   0
 .../spark/class-use/MatrixAppendRSPInstruction.html         |   0
 .../class-use/MatrixBVectorArithmeticSPInstruction.html     |   0
 .../spark/class-use/MatrixBVectorBuiltinSPInstruction.html  |   0
 .../class-use/MatrixBVectorRelationalSPInstruction.html     |   0
 .../spark/class-use/MatrixBuiltinSPInstruction.html         |   0
 .../spark/class-use/MatrixIndexingSPInstruction.html        |   0
 .../class-use/MatrixMatrixArithmeticSPInstruction.html      |   0
 .../spark/class-use/MatrixMatrixBuiltinSPInstruction.html   |   0
 .../class-use/MatrixMatrixRelationalSPInstruction.html      |   0
 .../spark/class-use/MatrixReshapeSPInstruction.html         |   0
 .../class-use/MatrixScalarArithmeticSPInstruction.html      |   0
 .../spark/class-use/MatrixScalarBuiltinSPInstruction.html   |   0
 .../class-use/MatrixScalarRelationalSPInstruction.html      |   0
 ...dBuiltinSPInstruction.TransformEncodeBuild2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeBuildFunction.html |   0
 ...dBuiltinSPInstruction.TransformEncodeGroup2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeGroupFunction.html |   0
 .../MultiReturnParameterizedBuiltinSPInstruction.html       |   0
 .../instructions/spark/class-use/PMapmmSPInstruction.html   |   0
 .../ParameterizedBuiltinSPInstruction.CreateMatrixCell.html |   0
 ...erizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html |   0
 ...arameterizedBuiltinSPInstruction.RDDRExpandFunction.html |   0
 ...eterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html |   0
 ...zedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html |   0
 ...arameterizedBuiltinSPInstruction.RDDReplaceFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDTransformApplyFunction.html |   0
 ...uiltinSPInstruction.RDDTransformApplyOffsetFunction.html |   0
 ...iltinSPInstruction.RDDTransformDecodeExpandFunction.html |   0
 ...izedBuiltinSPInstruction.RDDTransformDecodeFunction.html |   0
 .../spark/class-use/ParameterizedBuiltinSPInstruction.html  |   0
 .../instructions/spark/class-use/PlusMultSPInstruction.html |   0
 .../instructions/spark/class-use/PmmSPInstruction.html      |   0
 .../spark/class-use/QuantilePickSPInstruction.html          |   0
 .../spark/class-use/QuantileSortSPInstruction.html          |   0
 .../spark/class-use/QuaternarySPInstruction.html            |   0
 .../instructions/spark/class-use/RandSPInstruction.html     |   0
 .../instructions/spark/class-use/ReblockSPInstruction.html  |   0
 .../spark/class-use/RelationalBinarySPInstruction.html      |   0
 .../instructions/spark/class-use/ReorgSPInstruction.html    |   0
 .../instructions/spark/class-use/RmmSPInstruction.html      |   0
 .../spark/class-use/SPInstruction.SPINSTRUCTION_TYPE.html   |   0
 .../runtime/instructions/spark/class-use/SPInstruction.html |   0
 .../instructions/spark/class-use/SpoofSPInstruction.html    |   0
 .../instructions/spark/class-use/TernarySPInstruction.html  |   0
 .../instructions/spark/class-use/Tsmm2SPInstruction.html    |   0
 .../instructions/spark/class-use/TsmmSPInstruction.html     |   0
 .../spark/class-use/UaggOuterChainSPInstruction.html        |   0
 .../instructions/spark/class-use/UnarySPInstruction.html    |   0
 .../instructions/spark/class-use/WriteSPInstruction.html    |   0
 .../instructions/spark/class-use/ZipmmSPInstruction.html    |   0
 .../sysml/runtime/instructions/spark/package-frame.html     |   0
 .../sysml/runtime/instructions/spark/package-summary.html   |   0
 .../sysml/runtime/instructions/spark/package-tree.html      |   0
 .../sysml/runtime/instructions/spark/package-use.html       |   0
 .../instructions/spark/utils/FrameRDDAggregateUtils.html    |   0
 ...ConverterUtils.LongFrameToLongWritableFrameFunction.html |   0
 ...ConverterUtils.LongWritableFrameToLongFrameFunction.html |   0
 ...DDConverterUtils.LongWritableTextToLongTextFunction.html |   0
 .../FrameRDDConverterUtils.LongWritableToSerFunction.html   |   0
 .../instructions/spark/utils/FrameRDDConverterUtils.html    |   0
 .../runtime/instructions/spark/utils/RDDAggregateUtils.html |   0
 .../utils/RDDConverterUtils.DataFrameExtractIDFunction.html |   0
 .../runtime/instructions/spark/utils/RDDConverterUtils.html |   0
 .../spark/utils/RDDConverterUtilsExt.AddRowID.html          |   0
 .../spark/utils/RDDConverterUtilsExt.RDDConverterTypes.html |   0
 .../instructions/spark/utils/RDDConverterUtilsExt.html      |   0
 .../spark/utils/RDDSortUtils.IndexComparator.html           |   0
 .../runtime/instructions/spark/utils/RDDSortUtils.html      |   0
 .../sysml/runtime/instructions/spark/utils/SparkUtils.html  |   0
 .../spark/utils/class-use/FrameRDDAggregateUtils.html       |   0
 ...ConverterUtils.LongFrameToLongWritableFrameFunction.html |   0
 ...ConverterUtils.LongWritableFrameToLongFrameFunction.html |   0
 ...DDConverterUtils.LongWritableTextToLongTextFunction.html |   0
 .../FrameRDDConverterUtils.LongWritableToSerFunction.html   |   0
 .../spark/utils/class-use/FrameRDDConverterUtils.html       |   0
 .../spark/utils/class-use/RDDAggregateUtils.html            |   0
 .../RDDConverterUtils.DataFrameExtractIDFunction.html       |   0
 .../spark/utils/class-use/RDDConverterUtils.html            |   0
 .../utils/class-use/RDDConverterUtilsExt.AddRowID.html      |   0
 .../class-use/RDDConverterUtilsExt.RDDConverterTypes.html   |   0
 .../spark/utils/class-use/RDDConverterUtilsExt.html         |   0
 .../spark/utils/class-use/RDDSortUtils.IndexComparator.html |   0
 .../instructions/spark/utils/class-use/RDDSortUtils.html    |   0
 .../instructions/spark/utils/class-use/SparkUtils.html      |   0
 .../runtime/instructions/spark/utils/package-frame.html     |   0
 .../runtime/instructions/spark/utils/package-summary.html   |   0
 .../runtime/instructions/spark/utils/package-tree.html      |   0
 .../sysml/runtime/instructions/spark/utils/package-use.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/CMCOVMR.html   |   0
 .../runtime/matrix/CSVReblockMR.AssignRowIDMRReturn.html    |   0
 .../apache/sysml/runtime/matrix/CSVReblockMR.BlockRow.html  |   0
 .../sysml/runtime/matrix/CSVReblockMR.OffsetCount.html      |   0
 .../java/org/apache/sysml/runtime/matrix/CSVReblockMR.html  |   0
 .../sysml/runtime/matrix/CleanupMR.CleanupMapper.html       |   0
 .../api/java/org/apache/sysml/runtime/matrix/CleanupMR.html |   0
 .../apache/sysml/runtime/matrix/CombineMR.InnerReducer.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/CombineMR.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/DataGenMR.html |   0
 .../org/apache/sysml/runtime/matrix/DataPartitionMR.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/GMR.html       |   0
 .../java/org/apache/sysml/runtime/matrix/GroupedAggMR.html  |   0
 .../api/java/org/apache/sysml/runtime/matrix/JobReturn.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/MMCJMR.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/MMRJMR.html    |   0
 .../apache/sysml/runtime/matrix/MatrixCharacteristics.html  |   0
 .../sysml/runtime/matrix/MatrixDimensionsMetaData.html      |   0
 .../apache/sysml/runtime/matrix/MatrixFormatMetaData.html   |   0
 .../api/java/org/apache/sysml/runtime/matrix/MetaData.html  |   0
 .../api/java/org/apache/sysml/runtime/matrix/ReblockMR.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/SortMR.html    |   0
 .../java/org/apache/sysml/runtime/matrix/WriteCSVMR.html    |   0
 .../org/apache/sysml/runtime/matrix/class-use/CMCOVMR.html  |   0
 .../matrix/class-use/CSVReblockMR.AssignRowIDMRReturn.html  |   0
 .../runtime/matrix/class-use/CSVReblockMR.BlockRow.html     |   0
 .../runtime/matrix/class-use/CSVReblockMR.OffsetCount.html  |   0
 .../apache/sysml/runtime/matrix/class-use/CSVReblockMR.html |   0
 .../runtime/matrix/class-use/CleanupMR.CleanupMapper.html   |   0
 .../apache/sysml/runtime/matrix/class-use/CleanupMR.html    |   0
 .../runtime/matrix/class-use/CombineMR.InnerReducer.html    |   0
 .../apache/sysml/runtime/matrix/class-use/CombineMR.html    |   0
 .../apache/sysml/runtime/matrix/class-use/DataGenMR.html    |   0
 .../sysml/runtime/matrix/class-use/DataPartitionMR.html     |   0
 .../java/org/apache/sysml/runtime/matrix/class-use/GMR.html |   0
 .../apache/sysml/runtime/matrix/class-use/GroupedAggMR.html |   0
 .../apache/sysml/runtime/matrix/class-use/JobReturn.html    |   0
 .../org/apache/sysml/runtime/matrix/class-use/MMCJMR.html   |   0
 .../org/apache/sysml/runtime/matrix/class-use/MMRJMR.html   |   0
 .../runtime/matrix/class-use/MatrixCharacteristics.html     |   0
 .../runtime/matrix/class-use/MatrixDimensionsMetaData.html  |   0
 .../runtime/matrix/class-use/MatrixFormatMetaData.html      |   0
 .../org/apache/sysml/runtime/matrix/class-use/MetaData.html |   0
 .../apache/sysml/runtime/matrix/class-use/ReblockMR.html    |   0
 .../org/apache/sysml/runtime/matrix/class-use/SortMR.html   |   0
 .../apache/sysml/runtime/matrix/class-use/WriteCSVMR.html   |   0
 .../sysml/runtime/matrix/data/AdaptivePartialBlock.html     |   0
 .../sysml/runtime/matrix/data/AddDummyWeightConverter.html  |   0
 .../matrix/data/BinaryBlockToBinaryCellConverter.html       |   0
 .../runtime/matrix/data/BinaryBlockToRowBlockConverter.html |   0
 .../runtime/matrix/data/BinaryBlockToTextCellConverter.html |   0
 .../runtime/matrix/data/BinaryCellToRowBlockConverter.html  |   0
 .../runtime/matrix/data/BinaryCellToTextConverter.html      |   0
 .../org/apache/sysml/runtime/matrix/data/CM_N_COVCell.html  |   0
 .../sysml/runtime/matrix/data/CSVFileFormatProperties.html  |   0
 .../org/apache/sysml/runtime/matrix/data/CTableMap.html     |   0
 .../org/apache/sysml/runtime/matrix/data/Converter.html     |   0
 .../sysml/runtime/matrix/data/ConvolutionParameters.html    |   0
 .../matrix/data/FileFormatProperties.FileFormat.html        |   0
 .../sysml/runtime/matrix/data/FileFormatProperties.html     |   0
 .../runtime/matrix/data/FrameBlock.ColumnMetadata.html      |   0
 .../org/apache/sysml/runtime/matrix/data/FrameBlock.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/data/IJV.html  |   0
 .../sysml/runtime/matrix/data/IdenticalConverter.html       |   0
 .../org/apache/sysml/runtime/matrix/data/InputInfo.html     |   0
 .../apache/sysml/runtime/matrix/data/LibCommonsMath.html    |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixAgg.html  |   0
 .../matrix/data/LibMatrixBincell.BinaryAccessType.html      |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixBincell.html  |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixCUDA.html |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixDNN.html  |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixDatagen.html  |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixMult.html |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixOuterAgg.html |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixReorg.html    |   0
 .../sysml/runtime/matrix/data/MatrixBlock.BlockType.html    |   0
 .../runtime/matrix/data/MatrixBlock.SparsityEstimate.html   |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixBlock.html   |   0
 .../sysml/runtime/matrix/data/MatrixBlockDataInput.html     |   0
 .../sysml/runtime/matrix/data/MatrixBlockDataOutput.html    |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixCell.html    |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixIndexes.html |   0
 .../apache/sysml/runtime/matrix/data/MatrixPackedCell.html  |   0
 .../sysml/runtime/matrix/data/MatrixValue.CellIndex.html    |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixValue.html   |   0
 .../sysml/runtime/matrix/data/MultipleOutputCommitter.html  |   0
 .../runtime/matrix/data/NumItemsByEachReducerMetaData.html  |   0
 .../sysml/runtime/matrix/data/OperationsOnMatrixValues.html |   0
 .../org/apache/sysml/runtime/matrix/data/OutputInfo.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/data/Pair.html |   0
 .../org/apache/sysml/runtime/matrix/data/PartialBlock.html  |   0
 .../sysml/runtime/matrix/data/RandomMatrixGenerator.html    |   0
 .../apache/sysml/runtime/matrix/data/SparseBlock.Type.html  |   0
 .../org/apache/sysml/runtime/matrix/data/SparseBlock.html   |   0
 .../apache/sysml/runtime/matrix/data/SparseBlockCOO.html    |   0
 .../apache/sysml/runtime/matrix/data/SparseBlockCSR.html    |   0
 .../sysml/runtime/matrix/data/SparseBlockFactory.html       |   0
 .../apache/sysml/runtime/matrix/data/SparseBlockMCSR.html   |   0
 .../org/apache/sysml/runtime/matrix/data/SparseRow.html     |   0
 .../java/org/apache/sysml/runtime/matrix/data/Tagged.html   |   0
 .../runtime/matrix/data/TaggedAdaptivePartialBlock.html     |   0
 .../matrix/data/TaggedFirstSecondIndexes.Comparator.html    |   0
 .../TaggedFirstSecondIndexes.FirstIndexPartitioner.html     |   0
 ...TaggedFirstSecondIndexes.FirstIndexRangePartitioner.html |   0
 .../data/TaggedFirstSecondIndexes.TagPartitioner.html       |   0
 .../sysml/runtime/matrix/data/TaggedFirstSecondIndexes.html |   0
 .../apache/sysml/runtime/matrix/data/TaggedMatrixBlock.html |   0
 .../apache/sysml/runtime/matrix/data/TaggedMatrixCell.html  |   0
 .../sysml/runtime/matrix/data/TaggedMatrixIndexes.html      |   0
 .../sysml/runtime/matrix/data/TaggedMatrixPackedCell.html   |   0
 .../apache/sysml/runtime/matrix/data/TaggedMatrixValue.html |   0
 .../sysml/runtime/matrix/data/TaggedTripleIndexes.html      |   0
 .../runtime/matrix/data/TextCellToRowBlockConverter.html    |   0
 .../runtime/matrix/data/TextToBinaryCellConverter.html      |   0
 .../sysml/runtime/matrix/data/TripleIndexes.Comparator.html |   0
 .../data/TripleIndexes.FirstTwoIndexesPartitioner.html      |   0
 .../org/apache/sysml/runtime/matrix/data/TripleIndexes.html |   0
 .../data/UnPaddedOutputFormat.UnpaddedRecordWriter.html     |   0
 .../sysml/runtime/matrix/data/UnPaddedOutputFormat.html     |   0
 .../org/apache/sysml/runtime/matrix/data/WeightedCell.html  |   0
 .../matrix/data/WeightedCellToSortInputConverter.html       |   0
 .../org/apache/sysml/runtime/matrix/data/WeightedPair.html  |   0
 .../runtime/matrix/data/class-use/AdaptivePartialBlock.html |   0
 .../matrix/data/class-use/AddDummyWeightConverter.html      |   0
 .../data/class-use/BinaryBlockToBinaryCellConverter.html    |   0
 .../data/class-use/BinaryBlockToRowBlockConverter.html      |   0
 .../data/class-use/BinaryBlockToTextCellConverter.html      |   0
 .../data/class-use/BinaryCellToRowBlockConverter.html       |   0
 .../matrix/data/class-use/BinaryCellToTextConverter.html    |   0
 .../sysml/runtime/matrix/data/class-use/CM_N_COVCell.html   |   0
 .../matrix/data/class-use/CSVFileFormatProperties.html      |   0
 .../sysml/runtime/matrix/data/class-use/CTableMap.html      |   0
 .../sysml/runtime/matrix/data/class-use/Converter.html      |   0
 .../matrix/data/class-use/ConvolutionParameters.html        |   0
 .../data/class-use/FileFormatProperties.FileFormat.html     |   0
 .../runtime/matrix/data/class-use/FileFormatProperties.html |   0
 .../matrix/data/class-use/FrameBlock.ColumnMetadata.html    |   0
 .../sysml/runtime/matrix/data/class-use/FrameBlock.html     |   0
 .../org/apache/sysml/runtime/matrix/data/class-use/IJV.html |   0
 .../runtime/matrix/data/class-use/IdenticalConverter.html   |   0
 .../sysml/runtime/matrix/data/class-use/InputInfo.html      |   0
 .../sysml/runtime/matrix/data/class-use/LibCommonsMath.html |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixAgg.html   |   0
 .../data/class-use/LibMatrixBincell.BinaryAccessType.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixBincell.html     |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixCUDA.html  |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixDNN.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixDatagen.html     |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixMult.html  |   0
 .../runtime/matrix/data/class-use/LibMatrixOuterAgg.html    |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixReorg.html |   0
 .../matrix/data/class-use/MatrixBlock.BlockType.html        |   0
 .../matrix/data/class-use/MatrixBlock.SparsityEstimate.html |   0
 .../sysml/runtime/matrix/data/class-use/MatrixBlock.html    |   0
 .../runtime/matrix/data/class-use/MatrixBlockDataInput.html |   0
 .../matrix/data/class-use/MatrixBlockDataOutput.html        |   0
 .../sysml/runtime/matrix/data/class-use/MatrixCell.html     |   0
 .../sysml/runtime/matrix/data/class-use/MatrixIndexes.html  |   0
 .../runtime/matrix/data/class-use/MatrixPackedCell.html     |   0
 .../matrix/data/class-use/MatrixValue.CellIndex.html        |   0
 .../sysml/runtime/matrix/data/class-use/MatrixValue.html    |   0
 .../matrix/data/class-use/MultipleOutputCommitter.html      |   0
 .../data/class-use/NumItemsByEachReducerMetaData.html       |   0
 .../matrix/data/class-use/OperationsOnMatrixValues.html     |   0
 .../sysml/runtime/matrix/data/class-use/OutputInfo.html     |   0
 .../apache/sysml/runtime/matrix/data/class-use/Pair.html    |   0
 .../sysml/runtime/matrix/data/class-use/PartialBlock.html   |   0
 .../matrix/data/class-use/RandomMatrixGenerator.html        |   0
 .../runtime/matrix/data/class-use/SparseBlock.Type.html     |   0
 .../sysml/runtime/matrix/data/class-use/SparseBlock.html    |   0
 .../sysml/runtime/matrix/data/class-use/SparseBlockCOO.html |   0
 .../sysml/runtime/matrix/data/class-use/SparseBlockCSR.html |   0
 .../runtime/matrix/data/class-use/SparseBlockFactory.html   |   0
 .../runtime/matrix/data/class-use/SparseBlockMCSR.html      |   0
 .../sysml/runtime/matrix/data/class-use/SparseRow.html      |   0
 .../apache/sysml/runtime/matrix/data/class-use/Tagged.html  |   0
 .../matrix/data/class-use/TaggedAdaptivePartialBlock.html   |   0
 .../data/class-use/TaggedFirstSecondIndexes.Comparator.html |   0
 .../TaggedFirstSecondIndexes.FirstIndexPartitioner.html     |   0
 ...TaggedFirstSecondIndexes.FirstIndexRangePartitioner.html |   0
 .../class-use/TaggedFirstSecondIndexes.TagPartitioner.html  |   0
 .../matrix/data/class-use/TaggedFirstSecondIndexes.html     |   0
 .../runtime/matrix/data/class-use/TaggedMatrixBlock.html    |   0
 .../runtime/matrix/data/class-use/TaggedMatrixCell.html     |   0
 .../runtime/matrix/data/class-use/TaggedMatrixIndexes.html  |   0
 .../matrix/data/class-use/TaggedMatrixPackedCell.html       |   0
 .../runtime/matrix/data/class-use/TaggedMatrixValue.html    |   0
 .../runtime/matrix/data/class-use/TaggedTripleIndexes.html  |   0
 .../matrix/data/class-use/TextCellToRowBlockConverter.html  |   0
 .../matrix/data/class-use/TextToBinaryCellConverter.html    |   0
 .../matrix/data/class-use/TripleIndexes.Comparator.html     |   0
 .../class-use/TripleIndexes.FirstTwoIndexesPartitioner.html |   0
 .../sysml/runtime/matrix/data/class-use/TripleIndexes.html  |   0
 .../UnPaddedOutputFormat.UnpaddedRecordWriter.html          |   0
 .../runtime/matrix/data/class-use/UnPaddedOutputFormat.html |   0
 .../sysml/runtime/matrix/data/class-use/WeightedCell.html   |   0
 .../data/class-use/WeightedCellToSortInputConverter.html    |   0
 .../sysml/runtime/matrix/data/class-use/WeightedPair.html   |   0
 .../org/apache/sysml/runtime/matrix/data/package-frame.html |   0
 .../apache/sysml/runtime/matrix/data/package-summary.html   |   0
 .../org/apache/sysml/runtime/matrix/data/package-tree.html  |   0
 .../org/apache/sysml/runtime/matrix/data/package-use.html   |   0
 .../java/org/apache/sysml/runtime/matrix/package-frame.html |   0
 .../org/apache/sysml/runtime/matrix/package-summary.html    |   0
 .../java/org/apache/sysml/runtime/matrix/package-tree.html  |   0
 .../java/org/apache/sysml/runtime/matrix/package-use.html   |   0
 .../api/java/org/apache/sysml/runtime/package-frame.html    |   0
 .../api/java/org/apache/sysml/runtime/package-summary.html  |   0
 .../api/java/org/apache/sysml/runtime/package-tree.html     |   0
 .../api/java/org/apache/sysml/runtime/package-use.html      |   0
 .../0.14.0/api/java/org/apache/sysml/udf/BinaryObject.html  |   0
 .../sysml/udf/ExternalFunctionInvocationInstruction.html    |   0
 .../sysml/udf/FunctionParameter.FunctionParameterType.html  |   0
 .../api/java/org/apache/sysml/udf/FunctionParameter.html    |   0
 .../api/java/org/apache/sysml/udf/Matrix.ValueType.html     |   0
 .../docs/0.14.0/api/java/org/apache/sysml/udf/Matrix.html   |   0
 .../api/java/org/apache/sysml/udf/PackageFunction.html      |   0
 .../java/org/apache/sysml/udf/Scalar.ScalarValueType.html   |   0
 .../docs/0.14.0/api/java/org/apache/sysml/udf/Scalar.html   |   0
 .../java/org/apache/sysml/udf/class-use/BinaryObject.html   |   0
 .../class-use/ExternalFunctionInvocationInstruction.html    |   0
 .../class-use/FunctionParameter.FunctionParameterType.html  |   0
 .../org/apache/sysml/udf/class-use/FunctionParameter.html   |   0
 .../org/apache/sysml/udf/class-use/Matrix.ValueType.html    |   0
 .../api/java/org/apache/sysml/udf/class-use/Matrix.html     |   0
 .../org/apache/sysml/udf/class-use/PackageFunction.html     |   0
 .../apache/sysml/udf/class-use/Scalar.ScalarValueType.html  |   0
 .../api/java/org/apache/sysml/udf/class-use/Scalar.html     |   0
 .../api/java/org/apache/sysml/udf/lib/BinningWrapper.html   |   0
 .../api/java/org/apache/sysml/udf/lib/CumSumProd.html       |   0
 .../api/java/org/apache/sysml/udf/lib/DeNaNWrapper.html     |   0
 .../java/org/apache/sysml/udf/lib/DeNegInfinityWrapper.html |   0
 .../org/apache/sysml/udf/lib/DynamicProjectMatrixCP.html    |   0
 .../java/org/apache/sysml/udf/lib/DynamicReadMatrixCP.html  |   0
 .../org/apache/sysml/udf/lib/DynamicReadMatrixRcCP.html     |   0
 .../java/org/apache/sysml/udf/lib/DynamicWriteMatrixCP.html |   0
 .../api/java/org/apache/sysml/udf/lib/GatherWrapper.html    |   0
 .../api/java/org/apache/sysml/udf/lib/MultiInputCbind.html  |   0
 .../api/java/org/apache/sysml/udf/lib/OrderWrapper.html     |   0
 .../org/apache/sysml/udf/lib/PermutationMatrixWrapper.html  |   0
 .../api/java/org/apache/sysml/udf/lib/RemoveEmptyRows.html  |   0
 .../sysml/udf/lib/RowClassMeet.ClassLabelComparator.html    |   0
 .../org/apache/sysml/udf/lib/RowClassMeet.ClassLabels.html  |   0
 .../api/java/org/apache/sysml/udf/lib/RowClassMeet.html     |   0
 .../java/org/apache/sysml/udf/lib/SGDNesterovUpdate.html    |   0
 .../api/java/org/apache/sysml/udf/lib/TimeWrapper.html      |   0
 .../org/apache/sysml/udf/lib/class-use/BinningWrapper.html  |   0
 .../java/org/apache/sysml/udf/lib/class-use/CumSumProd.html |   0
 .../org/apache/sysml/udf/lib/class-use/DeNaNWrapper.html    |   0
 .../sysml/udf/lib/class-use/DeNegInfinityWrapper.html       |   0
 .../sysml/udf/lib/class-use/DynamicProjectMatrixCP.html     |   0
 .../apache/sysml/udf/lib/class-use/DynamicReadMatrixCP.html |   0
 .../sysml/udf/lib/class-use/DynamicReadMatrixRcCP.html      |   0
 .../sysml/udf/lib/class-use/DynamicWriteMatrixCP.html       |   0
 .../org/apache/sysml/udf/lib/class-use/GatherWrapper.html   |   0
 .../org/apache/sysml/udf/lib/class-use/MultiInputCbind.html |   0
 .../org/apache/sysml/udf/lib/class-use/OrderWrapper.html    |   0
 .../sysml/udf/lib/class-use/PermutationMatrixWrapper.html   |   0
 .../org/apache/sysml/udf/lib/class-use/RemoveEmptyRows.html |   0
 .../lib/class-use/RowClassMeet.ClassLabelComparator.html    |   0
 .../sysml/udf/lib/class-use/RowClassMeet.ClassLabels.html   |   0
 .../org/apache/sysml/udf/lib/class-use/RowClassMeet.html    |   0
 .../apache/sysml/udf/lib/class-use/SGDNesterovUpdate.html   |   0
 .../org/apache/sysml/udf/lib/class-use/TimeWrapper.html     |   0
 .../api/java/org/apache/sysml/udf/lib/package-frame.html    |   0
 .../api/java/org/apache/sysml/udf/lib/package-summary.html  |   0
 .../api/java/org/apache/sysml/udf/lib/package-tree.html     |   0
 .../api/java/org/apache/sysml/udf/lib/package-use.html      |   0
 .../0.14.0/api/java/org/apache/sysml/udf/package-frame.html |   0
 .../api/java/org/apache/sysml/udf/package-summary.html      |   0
 .../0.14.0/api/java/org/apache/sysml/udf/package-tree.html  |   0
 .../0.14.0/api/java/org/apache/sysml/udf/package-use.html   |   0
 {site => content}/docs/0.14.0/api/java/overview-frame.html  |   0
 .../docs/0.14.0/api/java/overview-summary.html              |   0
 {site => content}/docs/0.14.0/api/java/overview-tree.html   |   0
 .../0.15.0 => content/docs/0.14.0}/api/java/package-list    |   0
 .../docs/0.15.0 => content/docs/0.14.0}/api/java/script.js  |   0
 {site => content}/docs/0.14.0/api/java/serialized-form.html |   0
 .../0.15.0 => content/docs/0.14.0}/api/java/stylesheet.css  |   0
 {site => content}/docs/0.14.0/beginners-guide-python.html   |   0
 .../docs/0.14.0/beginners-guide-to-dml-and-pydml.html       |   0
 {site => content}/docs/0.14.0/contributing-to-systemml.html |   0
 .../0.15.0 => content/docs/0.14.0}/css/bootstrap.min.css    |   0
 {site/docs/0.15.0 => content/docs/0.14.0}/css/main.css      |   0
 .../0.15.0 => content/docs/0.14.0}/css/pygments-default.css |   0
 {site => content}/docs/0.14.0/debugger-guide.html           |   0
 .../docs/0.14.0}/devdocs/MatrixMultiplicationOperators.txt  |   0
 {site => content}/docs/0.14.0/devdocs/deep-learning.md      |   0
 {site => content}/docs/0.14.0/devdocs/gpu-backend.md        |   0
 .../0.15.0 => content/docs/0.14.0}/devdocs/python_api.html  |   0
 {site => content}/docs/0.14.0/developer-tools-systemml.html |   0
 {site => content}/docs/0.14.0/dml-language-reference.html   |   0
 {site => content}/docs/0.14.0/engine-dev-guide.html         |   0
 .../docs/0.14.0}/files/dml-language-reference/data.csv      |   0
 .../docs/0.14.0}/files/dml-language-reference/data.csv.mtd  |   0
 .../0.14.0}/files/dml-language-reference/data.spec.json     |   0
 .../0.14.0}/files/dml-language-reference/data.spec2.json    |   0
 .../0.14.0}/files/dml-language-reference/data.spec3.json    |   0
 .../docs/0.14.0}/files/dml-language-reference/homes.csv     |   0
 .../docs/0.14.0}/files/dml-language-reference/homes.csv.mtd |   0
 .../files/dml-language-reference/homes.tfspec_bin2.json     |   0
 .../files/dml-language-reference/homes.tfspec_recode2.json  |   0
 {site => content}/docs/0.14.0/hadoop-batch-mode.html        |   0
 ...mputation-of-quartiles-median-and-interquartile-mean.png | Bin
 .../docs/0.14.0}/img/algorithms-reference/example-tree.png  | Bin
 .../docs/0.14.0}/img/developer-tools/about-eclipse.png      | Bin
 .../docs/0.14.0}/img/developer-tools/eclipse-details.png    | Bin
 .../docs/0.14.0}/img/developer-tools/eclipse-scala.png      | Bin
 .../docs/0.14.0}/img/developer-tools/maven-connectors.png   | Bin
 .../docs/0.14.0}/img/developer-tools/maven-scala.png        | Bin
 .../docs/0.14.0}/img/developer-tools/pom-scala-errors.png   | Bin
 .../docs/0.14.0}/img/developer-tools/pom-scala-ignore.png   | Bin
 .../docs/0.14.0}/img/developer-tools/scala-components.png   | Bin
 .../docs/0.14.0}/img/developer-tools/scala-nature.png       | Bin
 ...dmlscript-debug-configuration-hello-world-main-class.png | Bin
 ...pt-debug-configuration-hello-world-program-arguments.png | Bin
 .../python/_static => content/docs/0.14.0/img}/favicon.png  | Bin
 .../docs/0.14.0}/img/projects/breast_cancer/approach.svg    |   0
 .../img/spark-mlcontext-programming-guide/jupyter1.png      | Bin
 .../img/spark-mlcontext-programming-guide/jupyter2.png      | Bin
 .../jupyter_loss_graph.png                                  | Bin
 .../zeppelin-notebook-systemml-linear-regression.png        | Bin
 .../spark-mlcontext-programming-guide/zeppelin-notebook.png | Bin
 .../1.1.0 => content/docs/0.14.0}/img/systemml-logo.png     | Bin
 {site => content}/docs/0.14.0/index.html                    |   0
 {site => content}/docs/0.14.0/jmlc.html                     |   0
 {site/docs/0.15.0 => content/docs/0.14.0}/js/main.js        |   0
 .../0.15.0 => content/docs/0.14.0}/js/vendor/anchor.min.js  |   0
 .../docs/0.14.0}/js/vendor/bootstrap.min.js                 |   0
 .../docs/0.14.0}/js/vendor/jquery-1.12.0.min.js             |   0
 {site => content}/docs/0.14.0/python-reference.html         |   0
 {site => content}/docs/0.14.0/release-process.html          |   0
 {site => content}/docs/0.14.0/spark-batch-mode.html         |   0
 .../docs/0.14.0/spark-mlcontext-programming-guide.html      |   0
 {site => content}/docs/0.14.0/standalone-guide.html         |   0
 {site => content}/docs/0.14.0/troubleshooting-guide.html    |   0
 {site/docs/0.14.0 => content/docs/0.15.0}/README.md         |   0
 {site => content}/docs/0.15.0/algorithms-bibliography.html  |   0
 .../docs/0.15.0/algorithms-classification.html              |   0
 {site => content}/docs/0.15.0/algorithms-clustering.html    |   0
 .../docs/0.15.0/algorithms-descriptive-statistics.html      |   0
 .../docs/0.15.0/algorithms-matrix-factorization.html        |   0
 {site => content}/docs/0.15.0/algorithms-reference.html     |   0
 {site => content}/docs/0.15.0/algorithms-regression.html    |   0
 .../docs/0.15.0/algorithms-survival-analysis.html           |   0
 .../docs/0.15.0/api/java/allclasses-frame.html              |   0
 .../docs/0.15.0/api/java/allclasses-noframe.html            |   0
 {site => content}/docs/0.15.0/api/java/constant-values.html |   0
 {site => content}/docs/0.15.0/api/java/deprecated-list.html |   0
 {site => content}/docs/0.15.0/api/java/help-doc.html        |   0
 {site => content}/docs/0.15.0/api/java/index-all.html       |   0
 {site => content}/docs/0.15.0/api/java/index.html           |   0
 .../0.15.0/api/java/org/apache/sysml/api/DMLException.html  |   0
 .../api/java/org/apache/sysml/api/DMLScript.DMLOptions.html |   0
 .../org/apache/sysml/api/DMLScript.RUNTIME_PLATFORM.html    |   0
 .../0.15.0/api/java/org/apache/sysml/api/DMLScript.html     |   0
 .../api/java/org/apache/sysml/api/ScriptExecutorUtils.html  |   0
 .../java/org/apache/sysml/api/class-use/DMLException.html   |   0
 .../apache/sysml/api/class-use/DMLScript.DMLOptions.html    |   0
 .../sysml/api/class-use/DMLScript.RUNTIME_PLATFORM.html     |   0
 .../api/java/org/apache/sysml/api/class-use/DMLScript.html  |   0
 .../org/apache/sysml/api/class-use/ScriptExecutorUtils.html |   0
 .../api/java/org/apache/sysml/api/jmlc/Connection.html      |   0
 .../api/java/org/apache/sysml/api/jmlc/JMLCProxy.html       |   0
 .../api/java/org/apache/sysml/api/jmlc/JMLCUtils.html       |   0
 .../api/java/org/apache/sysml/api/jmlc/PreparedScript.html  |   0
 .../api/java/org/apache/sysml/api/jmlc/ResultVariables.html |   0
 .../org/apache/sysml/api/jmlc/class-use/Connection.html     |   0
 .../java/org/apache/sysml/api/jmlc/class-use/JMLCProxy.html |   0
 .../java/org/apache/sysml/api/jmlc/class-use/JMLCUtils.html |   0
 .../org/apache/sysml/api/jmlc/class-use/PreparedScript.html |   0
 .../apache/sysml/api/jmlc/class-use/ResultVariables.html    |   0
 .../api/java/org/apache/sysml/api/jmlc/package-frame.html   |   0
 .../api/java/org/apache/sysml/api/jmlc/package-summary.html |   0
 .../api/java/org/apache/sysml/api/jmlc/package-tree.html    |   0
 .../api/java/org/apache/sysml/api/jmlc/package-use.html     |   0
 .../api/java/org/apache/sysml/api/mlcontext/Frame.html      |   0
 .../java/org/apache/sysml/api/mlcontext/FrameFormat.html    |   0
 .../java/org/apache/sysml/api/mlcontext/FrameMetadata.html  |   0
 .../java/org/apache/sysml/api/mlcontext/FrameSchema.html    |   0
 .../apache/sysml/api/mlcontext/MLContext.ExecutionType.html |   0
 .../apache/sysml/api/mlcontext/MLContext.ExplainLevel.html  |   0
 .../apache/sysml/api/mlcontext/MLContext.InternalProxy.html |   0
 .../api/java/org/apache/sysml/api/mlcontext/MLContext.html  |   0
 .../apache/sysml/api/mlcontext/MLContextConversionUtil.html |   0
 .../org/apache/sysml/api/mlcontext/MLContextException.html  |   0
 .../java/org/apache/sysml/api/mlcontext/MLContextUtil.html  |   0
 .../api/java/org/apache/sysml/api/mlcontext/MLResults.html  |   0
 .../api/java/org/apache/sysml/api/mlcontext/Matrix.html     |   0
 .../java/org/apache/sysml/api/mlcontext/MatrixFormat.html   |   0
 .../java/org/apache/sysml/api/mlcontext/MatrixMetadata.html |   0
 .../api/java/org/apache/sysml/api/mlcontext/Metadata.html   |   0
 .../java/org/apache/sysml/api/mlcontext/ProjectInfo.html    |   0
 .../api/java/org/apache/sysml/api/mlcontext/Script.html     |   0
 .../java/org/apache/sysml/api/mlcontext/ScriptExecutor.html |   0
 .../java/org/apache/sysml/api/mlcontext/ScriptFactory.html  |   0
 .../api/java/org/apache/sysml/api/mlcontext/ScriptType.html |   0
 .../org/apache/sysml/api/mlcontext/class-use/Frame.html     |   0
 .../apache/sysml/api/mlcontext/class-use/FrameFormat.html   |   0
 .../apache/sysml/api/mlcontext/class-use/FrameMetadata.html |   0
 .../apache/sysml/api/mlcontext/class-use/FrameSchema.html   |   0
 .../api/mlcontext/class-use/MLContext.ExecutionType.html    |   0
 .../api/mlcontext/class-use/MLContext.ExplainLevel.html     |   0
 .../api/mlcontext/class-use/MLContext.InternalProxy.html    |   0
 .../org/apache/sysml/api/mlcontext/class-use/MLContext.html |   0
 .../api/mlcontext/class-use/MLContextConversionUtil.html    |   0
 .../sysml/api/mlcontext/class-use/MLContextException.html   |   0
 .../apache/sysml/api/mlcontext/class-use/MLContextUtil.html |   0
 .../org/apache/sysml/api/mlcontext/class-use/MLResults.html |   0
 .../org/apache/sysml/api/mlcontext/class-use/Matrix.html    |   0
 .../apache/sysml/api/mlcontext/class-use/MatrixFormat.html  |   0
 .../sysml/api/mlcontext/class-use/MatrixMetadata.html       |   0
 .../org/apache/sysml/api/mlcontext/class-use/Metadata.html  |   0
 .../apache/sysml/api/mlcontext/class-use/ProjectInfo.html   |   0
 .../org/apache/sysml/api/mlcontext/class-use/Script.html    |   0
 .../sysml/api/mlcontext/class-use/ScriptExecutor.html       |   0
 .../apache/sysml/api/mlcontext/class-use/ScriptFactory.html |   0
 .../apache/sysml/api/mlcontext/class-use/ScriptType.html    |   0
 .../java/org/apache/sysml/api/mlcontext/package-frame.html  |   0
 .../org/apache/sysml/api/mlcontext/package-summary.html     |   0
 .../java/org/apache/sysml/api/mlcontext/package-tree.html   |   0
 .../java/org/apache/sysml/api/mlcontext/package-use.html    |   0
 .../0.15.0/api/java/org/apache/sysml/api/package-frame.html |   0
 .../api/java/org/apache/sysml/api/package-summary.html      |   0
 .../0.15.0/api/java/org/apache/sysml/api/package-tree.html  |   0
 .../0.15.0/api/java/org/apache/sysml/api/package-use.html   |   0
 .../java/org/apache/sysml/runtime/DMLRuntimeException.html  |   0
 .../java/org/apache/sysml/runtime/DMLScriptException.html   |   0
 .../apache/sysml/runtime/class-use/DMLRuntimeException.html |   0
 .../apache/sysml/runtime/class-use/DMLScriptException.html  |   0
 .../org/apache/sysml/runtime/codegen/ByteClassLoader.html   |   0
 .../java/org/apache/sysml/runtime/codegen/CodegenUtils.html |   0
 .../apache/sysml/runtime/codegen/LibSpoofPrimitives.html    |   0
 .../apache/sysml/runtime/codegen/SpoofCellwise.AggOp.html   |   0
 .../sysml/runtime/codegen/SpoofCellwise.CellType.html       |   0
 .../org/apache/sysml/runtime/codegen/SpoofCellwise.html     |   0
 .../apache/sysml/runtime/codegen/SpoofMultiAggregate.html   |   0
 .../sysml/runtime/codegen/SpoofOperator.SideInput.html      |   0
 .../runtime/codegen/SpoofOperator.SideInputSparse.html      |   0
 .../org/apache/sysml/runtime/codegen/SpoofOperator.html     |   0
 .../runtime/codegen/SpoofOuterProduct.OutProdType.html      |   0
 .../org/apache/sysml/runtime/codegen/SpoofOuterProduct.html |   0
 .../apache/sysml/runtime/codegen/SpoofRowwise.RowType.html  |   0
 .../java/org/apache/sysml/runtime/codegen/SpoofRowwise.html |   0
 .../sysml/runtime/codegen/class-use/ByteClassLoader.html    |   0
 .../sysml/runtime/codegen/class-use/CodegenUtils.html       |   0
 .../sysml/runtime/codegen/class-use/LibSpoofPrimitives.html |   0
 .../runtime/codegen/class-use/SpoofCellwise.AggOp.html      |   0
 .../runtime/codegen/class-use/SpoofCellwise.CellType.html   |   0
 .../sysml/runtime/codegen/class-use/SpoofCellwise.html      |   0
 .../runtime/codegen/class-use/SpoofMultiAggregate.html      |   0
 .../runtime/codegen/class-use/SpoofOperator.SideInput.html  |   0
 .../codegen/class-use/SpoofOperator.SideInputSparse.html    |   0
 .../sysml/runtime/codegen/class-use/SpoofOperator.html      |   0
 .../codegen/class-use/SpoofOuterProduct.OutProdType.html    |   0
 .../sysml/runtime/codegen/class-use/SpoofOuterProduct.html  |   0
 .../runtime/codegen/class-use/SpoofRowwise.RowType.html     |   0
 .../sysml/runtime/codegen/class-use/SpoofRowwise.html       |   0
 .../org/apache/sysml/runtime/codegen/package-frame.html     |   0
 .../org/apache/sysml/runtime/codegen/package-summary.html   |   0
 .../java/org/apache/sysml/runtime/codegen/package-tree.html |   0
 .../java/org/apache/sysml/runtime/codegen/package-use.html  |   0
 .../org/apache/sysml/runtime/compress/BitmapEncoder.html    |   0
 .../sysml/runtime/compress/ColGroup.CompressionType.html    |   0
 .../java/org/apache/sysml/runtime/compress/ColGroup.html    |   0
 .../java/org/apache/sysml/runtime/compress/ColGroupDDC.html |   0
 .../org/apache/sysml/runtime/compress/ColGroupDDC1.html     |   0
 .../org/apache/sysml/runtime/compress/ColGroupDDC2.html     |   0
 .../java/org/apache/sysml/runtime/compress/ColGroupOLE.html |   0
 .../runtime/compress/ColGroupOffset.OffsetRowIterator.html  |   0
 .../compress/ColGroupOffset.OffsetValueIterator.html        |   0
 .../runtime/compress/ColGroupOffset.ZeroValueIterator.html  |   0
 .../org/apache/sysml/runtime/compress/ColGroupOffset.html   |   0
 .../java/org/apache/sysml/runtime/compress/ColGroupRLE.html |   0
 .../apache/sysml/runtime/compress/ColGroupUncompressed.html |   0
 .../org/apache/sysml/runtime/compress/ColGroupValue.html    |   0
 .../CompressedMatrixBlock.CompressionStatistics.html        |   0
 .../sysml/runtime/compress/CompressedMatrixBlock.html       |   0
 .../sysml/runtime/compress/ReaderColumnSelection.html       |   0
 .../sysml/runtime/compress/ReaderColumnSelectionDense.html  |   0
 .../runtime/compress/ReaderColumnSelectionDenseSample.html  |   0
 .../sysml/runtime/compress/ReaderColumnSelectionSparse.html |   0
 .../apache/sysml/runtime/compress/UncompressedBitmap.html   |   0
 .../sysml/runtime/compress/class-use/BitmapEncoder.html     |   0
 .../compress/class-use/ColGroup.CompressionType.html        |   0
 .../apache/sysml/runtime/compress/class-use/ColGroup.html   |   0
 .../sysml/runtime/compress/class-use/ColGroupDDC.html       |   0
 .../sysml/runtime/compress/class-use/ColGroupDDC1.html      |   0
 .../sysml/runtime/compress/class-use/ColGroupDDC2.html      |   0
 .../sysml/runtime/compress/class-use/ColGroupOLE.html       |   0
 .../class-use/ColGroupOffset.OffsetRowIterator.html         |   0
 .../class-use/ColGroupOffset.OffsetValueIterator.html       |   0
 .../class-use/ColGroupOffset.ZeroValueIterator.html         |   0
 .../sysml/runtime/compress/class-use/ColGroupOffset.html    |   0
 .../sysml/runtime/compress/class-use/ColGroupRLE.html       |   0
 .../runtime/compress/class-use/ColGroupUncompressed.html    |   0
 .../sysml/runtime/compress/class-use/ColGroupValue.html     |   0
 .../CompressedMatrixBlock.CompressionStatistics.html        |   0
 .../runtime/compress/class-use/CompressedMatrixBlock.html   |   0
 .../runtime/compress/class-use/ReaderColumnSelection.html   |   0
 .../compress/class-use/ReaderColumnSelectionDense.html      |   0
 .../class-use/ReaderColumnSelectionDenseSample.html         |   0
 .../compress/class-use/ReaderColumnSelectionSparse.html     |   0
 .../runtime/compress/class-use/UncompressedBitmap.html      |   0
 .../runtime/compress/cocode/ColumnGroupPartitioner.html     |   0
 .../compress/cocode/ColumnGroupPartitionerBinPacking.html   |   0
 .../compress/cocode/ColumnGroupPartitionerStatic.html       |   0
 .../compress/cocode/PlanningCoCoder.GroupableColInfo.html   |   0
 .../compress/cocode/PlanningCoCoder.PartitionerType.html    |   0
 .../sysml/runtime/compress/cocode/PlanningCoCoder.html      |   0
 .../compress/cocode/PlanningCoCodingGroup.ColIndexes.html   |   0
 .../runtime/compress/cocode/PlanningCoCodingGroup.html      |   0
 .../sysml/runtime/compress/cocode/PlanningMemoTable.html    |   0
 .../compress/cocode/class-use/ColumnGroupPartitioner.html   |   0
 .../cocode/class-use/ColumnGroupPartitionerBinPacking.html  |   0
 .../cocode/class-use/ColumnGroupPartitionerStatic.html      |   0
 .../cocode/class-use/PlanningCoCoder.GroupableColInfo.html  |   0
 .../cocode/class-use/PlanningCoCoder.PartitionerType.html   |   0
 .../runtime/compress/cocode/class-use/PlanningCoCoder.html  |   0
 .../cocode/class-use/PlanningCoCodingGroup.ColIndexes.html  |   0
 .../compress/cocode/class-use/PlanningCoCodingGroup.html    |   0
 .../compress/cocode/class-use/PlanningMemoTable.html        |   0
 .../apache/sysml/runtime/compress/cocode/package-frame.html |   0
 .../sysml/runtime/compress/cocode/package-summary.html      |   0
 .../apache/sysml/runtime/compress/cocode/package-tree.html  |   0
 .../apache/sysml/runtime/compress/cocode/package-use.html   |   0
 .../CompressedSizeEstimator.SizeEstimationFactors.html      |   0
 .../runtime/compress/estim/CompressedSizeEstimator.html     |   0
 .../compress/estim/CompressedSizeEstimatorExact.html        |   0
 .../compress/estim/CompressedSizeEstimatorSample.html       |   0
 .../sysml/runtime/compress/estim/CompressedSizeInfo.html    |   0
 .../sysml/runtime/compress/estim/SizeEstimatorFactory.html  |   0
 .../CompressedSizeEstimator.SizeEstimationFactors.html      |   0
 .../compress/estim/class-use/CompressedSizeEstimator.html   |   0
 .../estim/class-use/CompressedSizeEstimatorExact.html       |   0
 .../estim/class-use/CompressedSizeEstimatorSample.html      |   0
 .../compress/estim/class-use/CompressedSizeInfo.html        |   0
 .../compress/estim/class-use/SizeEstimatorFactory.html      |   0
 .../apache/sysml/runtime/compress/estim/package-frame.html  |   0
 .../sysml/runtime/compress/estim/package-summary.html       |   0
 .../apache/sysml/runtime/compress/estim/package-tree.html   |   0
 .../apache/sysml/runtime/compress/estim/package-use.html    |   0
 .../org/apache/sysml/runtime/compress/package-frame.html    |   0
 .../org/apache/sysml/runtime/compress/package-summary.html  |   0
 .../org/apache/sysml/runtime/compress/package-tree.html     |   0
 .../java/org/apache/sysml/runtime/compress/package-use.html |   0
 .../apache/sysml/runtime/compress/utils/ConverterUtils.html |   0
 .../org/apache/sysml/runtime/compress/utils/DblArray.html   |   0
 .../utils/DblArrayIntListHashMap.DArrayIListEntry.html      |   0
 .../runtime/compress/utils/DblArrayIntListHashMap.html      |   0
 .../compress/utils/DoubleIntListHashMap.DIListEntry.html    |   0
 .../sysml/runtime/compress/utils/DoubleIntListHashMap.html  |   0
 .../apache/sysml/runtime/compress/utils/IntArrayList.html   |   0
 .../sysml/runtime/compress/utils/LinearAlgebraUtils.html    |   0
 .../runtime/compress/utils/class-use/ConverterUtils.html    |   0
 .../sysml/runtime/compress/utils/class-use/DblArray.html    |   0
 .../class-use/DblArrayIntListHashMap.DArrayIListEntry.html  |   0
 .../compress/utils/class-use/DblArrayIntListHashMap.html    |   0
 .../utils/class-use/DoubleIntListHashMap.DIListEntry.html   |   0
 .../compress/utils/class-use/DoubleIntListHashMap.html      |   0
 .../runtime/compress/utils/class-use/IntArrayList.html      |   0
 .../compress/utils/class-use/LinearAlgebraUtils.html        |   0
 .../apache/sysml/runtime/compress/utils/package-frame.html  |   0
 .../sysml/runtime/compress/utils/package-summary.html       |   0
 .../apache/sysml/runtime/compress/utils/package-tree.html   |   0
 .../apache/sysml/runtime/compress/utils/package-use.html    |   0
 .../sysml/runtime/instructions/CPInstructionParser.html     |   0
 .../sysml/runtime/instructions/GPUInstructionParser.html    |   0
 .../runtime/instructions/Instruction.INSTRUCTION_TYPE.html  |   0
 .../org/apache/sysml/runtime/instructions/Instruction.html  |   0
 .../sysml/runtime/instructions/InstructionParser.html       |   0
 .../apache/sysml/runtime/instructions/InstructionUtils.html |   0
 .../sysml/runtime/instructions/MRInstructionParser.html     |   0
 .../apache/sysml/runtime/instructions/MRJobInstruction.html |   0
 .../sysml/runtime/instructions/SPInstructionParser.html     |   0
 .../runtime/instructions/class-use/CPInstructionParser.html |   0
 .../instructions/class-use/GPUInstructionParser.html        |   0
 .../class-use/Instruction.INSTRUCTION_TYPE.html             |   0
 .../sysml/runtime/instructions/class-use/Instruction.html   |   0
 .../runtime/instructions/class-use/InstructionParser.html   |   0
 .../runtime/instructions/class-use/InstructionUtils.html    |   0
 .../runtime/instructions/class-use/MRInstructionParser.html |   0
 .../runtime/instructions/class-use/MRJobInstruction.html    |   0
 .../runtime/instructions/class-use/SPInstructionParser.html |   0
 .../instructions/gpu/AggregateBinaryGPUInstruction.html     |   0
 .../instructions/gpu/AggregateUnaryGPUInstruction.html      |   0
 .../instructions/gpu/ArithmeticBinaryGPUInstruction.html    |   0
 .../instructions/gpu/BuiltinBinaryGPUInstruction.html       |   0
 .../instructions/gpu/BuiltinUnaryGPUInstruction.html        |   0
 .../runtime/instructions/gpu/ConvolutionGPUInstruction.html |   0
 .../gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html             |   0
 .../sysml/runtime/instructions/gpu/GPUInstruction.html      |   0
 .../sysml/runtime/instructions/gpu/MMTSJGPUInstruction.html |   0
 .../instructions/gpu/MatrixAppendGPUInstruction.html        |   0
 .../instructions/gpu/MatrixBuiltinGPUInstruction.html       |   0
 .../instructions/gpu/MatrixIndexingGPUInstruction.html      |   0
 .../gpu/MatrixMatrixArithmeticGPUInstruction.html           |   0
 .../instructions/gpu/MatrixMatrixAxpyGPUInstruction.html    |   0
 .../instructions/gpu/MatrixMatrixBuiltinGPUInstruction.html |   0
 .../gpu/MatrixMatrixRelationalBinaryGPUInstruction.html     |   0
 .../instructions/gpu/RelationalBinaryGPUInstruction.html    |   0
 .../sysml/runtime/instructions/gpu/ReorgGPUInstruction.html |   0
 .../gpu/ScalarMatrixArithmeticGPUInstruction.html           |   0
 .../gpu/ScalarMatrixRelationalBinaryGPUInstruction.html     |   0
 .../gpu/class-use/AggregateBinaryGPUInstruction.html        |   0
 .../gpu/class-use/AggregateUnaryGPUInstruction.html         |   0
 .../gpu/class-use/ArithmeticBinaryGPUInstruction.html       |   0
 .../gpu/class-use/BuiltinBinaryGPUInstruction.html          |   0
 .../gpu/class-use/BuiltinUnaryGPUInstruction.html           |   0
 .../gpu/class-use/ConvolutionGPUInstruction.html            |   0
 .../gpu/class-use/GPUInstruction.GPUINSTRUCTION_TYPE.html   |   0
 .../runtime/instructions/gpu/class-use/GPUInstruction.html  |   0
 .../instructions/gpu/class-use/MMTSJGPUInstruction.html     |   0
 .../gpu/class-use/MatrixAppendGPUInstruction.html           |   0
 .../gpu/class-use/MatrixBuiltinGPUInstruction.html          |   0
 .../gpu/class-use/MatrixIndexingGPUInstruction.html         |   0
 .../gpu/class-use/MatrixMatrixArithmeticGPUInstruction.html |   0
 .../gpu/class-use/MatrixMatrixAxpyGPUInstruction.html       |   0
 .../gpu/class-use/MatrixMatrixBuiltinGPUInstruction.html    |   0
 .../MatrixMatrixRelationalBinaryGPUInstruction.html         |   0
 .../gpu/class-use/RelationalBinaryGPUInstruction.html       |   0
 .../instructions/gpu/class-use/ReorgGPUInstruction.html     |   0
 .../gpu/class-use/ScalarMatrixArithmeticGPUInstruction.html |   0
 .../ScalarMatrixRelationalBinaryGPUInstruction.html         |   0
 .../sysml/runtime/instructions/gpu/context/CSRPointer.html  |   0
 .../runtime/instructions/gpu/context/ExecutionConfig.html   |   0
 .../instructions/gpu/context/GPUContext.EvictionPolicy.html |   0
 .../sysml/runtime/instructions/gpu/context/GPUContext.html  |   0
 .../runtime/instructions/gpu/context/GPUContextPool.html    |   0
 .../sysml/runtime/instructions/gpu/context/GPUObject.html   |   0
 .../runtime/instructions/gpu/context/JCudaKernels.html      |   0
 .../instructions/gpu/context/class-use/CSRPointer.html      |   0
 .../instructions/gpu/context/class-use/ExecutionConfig.html |   0
 .../gpu/context/class-use/GPUContext.EvictionPolicy.html    |   0
 .../instructions/gpu/context/class-use/GPUContext.html      |   0
 .../instructions/gpu/context/class-use/GPUContextPool.html  |   0
 .../instructions/gpu/context/class-use/GPUObject.html       |   0
 .../instructions/gpu/context/class-use/JCudaKernels.html    |   0
 .../runtime/instructions/gpu/context/package-frame.html     |   0
 .../runtime/instructions/gpu/context/package-summary.html   |   0
 .../runtime/instructions/gpu/context/package-tree.html      |   0
 .../sysml/runtime/instructions/gpu/context/package-use.html |   0
 .../sysml/runtime/instructions/gpu/package-frame.html       |   0
 .../sysml/runtime/instructions/gpu/package-summary.html     |   0
 .../apache/sysml/runtime/instructions/gpu/package-tree.html |   0
 .../apache/sysml/runtime/instructions/gpu/package-use.html  |   0
 .../apache/sysml/runtime/instructions/package-frame.html    |   0
 .../apache/sysml/runtime/instructions/package-summary.html  |   0
 .../org/apache/sysml/runtime/instructions/package-tree.html |   0
 .../org/apache/sysml/runtime/instructions/package-use.html  |   0
 .../instructions/spark/AggregateTernarySPInstruction.html   |   0
 .../instructions/spark/AggregateUnarySPInstruction.html     |   0
 .../spark/AppendGAlignedSPInstruction.ShiftColumnIndex.html |   0
 .../instructions/spark/AppendGAlignedSPInstruction.html     |   0
 .../spark/AppendGSPInstruction.MergeWithShiftedBlocks.html  |   0
 .../spark/AppendGSPInstruction.ShiftMatrix.html             |   0
 .../runtime/instructions/spark/AppendGSPInstruction.html    |   0
 .../runtime/instructions/spark/AppendMSPInstruction.html    |   0
 .../runtime/instructions/spark/AppendRSPInstruction.html    |   0
 .../instructions/spark/ArithmeticBinarySPInstruction.html   |   0
 .../BinUaggChainSPInstruction.RDDBinUaggChainFunction.html  |   0
 .../instructions/spark/BinUaggChainSPInstruction.html       |   0
 .../runtime/instructions/spark/BinarySPInstruction.html     |   0
 .../instructions/spark/BuiltinBinarySPInstruction.html      |   0
 .../instructions/spark/BuiltinUnarySPInstruction.html       |   0
 .../runtime/instructions/spark/CSVReblockSPInstruction.html |   0
 .../sysml/runtime/instructions/spark/CastSPInstruction.html |   0
 .../instructions/spark/CentralMomentSPInstruction.html      |   0
 .../runtime/instructions/spark/CheckpointSPInstruction.html |   0
 .../spark/CompressionSPInstruction.CompressionFunction.html |   0
 .../instructions/spark/CompressionSPInstruction.html        |   0
 .../instructions/spark/ComputationSPInstruction.html        |   0
 .../instructions/spark/ConvolutionSPInstruction.html        |   0
 .../runtime/instructions/spark/CovarianceSPInstruction.html |   0
 .../sysml/runtime/instructions/spark/CpmmSPInstruction.html |   0
 .../spark/CumulativeAggregateSPInstruction.html             |   0
 .../instructions/spark/CumulativeOffsetSPInstruction.html   |   0
 .../instructions/spark/FrameAppendMSPInstruction.html       |   0
 .../instructions/spark/FrameAppendRSPInstruction.html       |   0
 .../instructions/spark/FrameIndexingSPInstruction.html      |   0
 .../runtime/instructions/spark/IndexingSPInstruction.html   |   0
 .../runtime/instructions/spark/MapmmChainSPInstruction.html |   0
 .../runtime/instructions/spark/MapmmSPInstruction.html      |   0
 .../instructions/spark/MatrixAppendMSPInstruction.html      |   0
 .../instructions/spark/MatrixAppendRSPInstruction.html      |   0
 .../spark/MatrixBVectorArithmeticSPInstruction.html         |   0
 .../spark/MatrixBVectorBuiltinSPInstruction.html            |   0
 .../spark/MatrixBVectorRelationalSPInstruction.html         |   0
 .../instructions/spark/MatrixBuiltinSPInstruction.html      |   0
 .../instructions/spark/MatrixIndexingSPInstruction.html     |   0
 .../spark/MatrixMatrixArithmeticSPInstruction.html          |   0
 .../spark/MatrixMatrixBuiltinSPInstruction.html             |   0
 .../spark/MatrixMatrixRelationalSPInstruction.html          |   0
 .../instructions/spark/MatrixReshapeSPInstruction.html      |   0
 .../spark/MatrixScalarArithmeticSPInstruction.html          |   0
 .../spark/MatrixScalarBuiltinSPInstruction.html             |   0
 .../spark/MatrixScalarRelationalSPInstruction.html          |   0
 ...dBuiltinSPInstruction.TransformEncodeBuild2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeBuildFunction.html |   0
 ...dBuiltinSPInstruction.TransformEncodeGroup2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeGroupFunction.html |   0
 .../spark/MultiReturnParameterizedBuiltinSPInstruction.html |   0
 .../runtime/instructions/spark/PMapmmSPInstruction.html     |   0
 .../ParameterizedBuiltinSPInstruction.CreateMatrixCell.html |   0
 ...erizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html |   0
 ...arameterizedBuiltinSPInstruction.RDDRExpandFunction.html |   0
 ...eterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html |   0
 ...zedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html |   0
 ...arameterizedBuiltinSPInstruction.RDDReplaceFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDTransformApplyFunction.html |   0
 ...uiltinSPInstruction.RDDTransformApplyOffsetFunction.html |   0
 ...iltinSPInstruction.RDDTransformDecodeExpandFunction.html |   0
 ...izedBuiltinSPInstruction.RDDTransformDecodeFunction.html |   0
 .../spark/ParameterizedBuiltinSPInstruction.html            |   0
 .../runtime/instructions/spark/PlusMultSPInstruction.html   |   0
 .../sysml/runtime/instructions/spark/PmmSPInstruction.html  |   0
 .../instructions/spark/QuantilePickSPInstruction.html       |   0
 .../instructions/spark/QuantileSortSPInstruction.html       |   0
 .../runtime/instructions/spark/QuaternarySPInstruction.html |   0
 .../sysml/runtime/instructions/spark/RandSPInstruction.html |   0
 .../runtime/instructions/spark/ReblockSPInstruction.html    |   0
 .../instructions/spark/RelationalBinarySPInstruction.html   |   0
 .../runtime/instructions/spark/ReorgSPInstruction.html      |   0
 .../sysml/runtime/instructions/spark/RmmSPInstruction.html  |   0
 .../spark/SPInstruction.SPINSTRUCTION_TYPE.html             |   0
 .../sysml/runtime/instructions/spark/SPInstruction.html     |   0
 .../SpoofSPInstruction.ReplicateRightFactorFunction.html    |   0
 .../runtime/instructions/spark/SpoofSPInstruction.html      |   0
 .../runtime/instructions/spark/TernarySPInstruction.html    |   0
 .../runtime/instructions/spark/Tsmm2SPInstruction.html      |   0
 .../sysml/runtime/instructions/spark/TsmmSPInstruction.html |   0
 .../instructions/spark/UaggOuterChainSPInstruction.html     |   0
 .../runtime/instructions/spark/UnarySPInstruction.html      |   0
 .../runtime/instructions/spark/WriteSPInstruction.html      |   0
 .../runtime/instructions/spark/ZipmmSPInstruction.html      |   0
 .../spark/class-use/AggregateTernarySPInstruction.html      |   0
 .../spark/class-use/AggregateUnarySPInstruction.html        |   0
 .../AppendGAlignedSPInstruction.ShiftColumnIndex.html       |   0
 .../spark/class-use/AppendGAlignedSPInstruction.html        |   0
 .../AppendGSPInstruction.MergeWithShiftedBlocks.html        |   0
 .../spark/class-use/AppendGSPInstruction.ShiftMatrix.html   |   0
 .../instructions/spark/class-use/AppendGSPInstruction.html  |   0
 .../instructions/spark/class-use/AppendMSPInstruction.html  |   0
 .../instructions/spark/class-use/AppendRSPInstruction.html  |   0
 .../spark/class-use/ArithmeticBinarySPInstruction.html      |   0
 .../BinUaggChainSPInstruction.RDDBinUaggChainFunction.html  |   0
 .../spark/class-use/BinUaggChainSPInstruction.html          |   0
 .../instructions/spark/class-use/BinarySPInstruction.html   |   0
 .../spark/class-use/BuiltinBinarySPInstruction.html         |   0
 .../spark/class-use/BuiltinUnarySPInstruction.html          |   0
 .../spark/class-use/CSVReblockSPInstruction.html            |   0
 .../instructions/spark/class-use/CastSPInstruction.html     |   0
 .../spark/class-use/CentralMomentSPInstruction.html         |   0
 .../spark/class-use/CheckpointSPInstruction.html            |   0
 .../CompressionSPInstruction.CompressionFunction.html       |   0
 .../spark/class-use/CompressionSPInstruction.html           |   0
 .../spark/class-use/ComputationSPInstruction.html           |   0
 .../spark/class-use/ConvolutionSPInstruction.html           |   0
 .../spark/class-use/CovarianceSPInstruction.html            |   0
 .../instructions/spark/class-use/CpmmSPInstruction.html     |   0
 .../spark/class-use/CumulativeAggregateSPInstruction.html   |   0
 .../spark/class-use/CumulativeOffsetSPInstruction.html      |   0
 .../spark/class-use/FrameAppendMSPInstruction.html          |   0
 .../spark/class-use/FrameAppendRSPInstruction.html          |   0
 .../spark/class-use/FrameIndexingSPInstruction.html         |   0
 .../instructions/spark/class-use/IndexingSPInstruction.html |   0
 .../spark/class-use/MapmmChainSPInstruction.html            |   0
 .../instructions/spark/class-use/MapmmSPInstruction.html    |   0
 .../spark/class-use/MatrixAppendMSPInstruction.html         |   0
 .../spark/class-use/MatrixAppendRSPInstruction.html         |   0
 .../class-use/MatrixBVectorArithmeticSPInstruction.html     |   0
 .../spark/class-use/MatrixBVectorBuiltinSPInstruction.html  |   0
 .../class-use/MatrixBVectorRelationalSPInstruction.html     |   0
 .../spark/class-use/MatrixBuiltinSPInstruction.html         |   0
 .../spark/class-use/MatrixIndexingSPInstruction.html        |   0
 .../class-use/MatrixMatrixArithmeticSPInstruction.html      |   0
 .../spark/class-use/MatrixMatrixBuiltinSPInstruction.html   |   0
 .../class-use/MatrixMatrixRelationalSPInstruction.html      |   0
 .../spark/class-use/MatrixReshapeSPInstruction.html         |   0
 .../class-use/MatrixScalarArithmeticSPInstruction.html      |   0
 .../spark/class-use/MatrixScalarBuiltinSPInstruction.html   |   0
 .../class-use/MatrixScalarRelationalSPInstruction.html      |   0
 ...dBuiltinSPInstruction.TransformEncodeBuild2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeBuildFunction.html |   0
 ...dBuiltinSPInstruction.TransformEncodeGroup2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeGroupFunction.html |   0
 .../MultiReturnParameterizedBuiltinSPInstruction.html       |   0
 .../instructions/spark/class-use/PMapmmSPInstruction.html   |   0
 .../ParameterizedBuiltinSPInstruction.CreateMatrixCell.html |   0
 ...erizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html |   0
 ...arameterizedBuiltinSPInstruction.RDDRExpandFunction.html |   0
 ...eterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html |   0
 ...zedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html |   0
 ...arameterizedBuiltinSPInstruction.RDDReplaceFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDTransformApplyFunction.html |   0
 ...uiltinSPInstruction.RDDTransformApplyOffsetFunction.html |   0
 ...iltinSPInstruction.RDDTransformDecodeExpandFunction.html |   0
 ...izedBuiltinSPInstruction.RDDTransformDecodeFunction.html |   0
 .../spark/class-use/ParameterizedBuiltinSPInstruction.html  |   0
 .../instructions/spark/class-use/PlusMultSPInstruction.html |   0
 .../instructions/spark/class-use/PmmSPInstruction.html      |   0
 .../spark/class-use/QuantilePickSPInstruction.html          |   0
 .../spark/class-use/QuantileSortSPInstruction.html          |   0
 .../spark/class-use/QuaternarySPInstruction.html            |   0
 .../instructions/spark/class-use/RandSPInstruction.html     |   0
 .../instructions/spark/class-use/ReblockSPInstruction.html  |   0
 .../spark/class-use/RelationalBinarySPInstruction.html      |   0
 .../instructions/spark/class-use/ReorgSPInstruction.html    |   0
 .../instructions/spark/class-use/RmmSPInstruction.html      |   0
 .../spark/class-use/SPInstruction.SPINSTRUCTION_TYPE.html   |   0
 .../runtime/instructions/spark/class-use/SPInstruction.html |   0
 .../SpoofSPInstruction.ReplicateRightFactorFunction.html    |   0
 .../instructions/spark/class-use/SpoofSPInstruction.html    |   0
 .../instructions/spark/class-use/TernarySPInstruction.html  |   0
 .../instructions/spark/class-use/Tsmm2SPInstruction.html    |   0
 .../instructions/spark/class-use/TsmmSPInstruction.html     |   0
 .../spark/class-use/UaggOuterChainSPInstruction.html        |   0
 .../instructions/spark/class-use/UnarySPInstruction.html    |   0
 .../instructions/spark/class-use/WriteSPInstruction.html    |   0
 .../instructions/spark/class-use/ZipmmSPInstruction.html    |   0
 .../sysml/runtime/instructions/spark/package-frame.html     |   0
 .../sysml/runtime/instructions/spark/package-summary.html   |   0
 .../sysml/runtime/instructions/spark/package-tree.html      |   0
 .../sysml/runtime/instructions/spark/package-use.html       |   0
 .../instructions/spark/utils/FrameRDDAggregateUtils.html    |   0
 ...ConverterUtils.LongFrameToLongWritableFrameFunction.html |   0
 ...ConverterUtils.LongWritableFrameToLongFrameFunction.html |   0
 ...DDConverterUtils.LongWritableTextToLongTextFunction.html |   0
 .../FrameRDDConverterUtils.LongWritableToSerFunction.html   |   0
 .../instructions/spark/utils/FrameRDDConverterUtils.html    |   0
 .../runtime/instructions/spark/utils/RDDAggregateUtils.html |   0
 .../utils/RDDConverterUtils.DataFrameExtractIDFunction.html |   0
 .../runtime/instructions/spark/utils/RDDConverterUtils.html |   0
 .../spark/utils/RDDConverterUtilsExt.AddRowID.html          |   0
 .../spark/utils/RDDConverterUtilsExt.RDDConverterTypes.html |   0
 .../instructions/spark/utils/RDDConverterUtilsExt.html      |   0
 .../spark/utils/RDDSortUtils.IndexComparator.html           |   0
 .../runtime/instructions/spark/utils/RDDSortUtils.html      |   0
 .../sysml/runtime/instructions/spark/utils/SparkUtils.html  |   0
 .../spark/utils/class-use/FrameRDDAggregateUtils.html       |   0
 ...ConverterUtils.LongFrameToLongWritableFrameFunction.html |   0
 ...ConverterUtils.LongWritableFrameToLongFrameFunction.html |   0
 ...DDConverterUtils.LongWritableTextToLongTextFunction.html |   0
 .../FrameRDDConverterUtils.LongWritableToSerFunction.html   |   0
 .../spark/utils/class-use/FrameRDDConverterUtils.html       |   0
 .../spark/utils/class-use/RDDAggregateUtils.html            |   0
 .../RDDConverterUtils.DataFrameExtractIDFunction.html       |   0
 .../spark/utils/class-use/RDDConverterUtils.html            |   0
 .../utils/class-use/RDDConverterUtilsExt.AddRowID.html      |   0
 .../class-use/RDDConverterUtilsExt.RDDConverterTypes.html   |   0
 .../spark/utils/class-use/RDDConverterUtilsExt.html         |   0
 .../spark/utils/class-use/RDDSortUtils.IndexComparator.html |   0
 .../instructions/spark/utils/class-use/RDDSortUtils.html    |   0
 .../instructions/spark/utils/class-use/SparkUtils.html      |   0
 .../runtime/instructions/spark/utils/package-frame.html     |   0
 .../runtime/instructions/spark/utils/package-summary.html   |   0
 .../runtime/instructions/spark/utils/package-tree.html      |   0
 .../sysml/runtime/instructions/spark/utils/package-use.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/CMCOVMR.html   |   0
 .../runtime/matrix/CSVReblockMR.AssignRowIDMRReturn.html    |   0
 .../apache/sysml/runtime/matrix/CSVReblockMR.BlockRow.html  |   0
 .../sysml/runtime/matrix/CSVReblockMR.OffsetCount.html      |   0
 .../java/org/apache/sysml/runtime/matrix/CSVReblockMR.html  |   0
 .../sysml/runtime/matrix/CleanupMR.CleanupMapper.html       |   0
 .../api/java/org/apache/sysml/runtime/matrix/CleanupMR.html |   0
 .../apache/sysml/runtime/matrix/CombineMR.InnerReducer.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/CombineMR.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/DataGenMR.html |   0
 .../org/apache/sysml/runtime/matrix/DataPartitionMR.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/GMR.html       |   0
 .../java/org/apache/sysml/runtime/matrix/GroupedAggMR.html  |   0
 .../api/java/org/apache/sysml/runtime/matrix/JobReturn.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/MMCJMR.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/MMRJMR.html    |   0
 .../apache/sysml/runtime/matrix/MatrixCharacteristics.html  |   0
 .../sysml/runtime/matrix/MatrixDimensionsMetaData.html      |   0
 .../apache/sysml/runtime/matrix/MatrixFormatMetaData.html   |   0
 .../api/java/org/apache/sysml/runtime/matrix/MetaData.html  |   0
 .../api/java/org/apache/sysml/runtime/matrix/ReblockMR.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/SortMR.html    |   0
 .../java/org/apache/sysml/runtime/matrix/WriteCSVMR.html    |   0
 .../org/apache/sysml/runtime/matrix/class-use/CMCOVMR.html  |   0
 .../matrix/class-use/CSVReblockMR.AssignRowIDMRReturn.html  |   0
 .../runtime/matrix/class-use/CSVReblockMR.BlockRow.html     |   0
 .../runtime/matrix/class-use/CSVReblockMR.OffsetCount.html  |   0
 .../apache/sysml/runtime/matrix/class-use/CSVReblockMR.html |   0
 .../runtime/matrix/class-use/CleanupMR.CleanupMapper.html   |   0
 .../apache/sysml/runtime/matrix/class-use/CleanupMR.html    |   0
 .../runtime/matrix/class-use/CombineMR.InnerReducer.html    |   0
 .../apache/sysml/runtime/matrix/class-use/CombineMR.html    |   0
 .../apache/sysml/runtime/matrix/class-use/DataGenMR.html    |   0
 .../sysml/runtime/matrix/class-use/DataPartitionMR.html     |   0
 .../java/org/apache/sysml/runtime/matrix/class-use/GMR.html |   0
 .../apache/sysml/runtime/matrix/class-use/GroupedAggMR.html |   0
 .../apache/sysml/runtime/matrix/class-use/JobReturn.html    |   0
 .../org/apache/sysml/runtime/matrix/class-use/MMCJMR.html   |   0
 .../org/apache/sysml/runtime/matrix/class-use/MMRJMR.html   |   0
 .../runtime/matrix/class-use/MatrixCharacteristics.html     |   0
 .../runtime/matrix/class-use/MatrixDimensionsMetaData.html  |   0
 .../runtime/matrix/class-use/MatrixFormatMetaData.html      |   0
 .../org/apache/sysml/runtime/matrix/class-use/MetaData.html |   0
 .../apache/sysml/runtime/matrix/class-use/ReblockMR.html    |   0
 .../org/apache/sysml/runtime/matrix/class-use/SortMR.html   |   0
 .../apache/sysml/runtime/matrix/class-use/WriteCSVMR.html   |   0
 .../sysml/runtime/matrix/data/AdaptivePartialBlock.html     |   0
 .../sysml/runtime/matrix/data/AddDummyWeightConverter.html  |   0
 .../matrix/data/BinaryBlockToBinaryCellConverter.html       |   0
 .../runtime/matrix/data/BinaryBlockToRowBlockConverter.html |   0
 .../runtime/matrix/data/BinaryBlockToTextCellConverter.html |   0
 .../runtime/matrix/data/BinaryCellToRowBlockConverter.html  |   0
 .../runtime/matrix/data/BinaryCellToTextConverter.html      |   0
 .../org/apache/sysml/runtime/matrix/data/CM_N_COVCell.html  |   0
 .../sysml/runtime/matrix/data/CSVFileFormatProperties.html  |   0
 .../org/apache/sysml/runtime/matrix/data/CTableMap.html     |   0
 .../org/apache/sysml/runtime/matrix/data/Converter.html     |   0
 .../sysml/runtime/matrix/data/ConvolutionParameters.html    |   0
 .../matrix/data/FileFormatProperties.FileFormat.html        |   0
 .../sysml/runtime/matrix/data/FileFormatProperties.html     |   0
 .../runtime/matrix/data/FrameBlock.ColumnMetadata.html      |   0
 .../org/apache/sysml/runtime/matrix/data/FrameBlock.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/data/IJV.html  |   0
 .../sysml/runtime/matrix/data/IdenticalConverter.html       |   0
 .../org/apache/sysml/runtime/matrix/data/InputInfo.html     |   0
 .../apache/sysml/runtime/matrix/data/LibCommonsMath.html    |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixAgg.html  |   0
 .../matrix/data/LibMatrixBincell.BinaryAccessType.html      |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixBincell.html  |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixCUDA.html |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixDNN.html  |   0
 ...atrixDNNConv2dBackwardDataHelper.Conv2dBackwardData.html |   0
 ...kwardDataHelper.SparseNativeConv2dBackwardDataDense.html |   0
 .../matrix/data/LibMatrixDNNConv2dBackwardDataHelper.html   |   0
 ...xDNNConv2dBackwardFilterHelper.Conv2dBackwardFilter.html |   0
 ...dFilterHelper.SparseNativeConv2dBackwardFilterDense.html |   0
 .../matrix/data/LibMatrixDNNConv2dBackwardFilterHelper.html |   0
 ...MatrixDNNConv2dHelper.LoopedIm2ColConv2dAllChannels.html |   0
 ...bMatrixDNNConv2dHelper.LoopedIm2ColConv2dOneChannel.html |   0
 .../data/LibMatrixDNNConv2dHelper.SparseNativeConv2d.html   |   0
 .../sysml/runtime/matrix/data/LibMatrixDNNConv2dHelper.html |   0
 .../matrix/data/LibMatrixDNNHelper.ReluBackward.html        |   0
 .../sysml/runtime/matrix/data/LibMatrixDNNHelper.html       |   0
 .../sysml/runtime/matrix/data/LibMatrixDNNIm2ColHelper.html |   0
 ...xDNNPoolingBackwardHelper.PoolingBackwardDenseDense.html |   0
 ...DNNPoolingBackwardHelper.PoolingBackwardDenseSparse.html |   0
 ...DNNPoolingBackwardHelper.PoolingBackwardSparseDense.html |   0
 ...NNPoolingBackwardHelper.PoolingBackwardSparseSparse.html |   0
 .../matrix/data/LibMatrixDNNPoolingBackwardHelper.html      |   0
 .../data/LibMatrixDNNPoolingHelper.DenseMaxPooling.html     |   0
 .../data/LibMatrixDNNPoolingHelper.SparseMaxPooling.html    |   0
 .../runtime/matrix/data/LibMatrixDNNPoolingHelper.html      |   0
 .../runtime/matrix/data/LibMatrixDNNRotate180Helper.html    |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixDatagen.html  |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixMult.html |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixNative.html   |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixOuterAgg.html |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixReorg.html    |   0
 .../sysml/runtime/matrix/data/MatrixBlock.BlockType.html    |   0
 .../runtime/matrix/data/MatrixBlock.SparsityEstimate.html   |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixBlock.html   |   0
 .../sysml/runtime/matrix/data/MatrixBlockDataInput.html     |   0
 .../sysml/runtime/matrix/data/MatrixBlockDataOutput.html    |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixCell.html    |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixIndexes.html |   0
 .../apache/sysml/runtime/matrix/data/MatrixPackedCell.html  |   0
 .../sysml/runtime/matrix/data/MatrixValue.CellIndex.html    |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixValue.html   |   0
 .../sysml/runtime/matrix/data/MultipleOutputCommitter.html  |   0
 .../runtime/matrix/data/NumItemsByEachReducerMetaData.html  |   0
 .../sysml/runtime/matrix/data/OperationsOnMatrixValues.html |   0
 .../org/apache/sysml/runtime/matrix/data/OutputInfo.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/data/Pair.html |   0
 .../org/apache/sysml/runtime/matrix/data/PartialBlock.html  |   0
 .../sysml/runtime/matrix/data/RandomMatrixGenerator.html    |   0
 .../apache/sysml/runtime/matrix/data/SparseBlock.Type.html  |   0
 .../org/apache/sysml/runtime/matrix/data/SparseBlock.html   |   0
 .../apache/sysml/runtime/matrix/data/SparseBlockCOO.html    |   0
 .../apache/sysml/runtime/matrix/data/SparseBlockCSR.html    |   0
 .../sysml/runtime/matrix/data/SparseBlockFactory.html       |   0
 .../apache/sysml/runtime/matrix/data/SparseBlockMCSR.html   |   0
 .../org/apache/sysml/runtime/matrix/data/SparseRow.html     |   0
 .../apache/sysml/runtime/matrix/data/SparseRowScalar.html   |   0
 .../apache/sysml/runtime/matrix/data/SparseRowVector.html   |   0
 .../java/org/apache/sysml/runtime/matrix/data/Tagged.html   |   0
 .../runtime/matrix/data/TaggedAdaptivePartialBlock.html     |   0
 .../matrix/data/TaggedFirstSecondIndexes.Comparator.html    |   0
 .../TaggedFirstSecondIndexes.FirstIndexPartitioner.html     |   0
 ...TaggedFirstSecondIndexes.FirstIndexRangePartitioner.html |   0
 .../data/TaggedFirstSecondIndexes.TagPartitioner.html       |   0
 .../sysml/runtime/matrix/data/TaggedFirstSecondIndexes.html |   0
 .../apache/sysml/runtime/matrix/data/TaggedMatrixBlock.html |   0
 .../apache/sysml/runtime/matrix/data/TaggedMatrixCell.html  |   0
 .../sysml/runtime/matrix/data/TaggedMatrixIndexes.html      |   0
 .../sysml/runtime/matrix/data/TaggedMatrixPackedCell.html   |   0
 .../apache/sysml/runtime/matrix/data/TaggedMatrixValue.html |   0
 .../sysml/runtime/matrix/data/TaggedTripleIndexes.html      |   0
 .../runtime/matrix/data/TextCellToRowBlockConverter.html    |   0
 .../runtime/matrix/data/TextToBinaryCellConverter.html      |   0
 .../sysml/runtime/matrix/data/TripleIndexes.Comparator.html |   0
 .../data/TripleIndexes.FirstTwoIndexesPartitioner.html      |   0
 .../org/apache/sysml/runtime/matrix/data/TripleIndexes.html |   0
 .../data/UnPaddedOutputFormat.UnpaddedRecordWriter.html     |   0
 .../sysml/runtime/matrix/data/UnPaddedOutputFormat.html     |   0
 .../org/apache/sysml/runtime/matrix/data/WeightedCell.html  |   0
 .../matrix/data/WeightedCellToSortInputConverter.html       |   0
 .../org/apache/sysml/runtime/matrix/data/WeightedPair.html  |   0
 .../runtime/matrix/data/class-use/AdaptivePartialBlock.html |   0
 .../matrix/data/class-use/AddDummyWeightConverter.html      |   0
 .../data/class-use/BinaryBlockToBinaryCellConverter.html    |   0
 .../data/class-use/BinaryBlockToRowBlockConverter.html      |   0
 .../data/class-use/BinaryBlockToTextCellConverter.html      |   0
 .../data/class-use/BinaryCellToRowBlockConverter.html       |   0
 .../matrix/data/class-use/BinaryCellToTextConverter.html    |   0
 .../sysml/runtime/matrix/data/class-use/CM_N_COVCell.html   |   0
 .../matrix/data/class-use/CSVFileFormatProperties.html      |   0
 .../sysml/runtime/matrix/data/class-use/CTableMap.html      |   0
 .../sysml/runtime/matrix/data/class-use/Converter.html      |   0
 .../matrix/data/class-use/ConvolutionParameters.html        |   0
 .../data/class-use/FileFormatProperties.FileFormat.html     |   0
 .../runtime/matrix/data/class-use/FileFormatProperties.html |   0
 .../matrix/data/class-use/FrameBlock.ColumnMetadata.html    |   0
 .../sysml/runtime/matrix/data/class-use/FrameBlock.html     |   0
 .../org/apache/sysml/runtime/matrix/data/class-use/IJV.html |   0
 .../runtime/matrix/data/class-use/IdenticalConverter.html   |   0
 .../sysml/runtime/matrix/data/class-use/InputInfo.html      |   0
 .../sysml/runtime/matrix/data/class-use/LibCommonsMath.html |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixAgg.html   |   0
 .../data/class-use/LibMatrixBincell.BinaryAccessType.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixBincell.html     |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixCUDA.html  |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixDNN.html   |   0
 ...atrixDNNConv2dBackwardDataHelper.Conv2dBackwardData.html |   0
 ...kwardDataHelper.SparseNativeConv2dBackwardDataDense.html |   0
 .../class-use/LibMatrixDNNConv2dBackwardDataHelper.html     |   0
 ...xDNNConv2dBackwardFilterHelper.Conv2dBackwardFilter.html |   0
 ...dFilterHelper.SparseNativeConv2dBackwardFilterDense.html |   0
 .../class-use/LibMatrixDNNConv2dBackwardFilterHelper.html   |   0
 ...MatrixDNNConv2dHelper.LoopedIm2ColConv2dAllChannels.html |   0
 ...bMatrixDNNConv2dHelper.LoopedIm2ColConv2dOneChannel.html |   0
 .../LibMatrixDNNConv2dHelper.SparseNativeConv2d.html        |   0
 .../matrix/data/class-use/LibMatrixDNNConv2dHelper.html     |   0
 .../data/class-use/LibMatrixDNNHelper.ReluBackward.html     |   0
 .../runtime/matrix/data/class-use/LibMatrixDNNHelper.html   |   0
 .../matrix/data/class-use/LibMatrixDNNIm2ColHelper.html     |   0
 ...xDNNPoolingBackwardHelper.PoolingBackwardDenseDense.html |   0
 ...DNNPoolingBackwardHelper.PoolingBackwardDenseSparse.html |   0
 ...DNNPoolingBackwardHelper.PoolingBackwardSparseDense.html |   0
 ...NNPoolingBackwardHelper.PoolingBackwardSparseSparse.html |   0
 .../data/class-use/LibMatrixDNNPoolingBackwardHelper.html   |   0
 .../LibMatrixDNNPoolingHelper.DenseMaxPooling.html          |   0
 .../LibMatrixDNNPoolingHelper.SparseMaxPooling.html         |   0
 .../matrix/data/class-use/LibMatrixDNNPoolingHelper.html    |   0
 .../matrix/data/class-use/LibMatrixDNNRotate180Helper.html  |   0
 .../runtime/matrix/data/class-use/LibMatrixDatagen.html     |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixMult.html  |   0
 .../runtime/matrix/data/class-use/LibMatrixNative.html      |   0
 .../runtime/matrix/data/class-use/LibMatrixOuterAgg.html    |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixReorg.html |   0
 .../matrix/data/class-use/MatrixBlock.BlockType.html        |   0
 .../matrix/data/class-use/MatrixBlock.SparsityEstimate.html |   0
 .../sysml/runtime/matrix/data/class-use/MatrixBlock.html    |   0
 .../runtime/matrix/data/class-use/MatrixBlockDataInput.html |   0
 .../matrix/data/class-use/MatrixBlockDataOutput.html        |   0
 .../sysml/runtime/matrix/data/class-use/MatrixCell.html     |   0
 .../sysml/runtime/matrix/data/class-use/MatrixIndexes.html  |   0
 .../runtime/matrix/data/class-use/MatrixPackedCell.html     |   0
 .../matrix/data/class-use/MatrixValue.CellIndex.html        |   0
 .../sysml/runtime/matrix/data/class-use/MatrixValue.html    |   0
 .../matrix/data/class-use/MultipleOutputCommitter.html      |   0
 .../data/class-use/NumItemsByEachReducerMetaData.html       |   0
 .../matrix/data/class-use/OperationsOnMatrixValues.html     |   0
 .../sysml/runtime/matrix/data/class-use/OutputInfo.html     |   0
 .../apache/sysml/runtime/matrix/data/class-use/Pair.html    |   0
 .../sysml/runtime/matrix/data/class-use/PartialBlock.html   |   0
 .../matrix/data/class-use/RandomMatrixGenerator.html        |   0
 .../runtime/matrix/data/class-use/SparseBlock.Type.html     |   0
 .../sysml/runtime/matrix/data/class-use/SparseBlock.html    |   0
 .../sysml/runtime/matrix/data/class-use/SparseBlockCOO.html |   0
 .../sysml/runtime/matrix/data/class-use/SparseBlockCSR.html |   0
 .../runtime/matrix/data/class-use/SparseBlockFactory.html   |   0
 .../runtime/matrix/data/class-use/SparseBlockMCSR.html      |   0
 .../sysml/runtime/matrix/data/class-use/SparseRow.html      |   0
 .../runtime/matrix/data/class-use/SparseRowScalar.html      |   0
 .../runtime/matrix/data/class-use/SparseRowVector.html      |   0
 .../apache/sysml/runtime/matrix/data/class-use/Tagged.html  |   0
 .../matrix/data/class-use/TaggedAdaptivePartialBlock.html   |   0
 .../data/class-use/TaggedFirstSecondIndexes.Comparator.html |   0
 .../TaggedFirstSecondIndexes.FirstIndexPartitioner.html     |   0
 ...TaggedFirstSecondIndexes.FirstIndexRangePartitioner.html |   0
 .../class-use/TaggedFirstSecondIndexes.TagPartitioner.html  |   0
 .../matrix/data/class-use/TaggedFirstSecondIndexes.html     |   0
 .../runtime/matrix/data/class-use/TaggedMatrixBlock.html    |   0
 .../runtime/matrix/data/class-use/TaggedMatrixCell.html     |   0
 .../runtime/matrix/data/class-use/TaggedMatrixIndexes.html  |   0
 .../matrix/data/class-use/TaggedMatrixPackedCell.html       |   0
 .../runtime/matrix/data/class-use/TaggedMatrixValue.html    |   0
 .../runtime/matrix/data/class-use/TaggedTripleIndexes.html  |   0
 .../matrix/data/class-use/TextCellToRowBlockConverter.html  |   0
 .../matrix/data/class-use/TextToBinaryCellConverter.html    |   0
 .../matrix/data/class-use/TripleIndexes.Comparator.html     |   0
 .../class-use/TripleIndexes.FirstTwoIndexesPartitioner.html |   0
 .../sysml/runtime/matrix/data/class-use/TripleIndexes.html  |   0
 .../UnPaddedOutputFormat.UnpaddedRecordWriter.html          |   0
 .../runtime/matrix/data/class-use/UnPaddedOutputFormat.html |   0
 .../sysml/runtime/matrix/data/class-use/WeightedCell.html   |   0
 .../data/class-use/WeightedCellToSortInputConverter.html    |   0
 .../sysml/runtime/matrix/data/class-use/WeightedPair.html   |   0
 .../org/apache/sysml/runtime/matrix/data/package-frame.html |   0
 .../apache/sysml/runtime/matrix/data/package-summary.html   |   0
 .../org/apache/sysml/runtime/matrix/data/package-tree.html  |   0
 .../org/apache/sysml/runtime/matrix/data/package-use.html   |   0
 .../java/org/apache/sysml/runtime/matrix/package-frame.html |   0
 .../org/apache/sysml/runtime/matrix/package-summary.html    |   0
 .../java/org/apache/sysml/runtime/matrix/package-tree.html  |   0
 .../java/org/apache/sysml/runtime/matrix/package-use.html   |   0
 .../api/java/org/apache/sysml/runtime/package-frame.html    |   0
 .../api/java/org/apache/sysml/runtime/package-summary.html  |   0
 .../api/java/org/apache/sysml/runtime/package-tree.html     |   0
 .../api/java/org/apache/sysml/runtime/package-use.html      |   0
 .../0.15.0/api/java/org/apache/sysml/udf/BinaryObject.html  |   0
 .../sysml/udf/ExternalFunctionInvocationInstruction.html    |   0
 .../sysml/udf/FunctionParameter.FunctionParameterType.html  |   0
 .../api/java/org/apache/sysml/udf/FunctionParameter.html    |   0
 .../api/java/org/apache/sysml/udf/Matrix.ValueType.html     |   0
 .../docs/0.15.0/api/java/org/apache/sysml/udf/Matrix.html   |   0
 .../api/java/org/apache/sysml/udf/PackageFunction.html      |   0
 .../java/org/apache/sysml/udf/Scalar.ScalarValueType.html   |   0
 .../docs/0.15.0/api/java/org/apache/sysml/udf/Scalar.html   |   0
 .../java/org/apache/sysml/udf/class-use/BinaryObject.html   |   0
 .../class-use/ExternalFunctionInvocationInstruction.html    |   0
 .../class-use/FunctionParameter.FunctionParameterType.html  |   0
 .../org/apache/sysml/udf/class-use/FunctionParameter.html   |   0
 .../org/apache/sysml/udf/class-use/Matrix.ValueType.html    |   0
 .../api/java/org/apache/sysml/udf/class-use/Matrix.html     |   0
 .../org/apache/sysml/udf/class-use/PackageFunction.html     |   0
 .../apache/sysml/udf/class-use/Scalar.ScalarValueType.html  |   0
 .../api/java/org/apache/sysml/udf/class-use/Scalar.html     |   0
 .../api/java/org/apache/sysml/udf/lib/BinningWrapper.html   |   0
 .../org/apache/sysml/udf/lib/Caffe2DMLVisualizeWrapper.html |   0
 .../api/java/org/apache/sysml/udf/lib/CumSumProd.html       |   0
 .../org/apache/sysml/udf/lib/DynamicProjectMatrixCP.html    |   0
 .../java/org/apache/sysml/udf/lib/DynamicReadMatrixCP.html  |   0
 .../org/apache/sysml/udf/lib/DynamicReadMatrixRcCP.html     |   0
 .../java/org/apache/sysml/udf/lib/DynamicWriteMatrixCP.html |   0
 .../api/java/org/apache/sysml/udf/lib/GatherWrapper.html    |   0
 .../api/java/org/apache/sysml/udf/lib/MultiInputCbind.html  |   0
 .../api/java/org/apache/sysml/udf/lib/OrderWrapper.html     |   0
 .../api/java/org/apache/sysml/udf/lib/RemoveEmptyRows.html  |   0
 .../sysml/udf/lib/RowClassMeet.ClassLabelComparator.html    |   0
 .../org/apache/sysml/udf/lib/RowClassMeet.ClassLabels.html  |   0
 .../api/java/org/apache/sysml/udf/lib/RowClassMeet.html     |   0
 .../java/org/apache/sysml/udf/lib/SGDNesterovUpdate.html    |   0
 .../api/java/org/apache/sysml/udf/lib/TimeWrapper.html      |   0
 .../org/apache/sysml/udf/lib/class-use/BinningWrapper.html  |   0
 .../sysml/udf/lib/class-use/Caffe2DMLVisualizeWrapper.html  |   0
 .../java/org/apache/sysml/udf/lib/class-use/CumSumProd.html |   0
 .../sysml/udf/lib/class-use/DynamicProjectMatrixCP.html     |   0
 .../apache/sysml/udf/lib/class-use/DynamicReadMatrixCP.html |   0
 .../sysml/udf/lib/class-use/DynamicReadMatrixRcCP.html      |   0
 .../sysml/udf/lib/class-use/DynamicWriteMatrixCP.html       |   0
 .../org/apache/sysml/udf/lib/class-use/GatherWrapper.html   |   0
 .../org/apache/sysml/udf/lib/class-use/MultiInputCbind.html |   0
 .../org/apache/sysml/udf/lib/class-use/OrderWrapper.html    |   0
 .../org/apache/sysml/udf/lib/class-use/RemoveEmptyRows.html |   0
 .../lib/class-use/RowClassMeet.ClassLabelComparator.html    |   0
 .../sysml/udf/lib/class-use/RowClassMeet.ClassLabels.html   |   0
 .../org/apache/sysml/udf/lib/class-use/RowClassMeet.html    |   0
 .../apache/sysml/udf/lib/class-use/SGDNesterovUpdate.html   |   0
 .../org/apache/sysml/udf/lib/class-use/TimeWrapper.html     |   0
 .../api/java/org/apache/sysml/udf/lib/package-frame.html    |   0
 .../api/java/org/apache/sysml/udf/lib/package-summary.html  |   0
 .../api/java/org/apache/sysml/udf/lib/package-tree.html     |   0
 .../api/java/org/apache/sysml/udf/lib/package-use.html      |   0
 .../0.15.0/api/java/org/apache/sysml/udf/package-frame.html |   0
 .../api/java/org/apache/sysml/udf/package-summary.html      |   0
 .../0.15.0/api/java/org/apache/sysml/udf/package-tree.html  |   0
 .../0.15.0/api/java/org/apache/sysml/udf/package-use.html   |   0
 {site => content}/docs/0.15.0/api/java/overview-frame.html  |   0
 .../docs/0.15.0/api/java/overview-summary.html              |   0
 {site => content}/docs/0.15.0/api/java/overview-tree.html   |   0
 .../0.14.0 => content/docs/0.15.0}/api/java/package-list    |   0
 .../docs/0.14.0 => content/docs/0.15.0}/api/java/script.js  |   0
 {site => content}/docs/0.15.0/api/java/serialized-form.html |   0
 .../0.14.0 => content/docs/0.15.0}/api/java/stylesheet.css  |   0
 {site => content}/docs/0.15.0/api/python/.buildinfo         |   0
 .../docs/0.15.0/api/python/_sources/index.rst.txt           |   0
 .../0.15.0/api/python/_sources/systemml.mllearn.rst.txt     |   0
 .../docs/0.15.0/api/python/_sources/systemml.random.rst.txt |   0
 .../docs/0.15.0/api/python/_sources/systemml.rst.txt        |   0
 .../docs/0.15.0}/api/python/_static/ajax-loader.gif         | Bin
 {site => content}/docs/0.15.0/api/python/_static/basic.css  |   0
 .../docs/0.15.0/api/python/_static/classic.css              |   0
 .../docs/0.15.0}/api/python/_static/comment-bright.png      | Bin
 .../docs/0.15.0}/api/python/_static/comment-close.png       | Bin
 .../docs/0.15.0}/api/python/_static/comment.png             | Bin
 .../docs/0.15.0/api/python/_static/doctools.js              |   0
 .../docs/0.15.0}/api/python/_static/down-pressed.png        | Bin
 .../docs/0.15.0}/api/python/_static/down.png                | Bin
 .../docs/0.15.0/api/python/_static}/favicon.png             | Bin
 .../docs/0.15.0/api/python/_static}/file.png                | Bin
 .../docs/0.15.0/api/python/_static/jquery-3.1.0.js          |   0
 {site => content}/docs/0.15.0/api/python/_static/jquery.js  |   0
 .../docs/0.15.0/api/python/_static}/minus.png               | Bin
 .../docs/0.15.0/api/python/_static}/plus.png                | Bin
 .../docs/0.15.0/api/python/_static/pygments.css             |   0
 .../docs/0.15.0/api/python/_static/searchtools.js           |   0
 {site => content}/docs/0.15.0/api/python/_static/sidebar.js |   0
 .../docs/0.15.0}/api/python/_static/systemml-logo.png       | Bin
 .../docs/0.15.0/api/python/_static/underscore-1.3.1.js      |   0
 .../docs/0.15.0/api/python/_static/underscore.js            |   0
 .../docs/0.15.0}/api/python/_static/up-pressed.png          | Bin
 .../1.2.0 => content/docs/0.15.0}/api/python/_static/up.png | Bin
 .../docs/0.15.0/api/python/_static/websupport.js            |   0
 {site => content}/docs/0.15.0/api/python/genindex.html      |   0
 {site => content}/docs/0.15.0/api/python/index.html         |   0
 {site => content}/docs/0.15.0/api/python/objects.inv        | Bin
 {site => content}/docs/0.15.0/api/python/py-modindex.html   |   0
 {site => content}/docs/0.15.0/api/python/search.html        |   0
 {site => content}/docs/0.15.0/api/python/searchindex.js     |   0
 {site => content}/docs/0.15.0/api/python/systemml.html      |   0
 .../docs/0.15.0/api/python/systemml.mllearn.html            |   0
 .../docs/0.15.0/api/python/systemml.random.html             |   0
 .../docs/0.15.0/beginners-guide-caffe2dml.html              |   0
 {site => content}/docs/0.15.0/beginners-guide-python.html   |   0
 .../docs/0.15.0/beginners-guide-to-dml-and-pydml.html       |   0
 {site => content}/docs/0.15.0/contributing-to-systemml.html |   0
 .../0.14.0 => content/docs/0.15.0}/css/bootstrap.min.css    |   0
 {site/docs/0.14.0 => content/docs/0.15.0}/css/main.css      |   0
 .../0.14.0 => content/docs/0.15.0}/css/pygments-default.css |   0
 {site => content}/docs/0.15.0/debugger-guide.html           |   0
 .../docs/0.15.0}/devdocs/MatrixMultiplicationOperators.txt  |   0
 {site => content}/docs/0.15.0/devdocs/deep-learning.md      |   0
 {site => content}/docs/0.15.0/devdocs/gpu-backend.md        |   0
 .../0.14.0 => content/docs/0.15.0}/devdocs/python_api.html  |   0
 {site => content}/docs/0.15.0/developer-tools-systemml.html |   0
 {site => content}/docs/0.15.0/dml-language-reference.html   |   0
 {site => content}/docs/0.15.0/engine-dev-guide.html         |   0
 .../docs/0.15.0/files/dml-language-reference/data.csv       |   0
 .../docs/0.15.0}/files/dml-language-reference/data.csv.mtd  |   0
 .../0.15.0}/files/dml-language-reference/data.spec.json     |   0
 .../0.15.0}/files/dml-language-reference/data.spec2.json    |   0
 .../0.15.0}/files/dml-language-reference/data.spec3.json    |   0
 .../docs/0.15.0}/files/dml-language-reference/homes.csv     |   0
 .../docs/0.15.0}/files/dml-language-reference/homes.csv.mtd |   0
 .../files/dml-language-reference/homes.tfspec_bin2.json     |   0
 .../files/dml-language-reference/homes.tfspec_recode2.json  |   0
 {site => content}/docs/0.15.0/hadoop-batch-mode.html        |   0
 ...mputation-of-quartiles-median-and-interquartile-mean.png | Bin
 .../docs/0.15.0}/img/algorithms-reference/example-tree.png  | Bin
 .../docs/0.15.0/img/developer-tools/about-eclipse.png       | Bin
 .../docs/0.15.0/img/developer-tools/eclipse-details.png     | Bin
 .../docs/0.15.0/img/developer-tools/eclipse-scala.png       | Bin
 .../docs/0.15.0/img/developer-tools/maven-connectors.png    | Bin
 .../docs/0.15.0/img/developer-tools/maven-scala.png         | Bin
 .../docs/0.15.0/img/developer-tools/pom-scala-errors.png    | Bin
 .../docs/0.15.0/img/developer-tools/pom-scala-ignore.png    | Bin
 .../docs/0.15.0/img/developer-tools/scala-components.png    | Bin
 .../docs/0.15.0/img/developer-tools/scala-nature.png        | Bin
 .../docs/0.15.0}/img/dml-language-reference/Conv2d.gif      | Bin
 .../docs/0.15.0}/img/dml-language-reference/Conv2d1.gif     | Bin
 .../img/dml-language-reference/Conv2d_backward_data.gif     | Bin
 .../img/dml-language-reference/Conv2d_backward_data1.gif    | Bin
 .../img/dml-language-reference/Conv2d_backward_data2.gif    | Bin
 ...dmlscript-debug-configuration-hello-world-main-class.png | Bin
 ...pt-debug-configuration-hello-world-program-arguments.png | Bin
 .../python/_static => content/docs/0.15.0/img}/favicon.png  | Bin
 .../docs/0.15.0}/img/performance-test/perf_test_arch.png    | Bin
 .../docs/0.15.0}/img/projects/breast_cancer/approach.svg    |   0
 .../img/spark-mlcontext-programming-guide/jupyter1.png      | Bin
 .../img/spark-mlcontext-programming-guide/jupyter2.png      | Bin
 .../jupyter_loss_graph.png                                  | Bin
 .../zeppelin-notebook-systemml-linear-regression.png        | Bin
 .../spark-mlcontext-programming-guide/zeppelin-notebook.png | Bin
 .../1.0.0 => content/docs/0.15.0}/img/systemml-logo.png     | Bin
 {site => content}/docs/0.15.0/index.html                    |   0
 {site => content}/docs/0.15.0/jmlc.html                     |   0
 {site/docs/0.14.0 => content/docs/0.15.0}/js/main.js        |   0
 .../0.14.0 => content/docs/0.15.0}/js/vendor/anchor.min.js  |   0
 .../docs/0.15.0}/js/vendor/bootstrap.min.js                 |   0
 .../docs/0.15.0}/js/vendor/jquery-1.12.0.min.js             |   0
 {site => content}/docs/0.15.0/native-backend.html           |   0
 {site => content}/docs/0.15.0/python-performance-test.html  |   0
 {site => content}/docs/0.15.0/python-reference.html         |   0
 {site => content}/docs/0.15.0/release-process.html          |   0
 {site => content}/docs/0.15.0/spark-batch-mode.html         |   0
 .../docs/0.15.0/spark-mlcontext-programming-guide.html      |   0
 {site => content}/docs/0.15.0/standalone-guide.html         |   0
 {site => content}/docs/0.15.0/troubleshooting-guide.html    |   0
 {site => content}/docs/1.0.0/README.md                      |   0
 {site => content}/docs/1.0.0/algorithms-bibliography.html   |   0
 {site => content}/docs/1.0.0/algorithms-classification.html |   0
 {site => content}/docs/1.0.0/algorithms-clustering.html     |   0
 .../docs/1.0.0/algorithms-descriptive-statistics.html       |   0
 .../docs/1.0.0/algorithms-matrix-factorization.html         |   0
 {site => content}/docs/1.0.0/algorithms-reference.html      |   0
 {site => content}/docs/1.0.0/algorithms-regression.html     |   0
 .../docs/1.0.0/algorithms-survival-analysis.html            |   0
 {site => content}/docs/1.0.0/api/java/allclasses-frame.html |   0
 .../docs/1.0.0/api/java/allclasses-noframe.html             |   0
 {site => content}/docs/1.0.0/api/java/constant-values.html  |   0
 {site => content}/docs/1.0.0/api/java/deprecated-list.html  |   0
 {site => content}/docs/1.0.0/api/java/help-doc.html         |   0
 {site => content}/docs/1.0.0/api/java/index-all.html        |   0
 {site => content}/docs/1.0.0/api/java/index.html            |   0
 .../1.0.0/api/java/org/apache/sysml/api/DMLException.html   |   0
 .../api/java/org/apache/sysml/api/DMLScript.DMLOptions.html |   0
 .../org/apache/sysml/api/DMLScript.RUNTIME_PLATFORM.html    |   0
 .../docs/1.0.0/api/java/org/apache/sysml/api/DMLScript.html |   0
 .../api/java/org/apache/sysml/api/ScriptExecutorUtils.html  |   0
 .../java/org/apache/sysml/api/class-use/DMLException.html   |   0
 .../apache/sysml/api/class-use/DMLScript.DMLOptions.html    |   0
 .../sysml/api/class-use/DMLScript.RUNTIME_PLATFORM.html     |   0
 .../api/java/org/apache/sysml/api/class-use/DMLScript.html  |   0
 .../org/apache/sysml/api/class-use/ScriptExecutorUtils.html |   0
 .../api/java/org/apache/sysml/api/jmlc/Connection.html      |   0
 .../1.0.0/api/java/org/apache/sysml/api/jmlc/JMLCUtils.html |   0
 .../api/java/org/apache/sysml/api/jmlc/PreparedScript.html  |   0
 .../api/java/org/apache/sysml/api/jmlc/ResultVariables.html |   0
 .../org/apache/sysml/api/jmlc/class-use/Connection.html     |   0
 .../java/org/apache/sysml/api/jmlc/class-use/JMLCUtils.html |   0
 .../org/apache/sysml/api/jmlc/class-use/PreparedScript.html |   0
 .../apache/sysml/api/jmlc/class-use/ResultVariables.html    |   0
 .../api/java/org/apache/sysml/api/jmlc/package-frame.html   |   0
 .../api/java/org/apache/sysml/api/jmlc/package-summary.html |   0
 .../api/java/org/apache/sysml/api/jmlc/package-tree.html    |   0
 .../api/java/org/apache/sysml/api/jmlc/package-use.html     |   0
 .../api/java/org/apache/sysml/api/mlcontext/Frame.html      |   0
 .../java/org/apache/sysml/api/mlcontext/FrameFormat.html    |   0
 .../java/org/apache/sysml/api/mlcontext/FrameMetadata.html  |   0
 .../java/org/apache/sysml/api/mlcontext/FrameSchema.html    |   0
 .../apache/sysml/api/mlcontext/MLContext.ExecutionType.html |   0
 .../apache/sysml/api/mlcontext/MLContext.ExplainLevel.html  |   0
 .../apache/sysml/api/mlcontext/MLContext.InternalProxy.html |   0
 .../api/java/org/apache/sysml/api/mlcontext/MLContext.html  |   0
 .../apache/sysml/api/mlcontext/MLContextConversionUtil.html |   0
 .../org/apache/sysml/api/mlcontext/MLContextException.html  |   0
 .../java/org/apache/sysml/api/mlcontext/MLContextUtil.html  |   0
 .../api/java/org/apache/sysml/api/mlcontext/MLResults.html  |   0
 .../api/java/org/apache/sysml/api/mlcontext/Matrix.html     |   0
 .../java/org/apache/sysml/api/mlcontext/MatrixFormat.html   |   0
 .../java/org/apache/sysml/api/mlcontext/MatrixMetadata.html |   0
 .../api/java/org/apache/sysml/api/mlcontext/Metadata.html   |   0
 .../java/org/apache/sysml/api/mlcontext/ProjectInfo.html    |   0
 .../api/java/org/apache/sysml/api/mlcontext/Script.html     |   0
 .../java/org/apache/sysml/api/mlcontext/ScriptExecutor.html |   0
 .../java/org/apache/sysml/api/mlcontext/ScriptFactory.html  |   0
 .../api/java/org/apache/sysml/api/mlcontext/ScriptType.html |   0
 .../org/apache/sysml/api/mlcontext/class-use/Frame.html     |   0
 .../apache/sysml/api/mlcontext/class-use/FrameFormat.html   |   0
 .../apache/sysml/api/mlcontext/class-use/FrameMetadata.html |   0
 .../apache/sysml/api/mlcontext/class-use/FrameSchema.html   |   0
 .../api/mlcontext/class-use/MLContext.ExecutionType.html    |   0
 .../api/mlcontext/class-use/MLContext.ExplainLevel.html     |   0
 .../api/mlcontext/class-use/MLContext.InternalProxy.html    |   0
 .../org/apache/sysml/api/mlcontext/class-use/MLContext.html |   0
 .../api/mlcontext/class-use/MLContextConversionUtil.html    |   0
 .../sysml/api/mlcontext/class-use/MLContextException.html   |   0
 .../apache/sysml/api/mlcontext/class-use/MLContextUtil.html |   0
 .../org/apache/sysml/api/mlcontext/class-use/MLResults.html |   0
 .../org/apache/sysml/api/mlcontext/class-use/Matrix.html    |   0
 .../apache/sysml/api/mlcontext/class-use/MatrixFormat.html  |   0
 .../sysml/api/mlcontext/class-use/MatrixMetadata.html       |   0
 .../org/apache/sysml/api/mlcontext/class-use/Metadata.html  |   0
 .../apache/sysml/api/mlcontext/class-use/ProjectInfo.html   |   0
 .../org/apache/sysml/api/mlcontext/class-use/Script.html    |   0
 .../sysml/api/mlcontext/class-use/ScriptExecutor.html       |   0
 .../apache/sysml/api/mlcontext/class-use/ScriptFactory.html |   0
 .../apache/sysml/api/mlcontext/class-use/ScriptType.html    |   0
 .../java/org/apache/sysml/api/mlcontext/package-frame.html  |   0
 .../org/apache/sysml/api/mlcontext/package-summary.html     |   0
 .../java/org/apache/sysml/api/mlcontext/package-tree.html   |   0
 .../java/org/apache/sysml/api/mlcontext/package-use.html    |   0
 .../1.0.0/api/java/org/apache/sysml/api/package-frame.html  |   0
 .../api/java/org/apache/sysml/api/package-summary.html      |   0
 .../1.0.0/api/java/org/apache/sysml/api/package-tree.html   |   0
 .../1.0.0/api/java/org/apache/sysml/api/package-use.html    |   0
 .../java/org/apache/sysml/runtime/DMLRuntimeException.html  |   0
 .../java/org/apache/sysml/runtime/DMLScriptException.html   |   0
 .../apache/sysml/runtime/class-use/DMLRuntimeException.html |   0
 .../apache/sysml/runtime/class-use/DMLScriptException.html  |   0
 .../org/apache/sysml/runtime/codegen/ByteClassLoader.html   |   0
 .../java/org/apache/sysml/runtime/codegen/CodegenUtils.html |   0
 .../apache/sysml/runtime/codegen/LibSpoofPrimitives.html    |   0
 .../apache/sysml/runtime/codegen/SpoofCellwise.AggOp.html   |   0
 .../sysml/runtime/codegen/SpoofCellwise.CellType.html       |   0
 .../org/apache/sysml/runtime/codegen/SpoofCellwise.html     |   0
 .../apache/sysml/runtime/codegen/SpoofMultiAggregate.html   |   0
 .../sysml/runtime/codegen/SpoofOperator.SideInput.html      |   0
 .../runtime/codegen/SpoofOperator.SideInputSparseCell.html  |   0
 .../runtime/codegen/SpoofOperator.SideInputSparseRow.html   |   0
 .../org/apache/sysml/runtime/codegen/SpoofOperator.html     |   0
 .../runtime/codegen/SpoofOuterProduct.OutProdType.html      |   0
 .../org/apache/sysml/runtime/codegen/SpoofOuterProduct.html |   0
 .../apache/sysml/runtime/codegen/SpoofRowwise.RowType.html  |   0
 .../java/org/apache/sysml/runtime/codegen/SpoofRowwise.html |   0
 .../sysml/runtime/codegen/class-use/ByteClassLoader.html    |   0
 .../sysml/runtime/codegen/class-use/CodegenUtils.html       |   0
 .../sysml/runtime/codegen/class-use/LibSpoofPrimitives.html |   0
 .../runtime/codegen/class-use/SpoofCellwise.AggOp.html      |   0
 .../runtime/codegen/class-use/SpoofCellwise.CellType.html   |   0
 .../sysml/runtime/codegen/class-use/SpoofCellwise.html      |   0
 .../runtime/codegen/class-use/SpoofMultiAggregate.html      |   0
 .../runtime/codegen/class-use/SpoofOperator.SideInput.html  |   0
 .../class-use/SpoofOperator.SideInputSparseCell.html        |   0
 .../codegen/class-use/SpoofOperator.SideInputSparseRow.html |   0
 .../sysml/runtime/codegen/class-use/SpoofOperator.html      |   0
 .../codegen/class-use/SpoofOuterProduct.OutProdType.html    |   0
 .../sysml/runtime/codegen/class-use/SpoofOuterProduct.html  |   0
 .../runtime/codegen/class-use/SpoofRowwise.RowType.html     |   0
 .../sysml/runtime/codegen/class-use/SpoofRowwise.html       |   0
 .../org/apache/sysml/runtime/codegen/package-frame.html     |   0
 .../org/apache/sysml/runtime/codegen/package-summary.html   |   0
 .../java/org/apache/sysml/runtime/codegen/package-tree.html |   0
 .../java/org/apache/sysml/runtime/codegen/package-use.html  |   0
 .../org/apache/sysml/runtime/compress/BitmapEncoder.html    |   0
 .../runtime/compress/ColGroup.ColGroupRowIterator.html      |   0
 .../sysml/runtime/compress/ColGroup.CompressionType.html    |   0
 .../java/org/apache/sysml/runtime/compress/ColGroup.html    |   0
 .../java/org/apache/sysml/runtime/compress/ColGroupDDC.html |   0
 .../org/apache/sysml/runtime/compress/ColGroupDDC1.html     |   0
 .../org/apache/sysml/runtime/compress/ColGroupDDC2.html     |   0
 .../java/org/apache/sysml/runtime/compress/ColGroupOLE.html |   0
 .../runtime/compress/ColGroupOffset.OffsetRowIterator.html  |   0
 .../compress/ColGroupOffset.OffsetValueIterator.html        |   0
 .../runtime/compress/ColGroupOffset.ZeroValueIterator.html  |   0
 .../org/apache/sysml/runtime/compress/ColGroupOffset.html   |   0
 .../java/org/apache/sysml/runtime/compress/ColGroupRLE.html |   0
 .../apache/sysml/runtime/compress/ColGroupUncompressed.html |   0
 .../org/apache/sysml/runtime/compress/ColGroupValue.html    |   0
 .../CompressedMatrixBlock.CompressionStatistics.html        |   0
 .../sysml/runtime/compress/CompressedMatrixBlock.html       |   0
 .../sysml/runtime/compress/ReaderColumnSelection.html       |   0
 .../sysml/runtime/compress/ReaderColumnSelectionDense.html  |   0
 .../runtime/compress/ReaderColumnSelectionDenseSample.html  |   0
 .../sysml/runtime/compress/ReaderColumnSelectionSparse.html |   0
 .../apache/sysml/runtime/compress/UncompressedBitmap.html   |   0
 .../sysml/runtime/compress/class-use/BitmapEncoder.html     |   0
 .../compress/class-use/ColGroup.ColGroupRowIterator.html    |   0
 .../compress/class-use/ColGroup.CompressionType.html        |   0
 .../apache/sysml/runtime/compress/class-use/ColGroup.html   |   0
 .../sysml/runtime/compress/class-use/ColGroupDDC.html       |   0
 .../sysml/runtime/compress/class-use/ColGroupDDC1.html      |   0
 .../sysml/runtime/compress/class-use/ColGroupDDC2.html      |   0
 .../sysml/runtime/compress/class-use/ColGroupOLE.html       |   0
 .../class-use/ColGroupOffset.OffsetRowIterator.html         |   0
 .../class-use/ColGroupOffset.OffsetValueIterator.html       |   0
 .../class-use/ColGroupOffset.ZeroValueIterator.html         |   0
 .../sysml/runtime/compress/class-use/ColGroupOffset.html    |   0
 .../sysml/runtime/compress/class-use/ColGroupRLE.html       |   0
 .../runtime/compress/class-use/ColGroupUncompressed.html    |   0
 .../sysml/runtime/compress/class-use/ColGroupValue.html     |   0
 .../CompressedMatrixBlock.CompressionStatistics.html        |   0
 .../runtime/compress/class-use/CompressedMatrixBlock.html   |   0
 .../runtime/compress/class-use/ReaderColumnSelection.html   |   0
 .../compress/class-use/ReaderColumnSelectionDense.html      |   0
 .../class-use/ReaderColumnSelectionDenseSample.html         |   0
 .../compress/class-use/ReaderColumnSelectionSparse.html     |   0
 .../runtime/compress/class-use/UncompressedBitmap.html      |   0
 .../runtime/compress/cocode/ColumnGroupPartitioner.html     |   0
 .../compress/cocode/ColumnGroupPartitionerBinPacking.html   |   0
 .../compress/cocode/ColumnGroupPartitionerStatic.html       |   0
 .../compress/cocode/PlanningCoCoder.GroupableColInfo.html   |   0
 .../compress/cocode/PlanningCoCoder.PartitionerType.html    |   0
 .../sysml/runtime/compress/cocode/PlanningCoCoder.html      |   0
 .../compress/cocode/PlanningCoCodingGroup.ColIndexes.html   |   0
 .../runtime/compress/cocode/PlanningCoCodingGroup.html      |   0
 .../sysml/runtime/compress/cocode/PlanningMemoTable.html    |   0
 .../compress/cocode/class-use/ColumnGroupPartitioner.html   |   0
 .../cocode/class-use/ColumnGroupPartitionerBinPacking.html  |   0
 .../cocode/class-use/ColumnGroupPartitionerStatic.html      |   0
 .../cocode/class-use/PlanningCoCoder.GroupableColInfo.html  |   0
 .../cocode/class-use/PlanningCoCoder.PartitionerType.html   |   0
 .../runtime/compress/cocode/class-use/PlanningCoCoder.html  |   0
 .../cocode/class-use/PlanningCoCodingGroup.ColIndexes.html  |   0
 .../compress/cocode/class-use/PlanningCoCodingGroup.html    |   0
 .../compress/cocode/class-use/PlanningMemoTable.html        |   0
 .../apache/sysml/runtime/compress/cocode/package-frame.html |   0
 .../sysml/runtime/compress/cocode/package-summary.html      |   0
 .../apache/sysml/runtime/compress/cocode/package-tree.html  |   0
 .../apache/sysml/runtime/compress/cocode/package-use.html   |   0
 .../CompressedSizeEstimator.SizeEstimationFactors.html      |   0
 .../runtime/compress/estim/CompressedSizeEstimator.html     |   0
 .../compress/estim/CompressedSizeEstimatorExact.html        |   0
 .../compress/estim/CompressedSizeEstimatorSample.html       |   0
 .../sysml/runtime/compress/estim/CompressedSizeInfo.html    |   0
 .../sysml/runtime/compress/estim/SizeEstimatorFactory.html  |   0
 .../CompressedSizeEstimator.SizeEstimationFactors.html      |   0
 .../compress/estim/class-use/CompressedSizeEstimator.html   |   0
 .../estim/class-use/CompressedSizeEstimatorExact.html       |   0
 .../estim/class-use/CompressedSizeEstimatorSample.html      |   0
 .../compress/estim/class-use/CompressedSizeInfo.html        |   0
 .../compress/estim/class-use/SizeEstimatorFactory.html      |   0
 .../apache/sysml/runtime/compress/estim/package-frame.html  |   0
 .../sysml/runtime/compress/estim/package-summary.html       |   0
 .../apache/sysml/runtime/compress/estim/package-tree.html   |   0
 .../apache/sysml/runtime/compress/estim/package-use.html    |   0
 .../org/apache/sysml/runtime/compress/package-frame.html    |   0
 .../org/apache/sysml/runtime/compress/package-summary.html  |   0
 .../org/apache/sysml/runtime/compress/package-tree.html     |   0
 .../java/org/apache/sysml/runtime/compress/package-use.html |   0
 .../apache/sysml/runtime/compress/utils/ConverterUtils.html |   0
 .../org/apache/sysml/runtime/compress/utils/DblArray.html   |   0
 .../utils/DblArrayIntListHashMap.DArrayIListEntry.html      |   0
 .../runtime/compress/utils/DblArrayIntListHashMap.html      |   0
 .../compress/utils/DoubleIntListHashMap.DIListEntry.html    |   0
 .../sysml/runtime/compress/utils/DoubleIntListHashMap.html  |   0
 .../apache/sysml/runtime/compress/utils/IntArrayList.html   |   0
 .../sysml/runtime/compress/utils/LinearAlgebraUtils.html    |   0
 .../runtime/compress/utils/class-use/ConverterUtils.html    |   0
 .../sysml/runtime/compress/utils/class-use/DblArray.html    |   0
 .../class-use/DblArrayIntListHashMap.DArrayIListEntry.html  |   0
 .../compress/utils/class-use/DblArrayIntListHashMap.html    |   0
 .../utils/class-use/DoubleIntListHashMap.DIListEntry.html   |   0
 .../compress/utils/class-use/DoubleIntListHashMap.html      |   0
 .../runtime/compress/utils/class-use/IntArrayList.html      |   0
 .../compress/utils/class-use/LinearAlgebraUtils.html        |   0
 .../apache/sysml/runtime/compress/utils/package-frame.html  |   0
 .../sysml/runtime/compress/utils/package-summary.html       |   0
 .../apache/sysml/runtime/compress/utils/package-tree.html   |   0
 .../apache/sysml/runtime/compress/utils/package-use.html    |   0
 .../sysml/runtime/instructions/CPInstructionParser.html     |   0
 .../sysml/runtime/instructions/GPUInstructionParser.html    |   0
 .../sysml/runtime/instructions/Instruction.IType.html       |   0
 .../org/apache/sysml/runtime/instructions/Instruction.html  |   0
 .../sysml/runtime/instructions/InstructionParser.html       |   0
 .../apache/sysml/runtime/instructions/InstructionUtils.html |   0
 .../sysml/runtime/instructions/MRInstructionParser.html     |   0
 .../apache/sysml/runtime/instructions/MRJobInstruction.html |   0
 .../sysml/runtime/instructions/SPInstructionParser.html     |   0
 .../runtime/instructions/class-use/CPInstructionParser.html |   0
 .../instructions/class-use/GPUInstructionParser.html        |   0
 .../runtime/instructions/class-use/Instruction.IType.html   |   0
 .../sysml/runtime/instructions/class-use/Instruction.html   |   0
 .../runtime/instructions/class-use/InstructionParser.html   |   0
 .../runtime/instructions/class-use/InstructionUtils.html    |   0
 .../runtime/instructions/class-use/MRInstructionParser.html |   0
 .../runtime/instructions/class-use/MRJobInstruction.html    |   0
 .../runtime/instructions/class-use/SPInstructionParser.html |   0
 .../instructions/gpu/AggregateBinaryGPUInstruction.html     |   0
 .../instructions/gpu/AggregateUnaryGPUInstruction.html      |   0
 .../instructions/gpu/ArithmeticBinaryGPUInstruction.html    |   0
 .../instructions/gpu/BuiltinBinaryGPUInstruction.html       |   0
 .../instructions/gpu/BuiltinUnaryGPUInstruction.html        |   0
 .../runtime/instructions/gpu/ConvolutionGPUInstruction.html |   0
 .../gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html             |   0
 .../sysml/runtime/instructions/gpu/GPUInstruction.html      |   0
 .../sysml/runtime/instructions/gpu/MMTSJGPUInstruction.html |   0
 .../instructions/gpu/MatrixAppendGPUInstruction.html        |   0
 .../instructions/gpu/MatrixBuiltinGPUInstruction.html       |   0
 .../instructions/gpu/MatrixIndexingGPUInstruction.html      |   0
 .../gpu/MatrixMatrixArithmeticGPUInstruction.html           |   0
 .../instructions/gpu/MatrixMatrixAxpyGPUInstruction.html    |   0
 .../instructions/gpu/MatrixMatrixBuiltinGPUInstruction.html |   0
 .../gpu/MatrixMatrixRelationalBinaryGPUInstruction.html     |   0
 .../instructions/gpu/RelationalBinaryGPUInstruction.html    |   0
 .../sysml/runtime/instructions/gpu/ReorgGPUInstruction.html |   0
 .../gpu/ScalarMatrixArithmeticGPUInstruction.html           |   0
 .../gpu/ScalarMatrixRelationalBinaryGPUInstruction.html     |   0
 .../gpu/class-use/AggregateBinaryGPUInstruction.html        |   0
 .../gpu/class-use/AggregateUnaryGPUInstruction.html         |   0
 .../gpu/class-use/ArithmeticBinaryGPUInstruction.html       |   0
 .../gpu/class-use/BuiltinBinaryGPUInstruction.html          |   0
 .../gpu/class-use/BuiltinUnaryGPUInstruction.html           |   0
 .../gpu/class-use/ConvolutionGPUInstruction.html            |   0
 .../gpu/class-use/GPUInstruction.GPUINSTRUCTION_TYPE.html   |   0
 .../runtime/instructions/gpu/class-use/GPUInstruction.html  |   0
 .../instructions/gpu/class-use/MMTSJGPUInstruction.html     |   0
 .../gpu/class-use/MatrixAppendGPUInstruction.html           |   0
 .../gpu/class-use/MatrixBuiltinGPUInstruction.html          |   0
 .../gpu/class-use/MatrixIndexingGPUInstruction.html         |   0
 .../gpu/class-use/MatrixMatrixArithmeticGPUInstruction.html |   0
 .../gpu/class-use/MatrixMatrixAxpyGPUInstruction.html       |   0
 .../gpu/class-use/MatrixMatrixBuiltinGPUInstruction.html    |   0
 .../MatrixMatrixRelationalBinaryGPUInstruction.html         |   0
 .../gpu/class-use/RelationalBinaryGPUInstruction.html       |   0
 .../instructions/gpu/class-use/ReorgGPUInstruction.html     |   0
 .../gpu/class-use/ScalarMatrixArithmeticGPUInstruction.html |   0
 .../ScalarMatrixRelationalBinaryGPUInstruction.html         |   0
 .../sysml/runtime/instructions/gpu/context/CSRPointer.html  |   0
 .../runtime/instructions/gpu/context/ExecutionConfig.html   |   0
 .../instructions/gpu/context/GPUContext.EvictionPolicy.html |   0
 .../sysml/runtime/instructions/gpu/context/GPUContext.html  |   0
 .../runtime/instructions/gpu/context/GPUContextPool.html    |   0
 .../sysml/runtime/instructions/gpu/context/GPUObject.html   |   0
 .../runtime/instructions/gpu/context/JCudaKernels.html      |   0
 .../instructions/gpu/context/class-use/CSRPointer.html      |   0
 .../instructions/gpu/context/class-use/ExecutionConfig.html |   0
 .../gpu/context/class-use/GPUContext.EvictionPolicy.html    |   0
 .../instructions/gpu/context/class-use/GPUContext.html      |   0
 .../instructions/gpu/context/class-use/GPUContextPool.html  |   0
 .../instructions/gpu/context/class-use/GPUObject.html       |   0
 .../instructions/gpu/context/class-use/JCudaKernels.html    |   0
 .../runtime/instructions/gpu/context/package-frame.html     |   0
 .../runtime/instructions/gpu/context/package-summary.html   |   0
 .../runtime/instructions/gpu/context/package-tree.html      |   0
 .../sysml/runtime/instructions/gpu/context/package-use.html |   0
 .../sysml/runtime/instructions/gpu/package-frame.html       |   0
 .../sysml/runtime/instructions/gpu/package-summary.html     |   0
 .../apache/sysml/runtime/instructions/gpu/package-tree.html |   0
 .../apache/sysml/runtime/instructions/gpu/package-use.html  |   0
 .../apache/sysml/runtime/instructions/package-frame.html    |   0
 .../apache/sysml/runtime/instructions/package-summary.html  |   0
 .../org/apache/sysml/runtime/instructions/package-tree.html |   0
 .../org/apache/sysml/runtime/instructions/package-use.html  |   0
 .../instructions/spark/AggregateTernarySPInstruction.html   |   0
 .../instructions/spark/AggregateUnarySPInstruction.html     |   0
 .../spark/AppendGAlignedSPInstruction.ShiftColumnIndex.html |   0
 .../instructions/spark/AppendGAlignedSPInstruction.html     |   0
 .../spark/AppendGSPInstruction.MergeWithShiftedBlocks.html  |   0
 .../spark/AppendGSPInstruction.ShiftMatrix.html             |   0
 .../runtime/instructions/spark/AppendGSPInstruction.html    |   0
 .../runtime/instructions/spark/AppendMSPInstruction.html    |   0
 .../runtime/instructions/spark/AppendRSPInstruction.html    |   0
 .../instructions/spark/ArithmeticBinarySPInstruction.html   |   0
 .../BinUaggChainSPInstruction.RDDBinUaggChainFunction.html  |   0
 .../instructions/spark/BinUaggChainSPInstruction.html       |   0
 .../runtime/instructions/spark/BinarySPInstruction.html     |   0
 .../instructions/spark/BuiltinBinarySPInstruction.html      |   0
 .../spark/BuiltinNarySPInstruction.PadBlocksFunction.html   |   0
 .../instructions/spark/BuiltinNarySPInstruction.html        |   0
 .../instructions/spark/BuiltinUnarySPInstruction.html       |   0
 .../runtime/instructions/spark/CSVReblockSPInstruction.html |   0
 .../sysml/runtime/instructions/spark/CastSPInstruction.html |   0
 .../instructions/spark/CentralMomentSPInstruction.html      |   0
 .../runtime/instructions/spark/CheckpointSPInstruction.html |   0
 .../spark/CompressionSPInstruction.CompressionFunction.html |   0
 .../instructions/spark/CompressionSPInstruction.html        |   0
 .../instructions/spark/ComputationSPInstruction.html        |   0
 .../instructions/spark/ConvolutionSPInstruction.html        |   0
 .../runtime/instructions/spark/CovarianceSPInstruction.html |   0
 .../sysml/runtime/instructions/spark/CpmmSPInstruction.html |   0
 .../spark/CumulativeAggregateSPInstruction.html             |   0
 .../instructions/spark/CumulativeOffsetSPInstruction.html   |   0
 .../instructions/spark/FrameAppendMSPInstruction.html       |   0
 .../instructions/spark/FrameAppendRSPInstruction.html       |   0
 .../instructions/spark/FrameIndexingSPInstruction.html      |   0
 .../runtime/instructions/spark/IndexingSPInstruction.html   |   0
 .../runtime/instructions/spark/MapmmChainSPInstruction.html |   0
 .../runtime/instructions/spark/MapmmSPInstruction.html      |   0
 .../instructions/spark/MatrixAppendMSPInstruction.html      |   0
 .../instructions/spark/MatrixAppendRSPInstruction.html      |   0
 .../spark/MatrixBVectorArithmeticSPInstruction.html         |   0
 .../spark/MatrixBVectorBuiltinSPInstruction.html            |   0
 .../spark/MatrixBVectorRelationalSPInstruction.html         |   0
 .../instructions/spark/MatrixBuiltinSPInstruction.html      |   0
 .../instructions/spark/MatrixIndexingSPInstruction.html     |   0
 .../spark/MatrixMatrixArithmeticSPInstruction.html          |   0
 .../spark/MatrixMatrixBuiltinSPInstruction.html             |   0
 .../spark/MatrixMatrixRelationalSPInstruction.html          |   0
 .../instructions/spark/MatrixReshapeSPInstruction.html      |   0
 .../spark/MatrixScalarArithmeticSPInstruction.html          |   0
 .../spark/MatrixScalarBuiltinSPInstruction.html             |   0
 .../spark/MatrixScalarRelationalSPInstruction.html          |   0
 ...dBuiltinSPInstruction.TransformEncodeBuild2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeBuildFunction.html |   0
 ...dBuiltinSPInstruction.TransformEncodeGroup2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeGroupFunction.html |   0
 .../spark/MultiReturnParameterizedBuiltinSPInstruction.html |   0
 .../runtime/instructions/spark/PMapmmSPInstruction.html     |   0
 .../ParameterizedBuiltinSPInstruction.CreateMatrixCell.html |   0
 ...erizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html |   0
 ...arameterizedBuiltinSPInstruction.RDDRExpandFunction.html |   0
 ...eterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html |   0
 ...zedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html |   0
 ...arameterizedBuiltinSPInstruction.RDDReplaceFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDTransformApplyFunction.html |   0
 ...uiltinSPInstruction.RDDTransformApplyOffsetFunction.html |   0
 ...iltinSPInstruction.RDDTransformDecodeExpandFunction.html |   0
 ...izedBuiltinSPInstruction.RDDTransformDecodeFunction.html |   0
 .../spark/ParameterizedBuiltinSPInstruction.html            |   0
 .../runtime/instructions/spark/PlusMultSPInstruction.html   |   0
 .../sysml/runtime/instructions/spark/PmmSPInstruction.html  |   0
 .../instructions/spark/QuantilePickSPInstruction.html       |   0
 .../instructions/spark/QuantileSortSPInstruction.html       |   0
 .../runtime/instructions/spark/QuaternarySPInstruction.html |   0
 .../sysml/runtime/instructions/spark/RandSPInstruction.html |   0
 .../runtime/instructions/spark/ReblockSPInstruction.html    |   0
 .../instructions/spark/RelationalBinarySPInstruction.html   |   0
 .../runtime/instructions/spark/ReorgSPInstruction.html      |   0
 .../sysml/runtime/instructions/spark/RmmSPInstruction.html  |   0
 .../spark/SPInstruction.SPINSTRUCTION_TYPE.html             |   0
 .../sysml/runtime/instructions/spark/SPInstruction.html     |   0
 .../SpoofSPInstruction.ReplicateRightFactorFunction.html    |   0
 .../runtime/instructions/spark/SpoofSPInstruction.html      |   0
 .../runtime/instructions/spark/TernarySPInstruction.html    |   0
 .../runtime/instructions/spark/Tsmm2SPInstruction.html      |   0
 .../sysml/runtime/instructions/spark/TsmmSPInstruction.html |   0
 .../instructions/spark/UaggOuterChainSPInstruction.html     |   0
 .../runtime/instructions/spark/UnarySPInstruction.html      |   0
 .../runtime/instructions/spark/WriteSPInstruction.html      |   0
 .../runtime/instructions/spark/ZipmmSPInstruction.html      |   0
 .../spark/class-use/AggregateTernarySPInstruction.html      |   0
 .../spark/class-use/AggregateUnarySPInstruction.html        |   0
 .../AppendGAlignedSPInstruction.ShiftColumnIndex.html       |   0
 .../spark/class-use/AppendGAlignedSPInstruction.html        |   0
 .../AppendGSPInstruction.MergeWithShiftedBlocks.html        |   0
 .../spark/class-use/AppendGSPInstruction.ShiftMatrix.html   |   0
 .../instructions/spark/class-use/AppendGSPInstruction.html  |   0
 .../instructions/spark/class-use/AppendMSPInstruction.html  |   0
 .../instructions/spark/class-use/AppendRSPInstruction.html  |   0
 .../spark/class-use/ArithmeticBinarySPInstruction.html      |   0
 .../BinUaggChainSPInstruction.RDDBinUaggChainFunction.html  |   0
 .../spark/class-use/BinUaggChainSPInstruction.html          |   0
 .../instructions/spark/class-use/BinarySPInstruction.html   |   0
 .../spark/class-use/BuiltinBinarySPInstruction.html         |   0
 .../BuiltinNarySPInstruction.PadBlocksFunction.html         |   0
 .../spark/class-use/BuiltinNarySPInstruction.html           |   0
 .../spark/class-use/BuiltinUnarySPInstruction.html          |   0
 .../spark/class-use/CSVReblockSPInstruction.html            |   0
 .../instructions/spark/class-use/CastSPInstruction.html     |   0
 .../spark/class-use/CentralMomentSPInstruction.html         |   0
 .../spark/class-use/CheckpointSPInstruction.html            |   0
 .../CompressionSPInstruction.CompressionFunction.html       |   0
 .../spark/class-use/CompressionSPInstruction.html           |   0
 .../spark/class-use/ComputationSPInstruction.html           |   0
 .../spark/class-use/ConvolutionSPInstruction.html           |   0
 .../spark/class-use/CovarianceSPInstruction.html            |   0
 .../instructions/spark/class-use/CpmmSPInstruction.html     |   0
 .../spark/class-use/CumulativeAggregateSPInstruction.html   |   0
 .../spark/class-use/CumulativeOffsetSPInstruction.html      |   0
 .../spark/class-use/FrameAppendMSPInstruction.html          |   0
 .../spark/class-use/FrameAppendRSPInstruction.html          |   0
 .../spark/class-use/FrameIndexingSPInstruction.html         |   0
 .../instructions/spark/class-use/IndexingSPInstruction.html |   0
 .../spark/class-use/MapmmChainSPInstruction.html            |   0
 .../instructions/spark/class-use/MapmmSPInstruction.html    |   0
 .../spark/class-use/MatrixAppendMSPInstruction.html         |   0
 .../spark/class-use/MatrixAppendRSPInstruction.html         |   0
 .../class-use/MatrixBVectorArithmeticSPInstruction.html     |   0
 .../spark/class-use/MatrixBVectorBuiltinSPInstruction.html  |   0
 .../class-use/MatrixBVectorRelationalSPInstruction.html     |   0
 .../spark/class-use/MatrixBuiltinSPInstruction.html         |   0
 .../spark/class-use/MatrixIndexingSPInstruction.html        |   0
 .../class-use/MatrixMatrixArithmeticSPInstruction.html      |   0
 .../spark/class-use/MatrixMatrixBuiltinSPInstruction.html   |   0
 .../class-use/MatrixMatrixRelationalSPInstruction.html      |   0
 .../spark/class-use/MatrixReshapeSPInstruction.html         |   0
 .../class-use/MatrixScalarArithmeticSPInstruction.html      |   0
 .../spark/class-use/MatrixScalarBuiltinSPInstruction.html   |   0
 .../class-use/MatrixScalarRelationalSPInstruction.html      |   0
 ...dBuiltinSPInstruction.TransformEncodeBuild2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeBuildFunction.html |   0
 ...dBuiltinSPInstruction.TransformEncodeGroup2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeGroupFunction.html |   0
 .../MultiReturnParameterizedBuiltinSPInstruction.html       |   0
 .../instructions/spark/class-use/PMapmmSPInstruction.html   |   0
 .../ParameterizedBuiltinSPInstruction.CreateMatrixCell.html |   0
 ...erizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html |   0
 ...arameterizedBuiltinSPInstruction.RDDRExpandFunction.html |   0
 ...eterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html |   0
 ...zedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html |   0
 ...arameterizedBuiltinSPInstruction.RDDReplaceFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDTransformApplyFunction.html |   0
 ...uiltinSPInstruction.RDDTransformApplyOffsetFunction.html |   0
 ...iltinSPInstruction.RDDTransformDecodeExpandFunction.html |   0
 ...izedBuiltinSPInstruction.RDDTransformDecodeFunction.html |   0
 .../spark/class-use/ParameterizedBuiltinSPInstruction.html  |   0
 .../instructions/spark/class-use/PlusMultSPInstruction.html |   0
 .../instructions/spark/class-use/PmmSPInstruction.html      |   0
 .../spark/class-use/QuantilePickSPInstruction.html          |   0
 .../spark/class-use/QuantileSortSPInstruction.html          |   0
 .../spark/class-use/QuaternarySPInstruction.html            |   0
 .../instructions/spark/class-use/RandSPInstruction.html     |   0
 .../instructions/spark/class-use/ReblockSPInstruction.html  |   0
 .../spark/class-use/RelationalBinarySPInstruction.html      |   0
 .../instructions/spark/class-use/ReorgSPInstruction.html    |   0
 .../instructions/spark/class-use/RmmSPInstruction.html      |   0
 .../spark/class-use/SPInstruction.SPINSTRUCTION_TYPE.html   |   0
 .../runtime/instructions/spark/class-use/SPInstruction.html |   0
 .../SpoofSPInstruction.ReplicateRightFactorFunction.html    |   0
 .../instructions/spark/class-use/SpoofSPInstruction.html    |   0
 .../instructions/spark/class-use/TernarySPInstruction.html  |   0
 .../instructions/spark/class-use/Tsmm2SPInstruction.html    |   0
 .../instructions/spark/class-use/TsmmSPInstruction.html     |   0
 .../spark/class-use/UaggOuterChainSPInstruction.html        |   0
 .../instructions/spark/class-use/UnarySPInstruction.html    |   0
 .../instructions/spark/class-use/WriteSPInstruction.html    |   0
 .../instructions/spark/class-use/ZipmmSPInstruction.html    |   0
 .../sysml/runtime/instructions/spark/package-frame.html     |   0
 .../sysml/runtime/instructions/spark/package-summary.html   |   0
 .../sysml/runtime/instructions/spark/package-tree.html      |   0
 .../sysml/runtime/instructions/spark/package-use.html       |   0
 .../instructions/spark/utils/FrameRDDAggregateUtils.html    |   0
 ...ConverterUtils.LongFrameToLongWritableFrameFunction.html |   0
 ...ConverterUtils.LongWritableFrameToLongFrameFunction.html |   0
 ...DDConverterUtils.LongWritableTextToLongTextFunction.html |   0
 .../FrameRDDConverterUtils.LongWritableToSerFunction.html   |   0
 .../instructions/spark/utils/FrameRDDConverterUtils.html    |   0
 .../runtime/instructions/spark/utils/RDDAggregateUtils.html |   0
 .../utils/RDDConverterUtils.DataFrameExtractIDFunction.html |   0
 .../runtime/instructions/spark/utils/RDDConverterUtils.html |   0
 .../spark/utils/RDDConverterUtilsExt.AddRowID.html          |   0
 .../spark/utils/RDDConverterUtilsExt.RDDConverterTypes.html |   0
 .../instructions/spark/utils/RDDConverterUtilsExt.html      |   0
 .../spark/utils/RDDSortUtils.IndexComparator.html           |   0
 .../spark/utils/RDDSortUtils.IndexComparator2.html          |   0
 .../runtime/instructions/spark/utils/RDDSortUtils.html      |   0
 .../sysml/runtime/instructions/spark/utils/SparkUtils.html  |   0
 .../spark/utils/class-use/FrameRDDAggregateUtils.html       |   0
 ...ConverterUtils.LongFrameToLongWritableFrameFunction.html |   0
 ...ConverterUtils.LongWritableFrameToLongFrameFunction.html |   0
 ...DDConverterUtils.LongWritableTextToLongTextFunction.html |   0
 .../FrameRDDConverterUtils.LongWritableToSerFunction.html   |   0
 .../spark/utils/class-use/FrameRDDConverterUtils.html       |   0
 .../spark/utils/class-use/RDDAggregateUtils.html            |   0
 .../RDDConverterUtils.DataFrameExtractIDFunction.html       |   0
 .../spark/utils/class-use/RDDConverterUtils.html            |   0
 .../utils/class-use/RDDConverterUtilsExt.AddRowID.html      |   0
 .../class-use/RDDConverterUtilsExt.RDDConverterTypes.html   |   0
 .../spark/utils/class-use/RDDConverterUtilsExt.html         |   0
 .../spark/utils/class-use/RDDSortUtils.IndexComparator.html |   0
 .../utils/class-use/RDDSortUtils.IndexComparator2.html      |   0
 .../instructions/spark/utils/class-use/RDDSortUtils.html    |   0
 .../instructions/spark/utils/class-use/SparkUtils.html      |   0
 .../runtime/instructions/spark/utils/package-frame.html     |   0
 .../runtime/instructions/spark/utils/package-summary.html   |   0
 .../runtime/instructions/spark/utils/package-tree.html      |   0
 .../sysml/runtime/instructions/spark/utils/package-use.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/CMCOVMR.html   |   0
 .../runtime/matrix/CSVReblockMR.AssignRowIDMRReturn.html    |   0
 .../apache/sysml/runtime/matrix/CSVReblockMR.BlockRow.html  |   0
 .../sysml/runtime/matrix/CSVReblockMR.OffsetCount.html      |   0
 .../java/org/apache/sysml/runtime/matrix/CSVReblockMR.html  |   0
 .../sysml/runtime/matrix/CleanupMR.CleanupMapper.html       |   0
 .../api/java/org/apache/sysml/runtime/matrix/CleanupMR.html |   0
 .../apache/sysml/runtime/matrix/CombineMR.InnerReducer.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/CombineMR.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/DataGenMR.html |   0
 .../org/apache/sysml/runtime/matrix/DataPartitionMR.html    |   0
 .../1.0.0/api/java/org/apache/sysml/runtime/matrix/GMR.html |   0
 .../java/org/apache/sysml/runtime/matrix/GroupedAggMR.html  |   0
 .../api/java/org/apache/sysml/runtime/matrix/JobReturn.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/MMCJMR.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/MMRJMR.html    |   0
 .../apache/sysml/runtime/matrix/MatrixCharacteristics.html  |   0
 .../api/java/org/apache/sysml/runtime/matrix/MetaData.html  |   0
 .../org/apache/sysml/runtime/matrix/MetaDataFormat.html     |   0
 .../sysml/runtime/matrix/MetaDataNumItemsByEachReducer.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/ReblockMR.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/SortMR.html    |   0
 .../java/org/apache/sysml/runtime/matrix/WriteCSVMR.html    |   0
 .../org/apache/sysml/runtime/matrix/class-use/CMCOVMR.html  |   0
 .../matrix/class-use/CSVReblockMR.AssignRowIDMRReturn.html  |   0
 .../runtime/matrix/class-use/CSVReblockMR.BlockRow.html     |   0
 .../runtime/matrix/class-use/CSVReblockMR.OffsetCount.html  |   0
 .../apache/sysml/runtime/matrix/class-use/CSVReblockMR.html |   0
 .../runtime/matrix/class-use/CleanupMR.CleanupMapper.html   |   0
 .../apache/sysml/runtime/matrix/class-use/CleanupMR.html    |   0
 .../runtime/matrix/class-use/CombineMR.InnerReducer.html    |   0
 .../apache/sysml/runtime/matrix/class-use/CombineMR.html    |   0
 .../apache/sysml/runtime/matrix/class-use/DataGenMR.html    |   0
 .../sysml/runtime/matrix/class-use/DataPartitionMR.html     |   0
 .../java/org/apache/sysml/runtime/matrix/class-use/GMR.html |   0
 .../apache/sysml/runtime/matrix/class-use/GroupedAggMR.html |   0
 .../apache/sysml/runtime/matrix/class-use/JobReturn.html    |   0
 .../org/apache/sysml/runtime/matrix/class-use/MMCJMR.html   |   0
 .../org/apache/sysml/runtime/matrix/class-use/MMRJMR.html   |   0
 .../runtime/matrix/class-use/MatrixCharacteristics.html     |   0
 .../org/apache/sysml/runtime/matrix/class-use/MetaData.html |   0
 .../sysml/runtime/matrix/class-use/MetaDataFormat.html      |   0
 .../matrix/class-use/MetaDataNumItemsByEachReducer.html     |   0
 .../apache/sysml/runtime/matrix/class-use/ReblockMR.html    |   0
 .../org/apache/sysml/runtime/matrix/class-use/SortMR.html   |   0
 .../apache/sysml/runtime/matrix/class-use/WriteCSVMR.html   |   0
 .../sysml/runtime/matrix/data/AdaptivePartialBlock.html     |   0
 .../sysml/runtime/matrix/data/AddDummyWeightConverter.html  |   0
 .../matrix/data/BinaryBlockToBinaryCellConverter.html       |   0
 .../runtime/matrix/data/BinaryBlockToRowBlockConverter.html |   0
 .../runtime/matrix/data/BinaryBlockToTextCellConverter.html |   0
 .../runtime/matrix/data/BinaryCellToRowBlockConverter.html  |   0
 .../runtime/matrix/data/BinaryCellToTextConverter.html      |   0
 .../org/apache/sysml/runtime/matrix/data/CM_N_COVCell.html  |   0
 .../sysml/runtime/matrix/data/CSVFileFormatProperties.html  |   0
 .../org/apache/sysml/runtime/matrix/data/CTableMap.html     |   0
 .../org/apache/sysml/runtime/matrix/data/Converter.html     |   0
 .../sysml/runtime/matrix/data/ConvolutionParameters.html    |   0
 .../sysml/runtime/matrix/data/CudaSupportFunctions.html     |   0
 .../matrix/data/DoublePrecisionCudaSupportFunctions.html    |   0
 .../matrix/data/FileFormatProperties.FileFormat.html        |   0
 .../sysml/runtime/matrix/data/FileFormatProperties.html     |   0
 .../runtime/matrix/data/FrameBlock.ColumnMetadata.html      |   0
 .../org/apache/sysml/runtime/matrix/data/FrameBlock.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/data/IJV.html  |   0
 .../sysml/runtime/matrix/data/IdenticalConverter.html       |   0
 .../org/apache/sysml/runtime/matrix/data/InputInfo.html     |   0
 .../apache/sysml/runtime/matrix/data/LibCommonsMath.html    |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixAgg.html  |   0
 .../matrix/data/LibMatrixBincell.BinaryAccessType.html      |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixBincell.html  |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixCUDA.html |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixCuDNN.html    |   0
 .../matrix/data/LibMatrixCuDNNConvolutionAlgorithm.html     |   0
 .../runtime/matrix/data/LibMatrixCuDNNInputRowFetcher.html  |   0
 .../matrix/data/LibMatrixCuDNNPoolingDescriptors.html       |   0
 .../sysml/runtime/matrix/data/LibMatrixCuMatMult.html       |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixDNN.html  |   0
 ...atrixDNNConv2dBackwardDataHelper.Conv2dBackwardData.html |   0
 ...kwardDataHelper.SparseNativeConv2dBackwardDataDense.html |   0
 .../matrix/data/LibMatrixDNNConv2dBackwardDataHelper.html   |   0
 ...xDNNConv2dBackwardFilterHelper.Conv2dBackwardFilter.html |   0
 ...onv2dBackwardFilterHelper.Conv2dBackwardFilterTrans.html |   0
 ...dFilterHelper.SparseNativeConv2dBackwardFilterDense.html |   0
 .../matrix/data/LibMatrixDNNConv2dBackwardFilterHelper.html |   0
 .../LibMatrixDNNConv2dHelper.LoopedIm2ColConv2dAllChan.html |   0
 .../LibMatrixDNNConv2dHelper.LoopedIm2ColConv2dOneChan.html |   0
 ...atrixDNNConv2dHelper.LoopedIm2ColConv2dTransAllChan.html |   0
 .../data/LibMatrixDNNConv2dHelper.SparseNativeConv2d.html   |   0
 .../sysml/runtime/matrix/data/LibMatrixDNNConv2dHelper.html |   0
 .../matrix/data/LibMatrixDNNHelper.ReluBackward.html        |   0
 .../sysml/runtime/matrix/data/LibMatrixDNNHelper.html       |   0
 .../sysml/runtime/matrix/data/LibMatrixDNNIm2ColHelper.html |   0
 ...xDNNPoolingBackwardHelper.PoolingBackwardDenseDense.html |   0
 ...DNNPoolingBackwardHelper.PoolingBackwardDenseSparse.html |   0
 ...DNNPoolingBackwardHelper.PoolingBackwardSparseDense.html |   0
 ...NNPoolingBackwardHelper.PoolingBackwardSparseSparse.html |   0
 .../matrix/data/LibMatrixDNNPoolingBackwardHelper.html      |   0
 .../data/LibMatrixDNNPoolingHelper.DenseMaxPooling.html     |   0
 .../data/LibMatrixDNNPoolingHelper.SparseMaxPooling.html    |   0
 .../runtime/matrix/data/LibMatrixDNNPoolingHelper.html      |   0
 .../runtime/matrix/data/LibMatrixDNNRotate180Helper.html    |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixDatagen.html  |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixMult.html |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixNative.html   |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixOuterAgg.html |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixReorg.html    |   0
 .../sysml/runtime/matrix/data/MatrixBlock.BlockType.html    |   0
 .../runtime/matrix/data/MatrixBlock.SparsityEstimate.html   |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixBlock.html   |   0
 .../sysml/runtime/matrix/data/MatrixBlockDataInput.html     |   0
 .../sysml/runtime/matrix/data/MatrixBlockDataOutput.html    |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixCell.html    |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixIndexes.html |   0
 .../apache/sysml/runtime/matrix/data/MatrixPackedCell.html  |   0
 .../sysml/runtime/matrix/data/MatrixValue.CellIndex.html    |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixValue.html   |   0
 .../sysml/runtime/matrix/data/MultipleOutputCommitter.html  |   0
 .../sysml/runtime/matrix/data/OperationsOnMatrixValues.html |   0
 .../org/apache/sysml/runtime/matrix/data/OutputInfo.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/data/Pair.html |   0
 .../org/apache/sysml/runtime/matrix/data/PartialBlock.html  |   0
 .../sysml/runtime/matrix/data/RandomMatrixGenerator.html    |   0
 .../matrix/data/SinglePrecisionCudaSupportFunctions.html    |   0
 .../apache/sysml/runtime/matrix/data/SparseBlock.Type.html  |   0
 .../org/apache/sysml/runtime/matrix/data/SparseBlock.html   |   0
 .../apache/sysml/runtime/matrix/data/SparseBlockCOO.html    |   0
 .../apache/sysml/runtime/matrix/data/SparseBlockCSR.html    |   0
 .../sysml/runtime/matrix/data/SparseBlockFactory.html       |   0
 .../apache/sysml/runtime/matrix/data/SparseBlockMCSR.html   |   0
 .../org/apache/sysml/runtime/matrix/data/SparseRow.html     |   0
 .../apache/sysml/runtime/matrix/data/SparseRowScalar.html   |   0
 .../apache/sysml/runtime/matrix/data/SparseRowVector.html   |   0
 .../java/org/apache/sysml/runtime/matrix/data/Tagged.html   |   0
 .../runtime/matrix/data/TaggedAdaptivePartialBlock.html     |   0
 .../matrix/data/TaggedFirstSecondIndexes.Comparator.html    |   0
 .../TaggedFirstSecondIndexes.FirstIndexPartitioner.html     |   0
 ...TaggedFirstSecondIndexes.FirstIndexRangePartitioner.html |   0
 .../data/TaggedFirstSecondIndexes.TagPartitioner.html       |   0
 .../sysml/runtime/matrix/data/TaggedFirstSecondIndexes.html |   0
 .../apache/sysml/runtime/matrix/data/TaggedMatrixBlock.html |   0
 .../apache/sysml/runtime/matrix/data/TaggedMatrixCell.html  |   0
 .../sysml/runtime/matrix/data/TaggedMatrixIndexes.html      |   0
 .../sysml/runtime/matrix/data/TaggedMatrixPackedCell.html   |   0
 .../apache/sysml/runtime/matrix/data/TaggedMatrixValue.html |   0
 .../sysml/runtime/matrix/data/TaggedTripleIndexes.html      |   0
 .../runtime/matrix/data/TextCellToRowBlockConverter.html    |   0
 .../runtime/matrix/data/TextToBinaryCellConverter.html      |   0
 .../sysml/runtime/matrix/data/TripleIndexes.Comparator.html |   0
 .../data/TripleIndexes.FirstTwoIndexesPartitioner.html      |   0
 .../org/apache/sysml/runtime/matrix/data/TripleIndexes.html |   0
 .../data/UnPaddedOutputFormat.UnpaddedRecordWriter.html     |   0
 .../sysml/runtime/matrix/data/UnPaddedOutputFormat.html     |   0
 .../org/apache/sysml/runtime/matrix/data/WeightedCell.html  |   0
 .../matrix/data/WeightedCellToSortInputConverter.html       |   0
 .../org/apache/sysml/runtime/matrix/data/WeightedPair.html  |   0
 .../runtime/matrix/data/class-use/AdaptivePartialBlock.html |   0
 .../matrix/data/class-use/AddDummyWeightConverter.html      |   0
 .../data/class-use/BinaryBlockToBinaryCellConverter.html    |   0
 .../data/class-use/BinaryBlockToRowBlockConverter.html      |   0
 .../data/class-use/BinaryBlockToTextCellConverter.html      |   0
 .../data/class-use/BinaryCellToRowBlockConverter.html       |   0
 .../matrix/data/class-use/BinaryCellToTextConverter.html    |   0
 .../sysml/runtime/matrix/data/class-use/CM_N_COVCell.html   |   0
 .../matrix/data/class-use/CSVFileFormatProperties.html      |   0
 .../sysml/runtime/matrix/data/class-use/CTableMap.html      |   0
 .../sysml/runtime/matrix/data/class-use/Converter.html      |   0
 .../matrix/data/class-use/ConvolutionParameters.html        |   0
 .../runtime/matrix/data/class-use/CudaSupportFunctions.html |   0
 .../data/class-use/DoublePrecisionCudaSupportFunctions.html |   0
 .../data/class-use/FileFormatProperties.FileFormat.html     |   0
 .../runtime/matrix/data/class-use/FileFormatProperties.html |   0
 .../matrix/data/class-use/FrameBlock.ColumnMetadata.html    |   0
 .../sysml/runtime/matrix/data/class-use/FrameBlock.html     |   0
 .../org/apache/sysml/runtime/matrix/data/class-use/IJV.html |   0
 .../runtime/matrix/data/class-use/IdenticalConverter.html   |   0
 .../sysml/runtime/matrix/data/class-use/InputInfo.html      |   0
 .../sysml/runtime/matrix/data/class-use/LibCommonsMath.html |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixAgg.html   |   0
 .../data/class-use/LibMatrixBincell.BinaryAccessType.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixBincell.html     |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixCUDA.html  |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixCuDNN.html |   0
 .../data/class-use/LibMatrixCuDNNConvolutionAlgorithm.html  |   0
 .../data/class-use/LibMatrixCuDNNInputRowFetcher.html       |   0
 .../data/class-use/LibMatrixCuDNNPoolingDescriptors.html    |   0
 .../runtime/matrix/data/class-use/LibMatrixCuMatMult.html   |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixDNN.html   |   0
 ...atrixDNNConv2dBackwardDataHelper.Conv2dBackwardData.html |   0
 ...kwardDataHelper.SparseNativeConv2dBackwardDataDense.html |   0
 .../class-use/LibMatrixDNNConv2dBackwardDataHelper.html     |   0
 ...xDNNConv2dBackwardFilterHelper.Conv2dBackwardFilter.html |   0
 ...onv2dBackwardFilterHelper.Conv2dBackwardFilterTrans.html |   0
 ...dFilterHelper.SparseNativeConv2dBackwardFilterDense.html |   0
 .../class-use/LibMatrixDNNConv2dBackwardFilterHelper.html   |   0
 .../LibMatrixDNNConv2dHelper.LoopedIm2ColConv2dAllChan.html |   0
 .../LibMatrixDNNConv2dHelper.LoopedIm2ColConv2dOneChan.html |   0
 ...atrixDNNConv2dHelper.LoopedIm2ColConv2dTransAllChan.html |   0
 .../LibMatrixDNNConv2dHelper.SparseNativeConv2d.html        |   0
 .../matrix/data/class-use/LibMatrixDNNConv2dHelper.html     |   0
 .../data/class-use/LibMatrixDNNHelper.ReluBackward.html     |   0
 .../runtime/matrix/data/class-use/LibMatrixDNNHelper.html   |   0
 .../matrix/data/class-use/LibMatrixDNNIm2ColHelper.html     |   0
 ...xDNNPoolingBackwardHelper.PoolingBackwardDenseDense.html |   0
 ...DNNPoolingBackwardHelper.PoolingBackwardDenseSparse.html |   0
 ...DNNPoolingBackwardHelper.PoolingBackwardSparseDense.html |   0
 ...NNPoolingBackwardHelper.PoolingBackwardSparseSparse.html |   0
 .../data/class-use/LibMatrixDNNPoolingBackwardHelper.html   |   0
 .../LibMatrixDNNPoolingHelper.DenseMaxPooling.html          |   0
 .../LibMatrixDNNPoolingHelper.SparseMaxPooling.html         |   0
 .../matrix/data/class-use/LibMatrixDNNPoolingHelper.html    |   0
 .../matrix/data/class-use/LibMatrixDNNRotate180Helper.html  |   0
 .../runtime/matrix/data/class-use/LibMatrixDatagen.html     |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixMult.html  |   0
 .../runtime/matrix/data/class-use/LibMatrixNative.html      |   0
 .../runtime/matrix/data/class-use/LibMatrixOuterAgg.html    |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixReorg.html |   0
 .../matrix/data/class-use/MatrixBlock.BlockType.html        |   0
 .../matrix/data/class-use/MatrixBlock.SparsityEstimate.html |   0
 .../sysml/runtime/matrix/data/class-use/MatrixBlock.html    |   0
 .../runtime/matrix/data/class-use/MatrixBlockDataInput.html |   0
 .../matrix/data/class-use/MatrixBlockDataOutput.html        |   0
 .../sysml/runtime/matrix/data/class-use/MatrixCell.html     |   0
 .../sysml/runtime/matrix/data/class-use/MatrixIndexes.html  |   0
 .../runtime/matrix/data/class-use/MatrixPackedCell.html     |   0
 .../matrix/data/class-use/MatrixValue.CellIndex.html        |   0
 .../sysml/runtime/matrix/data/class-use/MatrixValue.html    |   0
 .../matrix/data/class-use/MultipleOutputCommitter.html      |   0
 .../matrix/data/class-use/OperationsOnMatrixValues.html     |   0
 .../sysml/runtime/matrix/data/class-use/OutputInfo.html     |   0
 .../apache/sysml/runtime/matrix/data/class-use/Pair.html    |   0
 .../sysml/runtime/matrix/data/class-use/PartialBlock.html   |   0
 .../matrix/data/class-use/RandomMatrixGenerator.html        |   0
 .../data/class-use/SinglePrecisionCudaSupportFunctions.html |   0
 .../runtime/matrix/data/class-use/SparseBlock.Type.html     |   0
 .../sysml/runtime/matrix/data/class-use/SparseBlock.html    |   0
 .../sysml/runtime/matrix/data/class-use/SparseBlockCOO.html |   0
 .../sysml/runtime/matrix/data/class-use/SparseBlockCSR.html |   0
 .../runtime/matrix/data/class-use/SparseBlockFactory.html   |   0
 .../runtime/matrix/data/class-use/SparseBlockMCSR.html      |   0
 .../sysml/runtime/matrix/data/class-use/SparseRow.html      |   0
 .../runtime/matrix/data/class-use/SparseRowScalar.html      |   0
 .../runtime/matrix/data/class-use/SparseRowVector.html      |   0
 .../apache/sysml/runtime/matrix/data/class-use/Tagged.html  |   0
 .../matrix/data/class-use/TaggedAdaptivePartialBlock.html   |   0
 .../data/class-use/TaggedFirstSecondIndexes.Comparator.html |   0
 .../TaggedFirstSecondIndexes.FirstIndexPartitioner.html     |   0
 ...TaggedFirstSecondIndexes.FirstIndexRangePartitioner.html |   0
 .../class-use/TaggedFirstSecondIndexes.TagPartitioner.html  |   0
 .../matrix/data/class-use/TaggedFirstSecondIndexes.html     |   0
 .../runtime/matrix/data/class-use/TaggedMatrixBlock.html    |   0
 .../runtime/matrix/data/class-use/TaggedMatrixCell.html     |   0
 .../runtime/matrix/data/class-use/TaggedMatrixIndexes.html  |   0
 .../matrix/data/class-use/TaggedMatrixPackedCell.html       |   0
 .../runtime/matrix/data/class-use/TaggedMatrixValue.html    |   0
 .../runtime/matrix/data/class-use/TaggedTripleIndexes.html  |   0
 .../matrix/data/class-use/TextCellToRowBlockConverter.html  |   0
 .../matrix/data/class-use/TextToBinaryCellConverter.html    |   0
 .../matrix/data/class-use/TripleIndexes.Comparator.html     |   0
 .../class-use/TripleIndexes.FirstTwoIndexesPartitioner.html |   0
 .../sysml/runtime/matrix/data/class-use/TripleIndexes.html  |   0
 .../UnPaddedOutputFormat.UnpaddedRecordWriter.html          |   0
 .../runtime/matrix/data/class-use/UnPaddedOutputFormat.html |   0
 .../sysml/runtime/matrix/data/class-use/WeightedCell.html   |   0
 .../data/class-use/WeightedCellToSortInputConverter.html    |   0
 .../sysml/runtime/matrix/data/class-use/WeightedPair.html   |   0
 .../org/apache/sysml/runtime/matrix/data/package-frame.html |   0
 .../apache/sysml/runtime/matrix/data/package-summary.html   |   0
 .../org/apache/sysml/runtime/matrix/data/package-tree.html  |   0
 .../org/apache/sysml/runtime/matrix/data/package-use.html   |   0
 .../java/org/apache/sysml/runtime/matrix/package-frame.html |   0
 .../org/apache/sysml/runtime/matrix/package-summary.html    |   0
 .../java/org/apache/sysml/runtime/matrix/package-tree.html  |   0
 .../java/org/apache/sysml/runtime/matrix/package-use.html   |   0
 .../api/java/org/apache/sysml/runtime/package-frame.html    |   0
 .../api/java/org/apache/sysml/runtime/package-summary.html  |   0
 .../api/java/org/apache/sysml/runtime/package-tree.html     |   0
 .../api/java/org/apache/sysml/runtime/package-use.html      |   0
 .../1.0.0/api/java/org/apache/sysml/udf/BinaryObject.html   |   0
 .../sysml/udf/ExternalFunctionInvocationInstruction.html    |   0
 .../sysml/udf/FunctionParameter.FunctionParameterType.html  |   0
 .../api/java/org/apache/sysml/udf/FunctionParameter.html    |   0
 .../api/java/org/apache/sysml/udf/Matrix.ValueType.html     |   0
 .../docs/1.0.0/api/java/org/apache/sysml/udf/Matrix.html    |   0
 .../api/java/org/apache/sysml/udf/PackageFunction.html      |   0
 .../java/org/apache/sysml/udf/Scalar.ScalarValueType.html   |   0
 .../docs/1.0.0/api/java/org/apache/sysml/udf/Scalar.html    |   0
 .../java/org/apache/sysml/udf/class-use/BinaryObject.html   |   0
 .../class-use/ExternalFunctionInvocationInstruction.html    |   0
 .../class-use/FunctionParameter.FunctionParameterType.html  |   0
 .../org/apache/sysml/udf/class-use/FunctionParameter.html   |   0
 .../org/apache/sysml/udf/class-use/Matrix.ValueType.html    |   0
 .../api/java/org/apache/sysml/udf/class-use/Matrix.html     |   0
 .../org/apache/sysml/udf/class-use/PackageFunction.html     |   0
 .../apache/sysml/udf/class-use/Scalar.ScalarValueType.html  |   0
 .../api/java/org/apache/sysml/udf/class-use/Scalar.html     |   0
 .../api/java/org/apache/sysml/udf/lib/BinningWrapper.html   |   0
 .../1.0.0/api/java/org/apache/sysml/udf/lib/CumSumProd.html |   0
 .../org/apache/sysml/udf/lib/DynamicProjectMatrixCP.html    |   0
 .../java/org/apache/sysml/udf/lib/DynamicReadMatrixCP.html  |   0
 .../org/apache/sysml/udf/lib/DynamicReadMatrixRcCP.html     |   0
 .../java/org/apache/sysml/udf/lib/DynamicWriteMatrixCP.html |   0
 .../api/java/org/apache/sysml/udf/lib/GatherWrapper.html    |   0
 .../api/java/org/apache/sysml/udf/lib/MultiInputCbind.html  |   0
 .../api/java/org/apache/sysml/udf/lib/OrderWrapper.html     |   0
 .../api/java/org/apache/sysml/udf/lib/RemoveEmptyRows.html  |   0
 .../api/java/org/apache/sysml/udf/lib/RowClassMeet.html     |   0
 .../java/org/apache/sysml/udf/lib/SGDNesterovUpdate.html    |   0
 .../api/java/org/apache/sysml/udf/lib/TimeWrapper.html      |   0
 .../org/apache/sysml/udf/lib/class-use/BinningWrapper.html  |   0
 .../java/org/apache/sysml/udf/lib/class-use/CumSumProd.html |   0
 .../sysml/udf/lib/class-use/DynamicProjectMatrixCP.html     |   0
 .../apache/sysml/udf/lib/class-use/DynamicReadMatrixCP.html |   0
 .../sysml/udf/lib/class-use/DynamicReadMatrixRcCP.html      |   0
 .../sysml/udf/lib/class-use/DynamicWriteMatrixCP.html       |   0
 .../org/apache/sysml/udf/lib/class-use/GatherWrapper.html   |   0
 .../org/apache/sysml/udf/lib/class-use/MultiInputCbind.html |   0
 .../org/apache/sysml/udf/lib/class-use/OrderWrapper.html    |   0
 .../org/apache/sysml/udf/lib/class-use/RemoveEmptyRows.html |   0
 .../org/apache/sysml/udf/lib/class-use/RowClassMeet.html    |   0
 .../apache/sysml/udf/lib/class-use/SGDNesterovUpdate.html   |   0
 .../org/apache/sysml/udf/lib/class-use/TimeWrapper.html     |   0
 .../api/java/org/apache/sysml/udf/lib/package-frame.html    |   0
 .../api/java/org/apache/sysml/udf/lib/package-summary.html  |   0
 .../api/java/org/apache/sysml/udf/lib/package-tree.html     |   0
 .../api/java/org/apache/sysml/udf/lib/package-use.html      |   0
 .../1.0.0/api/java/org/apache/sysml/udf/package-frame.html  |   0
 .../api/java/org/apache/sysml/udf/package-summary.html      |   0
 .../1.0.0/api/java/org/apache/sysml/udf/package-tree.html   |   0
 .../1.0.0/api/java/org/apache/sysml/udf/package-use.html    |   0
 {site => content}/docs/1.0.0/api/java/overview-frame.html   |   0
 {site => content}/docs/1.0.0/api/java/overview-summary.html |   0
 {site => content}/docs/1.0.0/api/java/overview-tree.html    |   0
 .../docs/1.2.0 => content/docs/1.0.0}/api/java/package-list |   0
 {site/docs/1.1.0 => content/docs/1.0.0}/api/java/script.js  |   0
 {site => content}/docs/1.0.0/api/java/serialized-form.html  |   0
 .../1.1.0 => content/docs/1.0.0}/api/java/stylesheet.css    |   0
 {site => content}/docs/1.0.0/api/python/.buildinfo          |   0
 .../docs/1.0.0}/api/python/_sources/index.rst.txt           |   0
 .../1.0.0}/api/python/_sources/systemml.mllearn.rst.txt     |   0
 .../docs/1.0.0}/api/python/_sources/systemml.random.rst.txt |   0
 .../docs/1.0.0}/api/python/_sources/systemml.rst.txt        |   0
 .../docs/1.0.0}/api/python/_static/ajax-loader.gif          | Bin
 .../docs/1.0.0}/api/python/_static/basic.css                |   0
 .../docs/1.0.0}/api/python/_static/classic.css              |   0
 .../docs/1.0.0}/api/python/_static/comment-bright.png       | Bin
 .../docs/1.0.0}/api/python/_static/comment-close.png        | Bin
 .../docs/1.0.0}/api/python/_static/comment.png              | Bin
 .../docs/1.0.0}/api/python/_static/doctools.js              |   0
 .../docs/1.0.0}/api/python/_static/down-pressed.png         | Bin
 .../docs/1.0.0}/api/python/_static/down.png                 | Bin
 .../docs/1.0.0/api/python/_static}/favicon.png              | Bin
 .../docs/1.0.0}/api/python/_static/file.png                 | Bin
 .../docs/1.0.0}/api/python/_static/jquery-3.1.0.js          |   0
 .../docs/1.0.0}/api/python/_static/jquery.js                |   0
 .../docs/1.0.0}/api/python/_static/minus.png                | Bin
 .../docs/1.0.0}/api/python/_static/plus.png                 | Bin
 .../docs/1.0.0}/api/python/_static/pygments.css             |   0
 .../docs/1.0.0}/api/python/_static/searchtools.js           |   0
 .../docs/1.0.0}/api/python/_static/sidebar.js               |   0
 .../docs/1.0.0/api/python/_static/systemml-logo.png         | Bin
 .../docs/1.0.0/api/python/_static}/underscore-1.3.1.js      |   0
 .../docs/1.0.0/api/python/_static}/underscore.js            |   0
 .../docs/1.0.0}/api/python/_static/up-pressed.png           | Bin
 .../1.1.0 => content/docs/1.0.0}/api/python/_static/up.png  | Bin
 .../docs/1.0.0}/api/python/_static/websupport.js            |   0
 {site => content}/docs/1.0.0/api/python/genindex.html       |   0
 {site => content}/docs/1.0.0/api/python/index.html          |   0
 {site => content}/docs/1.0.0/api/python/objects.inv         | Bin
 {site => content}/docs/1.0.0/api/python/py-modindex.html    |   0
 {site => content}/docs/1.0.0/api/python/search.html         |   0
 .../1.2.0 => content/docs/1.0.0}/api/python/searchindex.js  |   0
 {site => content}/docs/1.0.0/api/python/systemml.html       |   0
 .../docs/1.0.0/api/python/systemml.mllearn.html             |   0
 .../docs/1.0.0/api/python/systemml.random.html              |   0
 {site => content}/docs/1.0.0/beginners-guide-caffe2dml.html |   0
 {site => content}/docs/1.0.0/beginners-guide-keras2dml.html |   0
 {site => content}/docs/1.0.0/beginners-guide-python.html    |   0
 .../docs/1.0.0/beginners-guide-to-dml-and-pydml.html        |   0
 {site => content}/docs/1.0.0/contributing-to-systemml.html  |   0
 {site => content}/docs/1.0.0/css/bootstrap.min.css          |   0
 {site => content}/docs/1.0.0/css/main.css                   |   0
 .../1.1.0 => content/docs/1.0.0}/css/pygments-default.css   |   0
 {site => content}/docs/1.0.0/debugger-guide.html            |   0
 {site => content}/docs/1.0.0/deep-learning.html             |   0
 .../docs/1.0.0/devdocs/MatrixMultiplicationOperators.txt    |   0
 .../1.2.0 => content/docs/1.0.0}/devdocs/deep-learning.md   |   0
 .../1.2.0 => content/docs/1.0.0}/devdocs/gpu-backend.md     |   0
 {site => content}/docs/1.0.0/devdocs/python_api.html        |   0
 {site => content}/docs/1.0.0/developer-tools-systemml.html  |   0
 {site => content}/docs/1.0.0/dml-language-reference.html    |   0
 {site => content}/docs/1.0.0/engine-dev-guide.html          |   0
 .../docs/1.0.0}/files/dml-language-reference/data.csv       |   0
 .../docs/1.0.0/files/dml-language-reference/data.csv.mtd    |   0
 .../docs/1.0.0/files/dml-language-reference/data.spec.json  |   0
 .../docs/1.0.0/files/dml-language-reference/data.spec2.json |   0
 .../docs/1.0.0/files/dml-language-reference/data.spec3.json |   0
 .../docs/1.0.0/files/dml-language-reference/homes.csv       |   0
 .../docs/1.0.0/files/dml-language-reference/homes.csv.mtd   |   0
 .../files/dml-language-reference/homes.tfspec_bin2.json     |   0
 .../files/dml-language-reference/homes.tfspec_recode2.json  |   0
 {site => content}/docs/1.0.0/hadoop-batch-mode.html         |   0
 ...mputation-of-quartiles-median-and-interquartile-mean.png | Bin
 .../docs/1.0.0}/img/algorithms-reference/example-tree.png   | Bin
 .../docs/1.0.0}/img/developer-tools/about-eclipse.png       | Bin
 .../docs/1.0.0}/img/developer-tools/eclipse-details.png     | Bin
 .../docs/1.0.0}/img/developer-tools/eclipse-scala.png       | Bin
 .../docs/1.0.0}/img/developer-tools/maven-connectors.png    | Bin
 .../docs/1.0.0}/img/developer-tools/maven-scala.png         | Bin
 .../docs/1.0.0}/img/developer-tools/pom-scala-errors.png    | Bin
 .../docs/1.0.0}/img/developer-tools/pom-scala-ignore.png    | Bin
 .../docs/1.0.0}/img/developer-tools/scala-components.png    | Bin
 .../docs/1.0.0}/img/developer-tools/scala-nature.png        | Bin
 .../docs/1.0.0}/img/dml-language-reference/Conv2d.gif       | Bin
 .../docs/1.0.0}/img/dml-language-reference/Conv2d1.gif      | Bin
 .../img/dml-language-reference/Conv2d_backward_data.gif     | Bin
 .../img/dml-language-reference/Conv2d_backward_data1.gif    | Bin
 .../img/dml-language-reference/Conv2d_backward_data2.gif    | Bin
 ...dmlscript-debug-configuration-hello-world-main-class.png | Bin
 ...pt-debug-configuration-hello-world-program-arguments.png | Bin
 .../python/_static => content/docs/1.0.0/img}/favicon.png   | Bin
 .../docs/1.0.0}/img/performance-test/perf_test_arch.png     | Bin
 .../docs/1.0.0}/img/projects/breast_cancer/approach.svg     |   0
 .../img/spark-mlcontext-programming-guide/jupyter1.png      | Bin
 .../img/spark-mlcontext-programming-guide/jupyter2.png      | Bin
 .../jupyter_loss_graph.png                                  | Bin
 .../zeppelin-notebook-systemml-linear-regression.png        | Bin
 .../spark-mlcontext-programming-guide/zeppelin-notebook.png | Bin
 .../0.15.0 => content/docs/1.0.0}/img/systemml-logo.png     | Bin
 {site => content}/docs/1.0.0/index.html                     |   0
 {site => content}/docs/1.0.0/jmlc.html                      |   0
 {site => content}/docs/1.0.0/js/main.js                     |   0
 .../1.1.0 => content/docs/1.0.0}/js/vendor/anchor.min.js    |   0
 .../1.1.0 => content/docs/1.0.0}/js/vendor/bootstrap.min.js |   0
 .../docs/1.0.0}/js/vendor/jquery-1.12.0.min.js              |   0
 {site => content}/docs/1.0.0/native-backend.html            |   0
 {site => content}/docs/1.0.0/python-performance-test.html   |   0
 {site => content}/docs/1.0.0/python-reference.html          |   0
 {site => content}/docs/1.0.0/reference-guide-caffe2dml.html |   0
 {site => content}/docs/1.0.0/release-creation-process.html  |   0
 {site => content}/docs/1.0.0/release-process.html           |   0
 {site => content}/docs/1.0.0/spark-batch-mode.html          |   0
 .../docs/1.0.0/spark-mlcontext-programming-guide.html       |   0
 {site => content}/docs/1.0.0/standalone-guide.html          |   0
 {site => content}/docs/1.0.0/troubleshooting-guide.html     |   0
 {site/docs/0.13.0 => content/docs/1.1.0}/README.md          |   0
 {site => content}/docs/1.1.0/_config.yml                    |   0
 {site => content}/docs/1.1.0/_layouts/global.html           |   0
 {site => content}/docs/1.1.0/alg-ref/ALS.tex                |   0
 {site => content}/docs/1.1.0/alg-ref/BinarySVM.tex          |   0
 {site => content}/docs/1.1.0/alg-ref/Cox.tex                |   0
 {site => content}/docs/1.1.0/alg-ref/DecisionTrees.tex      |   0
 .../docs/1.1.0/alg-ref/DescriptiveBivarStats.tex            |   0
 {site => content}/docs/1.1.0/alg-ref/DescriptiveStats.tex   |   0
 .../docs/1.1.0/alg-ref/DescriptiveStratStats.tex            |   0
 .../docs/1.1.0/alg-ref/DescriptiveUnivarStats.tex           |   0
 {site => content}/docs/1.1.0/alg-ref/GLM.tex                |   0
 {site => content}/docs/1.1.0/alg-ref/GLMpredict.tex         |   0
 {site => content}/docs/1.1.0/alg-ref/KaplanMeier.tex        |   0
 {site => content}/docs/1.1.0/alg-ref/Kmeans.tex             |   0
 {site => content}/docs/1.1.0/alg-ref/LinReg.tex             |   0
 {site => content}/docs/1.1.0/alg-ref/LogReg.tex             |   0
 {site => content}/docs/1.1.0/alg-ref/MultiSVM.tex           |   0
 {site => content}/docs/1.1.0/alg-ref/NaiveBayes.tex         |   0
 {site => content}/docs/1.1.0/alg-ref/PCA.tex                |   0
 {site => content}/docs/1.1.0/alg-ref/RandomForest.tex       |   0
 {site => content}/docs/1.1.0/alg-ref/StepGLM.tex            |   0
 {site => content}/docs/1.1.0/alg-ref/StepLinRegDS.tex       |   0
 .../docs/1.1.0/alg-ref/SystemML_Algorithms_Reference.bib    |   0
 .../docs/1.1.0/alg-ref/SystemML_Algorithms_Reference.pdf    | Bin
 .../docs/1.1.0/alg-ref/SystemML_Algorithms_Reference.tex    |   0
 {site => content}/docs/1.1.0/algorithms-bibliography.html   |   0
 {site => content}/docs/1.1.0/algorithms-bibliography.md     |   0
 {site => content}/docs/1.1.0/algorithms-classification.html |   0
 {site => content}/docs/1.1.0/algorithms-classification.md   |   0
 {site => content}/docs/1.1.0/algorithms-clustering.html     |   0
 {site => content}/docs/1.1.0/algorithms-clustering.md       |   0
 .../docs/1.1.0/algorithms-descriptive-statistics.html       |   0
 .../docs/1.1.0/algorithms-descriptive-statistics.md         |   0
 .../docs/1.1.0/algorithms-matrix-factorization.html         |   0
 .../docs/1.1.0/algorithms-matrix-factorization.md           |   0
 {site => content}/docs/1.1.0/algorithms-reference.html      |   0
 {site => content}/docs/1.1.0/algorithms-reference.md        |   0
 {site => content}/docs/1.1.0/algorithms-regression.html     |   0
 {site => content}/docs/1.1.0/algorithms-regression.md       |   0
 .../docs/1.1.0/algorithms-survival-analysis.html            |   0
 .../docs/1.1.0/algorithms-survival-analysis.md              |   0
 {site => content}/docs/1.1.0/api/java/allclasses-frame.html |   0
 .../docs/1.1.0/api/java/allclasses-noframe.html             |   0
 {site => content}/docs/1.1.0/api/java/constant-values.html  |   0
 {site => content}/docs/1.1.0/api/java/deprecated-list.html  |   0
 {site => content}/docs/1.1.0/api/java/help-doc.html         |   0
 {site => content}/docs/1.1.0/api/java/index-all.html        |   0
 {site => content}/docs/1.1.0/api/java/index.html            |   0
 .../api/java/org/apache/sysml/api/ConfigurableAPI.html      |   0
 .../1.1.0/api/java/org/apache/sysml/api/DMLException.html   |   0
 .../api/java/org/apache/sysml/api/DMLScript.DMLOptions.html |   0
 .../java/org/apache/sysml/api/DMLScript.EvictionPolicy.html |   0
 .../org/apache/sysml/api/DMLScript.RUNTIME_PLATFORM.html    |   0
 .../docs/1.1.0/api/java/org/apache/sysml/api/DMLScript.html |   0
 .../api/java/org/apache/sysml/api/ScriptExecutorUtils.html  |   0
 .../org/apache/sysml/api/class-use/ConfigurableAPI.html     |   0
 .../java/org/apache/sysml/api/class-use/DMLException.html   |   0
 .../apache/sysml/api/class-use/DMLScript.DMLOptions.html    |   0
 .../sysml/api/class-use/DMLScript.EvictionPolicy.html       |   0
 .../sysml/api/class-use/DMLScript.RUNTIME_PLATFORM.html     |   0
 .../api/java/org/apache/sysml/api/class-use/DMLScript.html  |   0
 .../org/apache/sysml/api/class-use/ScriptExecutorUtils.html |   0
 .../api/java/org/apache/sysml/api/jmlc/Connection.html      |   0
 .../1.1.0/api/java/org/apache/sysml/api/jmlc/JMLCUtils.html |   0
 .../api/java/org/apache/sysml/api/jmlc/PreparedScript.html  |   0
 .../api/java/org/apache/sysml/api/jmlc/ResultVariables.html |   0
 .../org/apache/sysml/api/jmlc/class-use/Connection.html     |   0
 .../java/org/apache/sysml/api/jmlc/class-use/JMLCUtils.html |   0
 .../org/apache/sysml/api/jmlc/class-use/PreparedScript.html |   0
 .../apache/sysml/api/jmlc/class-use/ResultVariables.html    |   0
 .../api/java/org/apache/sysml/api/jmlc/package-frame.html   |   0
 .../api/java/org/apache/sysml/api/jmlc/package-summary.html |   0
 .../api/java/org/apache/sysml/api/jmlc/package-tree.html    |   0
 .../api/java/org/apache/sysml/api/jmlc/package-use.html     |   0
 .../api/java/org/apache/sysml/api/mlcontext/Frame.html      |   0
 .../java/org/apache/sysml/api/mlcontext/FrameFormat.html    |   0
 .../java/org/apache/sysml/api/mlcontext/FrameMetadata.html  |   0
 .../java/org/apache/sysml/api/mlcontext/FrameSchema.html    |   0
 .../apache/sysml/api/mlcontext/MLContext.ExecutionType.html |   0
 .../apache/sysml/api/mlcontext/MLContext.ExplainLevel.html  |   0
 .../apache/sysml/api/mlcontext/MLContext.InternalProxy.html |   0
 .../api/java/org/apache/sysml/api/mlcontext/MLContext.html  |   0
 .../apache/sysml/api/mlcontext/MLContextConversionUtil.html |   0
 .../org/apache/sysml/api/mlcontext/MLContextException.html  |   0
 .../java/org/apache/sysml/api/mlcontext/MLContextUtil.html  |   0
 .../api/java/org/apache/sysml/api/mlcontext/MLResults.html  |   0
 .../api/java/org/apache/sysml/api/mlcontext/Matrix.html     |   0
 .../java/org/apache/sysml/api/mlcontext/MatrixFormat.html   |   0
 .../java/org/apache/sysml/api/mlcontext/MatrixMetadata.html |   0
 .../api/java/org/apache/sysml/api/mlcontext/Metadata.html   |   0
 .../java/org/apache/sysml/api/mlcontext/ProjectInfo.html    |   0
 .../api/java/org/apache/sysml/api/mlcontext/Script.html     |   0
 .../java/org/apache/sysml/api/mlcontext/ScriptExecutor.html |   0
 .../java/org/apache/sysml/api/mlcontext/ScriptFactory.html  |   0
 .../api/java/org/apache/sysml/api/mlcontext/ScriptType.html |   0
 .../org/apache/sysml/api/mlcontext/class-use/Frame.html     |   0
 .../apache/sysml/api/mlcontext/class-use/FrameFormat.html   |   0
 .../apache/sysml/api/mlcontext/class-use/FrameMetadata.html |   0
 .../apache/sysml/api/mlcontext/class-use/FrameSchema.html   |   0
 .../api/mlcontext/class-use/MLContext.ExecutionType.html    |   0
 .../api/mlcontext/class-use/MLContext.ExplainLevel.html     |   0
 .../api/mlcontext/class-use/MLContext.InternalProxy.html    |   0
 .../org/apache/sysml/api/mlcontext/class-use/MLContext.html |   0
 .../api/mlcontext/class-use/MLContextConversionUtil.html    |   0
 .../sysml/api/mlcontext/class-use/MLContextException.html   |   0
 .../apache/sysml/api/mlcontext/class-use/MLContextUtil.html |   0
 .../org/apache/sysml/api/mlcontext/class-use/MLResults.html |   0
 .../org/apache/sysml/api/mlcontext/class-use/Matrix.html    |   0
 .../apache/sysml/api/mlcontext/class-use/MatrixFormat.html  |   0
 .../sysml/api/mlcontext/class-use/MatrixMetadata.html       |   0
 .../org/apache/sysml/api/mlcontext/class-use/Metadata.html  |   0
 .../apache/sysml/api/mlcontext/class-use/ProjectInfo.html   |   0
 .../org/apache/sysml/api/mlcontext/class-use/Script.html    |   0
 .../sysml/api/mlcontext/class-use/ScriptExecutor.html       |   0
 .../apache/sysml/api/mlcontext/class-use/ScriptFactory.html |   0
 .../apache/sysml/api/mlcontext/class-use/ScriptType.html    |   0
 .../java/org/apache/sysml/api/mlcontext/package-frame.html  |   0
 .../org/apache/sysml/api/mlcontext/package-summary.html     |   0
 .../java/org/apache/sysml/api/mlcontext/package-tree.html   |   0
 .../java/org/apache/sysml/api/mlcontext/package-use.html    |   0
 .../1.1.0/api/java/org/apache/sysml/api/package-frame.html  |   0
 .../api/java/org/apache/sysml/api/package-summary.html      |   0
 .../1.1.0/api/java/org/apache/sysml/api/package-tree.html   |   0
 .../1.1.0/api/java/org/apache/sysml/api/package-use.html    |   0
 .../java/org/apache/sysml/runtime/DMLRuntimeException.html  |   0
 .../java/org/apache/sysml/runtime/DMLScriptException.html   |   0
 .../apache/sysml/runtime/class-use/DMLRuntimeException.html |   0
 .../apache/sysml/runtime/class-use/DMLScriptException.html  |   0
 .../org/apache/sysml/runtime/codegen/ByteClassLoader.html   |   0
 .../java/org/apache/sysml/runtime/codegen/CodegenUtils.html |   0
 .../apache/sysml/runtime/codegen/LibSpoofPrimitives.html    |   0
 .../apache/sysml/runtime/codegen/SpoofCellwise.AggOp.html   |   0
 .../sysml/runtime/codegen/SpoofCellwise.CellType.html       |   0
 .../org/apache/sysml/runtime/codegen/SpoofCellwise.html     |   0
 .../apache/sysml/runtime/codegen/SpoofMultiAggregate.html   |   0
 .../sysml/runtime/codegen/SpoofOperator.SideInput.html      |   0
 .../runtime/codegen/SpoofOperator.SideInputSparseCell.html  |   0
 .../runtime/codegen/SpoofOperator.SideInputSparseRow.html   |   0
 .../org/apache/sysml/runtime/codegen/SpoofOperator.html     |   0
 .../runtime/codegen/SpoofOuterProduct.OutProdType.html      |   0
 .../org/apache/sysml/runtime/codegen/SpoofOuterProduct.html |   0
 .../apache/sysml/runtime/codegen/SpoofRowwise.RowType.html  |   0
 .../java/org/apache/sysml/runtime/codegen/SpoofRowwise.html |   0
 .../sysml/runtime/codegen/class-use/ByteClassLoader.html    |   0
 .../sysml/runtime/codegen/class-use/CodegenUtils.html       |   0
 .../sysml/runtime/codegen/class-use/LibSpoofPrimitives.html |   0
 .../runtime/codegen/class-use/SpoofCellwise.AggOp.html      |   0
 .../runtime/codegen/class-use/SpoofCellwise.CellType.html   |   0
 .../sysml/runtime/codegen/class-use/SpoofCellwise.html      |   0
 .../runtime/codegen/class-use/SpoofMultiAggregate.html      |   0
 .../runtime/codegen/class-use/SpoofOperator.SideInput.html  |   0
 .../class-use/SpoofOperator.SideInputSparseCell.html        |   0
 .../codegen/class-use/SpoofOperator.SideInputSparseRow.html |   0
 .../sysml/runtime/codegen/class-use/SpoofOperator.html      |   0
 .../codegen/class-use/SpoofOuterProduct.OutProdType.html    |   0
 .../sysml/runtime/codegen/class-use/SpoofOuterProduct.html  |   0
 .../runtime/codegen/class-use/SpoofRowwise.RowType.html     |   0
 .../sysml/runtime/codegen/class-use/SpoofRowwise.html       |   0
 .../org/apache/sysml/runtime/codegen/package-frame.html     |   0
 .../org/apache/sysml/runtime/codegen/package-summary.html   |   0
 .../java/org/apache/sysml/runtime/codegen/package-tree.html |   0
 .../java/org/apache/sysml/runtime/codegen/package-use.html  |   0
 .../org/apache/sysml/runtime/compress/BitmapEncoder.html    |   0
 .../runtime/compress/ColGroup.ColGroupRowIterator.html      |   0
 .../sysml/runtime/compress/ColGroup.CompressionType.html    |   0
 .../java/org/apache/sysml/runtime/compress/ColGroup.html    |   0
 .../java/org/apache/sysml/runtime/compress/ColGroupDDC.html |   0
 .../org/apache/sysml/runtime/compress/ColGroupDDC1.html     |   0
 .../org/apache/sysml/runtime/compress/ColGroupDDC2.html     |   0
 .../java/org/apache/sysml/runtime/compress/ColGroupOLE.html |   0
 .../runtime/compress/ColGroupOffset.OffsetRowIterator.html  |   0
 .../compress/ColGroupOffset.OffsetValueIterator.html        |   0
 .../runtime/compress/ColGroupOffset.ZeroValueIterator.html  |   0
 .../org/apache/sysml/runtime/compress/ColGroupOffset.html   |   0
 .../java/org/apache/sysml/runtime/compress/ColGroupRLE.html |   0
 .../apache/sysml/runtime/compress/ColGroupUncompressed.html |   0
 .../org/apache/sysml/runtime/compress/ColGroupValue.html    |   0
 .../CompressedMatrixBlock.CompressionStatistics.html        |   0
 .../sysml/runtime/compress/CompressedMatrixBlock.html       |   0
 .../sysml/runtime/compress/ReaderColumnSelection.html       |   0
 .../sysml/runtime/compress/ReaderColumnSelectionDense.html  |   0
 .../runtime/compress/ReaderColumnSelectionDenseSample.html  |   0
 .../sysml/runtime/compress/ReaderColumnSelectionSparse.html |   0
 .../apache/sysml/runtime/compress/UncompressedBitmap.html   |   0
 .../sysml/runtime/compress/class-use/BitmapEncoder.html     |   0
 .../compress/class-use/ColGroup.ColGroupRowIterator.html    |   0
 .../compress/class-use/ColGroup.CompressionType.html        |   0
 .../apache/sysml/runtime/compress/class-use/ColGroup.html   |   0
 .../sysml/runtime/compress/class-use/ColGroupDDC.html       |   0
 .../sysml/runtime/compress/class-use/ColGroupDDC1.html      |   0
 .../sysml/runtime/compress/class-use/ColGroupDDC2.html      |   0
 .../sysml/runtime/compress/class-use/ColGroupOLE.html       |   0
 .../class-use/ColGroupOffset.OffsetRowIterator.html         |   0
 .../class-use/ColGroupOffset.OffsetValueIterator.html       |   0
 .../class-use/ColGroupOffset.ZeroValueIterator.html         |   0
 .../sysml/runtime/compress/class-use/ColGroupOffset.html    |   0
 .../sysml/runtime/compress/class-use/ColGroupRLE.html       |   0
 .../runtime/compress/class-use/ColGroupUncompressed.html    |   0
 .../sysml/runtime/compress/class-use/ColGroupValue.html     |   0
 .../CompressedMatrixBlock.CompressionStatistics.html        |   0
 .../runtime/compress/class-use/CompressedMatrixBlock.html   |   0
 .../runtime/compress/class-use/ReaderColumnSelection.html   |   0
 .../compress/class-use/ReaderColumnSelectionDense.html      |   0
 .../class-use/ReaderColumnSelectionDenseSample.html         |   0
 .../compress/class-use/ReaderColumnSelectionSparse.html     |   0
 .../runtime/compress/class-use/UncompressedBitmap.html      |   0
 .../runtime/compress/cocode/ColumnGroupPartitioner.html     |   0
 .../compress/cocode/ColumnGroupPartitionerBinPacking.html   |   0
 .../compress/cocode/ColumnGroupPartitionerStatic.html       |   0
 .../compress/cocode/PlanningCoCoder.GroupableColInfo.html   |   0
 .../compress/cocode/PlanningCoCoder.PartitionerType.html    |   0
 .../sysml/runtime/compress/cocode/PlanningCoCoder.html      |   0
 .../compress/cocode/PlanningCoCodingGroup.ColIndexes.html   |   0
 .../runtime/compress/cocode/PlanningCoCodingGroup.html      |   0
 .../sysml/runtime/compress/cocode/PlanningMemoTable.html    |   0
 .../compress/cocode/class-use/ColumnGroupPartitioner.html   |   0
 .../cocode/class-use/ColumnGroupPartitionerBinPacking.html  |   0
 .../cocode/class-use/ColumnGroupPartitionerStatic.html      |   0
 .../cocode/class-use/PlanningCoCoder.GroupableColInfo.html  |   0
 .../cocode/class-use/PlanningCoCoder.PartitionerType.html   |   0
 .../runtime/compress/cocode/class-use/PlanningCoCoder.html  |   0
 .../cocode/class-use/PlanningCoCodingGroup.ColIndexes.html  |   0
 .../compress/cocode/class-use/PlanningCoCodingGroup.html    |   0
 .../compress/cocode/class-use/PlanningMemoTable.html        |   0
 .../apache/sysml/runtime/compress/cocode/package-frame.html |   0
 .../sysml/runtime/compress/cocode/package-summary.html      |   0
 .../apache/sysml/runtime/compress/cocode/package-tree.html  |   0
 .../apache/sysml/runtime/compress/cocode/package-use.html   |   0
 .../CompressedSizeEstimator.SizeEstimationFactors.html      |   0
 .../runtime/compress/estim/CompressedSizeEstimator.html     |   0
 .../compress/estim/CompressedSizeEstimatorExact.html        |   0
 .../compress/estim/CompressedSizeEstimatorSample.html       |   0
 .../sysml/runtime/compress/estim/CompressedSizeInfo.html    |   0
 .../sysml/runtime/compress/estim/SizeEstimatorFactory.html  |   0
 .../CompressedSizeEstimator.SizeEstimationFactors.html      |   0
 .../compress/estim/class-use/CompressedSizeEstimator.html   |   0
 .../estim/class-use/CompressedSizeEstimatorExact.html       |   0
 .../estim/class-use/CompressedSizeEstimatorSample.html      |   0
 .../compress/estim/class-use/CompressedSizeInfo.html        |   0
 .../compress/estim/class-use/SizeEstimatorFactory.html      |   0
 .../apache/sysml/runtime/compress/estim/package-frame.html  |   0
 .../sysml/runtime/compress/estim/package-summary.html       |   0
 .../apache/sysml/runtime/compress/estim/package-tree.html   |   0
 .../apache/sysml/runtime/compress/estim/package-use.html    |   0
 .../org/apache/sysml/runtime/compress/package-frame.html    |   0
 .../org/apache/sysml/runtime/compress/package-summary.html  |   0
 .../org/apache/sysml/runtime/compress/package-tree.html     |   0
 .../java/org/apache/sysml/runtime/compress/package-use.html |   0
 .../apache/sysml/runtime/compress/utils/ConverterUtils.html |   0
 .../org/apache/sysml/runtime/compress/utils/DblArray.html   |   0
 .../utils/DblArrayIntListHashMap.DArrayIListEntry.html      |   0
 .../runtime/compress/utils/DblArrayIntListHashMap.html      |   0
 .../compress/utils/DoubleIntListHashMap.DIListEntry.html    |   0
 .../sysml/runtime/compress/utils/DoubleIntListHashMap.html  |   0
 .../apache/sysml/runtime/compress/utils/IntArrayList.html   |   0
 .../sysml/runtime/compress/utils/LinearAlgebraUtils.html    |   0
 .../runtime/compress/utils/class-use/ConverterUtils.html    |   0
 .../sysml/runtime/compress/utils/class-use/DblArray.html    |   0
 .../class-use/DblArrayIntListHashMap.DArrayIListEntry.html  |   0
 .../compress/utils/class-use/DblArrayIntListHashMap.html    |   0
 .../utils/class-use/DoubleIntListHashMap.DIListEntry.html   |   0
 .../compress/utils/class-use/DoubleIntListHashMap.html      |   0
 .../runtime/compress/utils/class-use/IntArrayList.html      |   0
 .../compress/utils/class-use/LinearAlgebraUtils.html        |   0
 .../apache/sysml/runtime/compress/utils/package-frame.html  |   0
 .../sysml/runtime/compress/utils/package-summary.html       |   0
 .../apache/sysml/runtime/compress/utils/package-tree.html   |   0
 .../apache/sysml/runtime/compress/utils/package-use.html    |   0
 .../sysml/runtime/instructions/CPInstructionParser.html     |   0
 .../sysml/runtime/instructions/GPUInstructionParser.html    |   0
 .../sysml/runtime/instructions/Instruction.IType.html       |   0
 .../org/apache/sysml/runtime/instructions/Instruction.html  |   0
 .../sysml/runtime/instructions/InstructionParser.html       |   0
 .../apache/sysml/runtime/instructions/InstructionUtils.html |   0
 .../sysml/runtime/instructions/MRInstructionParser.html     |   0
 .../apache/sysml/runtime/instructions/MRJobInstruction.html |   0
 .../sysml/runtime/instructions/SPInstructionParser.html     |   0
 .../runtime/instructions/class-use/CPInstructionParser.html |   0
 .../instructions/class-use/GPUInstructionParser.html        |   0
 .../runtime/instructions/class-use/Instruction.IType.html   |   0
 .../sysml/runtime/instructions/class-use/Instruction.html   |   0
 .../runtime/instructions/class-use/InstructionParser.html   |   0
 .../runtime/instructions/class-use/InstructionUtils.html    |   0
 .../runtime/instructions/class-use/MRInstructionParser.html |   0
 .../runtime/instructions/class-use/MRJobInstruction.html    |   0
 .../runtime/instructions/class-use/SPInstructionParser.html |   0
 .../instructions/gpu/AggregateBinaryGPUInstruction.html     |   0
 .../instructions/gpu/AggregateUnaryGPUInstruction.html      |   0
 .../instructions/gpu/ArithmeticBinaryGPUInstruction.html    |   0
 .../instructions/gpu/BuiltinBinaryGPUInstruction.html       |   0
 .../instructions/gpu/BuiltinUnaryGPUInstruction.html        |   0
 .../runtime/instructions/gpu/ConvolutionGPUInstruction.html |   0
 .../gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html             |   0
 .../sysml/runtime/instructions/gpu/GPUInstruction.html      |   0
 .../sysml/runtime/instructions/gpu/MMTSJGPUInstruction.html |   0
 .../instructions/gpu/MatrixAppendGPUInstruction.html        |   0
 .../instructions/gpu/MatrixBuiltinGPUInstruction.html       |   0
 .../instructions/gpu/MatrixIndexingGPUInstruction.html      |   0
 .../gpu/MatrixMatrixArithmeticGPUInstruction.html           |   0
 .../instructions/gpu/MatrixMatrixAxpyGPUInstruction.html    |   0
 .../instructions/gpu/MatrixMatrixBuiltinGPUInstruction.html |   0
 .../gpu/MatrixMatrixRelationalBinaryGPUInstruction.html     |   0
 .../instructions/gpu/RelationalBinaryGPUInstruction.html    |   0
 .../sysml/runtime/instructions/gpu/ReorgGPUInstruction.html |   0
 .../gpu/ScalarMatrixArithmeticGPUInstruction.html           |   0
 .../instructions/gpu/ScalarMatrixBuiltinGPUInstruction.html |   0
 .../gpu/ScalarMatrixRelationalBinaryGPUInstruction.html     |   0
 .../gpu/class-use/AggregateBinaryGPUInstruction.html        |   0
 .../gpu/class-use/AggregateUnaryGPUInstruction.html         |   0
 .../gpu/class-use/ArithmeticBinaryGPUInstruction.html       |   0
 .../gpu/class-use/BuiltinBinaryGPUInstruction.html          |   0
 .../gpu/class-use/BuiltinUnaryGPUInstruction.html           |   0
 .../gpu/class-use/ConvolutionGPUInstruction.html            |   0
 .../gpu/class-use/GPUInstruction.GPUINSTRUCTION_TYPE.html   |   0
 .../runtime/instructions/gpu/class-use/GPUInstruction.html  |   0
 .../instructions/gpu/class-use/MMTSJGPUInstruction.html     |   0
 .../gpu/class-use/MatrixAppendGPUInstruction.html           |   0
 .../gpu/class-use/MatrixBuiltinGPUInstruction.html          |   0
 .../gpu/class-use/MatrixIndexingGPUInstruction.html         |   0
 .../gpu/class-use/MatrixMatrixArithmeticGPUInstruction.html |   0
 .../gpu/class-use/MatrixMatrixAxpyGPUInstruction.html       |   0
 .../gpu/class-use/MatrixMatrixBuiltinGPUInstruction.html    |   0
 .../MatrixMatrixRelationalBinaryGPUInstruction.html         |   0
 .../gpu/class-use/RelationalBinaryGPUInstruction.html       |   0
 .../instructions/gpu/class-use/ReorgGPUInstruction.html     |   0
 .../gpu/class-use/ScalarMatrixArithmeticGPUInstruction.html |   0
 .../gpu/class-use/ScalarMatrixBuiltinGPUInstruction.html    |   0
 .../ScalarMatrixRelationalBinaryGPUInstruction.html         |   0
 .../sysml/runtime/instructions/gpu/context/CSRPointer.html  |   0
 .../runtime/instructions/gpu/context/ExecutionConfig.html   |   0
 .../sysml/runtime/instructions/gpu/context/GPUContext.html  |   0
 .../runtime/instructions/gpu/context/GPUContextPool.html    |   0
 .../gpu/context/GPUMemoryManager.GPUComparator.html         |   0
 .../runtime/instructions/gpu/context/GPUMemoryManager.html  |   0
 .../sysml/runtime/instructions/gpu/context/GPUObject.html   |   0
 .../runtime/instructions/gpu/context/JCudaKernels.html      |   0
 .../instructions/gpu/context/class-use/CSRPointer.html      |   0
 .../instructions/gpu/context/class-use/ExecutionConfig.html |   0
 .../instructions/gpu/context/class-use/GPUContext.html      |   0
 .../instructions/gpu/context/class-use/GPUContextPool.html  |   0
 .../context/class-use/GPUMemoryManager.GPUComparator.html   |   0
 .../gpu/context/class-use/GPUMemoryManager.html             |   0
 .../instructions/gpu/context/class-use/GPUObject.html       |   0
 .../instructions/gpu/context/class-use/JCudaKernels.html    |   0
 .../runtime/instructions/gpu/context/package-frame.html     |   0
 .../runtime/instructions/gpu/context/package-summary.html   |   0
 .../runtime/instructions/gpu/context/package-tree.html      |   0
 .../sysml/runtime/instructions/gpu/context/package-use.html |   0
 .../sysml/runtime/instructions/gpu/package-frame.html       |   0
 .../sysml/runtime/instructions/gpu/package-summary.html     |   0
 .../apache/sysml/runtime/instructions/gpu/package-tree.html |   0
 .../apache/sysml/runtime/instructions/gpu/package-use.html  |   0
 .../apache/sysml/runtime/instructions/package-frame.html    |   0
 .../apache/sysml/runtime/instructions/package-summary.html  |   0
 .../org/apache/sysml/runtime/instructions/package-tree.html |   0
 .../org/apache/sysml/runtime/instructions/package-use.html  |   0
 .../instructions/spark/AggregateTernarySPInstruction.html   |   0
 .../instructions/spark/AggregateUnarySPInstruction.html     |   0
 .../spark/AppendGAlignedSPInstruction.ShiftColumnIndex.html |   0
 .../instructions/spark/AppendGAlignedSPInstruction.html     |   0
 .../spark/AppendGSPInstruction.MergeWithShiftedBlocks.html  |   0
 .../spark/AppendGSPInstruction.ShiftMatrix.html             |   0
 .../runtime/instructions/spark/AppendGSPInstruction.html    |   0
 .../runtime/instructions/spark/AppendMSPInstruction.html    |   0
 .../runtime/instructions/spark/AppendRSPInstruction.html    |   0
 .../BinUaggChainSPInstruction.RDDBinUaggChainFunction.html  |   0
 .../instructions/spark/BinUaggChainSPInstruction.html       |   0
 .../spark/BinaryMatrixBVectorSPInstruction.html             |   0
 .../instructions/spark/BinaryMatrixMatrixSPInstruction.html |   0
 .../instructions/spark/BinaryMatrixScalarSPInstruction.html |   0
 .../runtime/instructions/spark/BinarySPInstruction.html     |   0
 .../spark/BuiltinNarySPInstruction.PadBlocksFunction.html   |   0
 .../instructions/spark/BuiltinNarySPInstruction.html        |   0
 .../runtime/instructions/spark/CSVReblockSPInstruction.html |   0
 .../sysml/runtime/instructions/spark/CastSPInstruction.html |   0
 .../instructions/spark/CentralMomentSPInstruction.html      |   0
 .../runtime/instructions/spark/CheckpointSPInstruction.html |   0
 .../spark/CompressionSPInstruction.CompressionFunction.html |   0
 .../instructions/spark/CompressionSPInstruction.html        |   0
 .../instructions/spark/ComputationSPInstruction.html        |   0
 .../instructions/spark/ConvolutionSPInstruction.html        |   0
 .../runtime/instructions/spark/CovarianceSPInstruction.html |   0
 .../sysml/runtime/instructions/spark/CpmmSPInstruction.html |   0
 .../runtime/instructions/spark/CtableSPInstruction.html     |   0
 .../spark/CumulativeAggregateSPInstruction.html             |   0
 .../instructions/spark/CumulativeOffsetSPInstruction.html   |   0
 .../instructions/spark/FrameAppendMSPInstruction.html       |   0
 .../instructions/spark/FrameAppendRSPInstruction.html       |   0
 .../instructions/spark/FrameIndexingSPInstruction.html      |   0
 .../runtime/instructions/spark/IndexingSPInstruction.html   |   0
 .../runtime/instructions/spark/MapmmChainSPInstruction.html |   0
 .../runtime/instructions/spark/MapmmSPInstruction.html      |   0
 .../instructions/spark/MatrixAppendMSPInstruction.html      |   0
 .../instructions/spark/MatrixAppendRSPInstruction.html      |   0
 .../instructions/spark/MatrixIndexingSPInstruction.html     |   0
 .../instructions/spark/MatrixReshapeSPInstruction.html      |   0
 ...dBuiltinSPInstruction.TransformEncodeBuild2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeBuildFunction.html |   0
 ...dBuiltinSPInstruction.TransformEncodeGroup2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeGroupFunction.html |   0
 .../spark/MultiReturnParameterizedBuiltinSPInstruction.html |   0
 .../runtime/instructions/spark/PMapmmSPInstruction.html     |   0
 .../ParameterizedBuiltinSPInstruction.CreateMatrixCell.html |   0
 ...erizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html |   0
 ...arameterizedBuiltinSPInstruction.RDDRExpandFunction.html |   0
 ...eterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html |   0
 ...zedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html |   0
 ...arameterizedBuiltinSPInstruction.RDDReplaceFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDTransformApplyFunction.html |   0
 ...uiltinSPInstruction.RDDTransformApplyOffsetFunction.html |   0
 ...iltinSPInstruction.RDDTransformDecodeExpandFunction.html |   0
 ...izedBuiltinSPInstruction.RDDTransformDecodeFunction.html |   0
 .../spark/ParameterizedBuiltinSPInstruction.html            |   0
 .../sysml/runtime/instructions/spark/PmmSPInstruction.html  |   0
 .../instructions/spark/QuantilePickSPInstruction.html       |   0
 .../instructions/spark/QuantileSortSPInstruction.html       |   0
 .../runtime/instructions/spark/QuaternarySPInstruction.html |   0
 .../sysml/runtime/instructions/spark/RandSPInstruction.html |   0
 .../runtime/instructions/spark/ReblockSPInstruction.html    |   0
 .../runtime/instructions/spark/ReorgSPInstruction.html      |   0
 .../sysml/runtime/instructions/spark/RmmSPInstruction.html  |   0
 .../runtime/instructions/spark/SPInstruction.SPType.html    |   0
 .../sysml/runtime/instructions/spark/SPInstruction.html     |   0
 .../SpoofSPInstruction.ReplicateRightFactorFunction.html    |   0
 .../runtime/instructions/spark/SpoofSPInstruction.html      |   0
 .../runtime/instructions/spark/TernarySPInstruction.html    |   0
 .../runtime/instructions/spark/Tsmm2SPInstruction.html      |   0
 .../sysml/runtime/instructions/spark/TsmmSPInstruction.html |   0
 .../instructions/spark/UaggOuterChainSPInstruction.html     |   0
 .../instructions/spark/UnaryMatrixSPInstruction.html        |   0
 .../runtime/instructions/spark/UnarySPInstruction.html      |   0
 .../runtime/instructions/spark/WriteSPInstruction.html      |   0
 .../runtime/instructions/spark/ZipmmSPInstruction.html      |   0
 .../spark/class-use/AggregateTernarySPInstruction.html      |   0
 .../spark/class-use/AggregateUnarySPInstruction.html        |   0
 .../AppendGAlignedSPInstruction.ShiftColumnIndex.html       |   0
 .../spark/class-use/AppendGAlignedSPInstruction.html        |   0
 .../AppendGSPInstruction.MergeWithShiftedBlocks.html        |   0
 .../spark/class-use/AppendGSPInstruction.ShiftMatrix.html   |   0
 .../instructions/spark/class-use/AppendGSPInstruction.html  |   0
 .../instructions/spark/class-use/AppendMSPInstruction.html  |   0
 .../instructions/spark/class-use/AppendRSPInstruction.html  |   0
 .../BinUaggChainSPInstruction.RDDBinUaggChainFunction.html  |   0
 .../spark/class-use/BinUaggChainSPInstruction.html          |   0
 .../spark/class-use/BinaryMatrixBVectorSPInstruction.html   |   0
 .../spark/class-use/BinaryMatrixMatrixSPInstruction.html    |   0
 .../spark/class-use/BinaryMatrixScalarSPInstruction.html    |   0
 .../instructions/spark/class-use/BinarySPInstruction.html   |   0
 .../BuiltinNarySPInstruction.PadBlocksFunction.html         |   0
 .../spark/class-use/BuiltinNarySPInstruction.html           |   0
 .../spark/class-use/CSVReblockSPInstruction.html            |   0
 .../instructions/spark/class-use/CastSPInstruction.html     |   0
 .../spark/class-use/CentralMomentSPInstruction.html         |   0
 .../spark/class-use/CheckpointSPInstruction.html            |   0
 .../CompressionSPInstruction.CompressionFunction.html       |   0
 .../spark/class-use/CompressionSPInstruction.html           |   0
 .../spark/class-use/ComputationSPInstruction.html           |   0
 .../spark/class-use/ConvolutionSPInstruction.html           |   0
 .../spark/class-use/CovarianceSPInstruction.html            |   0
 .../instructions/spark/class-use/CpmmSPInstruction.html     |   0
 .../instructions/spark/class-use/CtableSPInstruction.html   |   0
 .../spark/class-use/CumulativeAggregateSPInstruction.html   |   0
 .../spark/class-use/CumulativeOffsetSPInstruction.html      |   0
 .../spark/class-use/FrameAppendMSPInstruction.html          |   0
 .../spark/class-use/FrameAppendRSPInstruction.html          |   0
 .../spark/class-use/FrameIndexingSPInstruction.html         |   0
 .../instructions/spark/class-use/IndexingSPInstruction.html |   0
 .../spark/class-use/MapmmChainSPInstruction.html            |   0
 .../instructions/spark/class-use/MapmmSPInstruction.html    |   0
 .../spark/class-use/MatrixAppendMSPInstruction.html         |   0
 .../spark/class-use/MatrixAppendRSPInstruction.html         |   0
 .../spark/class-use/MatrixIndexingSPInstruction.html        |   0
 .../spark/class-use/MatrixReshapeSPInstruction.html         |   0
 ...dBuiltinSPInstruction.TransformEncodeBuild2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeBuildFunction.html |   0
 ...dBuiltinSPInstruction.TransformEncodeGroup2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeGroupFunction.html |   0
 .../MultiReturnParameterizedBuiltinSPInstruction.html       |   0
 .../instructions/spark/class-use/PMapmmSPInstruction.html   |   0
 .../ParameterizedBuiltinSPInstruction.CreateMatrixCell.html |   0
 ...erizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html |   0
 ...arameterizedBuiltinSPInstruction.RDDRExpandFunction.html |   0
 ...eterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html |   0
 ...zedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html |   0
 ...arameterizedBuiltinSPInstruction.RDDReplaceFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDTransformApplyFunction.html |   0
 ...uiltinSPInstruction.RDDTransformApplyOffsetFunction.html |   0
 ...iltinSPInstruction.RDDTransformDecodeExpandFunction.html |   0
 ...izedBuiltinSPInstruction.RDDTransformDecodeFunction.html |   0
 .../spark/class-use/ParameterizedBuiltinSPInstruction.html  |   0
 .../instructions/spark/class-use/PmmSPInstruction.html      |   0
 .../spark/class-use/QuantilePickSPInstruction.html          |   0
 .../spark/class-use/QuantileSortSPInstruction.html          |   0
 .../spark/class-use/QuaternarySPInstruction.html            |   0
 .../instructions/spark/class-use/RandSPInstruction.html     |   0
 .../instructions/spark/class-use/ReblockSPInstruction.html  |   0
 .../instructions/spark/class-use/ReorgSPInstruction.html    |   0
 .../instructions/spark/class-use/RmmSPInstruction.html      |   0
 .../instructions/spark/class-use/SPInstruction.SPType.html  |   0
 .../runtime/instructions/spark/class-use/SPInstruction.html |   0
 .../SpoofSPInstruction.ReplicateRightFactorFunction.html    |   0
 .../instructions/spark/class-use/SpoofSPInstruction.html    |   0
 .../instructions/spark/class-use/TernarySPInstruction.html  |   0
 .../instructions/spark/class-use/Tsmm2SPInstruction.html    |   0
 .../instructions/spark/class-use/TsmmSPInstruction.html     |   0
 .../spark/class-use/UaggOuterChainSPInstruction.html        |   0
 .../spark/class-use/UnaryMatrixSPInstruction.html           |   0
 .../instructions/spark/class-use/UnarySPInstruction.html    |   0
 .../instructions/spark/class-use/WriteSPInstruction.html    |   0
 .../instructions/spark/class-use/ZipmmSPInstruction.html    |   0
 .../sysml/runtime/instructions/spark/package-frame.html     |   0
 .../sysml/runtime/instructions/spark/package-summary.html   |   0
 .../sysml/runtime/instructions/spark/package-tree.html      |   0
 .../sysml/runtime/instructions/spark/package-use.html       |   0
 .../instructions/spark/utils/FrameRDDAggregateUtils.html    |   0
 ...ConverterUtils.LongFrameToLongWritableFrameFunction.html |   0
 ...ConverterUtils.LongWritableFrameToLongFrameFunction.html |   0
 ...DDConverterUtils.LongWritableTextToLongTextFunction.html |   0
 .../FrameRDDConverterUtils.LongWritableToSerFunction.html   |   0
 .../instructions/spark/utils/FrameRDDConverterUtils.html    |   0
 .../runtime/instructions/spark/utils/RDDAggregateUtils.html |   0
 .../utils/RDDConverterUtils.DataFrameExtractIDFunction.html |   0
 .../runtime/instructions/spark/utils/RDDConverterUtils.html |   0
 .../spark/utils/RDDConverterUtilsExt.AddRowID.html          |   0
 .../spark/utils/RDDConverterUtilsExt.RDDConverterTypes.html |   0
 .../instructions/spark/utils/RDDConverterUtilsExt.html      |   0
 .../spark/utils/RDDSortUtils.IndexComparator.html           |   0
 .../spark/utils/RDDSortUtils.IndexComparator2.html          |   0
 .../runtime/instructions/spark/utils/RDDSortUtils.html      |   0
 .../sysml/runtime/instructions/spark/utils/SparkUtils.html  |   0
 .../spark/utils/class-use/FrameRDDAggregateUtils.html       |   0
 ...ConverterUtils.LongFrameToLongWritableFrameFunction.html |   0
 ...ConverterUtils.LongWritableFrameToLongFrameFunction.html |   0
 ...DDConverterUtils.LongWritableTextToLongTextFunction.html |   0
 .../FrameRDDConverterUtils.LongWritableToSerFunction.html   |   0
 .../spark/utils/class-use/FrameRDDConverterUtils.html       |   0
 .../spark/utils/class-use/RDDAggregateUtils.html            |   0
 .../RDDConverterUtils.DataFrameExtractIDFunction.html       |   0
 .../spark/utils/class-use/RDDConverterUtils.html            |   0
 .../utils/class-use/RDDConverterUtilsExt.AddRowID.html      |   0
 .../class-use/RDDConverterUtilsExt.RDDConverterTypes.html   |   0
 .../spark/utils/class-use/RDDConverterUtilsExt.html         |   0
 .../spark/utils/class-use/RDDSortUtils.IndexComparator.html |   0
 .../utils/class-use/RDDSortUtils.IndexComparator2.html      |   0
 .../instructions/spark/utils/class-use/RDDSortUtils.html    |   0
 .../instructions/spark/utils/class-use/SparkUtils.html      |   0
 .../runtime/instructions/spark/utils/package-frame.html     |   0
 .../runtime/instructions/spark/utils/package-summary.html   |   0
 .../runtime/instructions/spark/utils/package-tree.html      |   0
 .../sysml/runtime/instructions/spark/utils/package-use.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/CMCOVMR.html   |   0
 .../runtime/matrix/CSVReblockMR.AssignRowIDMRReturn.html    |   0
 .../apache/sysml/runtime/matrix/CSVReblockMR.BlockRow.html  |   0
 .../sysml/runtime/matrix/CSVReblockMR.OffsetCount.html      |   0
 .../java/org/apache/sysml/runtime/matrix/CSVReblockMR.html  |   0
 .../sysml/runtime/matrix/CleanupMR.CleanupMapper.html       |   0
 .../api/java/org/apache/sysml/runtime/matrix/CleanupMR.html |   0
 .../apache/sysml/runtime/matrix/CombineMR.InnerReducer.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/CombineMR.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/DataGenMR.html |   0
 .../org/apache/sysml/runtime/matrix/DataPartitionMR.html    |   0
 .../1.1.0/api/java/org/apache/sysml/runtime/matrix/GMR.html |   0
 .../java/org/apache/sysml/runtime/matrix/GroupedAggMR.html  |   0
 .../api/java/org/apache/sysml/runtime/matrix/JobReturn.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/MMCJMR.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/MMRJMR.html    |   0
 .../apache/sysml/runtime/matrix/MatrixCharacteristics.html  |   0
 .../api/java/org/apache/sysml/runtime/matrix/MetaData.html  |   0
 .../org/apache/sysml/runtime/matrix/MetaDataFormat.html     |   0
 .../sysml/runtime/matrix/MetaDataNumItemsByEachReducer.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/ReblockMR.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/SortMR.html    |   0
 .../java/org/apache/sysml/runtime/matrix/WriteCSVMR.html    |   0
 .../org/apache/sysml/runtime/matrix/class-use/CMCOVMR.html  |   0
 .../matrix/class-use/CSVReblockMR.AssignRowIDMRReturn.html  |   0
 .../runtime/matrix/class-use/CSVReblockMR.BlockRow.html     |   0
 .../runtime/matrix/class-use/CSVReblockMR.OffsetCount.html  |   0
 .../apache/sysml/runtime/matrix/class-use/CSVReblockMR.html |   0
 .../runtime/matrix/class-use/CleanupMR.CleanupMapper.html   |   0
 .../apache/sysml/runtime/matrix/class-use/CleanupMR.html    |   0
 .../runtime/matrix/class-use/CombineMR.InnerReducer.html    |   0
 .../apache/sysml/runtime/matrix/class-use/CombineMR.html    |   0
 .../apache/sysml/runtime/matrix/class-use/DataGenMR.html    |   0
 .../sysml/runtime/matrix/class-use/DataPartitionMR.html     |   0
 .../java/org/apache/sysml/runtime/matrix/class-use/GMR.html |   0
 .../apache/sysml/runtime/matrix/class-use/GroupedAggMR.html |   0
 .../apache/sysml/runtime/matrix/class-use/JobReturn.html    |   0
 .../org/apache/sysml/runtime/matrix/class-use/MMCJMR.html   |   0
 .../org/apache/sysml/runtime/matrix/class-use/MMRJMR.html   |   0
 .../runtime/matrix/class-use/MatrixCharacteristics.html     |   0
 .../org/apache/sysml/runtime/matrix/class-use/MetaData.html |   0
 .../sysml/runtime/matrix/class-use/MetaDataFormat.html      |   0
 .../matrix/class-use/MetaDataNumItemsByEachReducer.html     |   0
 .../apache/sysml/runtime/matrix/class-use/ReblockMR.html    |   0
 .../org/apache/sysml/runtime/matrix/class-use/SortMR.html   |   0
 .../apache/sysml/runtime/matrix/class-use/WriteCSVMR.html   |   0
 .../sysml/runtime/matrix/data/AdaptivePartialBlock.html     |   0
 .../sysml/runtime/matrix/data/AddDummyWeightConverter.html  |   0
 .../matrix/data/BinaryBlockToBinaryCellConverter.html       |   0
 .../runtime/matrix/data/BinaryBlockToRowBlockConverter.html |   0
 .../runtime/matrix/data/BinaryBlockToTextCellConverter.html |   0
 .../runtime/matrix/data/BinaryCellToRowBlockConverter.html  |   0
 .../runtime/matrix/data/BinaryCellToTextConverter.html      |   0
 .../org/apache/sysml/runtime/matrix/data/CM_N_COVCell.html  |   0
 .../sysml/runtime/matrix/data/CSVFileFormatProperties.html  |   0
 .../org/apache/sysml/runtime/matrix/data/CTableMap.html     |   0
 .../org/apache/sysml/runtime/matrix/data/Converter.html     |   0
 .../sysml/runtime/matrix/data/ConvolutionParameters.html    |   0
 .../sysml/runtime/matrix/data/CudaSupportFunctions.html     |   0
 .../apache/sysml/runtime/matrix/data/DenseBlock.Type.html   |   0
 .../org/apache/sysml/runtime/matrix/data/DenseBlock.html    |   0
 .../org/apache/sysml/runtime/matrix/data/DenseBlockDRB.html |   0
 .../apache/sysml/runtime/matrix/data/DenseBlockFactory.html |   0
 .../apache/sysml/runtime/matrix/data/DenseBlockLDRB.html    |   0
 .../matrix/data/DoublePrecisionCudaSupportFunctions.html    |   0
 .../matrix/data/FileFormatProperties.FileFormat.html        |   0
 .../sysml/runtime/matrix/data/FileFormatProperties.html     |   0
 .../runtime/matrix/data/FrameBlock.ColumnMetadata.html      |   0
 .../org/apache/sysml/runtime/matrix/data/FrameBlock.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/data/IJV.html  |   0
 .../sysml/runtime/matrix/data/IdenticalConverter.html       |   0
 .../org/apache/sysml/runtime/matrix/data/InputInfo.html     |   0
 .../apache/sysml/runtime/matrix/data/LibCommonsMath.html    |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixAgg.html  |   0
 .../matrix/data/LibMatrixBincell.BinaryAccessType.html      |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixBincell.html  |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixCUDA.html |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixCuDNN.html    |   0
 .../matrix/data/LibMatrixCuDNNConvolutionAlgorithm.html     |   0
 .../runtime/matrix/data/LibMatrixCuDNNInputRowFetcher.html  |   0
 .../matrix/data/LibMatrixCuDNNPoolingDescriptors.html       |   0
 .../sysml/runtime/matrix/data/LibMatrixCuMatMult.html       |   0
 .../sysml/runtime/matrix/data/LibMatrixDNN.PoolingType.html |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixDNN.html  |   0
 .../sysml/runtime/matrix/data/LibMatrixDNNConv2d.html       |   0
 .../runtime/matrix/data/LibMatrixDNNHelper.CellIndex3.html  |   0
 .../sysml/runtime/matrix/data/LibMatrixDNNHelper.html       |   0
 .../sysml/runtime/matrix/data/LibMatrixDNNIm2Col.html       |   0
 .../sysml/runtime/matrix/data/LibMatrixDNNPooling.html      |   0
 .../runtime/matrix/data/LibMatrixDNNRelu.ReluBackward.html  |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixDNNRelu.html  |   0
 .../matrix/data/LibMatrixDNNRotate180.Rotate180Worker.html  |   0
 .../sysml/runtime/matrix/data/LibMatrixDNNRotate180.html    |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixDatagen.html  |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixMult.html |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixNative.html   |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixOuterAgg.html |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixReorg.html    |   0
 .../sysml/runtime/matrix/data/MatrixBlock.BlockType.html    |   0
 .../runtime/matrix/data/MatrixBlock.SparsityEstimate.html   |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixBlock.html   |   0
 .../sysml/runtime/matrix/data/MatrixBlockDataInput.html     |   0
 .../sysml/runtime/matrix/data/MatrixBlockDataOutput.html    |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixCell.html    |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixIndexes.html |   0
 .../apache/sysml/runtime/matrix/data/MatrixPackedCell.html  |   0
 .../sysml/runtime/matrix/data/MatrixValue.CellIndex.html    |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixValue.html   |   0
 .../sysml/runtime/matrix/data/MultipleOutputCommitter.html  |   0
 .../sysml/runtime/matrix/data/OperationsOnMatrixValues.html |   0
 .../org/apache/sysml/runtime/matrix/data/OutputInfo.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/data/Pair.html |   0
 .../org/apache/sysml/runtime/matrix/data/PartialBlock.html  |   0
 .../sysml/runtime/matrix/data/RandomMatrixGenerator.html    |   0
 .../matrix/data/SinglePrecisionCudaSupportFunctions.html    |   0
 .../apache/sysml/runtime/matrix/data/SparseBlock.Type.html  |   0
 .../org/apache/sysml/runtime/matrix/data/SparseBlock.html   |   0
 .../apache/sysml/runtime/matrix/data/SparseBlockCOO.html    |   0
 .../apache/sysml/runtime/matrix/data/SparseBlockCSR.html    |   0
 .../sysml/runtime/matrix/data/SparseBlockFactory.html       |   0
 .../apache/sysml/runtime/matrix/data/SparseBlockMCSR.html   |   0
 .../org/apache/sysml/runtime/matrix/data/SparseRow.html     |   0
 .../apache/sysml/runtime/matrix/data/SparseRowScalar.html   |   0
 .../apache/sysml/runtime/matrix/data/SparseRowVector.html   |   0
 .../java/org/apache/sysml/runtime/matrix/data/Tagged.html   |   0
 .../runtime/matrix/data/TaggedAdaptivePartialBlock.html     |   0
 .../matrix/data/TaggedFirstSecondIndexes.Comparator.html    |   0
 .../TaggedFirstSecondIndexes.FirstIndexPartitioner.html     |   0
 ...TaggedFirstSecondIndexes.FirstIndexRangePartitioner.html |   0
 .../data/TaggedFirstSecondIndexes.TagPartitioner.html       |   0
 .../sysml/runtime/matrix/data/TaggedFirstSecondIndexes.html |   0
 .../apache/sysml/runtime/matrix/data/TaggedMatrixBlock.html |   0
 .../apache/sysml/runtime/matrix/data/TaggedMatrixCell.html  |   0
 .../sysml/runtime/matrix/data/TaggedMatrixIndexes.html      |   0
 .../sysml/runtime/matrix/data/TaggedMatrixPackedCell.html   |   0
 .../apache/sysml/runtime/matrix/data/TaggedMatrixValue.html |   0
 .../sysml/runtime/matrix/data/TaggedTripleIndexes.html      |   0
 .../runtime/matrix/data/TextCellToRowBlockConverter.html    |   0
 .../runtime/matrix/data/TextToBinaryCellConverter.html      |   0
 .../sysml/runtime/matrix/data/TripleIndexes.Comparator.html |   0
 .../data/TripleIndexes.FirstTwoIndexesPartitioner.html      |   0
 .../org/apache/sysml/runtime/matrix/data/TripleIndexes.html |   0
 .../data/UnPaddedOutputFormat.UnpaddedRecordWriter.html     |   0
 .../sysml/runtime/matrix/data/UnPaddedOutputFormat.html     |   0
 .../org/apache/sysml/runtime/matrix/data/WeightedCell.html  |   0
 .../matrix/data/WeightedCellToSortInputConverter.html       |   0
 .../org/apache/sysml/runtime/matrix/data/WeightedPair.html  |   0
 .../runtime/matrix/data/class-use/AdaptivePartialBlock.html |   0
 .../matrix/data/class-use/AddDummyWeightConverter.html      |   0
 .../data/class-use/BinaryBlockToBinaryCellConverter.html    |   0
 .../data/class-use/BinaryBlockToRowBlockConverter.html      |   0
 .../data/class-use/BinaryBlockToTextCellConverter.html      |   0
 .../data/class-use/BinaryCellToRowBlockConverter.html       |   0
 .../matrix/data/class-use/BinaryCellToTextConverter.html    |   0
 .../sysml/runtime/matrix/data/class-use/CM_N_COVCell.html   |   0
 .../matrix/data/class-use/CSVFileFormatProperties.html      |   0
 .../sysml/runtime/matrix/data/class-use/CTableMap.html      |   0
 .../sysml/runtime/matrix/data/class-use/Converter.html      |   0
 .../matrix/data/class-use/ConvolutionParameters.html        |   0
 .../runtime/matrix/data/class-use/CudaSupportFunctions.html |   0
 .../runtime/matrix/data/class-use/DenseBlock.Type.html      |   0
 .../sysml/runtime/matrix/data/class-use/DenseBlock.html     |   0
 .../sysml/runtime/matrix/data/class-use/DenseBlockDRB.html  |   0
 .../runtime/matrix/data/class-use/DenseBlockFactory.html    |   0
 .../sysml/runtime/matrix/data/class-use/DenseBlockLDRB.html |   0
 .../data/class-use/DoublePrecisionCudaSupportFunctions.html |   0
 .../data/class-use/FileFormatProperties.FileFormat.html     |   0
 .../runtime/matrix/data/class-use/FileFormatProperties.html |   0
 .../matrix/data/class-use/FrameBlock.ColumnMetadata.html    |   0
 .../sysml/runtime/matrix/data/class-use/FrameBlock.html     |   0
 .../org/apache/sysml/runtime/matrix/data/class-use/IJV.html |   0
 .../runtime/matrix/data/class-use/IdenticalConverter.html   |   0
 .../sysml/runtime/matrix/data/class-use/InputInfo.html      |   0
 .../sysml/runtime/matrix/data/class-use/LibCommonsMath.html |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixAgg.html   |   0
 .../data/class-use/LibMatrixBincell.BinaryAccessType.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixBincell.html     |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixCUDA.html  |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixCuDNN.html |   0
 .../data/class-use/LibMatrixCuDNNConvolutionAlgorithm.html  |   0
 .../data/class-use/LibMatrixCuDNNInputRowFetcher.html       |   0
 .../data/class-use/LibMatrixCuDNNPoolingDescriptors.html    |   0
 .../runtime/matrix/data/class-use/LibMatrixCuMatMult.html   |   0
 .../matrix/data/class-use/LibMatrixDNN.PoolingType.html     |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixDNN.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixDNNConv2d.html   |   0
 .../data/class-use/LibMatrixDNNHelper.CellIndex3.html       |   0
 .../runtime/matrix/data/class-use/LibMatrixDNNHelper.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixDNNIm2Col.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixDNNPooling.html  |   0
 .../data/class-use/LibMatrixDNNRelu.ReluBackward.html       |   0
 .../runtime/matrix/data/class-use/LibMatrixDNNRelu.html     |   0
 .../class-use/LibMatrixDNNRotate180.Rotate180Worker.html    |   0
 .../matrix/data/class-use/LibMatrixDNNRotate180.html        |   0
 .../runtime/matrix/data/class-use/LibMatrixDatagen.html     |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixMult.html  |   0
 .../runtime/matrix/data/class-use/LibMatrixNative.html      |   0
 .../runtime/matrix/data/class-use/LibMatrixOuterAgg.html    |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixReorg.html |   0
 .../matrix/data/class-use/MatrixBlock.BlockType.html        |   0
 .../matrix/data/class-use/MatrixBlock.SparsityEstimate.html |   0
 .../sysml/runtime/matrix/data/class-use/MatrixBlock.html    |   0
 .../runtime/matrix/data/class-use/MatrixBlockDataInput.html |   0
 .../matrix/data/class-use/MatrixBlockDataOutput.html        |   0
 .../sysml/runtime/matrix/data/class-use/MatrixCell.html     |   0
 .../sysml/runtime/matrix/data/class-use/MatrixIndexes.html  |   0
 .../runtime/matrix/data/class-use/MatrixPackedCell.html     |   0
 .../matrix/data/class-use/MatrixValue.CellIndex.html        |   0
 .../sysml/runtime/matrix/data/class-use/MatrixValue.html    |   0
 .../matrix/data/class-use/MultipleOutputCommitter.html      |   0
 .../matrix/data/class-use/OperationsOnMatrixValues.html     |   0
 .../sysml/runtime/matrix/data/class-use/OutputInfo.html     |   0
 .../apache/sysml/runtime/matrix/data/class-use/Pair.html    |   0
 .../sysml/runtime/matrix/data/class-use/PartialBlock.html   |   0
 .../matrix/data/class-use/RandomMatrixGenerator.html        |   0
 .../data/class-use/SinglePrecisionCudaSupportFunctions.html |   0
 .../runtime/matrix/data/class-use/SparseBlock.Type.html     |   0
 .../sysml/runtime/matrix/data/class-use/SparseBlock.html    |   0
 .../sysml/runtime/matrix/data/class-use/SparseBlockCOO.html |   0
 .../sysml/runtime/matrix/data/class-use/SparseBlockCSR.html |   0
 .../runtime/matrix/data/class-use/SparseBlockFactory.html   |   0
 .../runtime/matrix/data/class-use/SparseBlockMCSR.html      |   0
 .../sysml/runtime/matrix/data/class-use/SparseRow.html      |   0
 .../runtime/matrix/data/class-use/SparseRowScalar.html      |   0
 .../runtime/matrix/data/class-use/SparseRowVector.html      |   0
 .../apache/sysml/runtime/matrix/data/class-use/Tagged.html  |   0
 .../matrix/data/class-use/TaggedAdaptivePartialBlock.html   |   0
 .../data/class-use/TaggedFirstSecondIndexes.Comparator.html |   0
 .../TaggedFirstSecondIndexes.FirstIndexPartitioner.html     |   0
 ...TaggedFirstSecondIndexes.FirstIndexRangePartitioner.html |   0
 .../class-use/TaggedFirstSecondIndexes.TagPartitioner.html  |   0
 .../matrix/data/class-use/TaggedFirstSecondIndexes.html     |   0
 .../runtime/matrix/data/class-use/TaggedMatrixBlock.html    |   0
 .../runtime/matrix/data/class-use/TaggedMatrixCell.html     |   0
 .../runtime/matrix/data/class-use/TaggedMatrixIndexes.html  |   0
 .../matrix/data/class-use/TaggedMatrixPackedCell.html       |   0
 .../runtime/matrix/data/class-use/TaggedMatrixValue.html    |   0
 .../runtime/matrix/data/class-use/TaggedTripleIndexes.html  |   0
 .../matrix/data/class-use/TextCellToRowBlockConverter.html  |   0
 .../matrix/data/class-use/TextToBinaryCellConverter.html    |   0
 .../matrix/data/class-use/TripleIndexes.Comparator.html     |   0
 .../class-use/TripleIndexes.FirstTwoIndexesPartitioner.html |   0
 .../sysml/runtime/matrix/data/class-use/TripleIndexes.html  |   0
 .../UnPaddedOutputFormat.UnpaddedRecordWriter.html          |   0
 .../runtime/matrix/data/class-use/UnPaddedOutputFormat.html |   0
 .../sysml/runtime/matrix/data/class-use/WeightedCell.html   |   0
 .../data/class-use/WeightedCellToSortInputConverter.html    |   0
 .../sysml/runtime/matrix/data/class-use/WeightedPair.html   |   0
 .../org/apache/sysml/runtime/matrix/data/package-frame.html |   0
 .../apache/sysml/runtime/matrix/data/package-summary.html   |   0
 .../org/apache/sysml/runtime/matrix/data/package-tree.html  |   0
 .../org/apache/sysml/runtime/matrix/data/package-use.html   |   0
 .../java/org/apache/sysml/runtime/matrix/package-frame.html |   0
 .../org/apache/sysml/runtime/matrix/package-summary.html    |   0
 .../java/org/apache/sysml/runtime/matrix/package-tree.html  |   0
 .../java/org/apache/sysml/runtime/matrix/package-use.html   |   0
 .../api/java/org/apache/sysml/runtime/package-frame.html    |   0
 .../api/java/org/apache/sysml/runtime/package-summary.html  |   0
 .../api/java/org/apache/sysml/runtime/package-tree.html     |   0
 .../api/java/org/apache/sysml/runtime/package-use.html      |   0
 .../1.1.0/api/java/org/apache/sysml/udf/BinaryObject.html   |   0
 .../sysml/udf/ExternalFunctionInvocationInstruction.html    |   0
 .../sysml/udf/FunctionParameter.FunctionParameterType.html  |   0
 .../api/java/org/apache/sysml/udf/FunctionParameter.html    |   0
 .../api/java/org/apache/sysml/udf/Matrix.ValueType.html     |   0
 .../docs/1.1.0/api/java/org/apache/sysml/udf/Matrix.html    |   0
 .../api/java/org/apache/sysml/udf/PackageFunction.html      |   0
 .../java/org/apache/sysml/udf/Scalar.ScalarValueType.html   |   0
 .../docs/1.1.0/api/java/org/apache/sysml/udf/Scalar.html    |   0
 .../java/org/apache/sysml/udf/class-use/BinaryObject.html   |   0
 .../class-use/ExternalFunctionInvocationInstruction.html    |   0
 .../class-use/FunctionParameter.FunctionParameterType.html  |   0
 .../org/apache/sysml/udf/class-use/FunctionParameter.html   |   0
 .../org/apache/sysml/udf/class-use/Matrix.ValueType.html    |   0
 .../api/java/org/apache/sysml/udf/class-use/Matrix.html     |   0
 .../org/apache/sysml/udf/class-use/PackageFunction.html     |   0
 .../apache/sysml/udf/class-use/Scalar.ScalarValueType.html  |   0
 .../api/java/org/apache/sysml/udf/class-use/Scalar.html     |   0
 .../api/java/org/apache/sysml/udf/lib/BinningWrapper.html   |   0
 .../1.1.0/api/java/org/apache/sysml/udf/lib/CumSumProd.html |   0
 .../org/apache/sysml/udf/lib/DynamicProjectMatrixCP.html    |   0
 .../java/org/apache/sysml/udf/lib/DynamicReadMatrixCP.html  |   0
 .../org/apache/sysml/udf/lib/DynamicReadMatrixRcCP.html     |   0
 .../java/org/apache/sysml/udf/lib/DynamicWriteMatrixCP.html |   0
 .../api/java/org/apache/sysml/udf/lib/GatherWrapper.html    |   0
 .../api/java/org/apache/sysml/udf/lib/MultiInputCbind.html  |   0
 .../api/java/org/apache/sysml/udf/lib/OrderWrapper.html     |   0
 .../api/java/org/apache/sysml/udf/lib/RemoveEmptyRows.html  |   0
 .../api/java/org/apache/sysml/udf/lib/RowClassMeet.html     |   0
 .../java/org/apache/sysml/udf/lib/SGDNesterovUpdate.html    |   0
 .../api/java/org/apache/sysml/udf/lib/TimeWrapper.html      |   0
 .../org/apache/sysml/udf/lib/class-use/BinningWrapper.html  |   0
 .../java/org/apache/sysml/udf/lib/class-use/CumSumProd.html |   0
 .../sysml/udf/lib/class-use/DynamicProjectMatrixCP.html     |   0
 .../apache/sysml/udf/lib/class-use/DynamicReadMatrixCP.html |   0
 .../sysml/udf/lib/class-use/DynamicReadMatrixRcCP.html      |   0
 .../sysml/udf/lib/class-use/DynamicWriteMatrixCP.html       |   0
 .../org/apache/sysml/udf/lib/class-use/GatherWrapper.html   |   0
 .../org/apache/sysml/udf/lib/class-use/MultiInputCbind.html |   0
 .../org/apache/sysml/udf/lib/class-use/OrderWrapper.html    |   0
 .../org/apache/sysml/udf/lib/class-use/RemoveEmptyRows.html |   0
 .../org/apache/sysml/udf/lib/class-use/RowClassMeet.html    |   0
 .../apache/sysml/udf/lib/class-use/SGDNesterovUpdate.html   |   0
 .../org/apache/sysml/udf/lib/class-use/TimeWrapper.html     |   0
 .../api/java/org/apache/sysml/udf/lib/package-frame.html    |   0
 .../api/java/org/apache/sysml/udf/lib/package-summary.html  |   0
 .../api/java/org/apache/sysml/udf/lib/package-tree.html     |   0
 .../api/java/org/apache/sysml/udf/lib/package-use.html      |   0
 .../1.1.0/api/java/org/apache/sysml/udf/package-frame.html  |   0
 .../api/java/org/apache/sysml/udf/package-summary.html      |   0
 .../1.1.0/api/java/org/apache/sysml/udf/package-tree.html   |   0
 .../1.1.0/api/java/org/apache/sysml/udf/package-use.html    |   0
 {site => content}/docs/1.1.0/api/java/overview-frame.html   |   0
 {site => content}/docs/1.1.0/api/java/overview-summary.html |   0
 {site => content}/docs/1.1.0/api/java/overview-tree.html    |   0
 {site => content}/docs/1.1.0/api/java/package-list          |   0
 {site/docs/1.0.0 => content/docs/1.1.0}/api/java/script.js  |   0
 {site => content}/docs/1.1.0/api/java/serialized-form.html  |   0
 .../1.0.0 => content/docs/1.1.0}/api/java/stylesheet.css    |   0
 .../docs/1.1.0/api/python/_sources/index.rst.txt            |   0
 .../docs/1.1.0/api/python/_sources/systemml.mllearn.rst.txt |   0
 .../docs/1.1.0/api/python/_sources/systemml.random.rst.txt  |   0
 .../docs/1.1.0/api/python/_sources/systemml.rst.txt         |   0
 .../docs/1.1.0}/api/python/_static/ajax-loader.gif          | Bin
 .../docs/1.1.0}/api/python/_static/basic.css                |   0
 .../docs/1.1.0}/api/python/_static/classic.css              |   0
 .../docs/1.1.0}/api/python/_static/comment-bright.png       | Bin
 .../docs/1.1.0}/api/python/_static/comment-close.png        | Bin
 .../docs/1.1.0}/api/python/_static/comment.png              | Bin
 .../docs/1.1.0}/api/python/_static/doctools.js              |   0
 .../docs/1.1.0}/api/python/_static/down-pressed.png         | Bin
 .../docs/1.1.0}/api/python/_static/down.png                 | Bin
 .../docs/1.1.0/api/python/_static}/favicon.png              | Bin
 {site => content}/docs/1.1.0/api/python/_static/file.png    | Bin
 .../docs/1.1.0}/api/python/_static/jquery-3.1.0.js          |   0
 .../docs/1.1.0}/api/python/_static/jquery.js                |   0
 {site => content}/docs/1.1.0/api/python/_static/minus.png   | Bin
 {site => content}/docs/1.1.0/api/python/_static/plus.png    | Bin
 .../docs/1.1.0/api/python/_static/pygments.css              |   0
 .../docs/1.1.0}/api/python/_static/searchtools.js           |   0
 .../docs/1.1.0}/api/python/_static/sidebar.js               |   0
 .../docs/1.1.0}/api/python/_static/systemml-logo.png        | Bin
 .../docs/1.1.0}/api/python/_static/underscore-1.3.1.js      |   0
 .../docs/1.1.0}/api/python/_static/underscore.js            |   0
 .../docs/1.1.0}/api/python/_static/up-pressed.png           | Bin
 .../1.0.0 => content/docs/1.1.0}/api/python/_static/up.png  | Bin
 .../docs/1.1.0}/api/python/_static/websupport.js            |   0
 {site => content}/docs/1.1.0/api/python/genindex.html       |   0
 {site => content}/docs/1.1.0/api/python/index.html          |   0
 {site => content}/docs/1.1.0/api/python/objects.inv         | Bin
 {site => content}/docs/1.1.0/api/python/py-modindex.html    |   0
 {site => content}/docs/1.1.0/api/python/search.html         |   0
 {site => content}/docs/1.1.0/api/python/searchindex.js      |   0
 {site => content}/docs/1.1.0/api/python/systemml.html       |   0
 .../docs/1.1.0/api/python/systemml.mllearn.html             |   0
 .../docs/1.1.0/api/python/systemml.random.html              |   0
 {site => content}/docs/1.1.0/beginners-guide-caffe2dml.html |   0
 {site => content}/docs/1.1.0/beginners-guide-caffe2dml.md   |   0
 {site => content}/docs/1.1.0/beginners-guide-keras2dml.html |   0
 {site => content}/docs/1.1.0/beginners-guide-keras2dml.md   |   0
 {site => content}/docs/1.1.0/beginners-guide-python.html    |   0
 {site => content}/docs/1.1.0/beginners-guide-python.md      |   0
 .../docs/1.1.0/beginners-guide-to-dml-and-pydml.html        |   0
 .../docs/1.1.0/beginners-guide-to-dml-and-pydml.md          |   0
 {site => content}/docs/1.1.0/contributing-to-systemml.html  |   0
 {site => content}/docs/1.1.0/contributing-to-systemml.md    |   0
 .../0.13.0 => content/docs/1.1.0}/css/bootstrap.min.css     |   0
 {site/docs/0.13.0 => content/docs/1.1.0}/css/main.css       |   0
 .../1.0.0 => content/docs/1.1.0}/css/pygments-default.css   |   0
 {site => content}/docs/1.1.0/debugger-guide.html            |   0
 {site => content}/docs/1.1.0/debugger-guide.md              |   0
 {site => content}/docs/1.1.0/deep-learning.html             |   0
 {site => content}/docs/1.1.0/deep-learning.md               |   0
 .../docs/1.1.0}/devdocs/MatrixMultiplicationOperators.txt   |   0
 {site => content}/docs/1.1.0/devdocs/deep-learning.md       |   0
 {site => content}/docs/1.1.0/devdocs/gpu-backend.md         |   0
 .../0.13.0 => content/docs/1.1.0}/devdocs/python_api.html   |   0
 {site => content}/docs/1.1.0/developer-tools-systemml.html  |   0
 {site => content}/docs/1.1.0/developer-tools-systemml.md    |   0
 {site => content}/docs/1.1.0/dml-language-reference.html    |   0
 {site => content}/docs/1.1.0/dml-language-reference.md      |   0
 {site => content}/docs/1.1.0/engine-dev-guide.html          |   0
 {site => content}/docs/1.1.0/engine-dev-guide.md            |   0
 .../docs/1.1.0}/files/dml-language-reference/data.csv       |   0
 .../docs/1.1.0}/files/dml-language-reference/data.csv.mtd   |   0
 .../docs/1.1.0}/files/dml-language-reference/data.spec.json |   0
 .../1.1.0}/files/dml-language-reference/data.spec2.json     |   0
 .../1.1.0}/files/dml-language-reference/data.spec3.json     |   0
 .../docs/1.1.0}/files/dml-language-reference/homes.csv      |   0
 .../docs/1.1.0}/files/dml-language-reference/homes.csv.mtd  |   0
 .../files/dml-language-reference/homes.tfspec_bin2.json     |   0
 .../files/dml-language-reference/homes.tfspec_recode2.json  |   0
 {site => content}/docs/1.1.0/hadoop-batch-mode.html         |   0
 {site => content}/docs/1.1.0/hadoop-batch-mode.md           |   0
 ...mputation-of-quartiles-median-and-interquartile-mean.png | Bin
 .../docs/1.1.0}/img/algorithms-reference/example-tree.png   | Bin
 .../docs/1.1.0}/img/developer-tools/about-eclipse.png       | Bin
 .../docs/1.1.0}/img/developer-tools/eclipse-details.png     | Bin
 .../docs/1.1.0}/img/developer-tools/eclipse-scala.png       | Bin
 .../docs/1.1.0}/img/developer-tools/maven-connectors.png    | Bin
 .../docs/1.1.0}/img/developer-tools/maven-scala.png         | Bin
 .../docs/1.1.0}/img/developer-tools/pom-scala-errors.png    | Bin
 .../docs/1.1.0}/img/developer-tools/pom-scala-ignore.png    | Bin
 .../docs/1.1.0}/img/developer-tools/scala-components.png    | Bin
 .../docs/1.1.0}/img/developer-tools/scala-nature.png        | Bin
 .../docs/1.1.0/img/dml-language-reference/Conv2d.gif        | Bin
 .../docs/1.1.0/img/dml-language-reference/Conv2d1.gif       | Bin
 .../img/dml-language-reference/Conv2d_backward_data.gif     | Bin
 .../img/dml-language-reference/Conv2d_backward_data1.gif    | Bin
 .../img/dml-language-reference/Conv2d_backward_data2.gif    | Bin
 ...dmlscript-debug-configuration-hello-world-main-class.png | Bin
 ...pt-debug-configuration-hello-world-program-arguments.png | Bin
 .../python/_static => content/docs/1.1.0/img}/favicon.png   | Bin
 .../docs/1.1.0}/img/performance-test/perf_test_arch.png     | Bin
 .../docs/1.1.0}/img/projects/breast_cancer/approach.svg     |   0
 .../img/spark-mlcontext-programming-guide/jupyter1.png      | Bin
 .../img/spark-mlcontext-programming-guide/jupyter2.png      | Bin
 .../jupyter_loss_graph.png                                  | Bin
 .../zeppelin-notebook-systemml-linear-regression.png        | Bin
 .../spark-mlcontext-programming-guide/zeppelin-notebook.png | Bin
 .../0.14.0 => content/docs/1.1.0}/img/systemml-logo.png     | Bin
 {site => content}/docs/1.1.0/index.html                     |   0
 {site => content}/docs/1.1.0/index.md                       |   0
 {site => content}/docs/1.1.0/jmlc.html                      |   0
 {site => content}/docs/1.1.0/jmlc.md                        |   0
 {site/docs/0.13.0 => content/docs/1.1.0}/js/main.js         |   0
 .../1.0.0 => content/docs/1.1.0}/js/vendor/anchor.min.js    |   0
 .../1.0.0 => content/docs/1.1.0}/js/vendor/bootstrap.min.js |   0
 .../docs/1.1.0}/js/vendor/jquery-1.12.0.min.js              |   0
 .../docs/1.1.0/lang-ref/PyDML_Language_Reference.doc        | Bin
 .../docs/1.1.0/lang-ref/Python_syntax_for_DML.doc           | Bin
 .../docs/1.1.0/lang-ref/README_HADOOP_CONFIG.txt            |   0
 {site => content}/docs/1.1.0/native-backend.html            |   0
 {site => content}/docs/1.1.0/native-backend.md              |   0
 {site => content}/docs/1.1.0/python-performance-test.html   |   0
 {site => content}/docs/1.1.0/python-performance-test.md     |   0
 {site => content}/docs/1.1.0/python-reference.html          |   0
 {site => content}/docs/1.1.0/python-reference.md            |   0
 {site => content}/docs/1.1.0/reference-guide-caffe2dml.html |   0
 {site => content}/docs/1.1.0/reference-guide-caffe2dml.md   |   0
 {site => content}/docs/1.1.0/release-creation-process.html  |   0
 {site => content}/docs/1.1.0/release-creation-process.md    |   0
 {site => content}/docs/1.1.0/release-process.html           |   0
 {site => content}/docs/1.1.0/release-process.md             |   0
 {site => content}/docs/1.1.0/spark-batch-mode.html          |   0
 {site => content}/docs/1.1.0/spark-batch-mode.md            |   0
 .../docs/1.1.0/spark-mlcontext-programming-guide.html       |   0
 .../docs/1.1.0/spark-mlcontext-programming-guide.md         |   0
 {site => content}/docs/1.1.0/standalone-guide.html          |   0
 {site => content}/docs/1.1.0/standalone-guide.md            |   0
 {site => content}/docs/1.1.0/troubleshooting-guide.html     |   0
 {site => content}/docs/1.1.0/troubleshooting-guide.md       |   0
 {site/docs/0.12.0 => content/docs/1.2.0}/README.md          |   0
 {site => content}/docs/1.2.0/algorithms-bibliography.html   |   0
 {site => content}/docs/1.2.0/algorithms-classification.html |   0
 {site => content}/docs/1.2.0/algorithms-clustering.html     |   0
 .../docs/1.2.0/algorithms-descriptive-statistics.html       |   0
 .../docs/1.2.0/algorithms-matrix-factorization.html         |   0
 {site => content}/docs/1.2.0/algorithms-reference.html      |   0
 {site => content}/docs/1.2.0/algorithms-regression.html     |   0
 .../docs/1.2.0/algorithms-survival-analysis.html            |   0
 {site => content}/docs/1.2.0/api/java/allclasses-frame.html |   0
 .../docs/1.2.0/api/java/allclasses-noframe.html             |   0
 {site => content}/docs/1.2.0/api/java/constant-values.html  |   0
 {site => content}/docs/1.2.0/api/java/deprecated-list.html  |   0
 {site => content}/docs/1.2.0/api/java/help-doc.html         |   0
 {site => content}/docs/1.2.0/api/java/index-all.html        |   0
 {site => content}/docs/1.2.0/api/java/index.html            |   0
 .../api/java/org/apache/sysml/api/ConfigurableAPI.html      |   0
 .../1.2.0/api/java/org/apache/sysml/api/DMLException.html   |   0
 .../1.2.0/api/java/org/apache/sysml/api/DMLOptions.html     |   0
 .../java/org/apache/sysml/api/DMLScript.EvictionPolicy.html |   0
 .../org/apache/sysml/api/DMLScript.RUNTIME_PLATFORM.html    |   0
 .../docs/1.2.0/api/java/org/apache/sysml/api/DMLScript.html |   0
 .../api/java/org/apache/sysml/api/ScriptExecutorUtils.html  |   0
 .../org/apache/sysml/api/class-use/ConfigurableAPI.html     |   0
 .../java/org/apache/sysml/api/class-use/DMLException.html   |   0
 .../api/java/org/apache/sysml/api/class-use/DMLOptions.html |   0
 .../sysml/api/class-use/DMLScript.EvictionPolicy.html       |   0
 .../sysml/api/class-use/DMLScript.RUNTIME_PLATFORM.html     |   0
 .../api/java/org/apache/sysml/api/class-use/DMLScript.html  |   0
 .../org/apache/sysml/api/class-use/ScriptExecutorUtils.html |   0
 .../api/java/org/apache/sysml/api/jmlc/Connection.html      |   0
 .../1.2.0/api/java/org/apache/sysml/api/jmlc/JMLCUtils.html |   0
 .../api/java/org/apache/sysml/api/jmlc/PreparedScript.html  |   0
 .../api/java/org/apache/sysml/api/jmlc/ResultVariables.html |   0
 .../org/apache/sysml/api/jmlc/class-use/Connection.html     |   0
 .../java/org/apache/sysml/api/jmlc/class-use/JMLCUtils.html |   0
 .../org/apache/sysml/api/jmlc/class-use/PreparedScript.html |   0
 .../apache/sysml/api/jmlc/class-use/ResultVariables.html    |   0
 .../api/java/org/apache/sysml/api/jmlc/package-frame.html   |   0
 .../api/java/org/apache/sysml/api/jmlc/package-summary.html |   0
 .../api/java/org/apache/sysml/api/jmlc/package-tree.html    |   0
 .../api/java/org/apache/sysml/api/jmlc/package-use.html     |   0
 .../api/java/org/apache/sysml/api/mlcontext/Frame.html      |   0
 .../java/org/apache/sysml/api/mlcontext/FrameFormat.html    |   0
 .../java/org/apache/sysml/api/mlcontext/FrameMetadata.html  |   0
 .../java/org/apache/sysml/api/mlcontext/FrameSchema.html    |   0
 .../apache/sysml/api/mlcontext/MLContext.ExecutionType.html |   0
 .../apache/sysml/api/mlcontext/MLContext.ExplainLevel.html  |   0
 .../apache/sysml/api/mlcontext/MLContext.InternalProxy.html |   0
 .../api/java/org/apache/sysml/api/mlcontext/MLContext.html  |   0
 .../apache/sysml/api/mlcontext/MLContextConversionUtil.html |   0
 .../org/apache/sysml/api/mlcontext/MLContextException.html  |   0
 .../java/org/apache/sysml/api/mlcontext/MLContextUtil.html  |   0
 .../api/java/org/apache/sysml/api/mlcontext/MLResults.html  |   0
 .../api/java/org/apache/sysml/api/mlcontext/Matrix.html     |   0
 .../java/org/apache/sysml/api/mlcontext/MatrixFormat.html   |   0
 .../java/org/apache/sysml/api/mlcontext/MatrixMetadata.html |   0
 .../api/java/org/apache/sysml/api/mlcontext/Metadata.html   |   0
 .../java/org/apache/sysml/api/mlcontext/ProjectInfo.html    |   0
 .../api/java/org/apache/sysml/api/mlcontext/Script.html     |   0
 .../java/org/apache/sysml/api/mlcontext/ScriptExecutor.html |   0
 .../java/org/apache/sysml/api/mlcontext/ScriptFactory.html  |   0
 .../api/java/org/apache/sysml/api/mlcontext/ScriptType.html |   0
 .../org/apache/sysml/api/mlcontext/class-use/Frame.html     |   0
 .../apache/sysml/api/mlcontext/class-use/FrameFormat.html   |   0
 .../apache/sysml/api/mlcontext/class-use/FrameMetadata.html |   0
 .../apache/sysml/api/mlcontext/class-use/FrameSchema.html   |   0
 .../api/mlcontext/class-use/MLContext.ExecutionType.html    |   0
 .../api/mlcontext/class-use/MLContext.ExplainLevel.html     |   0
 .../api/mlcontext/class-use/MLContext.InternalProxy.html    |   0
 .../org/apache/sysml/api/mlcontext/class-use/MLContext.html |   0
 .../api/mlcontext/class-use/MLContextConversionUtil.html    |   0
 .../sysml/api/mlcontext/class-use/MLContextException.html   |   0
 .../apache/sysml/api/mlcontext/class-use/MLContextUtil.html |   0
 .../org/apache/sysml/api/mlcontext/class-use/MLResults.html |   0
 .../org/apache/sysml/api/mlcontext/class-use/Matrix.html    |   0
 .../apache/sysml/api/mlcontext/class-use/MatrixFormat.html  |   0
 .../sysml/api/mlcontext/class-use/MatrixMetadata.html       |   0
 .../org/apache/sysml/api/mlcontext/class-use/Metadata.html  |   0
 .../apache/sysml/api/mlcontext/class-use/ProjectInfo.html   |   0
 .../org/apache/sysml/api/mlcontext/class-use/Script.html    |   0
 .../sysml/api/mlcontext/class-use/ScriptExecutor.html       |   0
 .../apache/sysml/api/mlcontext/class-use/ScriptFactory.html |   0
 .../apache/sysml/api/mlcontext/class-use/ScriptType.html    |   0
 .../java/org/apache/sysml/api/mlcontext/package-frame.html  |   0
 .../org/apache/sysml/api/mlcontext/package-summary.html     |   0
 .../java/org/apache/sysml/api/mlcontext/package-tree.html   |   0
 .../java/org/apache/sysml/api/mlcontext/package-use.html    |   0
 .../1.2.0/api/java/org/apache/sysml/api/package-frame.html  |   0
 .../api/java/org/apache/sysml/api/package-summary.html      |   0
 .../1.2.0/api/java/org/apache/sysml/api/package-tree.html   |   0
 .../1.2.0/api/java/org/apache/sysml/api/package-use.html    |   0
 .../java/org/apache/sysml/runtime/DMLRuntimeException.html  |   0
 .../java/org/apache/sysml/runtime/DMLScriptException.html   |   0
 .../apache/sysml/runtime/class-use/DMLRuntimeException.html |   0
 .../apache/sysml/runtime/class-use/DMLScriptException.html  |   0
 .../org/apache/sysml/runtime/codegen/ByteClassLoader.html   |   0
 .../java/org/apache/sysml/runtime/codegen/CodegenUtils.html |   0
 .../apache/sysml/runtime/codegen/LibSpoofPrimitives.html    |   0
 .../apache/sysml/runtime/codegen/SpoofCellwise.AggOp.html   |   0
 .../sysml/runtime/codegen/SpoofCellwise.CellType.html       |   0
 .../org/apache/sysml/runtime/codegen/SpoofCellwise.html     |   0
 .../apache/sysml/runtime/codegen/SpoofMultiAggregate.html   |   0
 .../sysml/runtime/codegen/SpoofOperator.SideInput.html      |   0
 .../runtime/codegen/SpoofOperator.SideInputSparseCell.html  |   0
 .../runtime/codegen/SpoofOperator.SideInputSparseRow.html   |   0
 .../org/apache/sysml/runtime/codegen/SpoofOperator.html     |   0
 .../runtime/codegen/SpoofOuterProduct.OutProdType.html      |   0
 .../org/apache/sysml/runtime/codegen/SpoofOuterProduct.html |   0
 .../apache/sysml/runtime/codegen/SpoofRowwise.RowType.html  |   0
 .../java/org/apache/sysml/runtime/codegen/SpoofRowwise.html |   0
 .../sysml/runtime/codegen/class-use/ByteClassLoader.html    |   0
 .../sysml/runtime/codegen/class-use/CodegenUtils.html       |   0
 .../sysml/runtime/codegen/class-use/LibSpoofPrimitives.html |   0
 .../runtime/codegen/class-use/SpoofCellwise.AggOp.html      |   0
 .../runtime/codegen/class-use/SpoofCellwise.CellType.html   |   0
 .../sysml/runtime/codegen/class-use/SpoofCellwise.html      |   0
 .../runtime/codegen/class-use/SpoofMultiAggregate.html      |   0
 .../runtime/codegen/class-use/SpoofOperator.SideInput.html  |   0
 .../class-use/SpoofOperator.SideInputSparseCell.html        |   0
 .../codegen/class-use/SpoofOperator.SideInputSparseRow.html |   0
 .../sysml/runtime/codegen/class-use/SpoofOperator.html      |   0
 .../codegen/class-use/SpoofOuterProduct.OutProdType.html    |   0
 .../sysml/runtime/codegen/class-use/SpoofOuterProduct.html  |   0
 .../runtime/codegen/class-use/SpoofRowwise.RowType.html     |   0
 .../sysml/runtime/codegen/class-use/SpoofRowwise.html       |   0
 .../org/apache/sysml/runtime/codegen/package-frame.html     |   0
 .../org/apache/sysml/runtime/codegen/package-summary.html   |   0
 .../java/org/apache/sysml/runtime/codegen/package-tree.html |   0
 .../java/org/apache/sysml/runtime/codegen/package-use.html  |   0
 .../org/apache/sysml/runtime/compress/BitmapEncoder.html    |   0
 .../runtime/compress/ColGroup.ColGroupRowIterator.html      |   0
 .../sysml/runtime/compress/ColGroup.CompressionType.html    |   0
 .../java/org/apache/sysml/runtime/compress/ColGroup.html    |   0
 .../java/org/apache/sysml/runtime/compress/ColGroupDDC.html |   0
 .../org/apache/sysml/runtime/compress/ColGroupDDC1.html     |   0
 .../org/apache/sysml/runtime/compress/ColGroupDDC2.html     |   0
 .../java/org/apache/sysml/runtime/compress/ColGroupOLE.html |   0
 .../runtime/compress/ColGroupOffset.OffsetRowIterator.html  |   0
 .../compress/ColGroupOffset.OffsetValueIterator.html        |   0
 .../runtime/compress/ColGroupOffset.ZeroValueIterator.html  |   0
 .../org/apache/sysml/runtime/compress/ColGroupOffset.html   |   0
 .../java/org/apache/sysml/runtime/compress/ColGroupRLE.html |   0
 .../apache/sysml/runtime/compress/ColGroupUncompressed.html |   0
 .../org/apache/sysml/runtime/compress/ColGroupValue.html    |   0
 .../CompressedMatrixBlock.CompressionStatistics.html        |   0
 .../sysml/runtime/compress/CompressedMatrixBlock.html       |   0
 .../sysml/runtime/compress/ReaderColumnSelection.html       |   0
 .../sysml/runtime/compress/ReaderColumnSelectionDense.html  |   0
 .../runtime/compress/ReaderColumnSelectionDenseSample.html  |   0
 .../sysml/runtime/compress/ReaderColumnSelectionSparse.html |   0
 .../apache/sysml/runtime/compress/UncompressedBitmap.html   |   0
 .../sysml/runtime/compress/class-use/BitmapEncoder.html     |   0
 .../compress/class-use/ColGroup.ColGroupRowIterator.html    |   0
 .../compress/class-use/ColGroup.CompressionType.html        |   0
 .../apache/sysml/runtime/compress/class-use/ColGroup.html   |   0
 .../sysml/runtime/compress/class-use/ColGroupDDC.html       |   0
 .../sysml/runtime/compress/class-use/ColGroupDDC1.html      |   0
 .../sysml/runtime/compress/class-use/ColGroupDDC2.html      |   0
 .../sysml/runtime/compress/class-use/ColGroupOLE.html       |   0
 .../class-use/ColGroupOffset.OffsetRowIterator.html         |   0
 .../class-use/ColGroupOffset.OffsetValueIterator.html       |   0
 .../class-use/ColGroupOffset.ZeroValueIterator.html         |   0
 .../sysml/runtime/compress/class-use/ColGroupOffset.html    |   0
 .../sysml/runtime/compress/class-use/ColGroupRLE.html       |   0
 .../runtime/compress/class-use/ColGroupUncompressed.html    |   0
 .../sysml/runtime/compress/class-use/ColGroupValue.html     |   0
 .../CompressedMatrixBlock.CompressionStatistics.html        |   0
 .../runtime/compress/class-use/CompressedMatrixBlock.html   |   0
 .../runtime/compress/class-use/ReaderColumnSelection.html   |   0
 .../compress/class-use/ReaderColumnSelectionDense.html      |   0
 .../class-use/ReaderColumnSelectionDenseSample.html         |   0
 .../compress/class-use/ReaderColumnSelectionSparse.html     |   0
 .../runtime/compress/class-use/UncompressedBitmap.html      |   0
 .../runtime/compress/cocode/ColumnGroupPartitioner.html     |   0
 .../compress/cocode/ColumnGroupPartitionerBinPacking.html   |   0
 .../compress/cocode/ColumnGroupPartitionerStatic.html       |   0
 .../compress/cocode/PlanningCoCoder.GroupableColInfo.html   |   0
 .../compress/cocode/PlanningCoCoder.PartitionerType.html    |   0
 .../sysml/runtime/compress/cocode/PlanningCoCoder.html      |   0
 .../compress/cocode/PlanningCoCodingGroup.ColIndexes.html   |   0
 .../runtime/compress/cocode/PlanningCoCodingGroup.html      |   0
 .../sysml/runtime/compress/cocode/PlanningMemoTable.html    |   0
 .../compress/cocode/class-use/ColumnGroupPartitioner.html   |   0
 .../cocode/class-use/ColumnGroupPartitionerBinPacking.html  |   0
 .../cocode/class-use/ColumnGroupPartitionerStatic.html      |   0
 .../cocode/class-use/PlanningCoCoder.GroupableColInfo.html  |   0
 .../cocode/class-use/PlanningCoCoder.PartitionerType.html   |   0
 .../runtime/compress/cocode/class-use/PlanningCoCoder.html  |   0
 .../cocode/class-use/PlanningCoCodingGroup.ColIndexes.html  |   0
 .../compress/cocode/class-use/PlanningCoCodingGroup.html    |   0
 .../compress/cocode/class-use/PlanningMemoTable.html        |   0
 .../apache/sysml/runtime/compress/cocode/package-frame.html |   0
 .../sysml/runtime/compress/cocode/package-summary.html      |   0
 .../apache/sysml/runtime/compress/cocode/package-tree.html  |   0
 .../apache/sysml/runtime/compress/cocode/package-use.html   |   0
 .../CompressedSizeEstimator.SizeEstimationFactors.html      |   0
 .../runtime/compress/estim/CompressedSizeEstimator.html     |   0
 .../compress/estim/CompressedSizeEstimatorExact.html        |   0
 .../compress/estim/CompressedSizeEstimatorSample.html       |   0
 .../sysml/runtime/compress/estim/CompressedSizeInfo.html    |   0
 .../sysml/runtime/compress/estim/SizeEstimatorFactory.html  |   0
 .../CompressedSizeEstimator.SizeEstimationFactors.html      |   0
 .../compress/estim/class-use/CompressedSizeEstimator.html   |   0
 .../estim/class-use/CompressedSizeEstimatorExact.html       |   0
 .../estim/class-use/CompressedSizeEstimatorSample.html      |   0
 .../compress/estim/class-use/CompressedSizeInfo.html        |   0
 .../compress/estim/class-use/SizeEstimatorFactory.html      |   0
 .../apache/sysml/runtime/compress/estim/package-frame.html  |   0
 .../sysml/runtime/compress/estim/package-summary.html       |   0
 .../apache/sysml/runtime/compress/estim/package-tree.html   |   0
 .../apache/sysml/runtime/compress/estim/package-use.html    |   0
 .../org/apache/sysml/runtime/compress/package-frame.html    |   0
 .../org/apache/sysml/runtime/compress/package-summary.html  |   0
 .../org/apache/sysml/runtime/compress/package-tree.html     |   0
 .../java/org/apache/sysml/runtime/compress/package-use.html |   0
 .../apache/sysml/runtime/compress/utils/ConverterUtils.html |   0
 .../org/apache/sysml/runtime/compress/utils/DblArray.html   |   0
 .../utils/DblArrayIntListHashMap.DArrayIListEntry.html      |   0
 .../runtime/compress/utils/DblArrayIntListHashMap.html      |   0
 .../compress/utils/DoubleIntListHashMap.DIListEntry.html    |   0
 .../sysml/runtime/compress/utils/DoubleIntListHashMap.html  |   0
 .../apache/sysml/runtime/compress/utils/IntArrayList.html   |   0
 .../sysml/runtime/compress/utils/LinearAlgebraUtils.html    |   0
 .../runtime/compress/utils/class-use/ConverterUtils.html    |   0
 .../sysml/runtime/compress/utils/class-use/DblArray.html    |   0
 .../class-use/DblArrayIntListHashMap.DArrayIListEntry.html  |   0
 .../compress/utils/class-use/DblArrayIntListHashMap.html    |   0
 .../utils/class-use/DoubleIntListHashMap.DIListEntry.html   |   0
 .../compress/utils/class-use/DoubleIntListHashMap.html      |   0
 .../runtime/compress/utils/class-use/IntArrayList.html      |   0
 .../compress/utils/class-use/LinearAlgebraUtils.html        |   0
 .../apache/sysml/runtime/compress/utils/package-frame.html  |   0
 .../sysml/runtime/compress/utils/package-summary.html       |   0
 .../apache/sysml/runtime/compress/utils/package-tree.html   |   0
 .../apache/sysml/runtime/compress/utils/package-use.html    |   0
 .../sysml/runtime/instructions/CPInstructionParser.html     |   0
 .../sysml/runtime/instructions/GPUInstructionParser.html    |   0
 .../sysml/runtime/instructions/Instruction.IType.html       |   0
 .../org/apache/sysml/runtime/instructions/Instruction.html  |   0
 .../sysml/runtime/instructions/InstructionParser.html       |   0
 .../apache/sysml/runtime/instructions/InstructionUtils.html |   0
 .../sysml/runtime/instructions/MRInstructionParser.html     |   0
 .../apache/sysml/runtime/instructions/MRJobInstruction.html |   0
 .../sysml/runtime/instructions/SPInstructionParser.html     |   0
 .../runtime/instructions/class-use/CPInstructionParser.html |   0
 .../instructions/class-use/GPUInstructionParser.html        |   0
 .../runtime/instructions/class-use/Instruction.IType.html   |   0
 .../sysml/runtime/instructions/class-use/Instruction.html   |   0
 .../runtime/instructions/class-use/InstructionParser.html   |   0
 .../runtime/instructions/class-use/InstructionUtils.html    |   0
 .../runtime/instructions/class-use/MRInstructionParser.html |   0
 .../runtime/instructions/class-use/MRJobInstruction.html    |   0
 .../runtime/instructions/class-use/SPInstructionParser.html |   0
 .../instructions/gpu/AggregateBinaryGPUInstruction.html     |   0
 .../instructions/gpu/AggregateUnaryGPUInstruction.html      |   0
 .../instructions/gpu/ArithmeticBinaryGPUInstruction.html    |   0
 .../instructions/gpu/BuiltinBinaryGPUInstruction.html       |   0
 .../instructions/gpu/BuiltinUnaryGPUInstruction.html        |   0
 .../sysml/runtime/instructions/gpu/DnnGPUInstruction.html   |   0
 .../gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html             |   0
 .../sysml/runtime/instructions/gpu/GPUInstruction.html      |   0
 .../sysml/runtime/instructions/gpu/MMTSJGPUInstruction.html |   0
 .../instructions/gpu/MatrixAppendGPUInstruction.html        |   0
 .../instructions/gpu/MatrixBuiltinGPUInstruction.html       |   0
 .../instructions/gpu/MatrixIndexingGPUInstruction.html      |   0
 .../gpu/MatrixMatrixArithmeticGPUInstruction.html           |   0
 .../instructions/gpu/MatrixMatrixAxpyGPUInstruction.html    |   0
 .../instructions/gpu/MatrixMatrixBuiltinGPUInstruction.html |   0
 .../gpu/MatrixMatrixRelationalBinaryGPUInstruction.html     |   0
 .../instructions/gpu/MatrixReshapeGPUInstruction.html       |   0
 .../instructions/gpu/RelationalBinaryGPUInstruction.html    |   0
 .../sysml/runtime/instructions/gpu/ReorgGPUInstruction.html |   0
 .../gpu/ScalarMatrixArithmeticGPUInstruction.html           |   0
 .../instructions/gpu/ScalarMatrixBuiltinGPUInstruction.html |   0
 .../gpu/ScalarMatrixRelationalBinaryGPUInstruction.html     |   0
 .../gpu/class-use/AggregateBinaryGPUInstruction.html        |   0
 .../gpu/class-use/AggregateUnaryGPUInstruction.html         |   0
 .../gpu/class-use/ArithmeticBinaryGPUInstruction.html       |   0
 .../gpu/class-use/BuiltinBinaryGPUInstruction.html          |   0
 .../gpu/class-use/BuiltinUnaryGPUInstruction.html           |   0
 .../instructions/gpu/class-use/DnnGPUInstruction.html       |   0
 .../gpu/class-use/GPUInstruction.GPUINSTRUCTION_TYPE.html   |   0
 .../runtime/instructions/gpu/class-use/GPUInstruction.html  |   0
 .../instructions/gpu/class-use/MMTSJGPUInstruction.html     |   0
 .../gpu/class-use/MatrixAppendGPUInstruction.html           |   0
 .../gpu/class-use/MatrixBuiltinGPUInstruction.html          |   0
 .../gpu/class-use/MatrixIndexingGPUInstruction.html         |   0
 .../gpu/class-use/MatrixMatrixArithmeticGPUInstruction.html |   0
 .../gpu/class-use/MatrixMatrixAxpyGPUInstruction.html       |   0
 .../gpu/class-use/MatrixMatrixBuiltinGPUInstruction.html    |   0
 .../MatrixMatrixRelationalBinaryGPUInstruction.html         |   0
 .../gpu/class-use/MatrixReshapeGPUInstruction.html          |   0
 .../gpu/class-use/RelationalBinaryGPUInstruction.html       |   0
 .../instructions/gpu/class-use/ReorgGPUInstruction.html     |   0
 .../gpu/class-use/ScalarMatrixArithmeticGPUInstruction.html |   0
 .../gpu/class-use/ScalarMatrixBuiltinGPUInstruction.html    |   0
 .../ScalarMatrixRelationalBinaryGPUInstruction.html         |   0
 .../sysml/runtime/instructions/gpu/context/CSRPointer.html  |   0
 .../instructions/gpu/context/CudaMemoryAllocator.html       |   0
 .../runtime/instructions/gpu/context/ExecutionConfig.html   |   0
 .../sysml/runtime/instructions/gpu/context/GPUContext.html  |   0
 .../runtime/instructions/gpu/context/GPUContextPool.html    |   0
 .../gpu/context/GPULazyCudaFreeMemoryManager.html           |   0
 .../instructions/gpu/context/GPUMatrixMemoryManager.html    |   0
 .../instructions/gpu/context/GPUMemoryAllocator.html        |   0
 .../GPUMemoryManager.EvictionPolicyBasedComparator.html     |   0
 .../runtime/instructions/gpu/context/GPUMemoryManager.html  |   0
 .../sysml/runtime/instructions/gpu/context/GPUObject.html   |   0
 .../runtime/instructions/gpu/context/JCudaKernels.html      |   0
 .../runtime/instructions/gpu/context/ShadowBuffer.html      |   0
 .../instructions/gpu/context/UnifiedMemoryAllocator.html    |   0
 .../instructions/gpu/context/class-use/CSRPointer.html      |   0
 .../gpu/context/class-use/CudaMemoryAllocator.html          |   0
 .../instructions/gpu/context/class-use/ExecutionConfig.html |   0
 .../instructions/gpu/context/class-use/GPUContext.html      |   0
 .../instructions/gpu/context/class-use/GPUContextPool.html  |   0
 .../gpu/context/class-use/GPULazyCudaFreeMemoryManager.html |   0
 .../gpu/context/class-use/GPUMatrixMemoryManager.html       |   0
 .../gpu/context/class-use/GPUMemoryAllocator.html           |   0
 .../GPUMemoryManager.EvictionPolicyBasedComparator.html     |   0
 .../gpu/context/class-use/GPUMemoryManager.html             |   0
 .../instructions/gpu/context/class-use/GPUObject.html       |   0
 .../instructions/gpu/context/class-use/JCudaKernels.html    |   0
 .../instructions/gpu/context/class-use/ShadowBuffer.html    |   0
 .../gpu/context/class-use/UnifiedMemoryAllocator.html       |   0
 .../runtime/instructions/gpu/context/package-frame.html     |   0
 .../runtime/instructions/gpu/context/package-summary.html   |   0
 .../runtime/instructions/gpu/context/package-tree.html      |   0
 .../sysml/runtime/instructions/gpu/context/package-use.html |   0
 .../sysml/runtime/instructions/gpu/package-frame.html       |   0
 .../sysml/runtime/instructions/gpu/package-summary.html     |   0
 .../apache/sysml/runtime/instructions/gpu/package-tree.html |   0
 .../apache/sysml/runtime/instructions/gpu/package-use.html  |   0
 .../apache/sysml/runtime/instructions/package-frame.html    |   0
 .../apache/sysml/runtime/instructions/package-summary.html  |   0
 .../org/apache/sysml/runtime/instructions/package-tree.html |   0
 .../org/apache/sysml/runtime/instructions/package-use.html  |   0
 .../instructions/spark/AggregateTernarySPInstruction.html   |   0
 .../spark/AggregateUnarySPInstruction.RDDUAggFunction2.html |   0
 .../instructions/spark/AggregateUnarySPInstruction.html     |   0
 .../spark/AppendGAlignedSPInstruction.ShiftColumnIndex.html |   0
 .../instructions/spark/AppendGAlignedSPInstruction.html     |   0
 .../spark/AppendGSPInstruction.MergeWithShiftedBlocks.html  |   0
 .../spark/AppendGSPInstruction.ShiftMatrix.html             |   0
 .../runtime/instructions/spark/AppendGSPInstruction.html    |   0
 .../runtime/instructions/spark/AppendMSPInstruction.html    |   0
 .../runtime/instructions/spark/AppendRSPInstruction.html    |   0
 .../BinUaggChainSPInstruction.RDDBinUaggChainFunction.html  |   0
 .../instructions/spark/BinUaggChainSPInstruction.html       |   0
 .../spark/BinaryMatrixBVectorSPInstruction.html             |   0
 .../instructions/spark/BinaryMatrixMatrixSPInstruction.html |   0
 .../instructions/spark/BinaryMatrixScalarSPInstruction.html |   0
 .../runtime/instructions/spark/BinarySPInstruction.html     |   0
 .../spark/BuiltinNarySPInstruction.PadBlocksFunction.html   |   0
 .../instructions/spark/BuiltinNarySPInstruction.html        |   0
 .../runtime/instructions/spark/CSVReblockSPInstruction.html |   0
 .../sysml/runtime/instructions/spark/CastSPInstruction.html |   0
 .../instructions/spark/CentralMomentSPInstruction.html      |   0
 .../runtime/instructions/spark/CheckpointSPInstruction.html |   0
 .../spark/CompressionSPInstruction.CompressionFunction.html |   0
 .../instructions/spark/CompressionSPInstruction.html        |   0
 .../instructions/spark/ComputationSPInstruction.html        |   0
 .../runtime/instructions/spark/CovarianceSPInstruction.html |   0
 .../sysml/runtime/instructions/spark/CpmmSPInstruction.html |   0
 .../spark/CtableSPInstruction.MapJoinSignature1.html        |   0
 .../spark/CtableSPInstruction.MapJoinSignature2.html        |   0
 .../spark/CtableSPInstruction.MapJoinSignature3.html        |   0
 .../runtime/instructions/spark/CtableSPInstruction.html     |   0
 .../spark/CumulativeAggregateSPInstruction.html             |   0
 .../instructions/spark/CumulativeOffsetSPInstruction.html   |   0
 .../sysml/runtime/instructions/spark/DnnSPInstruction.html  |   0
 .../instructions/spark/FrameAppendMSPInstruction.html       |   0
 .../instructions/spark/FrameAppendRSPInstruction.html       |   0
 .../instructions/spark/FrameIndexingSPInstruction.html      |   0
 .../runtime/instructions/spark/IndexingSPInstruction.html   |   0
 .../runtime/instructions/spark/MapmmChainSPInstruction.html |   0
 .../runtime/instructions/spark/MapmmSPInstruction.html      |   0
 .../instructions/spark/MatrixAppendMSPInstruction.html      |   0
 .../instructions/spark/MatrixAppendRSPInstruction.html      |   0
 .../instructions/spark/MatrixIndexingSPInstruction.html     |   0
 .../instructions/spark/MatrixReshapeSPInstruction.html      |   0
 ...dBuiltinSPInstruction.TransformEncodeBuild2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeBuildFunction.html |   0
 ...dBuiltinSPInstruction.TransformEncodeGroup2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeGroupFunction.html |   0
 .../spark/MultiReturnParameterizedBuiltinSPInstruction.html |   0
 .../runtime/instructions/spark/PMapmmSPInstruction.html     |   0
 .../ParameterizedBuiltinSPInstruction.CreateMatrixCell.html |   0
 ...erizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html |   0
 ...arameterizedBuiltinSPInstruction.RDDRExpandFunction.html |   0
 ...eterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html |   0
 ...zedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html |   0
 ...arameterizedBuiltinSPInstruction.RDDReplaceFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDTransformApplyFunction.html |   0
 ...uiltinSPInstruction.RDDTransformApplyOffsetFunction.html |   0
 ...iltinSPInstruction.RDDTransformDecodeExpandFunction.html |   0
 ...izedBuiltinSPInstruction.RDDTransformDecodeFunction.html |   0
 .../spark/ParameterizedBuiltinSPInstruction.html            |   0
 .../sysml/runtime/instructions/spark/PmmSPInstruction.html  |   0
 .../instructions/spark/QuantilePickSPInstruction.html       |   0
 .../instructions/spark/QuantileSortSPInstruction.html       |   0
 .../runtime/instructions/spark/QuaternarySPInstruction.html |   0
 .../sysml/runtime/instructions/spark/RandSPInstruction.html |   0
 .../runtime/instructions/spark/ReblockSPInstruction.html    |   0
 .../runtime/instructions/spark/ReorgSPInstruction.html      |   0
 .../sysml/runtime/instructions/spark/RmmSPInstruction.html  |   0
 .../runtime/instructions/spark/SPInstruction.SPType.html    |   0
 .../sysml/runtime/instructions/spark/SPInstruction.html     |   0
 .../SpoofSPInstruction.ReplicateRightFactorFunction.html    |   0
 .../runtime/instructions/spark/SpoofSPInstruction.html      |   0
 .../runtime/instructions/spark/TernarySPInstruction.html    |   0
 .../runtime/instructions/spark/Tsmm2SPInstruction.html      |   0
 .../sysml/runtime/instructions/spark/TsmmSPInstruction.html |   0
 .../instructions/spark/UaggOuterChainSPInstruction.html     |   0
 .../instructions/spark/UnaryMatrixSPInstruction.html        |   0
 .../runtime/instructions/spark/UnarySPInstruction.html      |   0
 .../runtime/instructions/spark/WriteSPInstruction.html      |   0
 .../runtime/instructions/spark/ZipmmSPInstruction.html      |   0
 .../spark/class-use/AggregateTernarySPInstruction.html      |   0
 .../AggregateUnarySPInstruction.RDDUAggFunction2.html       |   0
 .../spark/class-use/AggregateUnarySPInstruction.html        |   0
 .../AppendGAlignedSPInstruction.ShiftColumnIndex.html       |   0
 .../spark/class-use/AppendGAlignedSPInstruction.html        |   0
 .../AppendGSPInstruction.MergeWithShiftedBlocks.html        |   0
 .../spark/class-use/AppendGSPInstruction.ShiftMatrix.html   |   0
 .../instructions/spark/class-use/AppendGSPInstruction.html  |   0
 .../instructions/spark/class-use/AppendMSPInstruction.html  |   0
 .../instructions/spark/class-use/AppendRSPInstruction.html  |   0
 .../BinUaggChainSPInstruction.RDDBinUaggChainFunction.html  |   0
 .../spark/class-use/BinUaggChainSPInstruction.html          |   0
 .../spark/class-use/BinaryMatrixBVectorSPInstruction.html   |   0
 .../spark/class-use/BinaryMatrixMatrixSPInstruction.html    |   0
 .../spark/class-use/BinaryMatrixScalarSPInstruction.html    |   0
 .../instructions/spark/class-use/BinarySPInstruction.html   |   0
 .../BuiltinNarySPInstruction.PadBlocksFunction.html         |   0
 .../spark/class-use/BuiltinNarySPInstruction.html           |   0
 .../spark/class-use/CSVReblockSPInstruction.html            |   0
 .../instructions/spark/class-use/CastSPInstruction.html     |   0
 .../spark/class-use/CentralMomentSPInstruction.html         |   0
 .../spark/class-use/CheckpointSPInstruction.html            |   0
 .../CompressionSPInstruction.CompressionFunction.html       |   0
 .../spark/class-use/CompressionSPInstruction.html           |   0
 .../spark/class-use/ComputationSPInstruction.html           |   0
 .../spark/class-use/CovarianceSPInstruction.html            |   0
 .../instructions/spark/class-use/CpmmSPInstruction.html     |   0
 .../class-use/CtableSPInstruction.MapJoinSignature1.html    |   0
 .../class-use/CtableSPInstruction.MapJoinSignature2.html    |   0
 .../class-use/CtableSPInstruction.MapJoinSignature3.html    |   0
 .../instructions/spark/class-use/CtableSPInstruction.html   |   0
 .../spark/class-use/CumulativeAggregateSPInstruction.html   |   0
 .../spark/class-use/CumulativeOffsetSPInstruction.html      |   0
 .../instructions/spark/class-use/DnnSPInstruction.html      |   0
 .../spark/class-use/FrameAppendMSPInstruction.html          |   0
 .../spark/class-use/FrameAppendRSPInstruction.html          |   0
 .../spark/class-use/FrameIndexingSPInstruction.html         |   0
 .../instructions/spark/class-use/IndexingSPInstruction.html |   0
 .../spark/class-use/MapmmChainSPInstruction.html            |   0
 .../instructions/spark/class-use/MapmmSPInstruction.html    |   0
 .../spark/class-use/MatrixAppendMSPInstruction.html         |   0
 .../spark/class-use/MatrixAppendRSPInstruction.html         |   0
 .../spark/class-use/MatrixIndexingSPInstruction.html        |   0
 .../spark/class-use/MatrixReshapeSPInstruction.html         |   0
 ...dBuiltinSPInstruction.TransformEncodeBuild2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeBuildFunction.html |   0
 ...dBuiltinSPInstruction.TransformEncodeGroup2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeGroupFunction.html |   0
 .../MultiReturnParameterizedBuiltinSPInstruction.html       |   0
 .../instructions/spark/class-use/PMapmmSPInstruction.html   |   0
 .../ParameterizedBuiltinSPInstruction.CreateMatrixCell.html |   0
 ...erizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html |   0
 ...arameterizedBuiltinSPInstruction.RDDRExpandFunction.html |   0
 ...eterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html |   0
 ...zedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html |   0
 ...arameterizedBuiltinSPInstruction.RDDReplaceFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDTransformApplyFunction.html |   0
 ...uiltinSPInstruction.RDDTransformApplyOffsetFunction.html |   0
 ...iltinSPInstruction.RDDTransformDecodeExpandFunction.html |   0
 ...izedBuiltinSPInstruction.RDDTransformDecodeFunction.html |   0
 .../spark/class-use/ParameterizedBuiltinSPInstruction.html  |   0
 .../instructions/spark/class-use/PmmSPInstruction.html      |   0
 .../spark/class-use/QuantilePickSPInstruction.html          |   0
 .../spark/class-use/QuantileSortSPInstruction.html          |   0
 .../spark/class-use/QuaternarySPInstruction.html            |   0
 .../instructions/spark/class-use/RandSPInstruction.html     |   0
 .../instructions/spark/class-use/ReblockSPInstruction.html  |   0
 .../instructions/spark/class-use/ReorgSPInstruction.html    |   0
 .../instructions/spark/class-use/RmmSPInstruction.html      |   0
 .../instructions/spark/class-use/SPInstruction.SPType.html  |   0
 .../runtime/instructions/spark/class-use/SPInstruction.html |   0
 .../SpoofSPInstruction.ReplicateRightFactorFunction.html    |   0
 .../instructions/spark/class-use/SpoofSPInstruction.html    |   0
 .../instructions/spark/class-use/TernarySPInstruction.html  |   0
 .../instructions/spark/class-use/Tsmm2SPInstruction.html    |   0
 .../instructions/spark/class-use/TsmmSPInstruction.html     |   0
 .../spark/class-use/UaggOuterChainSPInstruction.html        |   0
 .../spark/class-use/UnaryMatrixSPInstruction.html           |   0
 .../instructions/spark/class-use/UnarySPInstruction.html    |   0
 .../instructions/spark/class-use/WriteSPInstruction.html    |   0
 .../instructions/spark/class-use/ZipmmSPInstruction.html    |   0
 .../sysml/runtime/instructions/spark/package-frame.html     |   0
 .../sysml/runtime/instructions/spark/package-summary.html   |   0
 .../sysml/runtime/instructions/spark/package-tree.html      |   0
 .../sysml/runtime/instructions/spark/package-use.html       |   0
 .../instructions/spark/utils/FrameRDDAggregateUtils.html    |   0
 ...ConverterUtils.LongFrameToLongWritableFrameFunction.html |   0
 ...ConverterUtils.LongWritableFrameToLongFrameFunction.html |   0
 ...DDConverterUtils.LongWritableTextToLongTextFunction.html |   0
 .../FrameRDDConverterUtils.LongWritableToSerFunction.html   |   0
 .../instructions/spark/utils/FrameRDDConverterUtils.html    |   0
 .../runtime/instructions/spark/utils/RDDAggregateUtils.html |   0
 .../RDDConverterUtils.BinaryCellToBinaryBlockFunction.html  |   0
 .../utils/RDDConverterUtils.DataFrameExtractIDFunction.html |   0
 .../runtime/instructions/spark/utils/RDDConverterUtils.html |   0
 .../spark/utils/RDDConverterUtilsExt.AddRowID.html          |   0
 .../spark/utils/RDDConverterUtilsExt.RDDConverterTypes.html |   0
 .../instructions/spark/utils/RDDConverterUtilsExt.html      |   0
 .../spark/utils/RDDSortUtils.IndexComparator.html           |   0
 .../spark/utils/RDDSortUtils.IndexComparator2.html          |   0
 .../runtime/instructions/spark/utils/RDDSortUtils.html      |   0
 .../sysml/runtime/instructions/spark/utils/SparkUtils.html  |   0
 .../spark/utils/class-use/FrameRDDAggregateUtils.html       |   0
 ...ConverterUtils.LongFrameToLongWritableFrameFunction.html |   0
 ...ConverterUtils.LongWritableFrameToLongFrameFunction.html |   0
 ...DDConverterUtils.LongWritableTextToLongTextFunction.html |   0
 .../FrameRDDConverterUtils.LongWritableToSerFunction.html   |   0
 .../spark/utils/class-use/FrameRDDConverterUtils.html       |   0
 .../spark/utils/class-use/RDDAggregateUtils.html            |   0
 .../RDDConverterUtils.BinaryCellToBinaryBlockFunction.html  |   0
 .../RDDConverterUtils.DataFrameExtractIDFunction.html       |   0
 .../spark/utils/class-use/RDDConverterUtils.html            |   0
 .../utils/class-use/RDDConverterUtilsExt.AddRowID.html      |   0
 .../class-use/RDDConverterUtilsExt.RDDConverterTypes.html   |   0
 .../spark/utils/class-use/RDDConverterUtilsExt.html         |   0
 .../spark/utils/class-use/RDDSortUtils.IndexComparator.html |   0
 .../utils/class-use/RDDSortUtils.IndexComparator2.html      |   0
 .../instructions/spark/utils/class-use/RDDSortUtils.html    |   0
 .../instructions/spark/utils/class-use/SparkUtils.html      |   0
 .../runtime/instructions/spark/utils/package-frame.html     |   0
 .../runtime/instructions/spark/utils/package-summary.html   |   0
 .../runtime/instructions/spark/utils/package-tree.html      |   0
 .../sysml/runtime/instructions/spark/utils/package-use.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/CMCOVMR.html   |   0
 .../runtime/matrix/CSVReblockMR.AssignRowIDMRReturn.html    |   0
 .../apache/sysml/runtime/matrix/CSVReblockMR.BlockRow.html  |   0
 .../sysml/runtime/matrix/CSVReblockMR.OffsetCount.html      |   0
 .../java/org/apache/sysml/runtime/matrix/CSVReblockMR.html  |   0
 .../sysml/runtime/matrix/CleanupMR.CleanupMapper.html       |   0
 .../api/java/org/apache/sysml/runtime/matrix/CleanupMR.html |   0
 .../apache/sysml/runtime/matrix/CombineMR.InnerReducer.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/CombineMR.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/DataGenMR.html |   0
 .../org/apache/sysml/runtime/matrix/DataPartitionMR.html    |   0
 .../1.2.0/api/java/org/apache/sysml/runtime/matrix/GMR.html |   0
 .../java/org/apache/sysml/runtime/matrix/GroupedAggMR.html  |   0
 .../api/java/org/apache/sysml/runtime/matrix/JobReturn.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/MMCJMR.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/MMRJMR.html    |   0
 .../apache/sysml/runtime/matrix/MatrixCharacteristics.html  |   0
 .../api/java/org/apache/sysml/runtime/matrix/MetaData.html  |   0
 .../org/apache/sysml/runtime/matrix/MetaDataFormat.html     |   0
 .../sysml/runtime/matrix/MetaDataNumItemsByEachReducer.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/ReblockMR.html |   0
 .../api/java/org/apache/sysml/runtime/matrix/SortMR.html    |   0
 .../java/org/apache/sysml/runtime/matrix/WriteCSVMR.html    |   0
 .../org/apache/sysml/runtime/matrix/class-use/CMCOVMR.html  |   0
 .../matrix/class-use/CSVReblockMR.AssignRowIDMRReturn.html  |   0
 .../runtime/matrix/class-use/CSVReblockMR.BlockRow.html     |   0
 .../runtime/matrix/class-use/CSVReblockMR.OffsetCount.html  |   0
 .../apache/sysml/runtime/matrix/class-use/CSVReblockMR.html |   0
 .../runtime/matrix/class-use/CleanupMR.CleanupMapper.html   |   0
 .../apache/sysml/runtime/matrix/class-use/CleanupMR.html    |   0
 .../runtime/matrix/class-use/CombineMR.InnerReducer.html    |   0
 .../apache/sysml/runtime/matrix/class-use/CombineMR.html    |   0
 .../apache/sysml/runtime/matrix/class-use/DataGenMR.html    |   0
 .../sysml/runtime/matrix/class-use/DataPartitionMR.html     |   0
 .../java/org/apache/sysml/runtime/matrix/class-use/GMR.html |   0
 .../apache/sysml/runtime/matrix/class-use/GroupedAggMR.html |   0
 .../apache/sysml/runtime/matrix/class-use/JobReturn.html    |   0
 .../org/apache/sysml/runtime/matrix/class-use/MMCJMR.html   |   0
 .../org/apache/sysml/runtime/matrix/class-use/MMRJMR.html   |   0
 .../runtime/matrix/class-use/MatrixCharacteristics.html     |   0
 .../org/apache/sysml/runtime/matrix/class-use/MetaData.html |   0
 .../sysml/runtime/matrix/class-use/MetaDataFormat.html      |   0
 .../matrix/class-use/MetaDataNumItemsByEachReducer.html     |   0
 .../apache/sysml/runtime/matrix/class-use/ReblockMR.html    |   0
 .../org/apache/sysml/runtime/matrix/class-use/SortMR.html   |   0
 .../apache/sysml/runtime/matrix/class-use/WriteCSVMR.html   |   0
 .../sysml/runtime/matrix/data/AdaptivePartialBlock.html     |   0
 .../sysml/runtime/matrix/data/AddDummyWeightConverter.html  |   0
 .../matrix/data/BinaryBlockToBinaryCellConverter.html       |   0
 .../runtime/matrix/data/BinaryBlockToRowBlockConverter.html |   0
 .../runtime/matrix/data/BinaryBlockToTextCellConverter.html |   0
 .../runtime/matrix/data/BinaryCellToRowBlockConverter.html  |   0
 .../runtime/matrix/data/BinaryCellToTextConverter.html      |   0
 .../org/apache/sysml/runtime/matrix/data/CM_N_COVCell.html  |   0
 .../org/apache/sysml/runtime/matrix/data/CTableMap.html     |   0
 .../org/apache/sysml/runtime/matrix/data/Converter.html     |   0
 .../sysml/runtime/matrix/data/CudaSupportFunctions.html     |   0
 .../apache/sysml/runtime/matrix/data/DenseBlock.Type.html   |   0
 .../org/apache/sysml/runtime/matrix/data/DenseBlock.html    |   0
 .../org/apache/sysml/runtime/matrix/data/DenseBlockDRB.html |   0
 .../apache/sysml/runtime/matrix/data/DenseBlockFactory.html |   0
 .../apache/sysml/runtime/matrix/data/DenseBlockLDRB.html    |   0
 .../org/apache/sysml/runtime/matrix/data/DnnParameters.html |   0
 .../matrix/data/DoublePrecisionCudaSupportFunctions.html    |   0
 .../runtime/matrix/data/FrameBlock.ColumnMetadata.html      |   0
 .../org/apache/sysml/runtime/matrix/data/FrameBlock.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/data/IJV.html  |   0
 .../sysml/runtime/matrix/data/IdenticalConverter.html       |   0
 .../org/apache/sysml/runtime/matrix/data/InputInfo.html     |   0
 .../apache/sysml/runtime/matrix/data/LibCommonsMath.html    |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixAgg.html  |   0
 .../matrix/data/LibMatrixBincell.BinaryAccessType.html      |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixBincell.html  |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixCUDA.html |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixCuDNN.html    |   0
 .../matrix/data/LibMatrixCuDNNConvolutionAlgorithm.html     |   0
 .../runtime/matrix/data/LibMatrixCuDNNInputRowFetcher.html  |   0
 .../matrix/data/LibMatrixCuDNNPoolingDescriptors.html       |   0
 .../runtime/matrix/data/LibMatrixCuDNNRnnAlgorithm.html     |   0
 .../sysml/runtime/matrix/data/LibMatrixCuMatMult.html       |   0
 .../sysml/runtime/matrix/data/LibMatrixDNN.PoolingType.html |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixDNN.html  |   0
 .../sysml/runtime/matrix/data/LibMatrixDNNConv2d.html       |   0
 .../runtime/matrix/data/LibMatrixDNNHelper.CellIndex3.html  |   0
 .../sysml/runtime/matrix/data/LibMatrixDNNHelper.html       |   0
 .../sysml/runtime/matrix/data/LibMatrixDNNIm2Col.html       |   0
 .../sysml/runtime/matrix/data/LibMatrixDNNPooling.html      |   0
 .../runtime/matrix/data/LibMatrixDNNRelu.ReluBackward.html  |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixDNNRelu.html  |   0
 .../matrix/data/LibMatrixDNNRotate180.Rotate180Worker.html  |   0
 .../sysml/runtime/matrix/data/LibMatrixDNNRotate180.html    |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixDatagen.html  |   0
 .../org/apache/sysml/runtime/matrix/data/LibMatrixMult.html |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixNative.html   |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixOuterAgg.html |   0
 .../apache/sysml/runtime/matrix/data/LibMatrixReorg.html    |   0
 .../sysml/runtime/matrix/data/MatrixBlock.BlockType.html    |   0
 .../runtime/matrix/data/MatrixBlock.SparsityEstimate.html   |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixBlock.html   |   0
 .../sysml/runtime/matrix/data/MatrixBlockDataInput.html     |   0
 .../sysml/runtime/matrix/data/MatrixBlockDataOutput.html    |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixCell.html    |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixIndexes.html |   0
 .../apache/sysml/runtime/matrix/data/MatrixPackedCell.html  |   0
 .../sysml/runtime/matrix/data/MatrixValue.CellIndex.html    |   0
 .../org/apache/sysml/runtime/matrix/data/MatrixValue.html   |   0
 .../sysml/runtime/matrix/data/MultipleOutputCommitter.html  |   0
 .../sysml/runtime/matrix/data/OperationsOnMatrixValues.html |   0
 .../org/apache/sysml/runtime/matrix/data/OutputInfo.html    |   0
 .../api/java/org/apache/sysml/runtime/matrix/data/Pair.html |   0
 .../org/apache/sysml/runtime/matrix/data/PartialBlock.html  |   0
 .../sysml/runtime/matrix/data/RandomMatrixGenerator.html    |   0
 .../matrix/data/SinglePrecisionCudaSupportFunctions.html    |   0
 .../apache/sysml/runtime/matrix/data/SparseBlock.Type.html  |   0
 .../org/apache/sysml/runtime/matrix/data/SparseBlock.html   |   0
 .../apache/sysml/runtime/matrix/data/SparseBlockCOO.html    |   0
 .../apache/sysml/runtime/matrix/data/SparseBlockCSR.html    |   0
 .../sysml/runtime/matrix/data/SparseBlockFactory.html       |   0
 .../apache/sysml/runtime/matrix/data/SparseBlockMCSR.html   |   0
 .../org/apache/sysml/runtime/matrix/data/SparseRow.html     |   0
 .../apache/sysml/runtime/matrix/data/SparseRowScalar.html   |   0
 .../apache/sysml/runtime/matrix/data/SparseRowVector.html   |   0
 .../java/org/apache/sysml/runtime/matrix/data/Tagged.html   |   0
 .../runtime/matrix/data/TaggedAdaptivePartialBlock.html     |   0
 .../matrix/data/TaggedFirstSecondIndexes.Comparator.html    |   0
 .../TaggedFirstSecondIndexes.FirstIndexPartitioner.html     |   0
 ...TaggedFirstSecondIndexes.FirstIndexRangePartitioner.html |   0
 .../data/TaggedFirstSecondIndexes.TagPartitioner.html       |   0
 .../sysml/runtime/matrix/data/TaggedFirstSecondIndexes.html |   0
 .../apache/sysml/runtime/matrix/data/TaggedMatrixBlock.html |   0
 .../apache/sysml/runtime/matrix/data/TaggedMatrixCell.html  |   0
 .../sysml/runtime/matrix/data/TaggedMatrixIndexes.html      |   0
 .../sysml/runtime/matrix/data/TaggedMatrixPackedCell.html   |   0
 .../apache/sysml/runtime/matrix/data/TaggedMatrixValue.html |   0
 .../sysml/runtime/matrix/data/TaggedTripleIndexes.html      |   0
 .../runtime/matrix/data/TextCellToRowBlockConverter.html    |   0
 .../runtime/matrix/data/TextToBinaryCellConverter.html      |   0
 .../sysml/runtime/matrix/data/TripleIndexes.Comparator.html |   0
 .../data/TripleIndexes.FirstTwoIndexesPartitioner.html      |   0
 .../org/apache/sysml/runtime/matrix/data/TripleIndexes.html |   0
 .../data/UnPaddedOutputFormat.UnpaddedRecordWriter.html     |   0
 .../sysml/runtime/matrix/data/UnPaddedOutputFormat.html     |   0
 .../org/apache/sysml/runtime/matrix/data/WeightedCell.html  |   0
 .../matrix/data/WeightedCellToSortInputConverter.html       |   0
 .../org/apache/sysml/runtime/matrix/data/WeightedPair.html  |   0
 .../runtime/matrix/data/class-use/AdaptivePartialBlock.html |   0
 .../matrix/data/class-use/AddDummyWeightConverter.html      |   0
 .../data/class-use/BinaryBlockToBinaryCellConverter.html    |   0
 .../data/class-use/BinaryBlockToRowBlockConverter.html      |   0
 .../data/class-use/BinaryBlockToTextCellConverter.html      |   0
 .../data/class-use/BinaryCellToRowBlockConverter.html       |   0
 .../matrix/data/class-use/BinaryCellToTextConverter.html    |   0
 .../sysml/runtime/matrix/data/class-use/CM_N_COVCell.html   |   0
 .../sysml/runtime/matrix/data/class-use/CTableMap.html      |   0
 .../sysml/runtime/matrix/data/class-use/Converter.html      |   0
 .../runtime/matrix/data/class-use/CudaSupportFunctions.html |   0
 .../runtime/matrix/data/class-use/DenseBlock.Type.html      |   0
 .../sysml/runtime/matrix/data/class-use/DenseBlock.html     |   0
 .../sysml/runtime/matrix/data/class-use/DenseBlockDRB.html  |   0
 .../runtime/matrix/data/class-use/DenseBlockFactory.html    |   0
 .../sysml/runtime/matrix/data/class-use/DenseBlockLDRB.html |   0
 .../sysml/runtime/matrix/data/class-use/DnnParameters.html  |   0
 .../data/class-use/DoublePrecisionCudaSupportFunctions.html |   0
 .../matrix/data/class-use/FrameBlock.ColumnMetadata.html    |   0
 .../sysml/runtime/matrix/data/class-use/FrameBlock.html     |   0
 .../org/apache/sysml/runtime/matrix/data/class-use/IJV.html |   0
 .../runtime/matrix/data/class-use/IdenticalConverter.html   |   0
 .../sysml/runtime/matrix/data/class-use/InputInfo.html      |   0
 .../sysml/runtime/matrix/data/class-use/LibCommonsMath.html |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixAgg.html   |   0
 .../data/class-use/LibMatrixBincell.BinaryAccessType.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixBincell.html     |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixCUDA.html  |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixCuDNN.html |   0
 .../data/class-use/LibMatrixCuDNNConvolutionAlgorithm.html  |   0
 .../data/class-use/LibMatrixCuDNNInputRowFetcher.html       |   0
 .../data/class-use/LibMatrixCuDNNPoolingDescriptors.html    |   0
 .../matrix/data/class-use/LibMatrixCuDNNRnnAlgorithm.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixCuMatMult.html   |   0
 .../matrix/data/class-use/LibMatrixDNN.PoolingType.html     |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixDNN.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixDNNConv2d.html   |   0
 .../data/class-use/LibMatrixDNNHelper.CellIndex3.html       |   0
 .../runtime/matrix/data/class-use/LibMatrixDNNHelper.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixDNNIm2Col.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixDNNPooling.html  |   0
 .../data/class-use/LibMatrixDNNRelu.ReluBackward.html       |   0
 .../runtime/matrix/data/class-use/LibMatrixDNNRelu.html     |   0
 .../class-use/LibMatrixDNNRotate180.Rotate180Worker.html    |   0
 .../matrix/data/class-use/LibMatrixDNNRotate180.html        |   0
 .../runtime/matrix/data/class-use/LibMatrixDatagen.html     |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixMult.html  |   0
 .../runtime/matrix/data/class-use/LibMatrixNative.html      |   0
 .../runtime/matrix/data/class-use/LibMatrixOuterAgg.html    |   0
 .../sysml/runtime/matrix/data/class-use/LibMatrixReorg.html |   0
 .../matrix/data/class-use/MatrixBlock.BlockType.html        |   0
 .../matrix/data/class-use/MatrixBlock.SparsityEstimate.html |   0
 .../sysml/runtime/matrix/data/class-use/MatrixBlock.html    |   0
 .../runtime/matrix/data/class-use/MatrixBlockDataInput.html |   0
 .../matrix/data/class-use/MatrixBlockDataOutput.html        |   0
 .../sysml/runtime/matrix/data/class-use/MatrixCell.html     |   0
 .../sysml/runtime/matrix/data/class-use/MatrixIndexes.html  |   0
 .../runtime/matrix/data/class-use/MatrixPackedCell.html     |   0
 .../matrix/data/class-use/MatrixValue.CellIndex.html        |   0
 .../sysml/runtime/matrix/data/class-use/MatrixValue.html    |   0
 .../matrix/data/class-use/MultipleOutputCommitter.html      |   0
 .../matrix/data/class-use/OperationsOnMatrixValues.html     |   0
 .../sysml/runtime/matrix/data/class-use/OutputInfo.html     |   0
 .../apache/sysml/runtime/matrix/data/class-use/Pair.html    |   0
 .../sysml/runtime/matrix/data/class-use/PartialBlock.html   |   0
 .../matrix/data/class-use/RandomMatrixGenerator.html        |   0
 .../data/class-use/SinglePrecisionCudaSupportFunctions.html |   0
 .../runtime/matrix/data/class-use/SparseBlock.Type.html     |   0
 .../sysml/runtime/matrix/data/class-use/SparseBlock.html    |   0
 .../sysml/runtime/matrix/data/class-use/SparseBlockCOO.html |   0
 .../sysml/runtime/matrix/data/class-use/SparseBlockCSR.html |   0
 .../runtime/matrix/data/class-use/SparseBlockFactory.html   |   0
 .../runtime/matrix/data/class-use/SparseBlockMCSR.html      |   0
 .../sysml/runtime/matrix/data/class-use/SparseRow.html      |   0
 .../runtime/matrix/data/class-use/SparseRowScalar.html      |   0
 .../runtime/matrix/data/class-use/SparseRowVector.html      |   0
 .../apache/sysml/runtime/matrix/data/class-use/Tagged.html  |   0
 .../matrix/data/class-use/TaggedAdaptivePartialBlock.html   |   0
 .../data/class-use/TaggedFirstSecondIndexes.Comparator.html |   0
 .../TaggedFirstSecondIndexes.FirstIndexPartitioner.html     |   0
 ...TaggedFirstSecondIndexes.FirstIndexRangePartitioner.html |   0
 .../class-use/TaggedFirstSecondIndexes.TagPartitioner.html  |   0
 .../matrix/data/class-use/TaggedFirstSecondIndexes.html     |   0
 .../runtime/matrix/data/class-use/TaggedMatrixBlock.html    |   0
 .../runtime/matrix/data/class-use/TaggedMatrixCell.html     |   0
 .../runtime/matrix/data/class-use/TaggedMatrixIndexes.html  |   0
 .../matrix/data/class-use/TaggedMatrixPackedCell.html       |   0
 .../runtime/matrix/data/class-use/TaggedMatrixValue.html    |   0
 .../runtime/matrix/data/class-use/TaggedTripleIndexes.html  |   0
 .../matrix/data/class-use/TextCellToRowBlockConverter.html  |   0
 .../matrix/data/class-use/TextToBinaryCellConverter.html    |   0
 .../matrix/data/class-use/TripleIndexes.Comparator.html     |   0
 .../class-use/TripleIndexes.FirstTwoIndexesPartitioner.html |   0
 .../sysml/runtime/matrix/data/class-use/TripleIndexes.html  |   0
 .../UnPaddedOutputFormat.UnpaddedRecordWriter.html          |   0
 .../runtime/matrix/data/class-use/UnPaddedOutputFormat.html |   0
 .../sysml/runtime/matrix/data/class-use/WeightedCell.html   |   0
 .../data/class-use/WeightedCellToSortInputConverter.html    |   0
 .../sysml/runtime/matrix/data/class-use/WeightedPair.html   |   0
 .../org/apache/sysml/runtime/matrix/data/package-frame.html |   0
 .../apache/sysml/runtime/matrix/data/package-summary.html   |   0
 .../org/apache/sysml/runtime/matrix/data/package-tree.html  |   0
 .../org/apache/sysml/runtime/matrix/data/package-use.html   |   0
 .../java/org/apache/sysml/runtime/matrix/package-frame.html |   0
 .../org/apache/sysml/runtime/matrix/package-summary.html    |   0
 .../java/org/apache/sysml/runtime/matrix/package-tree.html  |   0
 .../java/org/apache/sysml/runtime/matrix/package-use.html   |   0
 .../api/java/org/apache/sysml/runtime/package-frame.html    |   0
 .../api/java/org/apache/sysml/runtime/package-summary.html  |   0
 .../api/java/org/apache/sysml/runtime/package-tree.html     |   0
 .../api/java/org/apache/sysml/runtime/package-use.html      |   0
 .../1.2.0/api/java/org/apache/sysml/udf/BinaryObject.html   |   0
 .../sysml/udf/ExternalFunctionInvocationInstruction.html    |   0
 .../sysml/udf/FunctionParameter.FunctionParameterType.html  |   0
 .../api/java/org/apache/sysml/udf/FunctionParameter.html    |   0
 .../api/java/org/apache/sysml/udf/Matrix.ValueType.html     |   0
 .../docs/1.2.0/api/java/org/apache/sysml/udf/Matrix.html    |   0
 .../api/java/org/apache/sysml/udf/PackageFunction.html      |   0
 .../java/org/apache/sysml/udf/Scalar.ScalarValueType.html   |   0
 .../docs/1.2.0/api/java/org/apache/sysml/udf/Scalar.html    |   0
 .../java/org/apache/sysml/udf/class-use/BinaryObject.html   |   0
 .../class-use/ExternalFunctionInvocationInstruction.html    |   0
 .../class-use/FunctionParameter.FunctionParameterType.html  |   0
 .../org/apache/sysml/udf/class-use/FunctionParameter.html   |   0
 .../org/apache/sysml/udf/class-use/Matrix.ValueType.html    |   0
 .../api/java/org/apache/sysml/udf/class-use/Matrix.html     |   0
 .../org/apache/sysml/udf/class-use/PackageFunction.html     |   0
 .../apache/sysml/udf/class-use/Scalar.ScalarValueType.html  |   0
 .../api/java/org/apache/sysml/udf/class-use/Scalar.html     |   0
 .../api/java/org/apache/sysml/udf/lib/BinningWrapper.html   |   0
 .../1.2.0/api/java/org/apache/sysml/udf/lib/CumSumProd.html |   0
 .../org/apache/sysml/udf/lib/DynamicProjectMatrixCP.html    |   0
 .../java/org/apache/sysml/udf/lib/DynamicReadMatrixCP.html  |   0
 .../org/apache/sysml/udf/lib/DynamicReadMatrixRcCP.html     |   0
 .../java/org/apache/sysml/udf/lib/DynamicWriteMatrixCP.html |   0
 .../api/java/org/apache/sysml/udf/lib/EvalFunction.html     |   0
 .../api/java/org/apache/sysml/udf/lib/GatherWrapper.html    |   0
 .../api/java/org/apache/sysml/udf/lib/MultiInputCbind.html  |   0
 .../api/java/org/apache/sysml/udf/lib/OrderWrapper.html     |   0
 .../api/java/org/apache/sysml/udf/lib/RemoveEmptyRows.html  |   0
 .../api/java/org/apache/sysml/udf/lib/RowClassMeet.html     |   0
 .../java/org/apache/sysml/udf/lib/SGDNesterovUpdate.html    |   0
 .../api/java/org/apache/sysml/udf/lib/TimeWrapper.html      |   0
 .../org/apache/sysml/udf/lib/class-use/BinningWrapper.html  |   0
 .../java/org/apache/sysml/udf/lib/class-use/CumSumProd.html |   0
 .../sysml/udf/lib/class-use/DynamicProjectMatrixCP.html     |   0
 .../apache/sysml/udf/lib/class-use/DynamicReadMatrixCP.html |   0
 .../sysml/udf/lib/class-use/DynamicReadMatrixRcCP.html      |   0
 .../sysml/udf/lib/class-use/DynamicWriteMatrixCP.html       |   0
 .../org/apache/sysml/udf/lib/class-use/EvalFunction.html    |   0
 .../org/apache/sysml/udf/lib/class-use/GatherWrapper.html   |   0
 .../org/apache/sysml/udf/lib/class-use/MultiInputCbind.html |   0
 .../org/apache/sysml/udf/lib/class-use/OrderWrapper.html    |   0
 .../org/apache/sysml/udf/lib/class-use/RemoveEmptyRows.html |   0
 .../org/apache/sysml/udf/lib/class-use/RowClassMeet.html    |   0
 .../apache/sysml/udf/lib/class-use/SGDNesterovUpdate.html   |   0
 .../org/apache/sysml/udf/lib/class-use/TimeWrapper.html     |   0
 .../api/java/org/apache/sysml/udf/lib/package-frame.html    |   0
 .../api/java/org/apache/sysml/udf/lib/package-summary.html  |   0
 .../api/java/org/apache/sysml/udf/lib/package-tree.html     |   0
 .../api/java/org/apache/sysml/udf/lib/package-use.html      |   0
 .../1.2.0/api/java/org/apache/sysml/udf/package-frame.html  |   0
 .../api/java/org/apache/sysml/udf/package-summary.html      |   0
 .../1.2.0/api/java/org/apache/sysml/udf/package-tree.html   |   0
 .../1.2.0/api/java/org/apache/sysml/udf/package-use.html    |   0
 {site => content}/docs/1.2.0/api/java/overview-frame.html   |   0
 {site => content}/docs/1.2.0/api/java/overview-summary.html |   0
 {site => content}/docs/1.2.0/api/java/overview-tree.html    |   0
 .../docs/1.0.0 => content/docs/1.2.0}/api/java/package-list |   0
 {site/docs/0.13.0 => content/docs/1.2.0}/api/java/script.js |   0
 {site => content}/docs/1.2.0/api/java/serialized-form.html  |   0
 .../0.13.0 => content/docs/1.2.0}/api/java/stylesheet.css   |   0
 .../docs/1.2.0}/api/python/_sources/index.rst.txt           |   0
 .../1.2.0}/api/python/_sources/systemml.mllearn.rst.txt     |   0
 .../docs/1.2.0}/api/python/_sources/systemml.random.rst.txt |   0
 .../docs/1.2.0}/api/python/_sources/systemml.rst.txt        |   0
 .../docs/1.2.0}/api/python/_static/ajax-loader.gif          | Bin
 {site => content}/docs/1.2.0/api/python/_static/basic.css   |   0
 {site => content}/docs/1.2.0/api/python/_static/classic.css |   0
 .../docs/1.2.0}/api/python/_static/comment-bright.png       | Bin
 .../docs/1.2.0}/api/python/_static/comment-close.png        | Bin
 .../docs/1.2.0}/api/python/_static/comment.png              | Bin
 {site => content}/docs/1.2.0/api/python/_static/doctools.js |   0
 .../docs/1.2.0/api/python/_static/documentation_options.js  |   0
 .../docs/1.2.0}/api/python/_static/down-pressed.png         | Bin
 .../docs/1.2.0}/api/python/_static/down.png                 | Bin
 .../docs/1.2.0/api/python/_static}/favicon.png              | Bin
 .../docs/1.2.0}/api/python/_static/file.png                 | Bin
 .../docs/1.2.0/api/python/_static/jquery-3.2.1.js           |   0
 {site => content}/docs/1.2.0/api/python/_static/jquery.js   |   0
 .../docs/1.2.0}/api/python/_static/minus.png                | Bin
 .../docs/1.2.0}/api/python/_static/plus.png                 | Bin
 .../docs/1.2.0}/api/python/_static/pygments.css             |   0
 .../docs/1.2.0/api/python/_static/searchtools.js            |   0
 {site => content}/docs/1.2.0/api/python/_static/sidebar.js  |   0
 .../docs/1.2.0/api/python/_static}/systemml-logo.png        | Bin
 .../docs/1.2.0}/api/python/_static/underscore-1.3.1.js      |   0
 .../docs/1.2.0}/api/python/_static/underscore.js            |   0
 .../docs/1.2.0}/api/python/_static/up-pressed.png           | Bin
 .../0.15.0 => content/docs/1.2.0}/api/python/_static/up.png | Bin
 .../docs/1.2.0/api/python/_static/websupport.js             |   0
 {site => content}/docs/1.2.0/api/python/genindex.html       |   0
 {site => content}/docs/1.2.0/api/python/index.html          |   0
 {site => content}/docs/1.2.0/api/python/objects.inv         | Bin
 {site => content}/docs/1.2.0/api/python/py-modindex.html    |   0
 {site => content}/docs/1.2.0/api/python/search.html         |   0
 .../1.0.0 => content/docs/1.2.0}/api/python/searchindex.js  |   0
 {site => content}/docs/1.2.0/api/python/systemml.html       |   0
 .../docs/1.2.0/api/python/systemml.mllearn.html             |   0
 .../docs/1.2.0/api/python/systemml.random.html              |   0
 {site => content}/docs/1.2.0/beginners-guide-caffe2dml.html |   0
 {site => content}/docs/1.2.0/beginners-guide-keras2dml.html |   0
 {site => content}/docs/1.2.0/beginners-guide-python.html    |   0
 .../docs/1.2.0/beginners-guide-to-dml-and-pydml.html        |   0
 {site => content}/docs/1.2.0/contributing-to-systemml.html  |   0
 .../0.12.0 => content/docs/1.2.0}/css/bootstrap.min.css     |   0
 {site/docs/0.12.0 => content/docs/1.2.0}/css/main.css       |   0
 .../0.13.0 => content/docs/1.2.0}/css/pygments-default.css  |   0
 {site => content}/docs/1.2.0/debugger-guide.html            |   0
 {site => content}/docs/1.2.0/deep-learning.html             |   0
 .../docs/1.2.0}/devdocs/MatrixMultiplicationOperators.txt   |   0
 .../1.0.0 => content/docs/1.2.0}/devdocs/deep-learning.md   |   0
 .../1.0.0 => content/docs/1.2.0}/devdocs/gpu-backend.md     |   0
 .../0.12.0 => content/docs/1.2.0}/devdocs/python_api.html   |   0
 {site => content}/docs/1.2.0/developer-tools-systemml.html  |   0
 {site => content}/docs/1.2.0/dml-language-reference.html    |   0
 {site => content}/docs/1.2.0/engine-dev-guide.html          |   0
 .../docs/1.2.0}/files/dml-language-reference/data.csv       |   0
 .../docs/1.2.0}/files/dml-language-reference/data.csv.mtd   |   0
 .../docs/1.2.0}/files/dml-language-reference/data.spec.json |   0
 .../1.2.0}/files/dml-language-reference/data.spec2.json     |   0
 .../1.2.0}/files/dml-language-reference/data.spec3.json     |   0
 .../docs/1.2.0}/files/dml-language-reference/homes.csv      |   0
 .../docs/1.2.0}/files/dml-language-reference/homes.csv.mtd  |   0
 .../files/dml-language-reference/homes.tfspec_bin2.json     |   0
 .../files/dml-language-reference/homes.tfspec_recode2.json  |   0
 {site => content}/docs/1.2.0/gpu.html                       |   0
 {site => content}/docs/1.2.0/hadoop-batch-mode.html         |   0
 ...mputation-of-quartiles-median-and-interquartile-mean.png | Bin
 .../docs/1.2.0}/img/algorithms-reference/example-tree.png   | Bin
 .../docs/1.2.0}/img/developer-tools/about-eclipse.png       | Bin
 .../docs/1.2.0}/img/developer-tools/eclipse-details.png     | Bin
 .../docs/1.2.0}/img/developer-tools/eclipse-scala.png       | Bin
 .../docs/1.2.0}/img/developer-tools/maven-connectors.png    | Bin
 .../docs/1.2.0}/img/developer-tools/maven-scala.png         | Bin
 .../docs/1.2.0}/img/developer-tools/pom-scala-errors.png    | Bin
 .../docs/1.2.0}/img/developer-tools/pom-scala-ignore.png    | Bin
 .../docs/1.2.0}/img/developer-tools/scala-components.png    | Bin
 .../docs/1.2.0}/img/developer-tools/scala-nature.png        | Bin
 .../docs/1.2.0}/img/dml-language-reference/Conv2d.gif       | Bin
 .../docs/1.2.0}/img/dml-language-reference/Conv2d1.gif      | Bin
 .../img/dml-language-reference/Conv2d_backward_data.gif     | Bin
 .../img/dml-language-reference/Conv2d_backward_data1.gif    | Bin
 .../img/dml-language-reference/Conv2d_backward_data2.gif    | Bin
 ...dmlscript-debug-configuration-hello-world-main-class.png | Bin
 ...pt-debug-configuration-hello-world-program-arguments.png | Bin
 {site/docs/0.13.0 => content/docs/1.2.0}/img/favicon.png    | Bin
 .../docs/1.2.0}/img/performance-test/perf_test_arch.png     | Bin
 .../docs/1.2.0}/img/projects/breast_cancer/approach.svg     |   0
 .../img/spark-mlcontext-programming-guide/jupyter1.png      | Bin
 .../img/spark-mlcontext-programming-guide/jupyter2.png      | Bin
 .../jupyter_loss_graph.png                                  | Bin
 .../zeppelin-notebook-systemml-linear-regression.png        | Bin
 .../spark-mlcontext-programming-guide/zeppelin-notebook.png | Bin
 .../0.12.0 => content/docs/1.2.0}/img/systemml-logo.png     | Bin
 {site => content}/docs/1.2.0/index.html                     |   0
 {site => content}/docs/1.2.0/jmlc.html                      |   0
 {site/docs/0.12.0 => content/docs/1.2.0}/js/main.js         |   0
 .../0.13.0 => content/docs/1.2.0}/js/vendor/anchor.min.js   |   0
 .../docs/1.2.0}/js/vendor/bootstrap.min.js                  |   0
 .../docs/1.2.0}/js/vendor/jquery-1.12.0.min.js              |   0
 {site => content}/docs/1.2.0/native-backend.html            |   0
 {site => content}/docs/1.2.0/python-performance-test.html   |   0
 {site => content}/docs/1.2.0/python-reference.html          |   0
 {site => content}/docs/1.2.0/reference-guide-caffe2dml.html |   0
 {site => content}/docs/1.2.0/release-creation-process.html  |   0
 {site => content}/docs/1.2.0/release-process.html           |   0
 {site => content}/docs/1.2.0/spark-batch-mode.html          |   0
 .../docs/1.2.0/spark-mlcontext-programming-guide.html       |   0
 {site => content}/docs/1.2.0/standalone-guide.html          |   0
 {site => content}/docs/1.2.0/troubleshooting-guide.html     |   0
 {site => content}/docs/2.0.0/api/java/allclasses-frame.html |   0
 .../docs/2.0.0/api/java/allclasses-noframe.html             |   0
 {site => content}/docs/2.0.0/api/java/constant-values.html  |   0
 {site => content}/docs/2.0.0/api/java/deprecated-list.html  |   0
 {site => content}/docs/2.0.0/api/java/help-doc.html         |   0
 {site => content}/docs/2.0.0/api/java/index-all.html        |   0
 {site => content}/docs/2.0.0/api/java/index.html            |   0
 .../api/java/org/apache/sysds/api/ConfigurableAPI.html      |   0
 .../2.0.0/api/java/org/apache/sysds/api/DMLException.html   |   0
 .../2.0.0/api/java/org/apache/sysds/api/DMLOptions.html     |   0
 .../docs/2.0.0/api/java/org/apache/sysds/api/DMLScript.html |   0
 .../api/java/org/apache/sysds/api/PythonDMLScript.html      |   0
 .../api/java/org/apache/sysds/api/ScriptExecutorUtils.html  |   0
 .../org/apache/sysds/api/class-use/ConfigurableAPI.html     |   0
 .../java/org/apache/sysds/api/class-use/DMLException.html   |   0
 .../api/java/org/apache/sysds/api/class-use/DMLOptions.html |   0
 .../api/java/org/apache/sysds/api/class-use/DMLScript.html  |   0
 .../org/apache/sysds/api/class-use/PythonDMLScript.html     |   0
 .../org/apache/sysds/api/class-use/ScriptExecutorUtils.html |   0
 .../api/java/org/apache/sysds/api/jmlc/Connection.html      |   0
 .../2.0.0/api/java/org/apache/sysds/api/jmlc/JMLCUtils.html |   0
 .../api/java/org/apache/sysds/api/jmlc/PreparedScript.html  |   0
 .../api/java/org/apache/sysds/api/jmlc/ResultVariables.html |   0
 .../org/apache/sysds/api/jmlc/class-use/Connection.html     |   0
 .../java/org/apache/sysds/api/jmlc/class-use/JMLCUtils.html |   0
 .../org/apache/sysds/api/jmlc/class-use/PreparedScript.html |   0
 .../apache/sysds/api/jmlc/class-use/ResultVariables.html    |   0
 .../api/java/org/apache/sysds/api/jmlc/package-frame.html   |   0
 .../api/java/org/apache/sysds/api/jmlc/package-summary.html |   0
 .../api/java/org/apache/sysds/api/jmlc/package-tree.html    |   0
 .../api/java/org/apache/sysds/api/jmlc/package-use.html     |   0
 .../api/java/org/apache/sysds/api/mlcontext/Frame.html      |   0
 .../java/org/apache/sysds/api/mlcontext/FrameFormat.html    |   0
 .../java/org/apache/sysds/api/mlcontext/FrameMetadata.html  |   0
 .../java/org/apache/sysds/api/mlcontext/FrameSchema.html    |   0
 .../apache/sysds/api/mlcontext/MLContext.ExecutionType.html |   0
 .../apache/sysds/api/mlcontext/MLContext.ExplainLevel.html  |   0
 .../apache/sysds/api/mlcontext/MLContext.InternalProxy.html |   0
 .../api/java/org/apache/sysds/api/mlcontext/MLContext.html  |   0
 .../apache/sysds/api/mlcontext/MLContextConversionUtil.html |   0
 .../org/apache/sysds/api/mlcontext/MLContextException.html  |   0
 .../java/org/apache/sysds/api/mlcontext/MLContextUtil.html  |   0
 .../api/java/org/apache/sysds/api/mlcontext/MLResults.html  |   0
 .../api/java/org/apache/sysds/api/mlcontext/Matrix.html     |   0
 .../java/org/apache/sysds/api/mlcontext/MatrixFormat.html   |   0
 .../java/org/apache/sysds/api/mlcontext/MatrixMetadata.html |   0
 .../api/java/org/apache/sysds/api/mlcontext/Metadata.html   |   0
 .../java/org/apache/sysds/api/mlcontext/ProjectInfo.html    |   0
 .../api/java/org/apache/sysds/api/mlcontext/Script.html     |   0
 .../java/org/apache/sysds/api/mlcontext/ScriptExecutor.html |   0
 .../java/org/apache/sysds/api/mlcontext/ScriptFactory.html  |   0
 .../org/apache/sysds/api/mlcontext/class-use/Frame.html     |   0
 .../apache/sysds/api/mlcontext/class-use/FrameFormat.html   |   0
 .../apache/sysds/api/mlcontext/class-use/FrameMetadata.html |   0
 .../apache/sysds/api/mlcontext/class-use/FrameSchema.html   |   0
 .../api/mlcontext/class-use/MLContext.ExecutionType.html    |   0
 .../api/mlcontext/class-use/MLContext.ExplainLevel.html     |   0
 .../api/mlcontext/class-use/MLContext.InternalProxy.html    |   0
 .../org/apache/sysds/api/mlcontext/class-use/MLContext.html |   0
 .../api/mlcontext/class-use/MLContextConversionUtil.html    |   0
 .../sysds/api/mlcontext/class-use/MLContextException.html   |   0
 .../apache/sysds/api/mlcontext/class-use/MLContextUtil.html |   0
 .../org/apache/sysds/api/mlcontext/class-use/MLResults.html |   0
 .../org/apache/sysds/api/mlcontext/class-use/Matrix.html    |   0
 .../apache/sysds/api/mlcontext/class-use/MatrixFormat.html  |   0
 .../sysds/api/mlcontext/class-use/MatrixMetadata.html       |   0
 .../org/apache/sysds/api/mlcontext/class-use/Metadata.html  |   0
 .../apache/sysds/api/mlcontext/class-use/ProjectInfo.html   |   0
 .../org/apache/sysds/api/mlcontext/class-use/Script.html    |   0
 .../sysds/api/mlcontext/class-use/ScriptExecutor.html       |   0
 .../apache/sysds/api/mlcontext/class-use/ScriptFactory.html |   0
 .../java/org/apache/sysds/api/mlcontext/package-frame.html  |   0
 .../org/apache/sysds/api/mlcontext/package-summary.html     |   0
 .../java/org/apache/sysds/api/mlcontext/package-tree.html   |   0
 .../java/org/apache/sysds/api/mlcontext/package-use.html    |   0
 .../2.0.0/api/java/org/apache/sysds/api/package-frame.html  |   0
 .../api/java/org/apache/sysds/api/package-summary.html      |   0
 .../2.0.0/api/java/org/apache/sysds/api/package-tree.html   |   0
 .../2.0.0/api/java/org/apache/sysds/api/package-use.html    |   0
 .../2.0.0/api/java/org/apache/sysds/common/Builtins.html    |   0
 .../2.0.0/api/java/org/apache/sysds/common/Types.AggOp.html |   0
 .../api/java/org/apache/sysds/common/Types.BlockType.html   |   0
 .../apache/sysds/common/Types.CorrectionLocationType.html   |   0
 .../api/java/org/apache/sysds/common/Types.DataType.html    |   0
 .../api/java/org/apache/sysds/common/Types.Direction.html   |   0
 .../api/java/org/apache/sysds/common/Types.ExecMode.html    |   0
 .../api/java/org/apache/sysds/common/Types.ExecType.html    |   0
 .../api/java/org/apache/sysds/common/Types.FileFormat.html  |   0
 .../java/org/apache/sysds/common/Types.FunctionBlock.html   |   0
 .../2.0.0/api/java/org/apache/sysds/common/Types.OpOp1.html |   0
 .../2.0.0/api/java/org/apache/sysds/common/Types.OpOp2.html |   0
 .../2.0.0/api/java/org/apache/sysds/common/Types.OpOp3.html |   0
 .../2.0.0/api/java/org/apache/sysds/common/Types.OpOp4.html |   0
 .../api/java/org/apache/sysds/common/Types.OpOpDG.html      |   0
 .../api/java/org/apache/sysds/common/Types.OpOpData.html    |   0
 .../api/java/org/apache/sysds/common/Types.OpOpDnn.html     |   0
 .../2.0.0/api/java/org/apache/sysds/common/Types.OpOpN.html |   0
 .../java/org/apache/sysds/common/Types.ParamBuiltinOp.html  |   0
 .../api/java/org/apache/sysds/common/Types.ReOrgOp.html     |   0
 .../api/java/org/apache/sysds/common/Types.ReturnType.html  |   0
 .../api/java/org/apache/sysds/common/Types.ValueType.html   |   0
 .../docs/2.0.0/api/java/org/apache/sysds/common/Types.html  |   0
 .../2.0.0/api/java/org/apache/sysds/common/Warnings.html    |   0
 .../java/org/apache/sysds/common/class-use/Builtins.html    |   0
 .../java/org/apache/sysds/common/class-use/Types.AggOp.html |   0
 .../org/apache/sysds/common/class-use/Types.BlockType.html  |   0
 .../common/class-use/Types.CorrectionLocationType.html      |   0
 .../org/apache/sysds/common/class-use/Types.DataType.html   |   0
 .../org/apache/sysds/common/class-use/Types.Direction.html  |   0
 .../org/apache/sysds/common/class-use/Types.ExecMode.html   |   0
 .../org/apache/sysds/common/class-use/Types.ExecType.html   |   0
 .../org/apache/sysds/common/class-use/Types.FileFormat.html |   0
 .../apache/sysds/common/class-use/Types.FunctionBlock.html  |   0
 .../java/org/apache/sysds/common/class-use/Types.OpOp1.html |   0
 .../java/org/apache/sysds/common/class-use/Types.OpOp2.html |   0
 .../java/org/apache/sysds/common/class-use/Types.OpOp3.html |   0
 .../java/org/apache/sysds/common/class-use/Types.OpOp4.html |   0
 .../org/apache/sysds/common/class-use/Types.OpOpDG.html     |   0
 .../org/apache/sysds/common/class-use/Types.OpOpData.html   |   0
 .../org/apache/sysds/common/class-use/Types.OpOpDnn.html    |   0
 .../java/org/apache/sysds/common/class-use/Types.OpOpN.html |   0
 .../apache/sysds/common/class-use/Types.ParamBuiltinOp.html |   0
 .../org/apache/sysds/common/class-use/Types.ReOrgOp.html    |   0
 .../org/apache/sysds/common/class-use/Types.ReturnType.html |   0
 .../org/apache/sysds/common/class-use/Types.ValueType.html  |   0
 .../api/java/org/apache/sysds/common/class-use/Types.html   |   0
 .../java/org/apache/sysds/common/class-use/Warnings.html    |   0
 .../api/java/org/apache/sysds/common/package-frame.html     |   0
 .../api/java/org/apache/sysds/common/package-summary.html   |   0
 .../api/java/org/apache/sysds/common/package-tree.html      |   0
 .../2.0.0/api/java/org/apache/sysds/common/package-use.html |   0
 .../org/apache/sysds/conf/CompilerConfig.ConfigType.html    |   0
 .../api/java/org/apache/sysds/conf/CompilerConfig.html      |   0
 .../java/org/apache/sysds/conf/ConfigurationManager.html    |   0
 .../2.0.0/api/java/org/apache/sysds/conf/DMLConfig.html     |   0
 .../sysds/conf/class-use/CompilerConfig.ConfigType.html     |   0
 .../org/apache/sysds/conf/class-use/CompilerConfig.html     |   0
 .../apache/sysds/conf/class-use/ConfigurationManager.html   |   0
 .../api/java/org/apache/sysds/conf/class-use/DMLConfig.html |   0
 .../2.0.0/api/java/org/apache/sysds/conf/package-frame.html |   0
 .../api/java/org/apache/sysds/conf/package-summary.html     |   0
 .../2.0.0/api/java/org/apache/sysds/conf/package-tree.html  |   0
 .../2.0.0/api/java/org/apache/sysds/conf/package-use.html   |   0
 .../java/org/apache/sysds/hops/AggBinaryOp.MMultMethod.html |   0
 .../org/apache/sysds/hops/AggBinaryOp.SparkAggType.html     |   0
 .../2.0.0/api/java/org/apache/sysds/hops/AggBinaryOp.html   |   0
 .../2.0.0/api/java/org/apache/sysds/hops/AggUnaryOp.html    |   0
 .../java/org/apache/sysds/hops/BinaryOp.AppendMethod.html   |   0
 .../java/org/apache/sysds/hops/BinaryOp.MMBinaryMethod.html |   0
 .../docs/2.0.0/api/java/org/apache/sysds/hops/BinaryOp.html |   0
 .../2.0.0/api/java/org/apache/sysds/hops/DataGenOp.html     |   0
 .../docs/2.0.0/api/java/org/apache/sysds/hops/DataOp.html   |   0
 .../docs/2.0.0/api/java/org/apache/sysds/hops/DnnOp.html    |   0
 .../java/org/apache/sysds/hops/FunctionOp.FunctionType.html |   0
 .../2.0.0/api/java/org/apache/sysds/hops/FunctionOp.html    |   0
 .../docs/2.0.0/api/java/org/apache/sysds/hops/Hop.html      |   0
 .../2.0.0/api/java/org/apache/sysds/hops/HopsException.html |   0
 .../2.0.0/api/java/org/apache/sysds/hops/IndexingOp.html    |   0
 .../sysds/hops/LeftIndexingOp.LeftIndexingMethod.html       |   0
 .../api/java/org/apache/sysds/hops/LeftIndexingOp.html      |   0
 .../2.0.0/api/java/org/apache/sysds/hops/LiteralOp.html     |   0
 .../2.0.0/api/java/org/apache/sysds/hops/MemoTable.html     |   0
 .../api/java/org/apache/sysds/hops/MultiThreadedHop.html    |   0
 .../docs/2.0.0/api/java/org/apache/sysds/hops/NaryOp.html   |   0
 .../apache/sysds/hops/OptimizerUtils.OptimizationLevel.html |   0
 .../api/java/org/apache/sysds/hops/OptimizerUtils.html      |   0
 .../java/org/apache/sysds/hops/ParameterizedBuiltinOp.html  |   0
 .../2.0.0/api/java/org/apache/sysds/hops/QuaternaryOp.html  |   0
 .../docs/2.0.0/api/java/org/apache/sysds/hops/ReorgOp.html  |   0
 .../2.0.0/api/java/org/apache/sysds/hops/TernaryOp.html     |   0
 .../docs/2.0.0/api/java/org/apache/sysds/hops/UnaryOp.html  |   0
 .../sysds/hops/class-use/AggBinaryOp.MMultMethod.html       |   0
 .../sysds/hops/class-use/AggBinaryOp.SparkAggType.html      |   0
 .../java/org/apache/sysds/hops/class-use/AggBinaryOp.html   |   0
 .../java/org/apache/sysds/hops/class-use/AggUnaryOp.html    |   0
 .../apache/sysds/hops/class-use/BinaryOp.AppendMethod.html  |   0
 .../sysds/hops/class-use/BinaryOp.MMBinaryMethod.html       |   0
 .../api/java/org/apache/sysds/hops/class-use/BinaryOp.html  |   0
 .../api/java/org/apache/sysds/hops/class-use/DataGenOp.html |   0
 .../api/java/org/apache/sysds/hops/class-use/DataOp.html    |   0
 .../api/java/org/apache/sysds/hops/class-use/DnnOp.html     |   0
 .../sysds/hops/class-use/FunctionOp.FunctionType.html       |   0
 .../java/org/apache/sysds/hops/class-use/FunctionOp.html    |   0
 .../2.0.0/api/java/org/apache/sysds/hops/class-use/Hop.html |   0
 .../java/org/apache/sysds/hops/class-use/HopsException.html |   0
 .../java/org/apache/sysds/hops/class-use/IndexingOp.html    |   0
 .../hops/class-use/LeftIndexingOp.LeftIndexingMethod.html   |   0
 .../org/apache/sysds/hops/class-use/LeftIndexingOp.html     |   0
 .../api/java/org/apache/sysds/hops/class-use/LiteralOp.html |   0
 .../api/java/org/apache/sysds/hops/class-use/MemoTable.html |   0
 .../org/apache/sysds/hops/class-use/MultiThreadedHop.html   |   0
 .../api/java/org/apache/sysds/hops/class-use/NaryOp.html    |   0
 .../hops/class-use/OptimizerUtils.OptimizationLevel.html    |   0
 .../org/apache/sysds/hops/class-use/OptimizerUtils.html     |   0
 .../apache/sysds/hops/class-use/ParameterizedBuiltinOp.html |   0
 .../java/org/apache/sysds/hops/class-use/QuaternaryOp.html  |   0
 .../api/java/org/apache/sysds/hops/class-use/ReorgOp.html   |   0
 .../api/java/org/apache/sysds/hops/class-use/TernaryOp.html |   0
 .../api/java/org/apache/sysds/hops/class-use/UnaryOp.html   |   0
 .../sysds/hops/codegen/SpoofCompiler.CompilerType.html      |   0
 .../sysds/hops/codegen/SpoofCompiler.IntegrationType.html   |   0
 .../sysds/hops/codegen/SpoofCompiler.PlanCachePolicy.html   |   0
 .../sysds/hops/codegen/SpoofCompiler.PlanSelector.html      |   0
 .../sysds/hops/codegen/SpoofCompiler.RegisterAlloc.html     |   0
 .../java/org/apache/sysds/hops/codegen/SpoofCompiler.html   |   0
 .../hops/codegen/SpoofFusedOp.SpoofOutputDimsType.html      |   0
 .../java/org/apache/sysds/hops/codegen/SpoofFusedOp.html    |   0
 .../hops/codegen/class-use/SpoofCompiler.CompilerType.html  |   0
 .../codegen/class-use/SpoofCompiler.IntegrationType.html    |   0
 .../codegen/class-use/SpoofCompiler.PlanCachePolicy.html    |   0
 .../hops/codegen/class-use/SpoofCompiler.PlanSelector.html  |   0
 .../hops/codegen/class-use/SpoofCompiler.RegisterAlloc.html |   0
 .../apache/sysds/hops/codegen/class-use/SpoofCompiler.html  |   0
 .../codegen/class-use/SpoofFusedOp.SpoofOutputDimsType.html |   0
 .../apache/sysds/hops/codegen/class-use/SpoofFusedOp.html   |   0
 .../api/java/org/apache/sysds/hops/codegen/cplan/CNode.html |   0
 .../sysds/hops/codegen/cplan/CNodeBinary.BinType.html       |   0
 .../org/apache/sysds/hops/codegen/cplan/CNodeBinary.html    |   0
 .../java/org/apache/sysds/hops/codegen/cplan/CNodeCell.html |   0
 .../java/org/apache/sysds/hops/codegen/cplan/CNodeData.html |   0
 .../org/apache/sysds/hops/codegen/cplan/CNodeMultiAgg.html  |   0
 .../apache/sysds/hops/codegen/cplan/CNodeNary.NaryType.html |   0
 .../java/org/apache/sysds/hops/codegen/cplan/CNodeNary.html |   0
 .../apache/sysds/hops/codegen/cplan/CNodeOuterProduct.html  |   0
 .../java/org/apache/sysds/hops/codegen/cplan/CNodeRow.html  |   0
 .../sysds/hops/codegen/cplan/CNodeTernary.TernaryType.html  |   0
 .../org/apache/sysds/hops/codegen/cplan/CNodeTernary.html   |   0
 .../java/org/apache/sysds/hops/codegen/cplan/CNodeTpl.html  |   0
 .../sysds/hops/codegen/cplan/CNodeUnary.UnaryType.html      |   0
 .../org/apache/sysds/hops/codegen/cplan/CNodeUnary.html     |   0
 .../apache/sysds/hops/codegen/cplan/class-use/CNode.html    |   0
 .../hops/codegen/cplan/class-use/CNodeBinary.BinType.html   |   0
 .../sysds/hops/codegen/cplan/class-use/CNodeBinary.html     |   0
 .../sysds/hops/codegen/cplan/class-use/CNodeCell.html       |   0
 .../sysds/hops/codegen/cplan/class-use/CNodeData.html       |   0
 .../sysds/hops/codegen/cplan/class-use/CNodeMultiAgg.html   |   0
 .../hops/codegen/cplan/class-use/CNodeNary.NaryType.html    |   0
 .../sysds/hops/codegen/cplan/class-use/CNodeNary.html       |   0
 .../hops/codegen/cplan/class-use/CNodeOuterProduct.html     |   0
 .../apache/sysds/hops/codegen/cplan/class-use/CNodeRow.html |   0
 .../codegen/cplan/class-use/CNodeTernary.TernaryType.html   |   0
 .../sysds/hops/codegen/cplan/class-use/CNodeTernary.html    |   0
 .../apache/sysds/hops/codegen/cplan/class-use/CNodeTpl.html |   0
 .../hops/codegen/cplan/class-use/CNodeUnary.UnaryType.html  |   0
 .../sysds/hops/codegen/cplan/class-use/CNodeUnary.html      |   0
 .../org/apache/sysds/hops/codegen/cplan/package-frame.html  |   0
 .../apache/sysds/hops/codegen/cplan/package-summary.html    |   0
 .../org/apache/sysds/hops/codegen/cplan/package-tree.html   |   0
 .../org/apache/sysds/hops/codegen/cplan/package-use.html    |   0
 .../hops/codegen/opt/InterestingPoint.DecisionType.html     |   0
 .../org/apache/sysds/hops/codegen/opt/InterestingPoint.html |   0
 .../org/apache/sysds/hops/codegen/opt/PlanAnalyzer.html     |   0
 .../org/apache/sysds/hops/codegen/opt/PlanPartition.html    |   0
 .../sysds/hops/codegen/opt/PlanSelection.VisitMarkCost.html |   0
 .../org/apache/sysds/hops/codegen/opt/PlanSelection.html    |   0
 .../apache/sysds/hops/codegen/opt/PlanSelectionFuseAll.html |   0
 .../sysds/hops/codegen/opt/PlanSelectionFuseCostBased.html  |   0
 .../hops/codegen/opt/PlanSelectionFuseCostBasedV2.html      |   0
 .../hops/codegen/opt/PlanSelectionFuseNoRedundancy.html     |   0
 .../hops/codegen/opt/ReachabilityGraph.SubProblem.html      |   0
 .../apache/sysds/hops/codegen/opt/ReachabilityGraph.html    |   0
 .../opt/class-use/InterestingPoint.DecisionType.html        |   0
 .../sysds/hops/codegen/opt/class-use/InterestingPoint.html  |   0
 .../sysds/hops/codegen/opt/class-use/PlanAnalyzer.html      |   0
 .../sysds/hops/codegen/opt/class-use/PlanPartition.html     |   0
 .../codegen/opt/class-use/PlanSelection.VisitMarkCost.html  |   0
 .../sysds/hops/codegen/opt/class-use/PlanSelection.html     |   0
 .../hops/codegen/opt/class-use/PlanSelectionFuseAll.html    |   0
 .../codegen/opt/class-use/PlanSelectionFuseCostBased.html   |   0
 .../codegen/opt/class-use/PlanSelectionFuseCostBasedV2.html |   0
 .../opt/class-use/PlanSelectionFuseNoRedundancy.html        |   0
 .../codegen/opt/class-use/ReachabilityGraph.SubProblem.html |   0
 .../sysds/hops/codegen/opt/class-use/ReachabilityGraph.html |   0
 .../org/apache/sysds/hops/codegen/opt/package-frame.html    |   0
 .../org/apache/sysds/hops/codegen/opt/package-summary.html  |   0
 .../org/apache/sysds/hops/codegen/opt/package-tree.html     |   0
 .../java/org/apache/sysds/hops/codegen/opt/package-use.html |   0
 .../java/org/apache/sysds/hops/codegen/package-frame.html   |   0
 .../java/org/apache/sysds/hops/codegen/package-summary.html |   0
 .../java/org/apache/sysds/hops/codegen/package-tree.html    |   0
 .../api/java/org/apache/sysds/hops/codegen/package-use.html |   0
 .../sysds/hops/codegen/template/CPlanCSERewriter.html       |   0
 .../codegen/template/CPlanMemoTable.MemoTableEntry.html     |   0
 .../codegen/template/CPlanMemoTable.MemoTableEntrySet.html  |   0
 .../apache/sysds/hops/codegen/template/CPlanMemoTable.html  |   0
 .../apache/sysds/hops/codegen/template/CPlanOpRewriter.html |   0
 .../sysds/hops/codegen/template/TemplateBase.CloseType.html |   0
 .../hops/codegen/template/TemplateBase.TemplateType.html    |   0
 .../apache/sysds/hops/codegen/template/TemplateBase.html    |   0
 .../codegen/template/TemplateCell.HopInputComparator.html   |   0
 .../apache/sysds/hops/codegen/template/TemplateCell.html    |   0
 .../sysds/hops/codegen/template/TemplateMultiAgg.html       |   0
 .../sysds/hops/codegen/template/TemplateOuterProduct.html   |   0
 .../codegen/template/TemplateRow.HopInputComparator.html    |   0
 .../org/apache/sysds/hops/codegen/template/TemplateRow.html |   0
 .../apache/sysds/hops/codegen/template/TemplateUtils.html   |   0
 .../hops/codegen/template/class-use/CPlanCSERewriter.html   |   0
 .../template/class-use/CPlanMemoTable.MemoTableEntry.html   |   0
 .../class-use/CPlanMemoTable.MemoTableEntrySet.html         |   0
 .../hops/codegen/template/class-use/CPlanMemoTable.html     |   0
 .../hops/codegen/template/class-use/CPlanOpRewriter.html    |   0
 .../codegen/template/class-use/TemplateBase.CloseType.html  |   0
 .../template/class-use/TemplateBase.TemplateType.html       |   0
 .../sysds/hops/codegen/template/class-use/TemplateBase.html |   0
 .../template/class-use/TemplateCell.HopInputComparator.html |   0
 .../sysds/hops/codegen/template/class-use/TemplateCell.html |   0
 .../hops/codegen/template/class-use/TemplateMultiAgg.html   |   0
 .../codegen/template/class-use/TemplateOuterProduct.html    |   0
 .../template/class-use/TemplateRow.HopInputComparator.html  |   0
 .../sysds/hops/codegen/template/class-use/TemplateRow.html  |   0
 .../hops/codegen/template/class-use/TemplateUtils.html      |   0
 .../apache/sysds/hops/codegen/template/package-frame.html   |   0
 .../apache/sysds/hops/codegen/template/package-summary.html |   0
 .../apache/sysds/hops/codegen/template/package-tree.html    |   0
 .../org/apache/sysds/hops/codegen/template/package-use.html |   0
 .../sysds/hops/cost/CostEstimationWrapper.CostType.html     |   0
 .../org/apache/sysds/hops/cost/CostEstimationWrapper.html   |   0
 .../api/java/org/apache/sysds/hops/cost/CostEstimator.html  |   0
 .../apache/sysds/hops/cost/CostEstimatorStaticRuntime.html  |   0
 .../2.0.0/api/java/org/apache/sysds/hops/cost/VarStats.html |   0
 .../hops/cost/class-use/CostEstimationWrapper.CostType.html |   0
 .../sysds/hops/cost/class-use/CostEstimationWrapper.html    |   0
 .../org/apache/sysds/hops/cost/class-use/CostEstimator.html |   0
 .../hops/cost/class-use/CostEstimatorStaticRuntime.html     |   0
 .../java/org/apache/sysds/hops/cost/class-use/VarStats.html |   0
 .../api/java/org/apache/sysds/hops/cost/package-frame.html  |   0
 .../java/org/apache/sysds/hops/cost/package-summary.html    |   0
 .../api/java/org/apache/sysds/hops/cost/package-tree.html   |   0
 .../api/java/org/apache/sysds/hops/cost/package-use.html    |   0
 .../java/org/apache/sysds/hops/estim/EstimationUtils.html   |   0
 .../java/org/apache/sysds/hops/estim/EstimatorBasicAvg.html |   0
 .../org/apache/sysds/hops/estim/EstimatorBasicWorst.html    |   0
 .../sysds/hops/estim/EstimatorBitsetMM.BitsetMatrix.html    |   0
 .../sysds/hops/estim/EstimatorBitsetMM.BitsetMatrix1.html   |   0
 .../sysds/hops/estim/EstimatorBitsetMM.BitsetMatrix2.html   |   0
 .../java/org/apache/sysds/hops/estim/EstimatorBitsetMM.html |   0
 .../sysds/hops/estim/EstimatorDensityMap.DensityMap.html    |   0
 .../org/apache/sysds/hops/estim/EstimatorDensityMap.html    |   0
 .../hops/estim/EstimatorLayeredGraph.LayeredGraph.html      |   0
 .../org/apache/sysds/hops/estim/EstimatorLayeredGraph.html  |   0
 .../estim/EstimatorMatrixHistogram.MatrixHistogram.html     |   0
 .../apache/sysds/hops/estim/EstimatorMatrixHistogram.html   |   0
 .../java/org/apache/sysds/hops/estim/EstimatorSample.html   |   0
 .../java/org/apache/sysds/hops/estim/EstimatorSampleRa.html |   0
 .../2.0.0/api/java/org/apache/sysds/hops/estim/MMNode.html  |   0
 .../apache/sysds/hops/estim/SparsityEstimator.OpCode.html   |   0
 .../java/org/apache/sysds/hops/estim/SparsityEstimator.html |   0
 .../apache/sysds/hops/estim/class-use/EstimationUtils.html  |   0
 .../sysds/hops/estim/class-use/EstimatorBasicAvg.html       |   0
 .../sysds/hops/estim/class-use/EstimatorBasicWorst.html     |   0
 .../estim/class-use/EstimatorBitsetMM.BitsetMatrix.html     |   0
 .../estim/class-use/EstimatorBitsetMM.BitsetMatrix1.html    |   0
 .../estim/class-use/EstimatorBitsetMM.BitsetMatrix2.html    |   0
 .../sysds/hops/estim/class-use/EstimatorBitsetMM.html       |   0
 .../estim/class-use/EstimatorDensityMap.DensityMap.html     |   0
 .../sysds/hops/estim/class-use/EstimatorDensityMap.html     |   0
 .../estim/class-use/EstimatorLayeredGraph.LayeredGraph.html |   0
 .../sysds/hops/estim/class-use/EstimatorLayeredGraph.html   |   0
 .../class-use/EstimatorMatrixHistogram.MatrixHistogram.html |   0
 .../hops/estim/class-use/EstimatorMatrixHistogram.html      |   0
 .../apache/sysds/hops/estim/class-use/EstimatorSample.html  |   0
 .../sysds/hops/estim/class-use/EstimatorSampleRa.html       |   0
 .../java/org/apache/sysds/hops/estim/class-use/MMNode.html  |   0
 .../hops/estim/class-use/SparsityEstimator.OpCode.html      |   0
 .../sysds/hops/estim/class-use/SparsityEstimator.html       |   0
 .../api/java/org/apache/sysds/hops/estim/package-frame.html |   0
 .../java/org/apache/sysds/hops/estim/package-summary.html   |   0
 .../api/java/org/apache/sysds/hops/estim/package-tree.html  |   0
 .../api/java/org/apache/sysds/hops/estim/package-use.html   |   0
 .../java/org/apache/sysds/hops/ipa/FunctionCallGraph.html   |   0
 .../org/apache/sysds/hops/ipa/FunctionCallSizeInfo.html     |   0
 .../2.0.0/api/java/org/apache/sysds/hops/ipa/IPAPass.html   |   0
 .../hops/ipa/IPAPassApplyStaticAndDynamicHopRewrites.html   |   0
 .../org/apache/sysds/hops/ipa/IPAPassEliminateDeadCode.html |   0
 .../sysds/hops/ipa/IPAPassFlagFunctionsRecompileOnce.html   |   0
 .../apache/sysds/hops/ipa/IPAPassFlagNonDeterminism.html    |   0
 .../apache/sysds/hops/ipa/IPAPassForwardFunctionCalls.html  |   0
 .../org/apache/sysds/hops/ipa/IPAPassInlineFunctions.html   |   0
 .../sysds/hops/ipa/IPAPassPropagateReplaceLiterals.html     |   0
 .../sysds/hops/ipa/IPAPassRemoveConstantBinaryOps.html      |   0
 .../sysds/hops/ipa/IPAPassRemoveUnnecessaryCheckpoints.html |   0
 .../apache/sysds/hops/ipa/IPAPassRemoveUnusedFunctions.html |   0
 .../org/apache/sysds/hops/ipa/InterProceduralAnalysis.html  |   0
 .../apache/sysds/hops/ipa/class-use/FunctionCallGraph.html  |   0
 .../sysds/hops/ipa/class-use/FunctionCallSizeInfo.html      |   0
 .../java/org/apache/sysds/hops/ipa/class-use/IPAPass.html   |   0
 .../class-use/IPAPassApplyStaticAndDynamicHopRewrites.html  |   0
 .../sysds/hops/ipa/class-use/IPAPassEliminateDeadCode.html  |   0
 .../ipa/class-use/IPAPassFlagFunctionsRecompileOnce.html    |   0
 .../sysds/hops/ipa/class-use/IPAPassFlagNonDeterminism.html |   0
 .../hops/ipa/class-use/IPAPassForwardFunctionCalls.html     |   0
 .../sysds/hops/ipa/class-use/IPAPassInlineFunctions.html    |   0
 .../hops/ipa/class-use/IPAPassPropagateReplaceLiterals.html |   0
 .../hops/ipa/class-use/IPAPassRemoveConstantBinaryOps.html  |   0
 .../ipa/class-use/IPAPassRemoveUnnecessaryCheckpoints.html  |   0
 .../hops/ipa/class-use/IPAPassRemoveUnusedFunctions.html    |   0
 .../sysds/hops/ipa/class-use/InterProceduralAnalysis.html   |   0
 .../api/java/org/apache/sysds/hops/ipa/package-frame.html   |   0
 .../api/java/org/apache/sysds/hops/ipa/package-summary.html |   0
 .../api/java/org/apache/sysds/hops/ipa/package-tree.html    |   0
 .../api/java/org/apache/sysds/hops/ipa/package-use.html     |   0
 .../2.0.0/api/java/org/apache/sysds/hops/package-frame.html |   0
 .../api/java/org/apache/sysds/hops/package-summary.html     |   0
 .../2.0.0/api/java/org/apache/sysds/hops/package-tree.html  |   0
 .../2.0.0/api/java/org/apache/sysds/hops/package-use.html   |   0
 .../org/apache/sysds/hops/recompile/LiteralReplacement.html |   0
 .../org/apache/sysds/hops/recompile/RecompileStatus.html    |   0
 .../apache/sysds/hops/recompile/Recompiler.ResetType.html   |   0
 .../java/org/apache/sysds/hops/recompile/Recompiler.html    |   0
 .../sysds/hops/recompile/class-use/LiteralReplacement.html  |   0
 .../sysds/hops/recompile/class-use/RecompileStatus.html     |   0
 .../hops/recompile/class-use/Recompiler.ResetType.html      |   0
 .../apache/sysds/hops/recompile/class-use/Recompiler.html   |   0
 .../java/org/apache/sysds/hops/recompile/package-frame.html |   0
 .../org/apache/sysds/hops/recompile/package-summary.html    |   0
 .../java/org/apache/sysds/hops/recompile/package-tree.html  |   0
 .../java/org/apache/sysds/hops/recompile/package-use.html   |   0
 .../java/org/apache/sysds/hops/rewrite/HopDagValidator.html |   0
 .../java/org/apache/sysds/hops/rewrite/HopRewriteRule.html  |   0
 .../java/org/apache/sysds/hops/rewrite/HopRewriteUtils.html |   0
 .../org/apache/sysds/hops/rewrite/MarkForLineageReuse.html  |   0
 .../org/apache/sysds/hops/rewrite/ProgramRewriteStatus.html |   0
 .../java/org/apache/sysds/hops/rewrite/ProgramRewriter.html |   0
 .../hops/rewrite/RewriteAlgebraicSimplificationDynamic.html |   0
 .../hops/rewrite/RewriteAlgebraicSimplificationStatic.html  |   0
 .../sysds/hops/rewrite/RewriteBlockSizeAndReblock.html      |   0
 .../hops/rewrite/RewriteCommonSubexpressionElimination.html |   0
 .../apache/sysds/hops/rewrite/RewriteCompressedReblock.html |   0
 .../apache/sysds/hops/rewrite/RewriteConstantFolding.html   |   0
 .../rewrite/RewriteElementwiseMultChainOptimization.html    |   0
 .../sysds/hops/rewrite/RewriteForLoopVectorization.html     |   0
 .../apache/sysds/hops/rewrite/RewriteGPUSpecificOps.html    |   0
 .../hops/rewrite/RewriteHoistLoopInvariantOperations.html   |   0
 .../sysds/hops/rewrite/RewriteIndexingVectorization.html    |   0
 .../hops/rewrite/RewriteInjectSparkLoopCheckpointing.html   |   0
 .../hops/rewrite/RewriteInjectSparkPReadCheckpointing.html  |   0
 .../hops/rewrite/RewriteMarkLoopVariablesUpdateInPlace.html |   0
 .../hops/rewrite/RewriteMatrixMultChainOptimization.html    |   0
 .../rewrite/RewriteMatrixMultChainOptimizationSparse.html   |   0
 .../sysds/hops/rewrite/RewriteMergeBlockSequence.html       |   0
 .../hops/rewrite/RewriteRemoveDanglingParentReferences.html |   0
 .../sysds/hops/rewrite/RewriteRemoveEmptyBasicBlocks.html   |   0
 .../hops/rewrite/RewriteRemovePersistentReadWrite.html      |   0
 .../sysds/hops/rewrite/RewriteRemoveReadAfterWrite.html     |   0
 .../hops/rewrite/RewriteRemoveUnnecessaryBranches.html      |   0
 .../sysds/hops/rewrite/RewriteRemoveUnnecessaryCasts.html   |   0
 .../hops/rewrite/RewriteSplitDagDataDependentOperators.html |   0
 .../sysds/hops/rewrite/RewriteSplitDagUnknownCSVRead.html   |   0
 .../hops/rewrite/RewriteTransientWriteParentHandling.html   |   0
 .../sysds/hops/rewrite/StatementBlockRewriteRule.html       |   0
 .../sysds/hops/rewrite/class-use/HopDagValidator.html       |   0
 .../apache/sysds/hops/rewrite/class-use/HopRewriteRule.html |   0
 .../sysds/hops/rewrite/class-use/HopRewriteUtils.html       |   0
 .../sysds/hops/rewrite/class-use/MarkForLineageReuse.html   |   0
 .../sysds/hops/rewrite/class-use/ProgramRewriteStatus.html  |   0
 .../sysds/hops/rewrite/class-use/ProgramRewriter.html       |   0
 .../class-use/RewriteAlgebraicSimplificationDynamic.html    |   0
 .../class-use/RewriteAlgebraicSimplificationStatic.html     |   0
 .../hops/rewrite/class-use/RewriteBlockSizeAndReblock.html  |   0
 .../class-use/RewriteCommonSubexpressionElimination.html    |   0
 .../hops/rewrite/class-use/RewriteCompressedReblock.html    |   0
 .../hops/rewrite/class-use/RewriteConstantFolding.html      |   0
 .../class-use/RewriteElementwiseMultChainOptimization.html  |   0
 .../hops/rewrite/class-use/RewriteForLoopVectorization.html |   0
 .../sysds/hops/rewrite/class-use/RewriteGPUSpecificOps.html |   0
 .../class-use/RewriteHoistLoopInvariantOperations.html      |   0
 .../rewrite/class-use/RewriteIndexingVectorization.html     |   0
 .../class-use/RewriteInjectSparkLoopCheckpointing.html      |   0
 .../class-use/RewriteInjectSparkPReadCheckpointing.html     |   0
 .../class-use/RewriteMarkLoopVariablesUpdateInPlace.html    |   0
 .../class-use/RewriteMatrixMultChainOptimization.html       |   0
 .../class-use/RewriteMatrixMultChainOptimizationSparse.html |   0
 .../hops/rewrite/class-use/RewriteMergeBlockSequence.html   |   0
 .../class-use/RewriteRemoveDanglingParentReferences.html    |   0
 .../rewrite/class-use/RewriteRemoveEmptyBasicBlocks.html    |   0
 .../rewrite/class-use/RewriteRemovePersistentReadWrite.html |   0
 .../hops/rewrite/class-use/RewriteRemoveReadAfterWrite.html |   0
 .../rewrite/class-use/RewriteRemoveUnnecessaryBranches.html |   0
 .../rewrite/class-use/RewriteRemoveUnnecessaryCasts.html    |   0
 .../class-use/RewriteSplitDagDataDependentOperators.html    |   0
 .../rewrite/class-use/RewriteSplitDagUnknownCSVRead.html    |   0
 .../class-use/RewriteTransientWriteParentHandling.html      |   0
 .../hops/rewrite/class-use/StatementBlockRewriteRule.html   |   0
 .../java/org/apache/sysds/hops/rewrite/package-frame.html   |   0
 .../java/org/apache/sysds/hops/rewrite/package-summary.html |   0
 .../java/org/apache/sysds/hops/rewrite/package-tree.html    |   0
 .../api/java/org/apache/sysds/hops/rewrite/package-use.html |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/Append.html   |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/AppendG.html  |   0
 .../api/java/org/apache/sysds/lops/AppendGAlignedSP.html    |   0
 .../api/java/org/apache/sysds/lops/AppendM.CacheType.html   |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/AppendM.html  |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/AppendR.html  |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/Binary.html   |   0
 .../api/java/org/apache/sysds/lops/BinaryM.VectorType.html  |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/BinaryM.html  |   0
 .../2.0.0/api/java/org/apache/sysds/lops/BinaryScalar.html  |   0
 .../api/java/org/apache/sysds/lops/BinaryUAggChain.html     |   0
 .../2.0.0/api/java/org/apache/sysds/lops/CSVReBlock.html    |   0
 .../2.0.0/api/java/org/apache/sysds/lops/CentralMoment.html |   0
 .../2.0.0/api/java/org/apache/sysds/lops/Checkpoint.html    |   0
 .../2.0.0/api/java/org/apache/sysds/lops/CoVariance.html    |   0
 .../org/apache/sysds/lops/Compression.CompressConfig.html   |   0
 .../2.0.0/api/java/org/apache/sysds/lops/Compression.html   |   0
 .../java/org/apache/sysds/lops/Ctable.OperationTypes.html   |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/Ctable.html   |   0
 .../java/org/apache/sysds/lops/CumulativeOffsetBinary.html  |   0
 .../org/apache/sysds/lops/CumulativePartialAggregate.html   |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/Data.html     |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/DataGen.html  |   0
 .../2.0.0/api/java/org/apache/sysds/lops/DnnTransform.html  |   0
 .../2.0.0/api/java/org/apache/sysds/lops/Federated.html     |   0
 .../api/java/org/apache/sysds/lops/FunctionCallCP.html      |   0
 .../api/java/org/apache/sysds/lops/GroupedAggregate.html    |   0
 .../org/apache/sysds/lops/GroupedAggregateM.CacheType.html  |   0
 .../api/java/org/apache/sysds/lops/GroupedAggregateM.html   |   0
 .../java/org/apache/sysds/lops/LeftIndex.LixCacheType.html  |   0
 .../2.0.0/api/java/org/apache/sysds/lops/LeftIndex.html     |   0
 .../api/java/org/apache/sysds/lops/Lop.SimpleInstType.html  |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/Lop.Type.html |   0
 .../api/java/org/apache/sysds/lops/Lop.VisitStatus.html     |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/Lop.html      |   0
 .../java/org/apache/sysds/lops/LopProperties.ExecType.html  |   0
 .../2.0.0/api/java/org/apache/sysds/lops/LopProperties.html |   0
 .../2.0.0/api/java/org/apache/sysds/lops/LopsException.html |   0
 .../2.0.0/api/java/org/apache/sysds/lops/MMCJ.MMCJType.html |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/MMCJ.html     |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/MMRJ.html     |   0
 .../api/java/org/apache/sysds/lops/MMTSJ.MMTSJType.html     |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/MMTSJ.html    |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/MMZip.html    |   0
 .../api/java/org/apache/sysds/lops/MapMult.CacheType.html   |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/MapMult.html  |   0
 .../java/org/apache/sysds/lops/MapMultChain.ChainType.html  |   0
 .../2.0.0/api/java/org/apache/sysds/lops/MapMultChain.html  |   0
 .../2.0.0/api/java/org/apache/sysds/lops/MatMultCP.html     |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/Nary.html     |   0
 .../api/java/org/apache/sysds/lops/OutputParameters.html    |   0
 .../api/java/org/apache/sysds/lops/PMMJ.CacheType.html      |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/PMMJ.html     |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/PMapMult.html |   0
 .../java/org/apache/sysds/lops/ParameterizedBuiltin.html    |   0
 .../api/java/org/apache/sysds/lops/PartialAggregate.html    |   0
 .../org/apache/sysds/lops/PickByCount.OperationTypes.html   |   0
 .../2.0.0/api/java/org/apache/sysds/lops/PickByCount.html   |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/ReBlock.html  |   0
 .../2.0.0/api/java/org/apache/sysds/lops/RightIndex.html    |   0
 .../java/org/apache/sysds/lops/SortKeys.OperationTypes.html |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/SortKeys.html |   0
 .../2.0.0/api/java/org/apache/sysds/lops/SpoofFused.html    |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/Sql.html      |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/Ternary.html  |   0
 .../api/java/org/apache/sysds/lops/TernaryAggregate.html    |   0
 .../2.0.0/api/java/org/apache/sysds/lops/Transform.html     |   0
 .../api/java/org/apache/sysds/lops/UAggOuterChain.html      |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/Unary.html    |   0
 .../docs/2.0.0/api/java/org/apache/sysds/lops/UnaryCP.html  |   0
 .../apache/sysds/lops/WeightedCrossEntropy.WCeMMType.html   |   0
 .../java/org/apache/sysds/lops/WeightedCrossEntropy.html    |   0
 .../java/org/apache/sysds/lops/WeightedCrossEntropyR.html   |   0
 .../org/apache/sysds/lops/WeightedDivMM.WDivMMType.html     |   0
 .../2.0.0/api/java/org/apache/sysds/lops/WeightedDivMM.html |   0
 .../api/java/org/apache/sysds/lops/WeightedDivMMR.html      |   0
 .../org/apache/sysds/lops/WeightedSigmoid.WSigmoidType.html |   0
 .../api/java/org/apache/sysds/lops/WeightedSigmoid.html     |   0
 .../api/java/org/apache/sysds/lops/WeightedSigmoidR.html    |   0
 .../apache/sysds/lops/WeightedSquaredLoss.WeightsType.html  |   0
 .../api/java/org/apache/sysds/lops/WeightedSquaredLoss.html |   0
 .../java/org/apache/sysds/lops/WeightedSquaredLossR.html    |   0
 .../org/apache/sysds/lops/WeightedUnaryMM.WUMMType.html     |   0
 .../api/java/org/apache/sysds/lops/WeightedUnaryMM.html     |   0
 .../api/java/org/apache/sysds/lops/WeightedUnaryMMR.html    |   0
 .../api/java/org/apache/sysds/lops/class-use/Append.html    |   0
 .../api/java/org/apache/sysds/lops/class-use/AppendG.html   |   0
 .../org/apache/sysds/lops/class-use/AppendGAlignedSP.html   |   0
 .../org/apache/sysds/lops/class-use/AppendM.CacheType.html  |   0
 .../api/java/org/apache/sysds/lops/class-use/AppendM.html   |   0
 .../api/java/org/apache/sysds/lops/class-use/AppendR.html   |   0
 .../api/java/org/apache/sysds/lops/class-use/Binary.html    |   0
 .../org/apache/sysds/lops/class-use/BinaryM.VectorType.html |   0
 .../api/java/org/apache/sysds/lops/class-use/BinaryM.html   |   0
 .../java/org/apache/sysds/lops/class-use/BinaryScalar.html  |   0
 .../org/apache/sysds/lops/class-use/BinaryUAggChain.html    |   0
 .../java/org/apache/sysds/lops/class-use/CSVReBlock.html    |   0
 .../java/org/apache/sysds/lops/class-use/CentralMoment.html |   0
 .../java/org/apache/sysds/lops/class-use/Checkpoint.html    |   0
 .../java/org/apache/sysds/lops/class-use/CoVariance.html    |   0
 .../sysds/lops/class-use/Compression.CompressConfig.html    |   0
 .../java/org/apache/sysds/lops/class-use/Compression.html   |   0
 .../apache/sysds/lops/class-use/Ctable.OperationTypes.html  |   0
 .../api/java/org/apache/sysds/lops/class-use/Ctable.html    |   0
 .../apache/sysds/lops/class-use/CumulativeOffsetBinary.html |   0
 .../sysds/lops/class-use/CumulativePartialAggregate.html    |   0
 .../api/java/org/apache/sysds/lops/class-use/Data.html      |   0
 .../api/java/org/apache/sysds/lops/class-use/DataGen.html   |   0
 .../java/org/apache/sysds/lops/class-use/DnnTransform.html  |   0
 .../api/java/org/apache/sysds/lops/class-use/Federated.html |   0
 .../org/apache/sysds/lops/class-use/FunctionCallCP.html     |   0
 .../org/apache/sysds/lops/class-use/GroupedAggregate.html   |   0
 .../sysds/lops/class-use/GroupedAggregateM.CacheType.html   |   0
 .../org/apache/sysds/lops/class-use/GroupedAggregateM.html  |   0
 .../apache/sysds/lops/class-use/LeftIndex.LixCacheType.html |   0
 .../api/java/org/apache/sysds/lops/class-use/LeftIndex.html |   0
 .../org/apache/sysds/lops/class-use/Lop.SimpleInstType.html |   0
 .../api/java/org/apache/sysds/lops/class-use/Lop.Type.html  |   0
 .../org/apache/sysds/lops/class-use/Lop.VisitStatus.html    |   0
 .../2.0.0/api/java/org/apache/sysds/lops/class-use/Lop.html |   0
 .../apache/sysds/lops/class-use/LopProperties.ExecType.html |   0
 .../java/org/apache/sysds/lops/class-use/LopProperties.html |   0
 .../java/org/apache/sysds/lops/class-use/LopsException.html |   0
 .../java/org/apache/sysds/lops/class-use/MMCJ.MMCJType.html |   0
 .../api/java/org/apache/sysds/lops/class-use/MMCJ.html      |   0
 .../api/java/org/apache/sysds/lops/class-use/MMRJ.html      |   0
 .../org/apache/sysds/lops/class-use/MMTSJ.MMTSJType.html    |   0
 .../api/java/org/apache/sysds/lops/class-use/MMTSJ.html     |   0
 .../api/java/org/apache/sysds/lops/class-use/MMZip.html     |   0
 .../org/apache/sysds/lops/class-use/MapMult.CacheType.html  |   0
 .../api/java/org/apache/sysds/lops/class-use/MapMult.html   |   0
 .../apache/sysds/lops/class-use/MapMultChain.ChainType.html |   0
 .../java/org/apache/sysds/lops/class-use/MapMultChain.html  |   0
 .../api/java/org/apache/sysds/lops/class-use/MatMultCP.html |   0
 .../api/java/org/apache/sysds/lops/class-use/Nary.html      |   0
 .../org/apache/sysds/lops/class-use/OutputParameters.html   |   0
 .../org/apache/sysds/lops/class-use/PMMJ.CacheType.html     |   0
 .../api/java/org/apache/sysds/lops/class-use/PMMJ.html      |   0
 .../api/java/org/apache/sysds/lops/class-use/PMapMult.html  |   0
 .../apache/sysds/lops/class-use/ParameterizedBuiltin.html   |   0
 .../org/apache/sysds/lops/class-use/PartialAggregate.html   |   0
 .../sysds/lops/class-use/PickByCount.OperationTypes.html    |   0
 .../java/org/apache/sysds/lops/class-use/PickByCount.html   |   0
 .../api/java/org/apache/sysds/lops/class-use/ReBlock.html   |   0
 .../java/org/apache/sysds/lops/class-use/RightIndex.html    |   0
 .../sysds/lops/class-use/SortKeys.OperationTypes.html       |   0
 .../api/java/org/apache/sysds/lops/class-use/SortKeys.html  |   0
 .../java/org/apache/sysds/lops/class-use/SpoofFused.html    |   0
 .../2.0.0/api/java/org/apache/sysds/lops/class-use/Sql.html |   0
 .../api/java/org/apache/sysds/lops/class-use/Ternary.html   |   0
 .../org/apache/sysds/lops/class-use/TernaryAggregate.html   |   0
 .../api/java/org/apache/sysds/lops/class-use/Transform.html |   0
 .../org/apache/sysds/lops/class-use/UAggOuterChain.html     |   0
 .../api/java/org/apache/sysds/lops/class-use/Unary.html     |   0
 .../api/java/org/apache/sysds/lops/class-use/UnaryCP.html   |   0
 .../lops/class-use/WeightedCrossEntropy.WCeMMType.html      |   0
 .../apache/sysds/lops/class-use/WeightedCrossEntropy.html   |   0
 .../apache/sysds/lops/class-use/WeightedCrossEntropyR.html  |   0
 .../sysds/lops/class-use/WeightedDivMM.WDivMMType.html      |   0
 .../java/org/apache/sysds/lops/class-use/WeightedDivMM.html |   0
 .../org/apache/sysds/lops/class-use/WeightedDivMMR.html     |   0
 .../sysds/lops/class-use/WeightedSigmoid.WSigmoidType.html  |   0
 .../org/apache/sysds/lops/class-use/WeightedSigmoid.html    |   0
 .../org/apache/sysds/lops/class-use/WeightedSigmoidR.html   |   0
 .../lops/class-use/WeightedSquaredLoss.WeightsType.html     |   0
 .../apache/sysds/lops/class-use/WeightedSquaredLoss.html    |   0
 .../apache/sysds/lops/class-use/WeightedSquaredLossR.html   |   0
 .../sysds/lops/class-use/WeightedUnaryMM.WUMMType.html      |   0
 .../org/apache/sysds/lops/class-use/WeightedUnaryMM.html    |   0
 .../org/apache/sysds/lops/class-use/WeightedUnaryMMR.html   |   0
 .../2.0.0/api/java/org/apache/sysds/lops/compile/Dag.html   |   0
 .../java/org/apache/sysds/lops/compile/LopComparator.html   |   0
 .../java/org/apache/sysds/lops/compile/class-use/Dag.html   |   0
 .../apache/sysds/lops/compile/class-use/LopComparator.html  |   0
 .../java/org/apache/sysds/lops/compile/package-frame.html   |   0
 .../java/org/apache/sysds/lops/compile/package-summary.html |   0
 .../java/org/apache/sysds/lops/compile/package-tree.html    |   0
 .../api/java/org/apache/sysds/lops/compile/package-use.html |   0
 .../2.0.0/api/java/org/apache/sysds/lops/package-frame.html |   0
 .../api/java/org/apache/sysds/lops/package-summary.html     |   0
 .../2.0.0/api/java/org/apache/sysds/lops/package-tree.html  |   0
 .../2.0.0/api/java/org/apache/sysds/lops/package-use.html   |   0
 .../java/org/apache/sysds/parser/AssignmentStatement.html   |   0
 .../api/java/org/apache/sysds/parser/BinaryExpression.html  |   0
 .../api/java/org/apache/sysds/parser/BooleanExpression.html |   0
 .../api/java/org/apache/sysds/parser/BooleanIdentifier.html |   0
 .../api/java/org/apache/sysds/parser/BuiltinConstant.html   |   0
 .../org/apache/sysds/parser/BuiltinFunctionExpression.html  |   0
 .../java/org/apache/sysds/parser/ConditionalPredicate.html  |   0
 .../api/java/org/apache/sysds/parser/ConstIdentifier.html   |   0
 .../2.0.0/api/java/org/apache/sysds/parser/DMLProgram.html  |   0
 .../api/java/org/apache/sysds/parser/DMLTranslator.html     |   0
 .../api/java/org/apache/sysds/parser/DataExpression.html    |   0
 .../api/java/org/apache/sysds/parser/DataIdentifier.html    |   0
 .../api/java/org/apache/sysds/parser/DoubleIdentifier.html  |   0
 .../java/org/apache/sysds/parser/Expression.BinaryOp.html   |   0
 .../java/org/apache/sysds/parser/Expression.BooleanOp.html  |   0
 .../api/java/org/apache/sysds/parser/Expression.DataOp.html |   0
 .../org/apache/sysds/parser/Expression.FunctCallOp.html     |   0
 .../org/apache/sysds/parser/Expression.RelationalOp.html    |   0
 .../2.0.0/api/java/org/apache/sysds/parser/Expression.html  |   0
 .../api/java/org/apache/sysds/parser/ExpressionList.html    |   0
 .../api/java/org/apache/sysds/parser/ForStatement.html      |   0
 .../api/java/org/apache/sysds/parser/ForStatementBlock.html |   0
 .../org/apache/sysds/parser/FunctionCallIdentifier.html     |   0
 .../java/org/apache/sysds/parser/FunctionDictionary.html    |   0
 .../api/java/org/apache/sysds/parser/FunctionStatement.html |   0
 .../org/apache/sysds/parser/FunctionStatementBlock.html     |   0
 .../2.0.0/api/java/org/apache/sysds/parser/Identifier.html  |   0
 .../2.0.0/api/java/org/apache/sysds/parser/IfStatement.html |   0
 .../api/java/org/apache/sysds/parser/IfStatementBlock.html  |   0
 .../api/java/org/apache/sysds/parser/ImportStatement.html   |   0
 .../api/java/org/apache/sysds/parser/IndexedIdentifier.html |   0
 .../api/java/org/apache/sysds/parser/IntIdentifier.html     |   0
 .../api/java/org/apache/sysds/parser/IterablePredicate.html |   0
 .../sysds/parser/LanguageException.LanguageErrorCodes.html  |   0
 .../api/java/org/apache/sysds/parser/LanguageException.html |   0
 .../java/org/apache/sysds/parser/LiveVariableAnalysis.html  |   0
 .../org/apache/sysds/parser/MultiAssignmentStatement.html   |   0
 .../api/java/org/apache/sysds/parser/OutputStatement.html   |   0
 .../api/java/org/apache/sysds/parser/ParForStatement.html   |   0
 .../apache/sysds/parser/ParForStatementBlock.ResultVar.html |   0
 .../java/org/apache/sysds/parser/ParForStatementBlock.html  |   0
 .../java/org/apache/sysds/parser/ParameterExpression.html   |   0
 .../parser/ParameterizedBuiltinFunctionExpression.html      |   0
 .../api/java/org/apache/sysds/parser/ParseException.html    |   0
 .../2.0.0/api/java/org/apache/sysds/parser/ParseInfo.html   |   0
 .../api/java/org/apache/sysds/parser/ParserFactory.html     |   0
 .../api/java/org/apache/sysds/parser/ParserWrapper.html     |   0
 .../api/java/org/apache/sysds/parser/PathStatement.html     |   0
 .../org/apache/sysds/parser/PrintStatement.PRINTTYPE.html   |   0
 .../api/java/org/apache/sysds/parser/PrintStatement.html    |   0
 .../java/org/apache/sysds/parser/RelationalExpression.html  |   0
 .../org/apache/sysds/parser/Statement.PSCheckpointing.html  |   0
 .../java/org/apache/sysds/parser/Statement.PSFrequency.html |   0
 .../java/org/apache/sysds/parser/Statement.PSModeType.html  |   0
 .../java/org/apache/sysds/parser/Statement.PSScheme.html    |   0
 .../org/apache/sysds/parser/Statement.PSUpdateType.html     |   0
 .../2.0.0/api/java/org/apache/sysds/parser/Statement.html   |   0
 .../api/java/org/apache/sysds/parser/StatementBlock.html    |   0
 .../api/java/org/apache/sysds/parser/StringIdentifier.html  |   0
 .../2.0.0/api/java/org/apache/sysds/parser/VariableSet.html |   0
 .../api/java/org/apache/sysds/parser/WhileStatement.html    |   0
 .../java/org/apache/sysds/parser/WhileStatementBlock.html   |   0
 .../apache/sysds/parser/class-use/AssignmentStatement.html  |   0
 .../org/apache/sysds/parser/class-use/BinaryExpression.html |   0
 .../apache/sysds/parser/class-use/BooleanExpression.html    |   0
 .../apache/sysds/parser/class-use/BooleanIdentifier.html    |   0
 .../org/apache/sysds/parser/class-use/BuiltinConstant.html  |   0
 .../sysds/parser/class-use/BuiltinFunctionExpression.html   |   0
 .../apache/sysds/parser/class-use/ConditionalPredicate.html |   0
 .../org/apache/sysds/parser/class-use/ConstIdentifier.html  |   0
 .../java/org/apache/sysds/parser/class-use/DMLProgram.html  |   0
 .../org/apache/sysds/parser/class-use/DMLTranslator.html    |   0
 .../org/apache/sysds/parser/class-use/DataExpression.html   |   0
 .../org/apache/sysds/parser/class-use/DataIdentifier.html   |   0
 .../org/apache/sysds/parser/class-use/DoubleIdentifier.html |   0
 .../apache/sysds/parser/class-use/Expression.BinaryOp.html  |   0
 .../apache/sysds/parser/class-use/Expression.BooleanOp.html |   0
 .../apache/sysds/parser/class-use/Expression.DataOp.html    |   0
 .../sysds/parser/class-use/Expression.FunctCallOp.html      |   0
 .../sysds/parser/class-use/Expression.RelationalOp.html     |   0
 .../java/org/apache/sysds/parser/class-use/Expression.html  |   0
 .../org/apache/sysds/parser/class-use/ExpressionList.html   |   0
 .../org/apache/sysds/parser/class-use/ForStatement.html     |   0
 .../apache/sysds/parser/class-use/ForStatementBlock.html    |   0
 .../sysds/parser/class-use/FunctionCallIdentifier.html      |   0
 .../apache/sysds/parser/class-use/FunctionDictionary.html   |   0
 .../apache/sysds/parser/class-use/FunctionStatement.html    |   0
 .../sysds/parser/class-use/FunctionStatementBlock.html      |   0
 .../java/org/apache/sysds/parser/class-use/Identifier.html  |   0
 .../java/org/apache/sysds/parser/class-use/IfStatement.html |   0
 .../org/apache/sysds/parser/class-use/IfStatementBlock.html |   0
 .../org/apache/sysds/parser/class-use/ImportStatement.html  |   0
 .../apache/sysds/parser/class-use/IndexedIdentifier.html    |   0
 .../org/apache/sysds/parser/class-use/IntIdentifier.html    |   0
 .../apache/sysds/parser/class-use/IterablePredicate.html    |   0
 .../class-use/LanguageException.LanguageErrorCodes.html     |   0
 .../apache/sysds/parser/class-use/LanguageException.html    |   0
 .../apache/sysds/parser/class-use/LiveVariableAnalysis.html |   0
 .../sysds/parser/class-use/MultiAssignmentStatement.html    |   0
 .../org/apache/sysds/parser/class-use/OutputStatement.html  |   0
 .../org/apache/sysds/parser/class-use/ParForStatement.html  |   0
 .../parser/class-use/ParForStatementBlock.ResultVar.html    |   0
 .../apache/sysds/parser/class-use/ParForStatementBlock.html |   0
 .../apache/sysds/parser/class-use/ParameterExpression.html  |   0
 .../class-use/ParameterizedBuiltinFunctionExpression.html   |   0
 .../org/apache/sysds/parser/class-use/ParseException.html   |   0
 .../java/org/apache/sysds/parser/class-use/ParseInfo.html   |   0
 .../org/apache/sysds/parser/class-use/ParserFactory.html    |   0
 .../org/apache/sysds/parser/class-use/ParserWrapper.html    |   0
 .../org/apache/sysds/parser/class-use/PathStatement.html    |   0
 .../sysds/parser/class-use/PrintStatement.PRINTTYPE.html    |   0
 .../org/apache/sysds/parser/class-use/PrintStatement.html   |   0
 .../apache/sysds/parser/class-use/RelationalExpression.html |   0
 .../sysds/parser/class-use/Statement.PSCheckpointing.html   |   0
 .../sysds/parser/class-use/Statement.PSFrequency.html       |   0
 .../apache/sysds/parser/class-use/Statement.PSModeType.html |   0
 .../apache/sysds/parser/class-use/Statement.PSScheme.html   |   0
 .../sysds/parser/class-use/Statement.PSUpdateType.html      |   0
 .../java/org/apache/sysds/parser/class-use/Statement.html   |   0
 .../org/apache/sysds/parser/class-use/StatementBlock.html   |   0
 .../org/apache/sysds/parser/class-use/StringIdentifier.html |   0
 .../java/org/apache/sysds/parser/class-use/VariableSet.html |   0
 .../org/apache/sysds/parser/class-use/WhileStatement.html   |   0
 .../apache/sysds/parser/class-use/WhileStatementBlock.html  |   0
 .../sysds/parser/dml/CustomErrorListener.ParseIssue.html    |   0
 .../parser/dml/CustomErrorListener.ParseIssueType.html      |   0
 .../org/apache/sysds/parser/dml/CustomErrorListener.html    |   0
 .../java/org/apache/sysds/parser/dml/DMLParserWrapper.html  |   0
 .../java/org/apache/sysds/parser/dml/DmlBaseListener.html   |   0
 .../api/java/org/apache/sysds/parser/dml/DmlLexer.html      |   0
 .../api/java/org/apache/sysds/parser/dml/DmlListener.html   |   0
 .../DmlParser.AccumulatorAssignmentStatementContext.html    |   0
 .../sysds/parser/dml/DmlParser.AddSubExpressionContext.html |   0
 .../parser/dml/DmlParser.AssignmentStatementContext.html    |   0
 .../sysds/parser/dml/DmlParser.AtomicExpressionContext.html |   0
 .../parser/dml/DmlParser.BooleanAndExpressionContext.html   |   0
 .../parser/dml/DmlParser.BooleanNotExpressionContext.html   |   0
 .../parser/dml/DmlParser.BooleanOrExpressionContext.html    |   0
 .../dml/DmlParser.BuiltinFunctionExpressionContext.html     |   0
 .../dml/DmlParser.CommandlineParamExpressionContext.html    |   0
 .../dml/DmlParser.CommandlinePositionExpressionContext.html |   0
 .../dml/DmlParser.ConstDoubleIdExpressionContext.html       |   0
 .../parser/dml/DmlParser.ConstFalseExpressionContext.html   |   0
 .../parser/dml/DmlParser.ConstIntIdExpressionContext.html   |   0
 .../dml/DmlParser.ConstStringIdExpressionContext.html       |   0
 .../parser/dml/DmlParser.ConstTrueExpressionContext.html    |   0
 .../sysds/parser/dml/DmlParser.DataIdExpressionContext.html |   0
 .../sysds/parser/dml/DmlParser.DataIdentifierContext.html   |   0
 .../apache/sysds/parser/dml/DmlParser.DataTypeContext.html  |   0
 .../sysds/parser/dml/DmlParser.ExpressionContext.html       |   0
 .../dml/DmlParser.ExternalFunctionDefExpressionContext.html |   0
 .../sysds/parser/dml/DmlParser.ForStatementContext.html     |   0
 .../DmlParser.FunctionCallAssignmentStatementContext.html   |   0
 ...lParser.FunctionCallMultiAssignmentStatementContext.html |   0
 .../parser/dml/DmlParser.FunctionStatementContext.html      |   0
 .../sysds/parser/dml/DmlParser.IfStatementContext.html      |   0
 .../dml/DmlParser.IfdefAssignmentStatementContext.html      |   0
 .../sysds/parser/dml/DmlParser.ImportStatementContext.html  |   0
 .../parser/dml/DmlParser.IndexedExpressionContext.html      |   0
 .../dml/DmlParser.InternalFunctionDefExpressionContext.html |   0
 .../DmlParser.IterablePredicateColonExpressionContext.html  |   0
 .../parser/dml/DmlParser.IterablePredicateContext.html      |   0
 .../DmlParser.IterablePredicateSeqExpressionContext.html    |   0
 .../parser/dml/DmlParser.MatrixDataTypeCheckContext.html    |   0
 .../parser/dml/DmlParser.MatrixMulExpressionContext.html    |   0
 .../apache/sysds/parser/dml/DmlParser.Ml_typeContext.html   |   0
 .../parser/dml/DmlParser.ModIntDivExpressionContext.html    |   0
 .../parser/dml/DmlParser.MultDivExpressionContext.html      |   0
 .../parser/dml/DmlParser.MultiIdExpressionContext.html      |   0
 .../sysds/parser/dml/DmlParser.ParForStatementContext.html  |   0
 .../dml/DmlParser.ParameterizedExpressionContext.html       |   0
 .../sysds/parser/dml/DmlParser.PathStatementContext.html    |   0
 .../sysds/parser/dml/DmlParser.PowerExpressionContext.html  |   0
 .../sysds/parser/dml/DmlParser.ProgramrootContext.html      |   0
 .../parser/dml/DmlParser.RelationalExpressionContext.html   |   0
 .../DmlParser.SimpleDataIdentifierExpressionContext.html    |   0
 .../apache/sysds/parser/dml/DmlParser.StatementContext.html |   0
 .../dml/DmlParser.StrictParameterizedExpressionContext.html |   0
 .../DmlParser.StrictParameterizedKeyValueStringContext.html |   0
 .../sysds/parser/dml/DmlParser.TypedArgAssignContext.html   |   0
 .../sysds/parser/dml/DmlParser.TypedArgNoAssignContext.html |   0
 .../sysds/parser/dml/DmlParser.UnaryExpressionContext.html  |   0
 .../apache/sysds/parser/dml/DmlParser.ValueTypeContext.html |   0
 .../sysds/parser/dml/DmlParser.WhileStatementContext.html   |   0
 .../api/java/org/apache/sysds/parser/dml/DmlParser.html     |   0
 .../java/org/apache/sysds/parser/dml/DmlPreprocessor.html   |   0
 .../dml/DmlSyntacticValidator.ConvertedDMLSyntax.html       |   0
 .../org/apache/sysds/parser/dml/DmlSyntacticValidator.html  |   0
 .../java/org/apache/sysds/parser/dml/ExpressionInfo.html    |   0
 .../api/java/org/apache/sysds/parser/dml/StatementInfo.html |   0
 .../dml/class-use/CustomErrorListener.ParseIssue.html       |   0
 .../dml/class-use/CustomErrorListener.ParseIssueType.html   |   0
 .../sysds/parser/dml/class-use/CustomErrorListener.html     |   0
 .../apache/sysds/parser/dml/class-use/DMLParserWrapper.html |   0
 .../apache/sysds/parser/dml/class-use/DmlBaseListener.html  |   0
 .../org/apache/sysds/parser/dml/class-use/DmlLexer.html     |   0
 .../org/apache/sysds/parser/dml/class-use/DmlListener.html  |   0
 .../DmlParser.AccumulatorAssignmentStatementContext.html    |   0
 .../dml/class-use/DmlParser.AddSubExpressionContext.html    |   0
 .../dml/class-use/DmlParser.AssignmentStatementContext.html |   0
 .../dml/class-use/DmlParser.AtomicExpressionContext.html    |   0
 .../class-use/DmlParser.BooleanAndExpressionContext.html    |   0
 .../class-use/DmlParser.BooleanNotExpressionContext.html    |   0
 .../dml/class-use/DmlParser.BooleanOrExpressionContext.html |   0
 .../DmlParser.BuiltinFunctionExpressionContext.html         |   0
 .../DmlParser.CommandlineParamExpressionContext.html        |   0
 .../DmlParser.CommandlinePositionExpressionContext.html     |   0
 .../class-use/DmlParser.ConstDoubleIdExpressionContext.html |   0
 .../class-use/DmlParser.ConstFalseExpressionContext.html    |   0
 .../class-use/DmlParser.ConstIntIdExpressionContext.html    |   0
 .../class-use/DmlParser.ConstStringIdExpressionContext.html |   0
 .../dml/class-use/DmlParser.ConstTrueExpressionContext.html |   0
 .../dml/class-use/DmlParser.DataIdExpressionContext.html    |   0
 .../dml/class-use/DmlParser.DataIdentifierContext.html      |   0
 .../parser/dml/class-use/DmlParser.DataTypeContext.html     |   0
 .../parser/dml/class-use/DmlParser.ExpressionContext.html   |   0
 .../DmlParser.ExternalFunctionDefExpressionContext.html     |   0
 .../parser/dml/class-use/DmlParser.ForStatementContext.html |   0
 .../DmlParser.FunctionCallAssignmentStatementContext.html   |   0
 ...lParser.FunctionCallMultiAssignmentStatementContext.html |   0
 .../dml/class-use/DmlParser.FunctionStatementContext.html   |   0
 .../parser/dml/class-use/DmlParser.IfStatementContext.html  |   0
 .../DmlParser.IfdefAssignmentStatementContext.html          |   0
 .../dml/class-use/DmlParser.ImportStatementContext.html     |   0
 .../dml/class-use/DmlParser.IndexedExpressionContext.html   |   0
 .../DmlParser.InternalFunctionDefExpressionContext.html     |   0
 .../DmlParser.IterablePredicateColonExpressionContext.html  |   0
 .../dml/class-use/DmlParser.IterablePredicateContext.html   |   0
 .../DmlParser.IterablePredicateSeqExpressionContext.html    |   0
 .../dml/class-use/DmlParser.MatrixDataTypeCheckContext.html |   0
 .../dml/class-use/DmlParser.MatrixMulExpressionContext.html |   0
 .../parser/dml/class-use/DmlParser.Ml_typeContext.html      |   0
 .../dml/class-use/DmlParser.ModIntDivExpressionContext.html |   0
 .../dml/class-use/DmlParser.MultDivExpressionContext.html   |   0
 .../dml/class-use/DmlParser.MultiIdExpressionContext.html   |   0
 .../dml/class-use/DmlParser.ParForStatementContext.html     |   0
 .../class-use/DmlParser.ParameterizedExpressionContext.html |   0
 .../dml/class-use/DmlParser.PathStatementContext.html       |   0
 .../dml/class-use/DmlParser.PowerExpressionContext.html     |   0
 .../parser/dml/class-use/DmlParser.ProgramrootContext.html  |   0
 .../class-use/DmlParser.RelationalExpressionContext.html    |   0
 .../DmlParser.SimpleDataIdentifierExpressionContext.html    |   0
 .../parser/dml/class-use/DmlParser.StatementContext.html    |   0
 .../DmlParser.StrictParameterizedExpressionContext.html     |   0
 .../DmlParser.StrictParameterizedKeyValueStringContext.html |   0
 .../dml/class-use/DmlParser.TypedArgAssignContext.html      |   0
 .../dml/class-use/DmlParser.TypedArgNoAssignContext.html    |   0
 .../dml/class-use/DmlParser.UnaryExpressionContext.html     |   0
 .../parser/dml/class-use/DmlParser.ValueTypeContext.html    |   0
 .../dml/class-use/DmlParser.WhileStatementContext.html      |   0
 .../org/apache/sysds/parser/dml/class-use/DmlParser.html    |   0
 .../apache/sysds/parser/dml/class-use/DmlPreprocessor.html  |   0
 .../class-use/DmlSyntacticValidator.ConvertedDMLSyntax.html |   0
 .../sysds/parser/dml/class-use/DmlSyntacticValidator.html   |   0
 .../apache/sysds/parser/dml/class-use/ExpressionInfo.html   |   0
 .../apache/sysds/parser/dml/class-use/StatementInfo.html    |   0
 .../api/java/org/apache/sysds/parser/dml/package-frame.html |   0
 .../java/org/apache/sysds/parser/dml/package-summary.html   |   0
 .../api/java/org/apache/sysds/parser/dml/package-tree.html  |   0
 .../api/java/org/apache/sysds/parser/dml/package-use.html   |   0
 .../api/java/org/apache/sysds/parser/package-frame.html     |   0
 .../api/java/org/apache/sysds/parser/package-summary.html   |   0
 .../api/java/org/apache/sysds/parser/package-tree.html      |   0
 .../2.0.0/api/java/org/apache/sysds/parser/package-use.html |   0
 .../org/apache/sysds/runtime/DMLCompressionException.html   |   0
 .../java/org/apache/sysds/runtime/DMLRuntimeException.html  |   0
 .../java/org/apache/sysds/runtime/DMLScriptException.html   |   0
 .../sysds/runtime/class-use/DMLCompressionException.html    |   0
 .../apache/sysds/runtime/class-use/DMLRuntimeException.html |   0
 .../apache/sysds/runtime/class-use/DMLScriptException.html  |   0
 .../org/apache/sysds/runtime/codegen/ByteClassLoader.html   |   0
 .../java/org/apache/sysds/runtime/codegen/CodegenUtils.html |   0
 .../apache/sysds/runtime/codegen/LibSpoofPrimitives.html    |   0
 .../apache/sysds/runtime/codegen/SpoofCellwise.AggOp.html   |   0
 .../sysds/runtime/codegen/SpoofCellwise.CellType.html       |   0
 .../org/apache/sysds/runtime/codegen/SpoofCellwise.html     |   0
 .../apache/sysds/runtime/codegen/SpoofMultiAggregate.html   |   0
 .../sysds/runtime/codegen/SpoofOperator.SideInput.html      |   0
 .../runtime/codegen/SpoofOperator.SideInputSparseCell.html  |   0
 .../runtime/codegen/SpoofOperator.SideInputSparseRow.html   |   0
 .../org/apache/sysds/runtime/codegen/SpoofOperator.html     |   0
 .../runtime/codegen/SpoofOuterProduct.OutProdType.html      |   0
 .../org/apache/sysds/runtime/codegen/SpoofOuterProduct.html |   0
 .../apache/sysds/runtime/codegen/SpoofRowwise.RowType.html  |   0
 .../java/org/apache/sysds/runtime/codegen/SpoofRowwise.html |   0
 .../sysds/runtime/codegen/class-use/ByteClassLoader.html    |   0
 .../sysds/runtime/codegen/class-use/CodegenUtils.html       |   0
 .../sysds/runtime/codegen/class-use/LibSpoofPrimitives.html |   0
 .../runtime/codegen/class-use/SpoofCellwise.AggOp.html      |   0
 .../runtime/codegen/class-use/SpoofCellwise.CellType.html   |   0
 .../sysds/runtime/codegen/class-use/SpoofCellwise.html      |   0
 .../runtime/codegen/class-use/SpoofMultiAggregate.html      |   0
 .../runtime/codegen/class-use/SpoofOperator.SideInput.html  |   0
 .../class-use/SpoofOperator.SideInputSparseCell.html        |   0
 .../codegen/class-use/SpoofOperator.SideInputSparseRow.html |   0
 .../sysds/runtime/codegen/class-use/SpoofOperator.html      |   0
 .../codegen/class-use/SpoofOuterProduct.OutProdType.html    |   0
 .../sysds/runtime/codegen/class-use/SpoofOuterProduct.html  |   0
 .../runtime/codegen/class-use/SpoofRowwise.RowType.html     |   0
 .../sysds/runtime/codegen/class-use/SpoofRowwise.html       |   0
 .../org/apache/sysds/runtime/codegen/package-frame.html     |   0
 .../org/apache/sysds/runtime/codegen/package-summary.html   |   0
 .../java/org/apache/sysds/runtime/codegen/package-tree.html |   0
 .../java/org/apache/sysds/runtime/codegen/package-use.html  |   0
 .../runtime/compress/AbstractCompressedMatrixBlock.html     |   0
 .../org/apache/sysds/runtime/compress/BitmapEncoder.html    |   0
 .../sysds/runtime/compress/CompressedMatrixBlock.html       |   0
 .../runtime/compress/CompressedMatrixBlockFactory.html      |   0
 .../apache/sysds/runtime/compress/CompressionSettings.html  |   0
 .../sysds/runtime/compress/CompressionSettingsBuilder.html  |   0
 .../sysds/runtime/compress/CompressionStatistics.html       |   0
 .../sysds/runtime/compress/ReaderColumnSelection.html       |   0
 .../sysds/runtime/compress/ReaderColumnSelectionDense.html  |   0
 .../runtime/compress/ReaderColumnSelectionDenseSample.html  |   0
 .../sysds/runtime/compress/ReaderColumnSelectionSparse.html |   0
 .../compress/class-use/AbstractCompressedMatrixBlock.html   |   0
 .../sysds/runtime/compress/class-use/BitmapEncoder.html     |   0
 .../runtime/compress/class-use/CompressedMatrixBlock.html   |   0
 .../compress/class-use/CompressedMatrixBlockFactory.html    |   0
 .../runtime/compress/class-use/CompressionSettings.html     |   0
 .../compress/class-use/CompressionSettingsBuilder.html      |   0
 .../runtime/compress/class-use/CompressionStatistics.html   |   0
 .../runtime/compress/class-use/ReaderColumnSelection.html   |   0
 .../compress/class-use/ReaderColumnSelectionDense.html      |   0
 .../class-use/ReaderColumnSelectionDenseSample.html         |   0
 .../compress/class-use/ReaderColumnSelectionSparse.html     |   0
 .../runtime/compress/cocode/ColumnGroupPartitioner.html     |   0
 .../compress/cocode/ColumnGroupPartitionerBinPacking.html   |   0
 .../runtime/compress/cocode/ColumnGroupPartitionerCost.html |   0
 .../compress/cocode/ColumnGroupPartitionerStatic.html       |   0
 .../compress/cocode/PlanningCoCoder.GroupableColInfo.html   |   0
 .../compress/cocode/PlanningCoCoder.PartitionerType.html    |   0
 .../sysds/runtime/compress/cocode/PlanningCoCoder.html      |   0
 .../compress/cocode/PlanningCoCodingGroup.ColIndexes.html   |   0
 .../runtime/compress/cocode/PlanningCoCodingGroup.html      |   0
 .../sysds/runtime/compress/cocode/PlanningMemoTable.html    |   0
 .../compress/cocode/class-use/ColumnGroupPartitioner.html   |   0
 .../cocode/class-use/ColumnGroupPartitionerBinPacking.html  |   0
 .../cocode/class-use/ColumnGroupPartitionerCost.html        |   0
 .../cocode/class-use/ColumnGroupPartitionerStatic.html      |   0
 .../cocode/class-use/PlanningCoCoder.GroupableColInfo.html  |   0
 .../cocode/class-use/PlanningCoCoder.PartitionerType.html   |   0
 .../runtime/compress/cocode/class-use/PlanningCoCoder.html  |   0
 .../cocode/class-use/PlanningCoCodingGroup.ColIndexes.html  |   0
 .../compress/cocode/class-use/PlanningCoCodingGroup.html    |   0
 .../compress/cocode/class-use/PlanningMemoTable.html        |   0
 .../apache/sysds/runtime/compress/cocode/package-frame.html |   0
 .../sysds/runtime/compress/cocode/package-summary.html      |   0
 .../apache/sysds/runtime/compress/cocode/package-tree.html  |   0
 .../apache/sysds/runtime/compress/cocode/package-use.html   |   0
 .../apache/sysds/runtime/compress/colgroup/ADictionary.html |   0
 .../runtime/compress/colgroup/ColGroup.CompressionType.html |   0
 .../apache/sysds/runtime/compress/colgroup/ColGroup.html    |   0
 .../sysds/runtime/compress/colgroup/ColGroupConst.html      |   0
 .../sysds/runtime/compress/colgroup/ColGroupConverter.html  |   0
 .../apache/sysds/runtime/compress/colgroup/ColGroupDDC.html |   0
 .../sysds/runtime/compress/colgroup/ColGroupDDC1.html       |   0
 .../sysds/runtime/compress/colgroup/ColGroupDDC2.html       |   0
 .../sysds/runtime/compress/colgroup/ColGroupFactory.html    |   0
 .../apache/sysds/runtime/compress/colgroup/ColGroupIO.html  |   0
 .../apache/sysds/runtime/compress/colgroup/ColGroupOLE.html |   0
 .../sysds/runtime/compress/colgroup/ColGroupOffset.html     |   0
 .../apache/sysds/runtime/compress/colgroup/ColGroupRLE.html |   0
 .../sysds/runtime/compress/colgroup/ColGroupSizes.html      |   0
 .../runtime/compress/colgroup/ColGroupUncompressed.html     |   0
 .../sysds/runtime/compress/colgroup/ColGroupValue.html      |   0
 .../sysds/runtime/compress/colgroup/DenseRowIterator.html   |   0
 .../apache/sysds/runtime/compress/colgroup/Dictionary.html  |   0
 .../apache/sysds/runtime/compress/colgroup/QDictionary.html |   0
 .../sysds/runtime/compress/colgroup/SparseRowIterator.html  |   0
 .../runtime/compress/colgroup/class-use/ADictionary.html    |   0
 .../colgroup/class-use/ColGroup.CompressionType.html        |   0
 .../sysds/runtime/compress/colgroup/class-use/ColGroup.html |   0
 .../runtime/compress/colgroup/class-use/ColGroupConst.html  |   0
 .../compress/colgroup/class-use/ColGroupConverter.html      |   0
 .../runtime/compress/colgroup/class-use/ColGroupDDC.html    |   0
 .../runtime/compress/colgroup/class-use/ColGroupDDC1.html   |   0
 .../runtime/compress/colgroup/class-use/ColGroupDDC2.html   |   0
 .../compress/colgroup/class-use/ColGroupFactory.html        |   0
 .../runtime/compress/colgroup/class-use/ColGroupIO.html     |   0
 .../runtime/compress/colgroup/class-use/ColGroupOLE.html    |   0
 .../runtime/compress/colgroup/class-use/ColGroupOffset.html |   0
 .../runtime/compress/colgroup/class-use/ColGroupRLE.html    |   0
 .../runtime/compress/colgroup/class-use/ColGroupSizes.html  |   0
 .../compress/colgroup/class-use/ColGroupUncompressed.html   |   0
 .../runtime/compress/colgroup/class-use/ColGroupValue.html  |   0
 .../compress/colgroup/class-use/DenseRowIterator.html       |   0
 .../runtime/compress/colgroup/class-use/Dictionary.html     |   0
 .../runtime/compress/colgroup/class-use/QDictionary.html    |   0
 .../compress/colgroup/class-use/SparseRowIterator.html      |   0
 .../sysds/runtime/compress/colgroup/package-frame.html      |   0
 .../sysds/runtime/compress/colgroup/package-summary.html    |   0
 .../sysds/runtime/compress/colgroup/package-tree.html       |   0
 .../apache/sysds/runtime/compress/colgroup/package-use.html |   0
 .../runtime/compress/estim/CompressedSizeEstimator.html     |   0
 .../compress/estim/CompressedSizeEstimatorExact.html        |   0
 .../compress/estim/CompressedSizeEstimatorFactory.html      |   0
 .../compress/estim/CompressedSizeEstimatorSample.html       |   0
 .../sysds/runtime/compress/estim/CompressedSizeInfo.html    |   0
 .../runtime/compress/estim/CompressedSizeInfoColGroup.html  |   0
 .../sysds/runtime/compress/estim/EstimationFactors.html     |   0
 .../compress/estim/class-use/CompressedSizeEstimator.html   |   0
 .../estim/class-use/CompressedSizeEstimatorExact.html       |   0
 .../estim/class-use/CompressedSizeEstimatorFactory.html     |   0
 .../estim/class-use/CompressedSizeEstimatorSample.html      |   0
 .../compress/estim/class-use/CompressedSizeInfo.html        |   0
 .../estim/class-use/CompressedSizeInfoColGroup.html         |   0
 .../runtime/compress/estim/class-use/EstimationFactors.html |   0
 .../apache/sysds/runtime/compress/estim/package-frame.html  |   0
 .../sysds/runtime/compress/estim/package-summary.html       |   0
 .../apache/sysds/runtime/compress/estim/package-tree.html   |   0
 .../apache/sysds/runtime/compress/estim/package-use.html    |   0
 .../sysds/runtime/compress/estim/sample/FrequencyCount.html |   0
 .../compress/estim/sample/GuaranteedErrorEstimator.html     |   0
 .../sysds/runtime/compress/estim/sample/HassAndStokes.html  |   0
 .../runtime/compress/estim/sample/ShlosserEstimator.html    |   0
 .../compress/estim/sample/ShlosserJackknifeEstimator.html   |   0
 .../compress/estim/sample/SmoothedJackknifeEstimator.html   |   0
 .../compress/estim/sample/class-use/FrequencyCount.html     |   0
 .../estim/sample/class-use/GuaranteedErrorEstimator.html    |   0
 .../compress/estim/sample/class-use/HassAndStokes.html      |   0
 .../compress/estim/sample/class-use/ShlosserEstimator.html  |   0
 .../estim/sample/class-use/ShlosserJackknifeEstimator.html  |   0
 .../estim/sample/class-use/SmoothedJackknifeEstimator.html  |   0
 .../sysds/runtime/compress/estim/sample/package-frame.html  |   0
 .../runtime/compress/estim/sample/package-summary.html      |   0
 .../sysds/runtime/compress/estim/sample/package-tree.html   |   0
 .../sysds/runtime/compress/estim/sample/package-use.html    |   0
 .../apache/sysds/runtime/compress/lib/LibBinaryCellOp.html  |   0
 .../apache/sysds/runtime/compress/lib/LibLeftMultBy.html    |   0
 .../apache/sysds/runtime/compress/lib/LibRightMultBy.html   |   0
 .../org/apache/sysds/runtime/compress/lib/LibScalar.html    |   0
 .../runtime/compress/lib/class-use/LibBinaryCellOp.html     |   0
 .../sysds/runtime/compress/lib/class-use/LibLeftMultBy.html |   0
 .../runtime/compress/lib/class-use/LibRightMultBy.html      |   0
 .../sysds/runtime/compress/lib/class-use/LibScalar.html     |   0
 .../apache/sysds/runtime/compress/lib/package-frame.html    |   0
 .../apache/sysds/runtime/compress/lib/package-summary.html  |   0
 .../org/apache/sysds/runtime/compress/lib/package-tree.html |   0
 .../org/apache/sysds/runtime/compress/lib/package-use.html  |   0
 .../org/apache/sysds/runtime/compress/package-frame.html    |   0
 .../org/apache/sysds/runtime/compress/package-summary.html  |   0
 .../org/apache/sysds/runtime/compress/package-tree.html     |   0
 .../java/org/apache/sysds/runtime/compress/package-use.html |   0
 .../sysds/runtime/compress/utils/ABitmap.BitmapType.html    |   0
 .../org/apache/sysds/runtime/compress/utils/ABitmap.html    |   0
 .../org/apache/sysds/runtime/compress/utils/Bitmap.html     |   0
 .../apache/sysds/runtime/compress/utils/BitmapLossy.html    |   0
 .../sysds/runtime/compress/utils/ColumnGroupIterator.html   |   0
 .../apache/sysds/runtime/compress/utils/CustomHashMap.html  |   0
 .../org/apache/sysds/runtime/compress/utils/DblArray.html   |   0
 .../utils/DblArrayIntListHashMap.DArrayIListEntry.html      |   0
 .../runtime/compress/utils/DblArrayIntListHashMap.html      |   0
 .../compress/utils/DoubleIntListHashMap.DIListEntry.html    |   0
 .../sysds/runtime/compress/utils/DoubleIntListHashMap.html  |   0
 .../apache/sysds/runtime/compress/utils/IntArrayList.html   |   0
 .../sysds/runtime/compress/utils/LinearAlgebraUtils.html    |   0
 .../compress/utils/class-use/ABitmap.BitmapType.html        |   0
 .../sysds/runtime/compress/utils/class-use/ABitmap.html     |   0
 .../sysds/runtime/compress/utils/class-use/Bitmap.html      |   0
 .../sysds/runtime/compress/utils/class-use/BitmapLossy.html |   0
 .../compress/utils/class-use/ColumnGroupIterator.html       |   0
 .../runtime/compress/utils/class-use/CustomHashMap.html     |   0
 .../sysds/runtime/compress/utils/class-use/DblArray.html    |   0
 .../class-use/DblArrayIntListHashMap.DArrayIListEntry.html  |   0
 .../compress/utils/class-use/DblArrayIntListHashMap.html    |   0
 .../utils/class-use/DoubleIntListHashMap.DIListEntry.html   |   0
 .../compress/utils/class-use/DoubleIntListHashMap.html      |   0
 .../runtime/compress/utils/class-use/IntArrayList.html      |   0
 .../compress/utils/class-use/LinearAlgebraUtils.html        |   0
 .../apache/sysds/runtime/compress/utils/package-frame.html  |   0
 .../sysds/runtime/compress/utils/package-summary.html       |   0
 .../apache/sysds/runtime/compress/utils/package-tree.html   |   0
 .../apache/sysds/runtime/compress/utils/package-use.html    |   0
 .../sysds/runtime/controlprogram/BasicProgramBlock.html     |   0
 .../sysds/runtime/controlprogram/ForProgramBlock.html       |   0
 .../sysds/runtime/controlprogram/FunctionProgramBlock.html  |   0
 .../apache/sysds/runtime/controlprogram/IfProgramBlock.html |   0
 .../sysds/runtime/controlprogram/LocalVariableMap.html      |   0
 .../ParForProgramBlock.PDataPartitionFormat.html            |   0
 .../controlprogram/ParForProgramBlock.PDataPartitioner.html |   0
 .../controlprogram/ParForProgramBlock.PExecMode.html        |   0
 .../runtime/controlprogram/ParForProgramBlock.POptMode.html |   0
 .../controlprogram/ParForProgramBlock.PResultMerge.html     |   0
 .../controlprogram/ParForProgramBlock.PTaskPartitioner.html |   0
 .../controlprogram/ParForProgramBlock.PartitionFormat.html  |   0
 .../sysds/runtime/controlprogram/ParForProgramBlock.html    |   0
 .../org/apache/sysds/runtime/controlprogram/Program.html    |   0
 .../apache/sysds/runtime/controlprogram/ProgramBlock.html   |   0
 .../sysds/runtime/controlprogram/WhileProgramBlock.html     |   0
 .../sysds/runtime/controlprogram/caching/ByteBuffer.html    |   0
 .../sysds/runtime/controlprogram/caching/CacheBlock.html    |   0
 .../runtime/controlprogram/caching/CacheBlockFactory.html   |   0
 .../runtime/controlprogram/caching/CacheDataInput.html      |   0
 .../runtime/controlprogram/caching/CacheDataOutput.html     |   0
 .../controlprogram/caching/CacheStatistics.Stat.html        |   0
 .../runtime/controlprogram/caching/CacheStatistics.html     |   0
 .../controlprogram/caching/CacheableData.CacheStatus.html   |   0
 .../sysds/runtime/controlprogram/caching/CacheableData.html |   0
 .../sysds/runtime/controlprogram/caching/FrameObject.html   |   0
 .../controlprogram/caching/LazyWriteBuffer.RPolicy.html     |   0
 .../runtime/controlprogram/caching/LazyWriteBuffer.html     |   0
 .../controlprogram/caching/MatrixObject.UpdateType.html     |   0
 .../sysds/runtime/controlprogram/caching/MatrixObject.html  |   0
 .../sysds/runtime/controlprogram/caching/PageCache.html     |   0
 .../sysds/runtime/controlprogram/caching/TensorObject.html  |   0
 .../controlprogram/caching/class-use/ByteBuffer.html        |   0
 .../controlprogram/caching/class-use/CacheBlock.html        |   0
 .../controlprogram/caching/class-use/CacheBlockFactory.html |   0
 .../controlprogram/caching/class-use/CacheDataInput.html    |   0
 .../controlprogram/caching/class-use/CacheDataOutput.html   |   0
 .../caching/class-use/CacheStatistics.Stat.html             |   0
 .../controlprogram/caching/class-use/CacheStatistics.html   |   0
 .../caching/class-use/CacheableData.CacheStatus.html        |   0
 .../controlprogram/caching/class-use/CacheableData.html     |   0
 .../controlprogram/caching/class-use/FrameObject.html       |   0
 .../caching/class-use/LazyWriteBuffer.RPolicy.html          |   0
 .../controlprogram/caching/class-use/LazyWriteBuffer.html   |   0
 .../caching/class-use/MatrixObject.UpdateType.html          |   0
 .../controlprogram/caching/class-use/MatrixObject.html      |   0
 .../runtime/controlprogram/caching/class-use/PageCache.html |   0
 .../controlprogram/caching/class-use/TensorObject.html      |   0
 .../sysds/runtime/controlprogram/caching/package-frame.html |   0
 .../runtime/controlprogram/caching/package-summary.html     |   0
 .../sysds/runtime/controlprogram/caching/package-tree.html  |   0
 .../sysds/runtime/controlprogram/caching/package-use.html   |   0
 .../runtime/controlprogram/class-use/BasicProgramBlock.html |   0
 .../runtime/controlprogram/class-use/ForProgramBlock.html   |   0
 .../controlprogram/class-use/FunctionProgramBlock.html      |   0
 .../runtime/controlprogram/class-use/IfProgramBlock.html    |   0
 .../runtime/controlprogram/class-use/LocalVariableMap.html  |   0
 .../class-use/ParForProgramBlock.PDataPartitionFormat.html  |   0
 .../class-use/ParForProgramBlock.PDataPartitioner.html      |   0
 .../class-use/ParForProgramBlock.PExecMode.html             |   0
 .../class-use/ParForProgramBlock.POptMode.html              |   0
 .../class-use/ParForProgramBlock.PResultMerge.html          |   0
 .../class-use/ParForProgramBlock.PTaskPartitioner.html      |   0
 .../class-use/ParForProgramBlock.PartitionFormat.html       |   0
 .../controlprogram/class-use/ParForProgramBlock.html        |   0
 .../sysds/runtime/controlprogram/class-use/Program.html     |   0
 .../runtime/controlprogram/class-use/ProgramBlock.html      |   0
 .../runtime/controlprogram/class-use/WhileProgramBlock.html |   0
 .../runtime/controlprogram/context/ExecutionContext.html    |   0
 .../controlprogram/context/ExecutionContextFactory.html     |   0
 .../context/SparkExecutionContext.SparkClusterConfig.html   |   0
 .../controlprogram/context/SparkExecutionContext.html       |   0
 .../controlprogram/context/class-use/ExecutionContext.html  |   0
 .../context/class-use/ExecutionContextFactory.html          |   0
 .../class-use/SparkExecutionContext.SparkClusterConfig.html |   0
 .../context/class-use/SparkExecutionContext.html            |   0
 .../sysds/runtime/controlprogram/context/package-frame.html |   0
 .../runtime/controlprogram/context/package-summary.html     |   0
 .../sysds/runtime/controlprogram/context/package-tree.html  |   0
 .../sysds/runtime/controlprogram/context/package-use.html   |   0
 .../controlprogram/federated/ExecutionContextMap.html       |   0
 .../runtime/controlprogram/federated/FederatedData.html     |   0
 .../controlprogram/federated/FederatedLocalData.html        |   0
 .../runtime/controlprogram/federated/FederatedRange.html    |   0
 .../federated/FederatedRequest.RequestType.html             |   0
 .../runtime/controlprogram/federated/FederatedRequest.html  |   0
 .../federated/FederatedResponse.ResponseType.html           |   0
 .../runtime/controlprogram/federated/FederatedResponse.html |   0
 .../runtime/controlprogram/federated/FederatedUDF.html      |   0
 .../runtime/controlprogram/federated/FederatedWorker.html   |   0
 .../controlprogram/federated/FederatedWorkerHandler.html    |   0
 .../federated/FederatedWorkerHandlerException.html          |   0
 .../controlprogram/federated/FederationMap.FType.html       |   0
 .../runtime/controlprogram/federated/FederationMap.html     |   0
 .../runtime/controlprogram/federated/FederationUtils.html   |   0
 .../federated/class-use/ExecutionContextMap.html            |   0
 .../controlprogram/federated/class-use/FederatedData.html   |   0
 .../federated/class-use/FederatedLocalData.html             |   0
 .../controlprogram/federated/class-use/FederatedRange.html  |   0
 .../federated/class-use/FederatedRequest.RequestType.html   |   0
 .../federated/class-use/FederatedRequest.html               |   0
 .../federated/class-use/FederatedResponse.ResponseType.html |   0
 .../federated/class-use/FederatedResponse.html              |   0
 .../controlprogram/federated/class-use/FederatedUDF.html    |   0
 .../controlprogram/federated/class-use/FederatedWorker.html |   0
 .../federated/class-use/FederatedWorkerHandler.html         |   0
 .../class-use/FederatedWorkerHandlerException.html          |   0
 .../federated/class-use/FederationMap.FType.html            |   0
 .../controlprogram/federated/class-use/FederationMap.html   |   0
 .../controlprogram/federated/class-use/FederationUtils.html |   0
 .../runtime/controlprogram/federated/package-frame.html     |   0
 .../runtime/controlprogram/federated/package-summary.html   |   0
 .../runtime/controlprogram/federated/package-tree.html      |   0
 .../sysds/runtime/controlprogram/federated/package-use.html |   0
 .../apache/sysds/runtime/controlprogram/package-frame.html  |   0
 .../sysds/runtime/controlprogram/package-summary.html       |   0
 .../apache/sysds/runtime/controlprogram/package-tree.html   |   0
 .../apache/sysds/runtime/controlprogram/package-use.html    |   0
 .../runtime/controlprogram/paramserv/LocalPSWorker.html     |   0
 .../runtime/controlprogram/paramserv/LocalParamServer.html  |   0
 .../sysds/runtime/controlprogram/paramserv/PSWorker.html    |   0
 .../sysds/runtime/controlprogram/paramserv/ParamServer.html |   0
 .../runtime/controlprogram/paramserv/ParamservUtils.html    |   0
 .../sysds/runtime/controlprogram/paramserv/SparkPSBody.html |   0
 .../runtime/controlprogram/paramserv/SparkPSProxy.html      |   0
 .../runtime/controlprogram/paramserv/SparkPSWorker.html     |   0
 .../controlprogram/paramserv/class-use/LocalPSWorker.html   |   0
 .../paramserv/class-use/LocalParamServer.html               |   0
 .../controlprogram/paramserv/class-use/PSWorker.html        |   0
 .../controlprogram/paramserv/class-use/ParamServer.html     |   0
 .../controlprogram/paramserv/class-use/ParamservUtils.html  |   0
 .../controlprogram/paramserv/class-use/SparkPSBody.html     |   0
 .../controlprogram/paramserv/class-use/SparkPSProxy.html    |   0
 .../controlprogram/paramserv/class-use/SparkPSWorker.html   |   0
 .../runtime/controlprogram/paramserv/dp/DCLocalScheme.html  |   0
 .../runtime/controlprogram/paramserv/dp/DCSparkScheme.html  |   0
 .../runtime/controlprogram/paramserv/dp/DRLocalScheme.html  |   0
 .../runtime/controlprogram/paramserv/dp/DRRLocalScheme.html |   0
 .../runtime/controlprogram/paramserv/dp/DRRSparkScheme.html |   0
 .../runtime/controlprogram/paramserv/dp/DRSparkScheme.html  |   0
 .../paramserv/dp/DataPartitionLocalScheme.Result.html       |   0
 .../paramserv/dp/DataPartitionLocalScheme.html              |   0
 .../paramserv/dp/DataPartitionSparkScheme.html              |   0
 .../paramserv/dp/DataPartitionerSparkAggregator.html        |   0
 .../paramserv/dp/DataPartitionerSparkMapper.html            |   0
 .../controlprogram/paramserv/dp/LocalDataPartitioner.html   |   0
 .../runtime/controlprogram/paramserv/dp/ORLocalScheme.html  |   0
 .../runtime/controlprogram/paramserv/dp/ORSparkScheme.html  |   0
 .../controlprogram/paramserv/dp/SparkDataPartitioner.html   |   0
 .../paramserv/dp/class-use/DCLocalScheme.html               |   0
 .../paramserv/dp/class-use/DCSparkScheme.html               |   0
 .../paramserv/dp/class-use/DRLocalScheme.html               |   0
 .../paramserv/dp/class-use/DRRLocalScheme.html              |   0
 .../paramserv/dp/class-use/DRRSparkScheme.html              |   0
 .../paramserv/dp/class-use/DRSparkScheme.html               |   0
 .../dp/class-use/DataPartitionLocalScheme.Result.html       |   0
 .../paramserv/dp/class-use/DataPartitionLocalScheme.html    |   0
 .../paramserv/dp/class-use/DataPartitionSparkScheme.html    |   0
 .../dp/class-use/DataPartitionerSparkAggregator.html        |   0
 .../paramserv/dp/class-use/DataPartitionerSparkMapper.html  |   0
 .../paramserv/dp/class-use/LocalDataPartitioner.html        |   0
 .../paramserv/dp/class-use/ORLocalScheme.html               |   0
 .../paramserv/dp/class-use/ORSparkScheme.html               |   0
 .../paramserv/dp/class-use/SparkDataPartitioner.html        |   0
 .../runtime/controlprogram/paramserv/dp/package-frame.html  |   0
 .../controlprogram/paramserv/dp/package-summary.html        |   0
 .../runtime/controlprogram/paramserv/dp/package-tree.html   |   0
 .../runtime/controlprogram/paramserv/dp/package-use.html    |   0
 .../runtime/controlprogram/paramserv/package-frame.html     |   0
 .../runtime/controlprogram/paramserv/package-summary.html   |   0
 .../runtime/controlprogram/paramserv/package-tree.html      |   0
 .../sysds/runtime/controlprogram/paramserv/package-use.html |   0
 .../runtime/controlprogram/paramserv/rpc/PSRpcCall.html     |   0
 .../runtime/controlprogram/paramserv/rpc/PSRpcFactory.html  |   0
 .../runtime/controlprogram/paramserv/rpc/PSRpcHandler.html  |   0
 .../runtime/controlprogram/paramserv/rpc/PSRpcObject.html   |   0
 .../controlprogram/paramserv/rpc/PSRpcResponse.Type.html    |   0
 .../runtime/controlprogram/paramserv/rpc/PSRpcResponse.html |   0
 .../controlprogram/paramserv/rpc/class-use/PSRpcCall.html   |   0
 .../paramserv/rpc/class-use/PSRpcFactory.html               |   0
 .../paramserv/rpc/class-use/PSRpcHandler.html               |   0
 .../controlprogram/paramserv/rpc/class-use/PSRpcObject.html |   0
 .../paramserv/rpc/class-use/PSRpcResponse.Type.html         |   0
 .../paramserv/rpc/class-use/PSRpcResponse.html              |   0
 .../runtime/controlprogram/paramserv/rpc/package-frame.html |   0
 .../controlprogram/paramserv/rpc/package-summary.html       |   0
 .../runtime/controlprogram/paramserv/rpc/package-tree.html  |   0
 .../runtime/controlprogram/paramserv/rpc/package-use.html   |   0
 .../runtime/controlprogram/parfor/CachedReuseVariables.html |   0
 .../runtime/controlprogram/parfor/DataPartitioner.html      |   0
 .../runtime/controlprogram/parfor/DataPartitionerLocal.html |   0
 .../controlprogram/parfor/DataPartitionerRemoteSpark.html   |   0
 .../parfor/DataPartitionerRemoteSparkMapper.html            |   0
 .../parfor/DataPartitionerRemoteSparkReducer.html           |   0
 .../sysds/runtime/controlprogram/parfor/LocalParWorker.html |   0
 .../sysds/runtime/controlprogram/parfor/LocalTaskQueue.html |   0
 .../sysds/runtime/controlprogram/parfor/ParForBody.html     |   0
 .../sysds/runtime/controlprogram/parfor/ParWorker.html      |   0
 .../runtime/controlprogram/parfor/RemoteDPParForSpark.html  |   0
 .../controlprogram/parfor/RemoteDPParForSparkWorker.html    |   0
 .../controlprogram/parfor/RemoteParForJobReturn.html        |   0
 .../runtime/controlprogram/parfor/RemoteParForSpark.html    |   0
 .../controlprogram/parfor/RemoteParForSparkWorker.html      |   0
 .../runtime/controlprogram/parfor/RemoteParForUtils.html    |   0
 .../sysds/runtime/controlprogram/parfor/ResultMerge.html    |   0
 .../controlprogram/parfor/ResultMergeLocalAutomatic.html    |   0
 .../runtime/controlprogram/parfor/ResultMergeLocalFile.html |   0
 .../controlprogram/parfor/ResultMergeLocalMemory.html       |   0
 .../controlprogram/parfor/ResultMergeRemoteGrouping.html    |   0
 .../controlprogram/parfor/ResultMergeRemoteSorting.html     |   0
 .../controlprogram/parfor/ResultMergeRemoteSpark.html       |   0
 .../parfor/ResultMergeRemoteSparkWCompare.html              |   0
 .../parfor/ResultMergeTaggedMatrixIndexes.html              |   0
 .../sysds/runtime/controlprogram/parfor/Task.TaskType.html  |   0
 .../apache/sysds/runtime/controlprogram/parfor/Task.html    |   0
 .../runtime/controlprogram/parfor/TaskPartitioner.html      |   0
 .../controlprogram/parfor/TaskPartitionerFactoring.html     |   0
 .../controlprogram/parfor/TaskPartitionerFactoringCmax.html |   0
 .../controlprogram/parfor/TaskPartitionerFactoringCmin.html |   0
 .../controlprogram/parfor/TaskPartitionerFixedsize.html     |   0
 .../runtime/controlprogram/parfor/TaskPartitionerNaive.html |   0
 .../controlprogram/parfor/TaskPartitionerStatic.html        |   0
 .../parfor/class-use/CachedReuseVariables.html              |   0
 .../controlprogram/parfor/class-use/DataPartitioner.html    |   0
 .../parfor/class-use/DataPartitionerLocal.html              |   0
 .../parfor/class-use/DataPartitionerRemoteSpark.html        |   0
 .../parfor/class-use/DataPartitionerRemoteSparkMapper.html  |   0
 .../parfor/class-use/DataPartitionerRemoteSparkReducer.html |   0
 .../controlprogram/parfor/class-use/LocalParWorker.html     |   0
 .../controlprogram/parfor/class-use/LocalTaskQueue.html     |   0
 .../runtime/controlprogram/parfor/class-use/ParForBody.html |   0
 .../runtime/controlprogram/parfor/class-use/ParWorker.html  |   0
 .../parfor/class-use/RemoteDPParForSpark.html               |   0
 .../parfor/class-use/RemoteDPParForSparkWorker.html         |   0
 .../parfor/class-use/RemoteParForJobReturn.html             |   0
 .../controlprogram/parfor/class-use/RemoteParForSpark.html  |   0
 .../parfor/class-use/RemoteParForSparkWorker.html           |   0
 .../controlprogram/parfor/class-use/RemoteParForUtils.html  |   0
 .../controlprogram/parfor/class-use/ResultMerge.html        |   0
 .../parfor/class-use/ResultMergeLocalAutomatic.html         |   0
 .../parfor/class-use/ResultMergeLocalFile.html              |   0
 .../parfor/class-use/ResultMergeLocalMemory.html            |   0
 .../parfor/class-use/ResultMergeRemoteGrouping.html         |   0
 .../parfor/class-use/ResultMergeRemoteSorting.html          |   0
 .../parfor/class-use/ResultMergeRemoteSpark.html            |   0
 .../parfor/class-use/ResultMergeRemoteSparkWCompare.html    |   0
 .../parfor/class-use/ResultMergeTaggedMatrixIndexes.html    |   0
 .../controlprogram/parfor/class-use/Task.TaskType.html      |   0
 .../sysds/runtime/controlprogram/parfor/class-use/Task.html |   0
 .../controlprogram/parfor/class-use/TaskPartitioner.html    |   0
 .../parfor/class-use/TaskPartitionerFactoring.html          |   0
 .../parfor/class-use/TaskPartitionerFactoringCmax.html      |   0
 .../parfor/class-use/TaskPartitionerFactoringCmin.html      |   0
 .../parfor/class-use/TaskPartitionerFixedsize.html          |   0
 .../parfor/class-use/TaskPartitionerNaive.html              |   0
 .../parfor/class-use/TaskPartitionerStatic.html             |   0
 .../controlprogram/parfor/opt/CostEstimator.DataFormat.html |   0
 .../parfor/opt/CostEstimator.ExcludeType.html               |   0
 .../parfor/opt/CostEstimator.TestMeasure.html               |   0
 .../runtime/controlprogram/parfor/opt/CostEstimator.html    |   0
 .../controlprogram/parfor/opt/CostEstimatorHops.html        |   0
 .../controlprogram/parfor/opt/CostEstimatorRuntime.html     |   0
 .../runtime/controlprogram/parfor/opt/OptNode.ExecType.html |   0
 .../runtime/controlprogram/parfor/opt/OptNode.NodeType.html |   0
 .../controlprogram/parfor/opt/OptNode.ParamType.html        |   0
 .../sysds/runtime/controlprogram/parfor/opt/OptNode.html    |   0
 .../controlprogram/parfor/opt/OptNodeStatistics.html        |   0
 .../sysds/runtime/controlprogram/parfor/opt/OptTree.html    |   0
 .../runtime/controlprogram/parfor/opt/OptTreeConverter.html |   0
 .../controlprogram/parfor/opt/OptTreePlanChecker.html       |   0
 .../controlprogram/parfor/opt/OptTreePlanMapping.html       |   0
 .../parfor/opt/OptTreePlanMappingAbstract.html              |   0
 .../parfor/opt/OptTreePlanMappingRuntime.html               |   0
 .../controlprogram/parfor/opt/OptimizationWrapper.html      |   0
 .../controlprogram/parfor/opt/Optimizer.CostModelType.html  |   0
 .../controlprogram/parfor/opt/Optimizer.PlanInputType.html  |   0
 .../sysds/runtime/controlprogram/parfor/opt/Optimizer.html  |   0
 .../controlprogram/parfor/opt/OptimizerConstrained.html     |   0
 .../controlprogram/parfor/opt/OptimizerHeuristic.html       |   0
 .../controlprogram/parfor/opt/OptimizerRuleBased.html       |   0
 .../controlprogram/parfor/opt/ProgramRecompiler.html        |   0
 .../parfor/opt/class-use/CostEstimator.DataFormat.html      |   0
 .../parfor/opt/class-use/CostEstimator.ExcludeType.html     |   0
 .../parfor/opt/class-use/CostEstimator.TestMeasure.html     |   0
 .../controlprogram/parfor/opt/class-use/CostEstimator.html  |   0
 .../parfor/opt/class-use/CostEstimatorHops.html             |   0
 .../parfor/opt/class-use/CostEstimatorRuntime.html          |   0
 .../parfor/opt/class-use/OptNode.ExecType.html              |   0
 .../parfor/opt/class-use/OptNode.NodeType.html              |   0
 .../parfor/opt/class-use/OptNode.ParamType.html             |   0
 .../controlprogram/parfor/opt/class-use/OptNode.html        |   0
 .../parfor/opt/class-use/OptNodeStatistics.html             |   0
 .../controlprogram/parfor/opt/class-use/OptTree.html        |   0
 .../parfor/opt/class-use/OptTreeConverter.html              |   0
 .../parfor/opt/class-use/OptTreePlanChecker.html            |   0
 .../parfor/opt/class-use/OptTreePlanMapping.html            |   0
 .../parfor/opt/class-use/OptTreePlanMappingAbstract.html    |   0
 .../parfor/opt/class-use/OptTreePlanMappingRuntime.html     |   0
 .../parfor/opt/class-use/OptimizationWrapper.html           |   0
 .../parfor/opt/class-use/Optimizer.CostModelType.html       |   0
 .../parfor/opt/class-use/Optimizer.PlanInputType.html       |   0
 .../controlprogram/parfor/opt/class-use/Optimizer.html      |   0
 .../parfor/opt/class-use/OptimizerConstrained.html          |   0
 .../parfor/opt/class-use/OptimizerHeuristic.html            |   0
 .../parfor/opt/class-use/OptimizerRuleBased.html            |   0
 .../parfor/opt/class-use/ProgramRecompiler.html             |   0
 .../runtime/controlprogram/parfor/opt/package-frame.html    |   0
 .../runtime/controlprogram/parfor/opt/package-summary.html  |   0
 .../runtime/controlprogram/parfor/opt/package-tree.html     |   0
 .../runtime/controlprogram/parfor/opt/package-use.html      |   0
 .../sysds/runtime/controlprogram/parfor/package-frame.html  |   0
 .../runtime/controlprogram/parfor/package-summary.html      |   0
 .../sysds/runtime/controlprogram/parfor/package-tree.html   |   0
 .../sysds/runtime/controlprogram/parfor/package-use.html    |   0
 .../controlprogram/parfor/stat/InfrastructureAnalyzer.html  |   0
 .../sysds/runtime/controlprogram/parfor/stat/Stat.html      |   0
 .../controlprogram/parfor/stat/StatisticMonitor.html        |   0
 .../sysds/runtime/controlprogram/parfor/stat/Timing.html    |   0
 .../parfor/stat/class-use/InfrastructureAnalyzer.html       |   0
 .../runtime/controlprogram/parfor/stat/class-use/Stat.html  |   0
 .../parfor/stat/class-use/StatisticMonitor.html             |   0
 .../controlprogram/parfor/stat/class-use/Timing.html        |   0
 .../runtime/controlprogram/parfor/stat/package-frame.html   |   0
 .../runtime/controlprogram/parfor/stat/package-summary.html |   0
 .../runtime/controlprogram/parfor/stat/package-tree.html    |   0
 .../runtime/controlprogram/parfor/stat/package-use.html     |   0
 .../sysds/runtime/controlprogram/parfor/util/Cell.html      |   0
 .../sysds/runtime/controlprogram/parfor/util/IDHandler.html |   0
 .../runtime/controlprogram/parfor/util/IDSequence.html      |   0
 .../controlprogram/parfor/util/PairWritableBlock.html       |   0
 .../controlprogram/parfor/util/PairWritableCell.html        |   0
 .../controlprogram/parfor/util/StagingFileUtils.html        |   0
 .../runtime/controlprogram/parfor/util/class-use/Cell.html  |   0
 .../controlprogram/parfor/util/class-use/IDHandler.html     |   0
 .../controlprogram/parfor/util/class-use/IDSequence.html    |   0
 .../parfor/util/class-use/PairWritableBlock.html            |   0
 .../parfor/util/class-use/PairWritableCell.html             |   0
 .../parfor/util/class-use/StagingFileUtils.html             |   0
 .../runtime/controlprogram/parfor/util/package-frame.html   |   0
 .../runtime/controlprogram/parfor/util/package-summary.html |   0
 .../runtime/controlprogram/parfor/util/package-tree.html    |   0
 .../runtime/controlprogram/parfor/util/package-use.html     |   0
 .../org/apache/sysds/runtime/data/BasicTensorBlock.html     |   0
 .../java/org/apache/sysds/runtime/data/DataTensorBlock.html |   0
 .../java/org/apache/sysds/runtime/data/DenseBlock.Type.html |   0
 .../api/java/org/apache/sysds/runtime/data/DenseBlock.html  |   0
 .../java/org/apache/sysds/runtime/data/DenseBlockBool.html  |   0
 .../java/org/apache/sysds/runtime/data/DenseBlockDRB.html   |   0
 .../java/org/apache/sysds/runtime/data/DenseBlockFP32.html  |   0
 .../java/org/apache/sysds/runtime/data/DenseBlockFP64.html  |   0
 .../org/apache/sysds/runtime/data/DenseBlockFactory.html    |   0
 .../java/org/apache/sysds/runtime/data/DenseBlockInt32.html |   0
 .../java/org/apache/sysds/runtime/data/DenseBlockInt64.html |   0
 .../java/org/apache/sysds/runtime/data/DenseBlockLBool.html |   0
 .../java/org/apache/sysds/runtime/data/DenseBlockLDRB.html  |   0
 .../java/org/apache/sysds/runtime/data/DenseBlockLFP32.html |   0
 .../java/org/apache/sysds/runtime/data/DenseBlockLFP64.html |   0
 .../org/apache/sysds/runtime/data/DenseBlockLInt32.html     |   0
 .../org/apache/sysds/runtime/data/DenseBlockLInt64.html     |   0
 .../org/apache/sysds/runtime/data/DenseBlockLString.html    |   0
 .../org/apache/sysds/runtime/data/DenseBlockString.html     |   0
 .../org/apache/sysds/runtime/data/IndexedTensorBlock.html   |   0
 .../java/org/apache/sysds/runtime/data/LibTensorAgg.html    |   0
 .../org/apache/sysds/runtime/data/LibTensorBincell.html     |   0
 .../java/org/apache/sysds/runtime/data/LibTensorReorg.html  |   0
 .../org/apache/sysds/runtime/data/SparseBlock.Type.html     |   0
 .../api/java/org/apache/sysds/runtime/data/SparseBlock.html |   0
 .../java/org/apache/sysds/runtime/data/SparseBlockCOO.html  |   0
 .../java/org/apache/sysds/runtime/data/SparseBlockCSR.html  |   0
 .../org/apache/sysds/runtime/data/SparseBlockFactory.html   |   0
 .../java/org/apache/sysds/runtime/data/SparseBlockMCSR.html |   0
 .../api/java/org/apache/sysds/runtime/data/SparseRow.html   |   0
 .../java/org/apache/sysds/runtime/data/SparseRowScalar.html |   0
 .../java/org/apache/sysds/runtime/data/SparseRowVector.html |   0
 .../api/java/org/apache/sysds/runtime/data/TensorBlock.html |   0
 .../java/org/apache/sysds/runtime/data/TensorIndexes.html   |   0
 .../sysds/runtime/data/class-use/BasicTensorBlock.html      |   0
 .../sysds/runtime/data/class-use/DataTensorBlock.html       |   0
 .../sysds/runtime/data/class-use/DenseBlock.Type.html       |   0
 .../org/apache/sysds/runtime/data/class-use/DenseBlock.html |   0
 .../apache/sysds/runtime/data/class-use/DenseBlockBool.html |   0
 .../apache/sysds/runtime/data/class-use/DenseBlockDRB.html  |   0
 .../apache/sysds/runtime/data/class-use/DenseBlockFP32.html |   0
 .../apache/sysds/runtime/data/class-use/DenseBlockFP64.html |   0
 .../sysds/runtime/data/class-use/DenseBlockFactory.html     |   0
 .../sysds/runtime/data/class-use/DenseBlockInt32.html       |   0
 .../sysds/runtime/data/class-use/DenseBlockInt64.html       |   0
 .../sysds/runtime/data/class-use/DenseBlockLBool.html       |   0
 .../apache/sysds/runtime/data/class-use/DenseBlockLDRB.html |   0
 .../sysds/runtime/data/class-use/DenseBlockLFP32.html       |   0
 .../sysds/runtime/data/class-use/DenseBlockLFP64.html       |   0
 .../sysds/runtime/data/class-use/DenseBlockLInt32.html      |   0
 .../sysds/runtime/data/class-use/DenseBlockLInt64.html      |   0
 .../sysds/runtime/data/class-use/DenseBlockLString.html     |   0
 .../sysds/runtime/data/class-use/DenseBlockString.html      |   0
 .../sysds/runtime/data/class-use/IndexedTensorBlock.html    |   0
 .../apache/sysds/runtime/data/class-use/LibTensorAgg.html   |   0
 .../sysds/runtime/data/class-use/LibTensorBincell.html      |   0
 .../apache/sysds/runtime/data/class-use/LibTensorReorg.html |   0
 .../sysds/runtime/data/class-use/SparseBlock.Type.html      |   0
 .../apache/sysds/runtime/data/class-use/SparseBlock.html    |   0
 .../apache/sysds/runtime/data/class-use/SparseBlockCOO.html |   0
 .../apache/sysds/runtime/data/class-use/SparseBlockCSR.html |   0
 .../sysds/runtime/data/class-use/SparseBlockFactory.html    |   0
 .../sysds/runtime/data/class-use/SparseBlockMCSR.html       |   0
 .../org/apache/sysds/runtime/data/class-use/SparseRow.html  |   0
 .../sysds/runtime/data/class-use/SparseRowScalar.html       |   0
 .../sysds/runtime/data/class-use/SparseRowVector.html       |   0
 .../apache/sysds/runtime/data/class-use/TensorBlock.html    |   0
 .../apache/sysds/runtime/data/class-use/TensorIndexes.html  |   0
 .../java/org/apache/sysds/runtime/data/package-frame.html   |   0
 .../java/org/apache/sysds/runtime/data/package-summary.html |   0
 .../java/org/apache/sysds/runtime/data/package-tree.html    |   0
 .../api/java/org/apache/sysds/runtime/data/package-use.html |   0
 .../java/org/apache/sysds/runtime/functionobjects/And.html  |   0
 .../org/apache/sysds/runtime/functionobjects/BitwAnd.html   |   0
 .../org/apache/sysds/runtime/functionobjects/BitwOr.html    |   0
 .../apache/sysds/runtime/functionobjects/BitwShiftL.html    |   0
 .../apache/sysds/runtime/functionobjects/BitwShiftR.html    |   0
 .../org/apache/sysds/runtime/functionobjects/BitwXor.html   |   0
 .../sysds/runtime/functionobjects/Builtin.BuiltinCode.html  |   0
 .../org/apache/sysds/runtime/functionobjects/Builtin.html   |   0
 .../java/org/apache/sysds/runtime/functionobjects/CM.html   |   0
 .../java/org/apache/sysds/runtime/functionobjects/COV.html  |   0
 .../org/apache/sysds/runtime/functionobjects/CTable.html    |   0
 .../org/apache/sysds/runtime/functionobjects/DiagIndex.html |   0
 .../org/apache/sysds/runtime/functionobjects/Divide.html    |   0
 .../org/apache/sysds/runtime/functionobjects/Equals.html    |   0
 .../apache/sysds/runtime/functionobjects/FileFunction.html  |   0
 .../sysds/runtime/functionobjects/FunctionObject.html       |   0
 .../apache/sysds/runtime/functionobjects/GreaterThan.html   |   0
 .../sysds/runtime/functionobjects/GreaterThanEquals.html    |   0
 .../org/apache/sysds/runtime/functionobjects/IfElse.html    |   0
 .../apache/sysds/runtime/functionobjects/IndexFunction.html |   0
 .../apache/sysds/runtime/functionobjects/IntegerDivide.html |   0
 .../apache/sysds/runtime/functionobjects/KahanFunction.html |   0
 .../org/apache/sysds/runtime/functionobjects/KahanPlus.html |   0
 .../apache/sysds/runtime/functionobjects/KahanPlusSq.html   |   0
 .../org/apache/sysds/runtime/functionobjects/LessThan.html  |   0
 .../sysds/runtime/functionobjects/LessThanEquals.html       |   0
 .../java/org/apache/sysds/runtime/functionobjects/Mean.html |   0
 .../org/apache/sysds/runtime/functionobjects/Minus.html     |   0
 .../sysds/runtime/functionobjects/Minus1Multiply.html       |   0
 .../apache/sysds/runtime/functionobjects/MinusMultiply.html |   0
 .../org/apache/sysds/runtime/functionobjects/MinusNz.html   |   0
 .../org/apache/sysds/runtime/functionobjects/Modulus.html   |   0
 .../org/apache/sysds/runtime/functionobjects/Multiply.html  |   0
 .../org/apache/sysds/runtime/functionobjects/Multiply2.html |   0
 .../java/org/apache/sysds/runtime/functionobjects/Not.html  |   0
 .../org/apache/sysds/runtime/functionobjects/NotEquals.html |   0
 .../sysds/runtime/functionobjects/OffsetColumnIndex.html    |   0
 .../java/org/apache/sysds/runtime/functionobjects/Or.html   |   0
 .../ParameterizedBuiltin.ParameterizedBuiltinCode.html      |   0
 .../ParameterizedBuiltin.ProbabilityDistributionCode.html   |   0
 .../sysds/runtime/functionobjects/ParameterizedBuiltin.html |   0
 .../java/org/apache/sysds/runtime/functionobjects/Plus.html |   0
 .../apache/sysds/runtime/functionobjects/PlusMultiply.html  |   0
 .../org/apache/sysds/runtime/functionobjects/Power.html     |   0
 .../org/apache/sysds/runtime/functionobjects/Power2.html    |   0
 .../org/apache/sysds/runtime/functionobjects/ReduceAll.html |   0
 .../org/apache/sysds/runtime/functionobjects/ReduceCol.html |   0
 .../apache/sysds/runtime/functionobjects/ReduceDiag.html    |   0
 .../org/apache/sysds/runtime/functionobjects/ReduceRow.html |   0
 .../org/apache/sysds/runtime/functionobjects/RevIndex.html  |   0
 .../org/apache/sysds/runtime/functionobjects/SortIndex.html |   0
 .../org/apache/sysds/runtime/functionobjects/SwapIndex.html |   0
 .../TernaryValueFunction.ValueFunctionWithConstant.html     |   0
 .../sysds/runtime/functionobjects/TernaryValueFunction.html |   0
 .../runtime/functionobjects/ValueComparisonFunction.html    |   0
 .../apache/sysds/runtime/functionobjects/ValueFunction.html |   0
 .../java/org/apache/sysds/runtime/functionobjects/Xor.html  |   0
 .../apache/sysds/runtime/functionobjects/class-use/And.html |   0
 .../sysds/runtime/functionobjects/class-use/BitwAnd.html    |   0
 .../sysds/runtime/functionobjects/class-use/BitwOr.html     |   0
 .../sysds/runtime/functionobjects/class-use/BitwShiftL.html |   0
 .../sysds/runtime/functionobjects/class-use/BitwShiftR.html |   0
 .../sysds/runtime/functionobjects/class-use/BitwXor.html    |   0
 .../functionobjects/class-use/Builtin.BuiltinCode.html      |   0
 .../sysds/runtime/functionobjects/class-use/Builtin.html    |   0
 .../apache/sysds/runtime/functionobjects/class-use/CM.html  |   0
 .../apache/sysds/runtime/functionobjects/class-use/COV.html |   0
 .../sysds/runtime/functionobjects/class-use/CTable.html     |   0
 .../sysds/runtime/functionobjects/class-use/DiagIndex.html  |   0
 .../sysds/runtime/functionobjects/class-use/Divide.html     |   0
 .../sysds/runtime/functionobjects/class-use/Equals.html     |   0
 .../runtime/functionobjects/class-use/FileFunction.html     |   0
 .../runtime/functionobjects/class-use/FunctionObject.html   |   0
 .../runtime/functionobjects/class-use/GreaterThan.html      |   0
 .../functionobjects/class-use/GreaterThanEquals.html        |   0
 .../sysds/runtime/functionobjects/class-use/IfElse.html     |   0
 .../runtime/functionobjects/class-use/IndexFunction.html    |   0
 .../runtime/functionobjects/class-use/IntegerDivide.html    |   0
 .../runtime/functionobjects/class-use/KahanFunction.html    |   0
 .../sysds/runtime/functionobjects/class-use/KahanPlus.html  |   0
 .../runtime/functionobjects/class-use/KahanPlusSq.html      |   0
 .../sysds/runtime/functionobjects/class-use/LessThan.html   |   0
 .../runtime/functionobjects/class-use/LessThanEquals.html   |   0
 .../sysds/runtime/functionobjects/class-use/Mean.html       |   0
 .../sysds/runtime/functionobjects/class-use/Minus.html      |   0
 .../runtime/functionobjects/class-use/Minus1Multiply.html   |   0
 .../runtime/functionobjects/class-use/MinusMultiply.html    |   0
 .../sysds/runtime/functionobjects/class-use/MinusNz.html    |   0
 .../sysds/runtime/functionobjects/class-use/Modulus.html    |   0
 .../sysds/runtime/functionobjects/class-use/Multiply.html   |   0
 .../sysds/runtime/functionobjects/class-use/Multiply2.html  |   0
 .../apache/sysds/runtime/functionobjects/class-use/Not.html |   0
 .../sysds/runtime/functionobjects/class-use/NotEquals.html  |   0
 .../functionobjects/class-use/OffsetColumnIndex.html        |   0
 .../apache/sysds/runtime/functionobjects/class-use/Or.html  |   0
 .../ParameterizedBuiltin.ParameterizedBuiltinCode.html      |   0
 .../ParameterizedBuiltin.ProbabilityDistributionCode.html   |   0
 .../functionobjects/class-use/ParameterizedBuiltin.html     |   0
 .../sysds/runtime/functionobjects/class-use/Plus.html       |   0
 .../runtime/functionobjects/class-use/PlusMultiply.html     |   0
 .../sysds/runtime/functionobjects/class-use/Power.html      |   0
 .../sysds/runtime/functionobjects/class-use/Power2.html     |   0
 .../sysds/runtime/functionobjects/class-use/ReduceAll.html  |   0
 .../sysds/runtime/functionobjects/class-use/ReduceCol.html  |   0
 .../sysds/runtime/functionobjects/class-use/ReduceDiag.html |   0
 .../sysds/runtime/functionobjects/class-use/ReduceRow.html  |   0
 .../sysds/runtime/functionobjects/class-use/RevIndex.html   |   0
 .../sysds/runtime/functionobjects/class-use/SortIndex.html  |   0
 .../sysds/runtime/functionobjects/class-use/SwapIndex.html  |   0
 .../TernaryValueFunction.ValueFunctionWithConstant.html     |   0
 .../functionobjects/class-use/TernaryValueFunction.html     |   0
 .../functionobjects/class-use/ValueComparisonFunction.html  |   0
 .../runtime/functionobjects/class-use/ValueFunction.html    |   0
 .../apache/sysds/runtime/functionobjects/class-use/Xor.html |   0
 .../apache/sysds/runtime/functionobjects/package-frame.html |   0
 .../sysds/runtime/functionobjects/package-summary.html      |   0
 .../apache/sysds/runtime/functionobjects/package-tree.html  |   0
 .../apache/sysds/runtime/functionobjects/package-use.html   |   0
 .../sysds/runtime/instructions/CPInstructionParser.html     |   0
 .../sysds/runtime/instructions/FEDInstructionParser.html    |   0
 .../sysds/runtime/instructions/GPUInstructionParser.html    |   0
 .../sysds/runtime/instructions/Instruction.IType.html       |   0
 .../org/apache/sysds/runtime/instructions/Instruction.html  |   0
 .../sysds/runtime/instructions/InstructionParser.html       |   0
 .../apache/sysds/runtime/instructions/InstructionUtils.html |   0
 .../sysds/runtime/instructions/SPInstructionParser.html     |   0
 .../runtime/instructions/class-use/CPInstructionParser.html |   0
 .../instructions/class-use/FEDInstructionParser.html        |   0
 .../instructions/class-use/GPUInstructionParser.html        |   0
 .../runtime/instructions/class-use/Instruction.IType.html   |   0
 .../sysds/runtime/instructions/class-use/Instruction.html   |   0
 .../runtime/instructions/class-use/InstructionParser.html   |   0
 .../runtime/instructions/class-use/InstructionUtils.html    |   0
 .../runtime/instructions/class-use/SPInstructionParser.html |   0
 .../instructions/cp/AggregateBinaryCPInstruction.html       |   0
 .../instructions/cp/AggregateTernaryCPInstruction.html      |   0
 .../instructions/cp/AggregateUnaryCPInstruction.AUType.html |   0
 .../instructions/cp/AggregateUnaryCPInstruction.html        |   0
 .../instructions/cp/AppendCPInstruction.AppendType.html     |   0
 .../sysds/runtime/instructions/cp/AppendCPInstruction.html  |   0
 .../sysds/runtime/instructions/cp/BinaryCPInstruction.html  |   0
 .../instructions/cp/BinaryFrameFrameCPInstruction.html      |   0
 .../instructions/cp/BinaryFrameMatrixCPInstruction.html     |   0
 .../instructions/cp/BinaryFrameScalarCPInstruction.html     |   0
 .../instructions/cp/BinaryMatrixMatrixCPInstruction.html    |   0
 .../instructions/cp/BinaryMatrixScalarCPInstruction.html    |   0
 .../instructions/cp/BinaryScalarScalarCPInstruction.html    |   0
 .../instructions/cp/BinaryTensorTensorCPInstruction.html    |   0
 .../apache/sysds/runtime/instructions/cp/BooleanObject.html |   0
 .../runtime/instructions/cp/BuiltinNaryCPInstruction.html   |   0
 .../apache/sysds/runtime/instructions/cp/CM_COV_Object.html |   0
 .../sysds/runtime/instructions/cp/CPInstruction.CPType.html |   0
 .../apache/sysds/runtime/instructions/cp/CPInstruction.html |   0
 .../org/apache/sysds/runtime/instructions/cp/CPOperand.html |   0
 .../runtime/instructions/cp/CentralMomentCPInstruction.html |   0
 .../runtime/instructions/cp/CompressionCPInstruction.html   |   0
 .../runtime/instructions/cp/ComputationCPInstruction.html   |   0
 .../runtime/instructions/cp/CovarianceCPInstruction.html    |   0
 .../sysds/runtime/instructions/cp/CtableCPInstruction.html  |   0
 .../java/org/apache/sysds/runtime/instructions/cp/Data.html |   0
 .../sysds/runtime/instructions/cp/DataGenCPInstruction.html |   0
 .../sysds/runtime/instructions/cp/DnnCPInstruction.html     |   0
 .../apache/sysds/runtime/instructions/cp/DoubleObject.html  |   0
 .../runtime/instructions/cp/EvalNaryCPInstruction.html      |   0
 .../runtime/instructions/cp/FrameAppendCPInstruction.html   |   0
 .../runtime/instructions/cp/FrameIndexingCPInstruction.html |   0
 .../runtime/instructions/cp/FunctionCallCPInstruction.html  |   0
 .../runtime/instructions/cp/IndexingCPInstruction.html      |   0
 .../org/apache/sysds/runtime/instructions/cp/IntObject.html |   0
 .../apache/sysds/runtime/instructions/cp/KahanObject.html   |   0
 .../instructions/cp/ListAppendRemoveCPInstruction.html      |   0
 .../runtime/instructions/cp/ListIndexingCPInstruction.html  |   0
 .../apache/sysds/runtime/instructions/cp/ListObject.html    |   0
 .../sysds/runtime/instructions/cp/MMChainCPInstruction.html |   0
 .../sysds/runtime/instructions/cp/MMTSJCPInstruction.html   |   0
 .../runtime/instructions/cp/MatrixAppendCPInstruction.html  |   0
 .../instructions/cp/MatrixBuiltinNaryCPInstruction.html     |   0
 .../instructions/cp/MatrixIndexingCPInstruction.html        |   0
 .../instructions/cp/MultiReturnBuiltinCPInstruction.html    |   0
 .../cp/MultiReturnParameterizedBuiltinCPInstruction.html    |   0
 .../sysds/runtime/instructions/cp/PMMJCPInstruction.html    |   0
 .../instructions/cp/ParameterizedBuiltinCPInstruction.html  |   0
 .../instructions/cp/ParamservBuiltinCPInstruction.html      |   0
 .../runtime/instructions/cp/QuantilePickCPInstruction.html  |   0
 .../runtime/instructions/cp/QuantileSortCPInstruction.html  |   0
 .../runtime/instructions/cp/QuaternaryCPInstruction.html    |   0
 .../sysds/runtime/instructions/cp/ReorgCPInstruction.html   |   0
 .../sysds/runtime/instructions/cp/ReshapeCPInstruction.html |   0
 .../runtime/instructions/cp/ScalarAppendCPInstruction.html  |   0
 .../instructions/cp/ScalarBuiltinNaryCPInstruction.html     |   0
 .../apache/sysds/runtime/instructions/cp/ScalarObject.html  |   0
 .../sysds/runtime/instructions/cp/ScalarObjectFactory.html  |   0
 .../sysds/runtime/instructions/cp/SpoofCPInstruction.html   |   0
 .../sysds/runtime/instructions/cp/SqlCPInstruction.html     |   0
 .../runtime/instructions/cp/StringInitCPInstruction.html    |   0
 .../apache/sysds/runtime/instructions/cp/StringObject.html  |   0
 .../sysds/runtime/instructions/cp/TernaryCPInstruction.html |   0
 .../instructions/cp/UaggOuterChainCPInstruction.html        |   0
 .../sysds/runtime/instructions/cp/UnaryCPInstruction.html   |   0
 .../runtime/instructions/cp/UnaryFrameCPInstruction.html    |   0
 .../runtime/instructions/cp/UnaryMatrixCPInstruction.html   |   0
 .../runtime/instructions/cp/UnaryScalarCPInstruction.html   |   0
 .../cp/VariableCPInstruction.VariableOperationCode.html     |   0
 .../runtime/instructions/cp/VariableCPInstruction.html      |   0
 .../cp/class-use/AggregateBinaryCPInstruction.html          |   0
 .../cp/class-use/AggregateTernaryCPInstruction.html         |   0
 .../cp/class-use/AggregateUnaryCPInstruction.AUType.html    |   0
 .../cp/class-use/AggregateUnaryCPInstruction.html           |   0
 .../cp/class-use/AppendCPInstruction.AppendType.html        |   0
 .../instructions/cp/class-use/AppendCPInstruction.html      |   0
 .../instructions/cp/class-use/BinaryCPInstruction.html      |   0
 .../cp/class-use/BinaryFrameFrameCPInstruction.html         |   0
 .../cp/class-use/BinaryFrameMatrixCPInstruction.html        |   0
 .../cp/class-use/BinaryFrameScalarCPInstruction.html        |   0
 .../cp/class-use/BinaryMatrixMatrixCPInstruction.html       |   0
 .../cp/class-use/BinaryMatrixScalarCPInstruction.html       |   0
 .../cp/class-use/BinaryScalarScalarCPInstruction.html       |   0
 .../cp/class-use/BinaryTensorTensorCPInstruction.html       |   0
 .../runtime/instructions/cp/class-use/BooleanObject.html    |   0
 .../instructions/cp/class-use/BuiltinNaryCPInstruction.html |   0
 .../runtime/instructions/cp/class-use/CM_COV_Object.html    |   0
 .../instructions/cp/class-use/CPInstruction.CPType.html     |   0
 .../runtime/instructions/cp/class-use/CPInstruction.html    |   0
 .../sysds/runtime/instructions/cp/class-use/CPOperand.html  |   0
 .../cp/class-use/CentralMomentCPInstruction.html            |   0
 .../instructions/cp/class-use/CompressionCPInstruction.html |   0
 .../instructions/cp/class-use/ComputationCPInstruction.html |   0
 .../instructions/cp/class-use/CovarianceCPInstruction.html  |   0
 .../instructions/cp/class-use/CtableCPInstruction.html      |   0
 .../sysds/runtime/instructions/cp/class-use/Data.html       |   0
 .../instructions/cp/class-use/DataGenCPInstruction.html     |   0
 .../runtime/instructions/cp/class-use/DnnCPInstruction.html |   0
 .../runtime/instructions/cp/class-use/DoubleObject.html     |   0
 .../instructions/cp/class-use/EvalNaryCPInstruction.html    |   0
 .../instructions/cp/class-use/FrameAppendCPInstruction.html |   0
 .../cp/class-use/FrameIndexingCPInstruction.html            |   0
 .../cp/class-use/FunctionCallCPInstruction.html             |   0
 .../instructions/cp/class-use/IndexingCPInstruction.html    |   0
 .../sysds/runtime/instructions/cp/class-use/IntObject.html  |   0
 .../runtime/instructions/cp/class-use/KahanObject.html      |   0
 .../cp/class-use/ListAppendRemoveCPInstruction.html         |   0
 .../cp/class-use/ListIndexingCPInstruction.html             |   0
 .../sysds/runtime/instructions/cp/class-use/ListObject.html |   0
 .../instructions/cp/class-use/MMChainCPInstruction.html     |   0
 .../instructions/cp/class-use/MMTSJCPInstruction.html       |   0
 .../cp/class-use/MatrixAppendCPInstruction.html             |   0
 .../cp/class-use/MatrixBuiltinNaryCPInstruction.html        |   0
 .../cp/class-use/MatrixIndexingCPInstruction.html           |   0
 .../cp/class-use/MultiReturnBuiltinCPInstruction.html       |   0
 .../MultiReturnParameterizedBuiltinCPInstruction.html       |   0
 .../instructions/cp/class-use/PMMJCPInstruction.html        |   0
 .../cp/class-use/ParameterizedBuiltinCPInstruction.html     |   0
 .../cp/class-use/ParamservBuiltinCPInstruction.html         |   0
 .../cp/class-use/QuantilePickCPInstruction.html             |   0
 .../cp/class-use/QuantileSortCPInstruction.html             |   0
 .../instructions/cp/class-use/QuaternaryCPInstruction.html  |   0
 .../instructions/cp/class-use/ReorgCPInstruction.html       |   0
 .../instructions/cp/class-use/ReshapeCPInstruction.html     |   0
 .../cp/class-use/ScalarAppendCPInstruction.html             |   0
 .../cp/class-use/ScalarBuiltinNaryCPInstruction.html        |   0
 .../runtime/instructions/cp/class-use/ScalarObject.html     |   0
 .../instructions/cp/class-use/ScalarObjectFactory.html      |   0
 .../instructions/cp/class-use/SpoofCPInstruction.html       |   0
 .../runtime/instructions/cp/class-use/SqlCPInstruction.html |   0
 .../instructions/cp/class-use/StringInitCPInstruction.html  |   0
 .../runtime/instructions/cp/class-use/StringObject.html     |   0
 .../instructions/cp/class-use/TernaryCPInstruction.html     |   0
 .../cp/class-use/UaggOuterChainCPInstruction.html           |   0
 .../instructions/cp/class-use/UnaryCPInstruction.html       |   0
 .../instructions/cp/class-use/UnaryFrameCPInstruction.html  |   0
 .../instructions/cp/class-use/UnaryMatrixCPInstruction.html |   0
 .../instructions/cp/class-use/UnaryScalarCPInstruction.html |   0
 .../VariableCPInstruction.VariableOperationCode.html        |   0
 .../instructions/cp/class-use/VariableCPInstruction.html    |   0
 .../apache/sysds/runtime/instructions/cp/package-frame.html |   0
 .../sysds/runtime/instructions/cp/package-summary.html      |   0
 .../apache/sysds/runtime/instructions/cp/package-tree.html  |   0
 .../apache/sysds/runtime/instructions/cp/package-use.html   |   0
 .../cpfile/MatrixIndexingCPFileInstruction.html             |   0
 .../cpfile/class-use/MatrixIndexingCPFileInstruction.html   |   0
 .../sysds/runtime/instructions/cpfile/package-frame.html    |   0
 .../sysds/runtime/instructions/cpfile/package-summary.html  |   0
 .../sysds/runtime/instructions/cpfile/package-tree.html     |   0
 .../sysds/runtime/instructions/cpfile/package-use.html      |   0
 .../instructions/fed/AggregateBinaryFEDInstruction.html     |   0
 .../instructions/fed/AggregateUnaryFEDInstruction.html      |   0
 .../runtime/instructions/fed/AppendFEDInstruction.html      |   0
 .../runtime/instructions/fed/BinaryFEDInstruction.html      |   0
 .../instructions/fed/BinaryMatrixMatrixFEDInstruction.html  |   0
 .../instructions/fed/BinaryMatrixScalarFEDInstruction.html  |   0
 .../runtime/instructions/fed/ComputationFEDInstruction.html |   0
 .../runtime/instructions/fed/FEDInstruction.FEDType.html    |   0
 .../sysds/runtime/instructions/fed/FEDInstruction.html      |   0
 .../sysds/runtime/instructions/fed/FEDInstructionUtils.html |   0
 .../sysds/runtime/instructions/fed/InitFEDInstruction.html  |   0
 .../runtime/instructions/fed/MMChainFEDInstruction.html     |   0
 ...rameterizedBuiltinFEDInstruction.CreateFrameEncoder.html |   0
 ...ameterizedBuiltinFEDInstruction.ExecuteFrameEncoder.html |   0
 .../fed/MultiReturnParameterizedBuiltinFEDInstruction.html  |   0
 .../ParameterizedBuiltinFEDInstruction.DecodeMatrix.html    |   0
 .../fed/ParameterizedBuiltinFEDInstruction.html             |   0
 .../sysds/runtime/instructions/fed/ReorgFEDInstruction.html |   0
 .../sysds/runtime/instructions/fed/TsmmFEDInstruction.html  |   0
 .../sysds/runtime/instructions/fed/UnaryFEDInstruction.html |   0
 .../fed/class-use/AggregateBinaryFEDInstruction.html        |   0
 .../fed/class-use/AggregateUnaryFEDInstruction.html         |   0
 .../instructions/fed/class-use/AppendFEDInstruction.html    |   0
 .../instructions/fed/class-use/BinaryFEDInstruction.html    |   0
 .../fed/class-use/BinaryMatrixMatrixFEDInstruction.html     |   0
 .../fed/class-use/BinaryMatrixScalarFEDInstruction.html     |   0
 .../fed/class-use/ComputationFEDInstruction.html            |   0
 .../instructions/fed/class-use/FEDInstruction.FEDType.html  |   0
 .../runtime/instructions/fed/class-use/FEDInstruction.html  |   0
 .../instructions/fed/class-use/FEDInstructionUtils.html     |   0
 .../instructions/fed/class-use/InitFEDInstruction.html      |   0
 .../instructions/fed/class-use/MMChainFEDInstruction.html   |   0
 ...rameterizedBuiltinFEDInstruction.CreateFrameEncoder.html |   0
 ...ameterizedBuiltinFEDInstruction.ExecuteFrameEncoder.html |   0
 .../MultiReturnParameterizedBuiltinFEDInstruction.html      |   0
 .../ParameterizedBuiltinFEDInstruction.DecodeMatrix.html    |   0
 .../fed/class-use/ParameterizedBuiltinFEDInstruction.html   |   0
 .../instructions/fed/class-use/ReorgFEDInstruction.html     |   0
 .../instructions/fed/class-use/TsmmFEDInstruction.html      |   0
 .../instructions/fed/class-use/UnaryFEDInstruction.html     |   0
 .../sysds/runtime/instructions/fed/package-frame.html       |   0
 .../sysds/runtime/instructions/fed/package-summary.html     |   0
 .../apache/sysds/runtime/instructions/fed/package-tree.html |   0
 .../apache/sysds/runtime/instructions/fed/package-use.html  |   0
 .../instructions/gpu/AggregateBinaryGPUInstruction.html     |   0
 .../instructions/gpu/AggregateUnaryGPUInstruction.html      |   0
 .../instructions/gpu/ArithmeticBinaryGPUInstruction.html    |   0
 .../instructions/gpu/BuiltinBinaryGPUInstruction.html       |   0
 .../instructions/gpu/BuiltinUnaryGPUInstruction.html        |   0
 .../sysds/runtime/instructions/gpu/DnnGPUInstruction.html   |   0
 .../gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html             |   0
 .../sysds/runtime/instructions/gpu/GPUInstruction.html      |   0
 .../sysds/runtime/instructions/gpu/MMTSJGPUInstruction.html |   0
 .../instructions/gpu/MatrixAppendGPUInstruction.html        |   0
 .../instructions/gpu/MatrixBuiltinGPUInstruction.html       |   0
 .../instructions/gpu/MatrixIndexingGPUInstruction.html      |   0
 .../gpu/MatrixMatrixArithmeticGPUInstruction.html           |   0
 .../instructions/gpu/MatrixMatrixAxpyGPUInstruction.html    |   0
 .../instructions/gpu/MatrixMatrixBuiltinGPUInstruction.html |   0
 .../gpu/MatrixMatrixRelationalBinaryGPUInstruction.html     |   0
 .../instructions/gpu/MatrixReshapeGPUInstruction.html       |   0
 .../instructions/gpu/RelationalBinaryGPUInstruction.html    |   0
 .../sysds/runtime/instructions/gpu/ReorgGPUInstruction.html |   0
 .../gpu/ScalarMatrixArithmeticGPUInstruction.html           |   0
 .../instructions/gpu/ScalarMatrixBuiltinGPUInstruction.html |   0
 .../gpu/ScalarMatrixRelationalBinaryGPUInstruction.html     |   0
 .../gpu/class-use/AggregateBinaryGPUInstruction.html        |   0
 .../gpu/class-use/AggregateUnaryGPUInstruction.html         |   0
 .../gpu/class-use/ArithmeticBinaryGPUInstruction.html       |   0
 .../gpu/class-use/BuiltinBinaryGPUInstruction.html          |   0
 .../gpu/class-use/BuiltinUnaryGPUInstruction.html           |   0
 .../instructions/gpu/class-use/DnnGPUInstruction.html       |   0
 .../gpu/class-use/GPUInstruction.GPUINSTRUCTION_TYPE.html   |   0
 .../runtime/instructions/gpu/class-use/GPUInstruction.html  |   0
 .../instructions/gpu/class-use/MMTSJGPUInstruction.html     |   0
 .../gpu/class-use/MatrixAppendGPUInstruction.html           |   0
 .../gpu/class-use/MatrixBuiltinGPUInstruction.html          |   0
 .../gpu/class-use/MatrixIndexingGPUInstruction.html         |   0
 .../gpu/class-use/MatrixMatrixArithmeticGPUInstruction.html |   0
 .../gpu/class-use/MatrixMatrixAxpyGPUInstruction.html       |   0
 .../gpu/class-use/MatrixMatrixBuiltinGPUInstruction.html    |   0
 .../MatrixMatrixRelationalBinaryGPUInstruction.html         |   0
 .../gpu/class-use/MatrixReshapeGPUInstruction.html          |   0
 .../gpu/class-use/RelationalBinaryGPUInstruction.html       |   0
 .../instructions/gpu/class-use/ReorgGPUInstruction.html     |   0
 .../gpu/class-use/ScalarMatrixArithmeticGPUInstruction.html |   0
 .../gpu/class-use/ScalarMatrixBuiltinGPUInstruction.html    |   0
 .../ScalarMatrixRelationalBinaryGPUInstruction.html         |   0
 .../sysds/runtime/instructions/gpu/context/CSRPointer.html  |   0
 .../instructions/gpu/context/CudaMemoryAllocator.html       |   0
 .../runtime/instructions/gpu/context/ExecutionConfig.html   |   0
 .../sysds/runtime/instructions/gpu/context/GPUContext.html  |   0
 .../runtime/instructions/gpu/context/GPUContextPool.html    |   0
 .../gpu/context/GPULazyCudaFreeMemoryManager.html           |   0
 .../instructions/gpu/context/GPUMatrixMemoryManager.html    |   0
 .../instructions/gpu/context/GPUMemoryAllocator.html        |   0
 .../GPUMemoryManager.EvictionPolicyBasedComparator.html     |   0
 .../runtime/instructions/gpu/context/GPUMemoryManager.html  |   0
 .../sysds/runtime/instructions/gpu/context/GPUObject.html   |   0
 .../runtime/instructions/gpu/context/JCudaKernels.html      |   0
 .../runtime/instructions/gpu/context/ShadowBuffer.html      |   0
 .../instructions/gpu/context/UnifiedMemoryAllocator.html    |   0
 .../instructions/gpu/context/class-use/CSRPointer.html      |   0
 .../gpu/context/class-use/CudaMemoryAllocator.html          |   0
 .../instructions/gpu/context/class-use/ExecutionConfig.html |   0
 .../instructions/gpu/context/class-use/GPUContext.html      |   0
 .../instructions/gpu/context/class-use/GPUContextPool.html  |   0
 .../gpu/context/class-use/GPULazyCudaFreeMemoryManager.html |   0
 .../gpu/context/class-use/GPUMatrixMemoryManager.html       |   0
 .../gpu/context/class-use/GPUMemoryAllocator.html           |   0
 .../GPUMemoryManager.EvictionPolicyBasedComparator.html     |   0
 .../gpu/context/class-use/GPUMemoryManager.html             |   0
 .../instructions/gpu/context/class-use/GPUObject.html       |   0
 .../instructions/gpu/context/class-use/JCudaKernels.html    |   0
 .../instructions/gpu/context/class-use/ShadowBuffer.html    |   0
 .../gpu/context/class-use/UnifiedMemoryAllocator.html       |   0
 .../runtime/instructions/gpu/context/package-frame.html     |   0
 .../runtime/instructions/gpu/context/package-summary.html   |   0
 .../runtime/instructions/gpu/context/package-tree.html      |   0
 .../sysds/runtime/instructions/gpu/context/package-use.html |   0
 .../sysds/runtime/instructions/gpu/package-frame.html       |   0
 .../sysds/runtime/instructions/gpu/package-summary.html     |   0
 .../apache/sysds/runtime/instructions/gpu/package-tree.html |   0
 .../apache/sysds/runtime/instructions/gpu/package-use.html  |   0
 .../apache/sysds/runtime/instructions/package-frame.html    |   0
 .../apache/sysds/runtime/instructions/package-summary.html  |   0
 .../org/apache/sysds/runtime/instructions/package-tree.html |   0
 .../org/apache/sysds/runtime/instructions/package-use.html  |   0
 .../instructions/spark/AggregateTernarySPInstruction.html   |   0
 .../spark/AggregateUnarySPInstruction.RDDUAggFunction2.html |   0
 .../AggregateUnarySPInstruction.RDDUTensorAggFunction2.html |   0
 .../instructions/spark/AggregateUnarySPInstruction.html     |   0
 .../spark/AppendGAlignedSPInstruction.ShiftColumnIndex.html |   0
 .../instructions/spark/AppendGAlignedSPInstruction.html     |   0
 .../spark/AppendGSPInstruction.MergeWithShiftedBlocks.html  |   0
 .../spark/AppendGSPInstruction.ShiftMatrix.html             |   0
 .../runtime/instructions/spark/AppendGSPInstruction.html    |   0
 .../runtime/instructions/spark/AppendMSPInstruction.html    |   0
 .../runtime/instructions/spark/AppendRSPInstruction.html    |   0
 .../BinUaggChainSPInstruction.RDDBinUaggChainFunction.html  |   0
 .../instructions/spark/BinUaggChainSPInstruction.html       |   0
 .../instructions/spark/BinaryFrameFrameSPInstruction.html   |   0
 .../instructions/spark/BinaryFrameMatrixSPInstruction.html  |   0
 .../instructions/spark/BinaryFrameScalarSPInstruction.html  |   0
 .../spark/BinaryMatrixBVectorSPInstruction.html             |   0
 .../instructions/spark/BinaryMatrixMatrixSPInstruction.html |   0
 .../instructions/spark/BinaryMatrixScalarSPInstruction.html |   0
 .../runtime/instructions/spark/BinarySPInstruction.html     |   0
 .../spark/BinaryTensorTensorBroadcastSPInstruction.html     |   0
 .../instructions/spark/BinaryTensorTensorSPInstruction.html |   0
 .../spark/BuiltinNarySPInstruction.PadBlocksFunction.html   |   0
 .../instructions/spark/BuiltinNarySPInstruction.html        |   0
 .../runtime/instructions/spark/CSVReblockSPInstruction.html |   0
 .../sysds/runtime/instructions/spark/CastSPInstruction.html |   0
 .../instructions/spark/CentralMomentSPInstruction.html      |   0
 .../runtime/instructions/spark/CheckpointSPInstruction.html |   0
 .../spark/CompressionSPInstruction.CompressionFunction.html |   0
 .../instructions/spark/CompressionSPInstruction.html        |   0
 .../instructions/spark/ComputationSPInstruction.html        |   0
 .../runtime/instructions/spark/CovarianceSPInstruction.html |   0
 .../sysds/runtime/instructions/spark/CpmmSPInstruction.html |   0
 .../spark/CtableSPInstruction.MapJoinSignature1.html        |   0
 .../spark/CtableSPInstruction.MapJoinSignature2.html        |   0
 .../spark/CtableSPInstruction.MapJoinSignature3.html        |   0
 .../runtime/instructions/spark/CtableSPInstruction.html     |   0
 .../spark/CumulativeAggregateSPInstruction.html             |   0
 .../instructions/spark/CumulativeOffsetSPInstruction.html   |   0
 .../sysds/runtime/instructions/spark/DnnSPInstruction.html  |   0
 .../instructions/spark/FrameAppendMSPInstruction.html       |   0
 .../instructions/spark/FrameAppendRSPInstruction.html       |   0
 .../instructions/spark/FrameIndexingSPInstruction.html      |   0
 .../runtime/instructions/spark/IndexingSPInstruction.html   |   0
 .../runtime/instructions/spark/MapmmChainSPInstruction.html |   0
 .../runtime/instructions/spark/MapmmSPInstruction.html      |   0
 .../instructions/spark/MatrixAppendMSPInstruction.html      |   0
 .../instructions/spark/MatrixAppendRSPInstruction.html      |   0
 .../instructions/spark/MatrixIndexingSPInstruction.html     |   0
 .../instructions/spark/MatrixReshapeSPInstruction.html      |   0
 ...dBuiltinSPInstruction.TransformEncodeBuild2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeBuildFunction.html |   0
 ...dBuiltinSPInstruction.TransformEncodeGroup2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeGroupFunction.html |   0
 .../spark/MultiReturnParameterizedBuiltinSPInstruction.html |   0
 .../runtime/instructions/spark/PMapmmSPInstruction.html     |   0
 .../ParameterizedBuiltinSPInstruction.CreateMatrixCell.html |   0
 ...erizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html |   0
 ...arameterizedBuiltinSPInstruction.RDDRExpandFunction.html |   0
 ...eterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html |   0
 ...zedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html |   0
 ...arameterizedBuiltinSPInstruction.RDDReplaceFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDTransformApplyFunction.html |   0
 ...uiltinSPInstruction.RDDTransformApplyOffsetFunction.html |   0
 ...iltinSPInstruction.RDDTransformDecodeExpandFunction.html |   0
 ...izedBuiltinSPInstruction.RDDTransformDecodeFunction.html |   0
 .../spark/ParameterizedBuiltinSPInstruction.html            |   0
 .../sysds/runtime/instructions/spark/PmmSPInstruction.html  |   0
 .../instructions/spark/QuantilePickSPInstruction.html       |   0
 .../instructions/spark/QuantileSortSPInstruction.html       |   0
 .../runtime/instructions/spark/QuaternarySPInstruction.html |   0
 .../sysds/runtime/instructions/spark/RandSPInstruction.html |   0
 .../runtime/instructions/spark/ReblockSPInstruction.html    |   0
 .../runtime/instructions/spark/ReorgSPInstruction.html      |   0
 .../sysds/runtime/instructions/spark/RmmSPInstruction.html  |   0
 .../runtime/instructions/spark/SPInstruction.SPType.html    |   0
 .../sysds/runtime/instructions/spark/SPInstruction.html     |   0
 .../SpoofSPInstruction.ReplicateRightFactorFunction.html    |   0
 .../runtime/instructions/spark/SpoofSPInstruction.html      |   0
 .../runtime/instructions/spark/TernarySPInstruction.html    |   0
 .../runtime/instructions/spark/Tsmm2SPInstruction.html      |   0
 .../sysds/runtime/instructions/spark/TsmmSPInstruction.html |   0
 .../instructions/spark/UaggOuterChainSPInstruction.html     |   0
 .../runtime/instructions/spark/UnaryFrameSPInstruction.html |   0
 .../instructions/spark/UnaryMatrixSPInstruction.html        |   0
 .../runtime/instructions/spark/UnarySPInstruction.html      |   0
 .../runtime/instructions/spark/WriteSPInstruction.html      |   0
 .../runtime/instructions/spark/ZipmmSPInstruction.html      |   0
 .../spark/class-use/AggregateTernarySPInstruction.html      |   0
 .../AggregateUnarySPInstruction.RDDUAggFunction2.html       |   0
 .../AggregateUnarySPInstruction.RDDUTensorAggFunction2.html |   0
 .../spark/class-use/AggregateUnarySPInstruction.html        |   0
 .../AppendGAlignedSPInstruction.ShiftColumnIndex.html       |   0
 .../spark/class-use/AppendGAlignedSPInstruction.html        |   0
 .../AppendGSPInstruction.MergeWithShiftedBlocks.html        |   0
 .../spark/class-use/AppendGSPInstruction.ShiftMatrix.html   |   0
 .../instructions/spark/class-use/AppendGSPInstruction.html  |   0
 .../instructions/spark/class-use/AppendMSPInstruction.html  |   0
 .../instructions/spark/class-use/AppendRSPInstruction.html  |   0
 .../BinUaggChainSPInstruction.RDDBinUaggChainFunction.html  |   0
 .../spark/class-use/BinUaggChainSPInstruction.html          |   0
 .../spark/class-use/BinaryFrameFrameSPInstruction.html      |   0
 .../spark/class-use/BinaryFrameMatrixSPInstruction.html     |   0
 .../spark/class-use/BinaryFrameScalarSPInstruction.html     |   0
 .../spark/class-use/BinaryMatrixBVectorSPInstruction.html   |   0
 .../spark/class-use/BinaryMatrixMatrixSPInstruction.html    |   0
 .../spark/class-use/BinaryMatrixScalarSPInstruction.html    |   0
 .../instructions/spark/class-use/BinarySPInstruction.html   |   0
 .../class-use/BinaryTensorTensorBroadcastSPInstruction.html |   0
 .../spark/class-use/BinaryTensorTensorSPInstruction.html    |   0
 .../BuiltinNarySPInstruction.PadBlocksFunction.html         |   0
 .../spark/class-use/BuiltinNarySPInstruction.html           |   0
 .../spark/class-use/CSVReblockSPInstruction.html            |   0
 .../instructions/spark/class-use/CastSPInstruction.html     |   0
 .../spark/class-use/CentralMomentSPInstruction.html         |   0
 .../spark/class-use/CheckpointSPInstruction.html            |   0
 .../CompressionSPInstruction.CompressionFunction.html       |   0
 .../spark/class-use/CompressionSPInstruction.html           |   0
 .../spark/class-use/ComputationSPInstruction.html           |   0
 .../spark/class-use/CovarianceSPInstruction.html            |   0
 .../instructions/spark/class-use/CpmmSPInstruction.html     |   0
 .../class-use/CtableSPInstruction.MapJoinSignature1.html    |   0
 .../class-use/CtableSPInstruction.MapJoinSignature2.html    |   0
 .../class-use/CtableSPInstruction.MapJoinSignature3.html    |   0
 .../instructions/spark/class-use/CtableSPInstruction.html   |   0
 .../spark/class-use/CumulativeAggregateSPInstruction.html   |   0
 .../spark/class-use/CumulativeOffsetSPInstruction.html      |   0
 .../instructions/spark/class-use/DnnSPInstruction.html      |   0
 .../spark/class-use/FrameAppendMSPInstruction.html          |   0
 .../spark/class-use/FrameAppendRSPInstruction.html          |   0
 .../spark/class-use/FrameIndexingSPInstruction.html         |   0
 .../instructions/spark/class-use/IndexingSPInstruction.html |   0
 .../spark/class-use/MapmmChainSPInstruction.html            |   0
 .../instructions/spark/class-use/MapmmSPInstruction.html    |   0
 .../spark/class-use/MatrixAppendMSPInstruction.html         |   0
 .../spark/class-use/MatrixAppendRSPInstruction.html         |   0
 .../spark/class-use/MatrixIndexingSPInstruction.html        |   0
 .../spark/class-use/MatrixReshapeSPInstruction.html         |   0
 ...dBuiltinSPInstruction.TransformEncodeBuild2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeBuildFunction.html |   0
 ...dBuiltinSPInstruction.TransformEncodeGroup2Function.html |   0
 ...edBuiltinSPInstruction.TransformEncodeGroupFunction.html |   0
 .../MultiReturnParameterizedBuiltinSPInstruction.html       |   0
 .../instructions/spark/class-use/PMapmmSPInstruction.html   |   0
 .../ParameterizedBuiltinSPInstruction.CreateMatrixCell.html |   0
 ...erizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html |   0
 ...arameterizedBuiltinSPInstruction.RDDRExpandFunction.html |   0
 ...eterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html |   0
 ...zedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html |   0
 ...arameterizedBuiltinSPInstruction.RDDReplaceFunction.html |   0
 ...rizedBuiltinSPInstruction.RDDTransformApplyFunction.html |   0
 ...uiltinSPInstruction.RDDTransformApplyOffsetFunction.html |   0
 ...iltinSPInstruction.RDDTransformDecodeExpandFunction.html |   0
 ...izedBuiltinSPInstruction.RDDTransformDecodeFunction.html |   0
 .../spark/class-use/ParameterizedBuiltinSPInstruction.html  |   0
 .../instructions/spark/class-use/PmmSPInstruction.html      |   0
 .../spark/class-use/QuantilePickSPInstruction.html          |   0
 .../spark/class-use/QuantileSortSPInstruction.html          |   0
 .../spark/class-use/QuaternarySPInstruction.html            |   0
 .../instructions/spark/class-use/RandSPInstruction.html     |   0
 .../instructions/spark/class-use/ReblockSPInstruction.html  |   0
 .../instructions/spark/class-use/ReorgSPInstruction.html    |   0
 .../instructions/spark/class-use/RmmSPInstruction.html      |   0
 .../instructions/spark/class-use/SPInstruction.SPType.html  |   0
 .../runtime/instructions/spark/class-use/SPInstruction.html |   0
 .../SpoofSPInstruction.ReplicateRightFactorFunction.html    |   0
 .../instructions/spark/class-use/SpoofSPInstruction.html    |   0
 .../instructions/spark/class-use/TernarySPInstruction.html  |   0
 .../instructions/spark/class-use/Tsmm2SPInstruction.html    |   0
 .../instructions/spark/class-use/TsmmSPInstruction.html     |   0
 .../spark/class-use/UaggOuterChainSPInstruction.html        |   0
 .../spark/class-use/UnaryFrameSPInstruction.html            |   0
 .../spark/class-use/UnaryMatrixSPInstruction.html           |   0
 .../instructions/spark/class-use/UnarySPInstruction.html    |   0
 .../instructions/spark/class-use/WriteSPInstruction.html    |   0
 .../instructions/spark/class-use/ZipmmSPInstruction.html    |   0
 .../runtime/instructions/spark/data/BlockPartitioner.html   |   0
 .../runtime/instructions/spark/data/BroadcastObject.html    |   0
 .../runtime/instructions/spark/data/CorrMatrixBlock.html    |   0
 .../runtime/instructions/spark/data/DatasetObject.html      |   0
 .../runtime/instructions/spark/data/FrameReblockBuffer.html |   0
 .../runtime/instructions/spark/data/IndexedMatrixValue.html |   0
 .../instructions/spark/data/LazyIterableIterator.html       |   0
 .../runtime/instructions/spark/data/LineageObject.html      |   0
 .../runtime/instructions/spark/data/PartitionedBlock.html   |   0
 .../instructions/spark/data/PartitionedBroadcast.html       |   0
 .../sysds/runtime/instructions/spark/data/RDDObject.html    |   0
 .../runtime/instructions/spark/data/ReblockBuffer.html      |   0
 .../runtime/instructions/spark/data/RowMatrixBlock.html     |   0
 .../runtime/instructions/spark/data/SerLongWritable.html    |   0
 .../sysds/runtime/instructions/spark/data/SerText.html      |   0
 .../instructions/spark/data/class-use/BlockPartitioner.html |   0
 .../instructions/spark/data/class-use/BroadcastObject.html  |   0
 .../instructions/spark/data/class-use/CorrMatrixBlock.html  |   0
 .../instructions/spark/data/class-use/DatasetObject.html    |   0
 .../spark/data/class-use/FrameReblockBuffer.html            |   0
 .../spark/data/class-use/IndexedMatrixValue.html            |   0
 .../spark/data/class-use/LazyIterableIterator.html          |   0
 .../instructions/spark/data/class-use/LineageObject.html    |   0
 .../instructions/spark/data/class-use/PartitionedBlock.html |   0
 .../spark/data/class-use/PartitionedBroadcast.html          |   0
 .../instructions/spark/data/class-use/RDDObject.html        |   0
 .../instructions/spark/data/class-use/ReblockBuffer.html    |   0
 .../instructions/spark/data/class-use/RowMatrixBlock.html   |   0
 .../instructions/spark/data/class-use/SerLongWritable.html  |   0
 .../runtime/instructions/spark/data/class-use/SerText.html  |   0
 .../runtime/instructions/spark/data/package-frame.html      |   0
 .../runtime/instructions/spark/data/package-summary.html    |   0
 .../sysds/runtime/instructions/spark/data/package-tree.html |   0
 .../sysds/runtime/instructions/spark/data/package-use.html  |   0
 .../spark/functions/AggregateDropCorrectionFunction.html    |   0
 .../spark/functions/ComputeBinaryBlockNnzFunction.html      |   0
 .../spark/functions/ConvertFrameBlockToIJVLines.html        |   0
 .../spark/functions/ConvertMatrixBlockToIJVLines.html       |   0
 .../spark/functions/ConvertStringToLongTextPair.html        |   0
 .../spark/functions/CopyBinaryCellFunction.html             |   0
 .../spark/functions/CopyFrameBlockFunction.html             |   0
 .../spark/functions/CopyFrameBlockPairFunction.html         |   0
 .../spark/functions/CopyMatrixBlockFunction.html            |   0
 .../spark/functions/CopyMatrixBlockPairFunction.html        |   0
 .../spark/functions/CopyTensorBlockFunction.html            |   0
 .../spark/functions/CopyTensorBlockPairFunction.html        |   0
 .../instructions/spark/functions/CopyTextInputFunction.html |   0
 .../spark/functions/CreateSparseBlockFunction.html          |   0
 .../spark/functions/ExtractBlockForBinaryReblock.html       |   0
 .../spark/functions/ExtractGroup.ExtractGroupBroadcast.html |   0
 .../spark/functions/ExtractGroup.ExtractGroupJoin.html      |   0
 .../runtime/instructions/spark/functions/ExtractGroup.html  |   0
 .../instructions/spark/functions/ExtractGroupNWeights.html  |   0
 .../spark/functions/FilterDiagMatrixBlocksFunction.html     |   0
 .../spark/functions/FilterNonEmptyBlocksFunction.html       |   0
 .../spark/functions/FilterNonEmptyBlocksFunction2.html      |   0
 .../instructions/spark/functions/GetMIMBFromRow.html        |   0
 .../runtime/instructions/spark/functions/IsBlockInList.html |   0
 .../instructions/spark/functions/IsBlockInRange.html        |   0
 .../instructions/spark/functions/IsFrameBlockInRange.html   |   0
 .../instructions/spark/functions/MapInputSignature.html     |   0
 .../instructions/spark/functions/MapJoinSignature.html      |   0
 .../spark/functions/MatrixMatrixBinaryOpFunction.html       |   0
 .../spark/functions/MatrixScalarUnaryFunction.html          |   0
 .../functions/MatrixVectorBinaryOpPartitionFunction.html    |   0
 .../spark/functions/OuterVectorBinaryOpFunction.html        |   0
 .../spark/functions/PerformGroupByAggInCombiner.html        |   0
 .../spark/functions/PerformGroupByAggInReducer.html         |   0
 .../instructions/spark/functions/ReblockTensorFunction.html |   0
 .../instructions/spark/functions/RecomputeNnzFunction.html  |   0
 .../instructions/spark/functions/ReorgMapFunction.html      |   0
 .../spark/functions/ReplicateBlockFunction.html             |   0
 .../spark/functions/ReplicateTensorFunction.html            |   0
 .../spark/functions/ReplicateVectorFunction.html            |   0
 .../spark/functions/TensorTensorBinaryOpFunction.html       |   0
 .../functions/TensorTensorBinaryOpPartitionFunction.html    |   0
 .../class-use/AggregateDropCorrectionFunction.html          |   0
 .../functions/class-use/ComputeBinaryBlockNnzFunction.html  |   0
 .../functions/class-use/ConvertFrameBlockToIJVLines.html    |   0
 .../functions/class-use/ConvertMatrixBlockToIJVLines.html   |   0
 .../functions/class-use/ConvertStringToLongTextPair.html    |   0
 .../spark/functions/class-use/CopyBinaryCellFunction.html   |   0
 .../spark/functions/class-use/CopyFrameBlockFunction.html   |   0
 .../functions/class-use/CopyFrameBlockPairFunction.html     |   0
 .../spark/functions/class-use/CopyMatrixBlockFunction.html  |   0
 .../functions/class-use/CopyMatrixBlockPairFunction.html    |   0
 .../spark/functions/class-use/CopyTensorBlockFunction.html  |   0
 .../functions/class-use/CopyTensorBlockPairFunction.html    |   0
 .../spark/functions/class-use/CopyTextInputFunction.html    |   0
 .../functions/class-use/CreateSparseBlockFunction.html      |   0
 .../functions/class-use/ExtractBlockForBinaryReblock.html   |   0
 .../class-use/ExtractGroup.ExtractGroupBroadcast.html       |   0
 .../functions/class-use/ExtractGroup.ExtractGroupJoin.html  |   0
 .../spark/functions/class-use/ExtractGroup.html             |   0
 .../spark/functions/class-use/ExtractGroupNWeights.html     |   0
 .../functions/class-use/FilterDiagMatrixBlocksFunction.html |   0
 .../functions/class-use/FilterNonEmptyBlocksFunction.html   |   0
 .../functions/class-use/FilterNonEmptyBlocksFunction2.html  |   0
 .../spark/functions/class-use/GetMIMBFromRow.html           |   0
 .../spark/functions/class-use/IsBlockInList.html            |   0
 .../spark/functions/class-use/IsBlockInRange.html           |   0
 .../spark/functions/class-use/IsFrameBlockInRange.html      |   0
 .../spark/functions/class-use/MapInputSignature.html        |   0
 .../spark/functions/class-use/MapJoinSignature.html         |   0
 .../functions/class-use/MatrixMatrixBinaryOpFunction.html   |   0
 .../functions/class-use/MatrixScalarUnaryFunction.html      |   0
 .../class-use/MatrixVectorBinaryOpPartitionFunction.html    |   0
 .../functions/class-use/OuterVectorBinaryOpFunction.html    |   0
 .../functions/class-use/PerformGroupByAggInCombiner.html    |   0
 .../functions/class-use/PerformGroupByAggInReducer.html     |   0
 .../spark/functions/class-use/ReblockTensorFunction.html    |   0
 .../spark/functions/class-use/RecomputeNnzFunction.html     |   0
 .../spark/functions/class-use/ReorgMapFunction.html         |   0
 .../spark/functions/class-use/ReplicateBlockFunction.html   |   0
 .../spark/functions/class-use/ReplicateTensorFunction.html  |   0
 .../spark/functions/class-use/ReplicateVectorFunction.html  |   0
 .../functions/class-use/TensorTensorBinaryOpFunction.html   |   0
 .../class-use/TensorTensorBinaryOpPartitionFunction.html    |   0
 .../runtime/instructions/spark/functions/package-frame.html |   0
 .../instructions/spark/functions/package-summary.html       |   0
 .../runtime/instructions/spark/functions/package-tree.html  |   0
 .../runtime/instructions/spark/functions/package-use.html   |   0
 .../sysds/runtime/instructions/spark/package-frame.html     |   0
 .../sysds/runtime/instructions/spark/package-summary.html   |   0
 .../sysds/runtime/instructions/spark/package-tree.html      |   0
 .../sysds/runtime/instructions/spark/package-use.html       |   0
 .../instructions/spark/utils/FrameRDDAggregateUtils.html    |   0
 ...ConverterUtils.LongFrameToLongWritableFrameFunction.html |   0
 ...ConverterUtils.LongWritableFrameToLongFrameFunction.html |   0
 ...DDConverterUtils.LongWritableTextToLongTextFunction.html |   0
 .../FrameRDDConverterUtils.LongWritableToSerFunction.html   |   0
 .../instructions/spark/utils/FrameRDDConverterUtils.html    |   0
 .../runtime/instructions/spark/utils/RDDAggregateUtils.html |   0
 .../RDDConverterUtils.BinaryCellToBinaryBlockFunction.html  |   0
 .../utils/RDDConverterUtils.DataFrameExtractIDFunction.html |   0
 .../runtime/instructions/spark/utils/RDDConverterUtils.html |   0
 .../spark/utils/RDDConverterUtilsExt.AddRowID.html          |   0
 .../spark/utils/RDDConverterUtilsExt.RDDConverterTypes.html |   0
 .../instructions/spark/utils/RDDConverterUtilsExt.html      |   0
 .../spark/utils/RDDSortUtils.IndexComparator.html           |   0
 .../spark/utils/RDDSortUtils.IndexComparator2.html          |   0
 .../runtime/instructions/spark/utils/RDDSortUtils.html      |   0
 .../sysds/runtime/instructions/spark/utils/SparkUtils.html  |   0
 .../spark/utils/class-use/FrameRDDAggregateUtils.html       |   0
 ...ConverterUtils.LongFrameToLongWritableFrameFunction.html |   0
 ...ConverterUtils.LongWritableFrameToLongFrameFunction.html |   0
 ...DDConverterUtils.LongWritableTextToLongTextFunction.html |   0
 .../FrameRDDConverterUtils.LongWritableToSerFunction.html   |   0
 .../spark/utils/class-use/FrameRDDConverterUtils.html       |   0
 .../spark/utils/class-use/RDDAggregateUtils.html            |   0
 .../RDDConverterUtils.BinaryCellToBinaryBlockFunction.html  |   0
 .../RDDConverterUtils.DataFrameExtractIDFunction.html       |   0
 .../spark/utils/class-use/RDDConverterUtils.html            |   0
 .../utils/class-use/RDDConverterUtilsExt.AddRowID.html      |   0
 .../class-use/RDDConverterUtilsExt.RDDConverterTypes.html   |   0
 .../spark/utils/class-use/RDDConverterUtilsExt.html         |   0
 .../spark/utils/class-use/RDDSortUtils.IndexComparator.html |   0
 .../utils/class-use/RDDSortUtils.IndexComparator2.html      |   0
 .../instructions/spark/utils/class-use/RDDSortUtils.html    |   0
 .../instructions/spark/utils/class-use/SparkUtils.html      |   0
 .../runtime/instructions/spark/utils/package-frame.html     |   0
 .../runtime/instructions/spark/utils/package-summary.html   |   0
 .../runtime/instructions/spark/utils/package-tree.html      |   0
 .../sysds/runtime/instructions/spark/utils/package-use.html |   0
 .../BinaryBlockSerialization.MatrixBlockDeserializer.html   |   0
 .../io/BinaryBlockSerialization.MatrixBlockSerializer.html  |   0
 .../apache/sysds/runtime/io/BinaryBlockSerialization.html   |   0
 .../org/apache/sysds/runtime/io/FileFormatProperties.html   |   0
 .../apache/sysds/runtime/io/FileFormatPropertiesCSV.html    |   0
 .../sysds/runtime/io/FileFormatPropertiesMM.MMField.html    |   0
 .../sysds/runtime/io/FileFormatPropertiesMM.MMFormat.html   |   0
 .../sysds/runtime/io/FileFormatPropertiesMM.MMSymmetry.html |   0
 .../org/apache/sysds/runtime/io/FileFormatPropertiesMM.html |   0
 .../api/java/org/apache/sysds/runtime/io/FrameReader.html   |   0
 .../org/apache/sysds/runtime/io/FrameReaderBinaryBlock.html |   0
 .../sysds/runtime/io/FrameReaderBinaryBlockParallel.html    |   0
 .../org/apache/sysds/runtime/io/FrameReaderFactory.html     |   0
 .../java/org/apache/sysds/runtime/io/FrameReaderJSONL.html  |   0
 .../apache/sysds/runtime/io/FrameReaderJSONLParallel.html   |   0
 .../java/org/apache/sysds/runtime/io/FrameReaderProto.html  |   0
 .../org/apache/sysds/runtime/io/FrameReaderTextCSV.html     |   0
 .../apache/sysds/runtime/io/FrameReaderTextCSVParallel.html |   0
 .../org/apache/sysds/runtime/io/FrameReaderTextCell.html    |   0
 .../runtime/io/FrameReaderTextCellParallel.ReadTask.html    |   0
 .../sysds/runtime/io/FrameReaderTextCellParallel.html       |   0
 .../api/java/org/apache/sysds/runtime/io/FrameWriter.html   |   0
 .../org/apache/sysds/runtime/io/FrameWriterBinaryBlock.html |   0
 .../sysds/runtime/io/FrameWriterBinaryBlockParallel.html    |   0
 .../org/apache/sysds/runtime/io/FrameWriterFactory.html     |   0
 .../java/org/apache/sysds/runtime/io/FrameWriterJSONL.html  |   0
 .../apache/sysds/runtime/io/FrameWriterJSONLParallel.html   |   0
 .../java/org/apache/sysds/runtime/io/FrameWriterProto.html  |   0
 .../org/apache/sysds/runtime/io/FrameWriterTextCSV.html     |   0
 .../apache/sysds/runtime/io/FrameWriterTextCSVParallel.html |   0
 .../org/apache/sysds/runtime/io/FrameWriterTextCell.html    |   0
 .../sysds/runtime/io/FrameWriterTextCellParallel.html       |   0
 .../sysds/runtime/io/IOUtilFunctions.CountRowsTask.html     |   0
 .../java/org/apache/sysds/runtime/io/IOUtilFunctions.html   |   0
 .../java/org/apache/sysds/runtime/io/InputOutputInfo.html   |   0
 .../api/java/org/apache/sysds/runtime/io/MatrixReader.html  |   0
 .../org/apache/sysds/runtime/io/MatrixReaderFactory.html    |   0
 .../api/java/org/apache/sysds/runtime/io/MatrixWriter.html  |   0
 .../org/apache/sysds/runtime/io/MatrixWriterFactory.html    |   0
 .../java/org/apache/sysds/runtime/io/ReadProperties.html    |   0
 .../java/org/apache/sysds/runtime/io/ReaderBinaryBlock.html |   0
 .../apache/sysds/runtime/io/ReaderBinaryBlockParallel.html  |   0
 .../api/java/org/apache/sysds/runtime/io/ReaderTextCSV.html |   0
 .../org/apache/sysds/runtime/io/ReaderTextCSVParallel.html  |   0
 .../java/org/apache/sysds/runtime/io/ReaderTextCell.html    |   0
 .../sysds/runtime/io/ReaderTextCellParallel.CellBuffer.html |   0
 .../runtime/io/ReaderTextCellParallel.CountNnzTask.html     |   0
 .../sysds/runtime/io/ReaderTextCellParallel.ReadTask.html   |   0
 .../org/apache/sysds/runtime/io/ReaderTextCellParallel.html |   0
 .../java/org/apache/sysds/runtime/io/ReaderTextLIBSVM.html  |   0
 .../apache/sysds/runtime/io/ReaderTextLIBSVMParallel.html   |   0
 .../api/java/org/apache/sysds/runtime/io/TensorReader.html  |   0
 .../apache/sysds/runtime/io/TensorReaderBinaryBlock.html    |   0
 .../sysds/runtime/io/TensorReaderBinaryBlockParallel.html   |   0
 .../org/apache/sysds/runtime/io/TensorReaderFactory.html    |   0
 .../org/apache/sysds/runtime/io/TensorReaderTextCell.html   |   0
 .../sysds/runtime/io/TensorReaderTextCellParallel.html      |   0
 .../api/java/org/apache/sysds/runtime/io/TensorWriter.html  |   0
 .../apache/sysds/runtime/io/TensorWriterBinaryBlock.html    |   0
 .../io/TensorWriterBinaryBlockParallel.WriteFileTask.html   |   0
 .../sysds/runtime/io/TensorWriterBinaryBlockParallel.html   |   0
 .../org/apache/sysds/runtime/io/TensorWriterFactory.html    |   0
 .../org/apache/sysds/runtime/io/TensorWriterTextCell.html   |   0
 .../sysds/runtime/io/TensorWriterTextCellParallel.html      |   0
 .../java/org/apache/sysds/runtime/io/WriterBinaryBlock.html |   0
 .../apache/sysds/runtime/io/WriterBinaryBlockParallel.html  |   0
 .../org/apache/sysds/runtime/io/WriterMatrixMarket.html     |   0
 .../apache/sysds/runtime/io/WriterMatrixMarketParallel.html |   0
 .../api/java/org/apache/sysds/runtime/io/WriterTextCSV.html |   0
 .../org/apache/sysds/runtime/io/WriterTextCSVParallel.html  |   0
 .../java/org/apache/sysds/runtime/io/WriterTextCell.html    |   0
 .../org/apache/sysds/runtime/io/WriterTextCellParallel.html |   0
 .../java/org/apache/sysds/runtime/io/WriterTextLIBSVM.html  |   0
 .../apache/sysds/runtime/io/WriterTextLIBSVMParallel.html   |   0
 .../BinaryBlockSerialization.MatrixBlockDeserializer.html   |   0
 .../BinaryBlockSerialization.MatrixBlockSerializer.html     |   0
 .../runtime/io/class-use/BinaryBlockSerialization.html      |   0
 .../sysds/runtime/io/class-use/FileFormatProperties.html    |   0
 .../sysds/runtime/io/class-use/FileFormatPropertiesCSV.html |   0
 .../io/class-use/FileFormatPropertiesMM.MMField.html        |   0
 .../io/class-use/FileFormatPropertiesMM.MMFormat.html       |   0
 .../io/class-use/FileFormatPropertiesMM.MMSymmetry.html     |   0
 .../sysds/runtime/io/class-use/FileFormatPropertiesMM.html  |   0
 .../org/apache/sysds/runtime/io/class-use/FrameReader.html  |   0
 .../sysds/runtime/io/class-use/FrameReaderBinaryBlock.html  |   0
 .../io/class-use/FrameReaderBinaryBlockParallel.html        |   0
 .../sysds/runtime/io/class-use/FrameReaderFactory.html      |   0
 .../apache/sysds/runtime/io/class-use/FrameReaderJSONL.html |   0
 .../runtime/io/class-use/FrameReaderJSONLParallel.html      |   0
 .../apache/sysds/runtime/io/class-use/FrameReaderProto.html |   0
 .../sysds/runtime/io/class-use/FrameReaderTextCSV.html      |   0
 .../runtime/io/class-use/FrameReaderTextCSVParallel.html    |   0
 .../sysds/runtime/io/class-use/FrameReaderTextCell.html     |   0
 .../io/class-use/FrameReaderTextCellParallel.ReadTask.html  |   0
 .../runtime/io/class-use/FrameReaderTextCellParallel.html   |   0
 .../org/apache/sysds/runtime/io/class-use/FrameWriter.html  |   0
 .../sysds/runtime/io/class-use/FrameWriterBinaryBlock.html  |   0
 .../io/class-use/FrameWriterBinaryBlockParallel.html        |   0
 .../sysds/runtime/io/class-use/FrameWriterFactory.html      |   0
 .../apache/sysds/runtime/io/class-use/FrameWriterJSONL.html |   0
 .../runtime/io/class-use/FrameWriterJSONLParallel.html      |   0
 .../apache/sysds/runtime/io/class-use/FrameWriterProto.html |   0
 .../sysds/runtime/io/class-use/FrameWriterTextCSV.html      |   0
 .../runtime/io/class-use/FrameWriterTextCSVParallel.html    |   0
 .../sysds/runtime/io/class-use/FrameWriterTextCell.html     |   0
 .../runtime/io/class-use/FrameWriterTextCellParallel.html   |   0
 .../runtime/io/class-use/IOUtilFunctions.CountRowsTask.html |   0
 .../apache/sysds/runtime/io/class-use/IOUtilFunctions.html  |   0
 .../apache/sysds/runtime/io/class-use/InputOutputInfo.html  |   0
 .../org/apache/sysds/runtime/io/class-use/MatrixReader.html |   0
 .../sysds/runtime/io/class-use/MatrixReaderFactory.html     |   0
 .../org/apache/sysds/runtime/io/class-use/MatrixWriter.html |   0
 .../sysds/runtime/io/class-use/MatrixWriterFactory.html     |   0
 .../apache/sysds/runtime/io/class-use/ReadProperties.html   |   0
 .../sysds/runtime/io/class-use/ReaderBinaryBlock.html       |   0
 .../runtime/io/class-use/ReaderBinaryBlockParallel.html     |   0
 .../apache/sysds/runtime/io/class-use/ReaderTextCSV.html    |   0
 .../sysds/runtime/io/class-use/ReaderTextCSVParallel.html   |   0
 .../apache/sysds/runtime/io/class-use/ReaderTextCell.html   |   0
 .../io/class-use/ReaderTextCellParallel.CellBuffer.html     |   0
 .../io/class-use/ReaderTextCellParallel.CountNnzTask.html   |   0
 .../io/class-use/ReaderTextCellParallel.ReadTask.html       |   0
 .../sysds/runtime/io/class-use/ReaderTextCellParallel.html  |   0
 .../apache/sysds/runtime/io/class-use/ReaderTextLIBSVM.html |   0
 .../runtime/io/class-use/ReaderTextLIBSVMParallel.html      |   0
 .../org/apache/sysds/runtime/io/class-use/TensorReader.html |   0
 .../sysds/runtime/io/class-use/TensorReaderBinaryBlock.html |   0
 .../io/class-use/TensorReaderBinaryBlockParallel.html       |   0
 .../sysds/runtime/io/class-use/TensorReaderFactory.html     |   0
 .../sysds/runtime/io/class-use/TensorReaderTextCell.html    |   0
 .../runtime/io/class-use/TensorReaderTextCellParallel.html  |   0
 .../org/apache/sysds/runtime/io/class-use/TensorWriter.html |   0
 .../sysds/runtime/io/class-use/TensorWriterBinaryBlock.html |   0
 .../TensorWriterBinaryBlockParallel.WriteFileTask.html      |   0
 .../io/class-use/TensorWriterBinaryBlockParallel.html       |   0
 .../sysds/runtime/io/class-use/TensorWriterFactory.html     |   0
 .../sysds/runtime/io/class-use/TensorWriterTextCell.html    |   0
 .../runtime/io/class-use/TensorWriterTextCellParallel.html  |   0
 .../sysds/runtime/io/class-use/WriterBinaryBlock.html       |   0
 .../runtime/io/class-use/WriterBinaryBlockParallel.html     |   0
 .../sysds/runtime/io/class-use/WriterMatrixMarket.html      |   0
 .../runtime/io/class-use/WriterMatrixMarketParallel.html    |   0
 .../apache/sysds/runtime/io/class-use/WriterTextCSV.html    |   0
 .../sysds/runtime/io/class-use/WriterTextCSVParallel.html   |   0
 .../apache/sysds/runtime/io/class-use/WriterTextCell.html   |   0
 .../sysds/runtime/io/class-use/WriterTextCellParallel.html  |   0
 .../apache/sysds/runtime/io/class-use/WriterTextLIBSVM.html |   0
 .../runtime/io/class-use/WriterTextLIBSVMParallel.html      |   0
 .../api/java/org/apache/sysds/runtime/io/package-frame.html |   0
 .../java/org/apache/sysds/runtime/io/package-summary.html   |   0
 .../api/java/org/apache/sysds/runtime/io/package-tree.html  |   0
 .../api/java/org/apache/sysds/runtime/io/package-use.html   |   0
 .../api/java/org/apache/sysds/runtime/lineage/Lineage.html  |   0
 .../java/org/apache/sysds/runtime/lineage/LineageCache.html |   0
 .../lineage/LineageCacheConfig.LineageCachePolicy.html      |   0
 .../runtime/lineage/LineageCacheConfig.ReuseCacheType.html  |   0
 .../apache/sysds/runtime/lineage/LineageCacheConfig.html    |   0
 .../org/apache/sysds/runtime/lineage/LineageCacheEntry.html |   0
 .../apache/sysds/runtime/lineage/LineageCacheEviction.html  |   0
 .../sysds/runtime/lineage/LineageCacheStatistics.html       |   0
 .../apache/sysds/runtime/lineage/LineageCodegenItem.html    |   0
 .../org/apache/sysds/runtime/lineage/LineageDedupBlock.html |   0
 .../org/apache/sysds/runtime/lineage/LineageDedupUtils.html |   0
 .../sysds/runtime/lineage/LineageItem.LineageItemType.html  |   0
 .../java/org/apache/sysds/runtime/lineage/LineageItem.html  |   0
 .../org/apache/sysds/runtime/lineage/LineageItemUtils.html  |   0
 .../java/org/apache/sysds/runtime/lineage/LineageMap.html   |   0
 .../org/apache/sysds/runtime/lineage/LineageParser.html     |   0
 .../apache/sysds/runtime/lineage/LineageRecomputeUtils.html |   0
 .../apache/sysds/runtime/lineage/LineageRewriteReuse.html   |   0
 .../org/apache/sysds/runtime/lineage/LineageTokenizer.html  |   0
 .../org/apache/sysds/runtime/lineage/LineageTraceable.html  |   0
 .../org/apache/sysds/runtime/lineage/class-use/Lineage.html |   0
 .../sysds/runtime/lineage/class-use/LineageCache.html       |   0
 .../class-use/LineageCacheConfig.LineageCachePolicy.html    |   0
 .../class-use/LineageCacheConfig.ReuseCacheType.html        |   0
 .../sysds/runtime/lineage/class-use/LineageCacheConfig.html |   0
 .../sysds/runtime/lineage/class-use/LineageCacheEntry.html  |   0
 .../runtime/lineage/class-use/LineageCacheEviction.html     |   0
 .../runtime/lineage/class-use/LineageCacheStatistics.html   |   0
 .../sysds/runtime/lineage/class-use/LineageCodegenItem.html |   0
 .../sysds/runtime/lineage/class-use/LineageDedupBlock.html  |   0
 .../sysds/runtime/lineage/class-use/LineageDedupUtils.html  |   0
 .../lineage/class-use/LineageItem.LineageItemType.html      |   0
 .../apache/sysds/runtime/lineage/class-use/LineageItem.html |   0
 .../sysds/runtime/lineage/class-use/LineageItemUtils.html   |   0
 .../apache/sysds/runtime/lineage/class-use/LineageMap.html  |   0
 .../sysds/runtime/lineage/class-use/LineageParser.html      |   0
 .../runtime/lineage/class-use/LineageRecomputeUtils.html    |   0
 .../runtime/lineage/class-use/LineageRewriteReuse.html      |   0
 .../sysds/runtime/lineage/class-use/LineageTokenizer.html   |   0
 .../sysds/runtime/lineage/class-use/LineageTraceable.html   |   0
 .../org/apache/sysds/runtime/lineage/package-frame.html     |   0
 .../org/apache/sysds/runtime/lineage/package-summary.html   |   0
 .../java/org/apache/sysds/runtime/lineage/package-tree.html |   0
 .../java/org/apache/sysds/runtime/lineage/package-use.html  |   0
 .../runtime/matrix/data/BinaryBlockToTextCellConverter.html |   0
 .../org/apache/sysds/runtime/matrix/data/CM_N_COVCell.html  |   0
 .../org/apache/sysds/runtime/matrix/data/CTableMap.html     |   0
 .../org/apache/sysds/runtime/matrix/data/Converter.html     |   0
 .../sysds/runtime/matrix/data/CudaSupportFunctions.html     |   0
 .../org/apache/sysds/runtime/matrix/data/DnnParameters.html |   0
 .../matrix/data/DoublePrecisionCudaSupportFunctions.html    |   0
 .../runtime/matrix/data/FrameBlock.ColumnMetadata.html      |   0
 .../runtime/matrix/data/FrameBlock.FrameMapFunction.html    |   0
 .../org/apache/sysds/runtime/matrix/data/FrameBlock.html    |   0
 .../api/java/org/apache/sysds/runtime/matrix/data/IJV.html  |   0
 .../apache/sysds/runtime/matrix/data/LibCommonsMath.html    |   0
 .../org/apache/sysds/runtime/matrix/data/LibMatrixAgg.html  |   0
 .../matrix/data/LibMatrixBincell.BinaryAccessType.html      |   0
 .../apache/sysds/runtime/matrix/data/LibMatrixBincell.html  |   0
 .../org/apache/sysds/runtime/matrix/data/LibMatrixCUDA.html |   0
 .../sysds/runtime/matrix/data/LibMatrixCountDistinct.html   |   0
 .../apache/sysds/runtime/matrix/data/LibMatrixCuDNN.html    |   0
 .../matrix/data/LibMatrixCuDNNConvolutionAlgorithm.html     |   0
 .../runtime/matrix/data/LibMatrixCuDNNInputRowFetcher.html  |   0
 .../matrix/data/LibMatrixCuDNNPoolingDescriptors.html       |   0
 .../runtime/matrix/data/LibMatrixCuDNNRnnAlgorithm.html     |   0
 .../sysds/runtime/matrix/data/LibMatrixCuMatMult.html       |   0
 .../sysds/runtime/matrix/data/LibMatrixDNN.PoolingType.html |   0
 .../org/apache/sysds/runtime/matrix/data/LibMatrixDNN.html  |   0
 .../sysds/runtime/matrix/data/LibMatrixDNNConv2d.html       |   0
 .../sysds/runtime/matrix/data/LibMatrixDNNHelper.html       |   0
 .../sysds/runtime/matrix/data/LibMatrixDNNIm2Col.html       |   0
 .../sysds/runtime/matrix/data/LibMatrixDNNPooling.html      |   0
 .../runtime/matrix/data/LibMatrixDNNRelu.ReluBackward.html  |   0
 .../apache/sysds/runtime/matrix/data/LibMatrixDNNRelu.html  |   0
 .../matrix/data/LibMatrixDNNRotate180.Rotate180Worker.html  |   0
 .../sysds/runtime/matrix/data/LibMatrixDNNRotate180.html    |   0
 .../apache/sysds/runtime/matrix/data/LibMatrixDatagen.html  |   0
 .../org/apache/sysds/runtime/matrix/data/LibMatrixMult.html |   0
 .../apache/sysds/runtime/matrix/data/LibMatrixNative.html   |   0
 .../apache/sysds/runtime/matrix/data/LibMatrixOuterAgg.html |   0
 .../apache/sysds/runtime/matrix/data/LibMatrixReorg.html    |   0
 .../runtime/matrix/data/MatrixBlock.SparsityEstimate.html   |   0
 .../org/apache/sysds/runtime/matrix/data/MatrixBlock.html   |   0
 .../sysds/runtime/matrix/data/MatrixBlockDataInput.html     |   0
 .../sysds/runtime/matrix/data/MatrixBlockDataOutput.html    |   0
 .../org/apache/sysds/runtime/matrix/data/MatrixCell.html    |   0
 .../org/apache/sysds/runtime/matrix/data/MatrixIndexes.html |   0
 .../sysds/runtime/matrix/data/MatrixValue.CellIndex.html    |   0
 .../org/apache/sysds/runtime/matrix/data/MatrixValue.html   |   0
 .../sysds/runtime/matrix/data/OperationsOnMatrixValues.html |   0
 .../api/java/org/apache/sysds/runtime/matrix/data/Pair.html |   0
 .../sysds/runtime/matrix/data/RandomMatrixGenerator.html    |   0
 .../matrix/data/SinglePrecisionCudaSupportFunctions.html    |   0
 .../runtime/matrix/data/TextToBinaryCellConverter.html      |   0
 .../sysds/runtime/matrix/data/TripleIndexes.Comparator.html |   0
 .../org/apache/sysds/runtime/matrix/data/TripleIndexes.html |   0
 .../org/apache/sysds/runtime/matrix/data/WeightedCell.html  |   0
 .../org/apache/sysds/runtime/matrix/data/WeightedPair.html  |   0
 .../data/class-use/BinaryBlockToTextCellConverter.html      |   0
 .../sysds/runtime/matrix/data/class-use/CM_N_COVCell.html   |   0
 .../sysds/runtime/matrix/data/class-use/CTableMap.html      |   0
 .../sysds/runtime/matrix/data/class-use/Converter.html      |   0
 .../runtime/matrix/data/class-use/CudaSupportFunctions.html |   0
 .../sysds/runtime/matrix/data/class-use/DnnParameters.html  |   0
 .../data/class-use/DoublePrecisionCudaSupportFunctions.html |   0
 .../matrix/data/class-use/FrameBlock.ColumnMetadata.html    |   0
 .../matrix/data/class-use/FrameBlock.FrameMapFunction.html  |   0
 .../sysds/runtime/matrix/data/class-use/FrameBlock.html     |   0
 .../org/apache/sysds/runtime/matrix/data/class-use/IJV.html |   0
 .../sysds/runtime/matrix/data/class-use/LibCommonsMath.html |   0
 .../sysds/runtime/matrix/data/class-use/LibMatrixAgg.html   |   0
 .../data/class-use/LibMatrixBincell.BinaryAccessType.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixBincell.html     |   0
 .../sysds/runtime/matrix/data/class-use/LibMatrixCUDA.html  |   0
 .../matrix/data/class-use/LibMatrixCountDistinct.html       |   0
 .../sysds/runtime/matrix/data/class-use/LibMatrixCuDNN.html |   0
 .../data/class-use/LibMatrixCuDNNConvolutionAlgorithm.html  |   0
 .../data/class-use/LibMatrixCuDNNInputRowFetcher.html       |   0
 .../data/class-use/LibMatrixCuDNNPoolingDescriptors.html    |   0
 .../matrix/data/class-use/LibMatrixCuDNNRnnAlgorithm.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixCuMatMult.html   |   0
 .../matrix/data/class-use/LibMatrixDNN.PoolingType.html     |   0
 .../sysds/runtime/matrix/data/class-use/LibMatrixDNN.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixDNNConv2d.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixDNNHelper.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixDNNIm2Col.html   |   0
 .../runtime/matrix/data/class-use/LibMatrixDNNPooling.html  |   0
 .../data/class-use/LibMatrixDNNRelu.ReluBackward.html       |   0
 .../runtime/matrix/data/class-use/LibMatrixDNNRelu.html     |   0
 .../class-use/LibMatrixDNNRotate180.Rotate180Worker.html    |   0
 .../matrix/data/class-use/LibMatrixDNNRotate180.html        |   0
 .../runtime/matrix/data/class-use/LibMatrixDatagen.html     |   0
 .../sysds/runtime/matrix/data/class-use/LibMatrixMult.html  |   0
 .../runtime/matrix/data/class-use/LibMatrixNative.html      |   0
 .../runtime/matrix/data/class-use/LibMatrixOuterAgg.html    |   0
 .../sysds/runtime/matrix/data/class-use/LibMatrixReorg.html |   0
 .../matrix/data/class-use/MatrixBlock.SparsityEstimate.html |   0
 .../sysds/runtime/matrix/data/class-use/MatrixBlock.html    |   0
 .../runtime/matrix/data/class-use/MatrixBlockDataInput.html |   0
 .../matrix/data/class-use/MatrixBlockDataOutput.html        |   0
 .../sysds/runtime/matrix/data/class-use/MatrixCell.html     |   0
 .../sysds/runtime/matrix/data/class-use/MatrixIndexes.html  |   0
 .../matrix/data/class-use/MatrixValue.CellIndex.html        |   0
 .../sysds/runtime/matrix/data/class-use/MatrixValue.html    |   0
 .../matrix/data/class-use/OperationsOnMatrixValues.html     |   0
 .../apache/sysds/runtime/matrix/data/class-use/Pair.html    |   0
 .../matrix/data/class-use/RandomMatrixGenerator.html        |   0
 .../data/class-use/SinglePrecisionCudaSupportFunctions.html |   0
 .../matrix/data/class-use/TextToBinaryCellConverter.html    |   0
 .../matrix/data/class-use/TripleIndexes.Comparator.html     |   0
 .../sysds/runtime/matrix/data/class-use/TripleIndexes.html  |   0
 .../sysds/runtime/matrix/data/class-use/WeightedCell.html   |   0
 .../sysds/runtime/matrix/data/class-use/WeightedPair.html   |   0
 .../org/apache/sysds/runtime/matrix/data/package-frame.html |   0
 .../apache/sysds/runtime/matrix/data/package-summary.html   |   0
 .../org/apache/sysds/runtime/matrix/data/package-tree.html  |   0
 .../org/apache/sysds/runtime/matrix/data/package-use.html   |   0
 .../runtime/matrix/operators/AggregateBinaryOperator.html   |   0
 .../sysds/runtime/matrix/operators/AggregateOperator.html   |   0
 .../runtime/matrix/operators/AggregateTernaryOperator.html  |   0
 .../runtime/matrix/operators/AggregateUnaryOperator.html    |   0
 .../sysds/runtime/matrix/operators/BinaryOperator.html      |   0
 .../operators/CMOperator.AggregateOperationTypes.html       |   0
 .../apache/sysds/runtime/matrix/operators/CMOperator.html   |   0
 .../apache/sysds/runtime/matrix/operators/COVOperator.html  |   0
 .../operators/CountDistinctOperator.CountDistinctTypes.html |   0
 .../runtime/matrix/operators/CountDistinctOperator.html     |   0
 .../sysds/runtime/matrix/operators/LeftScalarOperator.html  |   0
 .../org/apache/sysds/runtime/matrix/operators/Operator.html |   0
 .../sysds/runtime/matrix/operators/QuaternaryOperator.html  |   0
 .../sysds/runtime/matrix/operators/ReIndexOperator.html     |   0
 .../sysds/runtime/matrix/operators/ReorgOperator.html       |   0
 .../sysds/runtime/matrix/operators/RightScalarOperator.html |   0
 .../sysds/runtime/matrix/operators/ScalarOperator.html      |   0
 .../sysds/runtime/matrix/operators/SimpleOperator.html      |   0
 .../sysds/runtime/matrix/operators/TernaryOperator.html     |   0
 .../sysds/runtime/matrix/operators/UnaryOperator.html       |   0
 .../matrix/operators/class-use/AggregateBinaryOperator.html |   0
 .../matrix/operators/class-use/AggregateOperator.html       |   0
 .../operators/class-use/AggregateTernaryOperator.html       |   0
 .../matrix/operators/class-use/AggregateUnaryOperator.html  |   0
 .../runtime/matrix/operators/class-use/BinaryOperator.html  |   0
 .../class-use/CMOperator.AggregateOperationTypes.html       |   0
 .../runtime/matrix/operators/class-use/CMOperator.html      |   0
 .../runtime/matrix/operators/class-use/COVOperator.html     |   0
 .../class-use/CountDistinctOperator.CountDistinctTypes.html |   0
 .../matrix/operators/class-use/CountDistinctOperator.html   |   0
 .../matrix/operators/class-use/LeftScalarOperator.html      |   0
 .../sysds/runtime/matrix/operators/class-use/Operator.html  |   0
 .../matrix/operators/class-use/QuaternaryOperator.html      |   0
 .../runtime/matrix/operators/class-use/ReIndexOperator.html |   0
 .../runtime/matrix/operators/class-use/ReorgOperator.html   |   0
 .../matrix/operators/class-use/RightScalarOperator.html     |   0
 .../runtime/matrix/operators/class-use/ScalarOperator.html  |   0
 .../runtime/matrix/operators/class-use/SimpleOperator.html  |   0
 .../runtime/matrix/operators/class-use/TernaryOperator.html |   0
 .../runtime/matrix/operators/class-use/UnaryOperator.html   |   0
 .../sysds/runtime/matrix/operators/package-frame.html       |   0
 .../sysds/runtime/matrix/operators/package-summary.html     |   0
 .../apache/sysds/runtime/matrix/operators/package-tree.html |   0
 .../apache/sysds/runtime/matrix/operators/package-use.html  |   0
 .../org/apache/sysds/runtime/meta/DataCharacteristics.html  |   0
 .../apache/sysds/runtime/meta/MatrixCharacteristics.html    |   0
 .../api/java/org/apache/sysds/runtime/meta/MetaData.html    |   0
 .../java/org/apache/sysds/runtime/meta/MetaDataFormat.html  |   0
 .../apache/sysds/runtime/meta/TensorCharacteristics.html    |   0
 .../sysds/runtime/meta/class-use/DataCharacteristics.html   |   0
 .../sysds/runtime/meta/class-use/MatrixCharacteristics.html |   0
 .../org/apache/sysds/runtime/meta/class-use/MetaData.html   |   0
 .../apache/sysds/runtime/meta/class-use/MetaDataFormat.html |   0
 .../sysds/runtime/meta/class-use/TensorCharacteristics.html |   0
 .../java/org/apache/sysds/runtime/meta/package-frame.html   |   0
 .../java/org/apache/sysds/runtime/meta/package-summary.html |   0
 .../java/org/apache/sysds/runtime/meta/package-tree.html    |   0
 .../api/java/org/apache/sysds/runtime/meta/package-use.html |   0
 .../api/java/org/apache/sysds/runtime/package-frame.html    |   0
 .../api/java/org/apache/sysds/runtime/package-summary.html  |   0
 .../api/java/org/apache/sysds/runtime/package-tree.html     |   0
 .../api/java/org/apache/sysds/runtime/package-use.html      |   0
 .../apache/sysds/runtime/privacy/CheckedConstraintsLog.html |   0
 .../apache/sysds/runtime/privacy/DMLPrivacyException.html   |   0
 .../runtime/privacy/PrivacyConstraint.PrivacyLevel.html     |   0
 .../org/apache/sysds/runtime/privacy/PrivacyConstraint.html |   0
 .../org/apache/sysds/runtime/privacy/PrivacyMonitor.html    |   0
 .../java/org/apache/sysds/runtime/privacy/PrivacyUtils.html |   0
 .../runtime/privacy/class-use/CheckedConstraintsLog.html    |   0
 .../runtime/privacy/class-use/DMLPrivacyException.html      |   0
 .../privacy/class-use/PrivacyConstraint.PrivacyLevel.html   |   0
 .../sysds/runtime/privacy/class-use/PrivacyConstraint.html  |   0
 .../sysds/runtime/privacy/class-use/PrivacyMonitor.html     |   0
 .../sysds/runtime/privacy/class-use/PrivacyUtils.html       |   0
 .../apache/sysds/runtime/privacy/finegrained/DataRange.html |   0
 .../runtime/privacy/finegrained/FineGrainedPrivacy.html     |   0
 .../runtime/privacy/finegrained/FineGrainedPrivacyList.html |   0
 .../runtime/privacy/finegrained/FineGrainedPrivacyMap.html  |   0
 .../runtime/privacy/finegrained/class-use/DataRange.html    |   0
 .../privacy/finegrained/class-use/FineGrainedPrivacy.html   |   0
 .../finegrained/class-use/FineGrainedPrivacyList.html       |   0
 .../finegrained/class-use/FineGrainedPrivacyMap.html        |   0
 .../sysds/runtime/privacy/finegrained/package-frame.html    |   0
 .../sysds/runtime/privacy/finegrained/package-summary.html  |   0
 .../sysds/runtime/privacy/finegrained/package-tree.html     |   0
 .../sysds/runtime/privacy/finegrained/package-use.html      |   0
 .../org/apache/sysds/runtime/privacy/package-frame.html     |   0
 .../org/apache/sysds/runtime/privacy/package-summary.html   |   0
 .../java/org/apache/sysds/runtime/privacy/package-tree.html |   0
 .../java/org/apache/sysds/runtime/privacy/package-use.html  |   0
 .../privacy/propagation/MatrixMultiplicationPropagator.html |   0
 .../propagation/MatrixMultiplicationPropagatorNaive.html    |   0
 .../MatrixMultiplicationPropagatorPrivateFirst.html         |   0
 ...MatrixMultiplicationPropagatorPrivateFirstOptimized.html |   0
 .../sysds/runtime/privacy/propagation/OperatorType.html     |   0
 .../runtime/privacy/propagation/PrivacyPropagator.html      |   0
 .../sysds/runtime/privacy/propagation/Propagator.html       |   0
 .../class-use/MatrixMultiplicationPropagator.html           |   0
 .../class-use/MatrixMultiplicationPropagatorNaive.html      |   0
 .../MatrixMultiplicationPropagatorPrivateFirst.html         |   0
 ...MatrixMultiplicationPropagatorPrivateFirstOptimized.html |   0
 .../runtime/privacy/propagation/class-use/OperatorType.html |   0
 .../privacy/propagation/class-use/PrivacyPropagator.html    |   0
 .../runtime/privacy/propagation/class-use/Propagator.html   |   0
 .../sysds/runtime/privacy/propagation/package-frame.html    |   0
 .../sysds/runtime/privacy/propagation/package-summary.html  |   0
 .../sysds/runtime/privacy/propagation/package-tree.html     |   0
 .../sysds/runtime/privacy/propagation/package-use.html      |   0
 .../apache/sysds/runtime/transform/TfUtils.TfMethod.html    |   0
 .../java/org/apache/sysds/runtime/transform/TfUtils.html    |   0
 .../sysds/runtime/transform/class-use/TfUtils.TfMethod.html |   0
 .../apache/sysds/runtime/transform/class-use/TfUtils.html   |   0
 .../org/apache/sysds/runtime/transform/decode/Decoder.html  |   0
 .../sysds/runtime/transform/decode/DecoderComposite.html    |   0
 .../sysds/runtime/transform/decode/DecoderDummycode.html    |   0
 .../sysds/runtime/transform/decode/DecoderFactory.html      |   0
 .../sysds/runtime/transform/decode/DecoderPassThrough.html  |   0
 .../sysds/runtime/transform/decode/DecoderRecode.html       |   0
 .../sysds/runtime/transform/decode/class-use/Decoder.html   |   0
 .../transform/decode/class-use/DecoderComposite.html        |   0
 .../transform/decode/class-use/DecoderDummycode.html        |   0
 .../runtime/transform/decode/class-use/DecoderFactory.html  |   0
 .../transform/decode/class-use/DecoderPassThrough.html      |   0
 .../runtime/transform/decode/class-use/DecoderRecode.html   |   0
 .../sysds/runtime/transform/decode/package-frame.html       |   0
 .../sysds/runtime/transform/decode/package-summary.html     |   0
 .../apache/sysds/runtime/transform/decode/package-tree.html |   0
 .../apache/sysds/runtime/transform/decode/package-use.html  |   0
 .../org/apache/sysds/runtime/transform/encode/Encoder.html  |   0
 .../apache/sysds/runtime/transform/encode/EncoderBin.html   |   0
 .../sysds/runtime/transform/encode/EncoderComposite.html    |   0
 .../sysds/runtime/transform/encode/EncoderDummycode.html    |   0
 .../sysds/runtime/transform/encode/EncoderFactory.html      |   0
 .../sysds/runtime/transform/encode/EncoderFeatureHash.html  |   0
 .../runtime/transform/encode/EncoderMVImpute.MVMethod.html  |   0
 .../sysds/runtime/transform/encode/EncoderMVImpute.html     |   0
 .../apache/sysds/runtime/transform/encode/EncoderOmit.html  |   0
 .../sysds/runtime/transform/encode/EncoderPassThrough.html  |   0
 .../sysds/runtime/transform/encode/EncoderRecode.html       |   0
 .../sysds/runtime/transform/encode/class-use/Encoder.html   |   0
 .../runtime/transform/encode/class-use/EncoderBin.html      |   0
 .../transform/encode/class-use/EncoderComposite.html        |   0
 .../transform/encode/class-use/EncoderDummycode.html        |   0
 .../runtime/transform/encode/class-use/EncoderFactory.html  |   0
 .../transform/encode/class-use/EncoderFeatureHash.html      |   0
 .../encode/class-use/EncoderMVImpute.MVMethod.html          |   0
 .../runtime/transform/encode/class-use/EncoderMVImpute.html |   0
 .../runtime/transform/encode/class-use/EncoderOmit.html     |   0
 .../transform/encode/class-use/EncoderPassThrough.html      |   0
 .../runtime/transform/encode/class-use/EncoderRecode.html   |   0
 .../sysds/runtime/transform/encode/package-frame.html       |   0
 .../sysds/runtime/transform/encode/package-summary.html     |   0
 .../apache/sysds/runtime/transform/encode/package-tree.html |   0
 .../apache/sysds/runtime/transform/encode/package-use.html  |   0
 .../apache/sysds/runtime/transform/meta/TfMetaUtils.html    |   0
 .../apache/sysds/runtime/transform/meta/TfOffsetMap.html    |   0
 .../sysds/runtime/transform/meta/class-use/TfMetaUtils.html |   0
 .../sysds/runtime/transform/meta/class-use/TfOffsetMap.html |   0
 .../apache/sysds/runtime/transform/meta/package-frame.html  |   0
 .../sysds/runtime/transform/meta/package-summary.html       |   0
 .../apache/sysds/runtime/transform/meta/package-tree.html   |   0
 .../apache/sysds/runtime/transform/meta/package-use.html    |   0
 .../org/apache/sysds/runtime/transform/package-frame.html   |   0
 .../org/apache/sysds/runtime/transform/package-summary.html |   0
 .../org/apache/sysds/runtime/transform/package-tree.html    |   0
 .../org/apache/sysds/runtime/transform/package-use.html     |   0
 .../apache/sysds/runtime/util/BinaryBlockInputFormat.html   |   0
 .../apache/sysds/runtime/util/BinaryBlockRecordReader.html  |   0
 .../org/apache/sysds/runtime/util/ByteBufferDataInput.html  |   0
 .../java/org/apache/sysds/runtime/util/CollectionUtils.html |   0
 .../org/apache/sysds/runtime/util/CommonThreadPool.html     |   0
 .../java/org/apache/sysds/runtime/util/DataConverter.html   |   0
 .../api/java/org/apache/sysds/runtime/util/DnnUtils.html    |   0
 .../sysds/runtime/util/FastBufferedDataInputStream.html     |   0
 .../sysds/runtime/util/FastBufferedDataOutputStream.html    |   0
 .../org/apache/sysds/runtime/util/FastStringTokenizer.html  |   0
 .../api/java/org/apache/sysds/runtime/util/HDFSTool.html    |   0
 .../api/java/org/apache/sysds/runtime/util/IndexRange.html  |   0
 .../apache/sysds/runtime/util/InputStreamInputFormat.html   |   0
 .../java/org/apache/sysds/runtime/util/LocalFileUtils.html  |   0
 .../runtime/util/LongLongDoubleHashMap.ADoubleEntry.html    |   0
 .../sysds/runtime/util/LongLongDoubleHashMap.EntryType.html |   0
 .../apache/sysds/runtime/util/LongLongDoubleHashMap.html    |   0
 .../org/apache/sysds/runtime/util/NormalPRNGenerator.html   |   0
 .../java/org/apache/sysds/runtime/util/PRNGenerator.html    |   0
 .../org/apache/sysds/runtime/util/PoissonPRNGenerator.html  |   0
 .../org/apache/sysds/runtime/util/ProgramConverter.html     |   0
 .../org/apache/sysds/runtime/util/Py4jConverterUtils.html   |   0
 .../api/java/org/apache/sysds/runtime/util/RandNPair.html   |   0
 .../api/java/org/apache/sysds/runtime/util/SortUtils.html   |   0
 .../org/apache/sysds/runtime/util/UniformPRNGenerator.html  |   0
 .../java/org/apache/sysds/runtime/util/UtilFunctions.html   |   0
 .../runtime/util/class-use/BinaryBlockInputFormat.html      |   0
 .../runtime/util/class-use/BinaryBlockRecordReader.html     |   0
 .../sysds/runtime/util/class-use/ByteBufferDataInput.html   |   0
 .../sysds/runtime/util/class-use/CollectionUtils.html       |   0
 .../sysds/runtime/util/class-use/CommonThreadPool.html      |   0
 .../apache/sysds/runtime/util/class-use/DataConverter.html  |   0
 .../org/apache/sysds/runtime/util/class-use/DnnUtils.html   |   0
 .../runtime/util/class-use/FastBufferedDataInputStream.html |   0
 .../util/class-use/FastBufferedDataOutputStream.html        |   0
 .../sysds/runtime/util/class-use/FastStringTokenizer.html   |   0
 .../org/apache/sysds/runtime/util/class-use/HDFSTool.html   |   0
 .../org/apache/sysds/runtime/util/class-use/IndexRange.html |   0
 .../runtime/util/class-use/InputStreamInputFormat.html      |   0
 .../apache/sysds/runtime/util/class-use/LocalFileUtils.html |   0
 .../util/class-use/LongLongDoubleHashMap.ADoubleEntry.html  |   0
 .../util/class-use/LongLongDoubleHashMap.EntryType.html     |   0
 .../sysds/runtime/util/class-use/LongLongDoubleHashMap.html |   0
 .../sysds/runtime/util/class-use/NormalPRNGenerator.html    |   0
 .../apache/sysds/runtime/util/class-use/PRNGenerator.html   |   0
 .../sysds/runtime/util/class-use/PoissonPRNGenerator.html   |   0
 .../sysds/runtime/util/class-use/ProgramConverter.html      |   0
 .../sysds/runtime/util/class-use/Py4jConverterUtils.html    |   0
 .../org/apache/sysds/runtime/util/class-use/RandNPair.html  |   0
 .../org/apache/sysds/runtime/util/class-use/SortUtils.html  |   0
 .../sysds/runtime/util/class-use/UniformPRNGenerator.html   |   0
 .../apache/sysds/runtime/util/class-use/UtilFunctions.html  |   0
 .../java/org/apache/sysds/runtime/util/package-frame.html   |   0
 .../java/org/apache/sysds/runtime/util/package-summary.html |   0
 .../java/org/apache/sysds/runtime/util/package-tree.html    |   0
 .../api/java/org/apache/sysds/runtime/util/package-use.html |   0
 .../org/apache/sysds/utils/DMLCompressionStatistics.html    |   0
 .../api/java/org/apache/sysds/utils/DataAugmentation.html   |   0
 .../api/java/org/apache/sysds/utils/EnvironmentHelper.html  |   0
 .../java/org/apache/sysds/utils/Explain.ExplainCounts.html  |   0
 .../java/org/apache/sysds/utils/Explain.ExplainType.html    |   0
 .../docs/2.0.0/api/java/org/apache/sysds/utils/Explain.html |   0
 .../api/java/org/apache/sysds/utils/GPUStatistics.html      |   0
 .../api/java/org/apache/sysds/utils/Hash.HashType.html      |   0
 .../docs/2.0.0/api/java/org/apache/sysds/utils/Hash.html    |   0
 .../sysds/utils/InstallDependencyForIntegrationTests.html   |   0
 .../2.0.0/api/java/org/apache/sysds/utils/JSONHelper.html   |   0
 .../api/java/org/apache/sysds/utils/MLContextProxy.html     |   0
 .../api/java/org/apache/sysds/utils/MemoryEstimates.html    |   0
 .../apache/sysds/utils/NativeHelper.NativeBlasState.html    |   0
 .../2.0.0/api/java/org/apache/sysds/utils/NativeHelper.html |   0
 .../api/java/org/apache/sysds/utils/ParameterBuilder.html   |   0
 .../2.0.0/api/java/org/apache/sysds/utils/Statistics.html   |   0
 .../java/org/apache/sysds/utils/SystemDSLoaderUtils.html    |   0
 .../sysds/utils/class-use/DMLCompressionStatistics.html     |   0
 .../org/apache/sysds/utils/class-use/DataAugmentation.html  |   0
 .../org/apache/sysds/utils/class-use/EnvironmentHelper.html |   0
 .../apache/sysds/utils/class-use/Explain.ExplainCounts.html |   0
 .../apache/sysds/utils/class-use/Explain.ExplainType.html   |   0
 .../api/java/org/apache/sysds/utils/class-use/Explain.html  |   0
 .../org/apache/sysds/utils/class-use/GPUStatistics.html     |   0
 .../org/apache/sysds/utils/class-use/Hash.HashType.html     |   0
 .../api/java/org/apache/sysds/utils/class-use/Hash.html     |   0
 .../class-use/InstallDependencyForIntegrationTests.html     |   0
 .../java/org/apache/sysds/utils/class-use/JSONHelper.html   |   0
 .../org/apache/sysds/utils/class-use/MLContextProxy.html    |   0
 .../org/apache/sysds/utils/class-use/MemoryEstimates.html   |   0
 .../sysds/utils/class-use/NativeHelper.NativeBlasState.html |   0
 .../java/org/apache/sysds/utils/class-use/NativeHelper.html |   0
 .../org/apache/sysds/utils/class-use/ParameterBuilder.html  |   0
 .../java/org/apache/sysds/utils/class-use/Statistics.html   |   0
 .../apache/sysds/utils/class-use/SystemDSLoaderUtils.html   |   0
 .../api/java/org/apache/sysds/utils/package-frame.html      |   0
 .../api/java/org/apache/sysds/utils/package-summary.html    |   0
 .../2.0.0/api/java/org/apache/sysds/utils/package-tree.html |   0
 .../2.0.0/api/java/org/apache/sysds/utils/package-use.html  |   0
 {site => content}/docs/2.0.0/api/java/overview-frame.html   |   0
 {site => content}/docs/2.0.0/api/java/overview-summary.html |   0
 {site => content}/docs/2.0.0/api/java/overview-tree.html    |   0
 {site => content}/docs/2.0.0/api/java/package-list          |   0
 {site/docs/0.12.0 => content/docs/2.0.0}/api/java/script.js |   0
 {site => content}/docs/2.0.0/api/java/serialized-form.html  |   0
 .../0.12.0 => content/docs/2.0.0}/api/java/stylesheet.css   |   0
 .../docs/2.0.0/api/python/api/context/systemds_context.html |   0
 .../docs/2.0.0/api/python/api/matrix/federated.html         |   0
 .../docs/2.0.0/api/python/api/matrix/matrix.html            |   0
 .../docs/2.0.0/api/python/api/onnx_systemds/convert.html    |   0
 .../2.0.0/api/python/api/onnx_systemds/onnx_helper.html     |   0
 .../2.0.0/api/python/api/onnx_systemds/operator_gen.html    |   0
 .../docs/2.0.0/api/python/api/onnx_systemds/render.html     |   0
 .../docs/2.0.0/api/python/api/onnx_systemds/util.html       |   0
 .../docs/2.0.0/api/python/api/operator/algorithms.html      |   0
 .../docs/2.0.0/api/python/api/operator/operation_node.html  |   0
 .../docs/2.0.0/api/python/api/script_building/dag.html      |   0
 .../docs/2.0.0/api/python/api/script_building/script.html   |   0
 .../docs/2.0.0/api/python/api/utils/converters.html         |   0
 .../docs/2.0.0/api/python/api/utils/helpers.html            |   0
 {site => content}/docs/2.0.0/api/python/genindex.html       |   0
 .../docs/2.0.0/api/python/getting_started/install.html      |   0
 .../2.0.0/api/python/getting_started/simple_examples.html   |   0
 .../docs/2.0.0/api/python/guide/algorithms_basics.html      |   0
 .../docs/2.0.0/api/python/guide/federated.html              |   0
 .../docs/2.0.0/api/python/images/sample_graph.png           | Bin
 {site => content}/docs/2.0.0/api/python/index.html          |   0
 {site => content}/docs/2.0.0/api/python/objects.inv         | Bin
 .../docs/2.0.0/api/python/onnx_systemds/onnx_systemds.html  |   0
 .../api/python/onnx_systemds/onnx_systemds_design.html      |   0
 {site => content}/docs/2.0.0/api/python/py-modindex.html    |   0
 {site => content}/docs/2.0.0/api/python/search.html         |   0
 {site => content}/docs/2.0.0/api/python/searchindex.js      |   0
 .../api/python/sources/api/context/systemds_context.rst.txt |   0
 .../2.0.0/api/python/sources/api/matrix/federated.rst.txt   |   0
 .../docs/2.0.0/api/python/sources/api/matrix/matrix.rst.txt |   0
 .../api/python/sources/api/onnx_systemds/convert.rst.txt    |   0
 .../python/sources/api/onnx_systemds/onnx_helper.rst.txt    |   0
 .../python/sources/api/onnx_systemds/operator_gen.rst.txt   |   0
 .../api/python/sources/api/onnx_systemds/render.rst.txt     |   0
 .../2.0.0/api/python/sources/api/onnx_systemds/util.rst.txt |   0
 .../api/python/sources/api/operator/algorithms.rst.txt      |   0
 .../api/python/sources/api/operator/operation_node.rst.txt  |   0
 .../api/python/sources/api/script_building/dag.rst.txt      |   0
 .../api/python/sources/api/script_building/script.rst.txt   |   0
 .../2.0.0/api/python/sources/api/utils/converters.rst.txt   |   0
 .../docs/2.0.0/api/python/sources/api/utils/helpers.rst.txt |   0
 .../api/python/sources/getting_started/install.rst.txt      |   0
 .../python/sources/getting_started/simple_examples.rst.txt  |   0
 .../api/python/sources/guide/algorithms_basics.rst.txt      |   0
 .../docs/2.0.0/api/python/sources/guide/federated.rst.txt   |   0
 .../docs/2.0.0/api/python/sources/index.rst.txt             |   0
 .../api/python/sources/onnx_systemds/onnx_systemds.rst.txt  |   0
 .../sources/onnx_systemds/onnx_systemds_design.rst.txt      |   0
 {site => content}/docs/2.0.0/api/python/static/basic.css    |   0
 .../docs/2.0.0/api/python/static/css/badge_only.css         |   0
 .../api/python/static/css}/fonts/Roboto-Slab-Bold.woff      | Bin
 .../api/python/static/css}/fonts/Roboto-Slab-Bold.woff2     | Bin
 .../api/python/static/css}/fonts/Roboto-Slab-Regular.woff   | Bin
 .../api/python/static/css}/fonts/Roboto-Slab-Regular.woff2  | Bin
 .../api/python/static/css}/fonts/fontawesome-webfont.eot    | Bin
 .../api/python/static/css}/fonts/fontawesome-webfont.svg    |   0
 .../api/python/static/css}/fonts/fontawesome-webfont.ttf    | Bin
 .../api/python/static/css}/fonts/fontawesome-webfont.woff   | Bin
 .../api/python/static/css}/fonts/fontawesome-webfont.woff2  | Bin
 .../api/python/static/css}/fonts/lato-bold-italic.woff      | Bin
 .../api/python/static/css}/fonts/lato-bold-italic.woff2     | Bin
 .../docs/2.0.0/api/python/static/css}/fonts/lato-bold.woff  | Bin
 .../docs/2.0.0/api/python/static/css}/fonts/lato-bold.woff2 | Bin
 .../api/python/static/css}/fonts/lato-normal-italic.woff    | Bin
 .../api/python/static/css}/fonts/lato-normal-italic.woff2   | Bin
 .../2.0.0/api/python/static/css}/fonts/lato-normal.woff     | Bin
 .../2.0.0/api/python/static/css}/fonts/lato-normal.woff2    | Bin
 .../docs/2.0.0/api/python/static/css/theme.css              |   0
 {site => content}/docs/2.0.0/api/python/static/doctools.js  |   0
 .../docs/2.0.0/api/python/static/documentation_options.js   |   0
 .../docs/2.0.0/api/python/static}/file.png                  | Bin
 .../docs/2.0.0/api/python/static/fonts/FontAwesome.otf      | Bin
 .../docs/2.0.0/api/python/static/fonts/Lato/lato-bold.eot   | Bin
 .../docs/2.0.0/api/python/static/fonts/Lato/lato-bold.ttf   | Bin
 .../docs/2.0.0/api/python/static/fonts/Lato/lato-bold.woff  | Bin
 .../docs/2.0.0/api/python/static/fonts/Lato/lato-bold.woff2 | Bin
 .../2.0.0/api/python/static/fonts/Lato/lato-bolditalic.eot  | Bin
 .../2.0.0/api/python/static/fonts/Lato/lato-bolditalic.ttf  | Bin
 .../2.0.0/api/python/static/fonts/Lato/lato-bolditalic.woff | Bin
 .../api/python/static/fonts/Lato/lato-bolditalic.woff2      | Bin
 .../docs/2.0.0/api/python/static/fonts/Lato/lato-italic.eot | Bin
 .../docs/2.0.0/api/python/static/fonts/Lato/lato-italic.ttf | Bin
 .../2.0.0/api/python/static/fonts/Lato/lato-italic.woff     | Bin
 .../2.0.0/api/python/static/fonts/Lato/lato-italic.woff2    | Bin
 .../2.0.0/api/python/static/fonts/Lato/lato-regular.eot     | Bin
 .../2.0.0/api/python/static/fonts/Lato/lato-regular.ttf     | Bin
 .../2.0.0/api/python/static/fonts/Lato/lato-regular.woff    | Bin
 .../2.0.0/api/python/static/fonts/Lato/lato-regular.woff2   | Bin
 .../2.0.0/api/python/static}/fonts/Roboto-Slab-Bold.woff    | Bin
 .../2.0.0/api/python/static}/fonts/Roboto-Slab-Bold.woff2   | Bin
 .../2.0.0/api/python/static/fonts/Roboto-Slab-Light.woff    | Bin
 .../2.0.0/api/python/static/fonts/Roboto-Slab-Light.woff2   | Bin
 .../2.0.0/api/python/static}/fonts/Roboto-Slab-Regular.woff | Bin
 .../api/python/static}/fonts/Roboto-Slab-Regular.woff2      | Bin
 .../2.0.0/api/python/static/fonts/Roboto-Slab-Thin.woff     | Bin
 .../2.0.0/api/python/static/fonts/Roboto-Slab-Thin.woff2    | Bin
 .../python/static/fonts/RobotoSlab/roboto-slab-v7-bold.eot  | Bin
 .../python/static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf  | Bin
 .../python/static/fonts/RobotoSlab/roboto-slab-v7-bold.woff | Bin
 .../static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2       | Bin
 .../static/fonts/RobotoSlab/roboto-slab-v7-regular.eot      | Bin
 .../static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf      | Bin
 .../static/fonts/RobotoSlab/roboto-slab-v7-regular.woff     | Bin
 .../static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2    | Bin
 .../2.0.0/api/python/static}/fonts/fontawesome-webfont.eot  | Bin
 .../2.0.0/api/python/static}/fonts/fontawesome-webfont.svg  |   0
 .../2.0.0/api/python/static}/fonts/fontawesome-webfont.ttf  | Bin
 .../2.0.0/api/python/static}/fonts/fontawesome-webfont.woff | Bin
 .../api/python/static}/fonts/fontawesome-webfont.woff2      | Bin
 .../2.0.0/api/python/static}/fonts/lato-bold-italic.woff    | Bin
 .../2.0.0/api/python/static}/fonts/lato-bold-italic.woff2   | Bin
 .../docs/2.0.0/api/python/static}/fonts/lato-bold.woff      | Bin
 .../docs/2.0.0/api/python/static}/fonts/lato-bold.woff2     | Bin
 .../2.0.0/api/python/static}/fonts/lato-normal-italic.woff  | Bin
 .../2.0.0/api/python/static}/fonts/lato-normal-italic.woff2 | Bin
 .../docs/2.0.0/api/python/static}/fonts/lato-normal.woff    | Bin
 .../docs/2.0.0/api/python/static}/fonts/lato-normal.woff2   | Bin
 .../docs/2.0.0/api/python/static/jquery-3.5.1.js            |   0
 {site => content}/docs/2.0.0/api/python/static/jquery.js    |   0
 .../docs/2.0.0/api/python/static/js/badge_only.js           |   0
 .../2.0.0/api/python/static/js/html5shiv-printshiv.min.js   |   0
 .../docs/2.0.0/api/python/static/js/html5shiv.min.js        |   0
 .../docs/2.0.0/api/python/static/js/modernizr.min.js        |   0
 {site => content}/docs/2.0.0/api/python/static/js/theme.js  |   0
 .../docs/2.0.0/api/python/static/language_data.js           |   0
 .../docs/2.0.0/api/python/static}/minus.png                 | Bin
 .../docs/2.0.0/api/python/static}/plus.png                  | Bin
 {site => content}/docs/2.0.0/api/python/static/pygments.css |   0
 .../docs/2.0.0/api/python/static/searchtools.js             |   0
 .../docs/2.0.0/api/python/static}/underscore-1.3.1.js       |   0
 .../docs/2.0.0/api/python/static}/underscore.js             |   0
 {site => content}/docs/2.0.0/css/bootstrap.min.css          |   0
 {site => content}/docs/2.0.0/css/main.css                   |   0
 .../0.12.0 => content/docs/2.0.0}/css/pygments-default.css  |   0
 ...mputation-of-quartiles-median-and-interquartile-mean.png | Bin
 .../docs/2.0.0}/img/algorithms-reference/example-tree.png   | Bin
 {site/docs/0.12.0 => content/docs/2.0.0}/img/favicon.png    | Bin
 {site => content}/docs/2.0.0/img/systemds-logo.png          | Bin
 {site => content}/docs/2.0.0/index.html                     |   0
 {site => content}/docs/2.0.0/js/main.js                     |   0
 .../0.12.0 => content/docs/2.0.0}/js/vendor/anchor.min.js   |   0
 .../docs/2.0.0}/js/vendor/bootstrap.min.js                  |   0
 .../docs/2.0.0}/js/vendor/jquery-1.12.0.min.js              |   0
 .../docs/2.0.0/site/algorithms-bibliography.html            |   0
 .../docs/2.0.0/site/algorithms-classification.html          |   0
 .../docs/2.0.0/site/algorithms-clustering.html              |   0
 .../docs/2.0.0/site/algorithms-descriptive-statistics.html  |   0
 .../docs/2.0.0/site/algorithms-factorization-machines.html  |   0
 .../docs/2.0.0/site/algorithms-matrix-factorization.html    |   0
 {site => content}/docs/2.0.0/site/algorithms-reference.html |   0
 .../docs/2.0.0/site/algorithms-regression.html              |   0
 .../docs/2.0.0/site/algorithms-survival-analysis.html       |   0
 {site => content}/docs/2.0.0/site/builtins-reference.html   |   0
 .../docs/2.0.0/site/dml-language-reference.html             |   0
 {site => content}/docs/2.0.0/site/entity-resolution.html    |   0
 .../docs/2.0.0/site}/img/dml-language-reference/Conv2d.gif  | Bin
 .../docs/2.0.0/site}/img/dml-language-reference/Conv2d1.gif | Bin
 .../img/dml-language-reference/Conv2d_backward_data.gif     | Bin
 .../img/dml-language-reference/Conv2d_backward_data1.gif    | Bin
 .../img/dml-language-reference/Conv2d_backward_data2.gif    | Bin
 {site => content}/docs/2.0.0/site/install.html              |   0
 {site => content}/docs/2.0.0/site/run.html                  |   0
 {site => content}/documentation.html                        |   0
 {site => content}/download.html                             |   0
 {site/assets/img => content}/dsx-logo.png                   | Bin
 {site/assets/img => content}/favicon.png                    | Bin
 {site => content}/get-started.html                          |   0
 {site/assets/img => content}/hadoop-logo.png                | Bin
 {site/assets/img => content}/hero-about.png                 | Bin
 {site => content}/hero-about.svg                            |   0
 {site/assets/img => content}/hero-home.jpg                  | Bin
 {site/assets/img => content}/hero-mobile.png                | Bin
 {site/assets/media => content}/hero.mp4                     | Bin
 {site => content}/icon-announcment.svg                      |   0
 {site => content}/icon-chevron-down.svg                     |   0
 {site/assets/img => content}/icon-close.svg                 |   0
 {site => content}/icon-code.svg                             |   0
 {site => content}/icon-data.svg                             |   0
 {site => content}/icon-math.svg                             |   0
 {site/assets/img => content}/icon-play.svg                  |   0
 {site => content}/icon_github.svg                           |   0
 {site => content}/icon_medium.svg                           |   0
 {site => content}/icon_twitter.svg                          |   0
 {site => content}/icon_youtube.svg                          |   0
 {site => content}/index.html                                |   0
 {site => content}/install-systemml.html                     |   0
 {site/assets/js => content}/jquery-1.12.4.js                |   0
 {site/assets/js => content}/jquery-1.12.4.min.js            |   0
 {site/assets/js => content}/jquery-ui-1.12.1.js             |   0
 {site/assets/js => content}/jquery-ui-1.12.1.min.js         |   0
 {site => content}/jquery-ui.css                             |   0
 {site/assets/img => content}/jupyter-logo.png               | Bin
 {site => content}/jupyter-logo.svg                          |   0
 {site/assets/img => content}/logo.png                       | Bin
 {site => content}/main.css                                  |   0
 {site/assets/img => content}/mask.png                       | Bin
 {site => content}/maturity.html                             | Bin
 {site/assets/img => content}/menuicon.png                   | Bin
 {site/assets/img => content}/mobile-award.png               | Bin
 {site => content}/play-button.svg                           |   0
 {site => content}/privacy-policy.html                       |   0
 {site => content}/python-logo-generic.svg                   |   0
 {site => content}/r-logo.svg                                |   0
 .../release-notes/systemds-release-notes-2.0.0.html         |   0
 .../systemml-release-notes-0.10.0-incubating.html           |   0
 .../systemml-release-notes-0.11.0-incubating.html           |   0
 .../systemml-release-notes-0.12.0-incubating.html           |   0
 .../systemml-release-notes-0.13.0-incubating.html           |   0
 .../systemml-release-notes-0.14.0-incubating.html           |   0
 .../release-notes/systemml-release-notes-0.15.0.html        |   0
 .../systemml-release-notes-0.9.0-incubating.html            |   0
 .../release-notes/systemml-release-notes-1.0.0.html         |   0
 .../release-notes/systemml-release-notes-1.1.0.html         |   0
 .../release-notes/systemml-release-notes-1.2.0.html         |   0
 {site => content}/roadmap.html                              |   0
 {site/assets/img => content}/robotTutorial.gif              | Bin
 {site/assets/img => content}/robotTutorial.png              | Bin
 {site/assets/img => content}/robotTutorialSm.png            | Bin
 {site => content}/security.html                             |   0
 {site/assets/img => content}/social-banking.png             | Bin
 {site/assets/img => content}/spark-logo.png                 | Bin
 {site/assets/img => content}/systemML-logo-white-32.png     | Bin
 {site/assets/img => content}/systemML_Diagram.gif           | Bin
 .../assets/img => content}/systemml-juypter-install-2.jpeg  | Bin
 {site/assets/img => content}/systemml-juypter-install.jpeg  | Bin
 {site/assets/img => content}/systemml-logo.svg              |   0
 .../systemml-release-notes-0.10.0-incubating.html           |   0
 .../systemml-release-notes-0.11.0-incubating.html           |   0
 .../systemml-release-notes-0.12.0-incubating.html           |   0
 .../systemml-release-notes-0.13.0-incubating.html           |   0
 .../systemml-release-notes-0.14.0-incubating.html           |   0
 {site => content}/systemml-release-notes-0.15.0.html        |   0
 .../systemml-release-notes-0.9.0-incubating.html            |   0
 {site => content}/systemml-release-notes-1.0.0.html         |   0
 {site => content}/systemml-release-notes-1.1.0.html         |   0
 {site => content}/systemml-release-notes-1.2.0.html         |   0
 {site => content}/tutorial-kdd2017.html                     |   0
 {site => content}/tutorials.html                            |   0
 {site/assets/img => content}/what-is-systemml.png           | Bin
 {site/assets/img => content}/zeppelin-logo.png              | Bin
 9572 files changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ca44037
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.svn/*
\ No newline at end of file
diff --git a/site/.htaccess b/content/.htaccess
similarity index 100%
rename from site/.htaccess
rename to content/.htaccess
diff --git a/site/LICENSE b/content/LICENSE
similarity index 100%
rename from site/LICENSE
rename to content/LICENSE
diff --git a/site/NOTICE b/content/NOTICE
similarity index 100%
rename from site/NOTICE
rename to content/NOTICE
diff --git a/site/assets/img/SystemML-logo-white-32-cleaned.png b/content/SystemML-logo-white-32-cleaned.png
similarity index 100%
rename from site/assets/img/SystemML-logo-white-32-cleaned.png
rename to content/SystemML-logo-white-32-cleaned.png
diff --git a/site/assets/img/airport-traffic.png b/content/airport-traffic.png
similarity index 100%
rename from site/assets/img/airport-traffic.png
rename to content/airport-traffic.png
diff --git a/site/assets/img/apache-foundation-logo.png b/content/apache-foundation-logo.png
similarity index 100%
rename from site/assets/img/apache-foundation-logo.png
rename to content/apache-foundation-logo.png
diff --git a/site/assets/img/apache-foundation-logo.svg b/content/apache-foundation-logo.svg
similarity index 100%
rename from site/assets/img/apache-foundation-logo.svg
rename to content/apache-foundation-logo.svg
diff --git a/site/assets/img/apache-incubator-logo-old.png b/content/apache-incubator-logo-old.png
similarity index 100%
rename from site/assets/img/apache-incubator-logo-old.png
rename to content/apache-incubator-logo-old.png
diff --git a/site/assets/img/apache-incubator-logo.png b/content/apache-incubator-logo.png
similarity index 100%
rename from site/assets/img/apache-incubator-logo.png
rename to content/apache-incubator-logo.png
diff --git a/site/assets/img/apache-logo.png b/content/apache-logo.png
similarity index 100%
rename from site/assets/img/apache-logo.png
rename to content/apache-logo.png
diff --git a/site/assets/css/jquery-ui.css b/content/assets/css/jquery-ui.css
similarity index 100%
rename from site/assets/css/jquery-ui.css
rename to content/assets/css/jquery-ui.css
diff --git a/site/assets/css/main.css b/content/assets/css/main.css
similarity index 100%
rename from site/assets/css/main.css
rename to content/assets/css/main.css
diff --git a/site/SystemML-logo-white-32-cleaned.png b/content/assets/img/SystemML-logo-white-32-cleaned.png
similarity index 100%
rename from site/SystemML-logo-white-32-cleaned.png
rename to content/assets/img/SystemML-logo-white-32-cleaned.png
diff --git a/site/airport-traffic.png b/content/assets/img/airport-traffic.png
similarity index 100%
rename from site/airport-traffic.png
rename to content/assets/img/airport-traffic.png
diff --git a/site/apache-foundation-logo.png b/content/assets/img/apache-foundation-logo.png
similarity index 100%
rename from site/apache-foundation-logo.png
rename to content/assets/img/apache-foundation-logo.png
diff --git a/site/apache-foundation-logo.svg b/content/assets/img/apache-foundation-logo.svg
similarity index 100%
rename from site/apache-foundation-logo.svg
rename to content/assets/img/apache-foundation-logo.svg
diff --git a/site/apache-incubator-logo-old.png b/content/assets/img/apache-incubator-logo-old.png
similarity index 100%
rename from site/apache-incubator-logo-old.png
rename to content/assets/img/apache-incubator-logo-old.png
diff --git a/site/apache-incubator-logo.png b/content/assets/img/apache-incubator-logo.png
similarity index 100%
rename from site/apache-incubator-logo.png
rename to content/assets/img/apache-incubator-logo.png
diff --git a/site/apache-logo.png b/content/assets/img/apache-logo.png
similarity index 100%
rename from site/apache-logo.png
rename to content/assets/img/apache-logo.png
diff --git a/site/automotive.png b/content/assets/img/automotive.png
similarity index 100%
rename from site/automotive.png
rename to content/assets/img/automotive.png
diff --git a/site/award.png b/content/assets/img/award.png
similarity index 100%
rename from site/award.png
rename to content/assets/img/award.png
diff --git a/site/assets/img/award.svg b/content/assets/img/award.svg
similarity index 100%
rename from site/assets/img/award.svg
rename to content/assets/img/award.svg
diff --git a/site/awardLeft.png b/content/assets/img/awardLeft.png
similarity index 100%
rename from site/awardLeft.png
rename to content/assets/img/awardLeft.png
diff --git a/site/awardRight.png b/content/assets/img/awardRight.png
similarity index 100%
rename from site/awardRight.png
rename to content/assets/img/awardRight.png
diff --git a/site/diagramAnim-v4.gif b/content/assets/img/diagramAnim-v4.gif
similarity index 100%
rename from site/diagramAnim-v4.gif
rename to content/assets/img/diagramAnim-v4.gif
diff --git a/site/dsx-logo.png b/content/assets/img/dsx-logo.png
similarity index 100%
rename from site/dsx-logo.png
rename to content/assets/img/dsx-logo.png
diff --git a/site/favicon.png b/content/assets/img/favicon.png
similarity index 100%
rename from site/favicon.png
rename to content/assets/img/favicon.png
diff --git a/site/hadoop-logo.png b/content/assets/img/hadoop-logo.png
similarity index 100%
rename from site/hadoop-logo.png
rename to content/assets/img/hadoop-logo.png
diff --git a/site/hero-about.png b/content/assets/img/hero-about.png
similarity index 100%
rename from site/hero-about.png
rename to content/assets/img/hero-about.png
diff --git a/site/assets/img/hero-about.svg b/content/assets/img/hero-about.svg
similarity index 100%
rename from site/assets/img/hero-about.svg
rename to content/assets/img/hero-about.svg
diff --git a/site/hero-home.jpg b/content/assets/img/hero-home.jpg
similarity index 100%
rename from site/hero-home.jpg
rename to content/assets/img/hero-home.jpg
diff --git a/site/hero-mobile.png b/content/assets/img/hero-mobile.png
similarity index 100%
rename from site/hero-mobile.png
rename to content/assets/img/hero-mobile.png
diff --git a/site/assets/img/icon-announcment.svg b/content/assets/img/icon-announcment.svg
similarity index 100%
rename from site/assets/img/icon-announcment.svg
rename to content/assets/img/icon-announcment.svg
diff --git a/site/assets/img/icon-chevron-down.svg b/content/assets/img/icon-chevron-down.svg
similarity index 100%
rename from site/assets/img/icon-chevron-down.svg
rename to content/assets/img/icon-chevron-down.svg
diff --git a/site/icon-close.svg b/content/assets/img/icon-close.svg
similarity index 100%
rename from site/icon-close.svg
rename to content/assets/img/icon-close.svg
diff --git a/site/assets/img/icon-code.svg b/content/assets/img/icon-code.svg
similarity index 100%
rename from site/assets/img/icon-code.svg
rename to content/assets/img/icon-code.svg
diff --git a/site/assets/img/icon-data.svg b/content/assets/img/icon-data.svg
similarity index 100%
rename from site/assets/img/icon-data.svg
rename to content/assets/img/icon-data.svg
diff --git a/site/assets/img/icon-math.svg b/content/assets/img/icon-math.svg
similarity index 100%
rename from site/assets/img/icon-math.svg
rename to content/assets/img/icon-math.svg
diff --git a/site/icon-play.svg b/content/assets/img/icon-play.svg
similarity index 100%
rename from site/icon-play.svg
rename to content/assets/img/icon-play.svg
diff --git a/site/assets/img/icons/icon_github.svg b/content/assets/img/icons/icon_github.svg
similarity index 100%
rename from site/assets/img/icons/icon_github.svg
rename to content/assets/img/icons/icon_github.svg
diff --git a/site/assets/img/icons/icon_medium.svg b/content/assets/img/icons/icon_medium.svg
similarity index 100%
rename from site/assets/img/icons/icon_medium.svg
rename to content/assets/img/icons/icon_medium.svg
diff --git a/site/assets/img/icons/icon_twitter.svg b/content/assets/img/icons/icon_twitter.svg
similarity index 100%
rename from site/assets/img/icons/icon_twitter.svg
rename to content/assets/img/icons/icon_twitter.svg
diff --git a/site/assets/img/icons/icon_youtube.svg b/content/assets/img/icons/icon_youtube.svg
similarity index 100%
rename from site/assets/img/icons/icon_youtube.svg
rename to content/assets/img/icons/icon_youtube.svg
diff --git a/site/jupyter-logo.png b/content/assets/img/jupyter-logo.png
similarity index 100%
rename from site/jupyter-logo.png
rename to content/assets/img/jupyter-logo.png
diff --git a/site/assets/img/jupyter-logo.svg b/content/assets/img/jupyter-logo.svg
similarity index 100%
rename from site/assets/img/jupyter-logo.svg
rename to content/assets/img/jupyter-logo.svg
diff --git a/site/logo.png b/content/assets/img/logo.png
similarity index 100%
rename from site/logo.png
rename to content/assets/img/logo.png
diff --git a/site/mask.png b/content/assets/img/mask.png
similarity index 100%
rename from site/mask.png
rename to content/assets/img/mask.png
diff --git a/site/menuicon.png b/content/assets/img/menuicon.png
similarity index 100%
rename from site/menuicon.png
rename to content/assets/img/menuicon.png
diff --git a/site/mobile-award.png b/content/assets/img/mobile-award.png
similarity index 100%
rename from site/mobile-award.png
rename to content/assets/img/mobile-award.png
diff --git a/site/assets/img/play-button.svg b/content/assets/img/play-button.svg
similarity index 100%
rename from site/assets/img/play-button.svg
rename to content/assets/img/play-button.svg
diff --git a/site/assets/img/python-logo-generic.svg b/content/assets/img/python-logo-generic.svg
similarity index 100%
rename from site/assets/img/python-logo-generic.svg
rename to content/assets/img/python-logo-generic.svg
diff --git a/site/assets/img/r-logo.svg b/content/assets/img/r-logo.svg
similarity index 100%
rename from site/assets/img/r-logo.svg
rename to content/assets/img/r-logo.svg
diff --git a/site/robotTutorial.gif b/content/assets/img/robotTutorial.gif
similarity index 100%
rename from site/robotTutorial.gif
rename to content/assets/img/robotTutorial.gif
diff --git a/site/robotTutorial.png b/content/assets/img/robotTutorial.png
similarity index 100%
rename from site/robotTutorial.png
rename to content/assets/img/robotTutorial.png
diff --git a/site/robotTutorialSm.png b/content/assets/img/robotTutorialSm.png
similarity index 100%
rename from site/robotTutorialSm.png
rename to content/assets/img/robotTutorialSm.png
diff --git a/site/social-banking.png b/content/assets/img/social-banking.png
similarity index 100%
rename from site/social-banking.png
rename to content/assets/img/social-banking.png
diff --git a/site/spark-logo.png b/content/assets/img/spark-logo.png
similarity index 100%
rename from site/spark-logo.png
rename to content/assets/img/spark-logo.png
diff --git a/site/systemML-logo-white-32.png b/content/assets/img/systemML-logo-white-32.png
similarity index 100%
rename from site/systemML-logo-white-32.png
rename to content/assets/img/systemML-logo-white-32.png
diff --git a/site/systemML_Diagram.gif b/content/assets/img/systemML_Diagram.gif
similarity index 100%
rename from site/systemML_Diagram.gif
rename to content/assets/img/systemML_Diagram.gif
diff --git a/site/systemml-juypter-install-2.jpeg b/content/assets/img/systemml-juypter-install-2.jpeg
similarity index 100%
rename from site/systemml-juypter-install-2.jpeg
rename to content/assets/img/systemml-juypter-install-2.jpeg
diff --git a/site/systemml-juypter-install.jpeg b/content/assets/img/systemml-juypter-install.jpeg
similarity index 100%
rename from site/systemml-juypter-install.jpeg
rename to content/assets/img/systemml-juypter-install.jpeg
diff --git a/site/systemml-logo.svg b/content/assets/img/systemml-logo.svg
similarity index 100%
rename from site/systemml-logo.svg
rename to content/assets/img/systemml-logo.svg
diff --git a/site/what-is-systemml.png b/content/assets/img/what-is-systemml.png
similarity index 100%
rename from site/what-is-systemml.png
rename to content/assets/img/what-is-systemml.png
diff --git a/site/zeppelin-logo.png b/content/assets/img/zeppelin-logo.png
similarity index 100%
rename from site/zeppelin-logo.png
rename to content/assets/img/zeppelin-logo.png
diff --git a/site/bundle.min.js b/content/assets/js/bundle.min.js
similarity index 100%
rename from site/bundle.min.js
rename to content/assets/js/bundle.min.js
diff --git a/site/jquery-1.12.4.js b/content/assets/js/jquery-1.12.4.js
similarity index 100%
rename from site/jquery-1.12.4.js
rename to content/assets/js/jquery-1.12.4.js
diff --git a/site/jquery-1.12.4.min.js b/content/assets/js/jquery-1.12.4.min.js
similarity index 100%
rename from site/jquery-1.12.4.min.js
rename to content/assets/js/jquery-1.12.4.min.js
diff --git a/site/jquery-ui-1.12.1.js b/content/assets/js/jquery-ui-1.12.1.js
similarity index 100%
rename from site/jquery-ui-1.12.1.js
rename to content/assets/js/jquery-ui-1.12.1.js
diff --git a/site/jquery-ui-1.12.1.min.js b/content/assets/js/jquery-ui-1.12.1.min.js
similarity index 100%
rename from site/jquery-ui-1.12.1.min.js
rename to content/assets/js/jquery-ui-1.12.1.min.js
diff --git a/site/hero.mp4 b/content/assets/media/hero.mp4
similarity index 100%
rename from site/hero.mp4
rename to content/assets/media/hero.mp4
diff --git a/site/assets/img/automotive.png b/content/automotive.png
similarity index 100%
rename from site/assets/img/automotive.png
rename to content/automotive.png
diff --git a/site/assets/img/award.png b/content/award.png
similarity index 100%
rename from site/assets/img/award.png
rename to content/award.png
diff --git a/site/award.svg b/content/award.svg
similarity index 100%
rename from site/award.svg
rename to content/award.svg
diff --git a/site/assets/img/awardLeft.png b/content/awardLeft.png
similarity index 100%
rename from site/assets/img/awardLeft.png
rename to content/awardLeft.png
diff --git a/site/assets/img/awardRight.png b/content/awardRight.png
similarity index 100%
rename from site/assets/img/awardRight.png
rename to content/awardRight.png
diff --git a/site/assets/js/bundle.min.js b/content/bundle.min.js
similarity index 100%
rename from site/assets/js/bundle.min.js
rename to content/bundle.min.js
diff --git a/site/community-members.html b/content/community-members.html
similarity index 100%
rename from site/community-members.html
rename to content/community-members.html
diff --git a/site/community.html b/content/community.html
similarity index 100%
rename from site/community.html
rename to content/community.html
diff --git a/site/assets/img/diagramAnim-v4.gif b/content/diagramAnim-v4.gif
similarity index 100%
rename from site/assets/img/diagramAnim-v4.gif
rename to content/diagramAnim-v4.gif
diff --git a/site/docs/1.2.0/README.md b/content/docs/0.12.0/README.md
similarity index 100%
rename from site/docs/1.2.0/README.md
rename to content/docs/0.12.0/README.md
diff --git a/site/docs/0.12.0/algorithms-bibliography.html b/content/docs/0.12.0/algorithms-bibliography.html
similarity index 100%
rename from site/docs/0.12.0/algorithms-bibliography.html
rename to content/docs/0.12.0/algorithms-bibliography.html
diff --git a/site/docs/0.12.0/algorithms-classification.html b/content/docs/0.12.0/algorithms-classification.html
similarity index 100%
rename from site/docs/0.12.0/algorithms-classification.html
rename to content/docs/0.12.0/algorithms-classification.html
diff --git a/site/docs/0.12.0/algorithms-clustering.html b/content/docs/0.12.0/algorithms-clustering.html
similarity index 100%
rename from site/docs/0.12.0/algorithms-clustering.html
rename to content/docs/0.12.0/algorithms-clustering.html
diff --git a/site/docs/0.12.0/algorithms-descriptive-statistics.html b/content/docs/0.12.0/algorithms-descriptive-statistics.html
similarity index 100%
rename from site/docs/0.12.0/algorithms-descriptive-statistics.html
rename to content/docs/0.12.0/algorithms-descriptive-statistics.html
diff --git a/site/docs/0.12.0/algorithms-matrix-factorization.html b/content/docs/0.12.0/algorithms-matrix-factorization.html
similarity index 100%
rename from site/docs/0.12.0/algorithms-matrix-factorization.html
rename to content/docs/0.12.0/algorithms-matrix-factorization.html
diff --git a/site/docs/0.12.0/algorithms-reference.html b/content/docs/0.12.0/algorithms-reference.html
similarity index 100%
rename from site/docs/0.12.0/algorithms-reference.html
rename to content/docs/0.12.0/algorithms-reference.html
diff --git a/site/docs/0.12.0/algorithms-regression.html b/content/docs/0.12.0/algorithms-regression.html
similarity index 100%
rename from site/docs/0.12.0/algorithms-regression.html
rename to content/docs/0.12.0/algorithms-regression.html
diff --git a/site/docs/0.12.0/algorithms-survival-analysis.html b/content/docs/0.12.0/algorithms-survival-analysis.html
similarity index 100%
rename from site/docs/0.12.0/algorithms-survival-analysis.html
rename to content/docs/0.12.0/algorithms-survival-analysis.html
diff --git a/site/docs/0.12.0/api/java/allclasses-frame.html b/content/docs/0.12.0/api/java/allclasses-frame.html
similarity index 100%
rename from site/docs/0.12.0/api/java/allclasses-frame.html
rename to content/docs/0.12.0/api/java/allclasses-frame.html
diff --git a/site/docs/0.12.0/api/java/allclasses-noframe.html b/content/docs/0.12.0/api/java/allclasses-noframe.html
similarity index 100%
rename from site/docs/0.12.0/api/java/allclasses-noframe.html
rename to content/docs/0.12.0/api/java/allclasses-noframe.html
diff --git a/site/docs/0.12.0/api/java/constant-values.html b/content/docs/0.12.0/api/java/constant-values.html
similarity index 100%
rename from site/docs/0.12.0/api/java/constant-values.html
rename to content/docs/0.12.0/api/java/constant-values.html
diff --git a/site/docs/0.12.0/api/java/deprecated-list.html b/content/docs/0.12.0/api/java/deprecated-list.html
similarity index 100%
rename from site/docs/0.12.0/api/java/deprecated-list.html
rename to content/docs/0.12.0/api/java/deprecated-list.html
diff --git a/site/docs/0.12.0/api/java/help-doc.html b/content/docs/0.12.0/api/java/help-doc.html
similarity index 100%
rename from site/docs/0.12.0/api/java/help-doc.html
rename to content/docs/0.12.0/api/java/help-doc.html
diff --git a/site/docs/0.12.0/api/java/index-all.html b/content/docs/0.12.0/api/java/index-all.html
similarity index 100%
rename from site/docs/0.12.0/api/java/index-all.html
rename to content/docs/0.12.0/api/java/index-all.html
diff --git a/site/docs/0.12.0/api/java/index.html b/content/docs/0.12.0/api/java/index.html
similarity index 100%
rename from site/docs/0.12.0/api/java/index.html
rename to content/docs/0.12.0/api/java/index.html
diff --git a/site/docs/0.12.0/api/java/org/apache/sysml/api/DMLException.html b/content/docs/0.12.0/api/java/org/apache/sysml/api/DMLException.html
similarity index 100%
rename from site/docs/0.12.0/api/java/org/apache/sysml/api/DMLException.html
rename to content/docs/0.12.0/api/java/org/apache/sysml/api/DMLException.html
diff --git a/site/docs/0.12.0/api/java/org/apache/sysml/api/DMLScript.RUNTIME_PLATFORM.html b/content/docs/0.12.0/api/java/org/apache/sysml/api/DMLScript.RUNTIME_PLATFORM.html
similarity index 100%
rename from site/docs/0.12.0/api/java/org/apache/sysml/api/DMLScript.RUNTIME_PLATFORM.html
rename to content/docs/0.12.0/api/java/org/apache/sysml/api/DMLScript.RUNTIME_PLATFORM.html
diff --git a/site/docs/0.12.0/api/java/org/apache/sysml/api/DMLScript.html b/content/docs/0.12.0/api/java/org/apache/sysml/api/DMLScript.html
similarity index 100%
rename from site/docs/0.12.0/api/java/org/apache/sysml/api/DMLScript.html
rename to content/docs/0.12.0/api/java/org/apache/sysml/api/DMLScript.html
diff --git a/site/docs/0.12.0/api/java/org/apache/sysml/api/MLBlock.html b/content/docs/0.12.0/api/java/org/apache/sysml/api/MLBlock.html
similarity index 100%
rename from site/docs/0.12.0/api/java/org/apache/sysml/api/MLBlock.html
rename to content/docs/0.12.0/api/java/org/apache/sysml/api/MLBlock.html
diff --git a/site/docs/0.12.0/api/java/org/apache/sysml/api/MLContext.html b/content/docs/0.12.0/api/java/org/apache/sysml/api/MLContext.html
similarity index 100%
rename from site/docs/0.12.0/api/java/org/apache/sysml/api/MLContext.html
rename to content/docs/0.12.0/api/java/org/apache/sysml/api/MLContext.html
diff --git a/site/docs/0.12.0/api/java/org/apache/sysml/api/MLContextProxy.html b/content/docs/0.12.0/api/java/org/apache/sysml/api/MLContextProxy.html
similarity index 100%
rename from site/docs/0.12.0/api/java/org/apache/sysml/api/MLContextProxy.html
rename to content/docs/0.12.0/api/java/org/apache/sysml/api/MLContextProxy.html
diff --git a/site/docs/0.12.0/api/java/org/apache/sysml/api/MLMatrix.html b/content/docs/0.12.0/api/java/org/apache/sysml/api/MLMatrix.html
similarity index 100%
rename from site/docs/0.12.0/api/java/org/apache/sysml/api/MLMatrix.html
rename to content/docs/0.12.0/api/java/org/apache/sysml/api/MLMatrix.html
diff --git a/site/docs/0.12.0/api/java/org/apache/sysml/api/MLOutput.html b/content/docs/0.12.0/api/java/org/apache/sysml/api/MLOutput.html
similarity index 100%
rename from site/docs/0.12.0/api/java/org/apache/sysml/api/MLOutput.html
rename to content/docs/0.12.0/api/java/org/apache/sysml/api/MLOutput.html
... 37872 lines suppressed ...

[systemds] 07/16: [SYSTEMDS-2995] Provide datasets via our Apache SystemDS hompage

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit bfdb3af3f41428f6c2de4421eecc37916309e829
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Wed Jun 9 10:47:19 2021 +0530

    [SYSTEMDS-2995] Provide datasets via our Apache SystemDS hompage
    
    commit/839d229efa08ff703db5d3b6fd0a05ced9e93e8c
    
    Closes #87
---
 .../datasets/mnist/t10k-images-idx3-ubyte.gz       | Bin 0 -> 1648877 bytes
 .../datasets/mnist/t10k-labels-idx1-ubyte.gz       | Bin 0 -> 4542 bytes
 .../datasets/mnist/train-images-idx3-ubyte.gz      | Bin 0 -> 9912422 bytes
 .../datasets/mnist/train-labels-idx1-ubyte.gz      | Bin 0 -> 28881 bytes
 content/assets/img/datasets.png                    | Bin 0 -> 935840 bytes
 content/datasets.html                              | 188 ++++++++++++++++++
 content/datasets/mnist.html                        | 216 +++++++++++++++++++++
 7 files changed, 404 insertions(+)

diff --git a/content/assets/datasets/mnist/t10k-images-idx3-ubyte.gz b/content/assets/datasets/mnist/t10k-images-idx3-ubyte.gz
new file mode 100644
index 0000000..5ace8ea
Binary files /dev/null and b/content/assets/datasets/mnist/t10k-images-idx3-ubyte.gz differ
diff --git a/content/assets/datasets/mnist/t10k-labels-idx1-ubyte.gz b/content/assets/datasets/mnist/t10k-labels-idx1-ubyte.gz
new file mode 100644
index 0000000..a7e1415
Binary files /dev/null and b/content/assets/datasets/mnist/t10k-labels-idx1-ubyte.gz differ
diff --git a/content/assets/datasets/mnist/train-images-idx3-ubyte.gz b/content/assets/datasets/mnist/train-images-idx3-ubyte.gz
new file mode 100644
index 0000000..b50e4b6
Binary files /dev/null and b/content/assets/datasets/mnist/train-images-idx3-ubyte.gz differ
diff --git a/content/assets/datasets/mnist/train-labels-idx1-ubyte.gz b/content/assets/datasets/mnist/train-labels-idx1-ubyte.gz
new file mode 100644
index 0000000..707a576
Binary files /dev/null and b/content/assets/datasets/mnist/train-labels-idx1-ubyte.gz differ
diff --git a/content/assets/img/datasets.png b/content/assets/img/datasets.png
new file mode 100644
index 0000000..4c5969b
Binary files /dev/null and b/content/assets/img/datasets.png differ
diff --git a/content/datasets.html b/content/datasets.html
new file mode 100644
index 0000000..a879d1d
--- /dev/null
+++ b/content/datasets.html
@@ -0,0 +1,188 @@
+<!--
+
+-->
+<!--
+
+-->
+<!DOCTYPE html>
+<html lang="en">
+  <!--
+
+-->
+
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+
+  <title>Dataset catalog</title>
+  
+  <meta name="description" content="The datasets used for working with SystemDS"> 
+  <meta name="author" content="Apache SystemDS">
+
+  <!-- Enable responsive viewport -->
+  <meta name="HandheldFriendly" content="True">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- You can use Open Graph tags to customize link previews.
+  Learn more: https://developers.facebook.com/docs/sharing/webmasters -->
+  <meta property="og:url" content="https://systemds.apache.org/" />
+  <meta property="og:type" content="website" />
+  <meta property="og:title" content="Dataset catalog" />
+  <meta property="og:description" content="Apache SystemDS provides an optimal workplace for Machine Learning using big data" />
+  <meta property="og:image" content="" />
+
+  <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
+  <!--[if lt IE 9]>
+  <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+  <![endif]-->
+
+  <!-- Le styles -->
+  <link rel="stylesheet" href="/assets/css/main.css">
+
+  <!-- favicons -->
+  <link rel="shortcut icon" href="/assets/img/favicon.png">
+</head> <!-- META -->
+  <body class="vcard">
+    <!--
+
+-->
+<header class="site-header site-header--not-home">
+  <h1 class="logo"><a class="url" href="/"><i class="logo-mark"></i><span class="fn org">Apache SystemDS<sup
+          id="trademark">&trade;</sup></span></a></h1>
+  <nav class="main-nav">
+    <ul>
+      
+      <li role="presentation">
+        
+        
+        <a href="/download" target="_self">Download</a>
+        
+      </li>
+      
+      <li role="presentation">
+        
+        
+        <a href="/get-started" target="_self">Get Started</a>
+        
+      </li>
+      
+      <li role="presentation">
+        
+        
+        <a href="/documentation" target="_self">Docs</a>
+        
+      </li>
+      
+      <li role="presentation">
+        
+        <a class="nav-link--hover">Community <i class="icon icon-chevron-down"></i></a>
+        <ul>
+          
+          
+          <li><a href="/community" target="_self">Get Involved</a></li>
+          
+          
+          <li><a href="https://issues.apache.org/jira/browse/SYSTEMDS" target="_blank">Issue Tracker</a></li>
+          
+          
+          <li><a href="https://github.com/apache/systemds" target="_blank">Source Code</a></li>
+          
+          
+          <li><a href="https://github.com/apache/systemds-website" target="_blank">Website Source Code</a></li>
+          
+        </ul>
+        
+      </li>
+      
+      <li role="presentation">
+        
+        <a class="nav-link--hover">Apache <i class="icon icon-chevron-down"></i></a>
+        <ul>
+          
+          
+          <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
+          
+          
+          <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+          
+          
+          <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+          
+          
+          <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
+          
+          
+          <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
+          
+          
+          <li><a href="/security" target="_self">Security</a></li>
+          
+        </ul>
+        
+      </li>
+      
+    </ul>
+  </nav>
+</header> <!-- GLOBAL HEADER -->
+    <!-- https://jekyllrb.com/docs/step-by-step/09-collections/#configuration -->
+<!-- <h1>Dataset catalog</h1> -->
+<section class="full-stripe full-stripe--alternate">
+  <div class="ml-container ml-container--vertically-centered ">
+    <div class="col col-6 content-group content-group--more-padding">
+      <img src="/assets/img/datasets.png" alt="Datasets for SystemDS">
+    </div>
+    <div class="col col-6 content-group content-group--more-padding button-group">
+      <h2>Dataset catalog</h2>
+      <h4>The datasets used for working with SystemDS</h4>
+
+      <ul>
+  
+    <li>
+      <section id="datasets-list">
+        <h4><a href="https://systemds.apache.org/datasets/mnist">MNIST Dataset</a></h4>
+        <p>The MNIST database of handwritten digits.</p>
+      </section>
+
+    </li>
+  
+</ul>
+
+    </div>
+  </div>
+</section>
+ 
+    <!--
+
+-->
+<footer class="site-footer">
+  <div class="ml-container ml-container--horizontally-center">
+    <div class="footer-col-wrapper">
+      <div style="margin-top: 20px; margin-bottom: 20px;">
+        <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+      </div>
+      <!--Footer copyright year update credit: http://updateyourfooter.com/-->
+      <div>
+        Copyright &copy; 2015
+        <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
+        <a href="https://www.apache.org">The Apache Software Foundation</a>.
+        Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <br>
+        Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
+      </div>
+    </div>
+  </div>
+  <script>
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'UA-71553733-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+</footer> <!-- GLOBAL FOOTER-->
+    <script src="assets/js/bundle.min.js"></script>
+  </body>
+</html>
+
diff --git a/content/datasets/mnist.html b/content/datasets/mnist.html
new file mode 100644
index 0000000..c64813d
--- /dev/null
+++ b/content/datasets/mnist.html
@@ -0,0 +1,216 @@
+<!--
+
+-->
+<!--
+
+-->
+<!DOCTYPE html>
+<html lang="en">
+  <!--
+
+-->
+
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+
+  <title>MNIST Dataset</title>
+  
+  <meta name="description" content="The MNIST database of handwritten digits."> 
+  <meta name="author" content="Apache SystemDS">
+
+  <!-- Enable responsive viewport -->
+  <meta name="HandheldFriendly" content="True">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- You can use Open Graph tags to customize link previews.
+  Learn more: https://developers.facebook.com/docs/sharing/webmasters -->
+  <meta property="og:url" content="https://systemds.apache.org/" />
+  <meta property="og:type" content="website" />
+  <meta property="og:title" content="MNIST Dataset" />
+  <meta property="og:description" content="Apache SystemDS provides an optimal workplace for Machine Learning using big data" />
+  <meta property="og:image" content="" />
+
+  <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
+  <!--[if lt IE 9]>
+  <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+  <![endif]-->
+
+  <!-- Le styles -->
+  <link rel="stylesheet" href="/assets/css/main.css">
+
+  <!-- favicons -->
+  <link rel="shortcut icon" href="/assets/img/favicon.png">
+</head> <!-- META -->
+  <body class="vcard">
+    <!--
+
+-->
+<header class="site-header site-header--not-home">
+  <h1 class="logo"><a class="url" href="/"><i class="logo-mark"></i><span class="fn org">Apache SystemDS<sup
+          id="trademark">&trade;</sup></span></a></h1>
+  <nav class="main-nav">
+    <ul>
+      
+      <li role="presentation">
+        
+        
+        <a href="/download" target="_self">Download</a>
+        
+      </li>
+      
+      <li role="presentation">
+        
+        
+        <a href="/get-started" target="_self">Get Started</a>
+        
+      </li>
+      
+      <li role="presentation">
+        
+        
+        <a href="/documentation" target="_self">Docs</a>
+        
+      </li>
+      
+      <li role="presentation">
+        
+        <a class="nav-link--hover">Community <i class="icon icon-chevron-down"></i></a>
+        <ul>
+          
+          
+          <li><a href="/community" target="_self">Get Involved</a></li>
+          
+          
+          <li><a href="https://issues.apache.org/jira/browse/SYSTEMDS" target="_blank">Issue Tracker</a></li>
+          
+          
+          <li><a href="https://github.com/apache/systemds" target="_blank">Source Code</a></li>
+          
+          
+          <li><a href="https://github.com/apache/systemds-website" target="_blank">Website Source Code</a></li>
+          
+        </ul>
+        
+      </li>
+      
+      <li role="presentation">
+        
+        <a class="nav-link--hover">Apache <i class="icon icon-chevron-down"></i></a>
+        <ul>
+          
+          
+          <li><a href="https://www.apache.org/foundation/how-it-works" target="_blank">Apache Software Foundation</a></li>
+          
+          
+          <li><a href="https://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+          
+          
+          <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+          
+          
+          <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks</a></li>
+          
+          
+          <li><a href="/privacy-policy" target="_self">Privacy Policy</a></li>
+          
+          
+          <li><a href="/security" target="_self">Security</a></li>
+          
+        </ul>
+        
+      </li>
+      
+    </ul>
+  </nav>
+</header> <!-- GLOBAL HEADER -->
+    <!-- https://jekyllrb.com/docs/step-by-step/09-collections/#configuration -->
+<!-- <h1>MNIST Dataset</h1> -->
+<section class="full-stripe full-stripe--alternate">
+  <div class="ml-container ml-container--vertically-centered ">
+    <div class="col col-6 content-group content-group--more-padding">
+      <img src="/assets/img/datasets.png" alt="Datasets for SystemDS">
+    </div>
+    <div class="col col-6 content-group content-group--more-padding button-group">
+      <h2>MNIST Dataset</h2>
+      <h4>The MNIST database of handwritten digits.</h4>
+
+      <p>The MNIST database of handwritten digits, available from this page,
+has a training set of 60,000 examples, and a test set of 10,000 examples.
+It is a subset of a larger set available from NIST. The digits have been
+size-normalized and centered in a fixed-size image.</p>
+
+<p>Home Page: <a href="http://yann.lecun.com/exdb/mnist/">http://yann.lecun.com/exdb/mnist/</a></p>
+
+<p>Download Size: <code class="language-plaintext highlighter-rouge">11.06 MiB</code></p>
+
+<h3 id="files">Files</h3>
+
+<ol>
+  <li><a href="https://systemds.apache.org/assets/datasets/mnist/train-images-idx3-ubyte.gz"><code class="language-plaintext highlighter-rouge">train-images-idx3-ubyte.gz</code>:  training set images (9912422 bytes)</a></li>
+  <li><a href="https://systemds.apache.org/assets/datasets/mnist/train-labels-idx1-ubyte.gz"><code class="language-plaintext highlighter-rouge">train-labels-idx1-ubyte.gz</code>:  training set labels (28881 bytes)</a></li>
+  <li><a href="https://systemds.apache.org/assets/datasets/mnist/t10k-images-idx3-ubyte.gz"><code class="language-plaintext highlighter-rouge">t10k-images-idx3-ubyte.gz</code>:   test set images (1648877 bytes)</a></li>
+  <li><a href="https://systemds.apache.org/assets/datasets/mnist/t10k-labels-idx1-ubyte.gz"><code class="language-plaintext highlighter-rouge">t10k-labels-idx1-ubyte.gz</code>:   test set labels (4542 bytes)</a></li>
+</ol>
+
+<h3 id="split">Split:</h3>
+
+<table>
+  <thead>
+    <tr>
+      <th>Split</th>
+      <th>Examples</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td><code class="language-plaintext highlighter-rouge">train</code></td>
+      <td>60,000</td>
+    </tr>
+    <tr>
+      <td><code class="language-plaintext highlighter-rouge">test</code></td>
+      <td>10,000</td>
+    </tr>
+  </tbody>
+</table>
+
+
+    </div>
+  </div>
+</section>
+ 
+    <!--
+
+-->
+<footer class="site-footer">
+  <div class="ml-container ml-container--horizontally-center">
+    <div class="footer-col-wrapper">
+      <div style="margin-top: 20px; margin-bottom: 20px;">
+        <a href="https://www.apache.org"><img src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator" /></a>
+      </div>
+      <!--Footer copyright year update credit: http://updateyourfooter.com/-->
+      <div>
+        Copyright &copy; 2015
+        <script>new Date().getFullYear() > 2015 && document.write("-" + new Date().getFullYear());</script>
+        <a href="https://www.apache.org">The Apache Software Foundation</a>.
+        Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <br>
+        Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
+      </div>
+    </div>
+  </div>
+  <script>
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'UA-71553733-1', 'auto');
+  ga('send', 'pageview');
+</script>
+
+</footer> <!-- GLOBAL FOOTER-->
+    <script src="assets/js/bundle.min.js"></script>
+  </body>
+</html>
+

[systemds] 03/16: [MINOR] add .asf.yaml in the asf-staging branch

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit 3ff6e75f87c3c5bc87af403e540cf979baff034f
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Thu Apr 22 18:34:36 2021 +0530

    [MINOR] add .asf.yaml in the asf-staging branch
---
 .asf.yaml | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..d5d6e40
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,34 @@
+#-------------------------------------------------------------
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#-------------------------------------------------------------
+
+# Document for .asf.yml file is available at
+# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
+
+# Web hosting
+staging:
+  profile: ~
+  whoami:  asf-staging
+  # top level directory for serving index.html
+  # Refer: https://github.com/apache/struts-site
+  # Default directories are 
+  #   content/
+  # or output/
+  # outputdir: site

[systemds] 14/16: Update actual webpage with Adult Dataset

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit 8f0a84682288452620b8b135a7f9d2ff95f549a7
Author: baunsgaard <ba...@tugraz.at>
AuthorDate: Tue Sep 14 15:16:36 2021 +0200

    Update actual webpage with Adult Dataset
---
 content/assets/datasets/adult/data.zip           |   Bin 0 -> 662363 bytes
 content/assets/datasets/adult/jspec.json         |    24 +
 content/assets/datasets/adult/test_data.csv      | 16282 +++++++++++
 content/assets/datasets/adult/test_data.csv.mtd  |     8 +
 content/assets/datasets/adult/train_data.csv     | 32562 +++++++++++++++++++++
 content/assets/datasets/adult/train_data.csv.mtd |     8 +
 content/datasets.html                            |     8 +
 content/{datasets.html => datasets/adult.html}   |    41 +-
 8 files changed, 48917 insertions(+), 16 deletions(-)

diff --git a/content/assets/datasets/adult/data.zip b/content/assets/datasets/adult/data.zip
new file mode 100644
index 0000000..a29c2b7
Binary files /dev/null and b/content/assets/datasets/adult/data.zip differ
diff --git a/content/assets/datasets/adult/jspec.json b/content/assets/datasets/adult/jspec.json
new file mode 100644
index 0000000..bad8c00
--- /dev/null
+++ b/content/assets/datasets/adult/jspec.json
@@ -0,0 +1,24 @@
+{
+    "impute":
+    [ { "name": "age", "method": "global_mean" }
+     ,{ "name": "workclass" , "method": "global_mode" }
+     ,{ "name": "fnlwgt", "method": "global_mean" }
+     ,{ "name": "education", "method": "global_mode"  }
+     ,{ "name": "education-num", "method": "global_mean" }
+     ,{ "name": "marital-status"      , "method": "global_mode" }
+     ,{ "name": "occupation"        , "method": "global_mode" }
+     ,{ "name": "relationship" , "method": "global_mode" }
+     ,{ "name": "race"        , "method": "global_mode" }
+     ,{ "name": "sex"        , "method": "global_mode" }
+     ,{ "name": "capital-gain", "method": "global_mean" }
+     ,{ "name": "capital-loss", "method": "global_mean" }
+     ,{ "name": "hours-per-week", "method": "global_mean" }
+     ,{ "name": "native-country"        , "method": "global_mode" }
+    ],
+    "bin":
+    [ { "name": "age"  , "method": "equi-width", "numbins": 3 }],
+   "dummycode": ["age", "workclass", "education", "marital-status", "occupation", "relationship", "race", "sex", "native-country"],
+   "recode": ["income"]
+
+
+}
\ No newline at end of file
diff --git a/content/assets/datasets/adult/test_data.csv b/content/assets/datasets/adult/test_data.csv
new file mode 100644
index 0000000..b7bf597
--- /dev/null
+++ b/content/assets/datasets/adult/test_data.csv
@@ -0,0 +1,16282 @@
+age,workclass,fnlwgt,education,education-num,marital-status,occupation,relationship,race,sex,capital-gain,capital-loss,hours-per-week,native-country,income
+25, Private, 226802, 11th, 7, Never-married, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 89814, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+28, Local-gov, 336951, Assoc-acdm, 12, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
+44, Private, 160323, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 7688, 0, 40, United-States, >50K.
+18, ?, 103497, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+34, Private, 198693, 10th, 6, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+29, ?, 227026, HS-grad, 9, Never-married, ?, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
+63, Self-emp-not-inc, 104626, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 3103, 0, 32, United-States, >50K.
+24, Private, 369667, Some-college, 10, Never-married, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+55, Private, 104996, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 10, United-States, <=50K.
+65, Private, 184454, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 6418, 0, 40, United-States, >50K.
+36, Federal-gov, 212465, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 82091, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 39, United-States, <=50K.
+58, ?, 299831, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+48, Private, 279724, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 3103, 0, 48, United-States, >50K.
+43, Private, 346189, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+20, State-gov, 444554, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+43, Private, 128354, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 30, United-States, <=50K.
+37, Private, 60548, HS-grad, 9, Widowed, Machine-op-inspct, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+40, Private, 85019, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 45, ?, >50K.
+34, Private, 107914, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 47, United-States, >50K.
+34, Private, 238588, Some-college, 10, Never-married, Other-service, Own-child, Black, Female, 0, 0, 35, United-States, <=50K.
+72, ?, 132015, 7th-8th, 4, Divorced, ?, Not-in-family, White, Female, 0, 0, 6, United-States, <=50K.
+25, Private, 220931, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 43, Peru, <=50K.
+25, Private, 205947, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+45, Self-emp-not-inc, 432824, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 7298, 0, 90, United-States, >50K.
+22, Private, 236427, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+23, Private, 134446, HS-grad, 9, Separated, Machine-op-inspct, Unmarried, Black, Male, 0, 0, 54, United-States, <=50K.
+54, Private, 99516, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+32, Self-emp-not-inc, 109282, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+46, State-gov, 106444, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 7688, 0, 38, United-States, >50K.
+56, Self-emp-not-inc, 186651, 11th, 7, Widowed, Other-service, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+24, Self-emp-not-inc, 188274, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+23, Local-gov, 258120, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 43311, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+65, ?, 191846, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Local-gov, 403681, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+22, Private, 248446, 5th-6th, 3, Never-married, Priv-house-serv, Not-in-family, White, Male, 0, 0, 50, Guatemala, <=50K.
+17, Private, 269430, 10th, 6, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 257509, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+65, Private, 136384, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+44, Self-emp-inc, 120277, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
+36, Private, 465326, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 103634, 11th, 7, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+20, State-gov, 138371, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 32, United-States, <=50K.
+28, Private, 242832, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 36, United-States, >50K.
+39, Private, 290208, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+54, Private, 186272, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 3908, 0, 50, United-States, <=50K.
+52, Private, 201062, 11th, 7, Separated, Priv-house-serv, Not-in-family, Black, Female, 0, 0, 18, United-States, <=50K.
+56, Self-emp-inc, 131916, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+18, Private, 54440, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+39, Private, 280215, HS-grad, 9, Divorced, Handlers-cleaners, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 214399, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 1721, 24, United-States, <=50K.
+22, Private, 54164, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 14084, 0, 60, United-States, >50K.
+38, Private, 219446, 9th, 5, Married-spouse-absent, Exec-managerial, Not-in-family, White, Male, 0, 0, 54, Mexico, <=50K.
+21, Private, 110677, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+63, Private, 145985, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+34, Local-gov, 382078, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 3103, 0, 50, United-States, >50K.
+42, Self-emp-inc, 170721, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 5178, 0, 50, United-States, >50K.
+33, Private, 269705, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 101135, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+39, Private, 118429, Some-college, 10, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 31208, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+33, Private, 281384, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+47, Local-gov, 171807, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 109912, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, ?, <=50K.
+41, Self-emp-inc, 445382, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 15024, 0, 60, United-States, >50K.
+19, Private, 105460, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+46, Private, 170338, HS-grad, 9, Separated, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+43, Private, 102606, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+55, Private, 323887, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 45, United-States, >50K.
+46, Private, 175622, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 229636, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+21, Private, 388946, Some-college, 10, Separated, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+46, Private, 269034, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 40, Dominican-Republic, <=50K.
+17, ?, 165361, 10th, 6, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 75012, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+69, Self-emp-inc, 174379, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+50, Private, 312477, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 72055, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+45, Self-emp-inc, 67001, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+23, Private, 213734, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 83141, Some-college, 10, Separated, Other-service, Not-in-family, White, Male, 0, 1876, 40, United-States, <=50K.
+44, Self-emp-inc, 223881, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 99999, 0, 50, ?, >50K.
+31, Self-emp-not-inc, 113752, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+43, Private, 170482, HS-grad, 9, Separated, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 44, United-States, <=50K.
+20, Federal-gov, 244689, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
+55, Private, 160631, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 56, United-States, >50K.
+24, Federal-gov, 228724, Some-college, 10, Never-married, Armed-Forces, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+41, ?, 38434, Masters, 14, Married-civ-spouse, ?, Wife, White, Female, 7688, 0, 10, United-States, >50K.
+59, Private, 292946, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+49, Federal-gov, 77443, 7th-8th, 4, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 20, United-States, <=50K.
+33, Private, 176410, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 5178, 0, 10, United-States, >50K.
+59, Federal-gov, 98984, Bachelors, 13, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 198751, Masters, 14, Never-married, Other-service, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 479296, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 235218, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+49, Private, 164877, 10th, 6, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+59, Private, 272087, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
+20, Private, 169699, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+51, ?, 189762, Some-college, 10, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 18, United-States, <=50K.
+33, Private, 202191, Some-college, 10, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
+22, Private, 212261, Some-college, 10, Never-married, Transport-moving, Own-child, Black, Male, 0, 0, 39, United-States, <=50K.
+58, Self-emp-not-inc, 301568, 9th, 5, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+52, Local-gov, 155233, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 28, United-States, <=50K.
+36, Private, 75826, 10th, 6, Separated, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+41, Local-gov, 201520, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 154236, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Male, 2597, 0, 40, United-States, <=50K.
+19, Private, 289227, Some-college, 10, Never-married, Handlers-cleaners, Own-child, Black, Male, 0, 0, 16, United-States, <=50K.
+18, Private, 217439, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 28, United-States, <=50K.
+18, Private, 179020, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 48, United-States, <=50K.
+28, Private, 149624, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 337266, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+20, ?, 30796, HS-grad, 9, Never-married, ?, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+40, Private, 103541, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 206721, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 96773, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 200967, 11th, 7, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 24, United-States, <=50K.
+44, Private, 180019, HS-grad, 9, Married-spouse-absent, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+43, Private, 179866, Bachelors, 13, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, >50K.
+31, Local-gov, 198770, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
+18, Private, 219256, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+19, Private, 248730, Some-college, 10, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+41, Private, 110732, Some-college, 10, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 181020, HS-grad, 9, Divorced, Handlers-cleaners, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+69, Private, 183791, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+48, Federal-gov, 42972, Doctorate, 16, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
+28, Private, 134813, HS-grad, 9, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+27, Self-emp-not-inc, 115438, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, Ireland, >50K.
+41, Private, 239296, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 2415, 50, United-States, >50K.
+41, Private, 428420, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 247846, HS-grad, 9, Never-married, Craft-repair, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+20, ?, 334105, HS-grad, 9, Never-married, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+42, Self-emp-inc, 100793, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 41, United-States, >50K.
+57, Private, 244478, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 48, United-States, <=50K.
+30, Private, 142921, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+36, Private, 182863, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
+49, Private, 171128, 7th-8th, 4, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 145402, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 35, United-States, <=50K.
+23, Private, 306309, 10th, 6, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 83822, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 262118, Some-college, 10, Never-married, Adm-clerical, Own-child, Asian-Pac-Islander, Female, 0, 0, 22, Germany, <=50K.
+40, Private, 155972, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 55, United-States, >50K.
+43, Self-emp-inc, 214503, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 45, United-States, >50K.
+34, Private, 159303, Masters, 14, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+47, Self-emp-not-inc, 174995, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+44, Private, 26669, Assoc-voc, 11, Widowed, Exec-managerial, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
+33, Private, 177727, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+55, Private, 124771, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+19, Private, 456736, HS-grad, 9, Never-married, Sales, Not-in-family, White, Male, 2907, 0, 30, United-States, <=50K.
+28, Private, 216604, Some-college, 10, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 14, United-States, <=50K.
+27, Private, 221561, 11th, 7, Married-civ-spouse, Other-service, Wife, Black, Female, 0, 0, 32, United-States, <=50K.
+50, Private, 114564, 7th-8th, 4, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+22, Private, 315476, 11th, 7, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+40, State-gov, 67874, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 1887, 45, United-States, >50K.
+25, Private, 126110, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+26, Local-gov, 102264, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 537222, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
+42, Private, 113732, Some-college, 10, Never-married, Handlers-cleaners, Unmarried, Black, Female, 0, 625, 40, United-States, <=50K.
+38, Self-emp-inc, 93225, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+55, Private, 43064, 11th, 7, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+32, Private, 136921, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 388885, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+29, Private, 142249, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+46, State-gov, 56841, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+31, Private, 156493, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+58, Self-emp-not-inc, 159021, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 16, United-States, >50K.
+42, Private, 190910, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+18, Private, 41879, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 25, United-States, <=50K.
+58, Local-gov, 137249, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 33, United-States, <=50K.
+54, Private, 236157, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+34, Private, 189759, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 239877, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+61, Private, 21175, 12th, 8, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+48, Local-gov, 67229, Masters, 14, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+36, Private, 236391, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+24, Private, 325596, Assoc-voc, 11, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+40, Private, 83411, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 37, United-States, <=50K.
+33, Self-emp-inc, 154227, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+37, Private, 248010, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+34, Private, 198613, Masters, 14, Never-married, Exec-managerial, Own-child, White, Male, 4650, 0, 40, United-States, <=50K.
+56, Self-emp-inc, 321529, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 40, United-States, >50K.
+28, ?, 168524, HS-grad, 9, Married-civ-spouse, ?, Own-child, White, Female, 0, 0, 38, United-States, >50K.
+37, Private, 203079, Bachelors, 13, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
+44, Private, 284652, HS-grad, 9, Divorced, Sales, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+64, ?, 201368, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 8, United-States, <=50K.
+54, Private, 59840, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+23, Private, 52753, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+34, State-gov, 513100, Bachelors, 13, Married-spouse-absent, Farming-fishing, Not-in-family, Black, Male, 0, 0, 40, ?, <=50K.
+22, Private, 199266, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+33, Private, 196385, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 40, United-States, >50K.
+39, Private, 163205, Bachelors, 13, Separated, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
+47, Private, 411047, Some-college, 10, Divorced, Adm-clerical, Not-in-family, Black, Female, 0, 0, 37, United-States, <=50K.
+79, ?, 48574, 7th-8th, 4, Widowed, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 209440, HS-grad, 9, Never-married, Prof-specialty, Unmarried, Black, Female, 0, 0, 55, United-States, <=50K.
+31, Private, 56964, Some-college, 10, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+44, Private, 299197, Some-college, 10, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+42, Self-emp-inc, 240628, Prof-school, 15, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 50, United-States, >50K.
+19, Private, 355313, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+27, Private, 132267, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
+51, Local-gov, 174861, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
+28, Self-emp-inc, 142443, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+57, Private, 26716, Bachelors, 13, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+45, Local-gov, 185588, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+50, Private, 175029, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+34, Self-emp-inc, 34848, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 54, United-States, <=50K.
+45, Private, 411273, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+73, Local-gov, 143437, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+34, Private, 357145, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 50, United-States, >50K.
+31, Private, 236861, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
+19, Private, 53355, 11th, 7, Never-married, Sales, Not-in-family, White, Male, 0, 0, 12, United-States, <=50K.
+25, Private, 29106, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 50, United-States, <=50K.
+38, Federal-gov, 213274, Assoc-voc, 11, Divorced, Craft-repair, Unmarried, White, Female, 6497, 0, 40, United-States, <=50K.
+39, Private, 22463, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 180497, Bachelors, 13, Never-married, Tech-support, Own-child, Black, Female, 0, 0, 32, United-States, <=50K.
+49, Private, 37306, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+33, Federal-gov, 137814, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 32, United-States, <=50K.
+21, Private, 447488, 5th-6th, 3, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 38, Mexico, <=50K.
+31, Private, 220915, Assoc-voc, 11, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 42251, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+34, Private, 162312, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
+25, Private, 77698, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
+39, Private, 282951, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+52, Self-emp-inc, 311259, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+63, Local-gov, 65479, 9th, 5, Married-civ-spouse, Transport-moving, Husband, White, Male, 7688, 0, 40, United-States, >50K.
+41, Private, 277256, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 312088, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 38, United-States, >50K.
+53, Local-gov, 169719, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, ?, 270276, 9th, 5, Separated, ?, Not-in-family, White, Female, 1055, 0, 40, United-States, <=50K.
+77, ?, 172744, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+18, Private, 96869, 12th, 8, Never-married, Priv-house-serv, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 237943, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+55, Private, 119751, Masters, 14, Never-married, Exec-managerial, Unmarried, Asian-Pac-Islander, Female, 0, 0, 50, Thailand, <=50K.
+34, Private, 236861, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
+80, Self-emp-not-inc, 201092, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+34, Private, 147215, Assoc-voc, 11, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
+52, Private, 152373, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
+42, Private, 227968, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 28, Haiti, <=50K.
+26, Private, 362617, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 103435, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Local-gov, 281412, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+55, Self-emp-not-inc, 105239, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 2057, 60, United-States, <=50K.
+19, Private, 230165, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
+62, Self-emp-not-inc, 177493, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 32, United-States, <=50K.
+22, Federal-gov, 104443, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+39, ?, 110342, HS-grad, 9, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 50, United-States, <=50K.
+35, Private, 143385, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 107189, HS-grad, 9, Married-civ-spouse, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+47, Private, 212944, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, >50K.
+44, State-gov, 138634, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 99970, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
+35, Private, 203717, Assoc-voc, 11, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+24, Private, 313956, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+42, Federal-gov, 177937, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, ?, <=50K.
+28, Private, 193868, Bachelors, 13, Never-married, Tech-support, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+21, Private, 250939, Some-college, 10, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 35, United-States, <=50K.
+62, Federal-gov, 57629, Some-college, 10, Divorced, Tech-support, Not-in-family, Black, Male, 4650, 0, 40, United-States, <=50K.
+39, Private, 281768, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+30, State-gov, 260782, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+72, Self-emp-not-inc, 243769, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 1429, 20, United-States, <=50K.
+50, Private, 109937, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 50, United-States, <=50K.
+28, Local-gov, 134890, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 100293, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+26, Private, 132179, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+27, Private, 116372, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 255412, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 3103, 0, 40, United-States, >50K.
+61, ?, 195789, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 342400, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 25, United-States, <=50K.
+21, ?, 65481, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+31, Private, 169085, 11th, 7, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 20, United-States, <=50K.
+25, Private, 177221, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 75, United-States, <=50K.
+58, Private, 65325, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
+64, Private, 118944, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
+46, State-gov, 149337, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 38, United-States, <=50K.
+53, ?, 237868, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 35, United-States, >50K.
+19, Private, 106183, HS-grad, 9, Never-married, Other-service, Own-child, Amer-Indian-Eskimo, Female, 0, 0, 35, United-States, <=50K.
+42, Private, 226388, HS-grad, 9, Divorced, Other-service, Not-in-family, Black, Male, 0, 0, 52, United-States, <=50K.
+18, Private, 220754, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 24, United-States, <=50K.
+58, Self-emp-inc, 204021, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+20, Private, 347391, Some-college, 10, Never-married, Protective-serv, Not-in-family, Black, Male, 0, 0, 60, United-States, <=50K.
+35, Federal-gov, 413930, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+32, Private, 174201, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 38, United-States, >50K.
+23, Private, 145917, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+31, Private, 241797, Some-college, 10, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+33, Private, 265168, Bachelors, 13, Married-civ-spouse, Sales, Husband, Black, Male, 0, 0, 55, United-States, <=50K.
+41, Private, 171234, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 48, United-States, <=50K.
+22, Private, 178452, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 157857, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
+61, Federal-gov, 512864, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 296462, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 171615, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+63, Private, 214071, 10th, 6, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 172421, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 195488, 10th, 6, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 316841, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 236267, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, White, Male, 0, 1590, 40, United-States, <=50K.
+30, Private, 236543, 9th, 5, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 32, El-Salvador, >50K.
+23, Private, 318483, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+34, Self-emp-not-inc, 163756, Assoc-voc, 11, Never-married, Farming-fishing, Not-in-family, White, Male, 27828, 0, 60, United-States, >50K.
+30, Private, 238186, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Other-relative, White, Male, 0, 2057, 48, United-States, <=50K.
+39, Private, 329980, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+30, Private, 169269, 11th, 7, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 1721, 38, Puerto-Rico, <=50K.
+38, Local-gov, 34744, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
+26, Private, 98114, HS-grad, 9, Divorced, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+20, Private, 109667, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 16, United-States, <=50K.
+37, Local-gov, 263690, Bachelors, 13, Never-married, Prof-specialty, Unmarried, Black, Male, 0, 0, 40, ?, <=50K.
+33, Private, 147430, HS-grad, 9, Married-civ-spouse, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+24, Private, 224238, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+42, Self-emp-inc, 212894, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+51, Self-emp-not-inc, 136708, HS-grad, 9, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 3103, 0, 84, Vietnam, <=50K.
+56, Local-gov, 38573, Assoc-acdm, 12, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 45, United-States, >50K.
+22, Private, 197200, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+52, Self-emp-not-inc, 182796, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+44, Private, 184527, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Female, 4934, 0, 45, United-States, >50K.
+34, Private, 145231, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 4064, 0, 35, United-States, <=50K.
+51, Private, 43354, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 42, United-States, >50K.
+20, ?, 318865, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 355712, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+37, Private, 98776, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+68, Private, 257557, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+22, Private, 102258, Some-college, 10, Divorced, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+56, Self-emp-inc, 170287, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 243409, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+52, Private, 55608, 1st-4th, 2, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+26, Private, 248057, HS-grad, 9, Separated, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
+33, Private, 95530, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+45, Local-gov, 54038, Masters, 14, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 42, United-States, <=50K.
+18, Private, 161245, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
+43, Self-emp-not-inc, 388725, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, >50K.
+64, Self-emp-not-inc, 71807, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 50, ?, >50K.
+18, Private, 228216, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+20, ?, 303121, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
+57, Private, 78020, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+41, Private, 249254, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 3674, 0, 42, United-States, <=50K.
+34, Private, 87218, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 50, United-States, >50K.
+19, Private, 304299, HS-grad, 9, Never-married, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+44, Private, 196234, 9th, 5, Divorced, Other-service, Unmarried, White, Female, 0, 0, 55, Dominican-Republic, <=50K.
+56, Private, 197875, 10th, 6, Widowed, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+36, Self-emp-inc, 48063, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 80, United-States, <=50K.
+48, Private, 253596, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 48, United-States, <=50K.
+29, Private, 39257, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
+33, Private, 56150, Bachelors, 13, Never-married, Craft-repair, Not-in-family, White, Male, 2174, 0, 40, United-States, <=50K.
+31, Private, 179415, 5th-6th, 3, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+39, Private, 252445, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+66, Private, 275918, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 10605, 0, 40, United-States, >50K.
+27, Private, 106562, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
+39, Private, 198654, HS-grad, 9, Divorced, Exec-managerial, Unmarried, Black, Female, 99999, 0, 40, United-States, >50K.
+59, Private, 107318, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 5178, 0, 50, United-States, >50K.
+26, Private, 181896, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 106014, Assoc-voc, 11, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+45, ?, 319993, HS-grad, 9, Widowed, ?, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
+23, Private, 197997, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+36, Local-gov, 173542, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+34, Private, 207564, Some-college, 10, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 12, United-States, >50K.
+32, Private, 224462, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 84, United-States, >50K.
+37, Private, 123361, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 50, United-States, >50K.
+33, Private, 90409, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+50, Self-emp-not-inc, 165001, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 80, United-States, >50K.
+32, Federal-gov, 149573, Assoc-acdm, 12, Never-married, Protective-serv, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 249456, Bachelors, 13, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+37, Private, 149898, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+44, Private, 292985, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+57, Private, 50223, Some-college, 10, Divorced, Handlers-cleaners, Other-relative, White, Male, 0, 0, 25, United-States, <=50K.
+29, Local-gov, 400074, Some-college, 10, Married-civ-spouse, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+55, Private, 197399, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
+43, Self-emp-inc, 209547, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 25, United-States, >50K.
+43, Private, 52433, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+45, Self-emp-not-inc, 355978, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
+33, Self-emp-not-inc, 48214, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 8, United-States, <=50K.
+26, Private, 190873, 10th, 6, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, Germany, <=50K.
+23, Private, 278390, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 68, United-States, <=50K.
+41, Private, 203217, 7th-8th, 4, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
+24, Private, 279175, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+47, Self-emp-not-inc, 194590, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 44, United-States, <=50K.
+34, Self-emp-not-inc, 198813, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
+40, Private, 187294, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+28, Private, 302903, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, Asian-Pac-Islander, Female, 0, 1485, 40, United-States, <=50K.
+24, Private, 154835, HS-grad, 9, Never-married, Exec-managerial, Own-child, Asian-Pac-Islander, Female, 0, 0, 40, South, <=50K.
+73, ?, 73402, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 10, United-States, <=50K.
+23, Private, 100345, HS-grad, 9, Never-married, Craft-repair, Other-relative, White, Male, 0, 0, 15, United-States, <=50K.
+43, Self-emp-not-inc, 126320, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+26, Private, 142226, Bachelors, 13, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+58, Self-emp-not-inc, 112076, Doctorate, 16, Married-AF-spouse, Exec-managerial, Wife, White, Female, 0, 1485, 35, United-States, >50K.
+52, Private, 225339, HS-grad, 9, Widowed, Adm-clerical, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
+29, Private, 211208, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 99, United-States, >50K.
+47, Private, 200808, 11th, 7, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 35, Columbia, <=50K.
+49, Private, 220618, HS-grad, 9, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 37, United-States, <=50K.
+40, Private, 210493, 11th, 7, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+62, Self-emp-not-inc, 369734, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+49, Private, 27898, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 55, United-States, >50K.
+50, Private, 138193, Bachelors, 13, Divorced, Prof-specialty, Other-relative, White, Female, 0, 0, 50, United-States, >50K.
+31, Private, 224234, HS-grad, 9, Never-married, Transport-moving, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+48, Local-gov, 188741, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+24, Private, 183772, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+41, ?, 155041, HS-grad, 9, Never-married, ?, Own-child, White, Female, 3418, 0, 40, United-States, <=50K.
+37, Private, 79586, HS-grad, 9, Separated, Machine-op-inspct, Own-child, Asian-Pac-Islander, Male, 0, 0, 60, United-States, <=50K.
+45, Private, 355781, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 45, Japan, >50K.
+63, ?, 156158, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 16, United-States, <=50K.
+36, Private, 116358, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 45, India, <=50K.
+45, Private, 59287, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 138868, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+26, Private, 185885, Assoc-acdm, 12, Never-married, Tech-support, Other-relative, White, Female, 0, 0, 20, United-States, <=50K.
+17, Private, 40299, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+27, Private, 500068, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 36, ?, <=50K.
+43, Private, 51494, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 65, United-States, <=50K.
+35, Private, 179481, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 55, United-States, <=50K.
+38, Private, 365907, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+26, Private, 284343, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 204862, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 272476, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 24, United-States, >50K.
+36, Private, 175130, 11th, 7, Divorced, Transport-moving, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+33, Private, 118941, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
+19, Private, 164339, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 1055, 0, 70, United-States, <=50K.
+22, ?, 213291, Assoc-acdm, 12, Never-married, ?, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+42, Federal-gov, 55457, 10th, 6, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+50, Private, 280292, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
+30, Private, 446894, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+37, State-gov, 67083, Some-college, 10, Married-civ-spouse, Prof-specialty, Other-relative, Asian-Pac-Islander, Male, 0, 0, 40, Cambodia, <=50K.
+54, Self-emp-inc, 159219, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 40, United-States, >50K.
+52, Self-emp-inc, 168539, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+65, Private, 88145, 1st-4th, 2, Married-civ-spouse, Handlers-cleaners, Husband, Other, Male, 0, 0, 40, ?, <=50K.
+33, Private, 150309, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+25, Private, 122999, Some-college, 10, Never-married, Tech-support, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 302195, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+26, Private, 210982, Assoc-voc, 11, Separated, Adm-clerical, Unmarried, Black, Female, 114, 0, 40, United-States, <=50K.
+39, Private, 177140, HS-grad, 9, Separated, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+59, Private, 113838, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 97165, Some-college, 10, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+47, Private, 104301, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
+23, ?, 192028, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+64, Self-emp-inc, 115931, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+21, Private, 147280, HS-grad, 9, Never-married, Other-service, Own-child, Other, Male, 0, 0, 20, United-States, <=50K.
+32, Private, 185433, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, Black, Female, 0, 0, 40, United-States, >50K.
+26, Private, 599057, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 37, United-States, <=50K.
+19, ?, 50626, Some-college, 10, Never-married, ?, Own-child, Black, Female, 0, 0, 20, United-States, <=50K.
+62, Self-emp-not-inc, 71467, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 183977, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, >50K.
+75, ?, 26586, 10th, 6, Married-spouse-absent, ?, Not-in-family, White, Female, 0, 0, 5, United-States, <=50K.
+45, Self-emp-not-inc, 196858, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+31, Private, 160594, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 50, United-States, >50K.
+32, Private, 65278, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 2580, 0, 40, United-States, <=50K.
+24, Private, 102258, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 196947, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+41, Self-emp-not-inc, 233150, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+18, Private, 42857, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+44, Private, 118059, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, >50K.
+40, Private, 169262, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 3411, 0, 50, United-States, <=50K.
+27, Private, 95108, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 161092, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 345253, Some-college, 10, Never-married, Adm-clerical, Not-in-family, Other, Male, 2174, 0, 40, United-States, <=50K.
+37, State-gov, 111275, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+65, Self-emp-not-inc, 178878, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+43, Federal-gov, 157237, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+45, Private, 155664, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 44, United-States, <=50K.
+24, State-gov, 322658, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+24, Private, 208503, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 42, United-States, <=50K.
+19, Local-gov, 223326, Some-college, 10, Never-married, Protective-serv, Own-child, White, Male, 0, 1721, 35, United-States, <=50K.
+37, Private, 20308, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 65, United-States, >50K.
+24, Private, 124751, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+34, Private, 113364, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Germany, <=50K.
+50, State-gov, 196900, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 39, United-States, <=50K.
+36, Private, 168170, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
+39, Private, 205338, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+44, Self-emp-not-inc, 98806, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 38, United-States, <=50K.
+45, State-gov, 226452, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, State-gov, 479179, 11th, 7, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+47, Federal-gov, 471990, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+50, Private, 44728, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 33117, Assoc-voc, 11, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 264876, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+19, ?, 47235, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+28, State-gov, 293628, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 10, ?, <=50K.
+28, Private, 193122, HS-grad, 9, Divorced, Sales, Other-relative, White, Male, 0, 0, 50, United-States, <=50K.
+39, Federal-gov, 149347, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, Poland, >50K.
+21, Private, 129172, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 2907, 0, 40, United-States, <=50K.
+73, Self-emp-not-inc, 151255, Some-college, 10, Widowed, Farming-fishing, Not-in-family, White, Female, 0, 0, 75, United-States, <=50K.
+39, Private, 98886, 7th-8th, 4, Married-civ-spouse, Other-service, Husband, White, Male, 4508, 0, 40, Mexico, <=50K.
+25, Private, 238673, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 137991, Some-college, 10, Married-AF-spouse, Sales, Wife, White, Female, 0, 0, 20, United-States, <=50K.
+51, Private, 85942, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
+39, Private, 85783, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 28, United-States, <=50K.
+31, Private, 174789, Bachelors, 13, Divorced, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 457162, Some-college, 10, Never-married, Sales, Own-child, Black, Male, 0, 0, 17, United-States, <=50K.
+46, Private, 176026, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 27828, 0, 50, United-States, >50K.
+73, Private, 88594, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+41, Private, 311101, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 273989, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 370242, Assoc-acdm, 12, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+24, Private, 194630, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+20, Private, 313817, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 195843, Assoc-voc, 11, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 203160, Bachelors, 13, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 28, United-States, <=50K.
+33, Private, 175856, 11th, 7, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+33, Private, 75435, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+36, State-gov, 291676, 9th, 5, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+55, Private, 192869, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 36, United-States, <=50K.
+19, Private, 124464, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 98776, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+34, Private, 107960, 5th-6th, 3, Never-married, Machine-op-inspct, Other-relative, Asian-Pac-Islander, Male, 0, 0, 40, Laos, <=50K.
+62, State-gov, 312286, Prof-school, 15, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+33, Self-emp-not-inc, 48520, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+39, Private, 224541, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 4386, 0, 55, Mexico, <=50K.
+36, Local-gov, 237713, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 309990, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 33, United-States, <=50K.
+39, Self-emp-not-inc, 37019, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+38, ?, 48976, HS-grad, 9, Married-civ-spouse, ?, Wife, White, Female, 0, 1887, 10, United-States, >50K.
+18, Private, 170183, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
+61, Private, 142988, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 45, United-States, >50K.
+20, Federal-gov, 163205, Assoc-voc, 11, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 36, United-States, <=50K.
+35, Self-emp-not-inc, 455379, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 65, United-States, >50K.
+27, Private, 104423, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+66, Private, 104936, 10th, 6, Widowed, Other-service, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
+21, Private, 542610, HS-grad, 9, Never-married, Transport-moving, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 208117, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 18, United-States, <=50K.
+34, Private, 105141, Some-college, 10, Divorced, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+63, Private, 156120, 5th-6th, 3, Never-married, Priv-house-serv, Not-in-family, White, Female, 0, 0, 50, ?, <=50K.
+20, ?, 38455, HS-grad, 9, Never-married, ?, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 213339, HS-grad, 9, Separated, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 177989, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 2051, 60, United-States, <=50K.
+64, State-gov, 107732, 1st-4th, 2, Married-civ-spouse, Farming-fishing, Husband, Other, Male, 0, 0, 45, Columbia, <=50K.
+32, Private, 312403, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+30, Local-gov, 176992, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, >50K.
+36, Self-emp-not-inc, 84294, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 72, United-States, <=50K.
+22, Private, 143062, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 12, United-States, <=50K.
+53, Local-gov, 139671, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+50, Private, 116814, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+36, Private, 37778, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+41, Self-emp-inc, 240900, 11th, 7, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+55, Private, 202652, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+38, Private, 52187, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+28, Private, 349751, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, Black, Male, 2174, 0, 50, United-States, <=50K.
+24, Local-gov, 238384, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 37, United-States, <=50K.
+60, Private, 209844, Some-college, 10, Divorced, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+54, Private, 333301, 10th, 6, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+27, Self-emp-inc, 214974, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+30, Private, 113453, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 30, United-States, <=50K.
+54, Private, 162238, HS-grad, 9, Widowed, Transport-moving, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+44, Private, 98779, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 5178, 0, 40, United-States, >50K.
+52, Private, 165001, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
+18, Private, 78528, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+55, Private, 353881, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+35, Private, 251396, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+37, Private, 178100, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
+22, Private, 416165, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+45, Private, 177536, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, England, >50K.
+38, Private, 203717, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+48, Private, 107231, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 106448, Assoc-voc, 11, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 196816, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Other-relative, White, Male, 0, 0, 50, United-States, <=50K.
+37, Self-emp-not-inc, 191342, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 60, Philippines, >50K.
+18, Private, 170194, 11th, 7, Never-married, Sales, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+26, Private, 113587, 10th, 6, Divorced, Machine-op-inspct, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+48, Self-emp-inc, 72425, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+51, Private, 217480, Some-college, 10, Separated, Adm-clerical, Not-in-family, Black, Male, 8614, 0, 40, United-States, >50K.
+52, Private, 120914, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, State-gov, 33945, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, >50K.
+39, Self-emp-not-inc, 199753, Bachelors, 13, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+51, Private, 144284, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+54, Private, 53833, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+21, Private, 151158, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+43, Private, 125577, HS-grad, 9, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 242323, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+31, State-gov, 195181, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 35, United-States, >50K.
+73, ?, 145748, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 8, United-States, <=50K.
+26, Private, 341672, Some-college, 10, Never-married, Adm-clerical, Other-relative, Asian-Pac-Islander, Male, 0, 0, 60, India, <=50K.
+35, Private, 116369, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+73, Private, 113446, 5th-6th, 3, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 54, United-States, >50K.
+25, Self-emp-not-inc, 121285, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+58, Self-emp-not-inc, 25124, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 2377, 65, United-States, <=50K.
+32, Private, 182274, HS-grad, 9, Separated, Other-service, Own-child, White, Female, 0, 0, 37, United-States, <=50K.
+28, Private, 103548, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+41, Self-emp-not-inc, 38434, Masters, 14, Never-married, Sales, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+53, Self-emp-not-inc, 317313, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+49, Private, 177543, HS-grad, 9, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+55, Private, 139834, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+29, Private, 118478, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 7298, 0, 50, United-States, >50K.
+28, Self-emp-not-inc, 147951, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 80, United-States, <=50K.
+44, Private, 201734, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+41, Private, 198196, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+26, Private, 141876, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 3103, 0, 45, United-States, >50K.
+23, Private, 325179, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+37, Self-emp-not-inc, 143774, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, Germany, >50K.
+23, Private, 152328, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 13550, 0, 50, United-States, >50K.
+33, Private, 479600, Some-college, 10, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+44, Private, 180599, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, >50K.
+21, Private, 448026, Some-college, 10, Never-married, Protective-serv, Own-child, White, Male, 2907, 0, 30, United-States, <=50K.
+36, Private, 300333, 11th, 7, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, Cuba, <=50K.
+44, Local-gov, 184105, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
+23, Private, 202084, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+26, Private, 29515, HS-grad, 9, Divorced, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 247328, 5th-6th, 3, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
+31, Private, 188246, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
+50, Local-gov, 105788, HS-grad, 9, Separated, Exec-managerial, Unmarried, Black, Female, 6497, 0, 35, United-States, <=50K.
+18, Self-emp-inc, 352640, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+49, Private, 132576, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+59, Private, 128829, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 93140, HS-grad, 9, Separated, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 28, United-States, <=50K.
+50, Self-emp-inc, 155965, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+51, Self-emp-inc, 335902, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1672, 55, United-States, <=50K.
+22, Private, 158522, Some-college, 10, Never-married, Machine-op-inspct, Own-child, Asian-Pac-Islander, Male, 0, 0, 35, United-States, <=50K.
+54, Private, 174806, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 40, United-States, >50K.
+37, Private, 32207, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 43607, Bachelors, 13, Widowed, Adm-clerical, Unmarried, White, Male, 0, 0, 60, United-States, <=50K.
+67, State-gov, 168224, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+43, ?, 180318, 11th, 7, Separated, ?, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 311376, Some-college, 10, Never-married, Exec-managerial, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 101562, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+32, Local-gov, 267859, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 50, Cuba, <=50K.
+36, Private, 86143, Assoc-voc, 11, Never-married, Craft-repair, Own-child, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
+33, Local-gov, 217304, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 410034, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 56, United-States, <=50K.
+29, Private, 293073, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7298, 0, 48, United-States, >50K.
+18, ?, 39493, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+26, Private, 247425, Some-college, 10, Never-married, Sales, Not-in-family, Black, Male, 0, 0, 40, Haiti, <=50K.
+51, Private, 128338, 7th-8th, 4, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 189344, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+18, Private, 366154, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+52, Private, 163051, 12th, 8, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 1628, 40, United-States, <=50K.
+31, Private, 437200, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+45, Private, 323798, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 53, United-States, >50K.
+38, Private, 182570, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 38, United-States, <=50K.
+21, Private, 200318, Assoc-acdm, 12, Never-married, Sales, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+33, Private, 48520, HS-grad, 9, Separated, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 130007, Some-college, 10, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 166248, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+43, Private, 203554, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 50, United-States, >50K.
+64, ?, 192715, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 1672, 10, United-States, <=50K.
+33, Self-emp-inc, 291333, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 45, United-States, >50K.
+49, Self-emp-not-inc, 39140, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+41, Private, 266439, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+55, Self-emp-not-inc, 126840, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+52, Private, 166419, Some-college, 10, Divorced, Adm-clerical, Not-in-family, Black, Female, 0, 0, 37, United-States, <=50K.
+42, Private, 287129, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 206827, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+42, Private, 173888, HS-grad, 9, Married-spouse-absent, Adm-clerical, Not-in-family, White, Male, 0, 0, 52, United-States, <=50K.
+41, State-gov, 253250, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+35, Private, 337239, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+71, ?, 113445, 5th-6th, 3, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 10, United-States, <=50K.
+54, Federal-gov, 201127, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 42, United-States, >50K.
+24, Private, 403107, 5th-6th, 3, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, Mexico, <=50K.
+59, ?, 179078, HS-grad, 9, Widowed, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+30, ?, 126402, 11th, 7, Never-married, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+57, Federal-gov, 223892, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
+58, State-gov, 191318, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 40, United-States, >50K.
+32, Private, 394708, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 119474, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 1055, 0, 25, United-States, <=50K.
+20, Private, 419984, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
+60, ?, 164730, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 190678, HS-grad, 9, Divorced, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, ?, <=50K.
+26, Local-gov, 197897, HS-grad, 9, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 20, England, <=50K.
+33, Private, 286675, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 191986, 10th, 6, Never-married, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+50, Self-emp-not-inc, 90525, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 15024, 0, 20, United-States, >50K.
+32, Private, 56150, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, Local-gov, 248327, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+18, Private, 90860, Some-college, 10, Never-married, Sales, Own-child, Asian-Pac-Islander, Female, 0, 0, 20, United-States, <=50K.
+35, Federal-gov, 104858, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+22, ?, 228686, Some-college, 10, Divorced, ?, Own-child, White, Male, 0, 1602, 25, United-States, <=50K.
+46, Private, 196707, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
+37, Private, 29430, HS-grad, 9, Divorced, Sales, Unmarried, White, Male, 0, 0, 45, United-States, <=50K.
+45, Private, 54038, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 1902, 20, United-States, >50K.
+63, Private, 281025, 9th, 5, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 32, United-States, <=50K.
+53, Private, 258832, HS-grad, 9, Never-married, Other-service, Other-relative, Asian-Pac-Islander, Male, 0, 0, 10, Philippines, <=50K.
+24, Private, 131220, HS-grad, 9, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+65, ?, 190454, 11th, 7, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 29, United-States, <=50K.
+43, Private, 315971, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 32, ?, >50K.
+47, Private, 265097, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 185057, HS-grad, 9, Never-married, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+27, Private, 169557, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 6849, 0, 40, United-States, <=50K.
+35, Self-emp-inc, 333636, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 75, United-States, <=50K.
+19, Private, 181652, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 24, United-States, <=50K.
+47, Private, 34307, Some-college, 10, Separated, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+25, Federal-gov, 198813, Bachelors, 13, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 1590, 40, United-States, <=50K.
+59, Local-gov, 240030, Prof-school, 15, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+28, Private, 226089, 10th, 6, Never-married, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+17, Private, 190941, 10th, 6, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+21, Private, 160261, Some-college, 10, Never-married, Exec-managerial, Own-child, Asian-Pac-Islander, Male, 2463, 0, 50, England, <=50K.
+31, Private, 208458, HS-grad, 9, Divorced, Sales, Unmarried, Other, Female, 0, 0, 40, Mexico, <=50K.
+49, Private, 112761, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+48, Local-gov, 67716, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 50, United-States, >50K.
+60, Self-emp-not-inc, 121076, Doctorate, 16, Divorced, Sales, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+33, Self-emp-not-inc, 182556, 12th, 8, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 231348, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 55395, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 52, United-States, <=50K.
+34, Private, 344073, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
+38, Federal-gov, 318912, Assoc-voc, 11, Divorced, Adm-clerical, Own-child, Black, Male, 0, 0, 52, United-States, <=50K.
+58, Self-emp-not-inc, 237546, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 70, United-States, >50K.
+20, Private, 346341, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, ?, <=50K.
+52, Private, 305090, Some-college, 10, Separated, Sales, Other-relative, White, Female, 0, 0, 55, United-States, <=50K.
+22, Local-gov, 198478, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 321435, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 35, United-States, >50K.
+39, Private, 259716, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
+41, Private, 191547, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 55, United-States, >50K.
+37, ?, 171482, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+56, Private, 225927, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 2580, 0, 40, United-States, <=50K.
+21, Private, 256504, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 168526, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
+45, Private, 44489, Assoc-voc, 11, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 10, United-States, <=50K.
+44, Local-gov, 159449, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 80, United-States, >50K.
+54, Private, 387540, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+24, Private, 314819, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 2174, 0, 40, United-States, <=50K.
+40, Private, 34722, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+43, State-gov, 125831, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 99999, 0, 60, United-States, >50K.
+20, ?, 239805, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 16, United-States, <=50K.
+41, Self-emp-not-inc, 264663, 11th, 7, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 294121, Assoc-voc, 11, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 83912, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 25, Mexico, <=50K.
+26, Private, 241626, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+50, State-gov, 137815, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+62, Self-emp-inc, 153891, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 3137, 0, 40, United-States, <=50K.
+24, Private, 83774, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 2885, 0, 45, United-States, <=50K.
+58, Private, 199067, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 65, United-States, >50K.
+44, Self-emp-inc, 57233, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+44, Private, 211517, 12th, 8, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+37, Self-emp-inc, 132879, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, >50K.
+65, Self-emp-not-inc, 72776, 7th-8th, 4, Never-married, Farming-fishing, Not-in-family, White, Male, 2964, 0, 40, United-States, <=50K.
+33, Private, 54318, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+34, ?, 143582, HS-grad, 9, Married-spouse-absent, ?, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 37, Taiwan, <=50K.
+56, Self-emp-not-inc, 174564, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
+35, Private, 179579, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 48, United-States, >50K.
+33, Private, 187618, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 1741, 40, United-States, <=50K.
+35, Private, 186819, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+47, Self-emp-not-inc, 60087, Some-college, 10, Married-spouse-absent, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
+35, Self-emp-not-inc, 28987, 9th, 5, Married-civ-spouse, Craft-repair, Husband, Amer-Indian-Eskimo, Male, 0, 0, 96, United-States, <=50K.
+56, Private, 187355, Some-college, 10, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+29, Self-emp-inc, 218555, Masters, 14, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+53, Self-emp-inc, 94214, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 7298, 0, 50, Thailand, >50K.
+42, Private, 204729, Assoc-voc, 11, Separated, Sales, Unmarried, Black, Female, 0, 0, 25, United-States, <=50K.
+20, ?, 281668, Some-college, 10, Never-married, ?, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
+24, Private, 236696, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 50, Taiwan, <=50K.
+33, Private, 179747, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 187322, 10th, 6, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+38, State-gov, 116975, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 1887, 50, United-States, >50K.
+32, Private, 205950, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+20, Self-emp-not-inc, 190968, 7th-8th, 4, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+32, Private, 160458, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+28, Local-gov, 190911, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
+51, Private, 85382, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, >50K.
+41, Local-gov, 129793, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+37, Local-gov, 270181, Assoc-acdm, 12, Married-spouse-absent, Other-service, Unmarried, Black, Female, 0, 0, 50, United-States, <=50K.
+23, Private, 243723, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+40, Private, 168113, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 652784, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+46, Self-emp-not-inc, 315984, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+24, Private, 311311, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 111336, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 28, United-States, <=50K.
+30, Self-emp-not-inc, 100252, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Own-child, Asian-Pac-Islander, Male, 0, 0, 60, South, <=50K.
+41, State-gov, 186990, Prof-school, 15, Widowed, Prof-specialty, Not-in-family, Other, Female, 0, 0, 52, United-States, >50K.
+37, State-gov, 241633, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, Black, Female, 0, 0, 45, United-States, >50K.
+49, Federal-gov, 252616, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
+41, Federal-gov, 46366, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, Black, Female, 0, 0, 50, United-States, >50K.
+52, Local-gov, 266138, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+23, Private, 32732, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+34, Private, 361978, HS-grad, 9, Divorced, Craft-repair, Unmarried, Black, Female, 1471, 0, 40, United-States, <=50K.
+25, State-gov, 77661, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 2444, 40, United-States, >50K.
+44, Self-emp-inc, 60087, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
+31, Local-gov, 197550, HS-grad, 9, Divorced, Prof-specialty, Unmarried, White, Male, 0, 0, 33, United-States, <=50K.
+53, Private, 170701, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+62, Private, 159822, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+35, Private, 211494, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 1876, 55, United-States, <=50K.
+30, Federal-gov, 340899, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+48, State-gov, 224752, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
+36, Private, 102568, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
+32, Private, 220690, 11th, 7, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 33, United-States, <=50K.
+22, Private, 303170, Some-college, 10, Never-married, Priv-house-serv, Own-child, White, Female, 0, 0, 28, United-States, <=50K.
+17, ?, 143331, 11th, 7, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 192162, HS-grad, 9, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+26, Private, 201635, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+20, ?, 55263, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+56, State-gov, 133728, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 35, United-States, >50K.
+45, Private, 347025, 7th-8th, 4, Widowed, Other-service, Unmarried, White, Female, 0, 0, 21, United-States, <=50K.
+23, Private, 110998, Some-college, 10, Never-married, Adm-clerical, Own-child, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
+31, Private, 122347, HS-grad, 9, Separated, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 127875, 11th, 7, Never-married, Sales, Unmarried, White, Female, 0, 0, 8, United-States, <=50K.
+42, Private, 167534, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 5013, 0, 35, United-States, <=50K.
+27, State-gov, 152560, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+37, Private, 265144, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+31, Private, 302679, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+33, Private, 290763, Bachelors, 13, Separated, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+64, Private, 86837, Preschool, 1, Married-civ-spouse, Handlers-cleaners, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
+32, Private, 147118, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+62, ?, 103575, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 5178, 0, 40, United-States, >50K.
+37, Private, 169469, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 189334, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+49, Private, 139571, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 4064, 0, 40, United-States, <=50K.
+36, Private, 111545, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 40, United-States, >50K.
+67, Private, 72776, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 10566, 0, 15, United-States, <=50K.
+54, Private, 307973, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
+45, Local-gov, 211666, Doctorate, 16, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
+30, Private, 143766, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+39, State-gov, 112812, HS-grad, 9, Married-civ-spouse, Protective-serv, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+57, Private, 43290, 10th, 6, Divorced, Other-service, Not-in-family, Amer-Indian-Eskimo, Female, 0, 0, 20, United-States, <=50K.
+57, Private, 111385, 10th, 6, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+23, Self-emp-not-inc, 145744, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+49, Local-gov, 126754, HS-grad, 9, Married-civ-spouse, Other-service, Other-relative, White, Male, 0, 0, 40, Italy, <=50K.
+46, State-gov, 54260, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 10, United-States, >50K.
+41, State-gov, 34895, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Female, 0, 0, 43, United-States, <=50K.
+44, Private, 166740, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+25, Private, 143062, Bachelors, 13, Never-married, Other-service, Own-child, White, Female, 2463, 0, 30, United-States, <=50K.
+34, Local-gov, 191957, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 45, United-States, >50K.
+24, Private, 109456, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+32, Private, 198183, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+27, Local-gov, 157449, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 50, United-States, >50K.
+67, Private, 53874, 12th, 8, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, Cuba, <=50K.
+36, Private, 191754, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 320071, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 1408, 48, United-States, <=50K.
+24, Private, 164574, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 185870, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 1902, 40, United-States, >50K.
+44, State-gov, 165745, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
+23, Self-emp-not-inc, 40323, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+46, Private, 199378, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 90, United-States, <=50K.
+31, Private, 289889, Assoc-voc, 11, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+21, Local-gov, 152200, Some-college, 10, Married-civ-spouse, Protective-serv, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+61, Private, 198231, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+71, Self-emp-not-inc, 28865, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 15, United-States, <=50K.
+42, Private, 26915, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+27, ?, 108926, Some-college, 10, Married-civ-spouse, ?, Husband, Black, Male, 0, 0, 5, United-States, <=50K.
+21, State-gov, 204034, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 16, United-States, <=50K.
+21, Private, 243368, Preschool, 1, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 25, Mexico, <=50K.
+28, Local-gov, 191088, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 2354, 0, 60, United-States, <=50K.
+27, Local-gov, 194515, Assoc-acdm, 12, Never-married, Prof-specialty, Own-child, Black, Female, 0, 0, 37, United-States, <=50K.
+32, Private, 28984, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 2001, 25, United-States, <=50K.
+47, Private, 125892, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 37932, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 35, England, <=50K.
+56, Private, 249751, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 191948, HS-grad, 9, Married-civ-spouse, Other-service, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 97306, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+22, Private, 176178, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+28, Private, 142764, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 7688, 0, 45, United-States, >50K.
+50, Private, 148431, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+66, State-gov, 148380, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 1424, 0, 10, United-States, <=50K.
+38, Private, 314890, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 46, United-States, <=50K.
+62, Private, 177493, 12th, 8, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+36, Federal-gov, 327435, Masters, 14, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
+47, Private, 275967, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+25, Private, 176520, HS-grad, 9, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 186463, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 50380, 11th, 7, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+70, Self-emp-not-inc, 323987, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 8, United-States, <=50K.
+52, Private, 192445, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+70, Private, 142851, 9th, 5, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 18, United-States, <=50K.
+19, State-gov, 42750, HS-grad, 9, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 199011, 11th, 7, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 3, United-States, <=50K.
+37, Private, 98644, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 16, ?, >50K.
+37, Private, 173963, 11th, 7, Separated, Sales, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+45, State-gov, 284763, Some-college, 10, Divorced, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 108775, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+56, Self-emp-not-inc, 233312, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 20, Poland, <=50K.
+50, Private, 197826, Masters, 14, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 123007, HS-grad, 9, Never-married, Adm-clerical, Other-relative, White, Male, 0, 2001, 30, United-States, <=50K.
+26, Private, 264012, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+41, Self-emp-inc, 214247, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 2415, 60, United-States, >50K.
+21, Private, 200121, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+48, Self-emp-not-inc, 138069, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 2042, 50, United-States, <=50K.
+22, Private, 33551, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+37, State-gov, 89083, Assoc-acdm, 12, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+47, Private, 369438, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 30, United-States, >50K.
+61, Private, 93997, Bachelors, 13, Divorced, Sales, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+47, Local-gov, 169699, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+37, Private, 115429, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 25, United-States, <=50K.
+46, State-gov, 96652, Assoc-voc, 11, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+42, Self-emp-not-inc, 103759, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+41, Private, 54422, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+33, Local-gov, 107215, 9th, 5, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 194630, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+27, Private, 102142, Assoc-acdm, 12, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+40, Federal-gov, 134638, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 39, United-States, <=50K.
+56, Private, 46920, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+35, Federal-gov, 207973, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, Canada, <=50K.
+24, Private, 208946, Assoc-voc, 11, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+73, Self-emp-not-inc, 252431, Some-college, 10, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 1, United-States, <=50K.
+36, Private, 251730, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+31, Private, 301251, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
+50, ?, 137632, HS-grad, 9, Married-civ-spouse, ?, Husband, Black, Male, 0, 0, 45, Haiti, <=50K.
+36, Private, 197274, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 106043, HS-grad, 9, Married-civ-spouse, Sales, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+26, Private, 195636, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
+20, Private, 237956, HS-grad, 9, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 40, Cuba, <=50K.
+58, Private, 31532, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+45, State-gov, 276157, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+33, ?, 207668, Bachelors, 13, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 142921, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+44, Private, 217039, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 60, United-States, >50K.
+19, Local-gov, 259169, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+54, Private, 409173, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, Black, Male, 0, 0, 50, Puerto-Rico, >50K.
+31, State-gov, 73161, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1740, 40, United-States, <=50K.
+27, Private, 241431, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+36, Private, 151764, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 5178, 0, 40, United-States, >50K.
+47, Federal-gov, 131726, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 1876, 40, United-States, <=50K.
+35, Private, 334291, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+42, Private, 67243, 1st-4th, 2, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 55, Portugal, >50K.
+45, Private, 370261, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+70, Private, 573446, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 1455, 0, 40, United-States, <=50K.
+27, Local-gov, 189775, 12th, 8, Never-married, Other-service, Own-child, Black, Female, 0, 0, 44, United-States, <=50K.
+36, Private, 312206, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
+23, Private, 86939, HS-grad, 9, Married-spouse-absent, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 221757, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+45, Self-emp-not-inc, 213140, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 7688, 0, 45, United-States, >50K.
+24, Private, 308673, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+90, Private, 149069, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 1825, 50, United-States, >50K.
+50, Private, 69345, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 1902, 44, United-States, >50K.
+37, Private, 112158, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 7688, 0, 99, United-States, >50K.
+31, Private, 386299, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+17, Private, 61838, 11th, 7, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 290286, Some-college, 10, Never-married, Adm-clerical, Not-in-family, Black, Male, 0, 0, 38, United-States, <=50K.
+41, Private, 143069, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+50, Self-emp-inc, 145714, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+45, Self-emp-not-inc, 285570, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 80, United-States, <=50K.
+54, Self-emp-not-inc, 399705, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
+54, Private, 186224, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 172918, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 198270, HS-grad, 9, Married-civ-spouse, Sales, Other-relative, White, Female, 0, 0, 38, United-States, <=50K.
+43, Private, 307767, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+19, ?, 208630, HS-grad, 9, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+30, Private, 169002, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
+31, ?, 186369, 9th, 5, Divorced, ?, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+42, Private, 99203, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 3325, 0, 40, United-States, <=50K.
+48, Private, 197836, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+56, Private, 140136, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 35, United-States, >50K.
+21, Local-gov, 402230, Some-college, 10, Never-married, Adm-clerical, Unmarried, White, Male, 0, 0, 36, United-States, <=50K.
+45, Private, 167159, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 116409, Prof-school, 15, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+38, Local-gov, 105161, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+34, Private, 263908, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+29, Private, 189565, HS-grad, 9, Divorced, Protective-serv, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 224059, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+79, ?, 27457, Masters, 14, Never-married, ?, Not-in-family, White, Female, 0, 0, 23, United-States, <=50K.
+35, Private, 240988, Assoc-acdm, 12, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
+39, Self-emp-not-inc, 41017, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+73, Self-emp-not-inc, 214498, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 12, United-States, <=50K.
+57, Private, 186361, Assoc-voc, 11, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+35, Self-emp-inc, 165799, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+60, Private, 266983, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 32, United-States, <=50K.
+19, ?, 165416, Some-college, 10, Never-married, ?, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+54, Private, 226497, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+53, Self-emp-not-inc, 99516, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 177287, Some-college, 10, Never-married, Exec-managerial, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+57, Self-emp-not-inc, 27385, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 48, United-States, >50K.
+27, Self-emp-not-inc, 147452, 10th, 6, Never-married, Sales, Own-child, White, Female, 0, 0, 48, United-States, <=50K.
+25, Private, 144334, HS-grad, 9, Never-married, Exec-managerial, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 217926, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 153312, Some-college, 10, Married-civ-spouse, Sales, Husband, Black, Male, 0, 0, 60, United-States, >50K.
+24, Private, 126822, HS-grad, 9, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
+67, Self-emp-inc, 51415, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 171886, HS-grad, 9, Never-married, Other-service, Own-child, Black, Male, 0, 0, 35, United-States, <=50K.
+38, Private, 216319, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 40, China, >50K.
+54, Private, 279337, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+20, Self-emp-not-inc, 115085, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+57, Private, 453233, 10th, 6, Separated, Exec-managerial, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
+34, Federal-gov, 400943, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 44, United-States, <=50K.
+34, Private, 226883, HS-grad, 9, Separated, Craft-repair, Unmarried, White, Male, 0, 0, 49, United-States, <=50K.
+80, Private, 138050, HS-grad, 9, Married-spouse-absent, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 16, United-States, <=50K.
+40, Private, 204585, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+19, Local-gov, 220558, 11th, 7, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 35, United-States, <=50K.
+35, Private, 198841, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 56, United-States, <=50K.
+21, Private, 67244, HS-grad, 9, Never-married, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+59, Local-gov, 75785, 11th, 7, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+53, Private, 85423, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
+41, Self-emp-not-inc, 134724, Assoc-voc, 11, Married-civ-spouse, Other-service, Wife, White, Female, 3103, 0, 40, United-States, >50K.
+59, Private, 109567, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+21, ?, 132053, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+52, Private, 157413, 1st-4th, 2, Divorced, Farming-fishing, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 238567, 5th-6th, 3, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+24, Private, 153133, 12th, 8, Never-married, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+49, Private, 186256, Prof-school, 15, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+19, Private, 260265, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+50, Private, 131819, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+39, Private, 141584, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, >50K.
+25, Private, 245121, HS-grad, 9, Married-civ-spouse, Other-service, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
+66, Private, 22502, 7th-8th, 4, Divorced, Other-service, Other-relative, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
+30, Private, 23778, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 4416, 0, 40, United-States, <=50K.
+49, Private, 380922, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 80, United-States, >50K.
+40, Self-emp-not-inc, 173651, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+38, Private, 191137, 10th, 6, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 217006, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, State-gov, 22211, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 37, United-States, >50K.
+23, Local-gov, 57711, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, Germany, <=50K.
+60, Self-emp-not-inc, 123190, 9th, 5, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 67, United-States, >50K.
+44, Private, 110028, HS-grad, 9, Divorced, Sales, Not-in-family, White, Male, 27828, 0, 60, United-States, >50K.
+53, Self-emp-not-inc, 174102, Prof-school, 15, Divorced, Prof-specialty, Unmarried, White, Male, 25236, 0, 60, United-States, >50K.
+66, Self-emp-not-inc, 183249, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 20, United-States, >50K.
+18, ?, 240183, HS-grad, 9, Never-married, ?, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
+44, Local-gov, 49665, Assoc-voc, 11, Divorced, Machine-op-inspct, Unmarried, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 210438, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+30, Private, 53373, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+36, Private, 295706, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 3674, 0, 42, United-States, <=50K.
+38, Local-gov, 273457, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+31, Federal-gov, 165949, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+26, Private, 142152, 11th, 7, Never-married, Transport-moving, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+23, Private, 189203, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
+58, State-gov, 179089, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+44, Self-emp-not-inc, 53956, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 3137, 0, 40, United-States, <=50K.
+59, Self-emp-inc, 77816, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 40, United-States, >50K.
+36, Local-gov, 74593, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 196158, Some-college, 10, Divorced, Other-service, Not-in-family, White, Female, 8614, 0, 52, United-States, >50K.
+17, Private, 28544, 11th, 7, Never-married, Sales, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+59, Local-gov, 662460, 10th, 6, Widowed, Prof-specialty, Unmarried, White, Female, 0, 0, 15, United-States, <=50K.
+22, Private, 152328, Some-college, 10, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 120277, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+36, Private, 180278, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+19, ?, 426589, HS-grad, 9, Never-married, ?, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+49, Private, 111558, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 1977, 25, United-States, >50K.
+18, ?, 243203, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
+38, Self-emp-not-inc, 195686, HS-grad, 9, Separated, Exec-managerial, Unmarried, White, Male, 0, 0, 25, United-States, <=50K.
+48, Private, 226696, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+53, ?, 118058, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, >50K.
+33, Private, 172237, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 46, United-States, <=50K.
+34, Self-emp-not-inc, 114074, Assoc-voc, 11, Widowed, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+41, Federal-gov, 171589, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, ?, >50K.
+20, ?, 184271, Assoc-acdm, 12, Never-married, ?, Own-child, White, Female, 594, 0, 20, United-States, <=50K.
+58, Local-gov, 218724, HS-grad, 9, Widowed, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+52, Private, 134190, 10th, 6, Divorced, Transport-moving, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+45, Local-gov, 181964, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1887, 47, United-States, >50K.
+37, Private, 385330, 7th-8th, 4, Separated, Other-service, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 242406, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Dominican-Republic, <=50K.
+40, Federal-gov, 107584, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+29, Private, 127892, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+33, Private, 160261, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, Asian-Pac-Islander, Male, 0, 0, 10, United-States, <=50K.
+51, ?, 285200, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 2105, 0, 24, United-States, <=50K.
+48, Private, 153254, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, Black, Male, 0, 0, 48, United-States, <=50K.
+36, Self-emp-not-inc, 294672, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 145924, Some-college, 10, Divorced, Machine-op-inspct, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+41, Self-emp-not-inc, 280005, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+29, Federal-gov, 66893, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 47039, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+53, Federal-gov, 36186, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+37, Private, 159383, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 192010, Bachelors, 13, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 35, United-States, <=50K.
+27, Private, 216479, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+57, ?, 274680, Preschool, 1, Separated, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 211345, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, Nicaragua, <=50K.
+25, Private, 203561, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 56, United-States, >50K.
+63, Private, 170815, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 38, United-States, <=50K.
+65, Self-emp-not-inc, 200565, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 18, United-States, <=50K.
+77, Private, 89655, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 234195, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 98466, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+67, Private, 191437, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+35, Private, 77792, HS-grad, 9, Married-civ-spouse, Other-service, Wife, Asian-Pac-Islander, Female, 0, 0, 40, ?, <=50K.
+24, Local-gov, 134181, Masters, 14, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+53, State-gov, 195690, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 50, United-States, >50K.
+37, Self-emp-inc, 94869, Masters, 14, Divorced, Prof-specialty, Not-in-family, Black, Male, 4787, 0, 40, United-States, >50K.
+44, State-gov, 267464, Some-college, 10, Separated, Tech-support, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+25, ?, 257006, 11th, 7, Divorced, ?, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+17, Private, 81010, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+47, Private, 54260, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 60, United-States, >50K.
+62, Federal-gov, 171995, 10th, 6, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 2829, 0, 40, United-States, <=50K.
+39, Private, 245665, Assoc-acdm, 12, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+18, ?, 35855, 11th, 7, Never-married, ?, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+32, State-gov, 189838, Some-college, 10, Divorced, Prof-specialty, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+25, Private, 629900, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 0, 0, 40, United-States, >50K.
+30, Private, 84119, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 65, United-States, >50K.
+47, Private, 47343, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+40, Private, 103614, 10th, 6, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 303092, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+41, State-gov, 124520, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+21, Private, 220857, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+32, State-gov, 247481, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 48, United-States, >50K.
+54, Private, 283281, 7th-8th, 4, Never-married, Craft-repair, Not-in-family, Black, Male, 0, 0, 50, United-States, <=50K.
+31, Private, 25610, Preschool, 1, Never-married, Handlers-cleaners, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 25, United-States, <=50K.
+42, Private, 13769, Assoc-voc, 11, Divorced, Prof-specialty, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 283969, 10th, 6, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, Mexico, <=50K.
+18, Private, 185522, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 33, United-States, <=50K.
+65, ?, 173309, 7th-8th, 4, Widowed, ?, Not-in-family, White, Female, 401, 0, 12, United-States, <=50K.
+37, Private, 144005, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+53, State-gov, 205949, Assoc-acdm, 12, Divorced, Adm-clerical, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+50, Private, 158948, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 84, United-States, <=50K.
+64, Private, 240357, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
+55, Private, 243929, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+63, Private, 201700, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+53, Private, 208402, Some-college, 10, Divorced, Adm-clerical, Unmarried, Other, Female, 4865, 0, 45, Mexico, <=50K.
+18, Private, 120599, 11th, 7, Never-married, Adm-clerical, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 231826, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+62, Private, 499971, 11th, 7, Widowed, Handlers-cleaners, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+56, Private, 227972, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 48, Germany, >50K.
+58, State-gov, 299680, Masters, 14, Married-civ-spouse, Adm-clerical, Husband, White, Male, 15024, 0, 43, United-States, >50K.
+33, Private, 231822, 10th, 6, Separated, Sales, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
+58, Private, 185459, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+44, Private, 90582, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
+81, Private, 184615, 7th-8th, 4, Widowed, Machine-op-inspct, Unmarried, White, Female, 1264, 0, 40, United-States, <=50K.
+28, Private, 173858, HS-grad, 9, Never-married, Craft-repair, Other-relative, Asian-Pac-Islander, Male, 0, 0, 35, China, <=50K.
+28, Private, 132326, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+43, Private, 315037, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
+51, Private, 175122, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 239577, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 52, United-States, <=50K.
+48, Self-emp-not-inc, 96975, HS-grad, 9, Separated, Other-service, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
+45, Self-emp-inc, 61885, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 48, United-States, >50K.
+48, Private, 185870, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+37, State-gov, 142282, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 16, United-States, <=50K.
+34, Private, 334744, Masters, 14, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 50, United-States, >50K.
+63, Self-emp-not-inc, 201600, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 1902, 60, United-States, >50K.
+38, Private, 34378, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 180271, HS-grad, 9, Never-married, Tech-support, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 123833, 9th, 5, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 213304, 5th-6th, 3, Separated, Other-service, Unmarried, White, Female, 0, 0, 40, El-Salvador, <=50K.
+30, Private, 296538, 9th, 5, Divorced, Farming-fishing, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+35, Private, 391937, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+54, Self-emp-inc, 175339, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 2415, 40, United-States, >50K.
+26, Private, 60726, Masters, 14, Never-married, Exec-managerial, Not-in-family, Black, Male, 6849, 0, 50, United-States, <=50K.
+39, Private, 191103, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 54, United-States, <=50K.
+34, State-gov, 32174, HS-grad, 9, Separated, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+55, Private, 176219, Bachelors, 13, Married-civ-spouse, Machine-op-inspct, Husband, Asian-Pac-Islander, Male, 0, 0, 40, India, <=50K.
+33, Self-emp-not-inc, 294434, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 76, United-States, >50K.
+17, Private, 310885, 7th-8th, 4, Never-married, Other-service, Own-child, White, Male, 0, 0, 36, Mexico, <=50K.
+27, Private, 171133, 10th, 6, Never-married, Other-service, Own-child, White, Female, 0, 0, 38, United-States, <=50K.
+53, Private, 162951, 9th, 5, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 41, United-States, >50K.
+43, Private, 223934, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+22, Private, 23940, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
+52, Private, 88073, Bachelors, 13, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+60, Private, 57371, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+55, Self-emp-not-inc, 73684, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 65, United-States, >50K.
+39, Private, 107164, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
+29, Private, 120126, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1848, 40, United-States, >50K.
+41, Self-emp-not-inc, 54611, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 7298, 0, 50, United-States, >50K.
+61, Private, 131117, HS-grad, 9, Widowed, Transport-moving, Unmarried, White, Female, 0, 0, 40, Puerto-Rico, <=50K.
+71, Federal-gov, 101676, 10th, 6, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 403965, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+33, Private, 177083, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, Canada, <=50K.
+52, Private, 173987, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+40, Private, 352080, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+26, ?, 102400, HS-grad, 9, Married-civ-spouse, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+31, Local-gov, 378426, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 99, Columbia, <=50K.
+42, Private, 210857, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 50, United-States, >50K.
+63, Private, 165775, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 21, United-States, <=50K.
+53, Private, 295896, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+34, State-gov, 238944, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+48, Private, 149640, Some-college, 10, Separated, Craft-repair, Unmarried, White, Male, 1506, 0, 40, Honduras, <=50K.
+67, ?, 106175, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 20, United-States, >50K.
+49, Private, 191320, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 24, United-States, <=50K.
+28, Local-gov, 134771, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 55, United-States, <=50K.
+51, ?, 295538, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+44, Private, 120277, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 60, United-States, >50K.
+27, Private, 82393, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, >50K.
+49, Private, 146121, 5th-6th, 3, Married-spouse-absent, Machine-op-inspct, Unmarried, Asian-Pac-Islander, Female, 0, 0, 20, Vietnam, <=50K.
+34, Private, 162544, 7th-8th, 4, Never-married, Priv-house-serv, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+27, Self-emp-not-inc, 216178, Bachelors, 13, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+38, Self-emp-not-inc, 248694, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 36, United-States, <=50K.
+24, Private, 219140, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 360401, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 1719, 48, United-States, <=50K.
+39, Private, 319962, HS-grad, 9, Divorced, Sales, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+50, Private, 115284, Masters, 14, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+42, Private, 29702, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 42, United-States, >50K.
+63, ?, 107085, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 7, United-States, <=50K.
+44, State-gov, 204361, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+58, Private, 218312, HS-grad, 9, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 182332, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+23, Private, 127876, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+20, Private, 316702, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+46, Self-emp-not-inc, 292549, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+21, Private, 203178, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+63, Private, 180099, 10th, 6, Separated, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 154541, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 4386, 0, 40, United-States, >50K.
+27, Private, 95465, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+41, Private, 171839, Masters, 14, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 50, United-States, >50K.
+43, Private, 115562, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 50, United-States, >50K.
+39, State-gov, 42478, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+48, ?, 117054, 5th-6th, 3, Divorced, ?, Not-in-family, White, Male, 0, 0, 99, United-States, <=50K.
+56, Self-emp-inc, 124137, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 45, United-States, >50K.
+44, State-gov, 107503, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 5013, 0, 60, United-States, <=50K.
+24, Private, 70261, Some-college, 10, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+49, Private, 367037, Assoc-acdm, 12, Divorced, Adm-clerical, Not-in-family, White, Female, 4650, 0, 40, United-States, <=50K.
+38, Private, 258339, Assoc-voc, 11, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 70, Iran, <=50K.
+36, Self-emp-not-inc, 269509, HS-grad, 9, Divorced, Sales, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+27, State-gov, 301302, Doctorate, 16, Married-spouse-absent, Tech-support, Not-in-family, White, Male, 0, 0, 20, ?, <=50K.
+50, Private, 369367, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+46, Private, 224582, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 52, United-States, <=50K.
+41, Local-gov, 343591, Bachelors, 13, Separated, Prof-specialty, Unmarried, White, Female, 0, 0, 10, United-States, <=50K.
+45, ?, 53540, 11th, 7, Divorced, ?, Unmarried, Black, Female, 0, 0, 16, United-States, <=50K.
+46, Private, 153536, 12th, 8, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+65, ?, 91262, HS-grad, 9, Married-civ-spouse, ?, Husband, Asian-Pac-Islander, Male, 0, 0, 48, United-States, >50K.
+44, Private, 238574, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+35, Private, 247558, Some-college, 10, Divorced, Tech-support, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+44, Self-emp-not-inc, 188278, Assoc-acdm, 12, Divorced, Exec-managerial, Unmarried, Black, Female, 0, 0, 45, United-States, <=50K.
+51, Private, 194995, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+74, Local-gov, 168782, 7th-8th, 4, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+32, Private, 287229, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+22, Private, 202153, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+58, ?, 230586, 10th, 6, Widowed, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+47, Private, 115358, HS-grad, 9, Divorced, Exec-managerial, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 78283, 12th, 8, Never-married, Transport-moving, Unmarried, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
+64, Federal-gov, 168854, Some-college, 10, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+44, Private, 222011, Masters, 14, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 25, United-States, >50K.
+59, Private, 157749, Bachelors, 13, Widowed, Exec-managerial, Unmarried, White, Male, 0, 3004, 40, United-States, >50K.
+34, Private, 203814, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 35, United-States, <=50K.
+54, Private, 74660, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Male, 0, 0, 40, Canada, >50K.
+33, Private, 292603, Some-college, 10, Divorced, Other-service, Not-in-family, Black, Female, 0, 0, 30, Dominican-Republic, <=50K.
+44, Private, 172364, 1st-4th, 2, Married-civ-spouse, Transport-moving, Wife, White, Female, 3908, 0, 60, United-States, <=50K.
+31, Private, 305619, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+30, State-gov, 157990, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 120243, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 17, United-States, <=50K.
+56, Self-emp-not-inc, 296991, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, England, >50K.
+24, Private, 174845, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 180475, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 152652, 11th, 7, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 172941, Bachelors, 13, Never-married, Prof-specialty, Unmarried, Black, Male, 0, 0, 20, United-States, <=50K.
+39, Federal-gov, 450770, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
+49, Self-emp-not-inc, 166003, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+22, ?, 204935, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+42, State-gov, 60949, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+51, Local-gov, 181132, Masters, 14, Separated, Prof-specialty, Not-in-family, White, Male, 0, 0, 39, United-States, >50K.
+20, Private, 408988, Some-college, 10, Never-married, Sales, Own-child, White, Female, 594, 0, 24, United-States, <=50K.
+49, Private, 169515, 10th, 6, Never-married, Machine-op-inspct, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 250087, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+41, Private, 208613, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 225172, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+20, ?, 125905, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+35, Private, 165007, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 4386, 0, 42, United-States, >50K.
+46, Private, 165346, Masters, 14, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 8, United-States, <=50K.
+35, Private, 37655, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
+21, Private, 172047, Some-college, 10, Never-married, Tech-support, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+45, Private, 178530, 12th, 8, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+37, Local-gov, 347491, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+45, Self-emp-inc, 208049, Assoc-acdm, 12, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 1590, 40, United-States, <=50K.
+18, Private, 111019, 10th, 6, Never-married, Other-service, Own-child, White, Male, 0, 0, 24, United-States, <=50K.
+53, Self-emp-not-inc, 163826, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+24, Local-gov, 117023, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+35, Private, 281982, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 150025, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
+50, Private, 176215, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 7688, 0, 56, United-States, >50K.
+38, Private, 166062, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+34, Local-gov, 28568, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+53, Private, 53833, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 32, United-States, >50K.
+46, Private, 219967, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 45, United-States, >50K.
+50, Private, 309017, Some-college, 10, Divorced, Sales, Unmarried, White, Male, 0, 0, 45, United-States, <=50K.
+45, Private, 353083, Some-college, 10, Separated, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 257992, Assoc-voc, 11, Never-married, Sales, Own-child, Black, Male, 0, 0, 23, United-States, <=50K.
+41, Private, 283174, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 99999, 0, 40, United-States, >50K.
+43, Self-emp-not-inc, 185413, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 50, United-States, >50K.
+29, Private, 207513, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 56, United-States, <=50K.
+53, Private, 56213, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+24, Private, 100961, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+35, Private, 51700, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 199224, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+43, Local-gov, 70055, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 56, United-States, <=50K.
+38, Private, 183683, 10th, 6, Married-spouse-absent, Other-service, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+64, Private, 45868, 7th-8th, 4, Separated, Priv-house-serv, Not-in-family, Other, Female, 0, 0, 35, Mexico, <=50K.
+37, Private, 94706, Bachelors, 13, Never-married, Prof-specialty, Own-child, Amer-Indian-Eskimo, Male, 27828, 0, 40, United-States, >50K.
+48, Private, 322183, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 35, United-States, >50K.
+27, Self-emp-not-inc, 226976, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+45, Private, 262678, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 135056, Masters, 14, Widowed, Prof-specialty, Not-in-family, White, Female, 10520, 0, 38, United-States, >50K.
+33, ?, 148380, Bachelors, 13, Married-civ-spouse, ?, Wife, White, Female, 3103, 0, 60, United-States, >50K.
+42, Private, 270710, 9th, 5, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 166220, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 50, United-States, <=50K.
+29, Private, 229803, HS-grad, 9, Married-spouse-absent, Transport-moving, Not-in-family, Black, Male, 0, 0, 49, Haiti, <=50K.
+71, Self-emp-inc, 172652, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+29, Federal-gov, 204796, 10th, 6, Separated, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+23, State-gov, 186634, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 16, United-States, <=50K.
+28, Private, 106672, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 2, United-States, <=50K.
+55, Private, 135339, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 40, China, >50K.
+47, State-gov, 287547, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+21, ?, 197583, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+33, Private, 159737, HS-grad, 9, Separated, Handlers-cleaners, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+35, Local-gov, 252217, 12th, 8, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+42, Self-emp-inc, 202466, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 45, United-States, >50K.
+33, Private, 123031, HS-grad, 9, Married-spouse-absent, Adm-clerical, Unmarried, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 226296, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 232036, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+19, ?, 233779, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+21, ?, 152328, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+46, Self-emp-not-inc, 481987, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+42, Private, 107563, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
+28, Private, 184806, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 58, United-States, <=50K.
+36, Private, 188850, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+39, Private, 127573, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+27, Private, 72443, HS-grad, 9, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+57, Private, 142080, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, Black, Female, 0, 0, 38, United-States, >50K.
+50, Private, 143353, HS-grad, 9, Divorced, Priv-house-serv, Unmarried, Black, Female, 0, 0, 12, United-States, <=50K.
+63, Private, 172433, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+44, Private, 67874, Some-college, 10, Divorced, Sales, Unmarried, White, Male, 0, 625, 50, United-States, <=50K.
+38, Private, 415578, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+30, Self-emp-not-inc, 370498, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 140513, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 25, United-States, <=50K.
+44, Self-emp-not-inc, 193882, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+24, Private, 289909, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 284078, Some-college, 10, Never-married, Transport-moving, Not-in-family, White, Male, 2354, 0, 40, United-States, <=50K.
+42, Self-emp-not-inc, 83953, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+54, Private, 167380, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+45, State-gov, 112761, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+37, Private, 420040, 1st-4th, 2, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+30, Federal-gov, 42900, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 32086, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+19, Private, 291181, 9th, 5, Never-married, Other-service, Own-child, White, Female, 0, 0, 50, Mexico, <=50K.
+22, Private, 71009, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
+65, Federal-gov, 200764, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+52, ?, 133336, 10th, 6, Divorced, ?, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
+36, Self-emp-not-inc, 166193, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+22, Private, 240229, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 334032, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+30, State-gov, 184901, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+47, Private, 132912, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+29, Private, 217290, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+36, Private, 184655, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 242739, Bachelors, 13, Divorced, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+52, Private, 279344, Masters, 14, Married-civ-spouse, Exec-managerial, Wife, White, Female, 15024, 0, 60, United-States, >50K.
+62, Private, 166691, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+42, Private, 154374, Masters, 14, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, >50K.
+33, Private, 31740, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+17, Private, 129396, 11th, 7, Never-married, Sales, Other-relative, White, Female, 0, 0, 26, United-States, <=50K.
+54, Private, 195015, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 187431, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+45, State-gov, 259087, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+37, State-gov, 62428, Some-college, 10, Never-married, Prof-specialty, Unmarried, Black, Female, 0, 0, 15, United-States, <=50K.
+21, Private, 77572, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 34, South, <=50K.
+29, Private, 245402, Bachelors, 13, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+18, State-gov, 201117, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+18, ?, 36779, 11th, 7, Never-married, ?, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+62, Private, 177028, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 106306, Some-college, 10, Never-married, Craft-repair, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+62, Private, 101582, 7th-8th, 4, Widowed, Machine-op-inspct, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+58, Local-gov, 158357, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+34, Private, 377850, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+62, Private, 207443, 11th, 7, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 50, United-States, <=50K.
+23, Private, 130959, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 12, United-States, <=50K.
+37, Private, 112497, Bachelors, 13, Married-spouse-absent, Exec-managerial, Unmarried, White, Male, 4934, 0, 50, United-States, >50K.
+42, Private, 190545, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 46, United-States, <=50K.
+21, Private, 114292, 11th, 7, Never-married, Other-service, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 75171, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+27, Private, 312939, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 52870, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 174947, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, >50K.
+62, Local-gov, 106069, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 298696, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+33, Private, 392812, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 50, United-States, >50K.
+53, Private, 117932, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+64, Private, 135527, Assoc-voc, 11, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+60, Private, 135158, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 15024, 0, 48, United-States, >50K.
+47, Private, 54260, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+45, State-gov, 28171, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 150324, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 109494, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 5178, 0, 45, United-States, >50K.
+57, Private, 204209, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 3103, 0, 40, United-States, >50K.
+19, Private, 328167, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+26, Private, 157617, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, ?, <=50K.
+63, Self-emp-inc, 180955, 5th-6th, 3, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 25, United-States, <=50K.
+42, Private, 478373, Assoc-acdm, 12, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+38, Self-emp-not-inc, 245090, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 50, United-States, >50K.
+34, Private, 209900, 10th, 6, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+20, ?, 228649, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+35, Private, 190297, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 44780, Bachelors, 13, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 8, United-States, >50K.
+52, State-gov, 32372, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 137184, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+67, Private, 366425, Doctorate, 16, Divorced, Exec-managerial, Not-in-family, White, Male, 99999, 0, 60, United-States, >50K.
+26, Private, 160307, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 2001, 40, United-States, <=50K.
+58, Private, 170480, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+48, Private, 224393, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+25, Private, 173212, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 86646, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 4865, 0, 48, United-States, <=50K.
+25, Private, 108683, Some-college, 10, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 50, United-States, <=50K.
+18, Private, 70021, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 12, United-States, <=50K.
+36, Private, 192939, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+45, Self-emp-not-inc, 144086, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+34, Private, 97614, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+68, Self-emp-inc, 260198, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+37, Private, 486194, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, Guatemala, <=50K.
+21, Private, 112225, Some-college, 10, Never-married, Exec-managerial, Own-child, Asian-Pac-Islander, Male, 0, 0, 15, United-States, <=50K.
+49, Private, 164200, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Local-gov, 52401, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+41, Private, 195821, Doctorate, 16, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 1902, 40, United-States, >50K.
+35, Private, 108140, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+29, Local-gov, 187981, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+29, ?, 108126, 9th, 5, Separated, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+54, Local-gov, 168212, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 40, United-States, >50K.
+32, Self-emp-not-inc, 198613, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 45, ?, >50K.
+18, Private, 52098, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+30, Private, 509364, Some-college, 10, Married-civ-spouse, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, >50K.
+66, ?, 128614, 10th, 6, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 15, United-States, >50K.
+23, Local-gov, 238384, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+36, Private, 317434, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+34, Private, 158688, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+39, Self-emp-not-inc, 267412, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+26, Local-gov, 391074, 10th, 6, Never-married, Handlers-cleaners, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+78, Private, 135692, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 78529, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+51, Private, 117700, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+33, Local-gov, 83413, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 50, United-States, >50K.
+44, ?, 210875, 11th, 7, Divorced, ?, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+34, Private, 108023, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+33, Self-emp-not-inc, 103435, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 50, United-States, >50K.
+28, Private, 632733, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
+55, Private, 266019, 9th, 5, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 4, United-States, <=50K.
+30, Private, 41210, Assoc-voc, 11, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+45, Private, 125892, HS-grad, 9, Married-spouse-absent, Craft-repair, Not-in-family, White, Male, 0, 0, 40, Poland, <=50K.
+46, Private, 135339, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+17, Private, 272372, 11th, 7, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 7, United-States, <=50K.
+40, Private, 291300, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
+44, Local-gov, 157473, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
+56, Private, 329948, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+69, Self-emp-inc, 264722, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+41, Private, 132853, 1st-4th, 2, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+47, Local-gov, 216586, 11th, 7, Divorced, Other-service, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 504725, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 3464, 0, 40, Mexico, <=50K.
+25, State-gov, 150083, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+42, Private, 188789, 7th-8th, 4, Widowed, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+65, ?, 101427, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 2653, 0, 30, United-States, <=50K.
+24, Private, 103277, Assoc-voc, 11, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+48, Federal-gov, 191013, Bachelors, 13, Widowed, Prof-specialty, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+82, Self-emp-inc, 220667, 7th-8th, 4, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+36, Private, 188800, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+34, Private, 24361, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Female, 10520, 0, 40, United-States, >50K.
+28, Private, 82910, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+65, Private, 105586, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 20051, 0, 40, United-States, >50K.
+66, Self-emp-not-inc, 240294, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 60, United-States, <=50K.
+40, Private, 21755, Some-college, 10, Never-married, Craft-repair, Other-relative, Amer-Indian-Eskimo, Male, 0, 0, 30, United-States, <=50K.
+66, Private, 73522, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, ?, <=50K.
+37, Private, 222450, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, El-Salvador, <=50K.
+34, Private, 35595, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+41, Self-emp-not-inc, 239061, Masters, 14, Widowed, Prof-specialty, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+43, Private, 122473, Masters, 14, Married-civ-spouse, Exec-managerial, Wife, Black, Female, 0, 1977, 50, United-States, >50K.
+20, Private, 190290, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 45, Canada, <=50K.
+59, Private, 193375, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 10, United-States, <=50K.
+48, Private, 148576, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+45, State-gov, 72896, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+28, Private, 180299, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+43, Private, 221550, Bachelors, 13, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+18, Private, 183011, Some-college, 10, Never-married, Other-service, Own-child, Black, Female, 0, 0, 15, Haiti, <=50K.
+34, ?, 370209, HS-grad, 9, Divorced, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+55, Self-emp-inc, 298449, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 2179, 60, United-States, <=50K.
+21, Local-gov, 300812, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 173938, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 282172, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+61, Private, 87300, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 64520, 10th, 6, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+44, State-gov, 119567, Masters, 14, Separated, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+45, Private, 117310, HS-grad, 9, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 50, United-States, >50K.
+35, State-gov, 28738, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 4101, 0, 40, United-States, <=50K.
+17, ?, 99695, 10th, 6, Never-married, ?, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+49, Private, 366089, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+40, Private, 234397, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+28, Self-emp-not-inc, 132686, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+33, Self-emp-inc, 196963, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
+31, State-gov, 46492, Assoc-voc, 11, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+38, Local-gov, 274245, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+62, Private, 360032, 10th, 6, Divorced, Sales, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+40, Private, 144778, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+61, Private, 142245, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+42, Federal-gov, 178074, Masters, 14, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 1902, 40, United-States, >50K.
+19, ?, 218171, Some-college, 10, Never-married, ?, Own-child, Asian-Pac-Islander, Male, 0, 0, 2, South, <=50K.
+32, Local-gov, 130242, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+52, Private, 98980, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 284629, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 114591, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
+30, Private, 134639, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 8614, 0, 45, United-States, >50K.
+27, Private, 134890, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 199545, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+32, Private, 227282, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+47, Self-emp-inc, 308241, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 60, United-States, >50K.
+43, Private, 214781, Some-college, 10, Never-married, Adm-clerical, Unmarried, White, Male, 0, 0, 38, United-States, >50K.
+50, Local-gov, 173630, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 36, United-States, >50K.
+42, Federal-gov, 348059, Assoc-acdm, 12, Separated, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, >50K.
+31, Private, 208785, 11th, 7, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+43, Private, 151809, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+37, Private, 71592, HS-grad, 9, Never-married, Other-service, Other-relative, Asian-Pac-Islander, Female, 0, 0, 17, United-States, <=50K.
+58, Private, 132704, Bachelors, 13, Divorced, Adm-clerical, Not-in-family, White, Male, 3325, 0, 40, United-States, <=50K.
+32, Private, 250583, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
+35, Private, 114765, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 38, United-States, >50K.
+40, Self-emp-not-inc, 194924, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+39, Self-emp-not-inc, 73471, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 1573, 45, United-States, <=50K.
+51, Private, 250423, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
+42, Private, 145441, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+27, Private, 86681, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+69, Private, 188643, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 1429, 30, United-States, <=50K.
+74, Private, 68326, Assoc-voc, 11, Widowed, Priv-house-serv, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+36, Private, 382859, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 43, United-States, >50K.
+23, ?, 211968, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 23, Iran, <=50K.
+48, Local-gov, 132368, 5th-6th, 3, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 196123, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+68, Private, 178066, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 1797, 0, 24, United-States, <=50K.
+40, State-gov, 105936, Prof-school, 15, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 306639, 9th, 5, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 26502, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+47, Local-gov, 204698, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+55, Private, 118057, HS-grad, 9, Widowed, Craft-repair, Unmarried, White, Male, 0, 0, 51, United-States, <=50K.
+22, State-gov, 199266, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 17, United-States, <=50K.
+49, Private, 248145, HS-grad, 9, Married-civ-spouse, Craft-repair, Other-relative, White, Male, 0, 0, 40, Nicaragua, <=50K.
+51, Private, 239284, HS-grad, 9, Widowed, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+42, Self-emp-inc, 188738, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 40, United-States, >50K.
+31, Private, 209101, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+67, Local-gov, 197816, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 24, United-States, <=50K.
+27, ?, 60726, Bachelors, 13, Never-married, ?, Not-in-family, Black, Male, 0, 0, 45, United-States, <=50K.
+59, Self-emp-not-inc, 211678, Masters, 14, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 15, United-States, <=50K.
+66, Private, 304957, HS-grad, 9, Widowed, Priv-house-serv, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
+28, Private, 278552, Assoc-voc, 11, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, >50K.
+33, Self-emp-not-inc, 79303, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+44, Local-gov, 64632, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
+39, Private, 560313, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 45, United-States, >50K.
+39, Local-gov, 174597, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 42, United-States, <=50K.
+46, Private, 139946, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 38, United-States, >50K.
+19, Private, 277695, Preschool, 1, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 36, Mexico, <=50K.
+44, Self-emp-not-inc, 138471, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+24, Private, 320615, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 2205, 40, United-States, <=50K.
+48, Private, 164954, HS-grad, 9, Never-married, Other-service, Own-child, Black, Female, 0, 0, 42, United-States, <=50K.
+27, Private, 263728, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 3137, 0, 50, United-States, <=50K.
+44, Private, 103980, Some-college, 10, Divorced, Prof-specialty, Own-child, White, Male, 3325, 0, 35, United-States, <=50K.
+30, Private, 159442, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 35, Ireland, <=50K.
+32, Federal-gov, 113838, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+49, Private, 28171, Masters, 14, Married-civ-spouse, Protective-serv, Husband, White, Male, 15024, 0, 78, United-States, >50K.
+37, Self-emp-not-inc, 227253, Preschool, 1, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 30, Mexico, <=50K.
+24, Private, 211129, Bachelors, 13, Never-married, Exec-managerial, Other-relative, White, Female, 0, 0, 60, United-States, >50K.
+19, Private, 120003, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+20, Private, 245182, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
+25, Private, 188767, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+29, Private, 227890, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+43, Private, 131650, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+35, Local-gov, 258725, Assoc-acdm, 12, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+47, Local-gov, 127678, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 48, United-States, >50K.
+53, Private, 110747, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 409246, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, >50K.
+32, Private, 128829, HS-grad, 9, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+36, Private, 170031, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+55, Self-emp-not-inc, 150917, 7th-8th, 4, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 80, United-States, <=50K.
+41, Private, 197372, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+49, Self-emp-not-inc, 43479, Doctorate, 16, Divorced, Prof-specialty, Unmarried, White, Male, 0, 0, 63, Canada, >50K.
+36, Private, 166549, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+62, Private, 119684, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 2829, 0, 28, United-States, <=50K.
+44, Private, 651702, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 72, United-States, <=50K.
+69, Self-emp-not-inc, 199829, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1258, 40, United-States, <=50K.
+22, Private, 86745, Some-college, 10, Never-married, Adm-clerical, Own-child, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
+36, Private, 644278, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 25, United-States, <=50K.
+58, Private, 31137, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 3464, 0, 60, United-States, <=50K.
+32, Private, 104525, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 2407, 0, 40, United-States, <=50K.
+19, ?, 91278, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+27, Private, 111361, Some-college, 10, Divorced, Sales, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+19, ?, 291692, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 28, United-States, <=50K.
+35, Private, 228881, HS-grad, 9, Never-married, Craft-repair, Other-relative, Other, Male, 0, 0, 40, Puerto-Rico, <=50K.
+58, Private, 152731, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+18, Private, 178310, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+48, Self-emp-not-inc, 116360, Assoc-voc, 11, Divorced, Tech-support, Other-relative, Black, Female, 0, 0, 10, United-States, <=50K.
+22, Private, 535852, 10th, 6, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
+39, Private, 30828, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+47, Self-emp-not-inc, 39518, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+23, Private, 445758, 5th-6th, 3, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, Mexico, <=50K.
+40, Private, 222504, Assoc-voc, 11, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 36, United-States, <=50K.
+35, Private, 357619, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, Germany, <=50K.
+20, ?, 121389, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 32, United-States, <=50K.
+41, Private, 228847, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+27, Private, 118598, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
+58, Private, 49893, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+38, Private, 452353, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+40, State-gov, 285000, Bachelors, 13, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 263300, HS-grad, 9, Separated, Priv-house-serv, Unmarried, Black, Female, 0, 0, 55, United-States, <=50K.
+28, State-gov, 132675, Assoc-voc, 11, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 40, Germany, <=50K.
+35, Private, 175232, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 257421, 12th, 8, Never-married, Machine-op-inspct, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 196227, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+25, Private, 34965, Some-college, 10, Never-married, Sales, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+65, Private, 475775, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 22, United-States, <=50K.
+19, Private, 196857, 11th, 7, Never-married, Adm-clerical, Own-child, White, Female, 594, 0, 15, United-States, <=50K.
+37, Private, 159917, 9th, 5, Separated, Other-service, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
+22, Private, 212803, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+70, Private, 118902, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, Scotland, <=50K.
+21, Local-gov, 166827, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
+21, Private, 180060, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 47218, Some-college, 10, Never-married, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+46, Private, 73541, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+33, State-gov, 150688, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 50, India, >50K.
+36, Private, 207824, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+42, Self-emp-inc, 198282, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+52, Private, 206359, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+55, ?, 125659, HS-grad, 9, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 6, United-States, >50K.
+60, Local-gov, 129193, Some-college, 10, Widowed, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+57, Local-gov, 167457, 7th-8th, 4, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+35, Private, 455469, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+24, Private, 206891, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+37, Private, 269323, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, >50K.
+45, Local-gov, 187715, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
+48, Federal-gov, 71376, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 268707, 11th, 7, Married-civ-spouse, Machine-op-inspct, Other-relative, White, Male, 0, 0, 42, United-States, <=50K.
+45, Private, 215620, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 158438, HS-grad, 9, Divorced, Transport-moving, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 209629, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 121076, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+34, Private, 97933, 9th, 5, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
+25, Private, 177423, HS-grad, 9, Never-married, Other-service, Not-in-family, Asian-Pac-Islander, Male, 4416, 0, 45, Philippines, <=50K.
+39, Private, 185520, Some-college, 10, Never-married, Farming-fishing, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+44, Federal-gov, 38321, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+33, Private, 213307, 1st-4th, 2, Divorced, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
+48, Private, 328581, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+58, Private, 177368, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 148903, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
+53, Self-emp-not-inc, 385520, HS-grad, 9, Widowed, Farming-fishing, Unmarried, White, Female, 0, 0, 55, United-States, <=50K.
+25, Self-emp-not-inc, 193716, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+21, Private, 238899, Bachelors, 13, Never-married, Sales, Own-child, Black, Female, 0, 0, 30, United-States, <=50K.
+36, Private, 209993, 5th-6th, 3, Married-civ-spouse, Priv-house-serv, Wife, White, Female, 0, 0, 40, El-Salvador, <=50K.
+51, State-gov, 136060, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+26, Local-gov, 192944, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 29927, Assoc-voc, 11, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+23, Local-gov, 200593, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 311376, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+58, Private, 206814, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 7688, 0, 50, United-States, >50K.
+21, Private, 278391, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 25, Nicaragua, <=50K.
+32, Private, 364657, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+54, ?, 120781, Doctorate, 16, Married-spouse-absent, ?, Unmarried, Asian-Pac-Islander, Male, 0, 0, 20, India, <=50K.
+62, Private, 175080, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+29, ?, 522241, Some-college, 10, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+43, Private, 161240, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+20, Private, 162282, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
+23, Private, 199419, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+26, Private, 171114, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+33, Private, 208855, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
+30, Private, 381030, Some-college, 10, Never-married, Craft-repair, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+63, Private, 219337, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 3471, 0, 45, United-States, <=50K.
+45, Private, 180010, HS-grad, 9, Divorced, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+39, Private, 189382, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+26, Private, 121712, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 30, United-States, <=50K.
+28, ?, 192257, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 5, United-States, <=50K.
+20, ?, 68620, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 352188, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 398874, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 42, United-States, <=50K.
+33, Private, 191930, HS-grad, 9, Never-married, Other-service, Other-relative, Black, Male, 0, 0, 50, United-States, <=50K.
+26, Private, 269168, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
+20, ?, 123536, Some-college, 10, Never-married, ?, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
+40, Private, 173651, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+49, Private, 149337, HS-grad, 9, Separated, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+64, Private, 146674, HS-grad, 9, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 40, ?, >50K.
+65, Private, 173483, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+19, Private, 223669, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+47, Private, 182177, Some-college, 10, Divorced, Protective-serv, Unmarried, White, Female, 0, 0, 23, United-States, <=50K.
+24, Private, 109414, Some-college, 10, Never-married, Sales, Other-relative, Asian-Pac-Islander, Male, 0, 0, 20, India, <=50K.
+55, Self-emp-inc, 150917, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 45, United-States, >50K.
+61, Self-emp-not-inc, 39128, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+47, Local-gov, 103540, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+64, Private, 110212, HS-grad, 9, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 222450, HS-grad, 9, Never-married, Sales, Not-in-family, White, Male, 0, 2339, 40, El-Salvador, <=50K.
+21, ?, 113760, HS-grad, 9, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+40, ?, 253717, 11th, 7, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 16, United-States, <=50K.
+25, Private, 306908, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+41, Self-emp-not-inc, 263871, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+40, State-gov, 55294, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+21, Private, 174063, Assoc-voc, 11, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+54, State-gov, 258735, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+47, Private, 275867, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 154235, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+32, Local-gov, 210448, Some-college, 10, Married-civ-spouse, Craft-repair, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 337908, Some-college, 10, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 30, United-States, <=50K.
+26, State-gov, 205333, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 10, United-States, <=50K.
+23, Private, 187447, Some-college, 10, Separated, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 153589, 9th, 5, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+29, Local-gov, 149988, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+43, Private, 398959, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+23, ?, 194096, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+39, Private, 44041, Assoc-acdm, 12, Married-spouse-absent, Adm-clerical, Other-relative, White, Male, 0, 0, 60, United-States, <=50K.
+22, Private, 208946, Assoc-acdm, 12, Never-married, Sales, Own-child, White, Male, 0, 0, 30, ?, <=50K.
+47, Private, 202117, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 37, United-States, <=50K.
+34, Local-gov, 303129, HS-grad, 9, Divorced, Transport-moving, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 215419, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+20, Private, 175069, Some-college, 10, Never-married, Sales, Own-child, White, Male, 1055, 0, 30, United-States, <=50K.
+36, Federal-gov, 20469, HS-grad, 9, Divorced, Adm-clerical, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+52, Private, 254680, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 99, United-States, <=50K.
+38, Self-emp-inc, 46385, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 178463, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 229296, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+38, Private, 179352, Assoc-acdm, 12, Married-spouse-absent, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+56, Self-emp-not-inc, 177368, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 50, United-States, >50K.
+30, Private, 156015, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+35, State-gov, 308945, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, >50K.
+60, Self-emp-not-inc, 119575, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+20, Private, 332689, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+18, Private, 150817, 12th, 8, Never-married, Protective-serv, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
+19, Private, 50941, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+53, Federal-gov, 59664, HS-grad, 9, Married-civ-spouse, Sales, Husband, Black, Male, 5013, 0, 40, United-States, <=50K.
+18, Private, 56613, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+44, Private, 162372, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, Puerto-Rico, <=50K.
+57, Private, 77927, 5th-6th, 3, Divorced, Other-service, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 37, United-States, <=50K.
+36, ?, 157278, Some-college, 10, Never-married, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+40, Self-emp-not-inc, 170214, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, Iran, <=50K.
+33, Private, 76493, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
+19, Private, 130431, 5th-6th, 3, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 36, Mexico, <=50K.
+40, State-gov, 23037, Some-college, 10, Never-married, Other-service, Own-child, Amer-Indian-Eskimo, Male, 0, 0, 84, United-States, <=50K.
+20, Self-emp-not-inc, 176321, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+47, Private, 105449, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 65, United-States, >50K.
+41, Private, 157217, HS-grad, 9, Separated, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+47, Federal-gov, 382532, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+23, Private, 250918, Some-college, 10, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 30, United-States, <=50K.
+49, State-gov, 139268, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 70, United-States, >50K.
+37, Self-emp-not-inc, 200352, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
+67, Private, 267915, HS-grad, 9, Divorced, Craft-repair, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 376474, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 153047, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
+29, Private, 154236, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 4386, 0, 58, United-States, >50K.
+22, ?, 261881, 11th, 7, Never-married, ?, Other-relative, Black, Female, 0, 0, 15, United-States, <=50K.
+26, Private, 427744, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+33, Self-emp-not-inc, 100580, Some-college, 10, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 10, United-States, <=50K.
+23, Private, 238179, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 2339, 45, United-States, <=50K.
+37, State-gov, 272471, Some-college, 10, Widowed, Transport-moving, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 259058, Masters, 14, Divorced, Prof-specialty, Unmarried, White, Male, 0, 1726, 40, United-States, <=50K.
+41, Private, 112656, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 197286, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+47, Federal-gov, 26145, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 314440, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+39, Private, 57691, HS-grad, 9, Separated, Exec-managerial, Not-in-family, White, Male, 0, 2258, 70, United-States, <=50K.
+33, Private, 301251, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, >50K.
+25, Private, 243410, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+40, Private, 119008, HS-grad, 9, Separated, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+67, Private, 169435, 9th, 5, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+55, Private, 200327, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 18, United-States, <=50K.
+69, Private, 31501, Assoc-voc, 11, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+34, Private, 223327, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 1672, 42, United-States, <=50K.
+52, Private, 191130, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 40, United-States, >50K.
+22, ?, 191561, Some-college, 10, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 30, United-States, <=50K.
+47, Private, 245724, Bachelors, 13, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 194134, Assoc-voc, 11, Never-married, Other-service, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
+23, Private, 140764, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 1590, 40, United-States, <=50K.
+41, Self-emp-not-inc, 189941, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 149368, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+57, Local-gov, 237546, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+34, Private, 211051, Bachelors, 13, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+44, State-gov, 307468, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 50, United-States, >50K.
+46, Self-emp-not-inc, 27847, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, >50K.
+60, Private, 39263, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 3325, 0, 35, United-States, <=50K.
+46, Local-gov, 183610, Masters, 14, Separated, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+32, Self-emp-inc, 235847, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 52, United-States, <=50K.
+44, Local-gov, 32627, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 60, United-States, >50K.
+43, Private, 42026, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+48, Federal-gov, 72808, 11th, 7, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 42, United-States, <=50K.
+55, Private, 377113, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, White, Male, 15024, 0, 60, United-States, >50K.
+24, Private, 176389, Bachelors, 13, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+65, Private, 71075, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+51, Self-emp-inc, 110327, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, >50K.
+42, State-gov, 392167, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+36, Private, 130808, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 351757, 10th, 6, Never-married, Other-service, Unmarried, White, Male, 0, 0, 30, El-Salvador, <=50K.
+24, Self-emp-not-inc, 345420, 7th-8th, 4, Never-married, Farming-fishing, Other-relative, White, Male, 0, 0, 50, United-States, <=50K.
+52, Private, 220984, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 236834, 9th, 5, Never-married, Priv-house-serv, Not-in-family, White, Female, 0, 0, 35, Mexico, <=50K.
+42, Private, 153489, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 330850, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+53, Private, 337195, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+35, Private, 214816, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 36, United-States, <=50K.
+20, Private, 92863, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 226894, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, Black, Male, 13550, 0, 40, United-States, >50K.
+46, Private, 40666, Bachelors, 13, Divorced, Exec-managerial, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+18, ?, 142043, 11th, 7, Never-married, ?, Other-relative, White, Male, 0, 0, 15, United-States, <=50K.
+58, Private, 105239, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 112763, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 35, United-States, <=50K.
+66, Self-emp-not-inc, 219220, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 2653, 0, 40, United-States, <=50K.
+38, State-gov, 168223, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 175639, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 28, United-States, <=50K.
+39, Private, 167482, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+44, Local-gov, 178417, HS-grad, 9, Married-civ-spouse, Protective-serv, Own-child, White, Male, 0, 0, 40, United-States, >50K.
+26, Local-gov, 33604, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, Amer-Indian-Eskimo, Male, 0, 0, 25, United-States, <=50K.
+27, Private, 62082, Bachelors, 13, Never-married, Sales, Own-child, Other, Male, 0, 0, 38, United-States, <=50K.
+29, Private, 149902, Doctorate, 16, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 80, United-States, <=50K.
+29, Private, 74784, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+47, Self-emp-inc, 54260, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+62, ?, 119986, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 60, United-States, >50K.
+29, Local-gov, 165218, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
+52, Local-gov, 192853, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Other, Male, 0, 0, 40, Jamaica, >50K.
+27, Private, 56299, 11th, 7, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+53, ?, 394690, Some-college, 10, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 5, United-States, <=50K.
+29, Private, 208406, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+62, Private, 165827, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+72, Private, 249559, HS-grad, 9, Widowed, Priv-house-serv, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+27, Private, 151382, HS-grad, 9, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 161141, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+27, Private, 57092, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+49, Private, 116927, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+56, Private, 133876, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+52, Self-emp-inc, 229259, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+22, Private, 338162, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
+37, Federal-gov, 38948, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+55, Private, 169276, HS-grad, 9, Divorced, Machine-op-inspct, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
+38, State-gov, 364803, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 65, United-States, <=50K.
+45, Private, 302677, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 1340, 50, United-States, <=50K.
+35, Private, 235485, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+21, Private, 91189, Some-college, 10, Never-married, Sales, Unmarried, White, Male, 0, 0, 60, United-States, <=50K.
+54, Federal-gov, 149596, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 45, United-States, <=50K.
+19, Private, 89211, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+48, State-gov, 241854, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+41, Private, 213351, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 74631, 9th, 5, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+56, Private, 128696, 11th, 7, Married-civ-spouse, Tech-support, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
+49, Private, 141069, HS-grad, 9, Divorced, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+17, ?, 347248, 10th, 6, Never-married, ?, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+45, Private, 176947, 7th-8th, 4, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+46, Private, 274200, HS-grad, 9, Divorced, Farming-fishing, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+39, Private, 94036, HS-grad, 9, Divorced, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+52, ?, 188431, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+34, Local-gov, 176802, 11th, 7, Separated, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+65, ?, 258973, Some-college, 10, Widowed, ?, Not-in-family, White, Female, 401, 0, 14, United-States, <=50K.
+46, Private, 235646, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 175883, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+48, Private, 154430, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+71, Private, 258126, 9th, 5, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 39, Cuba, <=50K.
+26, Federal-gov, 337575, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+47, Self-emp-inc, 308241, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+21, ?, 162165, Some-college, 10, Never-married, ?, Not-in-family, White, Female, 0, 0, 43, United-States, <=50K.
+23, Private, 298623, HS-grad, 9, Never-married, Transport-moving, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+65, Private, 270935, HS-grad, 9, Widowed, Craft-repair, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
+60, Private, 338833, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 38, United-States, <=50K.
+19, ?, 341631, HS-grad, 9, Never-married, ?, Other-relative, White, Female, 0, 0, 25, United-States, <=50K.
+35, Private, 233786, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 366876, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, State-gov, 183279, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 38, United-States, <=50K.
+41, Federal-gov, 29606, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, >50K.
+24, Local-gov, 137300, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+45, Private, 184070, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+48, Private, 188610, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, >50K.
+20, Private, 41356, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+51, Private, 145409, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, ?, >50K.
+24, ?, 287413, HS-grad, 9, Never-married, ?, Not-in-family, Black, Male, 0, 0, 60, United-States, <=50K.
+39, Local-gov, 100011, Assoc-acdm, 12, Never-married, Tech-support, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
+21, Private, 119673, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+49, Private, 140782, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 2415, 3, United-States, >50K.
+30, Private, 193246, HS-grad, 9, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+68, State-gov, 420526, Masters, 14, Widowed, Prof-specialty, Not-in-family, White, Female, 0, 0, 5, United-States, <=50K.
+30, Private, 34574, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+32, Self-emp-not-inc, 400061, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 15024, 0, 40, Philippines, >50K.
+49, Private, 107009, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 40, Portugal, <=50K.
+24, Private, 33551, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+34, Private, 121640, Some-college, 10, Divorced, Prof-specialty, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 44, United-States, <=50K.
+40, Private, 179524, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+23, ?, 473206, HS-grad, 9, Never-married, ?, Own-child, Black, Male, 0, 0, 32, United-States, <=50K.
+41, Private, 54422, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
+23, Private, 202416, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+48, Private, 158685, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 16, United-States, <=50K.
+56, Self-emp-inc, 76534, HS-grad, 9, Married-civ-spouse, Exec-managerial, Other-relative, Asian-Pac-Islander, Female, 0, 0, 21, China, <=50K.
+42, State-gov, 218948, Doctorate, 16, Divorced, Prof-specialty, Unmarried, Black, Female, 0, 0, 36, Jamaica, <=50K.
+37, Self-emp-not-inc, 175120, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+32, Private, 100154, 9th, 5, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, El-Salvador, <=50K.
+29, Private, 160510, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, ?, >50K.
+58, Private, 223214, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, ?, >50K.
+40, Private, 79488, HS-grad, 9, Separated, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+40, Private, 136986, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 52, United-States, >50K.
+33, Private, 202339, 11th, 7, Never-married, Sales, Unmarried, White, Female, 0, 0, 34, United-States, <=50K.
+58, Private, 205737, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 80145, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+22, ?, 303579, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 1602, 8, United-States, <=50K.
+47, Private, 235108, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 5178, 0, 40, United-States, >50K.
+41, State-gov, 201363, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 38, United-States, >50K.
+41, Self-emp-inc, 244172, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, ?, >50K.
+73, ?, 99349, Bachelors, 13, Widowed, ?, Not-in-family, White, Female, 0, 0, 15, United-States, <=50K.
+56, Federal-gov, 338242, Assoc-voc, 11, Widowed, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+83, ?, 29702, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+22, Private, 146352, HS-grad, 9, Never-married, Sales, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
+30, Private, 215182, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+41, ?, 133456, Assoc-acdm, 12, Widowed, ?, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+32, Private, 79586, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, >50K.
+27, Private, 181822, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 123809, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 15024, 0, 35, United-States, >50K.
+37, Private, 35429, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, White, Male, 1506, 0, 40, United-States, <=50K.
+48, Private, 151584, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 46, United-States, <=50K.
+42, Private, 303725, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+35, Private, 194404, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+20, Local-gov, 224229, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+33, Private, 236396, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 55, United-States, >50K.
+25, Private, 40255, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 80, United-States, <=50K.
+29, State-gov, 214881, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, Honduras, >50K.
+47, Private, 332465, Some-college, 10, Divorced, Transport-moving, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 165218, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
+20, Private, 34506, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+30, Local-gov, 79190, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+48, Self-emp-not-inc, 79001, Assoc-acdm, 12, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+22, Private, 137876, Some-college, 10, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+57, Federal-gov, 40103, 10th, 6, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+24, Self-emp-inc, 145964, Assoc-acdm, 12, Never-married, Sales, Not-in-family, White, Male, 0, 0, 70, United-States, <=50K.
+32, Private, 268282, 7th-8th, 4, Married-spouse-absent, Farming-fishing, Other-relative, White, Male, 0, 0, 35, Mexico, <=50K.
+67, Local-gov, 272587, 7th-8th, 4, Widowed, Other-service, Not-in-family, White, Female, 1086, 0, 15, United-States, <=50K.
+22, Private, 220993, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 88676, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 185386, 5th-6th, 3, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 42, Mexico, <=50K.
+37, Private, 177420, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+20, ?, 203353, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 100734, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+32, State-gov, 181119, Bachelors, 13, Separated, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+23, ?, 172232, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 243678, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+39, Self-emp-inc, 170174, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+48, Private, 102202, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+38, Private, 249720, Assoc-voc, 11, Divorced, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+25, Private, 167835, Assoc-voc, 11, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+22, Private, 266780, HS-grad, 9, Never-married, Other-service, Own-child, Black, Female, 0, 0, 24, United-States, <=50K.
+17, Private, 173740, 10th, 6, Never-married, Sales, Not-in-family, White, Female, 0, 0, 15, United-States, <=50K.
+44, Private, 40024, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 52, United-States, >50K.
+28, Private, 193260, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 50, South, >50K.
+18, Private, 175752, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+37, Private, 202662, 10th, 6, Divorced, Transport-moving, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 167350, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+43, Private, 412379, Some-college, 10, Never-married, Other-service, Unmarried, White, Female, 0, 0, 28, United-States, <=50K.
+23, Self-emp-not-inc, 121568, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 1504, 40, United-States, <=50K.
+43, Private, 56651, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+45, Private, 238567, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+34, Private, 144949, HS-grad, 9, Divorced, Handlers-cleaners, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+42, Private, 234633, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+22, Private, 147397, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 44, United-States, <=50K.
+38, Private, 247547, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+35, Private, 266645, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 154897, HS-grad, 9, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 50, United-States, <=50K.
+44, Private, 112507, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+45, Federal-gov, 110884, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, Asian-Pac-Islander, Male, 0, 0, 45, India, >50K.
+25, Private, 151588, Some-college, 10, Married-spouse-absent, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+54, Local-gov, 217210, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 0, 1887, 38, United-States, >50K.
+22, ?, 185357, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+47, Private, 139701, 5th-6th, 3, Never-married, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, Dominican-Republic, <=50K.
+36, Private, 50707, Bachelors, 13, Divorced, Priv-house-serv, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+48, Private, 370119, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 2415, 50, United-States, >50K.
+66, Self-emp-not-inc, 252842, HS-grad, 9, Never-married, Farming-fishing, Other-relative, White, Male, 0, 0, 20, United-States, <=50K.
+58, Private, 106707, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 48, United-States, <=50K.
+25, Private, 149486, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 427541, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, Black, Female, 99999, 0, 40, United-States, >50K.
+51, Self-emp-not-inc, 22154, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 144949, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Male, 0, 2559, 40, United-States, >50K.
+20, Private, 228686, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+57, Self-emp-not-inc, 113010, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+23, Federal-gov, 361278, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+33, Self-emp-not-inc, 109509, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+47, Private, 172155, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 37, Ecuador, >50K.
+54, Private, 204304, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+75, Private, 233362, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Self-emp-inc, 141609, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+51, Private, 179479, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Female, 3325, 0, 40, Yugoslavia, <=50K.
+32, Private, 193565, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 314539, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 208908, Some-college, 10, Never-married, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+41, Self-emp-not-inc, 375526, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
+31, Private, 291494, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+41, Private, 117747, Bachelors, 13, Divorced, Other-service, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, Vietnam, <=50K.
+56, Private, 331569, HS-grad, 9, Married-civ-spouse, Sales, Wife, Black, Female, 0, 0, 36, United-States, <=50K.
+46, Private, 146786, 10th, 6, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+59, Private, 147098, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+31, Private, 137076, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 223811, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 23, United-States, <=50K.
+69, Private, 172354, Assoc-voc, 11, Widowed, Adm-clerical, Not-in-family, White, Female, 1848, 0, 50, United-States, <=50K.
+35, Private, 154410, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 50, United-States, >50K.
+58, Private, 277203, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 38, United-States, <=50K.
+21, Private, 97295, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+60, Private, 95680, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 45, United-States, >50K.
+29, Private, 328981, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+29, Self-emp-not-inc, 75435, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+53, Private, 116288, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+43, Federal-gov, 136105, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, Black, Female, 0, 1848, 40, United-States, >50K.
+55, Local-gov, 134042, Masters, 14, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
+29, Private, 253003, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 2258, 45, United-States, >50K.
+37, Private, 193106, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+37, Private, 117528, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 194537, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+57, Private, 195820, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+41, Private, 265671, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+18, ?, 90636, Some-college, 10, Never-married, ?, Own-child, Amer-Indian-Eskimo, Female, 594, 0, 40, United-States, <=50K.
+57, Private, 166107, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, Asian-Pac-Islander, Female, 0, 0, 40, ?, <=50K.
+49, Federal-gov, 106207, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+61, Private, 187135, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 56, United-States, <=50K.
+44, Private, 231793, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 52, United-States, <=50K.
+20, ?, 228326, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
+36, Self-emp-not-inc, 125933, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 5178, 0, 50, United-States, >50K.
+29, Local-gov, 211032, Assoc-acdm, 12, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 72, United-States, >50K.
+51, Local-gov, 125796, 11th, 7, Never-married, Farming-fishing, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+19, Private, 29526, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 32, United-States, <=50K.
+53, Private, 158993, 10th, 6, Separated, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+43, Private, 116379, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 60, China, >50K.
+42, Private, 201343, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 2885, 0, 40, United-States, <=50K.
+44, Private, 402718, 1st-4th, 2, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+37, Self-emp-inc, 98360, 12th, 8, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+24, Self-emp-not-inc, 285580, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+27, ?, 119851, Some-college, 10, Divorced, ?, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 325509, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+56, Private, 204745, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Female, 3325, 0, 45, United-States, <=50K.
+58, Private, 152874, Some-college, 10, Widowed, Other-service, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+20, Private, 139715, HS-grad, 9, Never-married, Craft-repair, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+36, Private, 141584, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+26, Private, 156848, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 40151, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+24, Private, 50648, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
+26, Private, 122920, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 56, United-States, <=50K.
+19, Local-gov, 91571, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+21, Private, 227220, HS-grad, 9, Never-married, Other-service, Other-relative, White, Female, 0, 0, 33, United-States, <=50K.
+43, State-gov, 344519, Doctorate, 16, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
+20, Private, 133061, Some-college, 10, Never-married, Transport-moving, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 219054, HS-grad, 9, Divorced, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+62, Local-gov, 194276, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 40, United-States, >50K.
+46, Self-emp-inc, 168211, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 5013, 0, 60, United-States, <=50K.
+54, Local-gov, 220054, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 40, United-States, >50K.
+43, Self-emp-inc, 405601, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+34, Private, 240979, HS-grad, 9, Separated, Craft-repair, Unmarried, White, Male, 0, 0, 80, United-States, <=50K.
+47, Local-gov, 202606, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+58, Private, 220896, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+20, Private, 24274, HS-grad, 9, Never-married, Other-service, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 35, United-States, <=50K.
+26, Private, 263444, Assoc-voc, 11, Never-married, Tech-support, Not-in-family, White, Male, 14344, 0, 40, United-States, >50K.
+51, Local-gov, 99064, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+53, Private, 203967, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+53, State-gov, 94186, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 0, 0, 37, United-States, <=50K.
+68, ?, 110931, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
+46, Local-gov, 66934, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
+32, Self-emp-inc, 196385, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 47012, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 216013, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+67, Self-emp-not-inc, 98921, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+23, Private, 320294, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+27, Private, 247102, 10th, 6, Divorced, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+65, Private, 155632, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 25, United-States, <=50K.
+22, Self-emp-inc, 120753, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+27, Private, 213921, Some-college, 10, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 30, Mexico, <=50K.
+30, Private, 94235, 11th, 7, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+44, Private, 84141, Bachelors, 13, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 65, United-States, <=50K.
+35, Private, 237943, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 225895, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Local-gov, 126569, Bachelors, 13, Divorced, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+42, State-gov, 172307, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+32, Private, 111520, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 34, United-States, <=50K.
+53, Private, 283079, 1st-4th, 2, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+41, Private, 109969, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+65, Private, 146159, 7th-8th, 4, Widowed, Priv-house-serv, Not-in-family, Black, Female, 0, 1668, 31, United-States, <=50K.
+22, State-gov, 247319, Some-college, 10, Never-married, Other-service, Not-in-family, Amer-Indian-Eskimo, Female, 0, 0, 60, United-States, <=50K.
+65, Local-gov, 200764, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 16, United-States, >50K.
+21, Private, 123868, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 137063, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 65, United-States, <=50K.
+24, Private, 112137, Bachelors, 13, Never-married, Sales, Own-child, Asian-Pac-Islander, Female, 0, 0, 50, South, <=50K.
+39, Private, 188069, Masters, 14, Married-civ-spouse, Tech-support, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+52, Private, 102828, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+18, Private, 187221, HS-grad, 9, Never-married, Other-service, Other-relative, White, Female, 0, 0, 12, El-Salvador, <=50K.
+62, Private, 343982, 10th, 6, Widowed, Adm-clerical, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+28, Self-emp-not-inc, 146949, 10th, 6, Never-married, Sales, Own-child, White, Male, 0, 0, 80, United-States, <=50K.
+41, Private, 150011, Bachelors, 13, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 107812, 9th, 5, Never-married, Transport-moving, Not-in-family, White, Male, 6849, 0, 35, United-States, <=50K.
+43, Private, 207392, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 3103, 0, 70, United-States, >50K.
+61, State-gov, 140851, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+26, Private, 216842, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 10, United-States, <=50K.
+34, Private, 112115, Bachelors, 13, Never-married, Exec-managerial, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+21, Local-gov, 185279, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+60, Private, 194980, HS-grad, 9, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 20, United-States, <=50K.
+28, Private, 189530, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+32, Self-emp-not-inc, 38158, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 7298, 0, 70, United-States, >50K.
+55, ?, 246219, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 2105, 0, 40, United-States, <=50K.
+51, Private, 143822, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 300851, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 56, United-States, <=50K.
+37, Private, 184874, HS-grad, 9, Divorced, Tech-support, Unmarried, White, Female, 1151, 0, 40, United-States, <=50K.
+40, Private, 83827, Some-college, 10, Divorced, Craft-repair, Unmarried, White, Female, 0, 0, 40, England, <=50K.
+44, Private, 112847, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
+27, Private, 581128, Some-college, 10, Never-married, Handlers-cleaners, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+55, Self-emp-not-inc, 202652, Assoc-voc, 11, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 30, United-States, <=50K.
+40, Private, 171888, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 24, United-States, >50K.
+30, Private, 45427, Bachelors, 13, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 70, United-States, <=50K.
+36, Private, 185848, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+74, Private, 282553, 7th-8th, 4, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+34, Federal-gov, 153614, Assoc-acdm, 12, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 65353, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 42, United-States, <=50K.
+44, Private, 244172, 5th-6th, 3, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+48, Private, 148995, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Male, 14084, 0, 45, United-States, >50K.
+25, Private, 274228, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 65, United-States, <=50K.
+33, Private, 156383, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+49, Private, 47403, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
+75, ?, 226593, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+33, Self-emp-not-inc, 94041, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 1974, 30, United-States, <=50K.
+29, Private, 271710, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+47, Federal-gov, 231797, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 55, United-States, >50K.
+33, Private, 188403, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 44, United-States, <=50K.
+65, Private, 444725, Prof-school, 15, Married-spouse-absent, Craft-repair, Not-in-family, White, Male, 0, 0, 48, Hungary, >50K.
+17, Private, 242605, 10th, 6, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
+58, Private, 244605, Bachelors, 13, Widowed, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+55, Private, 335276, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+37, Self-emp-not-inc, 284616, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 48, United-States, <=50K.
+60, Private, 162151, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+25, Private, 60358, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+34, Private, 151693, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+20, ?, 369907, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+26, Private, 171636, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 72, United-States, <=50K.
+34, Private, 118901, HS-grad, 9, Separated, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+48, State-gov, 28419, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 608881, HS-grad, 9, Never-married, Craft-repair, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+31, Self-emp-inc, 112564, Some-college, 10, Never-married, Sales, Other-relative, White, Male, 0, 0, 40, ?, <=50K.
+25, Private, 171472, Assoc-voc, 11, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 42, United-States, <=50K.
+20, Private, 236804, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
+38, Private, 212252, Prof-school, 15, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 50, United-States, >50K.
+69, Private, 119907, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+27, Local-gov, 352797, HS-grad, 9, Married-spouse-absent, Sales, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 97281, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+65, Private, 154351, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, Black, Female, 2993, 0, 40, United-States, <=50K.
+22, Private, 117606, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 8, United-States, <=50K.
+25, Private, 222089, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, Thailand, <=50K.
+40, Private, 199668, HS-grad, 9, Divorced, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+29, Local-gov, 194869, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, >50K.
+33, Private, 283268, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+60, Private, 170278, 5th-6th, 3, Widowed, Sales, Not-in-family, White, Female, 0, 0, 40, Italy, <=50K.
+28, Federal-gov, 90787, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 110749, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 39, United-States, <=50K.
+72, Self-emp-not-inc, 173864, 7th-8th, 4, Married-civ-spouse, Other-service, Husband, White, Male, 2290, 0, 45, United-States, <=50K.
+35, Private, 278442, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 7298, 0, 48, United-States, >50K.
+33, State-gov, 162705, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 99, United-States, >50K.
+36, Private, 326352, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+18, Private, 105854, HS-grad, 9, Never-married, Craft-repair, Other-relative, Other, Male, 0, 0, 32, United-States, <=50K.
+38, Self-emp-inc, 116608, Some-college, 10, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 20, United-States, >50K.
+48, Private, 182655, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+22, Private, 213834, Assoc-voc, 11, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+29, Private, 42881, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
+81, Self-emp-not-inc, 240414, Bachelors, 13, Widowed, Farming-fishing, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+19, Private, 37688, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+39, Self-emp-not-inc, 189922, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+20, ?, 323309, HS-grad, 9, Never-married, ?, Own-child, Other, Male, 0, 0, 60, South, <=50K.
+41, Federal-gov, 341638, Assoc-acdm, 12, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 92, United-States, <=50K.
+50, Private, 114758, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+54, Private, 288557, HS-grad, 9, Widowed, Sales, Not-in-family, White, Female, 0, 0, 46, United-States, <=50K.
+18, ?, 191817, 11th, 7, Never-married, ?, Own-child, White, Male, 0, 0, 20, Mexico, <=50K.
+18, Private, 222851, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
+54, Private, 93605, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 263984, Some-college, 10, Married-spouse-absent, Exec-managerial, Not-in-family, Black, Male, 0, 0, 40, ?, <=50K.
+21, Private, 190916, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+22, Private, 384787, 9th, 5, Never-married, Sales, Other-relative, White, Female, 0, 0, 40, Mexico, <=50K.
+19, Local-gov, 43921, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 183739, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 8, United-States, >50K.
+37, Private, 490871, 11th, 7, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 25, United-States, <=50K.
+31, Private, 173473, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 45, United-States, >50K.
+31, Self-emp-not-inc, 24504, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 50, United-States, <=50K.
+60, Private, 113080, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+43, Private, 197093, Bachelors, 13, Never-married, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+65, Private, 56924, HS-grad, 9, Widowed, Priv-house-serv, Not-in-family, White, Female, 0, 0, 10, United-States, <=50K.
+33, Federal-gov, 207723, Masters, 14, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 40, ?, <=50K.
+32, Private, 327902, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 197860, HS-grad, 9, Divorced, Other-service, Unmarried, Black, Female, 0, 0, 40, Haiti, <=50K.
+53, Private, 95647, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+50, Private, 98227, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 430151, 11th, 7, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 30, United-States, <=50K.
+60, Private, 73069, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
+32, Private, 101345, Masters, 14, Never-married, Prof-specialty, Own-child, White, Female, 0, 1741, 40, United-States, <=50K.
+36, Private, 196123, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 43, United-States, >50K.
+20, Private, 24008, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 67433, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+35, ?, 224466, HS-grad, 9, Never-married, ?, Other-relative, Black, Male, 0, 0, 24, United-States, <=50K.
+29, Private, 292120, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
+52, Private, 198362, Bachelors, 13, Never-married, Sales, Other-relative, White, Female, 0, 0, 25, United-States, <=50K.
+41, Private, 231507, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 216178, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+52, ?, 91447, Bachelors, 13, Widowed, ?, Not-in-family, White, Female, 0, 2205, 8, United-States, <=50K.
+40, Private, 232820, Assoc-voc, 11, Divorced, Exec-managerial, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+40, Private, 53956, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+22, Private, 155913, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 18, United-States, <=50K.
+69, Private, 104827, HS-grad, 9, Widowed, Tech-support, Unmarried, White, Female, 0, 0, 8, United-States, <=50K.
+28, Private, 197222, Some-college, 10, Never-married, Tech-support, Own-child, White, Female, 0, 0, 38, United-States, <=50K.
+57, Private, 255406, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Female, 0, 1980, 44, United-States, <=50K.
+54, Federal-gov, 278076, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 5178, 0, 40, United-States, >50K.
+41, Local-gov, 231348, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 196286, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+39, Private, 76417, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Self-emp-inc, 190964, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 3137, 0, 42, United-States, <=50K.
+57, Federal-gov, 239486, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 7688, 0, 45, United-States, >50K.
+18, Private, 101709, HS-grad, 9, Never-married, Sales, Own-child, Asian-Pac-Islander, Male, 0, 0, 15, United-States, <=50K.
+53, Private, 120914, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+44, Private, 60722, HS-grad, 9, Divorced, Sales, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 257405, 5th-6th, 3, Never-married, Farming-fishing, Unmarried, Black, Male, 0, 0, 40, Mexico, <=50K.
+61, Private, 32209, 9th, 5, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 2051, 40, United-States, <=50K.
+45, Private, 431245, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+52, Self-emp-not-inc, 95082, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+57, Private, 220986, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+40, Private, 87771, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+72, Self-emp-inc, 199233, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 2377, 35, United-States, >50K.
+23, Private, 133515, Bachelors, 13, Never-married, Sales, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+46, Private, 117310, HS-grad, 9, Separated, Sales, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
+51, Private, 163027, HS-grad, 9, Divorced, Handlers-cleaners, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+46, Private, 169711, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+43, Private, 91317, Assoc-acdm, 12, Never-married, Craft-repair, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+42, Private, 106159, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+53, Local-gov, 177063, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+31, Private, 175059, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+35, Private, 129573, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 45, United-States, >50K.
+59, Private, 169611, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 247506, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 37085, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+25, Private, 202033, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+26, Private, 179864, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, State-gov, 88020, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+28, ?, 243190, Bachelors, 13, Never-married, ?, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 30, ?, <=50K.
+33, Private, 102270, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 30, United-States, <=50K.
+25, Private, 81286, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 2174, 0, 40, United-States, <=50K.
+23, ?, 205690, Assoc-voc, 11, Never-married, ?, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
+35, State-gov, 37314, Assoc-voc, 11, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 29213, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+43, Self-emp-not-inc, 451019, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+49, Self-emp-inc, 125892, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+45, Private, 259412, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 50, United-States, >50K.
+49, Federal-gov, 207540, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+38, Private, 110167, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+39, Private, 430336, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 7688, 0, 45, United-States, >50K.
+39, Self-emp-inc, 210610, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 31, Cuba, >50K.
+26, Private, 86483, 10th, 6, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+17, Private, 138507, 10th, 6, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 12, United-States, <=50K.
+26, Federal-gov, 345157, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+71, Local-gov, 161342, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 3, United-States, <=50K.
+27, Private, 159109, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 42, United-States, <=50K.
+34, Private, 54608, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+35, Local-gov, 433602, HS-grad, 9, Never-married, Sales, Own-child, Black, Male, 0, 0, 38, United-States, <=50K.
+36, Self-emp-not-inc, 350103, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 166193, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+41, Federal-gov, 56236, HS-grad, 9, Divorced, Protective-serv, Unmarried, Black, Male, 1506, 0, 40, United-States, <=50K.
+47, Private, 156926, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+36, Private, 26698, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+43, Self-emp-not-inc, 75993, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+39, Private, 312271, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+35, Private, 70282, HS-grad, 9, Never-married, Exec-managerial, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+22, Private, 259109, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 18, United-States, <=50K.
+45, Private, 192360, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 50, United-States, >50K.
+33, Private, 373432, Some-college, 10, Separated, Craft-repair, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
+21, Local-gov, 176998, HS-grad, 9, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+37, Federal-gov, 32950, Assoc-acdm, 12, Divorced, Exec-managerial, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+30, Self-emp-not-inc, 48520, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 80, United-States, <=50K.
+47, State-gov, 237525, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 202746, Bachelors, 13, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 179255, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+47, Self-emp-inc, 337825, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
+68, Self-emp-not-inc, 191517, Some-college, 10, Widowed, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 239130, HS-grad, 9, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 2444, 40, United-States, >50K.
+42, Private, 233366, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, Other, Male, 3103, 0, 40, Mexico, >50K.
+36, ?, 137492, HS-grad, 9, Divorced, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 66893, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 1564, 50, United-States, >50K.
+61, Private, 266646, 5th-6th, 3, Married-civ-spouse, Transport-moving, Husband, Black, Male, 2290, 0, 40, United-States, <=50K.
+33, Private, 238246, HS-grad, 9, Separated, Other-service, Not-in-family, White, Female, 0, 0, 40, Germany, <=50K.
+23, Private, 215616, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+40, Private, 148316, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 172402, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+45, Private, 195918, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+23, Private, 33016, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 267281, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+33, Federal-gov, 43608, Some-college, 10, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+21, Private, 57827, HS-grad, 9, Widowed, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 110145, 9th, 5, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 162884, HS-grad, 9, Divorced, Priv-house-serv, Unmarried, White, Female, 0, 0, 60, Columbia, <=50K.
+43, State-gov, 145166, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 84, United-States, <=50K.
+50, Private, 193720, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 7688, 0, 40, United-States, >50K.
+48, Private, 310639, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+49, Private, 196360, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 46, United-States, >50K.
+28, Private, 370675, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 1408, 50, Hong, <=50K.
+36, Private, 398931, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 1902, 40, United-States, >50K.
+28, Local-gov, 104329, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+61, Self-emp-inc, 103575, Prof-school, 15, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 40, United-States, >50K.
+25, State-gov, 222800, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 176239, 9th, 5, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+36, Private, 321274, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+46, Private, 192713, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, ?, <=50K.
+25, Private, 407714, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+36, ?, 247547, HS-grad, 9, Never-married, ?, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+45, Private, 123219, 5th-6th, 3, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 165950, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 21, United-States, <=50K.
+28, Private, 182509, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+39, Private, 27408, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 7298, 0, 50, United-States, >50K.
+33, Private, 110592, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+28, State-gov, 175409, Some-college, 10, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+48, Private, 172822, Some-college, 10, Divorced, Craft-repair, Unmarried, White, Male, 15020, 0, 48, United-States, >50K.
+21, Private, 265361, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+26, State-gov, 106491, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 179557, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+63, Private, 187919, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 5013, 0, 45, United-States, <=50K.
+45, Private, 196707, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+22, Private, 216129, Some-college, 10, Never-married, Tech-support, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+52, Self-emp-not-inc, 100480, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 44, United-States, <=50K.
+57, Self-emp-not-inc, 69905, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 15024, 0, 40, United-States, >50K.
+38, Private, 297767, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+46, Self-emp-not-inc, 214627, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 1977, 45, United-States, >50K.
+52, Private, 251908, Masters, 14, Divorced, Prof-specialty, Unmarried, White, Female, 0, 2547, 40, United-States, >50K.
+55, Self-emp-inc, 304695, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+21, Private, 48121, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 125228, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+17, Private, 408012, 12th, 8, Never-married, Sales, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+57, Private, 161642, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+30, Private, 181212, Some-college, 10, Never-married, Exec-managerial, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+48, Self-emp-inc, 76482, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+24, Private, 295073, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, Black, Male, 0, 0, 50, United-States, <=50K.
+45, ?, 69596, 10th, 6, Divorced, ?, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+40, Private, 262461, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+34, Local-gov, 112680, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+35, Private, 342642, Masters, 14, Married-spouse-absent, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 211968, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+47, Local-gov, 153536, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 37, United-States, >50K.
+21, Private, 188923, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+30, Private, 391114, Assoc-acdm, 12, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+52, Private, 45599, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, ?, <=50K.
+37, Private, 119929, HS-grad, 9, Never-married, Sales, Not-in-family, White, Male, 0, 0, 47, United-States, <=50K.
+24, Private, 130442, Assoc-voc, 11, Never-married, Sales, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+41, Private, 192602, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+61, Private, 328881, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 40, United-States, >50K.
+37, Private, 165034, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 2002, 40, United-States, <=50K.
+39, Private, 93174, HS-grad, 9, Divorced, Transport-moving, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
+28, Local-gov, 205903, Assoc-acdm, 12, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 45, United-States, >50K.
+24, Self-emp-inc, 197496, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+29, Private, 226941, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+61, Private, 199193, Assoc-acdm, 12, Divorced, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 187870, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+56, Private, 364899, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 65, United-States, >50K.
+28, Private, 437994, Some-college, 10, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 60, United-States, <=50K.
+24, Private, 166827, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+35, Private, 207819, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+31, Private, 37939, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 43, United-States, <=50K.
+39, Private, 77146, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
+35, ?, 29075, 11th, 7, Divorced, ?, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 6, United-States, <=50K.
+20, Private, 167868, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+25, Private, 150132, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 365881, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
+37, Private, 105044, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+47, Private, 145636, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+36, Private, 161547, Bachelors, 13, Never-married, Sales, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+34, Federal-gov, 77218, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+35, Self-emp-not-inc, 241126, HS-grad, 9, Never-married, Craft-repair, Other-relative, White, Male, 0, 0, 60, United-States, <=50K.
+85, Self-emp-inc, 155981, Bachelors, 13, Widowed, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+71, Self-emp-inc, 45741, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 20051, 0, 30, United-States, >50K.
+23, Private, 256356, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+39, State-gov, 105803, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 48, United-States, >50K.
+77, Self-emp-inc, 29702, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 35, United-States, >50K.
+20, Private, 107882, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+40, Private, 77572, Some-college, 10, Divorced, Sales, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
+34, Private, 209768, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 60, United-States, >50K.
+33, Private, 89360, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 5178, 0, 55, United-States, >50K.
+34, Self-emp-not-inc, 227540, Bachelors, 13, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 0, 0, 60, India, <=50K.
+36, Private, 292570, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 3325, 0, 40, United-States, <=50K.
+36, Private, 409189, 11th, 7, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, Local-gov, 194901, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 2057, 70, United-States, <=50K.
+26, Local-gov, 219796, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 43, United-States, <=50K.
+37, State-gov, 117166, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, ?, <=50K.
+42, Private, 228320, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 5178, 0, 45, United-States, >50K.
+38, Private, 236391, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
+48, Private, 193451, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 223367, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 33001, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+38, Private, 173858, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 7688, 0, 35, China, >50K.
+33, Private, 240441, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+26, Private, 160264, 11th, 7, Never-married, Other-service, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+25, Private, 230403, Bachelors, 13, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+61, Private, 154536, 10th, 6, Widowed, Craft-repair, Unmarried, Black, Female, 0, 2001, 40, United-States, <=50K.
+44, Self-emp-not-inc, 247024, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+65, Self-emp-inc, 410199, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 9386, 0, 35, United-States, >50K.
+23, Private, 191878, Some-college, 10, Never-married, Sales, Own-child, Black, Female, 0, 0, 38, ?, <=50K.
+67, State-gov, 54269, 10th, 6, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 12, United-States, <=50K.
+37, Private, 205997, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+48, Private, 47343, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 70, United-States, >50K.
+35, Federal-gov, 403489, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 232149, Bachelors, 13, Divorced, Tech-support, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+50, ?, 339547, Some-college, 10, Married-civ-spouse, ?, Husband, Asian-Pac-Islander, Male, 0, 0, 50, ?, <=50K.
+36, Private, 186819, Assoc-acdm, 12, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
+20, Private, 89991, Some-college, 10, Never-married, Sales, Other-relative, White, Female, 0, 0, 35, United-States, <=50K.
+32, Private, 112139, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+18, Private, 244571, 11th, 7, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
+36, Private, 220696, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+50, Private, 135102, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+24, Private, 209417, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 7298, 0, 60, United-States, >50K.
+43, Private, 199689, Bachelors, 13, Married-spouse-absent, Sales, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+27, Private, 240172, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+17, ?, 94492, 10th, 6, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+29, Private, 188564, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 45, United-States, >50K.
+19, Private, 264527, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+38, Private, 189922, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+64, Private, 182044, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+31, Self-emp-not-inc, 271173, Some-college, 10, Never-married, Craft-repair, Own-child, Black, Male, 4650, 0, 40, United-States, <=50K.
+30, Private, 203034, Assoc-voc, 11, Married-spouse-absent, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 100734, Bachelors, 13, Married-civ-spouse, Exec-managerial, Other-relative, White, Female, 0, 0, 40, Greece, >50K.
+33, Private, 169269, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 40, Puerto-Rico, >50K.
+59, Private, 24244, Some-college, 10, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+40, Private, 132222, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+27, Private, 199118, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 4865, 0, 40, United-States, <=50K.
+34, Private, 223212, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, Peru, <=50K.
+27, Private, 284859, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+23, Private, 112854, Some-college, 10, Never-married, Sales, Other-relative, White, Female, 0, 0, 35, United-States, <=50K.
+41, Federal-gov, 92968, Masters, 14, Never-married, Tech-support, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 181553, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, ?, <=50K.
+25, Private, 266668, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+33, Private, 29144, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+26, Self-emp-not-inc, 389856, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+42, Private, 111589, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 232938, Some-college, 10, Never-married, Farming-fishing, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 103540, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 3103, 0, 40, United-States, >50K.
+59, Private, 249814, HS-grad, 9, Separated, Other-service, Not-in-family, White, Female, 0, 0, 37, United-States, <=50K.
+26, Private, 30776, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+20, Private, 184779, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+53, Self-emp-not-inc, 93449, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 40, India, >50K.
+32, Local-gov, 178107, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 198956, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, Other, Male, 0, 0, 35, United-States, <=50K.
+53, Private, 130143, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+47, Private, 171807, Some-college, 10, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+21, ?, 436431, Preschool, 1, Married-civ-spouse, ?, Other-relative, White, Female, 0, 0, 40, Mexico, <=50K.
+17, Private, 162205, 10th, 6, Never-married, Handlers-cleaners, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+48, Private, 97470, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+32, Self-emp-not-inc, 158603, Assoc-voc, 11, Never-married, Sales, Unmarried, White, Female, 0, 0, 7, United-States, <=50K.
+58, Private, 348430, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+72, Private, 109385, 1st-4th, 2, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 36, United-States, <=50K.
+45, Private, 188998, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 38, United-States, <=50K.
+41, Private, 210591, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+66, Self-emp-not-inc, 37170, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 42, United-States, >50K.
+34, Private, 169583, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
+33, Private, 180624, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+47, Private, 186311, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+35, Private, 106471, Bachelors, 13, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+27, Private, 37302, Assoc-acdm, 12, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+49, Private, 91608, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 263896, HS-grad, 9, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+25, Private, 335376, Assoc-acdm, 12, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 38, United-States, <=50K.
+38, Private, 186531, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+21, State-gov, 42706, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+29, Private, 180115, HS-grad, 9, Never-married, Tech-support, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+42, Private, 191196, Assoc-acdm, 12, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 209109, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 199224, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+65, State-gov, 42488, Prof-school, 15, Married-civ-spouse, Exec-managerial, Husband, White, Male, 2653, 0, 8, United-States, <=50K.
+19, Self-emp-not-inc, 63574, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 227943, Some-college, 10, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+54, Private, 297551, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+46, Private, 343579, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 77, United-States, <=50K.
+34, Private, 230246, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 2202, 0, 99, United-States, <=50K.
+57, Self-emp-not-inc, 110199, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+32, Private, 178691, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
+36, Self-emp-not-inc, 165855, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, Germany, <=50K.
+34, Private, 27565, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Wife, Amer-Indian-Eskimo, Female, 0, 0, 27, United-States, >50K.
+54, Private, 220115, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1628, 40, United-States, <=50K.
+34, Private, 113751, 11th, 7, Divorced, Sales, Own-child, Black, Female, 0, 0, 37, United-States, <=50K.
+72, Private, 128793, 5th-6th, 3, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 36, United-States, <=50K.
+23, Private, 97472, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+53, Private, 153064, 5th-6th, 3, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 10, Yugoslavia, >50K.
+57, Private, 190488, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+22, Local-gov, 326283, Some-college, 10, Never-married, Exec-managerial, Own-child, Asian-Pac-Islander, Male, 0, 0, 20, United-States, <=50K.
+40, Private, 61287, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 214288, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 198856, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 32, United-States, <=50K.
+51, Federal-gov, 914061, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 44, United-States, >50K.
+24, Private, 186648, Assoc-acdm, 12, Never-married, Sales, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+49, Private, 350759, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
+76, ?, 197988, 5th-6th, 3, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 8, United-States, <=50K.
+37, Private, 188571, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 112776, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
+21, Private, 100345, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 53, United-States, <=50K.
+49, Private, 291783, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+69, ?, 156387, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+38, ?, 295166, HS-grad, 9, Married-civ-spouse, ?, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+44, Private, 132849, Masters, 14, Never-married, Craft-repair, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 300497, Some-college, 10, Divorced, Exec-managerial, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
+54, Private, 338089, Masters, 14, Separated, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 104257, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+40, Private, 112247, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+41, Federal-gov, 73070, Masters, 14, Never-married, Prof-specialty, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+48, Self-emp-inc, 49298, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 50, United-States, >50K.
+51, Local-gov, 289390, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+36, Private, 219546, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+35, Private, 194490, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 358655, Masters, 14, Divorced, Sales, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
+39, Private, 286026, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 52, United-States, <=50K.
+55, Private, 401473, Masters, 14, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
+26, Private, 197967, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+46, Local-gov, 216647, 10th, 6, Divorced, Protective-serv, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+70, Self-emp-not-inc, 355536, HS-grad, 9, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 0, 24, United-States, <=50K.
+20, Private, 193130, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+46, Self-emp-inc, 67725, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 10, United-States, <=50K.
+35, Private, 209629, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 143964, HS-grad, 9, Never-married, Other-service, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+57, Self-emp-inc, 249072, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 60, United-States, >50K.
+64, ?, 285742, 10th, 6, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 50, United-States, >50K.
+63, Self-emp-not-inc, 130221, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
+21, Federal-gov, 201815, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 30, United-States, <=50K.
+43, Local-gov, 67243, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 45, United-States, >50K.
+35, Private, 202263, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 38, United-States, <=50K.
+21, Private, 122048, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 29, United-States, <=50K.
+23, Private, 231866, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 38, United-States, <=50K.
+35, Private, 211440, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+28, Private, 25955, Assoc-voc, 11, Never-married, Prof-specialty, Unmarried, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+61, ?, 274499, HS-grad, 9, Married-civ-spouse, ?, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+45, Self-emp-not-inc, 305474, 10th, 6, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, Haiti, <=50K.
+73, Local-gov, 222702, 10th, 6, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 5, United-States, <=50K.
+33, State-gov, 120460, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 31657, Assoc-voc, 11, Separated, Other-service, Not-in-family, White, Female, 0, 0, 34, United-States, <=50K.
+19, Private, 327079, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+42, Private, 234633, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 47, United-States, <=50K.
+27, Private, 203776, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 7688, 0, 45, United-States, >50K.
+24, Self-emp-inc, 242138, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+19, Private, 276937, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+36, Private, 117528, HS-grad, 9, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
+41, Self-emp-not-inc, 171351, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
+43, Private, 138471, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+40, Local-gov, 329341, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 35, United-States, >50K.
+57, Private, 62539, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 1876, 38, United-States, <=50K.
+58, Private, 265579, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+22, Private, 218215, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+39, Federal-gov, 116369, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+24, Private, 403107, Preschool, 1, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
+29, State-gov, 103389, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Female, 4787, 0, 40, United-States, >50K.
+26, State-gov, 624006, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 344094, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+67, Self-emp-inc, 147377, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+49, Private, 90579, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 5013, 0, 50, United-States, <=50K.
+47, Private, 91972, HS-grad, 9, Married-civ-spouse, Priv-house-serv, Wife, White, Female, 0, 0, 35, United-States, >50K.
+59, Self-emp-not-inc, 275236, 11th, 7, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 70, United-States, >50K.
+23, Private, 340432, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 158592, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 3103, 0, 50, United-States, >50K.
+48, Private, 278303, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+33, Self-emp-not-inc, 300681, 10th, 6, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 50, ?, <=50K.
+37, Private, 160192, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Male, 6849, 0, 80, United-States, <=50K.
+29, Private, 148429, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+24, Private, 210474, Masters, 14, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 510072, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+21, Self-emp-not-inc, 328906, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 4865, 0, 35, United-States, <=50K.
+26, Private, 247196, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+54, Private, 178839, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1848, 40, England, >50K.
+60, Private, 178764, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 25, United-States, <=50K.
+38, Private, 218490, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 44047, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+41, Local-gov, 125268, Bachelors, 13, Never-married, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+37, Local-gov, 76845, Masters, 14, Never-married, Prof-specialty, Not-in-family, Black, Male, 0, 0, 40, ?, <=50K.
+37, Local-gov, 484475, Bachelors, 13, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 60, United-States, <=50K.
+22, Private, 114357, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+33, Private, 219619, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 40, United-States, >50K.
+22, ?, 33016, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+47, Local-gov, 319205, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+54, ?, 389182, HS-grad, 9, Divorced, ?, Not-in-family, White, Female, 0, 0, 60, Germany, <=50K.
+34, Private, 262118, Assoc-voc, 11, Never-married, Exec-managerial, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+50, Private, 141340, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+35, Private, 189703, 9th, 5, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 32, United-States, <=50K.
+41, ?, 307589, Bachelors, 13, Married-civ-spouse, ?, Wife, Asian-Pac-Islander, Female, 0, 0, 5, Philippines, <=50K.
+29, Private, 116531, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+27, Private, 142621, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+44, Self-emp-inc, 327573, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 24896, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+36, Private, 69251, HS-grad, 9, Married-civ-spouse, Other-service, Other-relative, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
+38, Private, 91716, 11th, 7, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 93717, Assoc-voc, 11, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+38, Self-emp-not-inc, 111499, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
+41, ?, 193537, Assoc-acdm, 12, Divorced, ?, Unmarried, White, Female, 0, 0, 10, Dominican-Republic, <=50K.
+24, Private, 307267, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+52, Private, 249196, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+64, ?, 201700, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+52, Private, 188644, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 30, Mexico, <=50K.
+32, Private, 255004, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+34, Private, 100145, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 20, United-States, <=50K.
+18, Private, 183274, 11th, 7, Never-married, Other-service, Own-child, White, Female, 594, 0, 30, United-States, <=50K.
+45, Self-emp-not-inc, 44671, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 354351, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+43, Private, 346189, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+49, Private, 304864, Some-college, 10, Divorced, Tech-support, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
+68, Self-emp-inc, 505365, Bachelors, 13, Separated, Sales, Unmarried, White, Male, 0, 0, 70, Canada, <=50K.
+18, State-gov, 268520, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+27, State-gov, 210295, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 103339, 10th, 6, Never-married, Sales, Own-child, White, Female, 0, 1719, 16, United-States, <=50K.
+33, Private, 145437, Some-college, 10, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 56071, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+34, Private, 233729, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 50, United-States, >50K.
+41, Private, 265932, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
+74, Private, 154347, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 10, United-States, <=50K.
+40, Private, 277507, HS-grad, 9, Married-spouse-absent, Handlers-cleaners, Not-in-family, White, Male, 0, 1669, 40, United-States, <=50K.
+53, Federal-gov, 172898, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
+47, Private, 182655, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 52, United-States, >50K.
+20, ?, 175431, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 181460, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 37, United-States, <=50K.
+38, Private, 149771, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 3325, 0, 40, United-States, <=50K.
+44, Private, 45363, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 44, United-States, >50K.
+48, Private, 180010, Some-college, 10, Separated, Craft-repair, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+36, ?, 103886, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 15, United-States, <=50K.
+20, Private, 233198, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+47, Federal-gov, 124974, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+61, ?, 29059, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 12, United-States, <=50K.
+34, Private, 136331, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+43, Private, 106900, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Self-emp-not-inc, 314464, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+51, State-gov, 152810, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
+50, State-gov, 76728, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 39, United-States, <=50K.
+42, Private, 55854, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+17, Private, 36801, 10th, 6, Never-married, Other-service, Own-child, White, Female, 0, 0, 18, United-States, <=50K.
+51, ?, 243631, HS-grad, 9, Married-civ-spouse, ?, Husband, Asian-Pac-Islander, Male, 2105, 0, 20, South, <=50K.
+46, Local-gov, 155654, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+51, Private, 173987, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 48, United-States, >50K.
+18, Private, 115725, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
+21, Private, 154556, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 15, ?, <=50K.
+33, Self-emp-not-inc, 234976, Bachelors, 13, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, United-States, >50K.
+27, Private, 122913, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Local-gov, 187411, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
+31, Private, 193285, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+27, ?, 96219, HS-grad, 9, Separated, ?, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+20, Private, 117767, Some-college, 10, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+45, Self-emp-inc, 81534, HS-grad, 9, Never-married, Sales, Unmarried, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 202125, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+40, Local-gov, 225660, Bachelors, 13, Never-married, Protective-serv, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+25, State-gov, 203279, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 20, India, <=50K.
+40, Self-emp-not-inc, 151960, Some-college, 10, Divorced, Craft-repair, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
+48, Private, 368561, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 1902, 37, United-States, >50K.
+30, Private, 202046, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+61, Private, 197286, Bachelors, 13, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+49, Self-emp-not-inc, 285570, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+22, Private, 380899, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 325217, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 32, United-States, <=50K.
+26, Private, 111058, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+27, State-gov, 162312, Some-college, 10, Never-married, Other-service, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 50, South, <=50K.
+41, Self-emp-inc, 136986, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+33, Federal-gov, 97654, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+56, Private, 229116, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 32, United-States, <=50K.
+43, Private, 159549, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 40, United-States, >50K.
+29, Private, 195760, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 35, United-States, <=50K.
+44, Self-emp-inc, 277788, 11th, 7, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, Portugal, >50K.
+37, State-gov, 120201, Some-college, 10, Divorced, Adm-clerical, Own-child, Other, Female, 0, 0, 40, United-States, <=50K.
+24, Private, 236601, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 2339, 43, United-States, <=50K.
+65, ?, 94809, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 219757, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+35, Local-gov, 160728, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+39, Private, 308945, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 50, United-States, <=50K.
+47, Self-emp-not-inc, 185859, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 3103, 0, 60, United-States, >50K.
+47, ?, 163748, Masters, 14, Divorced, ?, Unmarried, White, Female, 0, 0, 35, ?, <=50K.
+51, State-gov, 48358, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 3103, 0, 52, United-States, >50K.
+38, Federal-gov, 77792, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 56, United-States, <=50K.
+44, Private, 114753, Some-college, 10, Widowed, Tech-support, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
+24, Private, 234259, HS-grad, 9, Never-married, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 152617, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+51, Private, 204567, Assoc-voc, 11, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
+60, Self-emp-not-inc, 145209, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+40, Private, 240698, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+72, ?, 195181, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 32, United-States, <=50K.
+27, Private, 299536, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 55, United-States, <=50K.
+36, Private, 238802, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 48, United-States, >50K.
+44, Private, 150519, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+33, State-gov, 237903, Some-college, 10, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+53, Self-emp-not-inc, 257940, 7th-8th, 4, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+43, Private, 383670, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1902, 40, United-States, >50K.
+44, Private, 179666, Assoc-acdm, 12, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 259727, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+52, Federal-gov, 277772, Some-college, 10, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+51, Self-emp-not-inc, 67198, Assoc-acdm, 12, Widowed, Prof-specialty, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+41, Private, 22419, 9th, 5, Married-civ-spouse, Exec-managerial, Husband, Amer-Indian-Eskimo, Male, 0, 0, 84, United-States, <=50K.
+42, Private, 99373, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+54, Federal-gov, 147629, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7298, 0, 35, United-States, >50K.
+31, Self-emp-not-inc, 145714, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+30, Private, 49358, 12th, 8, Never-married, Sales, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+21, Private, 214956, Some-college, 10, Never-married, Tech-support, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+29, Private, 66172, Some-college, 10, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+37, Local-gov, 136749, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+27, ?, 258231, HS-grad, 9, Never-married, ?, Not-in-family, White, Male, 0, 0, 35, ?, <=50K.
+19, Private, 43937, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
+33, Self-emp-not-inc, 114639, 11th, 7, Never-married, Farming-fishing, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+72, Self-emp-not-inc, 104090, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, Scotland, <=50K.
+21, Private, 137510, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 20, Germany, <=50K.
+23, Private, 123586, Some-college, 10, Never-married, Adm-clerical, Own-child, Other, Male, 0, 0, 25, United-States, <=50K.
+45, Private, 293628, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, Philippines, >50K.
+37, Federal-gov, 239409, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+37, Self-emp-inc, 593246, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
+36, Private, 30269, Some-college, 10, Married-civ-spouse, Other-service, Wife, White, Female, 7298, 0, 32, United-States, >50K.
+31, Private, 48456, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+63, Private, 153894, Assoc-voc, 11, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 24, Puerto-Rico, <=50K.
+24, Private, 182117, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 28, United-States, <=50K.
+29, Private, 231148, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+53, Private, 184176, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+40, Self-emp-not-inc, 29702, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 85, United-States, <=50K.
+40, Private, 276759, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 60, United-States, >50K.
+36, Private, 179731, HS-grad, 9, Never-married, Priv-house-serv, Other-relative, White, Female, 0, 0, 20, ?, <=50K.
+64, Private, 234570, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 143485, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 143062, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 146516, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Wife, White, Female, 0, 0, 48, United-States, <=50K.
+19, ?, 180395, Some-college, 10, Never-married, ?, Own-child, Asian-Pac-Islander, Female, 0, 0, 36, United-States, <=50K.
+32, Private, 108256, 12th, 8, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
+25, Private, 211392, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
+26, Federal-gov, 271243, 12th, 8, Never-married, Adm-clerical, Not-in-family, Black, Male, 0, 0, 40, Haiti, <=50K.
+25, Local-gov, 197822, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+40, Self-emp-not-inc, 167678, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Dominican-Republic, >50K.
+30, Private, 30101, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+46, Local-gov, 232220, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
+29, ?, 212588, Bachelors, 13, Never-married, ?, Not-in-family, White, Male, 0, 0, 53, United-States, <=50K.
+35, Private, 306156, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+30, Self-emp-not-inc, 70985, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 75, United-States, <=50K.
+58, Private, 185459, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+17, Private, 91141, 10th, 6, Never-married, Sales, Own-child, White, Male, 0, 0, 8, United-States, <=50K.
+42, Private, 347653, Bachelors, 13, Divorced, Other-service, Unmarried, White, Male, 0, 0, 60, United-States, <=50K.
+31, Private, 189759, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+46, Private, 272792, Bachelors, 13, Divorced, Craft-repair, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+27, ?, 95708, 11th, 7, Divorced, ?, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
+71, ?, 111712, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 16, United-States, <=50K.
+32, Private, 132767, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+62, Self-emp-not-inc, 162245, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+78, Self-emp-not-inc, 152148, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+54, ?, 186565, Masters, 14, Divorced, ?, Not-in-family, White, Male, 0, 0, 1, United-States, <=50K.
+22, Private, 193385, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 185778, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+32, Private, 162370, Masters, 14, Separated, Prof-specialty, Not-in-family, White, Female, 0, 0, 35, Iran, <=50K.
+38, Private, 340763, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, Black, Male, 0, 2339, 47, United-States, <=50K.
+77, Private, 148949, 10th, 6, Married-civ-spouse, Other-service, Husband, Black, Male, 3818, 0, 30, United-States, <=50K.
+62, Self-emp-not-inc, 147393, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, >50K.
+33, Local-gov, 187203, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+40, Local-gov, 147206, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+65, Private, 228182, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+31, Private, 177426, Bachelors, 13, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+32, ?, 161288, 9th, 5, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+32, Private, 133530, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, Asian-Pac-Islander, Female, 0, 0, 20, United-States, <=50K.
+45, Private, 117849, 11th, 7, Married-civ-spouse, Transport-moving, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+70, Private, 132670, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 9386, 0, 4, United-States, >50K.
+38, Self-emp-inc, 98360, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+37, Private, 226500, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+30, Private, 35644, Assoc-voc, 11, Never-married, Craft-repair, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 49325, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+19, Private, 142738, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 14084, 0, 20, United-States, >50K.
+54, Self-emp-not-inc, 207841, HS-grad, 9, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+32, Private, 269355, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 5178, 0, 50, United-States, >50K.
+32, Self-emp-inc, 190290, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+24, Private, 209034, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+35, Private, 174571, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 198583, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 35, United-States, <=50K.
+28, Private, 128055, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+41, Private, 319271, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+38, Private, 91857, HS-grad, 9, Divorced, Other-service, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 376416, Some-college, 10, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+31, Local-gov, 323829, HS-grad, 9, Divorced, Protective-serv, Other-relative, White, Male, 0, 0, 45, United-States, <=50K.
+22, Private, 209646, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 6, United-States, <=50K.
+28, State-gov, 90872, Some-college, 10, Divorced, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+52, Private, 287454, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, >50K.
+23, Private, 208946, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+37, Local-gov, 130805, Assoc-acdm, 12, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 99, United-States, >50K.
+23, Private, 247090, 9th, 5, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 55, United-States, <=50K.
+21, Private, 249150, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 24, United-States, <=50K.
+57, Private, 187138, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+35, Private, 166497, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 60, United-States, >50K.
+50, Private, 155433, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+45, State-gov, 164593, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, ?, <=50K.
+37, Private, 211168, Some-college, 10, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 0, 35, United-States, <=50K.
+24, Self-emp-not-inc, 162688, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+58, Local-gov, 185072, Bachelors, 13, Separated, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, Jamaica, >50K.
+50, Private, 154153, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+58, Self-emp-not-inc, 166258, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+31, Self-emp-not-inc, 190650, Masters, 14, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 0, 0, 40, ?, <=50K.
+60, State-gov, 165792, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 8, United-States, <=50K.
+61, Private, 313170, HS-grad, 9, Widowed, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 188279, HS-grad, 9, Married-civ-spouse, Other-service, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Thailand, <=50K.
+27, Self-emp-not-inc, 209301, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+37, Private, 194820, HS-grad, 9, Separated, Craft-repair, Unmarried, White, Female, 0, 0, 42, United-States, <=50K.
+36, Private, 171393, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+31, Private, 268282, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Other-relative, White, Male, 0, 0, 35, Mexico, <=50K.
+23, Private, 219519, Some-college, 10, Never-married, Sales, Not-in-family, Black, Female, 0, 0, 30, United-States, <=50K.
+44, State-gov, 369131, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
+21, Private, 195571, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+57, Private, 114686, Assoc-voc, 11, Divorced, Tech-support, Not-in-family, White, Female, 2202, 0, 44, United-States, <=50K.
+24, Private, 356861, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+26, Private, 156848, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+66, Private, 147766, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+60, Local-gov, 134768, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+52, Self-emp-not-inc, 156882, Some-college, 10, Married-civ-spouse, Sales, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 131404, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+32, Self-emp-inc, 233727, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 7688, 0, 60, United-States, >50K.
+21, ?, 216867, Some-college, 10, Never-married, ?, Other-relative, White, Male, 0, 0, 40, Mexico, <=50K.
+48, Private, 168556, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+63, Private, 60459, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 37, United-States, <=50K.
+42, Private, 212894, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 23, United-States, >50K.
+17, Private, 41865, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 5, United-States, <=50K.
+30, Private, 175413, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, Black, Female, 0, 0, 35, United-States, <=50K.
+33, Private, 149902, Some-college, 10, Divorced, Exec-managerial, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+55, Private, 180497, Assoc-acdm, 12, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 52, United-States, <=50K.
+39, Self-emp-not-inc, 107302, Bachelors, 13, Married-civ-spouse, Craft-repair, Other-relative, White, Male, 0, 0, 35, United-States, >50K.
+33, Private, 93283, Bachelors, 13, Never-married, Prof-specialty, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+34, Self-emp-not-inc, 264351, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+59, State-gov, 136819, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 8, United-States, >50K.
+32, Self-emp-not-inc, 295010, Some-college, 10, Separated, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+62, Private, 291904, HS-grad, 9, Divorced, Priv-house-serv, Not-in-family, Black, Female, 0, 0, 20, United-States, <=50K.
+21, Self-emp-inc, 225442, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+57, State-gov, 170108, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 40, United-States, >50K.
+19, Private, 193859, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 2176, 0, 35, Germany, <=50K.
+38, Local-gov, 326701, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 40, United-States, >50K.
+38, State-gov, 196373, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+20, Private, 258730, HS-grad, 9, Never-married, Priv-house-serv, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+24, Private, 190293, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+39, Local-gov, 170263, Masters, 14, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 30, United-States, >50K.
+24, Private, 300275, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+28, State-gov, 255254, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 0, 0, 37, United-States, <=50K.
+51, Private, 166461, 11th, 7, Divorced, Machine-op-inspct, Unmarried, Black, Female, 5455, 0, 40, United-States, <=50K.
+27, Private, 96219, HS-grad, 9, Divorced, Other-service, Own-child, White, Female, 3418, 0, 32, United-States, <=50K.
+38, Self-emp-inc, 186845, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 99697, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+42, Private, 143069, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, >50K.
+53, Private, 117674, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+35, Private, 261504, HS-grad, 9, Married-spouse-absent, Transport-moving, Other-relative, White, Female, 0, 0, 40, Dominican-Republic, <=50K.
+37, Private, 29660, Assoc-acdm, 12, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+45, Private, 202560, Assoc-acdm, 12, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, >50K.
+27, Private, 178713, 11th, 7, Never-married, Sales, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+34, Private, 100734, HS-grad, 9, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+24, Private, 112009, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+69, Private, 144056, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+47, Private, 70209, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+19, Private, 143816, Some-college, 10, Never-married, Machine-op-inspct, Other-relative, Black, Male, 0, 0, 30, United-States, <=50K.
+23, ?, 164732, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 10, United-States, <=50K.
+30, State-gov, 714597, Some-college, 10, Never-married, Protective-serv, Not-in-family, Black, Male, 0, 0, 45, United-States, <=50K.
+71, Private, 187703, Assoc-voc, 11, Widowed, Prof-specialty, Unmarried, White, Female, 11678, 0, 38, United-States, >50K.
+53, Private, 418901, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 40, Mexico, <=50K.
+22, Private, 169188, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+47, Private, 70554, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+28, Private, 31801, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1887, 50, United-States, >50K.
+25, Self-emp-not-inc, 195000, Some-college, 10, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 215392, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Wife, White, Female, 7298, 0, 45, United-States, >50K.
+33, Private, 97723, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 121012, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+19, Private, 218956, 12th, 8, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+41, Self-emp-not-inc, 171003, 7th-8th, 4, Never-married, Other-service, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
+20, Self-emp-inc, 154782, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+27, ?, 132372, HS-grad, 9, Never-married, ?, Unmarried, White, Female, 0, 0, 40, ?, <=50K.
+18, ?, 151404, 11th, 7, Never-married, ?, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+53, Private, 816750, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 72, United-States, >50K.
+67, Private, 92943, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 21, United-States, <=50K.
+47, ?, 104489, 10th, 6, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+55, Self-emp-not-inc, 218456, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, Hungary, <=50K.
+39, Private, 301614, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 307134, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 42, United-States, <=50K.
+37, State-gov, 106347, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 65, United-States, <=50K.
+36, Private, 127961, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+32, Self-emp-inc, 206297, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+20, Private, 171156, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+31, Private, 104729, 1st-4th, 2, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 35, Mexico, <=50K.
+47, Private, 85109, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 13550, 0, 45, United-States, >50K.
+25, Private, 199143, HS-grad, 9, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 110371, HS-grad, 9, Divorced, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 250782, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 281574, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 6849, 0, 43, United-States, <=50K.
+28, Private, 147889, 10th, 6, Married-AF-spouse, Other-service, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+36, Private, 298753, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
+55, Private, 248841, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, >50K.
+51, Self-emp-inc, 274948, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+22, Private, 41763, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 42, United-States, <=50K.
+27, ?, 176683, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 1719, 40, United-States, <=50K.
+37, Private, 385251, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+23, Private, 145964, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+61, Private, 33460, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+46, State-gov, 121586, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+35, Federal-gov, 112008, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, Germany, <=50K.
+24, Private, 163053, 11th, 7, Never-married, Sales, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
+21, ?, 34446, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+33, Self-emp-not-inc, 147201, Bachelors, 13, Separated, Prof-specialty, Own-child, Black, Male, 0, 0, 35, United-States, <=50K.
+60, Private, 491214, HS-grad, 9, Widowed, Sales, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+36, Private, 102729, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 45, United-States, >50K.
+37, ?, 70282, HS-grad, 9, Never-married, ?, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+48, Self-emp-inc, 216214, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 3103, 0, 40, United-States, >50K.
+43, Private, 212206, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+53, Local-gov, 235567, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 356410, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 99999, 0, 40, United-States, >50K.
+26, Private, 223558, HS-grad, 9, Never-married, Tech-support, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+63, Federal-gov, 160473, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+51, Private, 150999, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+41, Private, 230961, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+71, Private, 169114, Some-college, 10, Widowed, Prof-specialty, Not-in-family, White, Male, 0, 1429, 40, United-States, <=50K.
+39, Private, 301070, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 70, United-States, >50K.
+23, Private, 163687, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+35, Private, 180419, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 114828, 12th, 8, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 4, United-States, <=50K.
+44, Private, 208606, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+19, Private, 165977, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+28, Private, 110408, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 266047, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+52, Private, 176124, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
+27, Private, 144063, 10th, 6, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 75, United-States, <=50K.
+29, Self-emp-inc, 446724, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+59, Private, 357118, Bachelors, 13, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+47, Self-emp-not-inc, 102388, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
+27, Private, 191515, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+31, Private, 94413, HS-grad, 9, Divorced, Craft-repair, Other-relative, White, Male, 3325, 0, 40, United-States, <=50K.
+42, Federal-gov, 32627, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 7688, 0, 45, United-States, >50K.
+37, Private, 218249, 11th, 7, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 308798, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+24, Private, 199005, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+29, State-gov, 108432, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+47, Self-emp-not-inc, 149218, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+26, Private, 552529, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
+43, Private, 222596, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, Poland, >50K.
+31, Private, 168961, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 206951, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 386236, 5th-6th, 3, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 30, Mexico, <=50K.
+20, Private, 196388, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+32, Private, 162675, Assoc-voc, 11, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 35, Cuba, <=50K.
+38, Private, 187847, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+39, Private, 186934, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 38, United-States, <=50K.
+75, ?, 27663, 7th-8th, 4, Separated, ?, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+27, Private, 180271, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 43, United-States, <=50K.
+35, Private, 215503, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, Canada, <=50K.
+40, Private, 110862, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+28, Private, 197905, Some-college, 10, Widowed, Craft-repair, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
+25, Private, 355124, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 2001, 40, Mexico, <=50K.
+29, Self-emp-not-inc, 109621, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+50, Private, 194995, Assoc-voc, 11, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 137136, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, Black, Male, 0, 0, 55, United-States, <=50K.
+47, Private, 67229, 11th, 7, Divorced, Transport-moving, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+44, Private, 197033, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Local-gov, 187746, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 3325, 0, 25, United-States, <=50K.
+40, Private, 98211, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+25, Private, 54298, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+48, Self-emp-not-inc, 49275, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 1485, 50, United-States, <=50K.
+22, Private, 237386, Assoc-voc, 11, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+40, Private, 67243, Some-college, 10, Divorced, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 168191, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 2, Italy, <=50K.
+25, Private, 132327, Some-college, 10, Separated, Adm-clerical, Other-relative, Other, Female, 0, 0, 40, Ecuador, <=50K.
+17, Private, 175109, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+61, State-gov, 224638, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 128487, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+30, Private, 179747, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
+46, Private, 195416, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 44, United-States, >50K.
+37, Private, 176949, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+31, Private, 114691, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
+27, State-gov, 122540, Some-college, 10, Never-married, Craft-repair, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 93461, HS-grad, 9, Married-civ-spouse, Craft-repair, Wife, White, Female, 0, 0, 30, United-States, <=50K.
+45, Private, 54098, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+22, Private, 333838, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 174789, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
+70, Private, 227515, 10th, 6, Widowed, Transport-moving, Unmarried, White, Female, 0, 0, 40, Greece, <=50K.
+45, Federal-gov, 391585, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 7688, 0, 50, United-States, >50K.
+23, Private, 83315, 10th, 6, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 10, United-States, <=50K.
+22, Private, 213310, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+47, Private, 127303, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 255476, 5th-6th, 3, Never-married, Other-service, Other-relative, White, Male, 0, 0, 35, Mexico, <=50K.
+40, Private, 320451, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, Asian-Pac-Islander, Male, 0, 0, 40, ?, >50K.
+33, Private, 454717, Some-college, 10, Separated, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 374474, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+19, Private, 78401, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+58, Private, 168887, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
+55, Private, 254711, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 20, United-States, >50K.
+23, Private, 196678, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+53, Private, 217201, HS-grad, 9, Married-civ-spouse, Craft-repair, Wife, White, Female, 0, 0, 45, United-States, >50K.
+24, Private, 160398, 12th, 8, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+43, Private, 288829, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 1902, 42, United-States, >50K.
+20, Private, 185706, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+22, Private, 201615, Assoc-acdm, 12, Never-married, Adm-clerical, Other-relative, White, Female, 0, 0, 37, United-States, <=50K.
+48, Private, 157092, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 130561, 11th, 7, Never-married, Sales, Not-in-family, Black, Female, 0, 0, 35, United-States, <=50K.
+33, Private, 202450, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 303942, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+44, Local-gov, 339346, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 10520, 0, 60, United-States, >50K.
+21, ?, 234838, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+42, Private, 38389, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+35, Private, 147548, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+62, Self-emp-not-inc, 116626, Doctorate, 16, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
+46, Local-gov, 110110, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 65, United-States, >50K.
+44, Private, 230478, Assoc-acdm, 12, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, >50K.
+28, Private, 398220, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+38, Self-emp-not-inc, 187346, Assoc-acdm, 12, Divorced, Other-service, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+59, Self-emp-not-inc, 175827, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 211494, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 1980, 55, United-States, <=50K.
+59, Private, 105745, Assoc-voc, 11, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, >50K.
+55, Private, 237428, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 1504, 40, United-States, <=50K.
+40, Private, 200766, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, Black, Male, 14344, 0, 40, United-States, >50K.
+22, State-gov, 24896, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
+35, Private, 107164, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+42, Private, 202083, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, Canada, <=50K.
+45, State-gov, 53768, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 70, United-States, <=50K.
+48, Private, 159577, 10th, 6, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+76, ?, 209674, 7th-8th, 4, Divorced, ?, Not-in-family, White, Female, 0, 0, 7, United-States, <=50K.
+21, Private, 309348, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 18, United-States, <=50K.
+31, Private, 206046, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+65, Self-emp-not-inc, 227531, Bachelors, 13, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+46, Self-emp-not-inc, 135339, HS-grad, 9, Married-spouse-absent, Craft-repair, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 45, India, >50K.
+18, Private, 155503, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+65, Self-emp-not-inc, 176835, Masters, 14, Married-spouse-absent, Prof-specialty, Not-in-family, White, Female, 7978, 0, 40, United-States, <=50K.
+18, Private, 163067, Some-college, 10, Never-married, Protective-serv, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+35, Private, 212607, Some-college, 10, Never-married, Adm-clerical, Unmarried, Other, Female, 0, 0, 44, Puerto-Rico, <=50K.
+53, Self-emp-inc, 162381, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 45, United-States, >50K.
+34, Private, 195890, Some-college, 10, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
+33, Federal-gov, 49358, 10th, 6, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 136077, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Poland, <=50K.
+43, Private, 119297, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+52, Private, 48947, Assoc-voc, 11, Widowed, Other-service, Unmarried, White, Female, 0, 0, 13, United-States, <=50K.
+49, Self-emp-not-inc, 32825, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 70, United-States, <=50K.
+21, State-gov, 82847, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
+61, Private, 119684, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+54, Private, 264143, 9th, 5, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 24, United-States, <=50K.
+45, Private, 30690, 7th-8th, 4, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 10, United-States, <=50K.
+24, Private, 113631, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 366889, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 393962, Assoc-voc, 11, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+48, Private, 165484, Bachelors, 13, Separated, Sales, Not-in-family, White, Male, 0, 0, 65, United-States, >50K.
+40, Federal-gov, 90737, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+34, Private, 379798, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
+29, Private, 190911, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 72887, 11th, 7, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, >50K.
+65, Private, 192309, HS-grad, 9, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 15, United-States, <=50K.
+58, Self-emp-not-inc, 98361, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 121253, Doctorate, 16, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 29, United-States, <=50K.
+56, State-gov, 270859, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 48, United-States, >50K.
+26, Self-emp-not-inc, 223705, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, Columbia, <=50K.
+45, Private, 125892, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 60, United-States, >50K.
+37, Self-emp-not-inc, 202683, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+58, ?, 99131, HS-grad, 9, Married-civ-spouse, ?, Wife, White, Female, 7298, 0, 40, United-States, >50K.
+56, Private, 197577, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+19, Without-pay, 43627, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 10, United-States, <=50K.
+37, Private, 175185, Assoc-voc, 11, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 377405, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+24, Private, 47541, Masters, 14, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
+36, Private, 218729, Some-college, 10, Married-civ-spouse, Adm-clerical, Own-child, White, Female, 0, 0, 30, United-States, >50K.
+26, Local-gov, 197430, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+57, Private, 259010, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 84, United-States, <=50K.
+49, Private, 121124, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+21, ?, 334593, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 374764, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+59, Private, 192845, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
+36, Private, 144524, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+31, Self-emp-inc, 136402, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 255847, 7th-8th, 4, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+29, Private, 177955, 9th, 5, Never-married, Priv-house-serv, Unmarried, White, Female, 0, 0, 24, El-Salvador, <=50K.
+35, Private, 151835, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 50, United-States, >50K.
+18, Private, 65098, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
+27, Self-emp-not-inc, 328119, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 30, Mexico, <=50K.
+55, Private, 125147, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+52, Private, 62834, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 20, United-States, >50K.
+51, State-gov, 230095, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
+41, Federal-gov, 348059, Masters, 14, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, >50K.
+34, Private, 425622, 5th-6th, 3, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+25, Local-gov, 336320, Bachelors, 13, Divorced, Protective-serv, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 225809, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+80, Private, 216073, 5th-6th, 3, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 32, United-States, <=50K.
+27, Private, 267912, 5th-6th, 3, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 52, Mexico, <=50K.
+28, Private, 108706, HS-grad, 9, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 0, 40, United-States, >50K.
+43, Private, 575172, Assoc-voc, 11, Married-civ-spouse, Transport-moving, Husband, White, Male, 3103, 0, 32, United-States, >50K.
+18, Private, 311489, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 26, United-States, <=50K.
+46, Private, 189123, Assoc-acdm, 12, Married-civ-spouse, Tech-support, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+42, Private, 95998, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+50, Self-emp-inc, 177487, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 30, United-States, <=50K.
+30, Private, 213002, Some-college, 10, Married-civ-spouse, Tech-support, Husband, Black, Male, 0, 0, 14, United-States, <=50K.
+55, Private, 272723, 7th-8th, 4, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+58, Private, 84231, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, >50K.
+41, Private, 475322, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 1617, 35, United-States, <=50K.
+25, Private, 120268, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 1741, 40, United-States, <=50K.
+22, ?, 60331, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 10, United-States, <=50K.
+59, Private, 172618, Some-college, 10, Divorced, Sales, Not-in-family, White, Male, 0, 0, 56, United-States, <=50K.
+36, State-gov, 173273, Masters, 14, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+25, Private, 52921, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+19, Private, 210364, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+34, Private, 87310, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 2174, 0, 40, United-States, <=50K.
+51, Private, 332489, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, Germany, >50K.
+31, Private, 100333, 11th, 7, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
+21, Private, 216867, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+36, ?, 177974, 11th, 7, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 292110, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+39, Federal-gov, 219137, Assoc-acdm, 12, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+34, Private, 159589, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 2051, 40, United-States, <=50K.
+38, Private, 186815, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 43, United-States, <=50K.
+21, Private, 22149, HS-grad, 9, Never-married, Other-service, Own-child, Amer-Indian-Eskimo, Male, 0, 0, 30, United-States, <=50K.
+22, Private, 228724, Assoc-voc, 11, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+29, State-gov, 187392, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+25, Private, 105930, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+53, State-gov, 182907, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+68, Private, 322025, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 5, United-States, <=50K.
+21, Private, 263886, Some-college, 10, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 20, United-States, <=50K.
+34, Local-gov, 362775, 10th, 6, Married-civ-spouse, Other-service, Wife, Amer-Indian-Eskimo, Female, 0, 0, 30, United-States, <=50K.
+53, Private, 96062, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+59, ?, 191665, Some-college, 10, Widowed, ?, Not-in-family, White, Female, 0, 2205, 40, United-States, <=50K.
+32, Self-emp-not-inc, 159322, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 1980, 80, United-States, <=50K.
+33, Local-gov, 163867, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 8, United-States, <=50K.
+34, Self-emp-not-inc, 136204, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 32, United-States, >50K.
+61, Private, 160431, HS-grad, 9, Widowed, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+46, Private, 163324, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+32, ?, 161309, Prof-school, 15, Married-civ-spouse, ?, Wife, White, Female, 15024, 0, 50, United-States, >50K.
+26, Private, 208881, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 42, United-States, <=50K.
+37, Self-emp-not-inc, 183127, HS-grad, 9, Divorced, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 192225, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+59, Local-gov, 222081, Bachelors, 13, Never-married, Prof-specialty, Other-relative, Black, Female, 0, 0, 35, United-States, <=50K.
+28, Private, 183627, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+39, Private, 187921, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 99, United-States, <=50K.
+25, Private, 25497, Some-college, 10, Never-married, Transport-moving, Not-in-family, White, Male, 4101, 0, 40, United-States, <=50K.
+45, Private, 353824, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
+30, Private, 250804, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+61, Private, 385583, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+52, Private, 84788, 10th, 6, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+54, Private, 127704, 7th-8th, 4, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+54, ?, 99208, Preschool, 1, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 16, United-States, <=50K.
+45, Private, 347993, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 44, Mexico, <=50K.
+48, Private, 175958, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+36, Self-emp-not-inc, 278553, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 15024, 0, 75, United-States, >50K.
+49, Private, 186009, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 43, United-States, <=50K.
+31, Private, 55104, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+65, Local-gov, 179411, HS-grad, 9, Widowed, Tech-support, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+56, Private, 68452, HS-grad, 9, Separated, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+38, Local-gov, 202027, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+70, Private, 113401, 10th, 6, Widowed, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+37, Private, 186934, Bachelors, 13, Married-civ-spouse, Prof-specialty, Other-relative, White, Male, 0, 0, 40, United-States, >50K.
+43, Federal-gov, 190020, Prof-school, 15, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+28, Private, 198493, Assoc-acdm, 12, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 256448, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 15, United-States, <=50K.
+30, Private, 622192, Some-college, 10, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 6, United-States, <=50K.
+77, Private, 133728, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 181824, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 20, United-States, <=50K.
+17, Private, 286422, 10th, 6, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+59, Private, 378585, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 44, United-States, >50K.
+44, Private, 121012, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 5013, 0, 45, United-States, <=50K.
+33, Private, 164864, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 323, 40, United-States, <=50K.
+17, Private, 74706, 11th, 7, Never-married, Priv-house-serv, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+22, Private, 185582, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 25, United-States, >50K.
+43, Private, 132633, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Wife, White, Female, 0, 0, 40, ?, <=50K.
+42, Federal-gov, 230438, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+26, Private, 175540, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+47, Local-gov, 115304, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 340269, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 3137, 0, 45, United-States, <=50K.
+33, Private, 171889, 12th, 8, Never-married, Sales, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+52, Private, 94873, HS-grad, 9, Widowed, Other-service, Unmarried, White, Male, 0, 0, 19, United-States, <=50K.
+34, ?, 144194, Assoc-voc, 11, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+44, Private, 141131, 12th, 8, Divorced, Machine-op-inspct, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, South, <=50K.
+25, Private, 192735, HS-grad, 9, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 70, United-States, <=50K.
+33, Self-emp-not-inc, 238186, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 98, United-States, <=50K.
+23, Private, 305609, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 52, United-States, <=50K.
+29, Private, 312845, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
+21, Private, 33884, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+23, ?, 264874, Assoc-voc, 11, Never-married, ?, Other-relative, White, Female, 0, 0, 40, ?, <=50K.
+31, State-gov, 268832, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 37, United-States, <=50K.
+42, Private, 99651, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+39, Private, 257597, Assoc-acdm, 12, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 42, United-States, <=50K.
+54, Self-emp-inc, 195904, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+17, Private, 266497, 9th, 5, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, Mexico, <=50K.
+63, Private, 287972, Bachelors, 13, Widowed, Other-service, Other-relative, Black, Female, 0, 0, 20, United-States, <=50K.
+46, Private, 200569, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+62, Local-gov, 117292, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 8614, 0, 45, United-States, >50K.
+64, ?, 223075, Bachelors, 13, Divorced, ?, Not-in-family, White, Female, 0, 0, 8, United-States, <=50K.
+54, Private, 175339, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+22, Self-emp-inc, 333197, HS-grad, 9, Never-married, Exec-managerial, Own-child, White, Male, 0, 2205, 45, United-States, <=50K.
+61, Private, 53707, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+73, Private, 39212, HS-grad, 9, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+52, Private, 228500, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 234663, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
+52, ?, 88073, Bachelors, 13, Divorced, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+35, Private, 420040, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 126517, Some-college, 10, Separated, Sales, Unmarried, Black, Female, 0, 0, 20, United-States, <=50K.
+31, Private, 238002, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 55, Mexico, <=50K.
+53, State-gov, 21412, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 147804, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+19, Private, 222445, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
+36, Private, 126675, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+42, Private, 301080, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+45, Private, 382532, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+33, Private, 232356, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
+26, Private, 167350, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 3137, 0, 50, United-States, <=50K.
+28, ?, 375703, HS-grad, 9, Divorced, ?, Other-relative, Black, Female, 0, 1721, 40, United-States, <=50K.
+33, Private, 252708, 12th, 8, Never-married, Sales, Other-relative, White, Female, 0, 0, 40, Mexico, <=50K.
+33, Private, 186824, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 176101, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 175121, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+17, Private, 355850, 11th, 7, Never-married, Transport-moving, Own-child, White, Male, 0, 1602, 15, United-States, <=50K.
+45, Private, 180931, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+45, State-gov, 30219, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
+41, Federal-gov, 350387, Masters, 14, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, India, >50K.
+24, Private, 194247, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+57, Private, 137653, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+48, Private, 131762, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+31, Self-emp-not-inc, 283587, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+33, Self-emp-inc, 218164, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 7298, 0, 55, United-States, >50K.
+41, Private, 287581, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 45, United-States, >50K.
+41, Private, 281725, 5th-6th, 3, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, Mexico, <=50K.
+63, Private, 50120, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 1573, 25, United-States, <=50K.
+39, Private, 156667, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 18, United-States, <=50K.
+28, Private, 566066, Some-college, 10, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 45, United-States, <=50K.
+42, Private, 121352, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 80, ?, >50K.
+18, Private, 260977, 12th, 8, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+22, Private, 90860, Some-college, 10, Never-married, Adm-clerical, Own-child, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
+42, Private, 218302, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+47, Private, 170142, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+33, Local-gov, 171889, HS-grad, 9, Divorced, Transport-moving, Unmarried, White, Female, 0, 0, 43, United-States, <=50K.
+34, Private, 193172, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+18, Private, 164134, HS-grad, 9, Never-married, Tech-support, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
+66, Private, 204283, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+51, ?, 81169, HS-grad, 9, Separated, ?, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
+39, Private, 92143, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Wife, White, Female, 7688, 0, 55, United-States, >50K.
+35, Private, 181099, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+56, State-gov, 102791, HS-grad, 9, Divorced, Adm-clerical, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+46, Local-gov, 364548, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 42, United-States, >50K.
+21, Self-emp-inc, 153516, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+58, Self-emp-not-inc, 189528, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 84, United-States, <=50K.
+66, Local-gov, 154171, Some-college, 10, Widowed, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+25, Private, 90752, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+57, Private, 278763, Assoc-voc, 11, Married-spouse-absent, Exec-managerial, Not-in-family, White, Female, 0, 0, 47, United-States, <=50K.
+28, Private, 253581, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 59660, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 50, United-States, >50K.
+57, Self-emp-not-inc, 170988, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+18, ?, 160984, 11th, 7, Never-married, ?, Own-child, White, Female, 0, 0, 6, United-States, <=50K.
+24, Private, 493732, 1st-4th, 2, Never-married, Farming-fishing, Own-child, White, Female, 0, 0, 40, Mexico, <=50K.
+36, Private, 325802, HS-grad, 9, Separated, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+42, Private, 196344, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, Guatemala, <=50K.
+32, State-gov, 316589, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+35, Self-emp-inc, 365739, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+40, Private, 309990, Some-college, 10, Separated, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+26, Private, 241852, 12th, 8, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 184105, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+50, Private, 134680, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 274545, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
+36, Private, 207853, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 65, United-States, >50K.
+25, Private, 284061, Some-college, 10, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+62, Private, 186446, Some-college, 10, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 43, United-States, <=50K.
+22, Private, 255575, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+52, Federal-gov, 302661, Assoc-acdm, 12, Widowed, Exec-managerial, Unmarried, White, Male, 13550, 0, 40, United-States, >50K.
+52, Private, 148509, 10th, 6, Married-spouse-absent, Prof-specialty, Other-relative, Asian-Pac-Islander, Male, 0, 0, 45, ?, <=50K.
+48, Private, 211239, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 2415, 60, United-States, >50K.
+70, Private, 50468, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 3175, 15, United-States, <=50K.
+41, Private, 316820, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+21, Private, 145964, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 7298, 0, 60, United-States, >50K.
+39, Private, 185084, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+29, Private, 183111, Assoc-voc, 11, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
+28, Private, 63042, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+31, Private, 339738, HS-grad, 9, Married-civ-spouse, Transport-moving, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 273049, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+54, State-gov, 239256, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+73, Self-emp-not-inc, 110102, HS-grad, 9, Widowed, Farming-fishing, Not-in-family, White, Male, 0, 1668, 77, United-States, <=50K.
+29, State-gov, 165764, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 0, 0, 35, United-States, <=50K.
+22, Private, 152744, Some-college, 10, Never-married, Adm-clerical, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 10, United-States, <=50K.
+57, Local-gov, 212303, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+41, Self-emp-not-inc, 118544, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 32, United-States, <=50K.
+39, Private, 269548, 1st-4th, 2, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 70, Mexico, <=50K.
+25, State-gov, 319303, Some-college, 10, Divorced, Other-service, Unmarried, White, Male, 0, 2472, 40, United-States, >50K.
+74, Without-pay, 216001, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+45, Private, 205816, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 40, United-States, >50K.
+18, Private, 427437, HS-grad, 9, Never-married, Sales, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+24, Private, 198259, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+45, Private, 54314, 9th, 5, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+32, Private, 195744, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+53, Local-gov, 294547, Some-college, 10, Divorced, Protective-serv, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
+50, Private, 77521, 11th, 7, Never-married, Priv-house-serv, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+35, Private, 288158, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 125010, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
+32, Private, 80945, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Nicaragua, >50K.
+21, Private, 33016, 10th, 6, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+42, Private, 388725, Masters, 14, Divorced, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
+37, Local-gov, 347136, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 44, United-States, <=50K.
+53, Self-emp-inc, 158294, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 99999, 0, 75, United-States, >50K.
+34, Private, 362787, 10th, 6, Married-spouse-absent, Other-service, Unmarried, Black, Female, 0, 0, 30, United-States, <=50K.
+29, Private, 39388, HS-grad, 9, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+55, Private, 322691, Masters, 14, Widowed, Exec-managerial, Own-child, White, Male, 0, 0, 62, United-States, >50K.
+29, Private, 31659, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 2202, 0, 45, United-States, <=50K.
+70, Private, 176940, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 16, United-States, <=50K.
+26, Local-gov, 189027, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 98719, HS-grad, 9, Divorced, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+58, Private, 172238, HS-grad, 9, Widowed, Exec-managerial, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+23, ?, 170456, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 5, United-States, <=50K.
+27, Private, 129009, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
+17, Private, 247580, 12th, 8, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 18, United-States, <=50K.
+29, Private, 204516, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 52, United-States, <=50K.
+26, Private, 192652, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+31, Private, 336543, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 45, United-States, >50K.
+29, ?, 143938, HS-grad, 9, Separated, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+22, Private, 272591, 10th, 6, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+28, Local-gov, 312372, HS-grad, 9, Never-married, Handlers-cleaners, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
+28, Local-gov, 172270, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
+20, Private, 342414, Some-college, 10, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 24, United-States, <=50K.
+58, Private, 123886, HS-grad, 9, Never-married, Sales, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 398130, HS-grad, 9, Divorced, Sales, Not-in-family, White, Male, 0, 0, 96, United-States, <=50K.
+34, Private, 142989, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 331539, HS-grad, 9, Never-married, Craft-repair, Not-in-family, Other, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 225156, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+18, ?, 311863, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+35, Local-gov, 170682, 11th, 7, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 0, 0, 32, United-States, <=50K.
+21, Private, 96178, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+20, ?, 37932, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+49, Private, 198126, 7th-8th, 4, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 344275, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 60, ?, >50K.
+37, Private, 112497, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+36, Private, 178487, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 1669, 40, United-States, <=50K.
+44, Private, 55395, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Local-gov, 131239, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Self-emp-not-inc, 104772, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 3908, 0, 40, United-States, <=50K.
+53, Private, 427320, Bachelors, 13, Divorced, Other-service, Not-in-family, Black, Male, 3325, 0, 40, United-States, <=50K.
+34, ?, 73296, 11th, 7, Never-married, ?, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+24, Private, 216853, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 37, United-States, <=50K.
+40, Private, 259757, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+47, Private, 200734, HS-grad, 9, Separated, Priv-house-serv, Not-in-family, Black, Female, 0, 0, 50, Nicaragua, <=50K.
+19, ?, 87515, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 44, Germany, <=50K.
+18, Private, 161245, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 8, United-States, <=50K.
+32, Private, 262024, HS-grad, 9, Never-married, Other-service, Own-child, Black, Male, 0, 0, 38, United-States, <=50K.
+21, Private, 287681, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, Mexico, <=50K.
+27, Private, 303601, 12th, 8, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+58, ?, 365410, Some-college, 10, Separated, ?, Other-relative, White, Female, 0, 0, 99, United-States, <=50K.
+29, Self-emp-not-inc, 394356, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 263150, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 45, United-States, >50K.
+45, State-gov, 86618, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
+43, Private, 120277, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
+63, Federal-gov, 90393, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+26, Self-emp-inc, 79078, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+42, State-gov, 197344, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 120998, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+36, Private, 37522, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+44, Private, 96321, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+18, Private, 217302, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+69, Private, 137109, 10th, 6, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 16, United-States, <=50K.
+40, Private, 227823, Assoc-acdm, 12, Divorced, Adm-clerical, Own-child, White, Female, 0, 0, 70, United-States, <=50K.
+37, Private, 22149, HS-grad, 9, Never-married, Other-service, Own-child, Amer-Indian-Eskimo, Male, 0, 0, 18, United-States, <=50K.
+39, Private, 176900, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
+57, Private, 154368, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+28, Private, 183445, HS-grad, 9, Separated, Priv-house-serv, Own-child, White, Female, 0, 0, 40, Guatemala, <=50K.
+23, Private, 193537, HS-grad, 9, Never-married, Adm-clerical, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
+20, Private, 313873, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+46, Private, 34186, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+44, State-gov, 271807, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 16, United-States, <=50K.
+67, ?, 46449, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 10, United-States, <=50K.
+31, Private, 128065, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+24, Private, 176486, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+54, Private, 191072, Bachelors, 13, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+28, Private, 34452, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+30, State-gov, 123253, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+42, Private, 113461, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+17, Private, 116267, 12th, 8, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 15, Columbia, <=50K.
+32, Private, 30433, Bachelors, 13, Never-married, Tech-support, Other-relative, White, Female, 0, 0, 72, United-States, <=50K.
+25, Private, 198512, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+49, Self-emp-inc, 131826, Prof-school, 15, Widowed, Prof-specialty, Unmarried, White, Male, 99999, 0, 50, United-States, >50K.
+35, Private, 129764, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+32, Private, 49398, Bachelors, 13, Separated, Prof-specialty, Not-in-family, White, Male, 10520, 0, 40, United-States, >50K.
+17, Local-gov, 292285, 11th, 7, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+61, Federal-gov, 91726, Masters, 14, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 0, 40, United-States, >50K.
+56, Private, 178282, HS-grad, 9, Widowed, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+50, Private, 227458, HS-grad, 9, Never-married, Exec-managerial, Unmarried, White, Male, 0, 0, 51, United-States, <=50K.
+32, Private, 183470, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, Amer-Indian-Eskimo, Male, 0, 0, 42, United-States, <=50K.
+41, Private, 275446, Some-college, 10, Separated, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 328013, Masters, 14, Never-married, Prof-specialty, Not-in-family, Black, Male, 0, 0, 65, United-States, <=50K.
+19, Private, 382688, 10th, 6, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+18, Private, 122988, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+25, Private, 175537, Bachelors, 13, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+21, Private, 256278, HS-grad, 9, Never-married, Other-service, Other-relative, Other, Female, 0, 0, 35, El-Salvador, <=50K.
+34, Private, 161153, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+31, Private, 48189, 9th, 5, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 65, United-States, <=50K.
+36, Private, 186531, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+19, Private, 96866, Some-college, 10, Never-married, Other-service, Other-relative, White, Female, 0, 0, 30, United-States, <=50K.
+35, Private, 117555, Assoc-acdm, 12, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+18, ?, 98549, HS-grad, 9, Never-married, ?, Own-child, White, Female, 0, 1602, 35, United-States, <=50K.
+39, Private, 101782, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 234753, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 34, United-States, >50K.
+59, Private, 59469, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
+28, Private, 614113, Some-college, 10, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 30, United-States, <=50K.
+47, Private, 203505, Doctorate, 16, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 23, United-States, <=50K.
+27, Private, 128365, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+56, Private, 36990, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 52, United-States, >50K.
+18, Private, 303240, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+76, ?, 217043, 10th, 6, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 15, United-States, <=50K.
+56, Private, 176079, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 15024, 0, 24, United-States, >50K.
+40, Self-emp-inc, 266047, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 65, United-States, >50K.
+39, Self-emp-inc, 285890, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 40, Haiti, >50K.
+24, Private, 70261, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 214236, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+36, Self-emp-not-inc, 143385, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+55, Private, 150507, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 292264, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Self-emp-inc, 110861, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+32, Private, 225064, HS-grad, 9, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 154120, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, Trinadad&Tobago, <=50K.
+17, Private, 34465, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 32, United-States, <=50K.
+29, Private, 89598, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 2057, 35, United-States, <=50K.
+54, Private, 183668, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 189382, Assoc-acdm, 12, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 1504, 40, United-States, <=50K.
+67, ?, 165103, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 2174, 50, United-States, >50K.
+48, Private, 44216, Masters, 14, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+17, Private, 150471, 10th, 6, Never-married, Other-service, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+41, Private, 32627, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+43, Self-emp-not-inc, 153109, Assoc-acdm, 12, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
+29, Private, 352451, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+43, Private, 176716, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, >50K.
+46, Federal-gov, 171850, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 42, United-States, <=50K.
+42, Private, 260496, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+36, Private, 154410, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 1902, 40, United-States, >50K.
+31, Self-emp-not-inc, 23500, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 75, United-States, <=50K.
+60, Private, 178312, 11th, 7, Married-civ-spouse, Sales, Husband, White, Male, 0, 1902, 70, United-States, >50K.
+50, Private, 62593, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, >50K.
+30, Private, 123291, Some-college, 10, Separated, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 313817, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+57, State-gov, 229270, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Other, Male, 0, 1579, 37, United-States, <=50K.
+43, Private, 212027, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, Black, Male, 0, 0, 38, United-States, <=50K.
+58, Private, 259532, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+26, Local-gov, 213258, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 316337, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 179123, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
+26, Private, 191765, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, Scotland, <=50K.
+59, Self-emp-inc, 188877, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+41, Private, 55395, Some-college, 10, Married-spouse-absent, Other-service, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 161051, Some-college, 10, Never-married, Tech-support, Own-child, Black, Female, 0, 0, 4, United-States, <=50K.
+30, Private, 241844, HS-grad, 9, Separated, Handlers-cleaners, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 232142, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 80, United-States, <=50K.
+43, Private, 311534, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 44, United-States, >50K.
+68, Self-emp-not-inc, 128986, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+18, Private, 67019, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+23, Private, 208826, Bachelors, 13, Never-married, Exec-managerial, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
+43, Private, 256813, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 40, United-States, >50K.
+44, Private, 160919, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
+43, Private, 107584, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+59, Self-emp-inc, 159472, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 408318, 7th-8th, 4, Married-spouse-absent, Other-service, Not-in-family, White, Male, 0, 0, 25, Mexico, <=50K.
+61, Private, 194956, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+52, State-gov, 21764, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+37, Private, 277347, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+57, Private, 104455, Some-college, 10, Married-spouse-absent, Sales, Own-child, Asian-Pac-Islander, Female, 0, 0, 90, United-States, >50K.
+30, Private, 117584, Masters, 14, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 20, United-States, <=50K.
+38, Private, 131288, Assoc-voc, 11, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+46, Private, 99014, Some-college, 10, Divorced, Other-service, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+22, Private, 141003, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+64, Private, 344014, Some-college, 10, Divorced, Tech-support, Unmarried, Black, Female, 0, 1741, 40, United-States, <=50K.
+45, Private, 175600, Assoc-voc, 11, Divorced, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+31, Local-gov, 240504, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, Black, Male, 0, 1902, 50, United-States, >50K.
+20, Private, 174436, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
+29, Private, 194869, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+23, Private, 164901, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+62, Private, 72886, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+41, Self-emp-inc, 130126, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, >50K.
+42, Self-emp-inc, 196514, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 103651, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+25, Private, 261419, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+61, Private, 206339, 10th, 6, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 445365, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 227466, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 50, United-States, <=50K.
+49, Private, 96854, HS-grad, 9, Divorced, Other-service, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 163595, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+22, State-gov, 181096, Bachelors, 13, Never-married, Prof-specialty, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
+24, Private, 95984, Assoc-voc, 11, Never-married, Sales, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
+37, Private, 472517, Assoc-voc, 11, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 4, United-States, <=50K.
+46, Local-gov, 60751, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+35, Private, 107302, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+41, Private, 106501, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 50, United-States, >50K.
+23, Private, 32732, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+34, Self-emp-inc, 174789, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+39, Private, 301628, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
+29, Private, 27436, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+24, Private, 93977, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+54, Private, 139127, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 258231, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+25, Self-emp-not-inc, 136309, 11th, 7, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+50, Private, 266433, Some-college, 10, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+59, Private, 140363, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 42, United-States, >50K.
+58, Private, 179715, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 47, United-States, >50K.
+55, Private, 204816, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+58, Private, 35520, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 7688, 0, 40, United-States, >50K.
+46, Private, 101320, Bachelors, 13, Separated, Prof-specialty, Unmarried, White, Female, 0, 0, 42, United-States, >50K.
+40, Private, 210857, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 50, United-States, >50K.
+40, Self-emp-not-inc, 60949, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+57, Local-gov, 139095, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+46, Private, 233493, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 1579, 40, United-States, <=50K.
+36, Private, 176249, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 1590, 40, United-States, <=50K.
+29, Private, 187746, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 49593, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+24, Self-emp-not-inc, 240160, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+63, Private, 76286, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Other, Male, 0, 0, 40, India, >50K.
+23, Private, 65225, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+36, Private, 225330, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 101562, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
+52, Self-emp-not-inc, 27539, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 7688, 0, 72, United-States, >50K.
+60, Local-gov, 227311, 10th, 6, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+29, ?, 51260, HS-grad, 9, Never-married, ?, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 256609, HS-grad, 9, Married-spouse-absent, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
+35, Local-gov, 123939, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+24, Federal-gov, 203182, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 2174, 0, 40, United-States, <=50K.
+38, Private, 111128, Some-college, 10, Divorced, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 112451, HS-grad, 9, Never-married, Other-service, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+44, ?, 177461, Some-college, 10, Divorced, ?, Unmarried, Amer-Indian-Eskimo, Male, 0, 0, 50, United-States, <=50K.
+24, Private, 332155, HS-grad, 9, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 20, United-States, <=50K.
+42, Local-gov, 178983, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 37, United-States, <=50K.
+54, Private, 199392, 5th-6th, 3, Divorced, Machine-op-inspct, Other-relative, White, Female, 0, 0, 40, Nicaragua, <=50K.
+19, Private, 311015, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 126038, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+21, Private, 402124, Assoc-voc, 11, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 198660, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+26, ?, 228457, 11th, 7, Never-married, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+34, Self-emp-inc, 223267, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 2829, 0, 78, United-States, <=50K.
+22, Self-emp-not-inc, 249046, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+45, Self-emp-not-inc, 127948, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 154785, Some-college, 10, Never-married, Adm-clerical, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, China, <=50K.
+28, Private, 248404, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+31, Private, 137978, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 144778, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+30, Private, 133250, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+28, Private, 402771, Assoc-voc, 11, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 23, United-States, <=50K.
+47, ?, 97075, HS-grad, 9, Divorced, ?, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+21, Private, 116234, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 44, United-States, <=50K.
+25, Local-gov, 262818, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 35, Guatemala, <=50K.
+47, Private, 138342, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+50, Private, 123374, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+23, Private, 202373, HS-grad, 9, Never-married, Sales, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
+54, Self-emp-not-inc, 180522, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+24, Local-gov, 140647, HS-grad, 9, Never-married, Other-service, Own-child, Black, Male, 0, 0, 36, United-States, <=50K.
+50, Private, 136898, Assoc-voc, 11, Widowed, Exec-managerial, Unmarried, White, Female, 0, 0, 55, ?, <=50K.
+29, Private, 140927, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 114055, Assoc-voc, 11, Never-married, Prof-specialty, Unmarried, White, Female, 3325, 0, 40, United-States, <=50K.
+46, Private, 114222, Assoc-voc, 11, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+39, Self-emp-inc, 51089, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+46, Private, 37353, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+36, Local-gov, 379672, Assoc-voc, 11, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
+64, Private, 130727, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 2174, 0, 37, United-States, <=50K.
+51, Private, 172046, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+57, Private, 228764, Assoc-voc, 11, Divorced, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 376393, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+53, Private, 185283, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
+61, Self-emp-not-inc, 195789, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+50, Private, 243115, HS-grad, 9, Married-spouse-absent, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+74, Private, 147558, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 7262, 0, 30, United-States, >50K.
+22, State-gov, 62865, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 8, United-States, <=50K.
+25, Self-emp-not-inc, 275197, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+63, Self-emp-not-inc, 124015, Masters, 14, Separated, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+38, Self-emp-inc, 282951, Some-college, 10, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 105253, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 50, United-States, >50K.
+31, Private, 119164, HS-grad, 9, Never-married, Exec-managerial, Other-relative, White, Male, 0, 0, 40, ?, <=50K.
+35, Self-emp-not-inc, 263081, Some-college, 10, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 84, United-States, <=50K.
+54, Private, 96062, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+50, Private, 44942, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 1848, 48, United-States, >50K.
+37, Federal-gov, 127879, Some-college, 10, Never-married, Exec-managerial, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+37, Private, 109633, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 109404, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+56, Private, 126677, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 3103, 0, 40, United-States, >50K.
+52, Private, 101113, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 66, United-States, >50K.
+40, Private, 117523, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, Columbia, <=50K.
+29, Private, 183523, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 40, United-States, >50K.
+46, Self-emp-not-inc, 311231, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+49, Private, 459556, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 50, United-States, <=50K.
+37, Private, 95551, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+36, Private, 126675, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+32, Private, 200246, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+53, Private, 108435, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, Italy, <=50K.
+18, Private, 141332, 11th, 7, Never-married, Sales, Own-child, Black, Male, 0, 0, 8, United-States, <=50K.
+48, Private, 117310, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 20, United-States, <=50K.
+26, Private, 182380, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+64, ?, 226878, Masters, 14, Married-civ-spouse, ?, Wife, Black, Female, 9386, 0, 50, Jamaica, >50K.
+49, Private, 123807, HS-grad, 9, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 109539, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+20, Local-gov, 38455, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 10, United-States, <=50K.
+56, Private, 294209, HS-grad, 9, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 48, United-States, <=50K.
+33, Private, 130215, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 35, ?, <=50K.
+29, Private, 285294, Assoc-acdm, 12, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 168221, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+55, Private, 288907, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 4787, 0, 40, United-States, >50K.
+26, Private, 391349, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+32, Private, 170276, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 46, United-States, >50K.
+33, Private, 117963, HS-grad, 9, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 55, United-States, <=50K.
+54, Local-gov, 68015, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+20, ?, 285208, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+33, Private, 181091, 12th, 8, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 16, United-States, <=50K.
+44, Self-emp-not-inc, 53956, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 57, United-States, <=50K.
+47, Federal-gov, 198223, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+90, Self-emp-not-inc, 83601, Prof-school, 15, Widowed, Prof-specialty, Not-in-family, White, Male, 1086, 0, 60, United-States, <=50K.
+26, Self-emp-not-inc, 201579, 5th-6th, 3, Never-married, Prof-specialty, Unmarried, White, Male, 0, 0, 14, Mexico, <=50K.
+44, Private, 137367, HS-grad, 9, Married-civ-spouse, Other-service, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Thailand, <=50K.
+33, Private, 227325, Assoc-acdm, 12, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 60, Scotland, <=50K.
+28, Private, 129814, Some-college, 10, Separated, Craft-repair, Unmarried, White, Male, 0, 0, 50, United-States, <=50K.
+26, Private, 193050, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 18, United-States, <=50K.
+33, Private, 204557, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 165743, 9th, 5, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+34, Self-emp-not-inc, 48935, Some-college, 10, Married-civ-spouse, Farming-fishing, Wife, White, Female, 0, 0, 30, United-States, <=50K.
+70, Private, 177906, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 6514, 0, 40, United-States, >50K.
+18, Private, 93985, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+20, Private, 148351, 7th-8th, 4, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, ?, <=50K.
+65, Local-gov, 172646, 9th, 5, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+52, Private, 145409, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+48, Private, 548568, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+47, Private, 117849, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 320425, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+25, Private, 158734, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+59, Private, 168416, HS-grad, 9, Married-spouse-absent, Priv-house-serv, Not-in-family, White, Female, 0, 0, 36, Poland, <=50K.
+63, Self-emp-not-inc, 33487, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 70, United-States, >50K.
+34, Private, 205072, HS-grad, 9, Never-married, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+44, Private, 210525, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+45, Self-emp-not-inc, 32948, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+48, Self-emp-inc, 196689, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+61, Private, 87032, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+44, Self-emp-inc, 325159, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+42, Self-emp-not-inc, 52131, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 266439, Assoc-voc, 11, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 15, United-States, <=50K.
+22, Private, 61850, Masters, 14, Never-married, Sales, Other-relative, White, Female, 0, 0, 21, United-States, <=50K.
+19, Private, 163015, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+25, Private, 225135, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+28, Self-emp-inc, 109001, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
+33, Private, 45796, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+29, Private, 214987, Some-college, 10, Divorced, Handlers-cleaners, Not-in-family, White, Male, 2174, 0, 40, United-States, <=50K.
+19, Private, 311974, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, Mexico, <=50K.
+48, Private, 77404, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+43, Private, 153132, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+42, Self-emp-not-inc, 64631, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+63, Private, 151364, HS-grad, 9, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 25, United-States, <=50K.
+25, Private, 87487, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 50, United-States, <=50K.
+41, Self-emp-not-inc, 200479, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 65, United-States, <=50K.
+66, Private, 30740, HS-grad, 9, Never-married, Tech-support, Not-in-family, White, Female, 0, 0, 15, United-States, <=50K.
+59, Private, 153484, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+29, Local-gov, 214385, Masters, 14, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 35, United-States, <=50K.
+29, ?, 565769, Preschool, 1, Never-married, ?, Not-in-family, Black, Male, 0, 0, 40, South, <=50K.
+44, Self-emp-not-inc, 92162, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 210945, 11th, 7, Separated, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 63105, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 42, United-States, >50K.
+44, Private, 185602, Assoc-voc, 11, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+37, Self-emp-inc, 329980, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+70, Local-gov, 111712, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 22, United-States, <=50K.
+25, Local-gov, 48317, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+42, Private, 84661, Some-college, 10, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+47, Private, 121622, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
+21, Private, 37514, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+72, Private, 174993, Some-college, 10, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+56, Private, 159472, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+52, Local-gov, 195635, HS-grad, 9, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 108282, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+63, Private, 55946, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 123306, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 284250, Some-college, 10, Married-civ-spouse, Adm-clerical, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+60, Private, 113443, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+23, Private, 309178, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+44, Private, 69236, Some-college, 10, Divorced, Adm-clerical, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 40, Japan, <=50K.
+34, Local-gov, 182926, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 126675, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+39, Private, 187693, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+56, Private, 41100, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
+53, State-gov, 261839, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+55, Private, 97197, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+29, Private, 260645, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+56, Private, 116878, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Portugal, >50K.
+49, ?, 227690, HS-grad, 9, Divorced, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 199411, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+25, Private, 194813, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+47, Private, 177087, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 2444, 50, United-States, >50K.
+44, Self-emp-not-inc, 242434, Bachelors, 13, Divorced, Sales, Not-in-family, White, Female, 27828, 0, 60, United-States, >50K.
+27, Private, 399123, HS-grad, 9, Never-married, Handlers-cleaners, Other-relative, Black, Male, 0, 1719, 40, United-States, <=50K.
+47, Private, 216999, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+47, Private, 47270, 12th, 8, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+42, Federal-gov, 122215, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, >50K.
+26, Private, 37898, Assoc-voc, 11, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 65, United-States, <=50K.
+38, Private, 61343, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 32533, 7th-8th, 4, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+30, Private, 296897, HS-grad, 9, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 201101, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+41, Private, 155293, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+40, Private, 101593, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+46, State-gov, 104908, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+54, Self-emp-not-inc, 139023, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+44, Private, 429832, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+32, Private, 352542, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+64, Private, 29559, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
+61, Local-gov, 205711, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 30, United-States, >50K.
+49, Private, 160706, 11th, 7, Separated, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
+59, Federal-gov, 101626, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 45, United-States, >50K.
+29, Private, 245226, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 118286, Some-college, 10, Married-civ-spouse, Sales, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 187703, Assoc-voc, 11, Never-married, Other-service, Other-relative, White, Male, 0, 0, 40, Guatemala, <=50K.
+49, Private, 289707, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Male, 0, 0, 60, United-States, <=50K.
+32, Private, 68330, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1485, 40, United-States, <=50K.
+33, Private, 118786, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 1590, 40, United-States, <=50K.
+45, Private, 203785, 9th, 5, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 32732, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 25, United-States, <=50K.
+54, Local-gov, 204567, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+39, Self-emp-not-inc, 131808, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 7688, 0, 80, United-States, >50K.
+22, Private, 33272, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
+55, Private, 117477, 11th, 7, Married-spouse-absent, Other-service, Unmarried, Black, Female, 0, 0, 40, Jamaica, <=50K.
+36, Self-emp-not-inc, 240191, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 41310, 0, 90, South, <=50K.
+38, Private, 93287, 11th, 7, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 127651, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+57, Private, 222477, Some-college, 10, Married-civ-spouse, Prof-specialty, Wife, White, Female, 15024, 0, 8, United-States, >50K.
+23, Private, 345734, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 111567, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+38, Private, 108293, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 45, United-States, >50K.
+34, Private, 424988, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+38, Local-gov, 94529, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Wife, White, Female, 3103, 0, 50, United-States, >50K.
+42, Private, 163322, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
+52, Local-gov, 181132, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+32, Private, 140092, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+29, Private, 131913, Some-college, 10, Never-married, Adm-clerical, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
+74, Private, 175945, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 28, United-States, <=50K.
+48, Private, 247053, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+17, Self-emp-not-inc, 226203, 12th, 8, Never-married, Sales, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
+23, Private, 205865, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 2179, 60, United-States, <=50K.
+22, Local-gov, 200109, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+53, Private, 175029, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+20, Private, 55465, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+39, Self-emp-not-inc, 36989, Assoc-voc, 11, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, >50K.
+23, Private, 255685, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, Black, Male, 0, 0, 25, United-States, <=50K.
+30, Private, 180765, 11th, 7, Divorced, Other-service, Unmarried, White, Female, 0, 0, 32, United-States, <=50K.
+34, Self-emp-not-inc, 180607, HS-grad, 9, Married-spouse-absent, Other-service, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
+39, Private, 48063, 12th, 8, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 32, United-States, <=50K.
+37, State-gov, 159491, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
+28, Private, 167789, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
+23, Private, 124971, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+19, State-gov, 61710, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
+32, Private, 127895, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 390348, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 44, Japan, <=50K.
+25, Private, 205337, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+52, Private, 260954, 10th, 6, Widowed, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+30, ?, 331237, HS-grad, 9, Separated, ?, Own-child, Black, Female, 0, 0, 20, United-States, <=50K.
+22, Private, 177526, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 2907, 0, 30, United-States, <=50K.
+27, Private, 113882, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 4508, 0, 40, United-States, <=50K.
+32, Private, 29144, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+39, Local-gov, 124685, Assoc-acdm, 12, Married-civ-spouse, Adm-clerical, Husband, Asian-Pac-Islander, Male, 0, 0, 50, United-States, <=50K.
+18, Private, 88440, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 36, United-States, <=50K.
+28, Private, 265074, 11th, 7, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+50, Local-gov, 306985, Masters, 14, Married-civ-spouse, Adm-clerical, Other-relative, White, Female, 0, 2415, 50, United-States, >50K.
+72, Private, 181494, HS-grad, 9, Widowed, Other-service, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
+76, Private, 138403, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+35, Private, 216473, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 143123, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 1902, 40, United-States, >50K.
+19, Private, 132717, HS-grad, 9, Married-civ-spouse, Other-service, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+23, State-gov, 389792, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+36, Private, 359001, Assoc-voc, 11, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+50, Private, 260052, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Male, 15020, 0, 40, United-States, >50K.
+20, Private, 63633, Some-college, 10, Never-married, Other-service, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
+64, Self-emp-not-inc, 234192, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 80, United-States, <=50K.
+53, Local-gov, 237523, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
+33, Self-emp-not-inc, 183778, Assoc-acdm, 12, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 205916, HS-grad, 9, Never-married, Machine-op-inspct, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 131633, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+43, Private, 33121, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+38, Federal-gov, 32899, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 152171, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
+46, Local-gov, 127441, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
+46, Private, 23074, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, England, <=50K.
+42, Private, 91585, Some-college, 10, Widowed, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+18, Private, 83451, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+23, Local-gov, 219122, Some-college, 10, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+81, Private, 176500, 12th, 8, Widowed, Sales, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+40, ?, 246862, Bachelors, 13, Widowed, ?, Not-in-family, White, Female, 0, 0, 8, United-States, <=50K.
+35, Private, 38468, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 21, United-States, <=50K.
+24, ?, 35633, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 11, ?, <=50K.
+19, Private, 194608, 9th, 5, Never-married, Handlers-cleaners, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 269723, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+24, Private, 165054, Assoc-voc, 11, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+24, Private, 127537, 9th, 5, Married-spouse-absent, Sales, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+24, Private, 326931, 9th, 5, Never-married, Transport-moving, Unmarried, Other, Male, 0, 0, 40, El-Salvador, <=50K.
+24, Private, 307133, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, ?, <=50K.
+37, Private, 371576, Some-college, 10, Separated, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+50, Private, 160400, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+37, Private, 426350, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 40, United-States, >50K.
+26, State-gov, 121789, Assoc-voc, 11, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+18, Private, 218183, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+24, Private, 91189, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 232190, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+38, Self-emp-not-inc, 233033, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
+66, Self-emp-inc, 74263, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Male, 0, 0, 86, United-States, >50K.
+33, Private, 205950, Assoc-voc, 11, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+25, Private, 213383, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 345577, Some-college, 10, Divorced, Priv-house-serv, Not-in-family, White, Female, 0, 0, 26, United-States, <=50K.
+20, ?, 322144, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 158825, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Female, 14344, 0, 40, United-States, >50K.
+64, Self-emp-inc, 51286, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 6418, 0, 65, United-States, >50K.
+36, Private, 82488, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
+31, Federal-gov, 40909, Some-college, 10, Married-civ-spouse, Tech-support, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 114939, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+61, Private, 221534, HS-grad, 9, Divorced, Machine-op-inspct, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+35, Private, 149455, Some-college, 10, Separated, Exec-managerial, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+68, ?, 353524, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+30, Private, 328734, 10th, 6, Never-married, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+21, Private, 112906, Assoc-voc, 11, Never-married, Other-service, Own-child, White, Female, 0, 0, 44, United-States, <=50K.
+27, Private, 155038, Some-college, 10, Never-married, Other-service, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 100125, Assoc-acdm, 12, Divorced, Transport-moving, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
+26, State-gov, 177048, Some-college, 10, Married-civ-spouse, Protective-serv, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+43, Private, 72338, Masters, 14, Married-civ-spouse, Tech-support, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, >50K.
+20, Private, 254547, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 35, Outlying-US(Guam-USVI-etc), <=50K.
+20, Local-gov, 186213, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 38, United-States, <=50K.
+39, Private, 270557, Masters, 14, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
+48, Private, 41411, Some-college, 10, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+36, Private, 116445, HS-grad, 9, Divorced, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+34, Self-emp-not-inc, 247540, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 1974, 30, United-States, <=50K.
+37, Private, 358753, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
+37, Self-emp-not-inc, 156897, Prof-school, 15, Never-married, Prof-specialty, Own-child, White, Male, 0, 1564, 55, United-States, >50K.
+44, Self-emp-not-inc, 360879, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 1902, 80, United-States, >50K.
+51, Private, 256051, 11th, 7, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 1628, 40, United-States, <=50K.
+34, Private, 179877, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 266583, HS-grad, 9, Married-civ-spouse, Sales, Husband, Black, Male, 2829, 0, 38, United-States, <=50K.
+38, Private, 187711, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 43, United-States, >50K.
+34, Local-gov, 206707, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+63, Local-gov, 80655, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+47, Federal-gov, 409464, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+62, Private, 235997, 12th, 8, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 37, Mexico, <=50K.
+20, Private, 59948, HS-grad, 9, Never-married, Other-service, Own-child, Black, Female, 0, 0, 18, United-States, <=50K.
+30, Private, 323833, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+53, Private, 290290, Some-college, 10, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 1590, 50, United-States, <=50K.
+20, ?, 291746, 12th, 8, Never-married, ?, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+77, Private, 189173, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+50, State-gov, 392668, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+61, Private, 132529, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+56, Private, 68080, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 50, ?, >50K.
+17, Private, 194717, 11th, 7, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+43, Private, 307767, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+61, Private, 90051, 7th-8th, 4, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 3456, 0, 44, Canada, <=50K.
+77, State-gov, 267799, Doctorate, 16, Married-spouse-absent, Prof-specialty, Not-in-family, White, Male, 0, 0, 4, United-States, >50K.
+49, Private, 81535, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 75, United-States, >50K.
+26, Self-emp-not-inc, 334267, Some-college, 10, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+30, Self-emp-not-inc, 55912, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+36, Private, 172706, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 240467, Some-college, 10, Separated, Transport-moving, Not-in-family, Black, Female, 0, 0, 40, United-States, >50K.
+23, Private, 186006, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 37, United-States, <=50K.
+38, Private, 65738, Assoc-voc, 11, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+40, Self-emp-not-inc, 192878, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, State-gov, 413870, Some-college, 10, Never-married, Exec-managerial, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 176341, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 32, United-States, <=50K.
+66, ?, 28367, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 117210, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 36, United-States, <=50K.
+21, ?, 231286, Some-college, 10, Never-married, ?, Own-child, Black, Male, 0, 0, 25, Jamaica, <=50K.
+42, Private, 188465, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+31, Local-gov, 253456, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
+54, Private, 140592, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+46, Private, 171335, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+29, State-gov, 73928, Bachelors, 13, Never-married, Prof-specialty, Own-child, Asian-Pac-Islander, Female, 0, 0, 15, United-States, <=50K.
+24, Private, 161415, 11th, 7, Never-married, Other-service, Other-relative, White, Male, 0, 0, 35, United-States, <=50K.
+24, Private, 395297, Some-college, 10, Never-married, Other-service, Unmarried, White, Female, 0, 0, 30, Japan, <=50K.
+40, State-gov, 385357, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 72, United-States, >50K.
+45, State-gov, 160599, Assoc-acdm, 12, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 222450, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+61, ?, 38603, 7th-8th, 4, Divorced, ?, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+50, Private, 178946, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+36, Private, 106471, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+35, Private, 341643, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 97952, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, ?, <=50K.
+31, Private, 111567, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 1848, 50, United-States, >50K.
+43, Local-gov, 201764, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+30, Private, 153549, Bachelors, 13, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
+44, Local-gov, 264016, Bachelors, 13, Married-civ-spouse, Prof-specialty, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
+42, Private, 194636, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+64, State-gov, 184271, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+23, Local-gov, 49296, Some-college, 10, Married-spouse-absent, Prof-specialty, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+60, Private, 96099, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 4101, 0, 60, United-States, <=50K.
+18, Self-emp-not-inc, 304699, 10th, 6, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, England, <=50K.
+24, Private, 267181, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+40, Private, 154076, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+17, Private, 98209, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
+33, Private, 92003, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+43, Private, 103759, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+56, Private, 269681, HS-grad, 9, Divorced, Transport-moving, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+25, Private, 789600, HS-grad, 9, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+25, Private, 152165, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+34, Private, 260560, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+40, Self-emp-inc, 214781, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 65, United-States, >50K.
+64, Private, 207188, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 246258, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+44, Private, 101563, Masters, 14, Divorced, Exec-managerial, Unmarried, White, Male, 7430, 0, 45, United-States, >50K.
+60, Private, 69955, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 4064, 0, 40, United-States, <=50K.
+25, Private, 124111, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 36, ?, <=50K.
+38, Private, 237091, Some-college, 10, Married-spouse-absent, Other-service, Unmarried, White, Female, 0, 0, 36, Peru, <=50K.
+26, Private, 318644, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+19, Private, 138917, Some-college, 10, Never-married, Sales, Own-child, Black, Female, 0, 0, 20, United-States, <=50K.
+31, Private, 97405, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 196674, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+25, Private, 405281, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+49, Private, 186256, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+44, Private, 120277, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+33, Private, 161035, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 49, United-States, <=50K.
+34, Private, 176244, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Other-relative, White, Female, 0, 0, 40, Mexico, <=50K.
+54, Private, 32454, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
+39, Private, 346478, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+43, Private, 196158, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
+42, Federal-gov, 208470, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 215616, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 37, United-States, <=50K.
+23, Private, 275357, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+23, Self-emp-inc, 304871, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+54, Private, 99185, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 40, United-States, >50K.
+23, Private, 115085, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+58, Private, 82050, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
+46, Private, 123681, Doctorate, 16, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 193152, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+53, Private, 309466, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+77, Local-gov, 100883, 7th-8th, 4, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 8, Canada, <=50K.
+37, Private, 32528, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+18, Private, 245199, 10th, 6, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 72375, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
+34, Private, 117963, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
+45, Private, 160440, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
+64, Federal-gov, 113570, Assoc-acdm, 12, Married-civ-spouse, Protective-serv, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+58, ?, 191830, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+24, Private, 232328, 9th, 5, Divorced, Other-service, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+37, Private, 92028, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+48, Private, 138342, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1485, 55, United-States, >50K.
+42, Private, 197810, Some-college, 10, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 102142, Some-college, 10, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 104223, Bachelors, 13, Never-married, Sales, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+34, Private, 132835, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+31, Self-emp-not-inc, 109195, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+33, Private, 203463, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+47, Local-gov, 33114, 11th, 7, Divorced, Handlers-cleaners, Unmarried, Amer-Indian-Eskimo, Male, 0, 0, 50, United-States, <=50K.
+27, Private, 187450, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+36, Private, 104213, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 257849, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+56, Private, 50490, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 85508, 12th, 8, Never-married, Sales, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
+54, Self-emp-not-inc, 60449, Bachelors, 13, Widowed, Sales, Unmarried, White, Male, 0, 0, 60, United-States, <=50K.
+27, Local-gov, 131310, Some-college, 10, Married-civ-spouse, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+65, Self-emp-not-inc, 158177, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 10605, 0, 44, United-States, >50K.
+65, Private, 115922, 11th, 7, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 24, United-States, <=50K.
+21, Private, 403471, Some-college, 10, Never-married, Other-service, Own-child, Black, Female, 0, 0, 48, United-States, <=50K.
+22, Private, 176131, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 149531, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 262243, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, >50K.
+32, Private, 64658, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 127914, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+49, Self-emp-inc, 182211, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+30, Private, 48520, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 43, United-States, <=50K.
+20, Private, 403118, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 11, United-States, <=50K.
+55, Private, 119344, HS-grad, 9, Married-civ-spouse, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+46, Self-emp-not-inc, 334456, 9th, 5, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 263110, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+31, Self-emp-not-inc, 279015, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+58, Private, 195878, 5th-6th, 3, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+34, Private, 217652, 12th, 8, Divorced, Machine-op-inspct, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+65, Federal-gov, 44807, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 48, United-States, >50K.
+48, Private, 129777, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+28, ?, 195568, Some-college, 10, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 15, ?, >50K.
+44, Private, 227466, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+26, Private, 228457, 11th, 7, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+45, Self-emp-not-inc, 247053, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 188669, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+45, Private, 40666, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, Italy, <=50K.
+57, ?, 190514, 9th, 5, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Local-gov, 404661, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+45, Self-emp-not-inc, 39986, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 1740, 56, United-States, <=50K.
+43, Private, 175133, Some-college, 10, Divorced, Tech-support, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
+62, Private, 101375, 10th, 6, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 256680, Assoc-acdm, 12, Never-married, Exec-managerial, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+46, State-gov, 136878, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 106151, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 44, ?, >50K.
+38, ?, 242221, HS-grad, 9, Never-married, ?, Unmarried, Black, Female, 0, 0, 38, United-States, <=50K.
+38, Private, 101387, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 43, United-States, <=50K.
+51, Private, 196828, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 0, 0, 38, United-States, >50K.
+20, ?, 195075, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+22, Private, 333910, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 22, United-States, <=50K.
+46, Self-emp-not-inc, 103540, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+67, Self-emp-not-inc, 36876, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+55, Private, 158651, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, >50K.
+24, Private, 196943, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+41, Private, 184583, Some-college, 10, Divorced, Other-service, Unmarried, White, Male, 0, 0, 59, United-States, <=50K.
+33, Private, 244817, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 386726, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+56, Self-emp-inc, 373593, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 60, Italy, >50K.
+27, Private, 206199, HS-grad, 9, Never-married, Craft-repair, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 93283, Assoc-voc, 11, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+29, ?, 103628, Bachelors, 13, Married-spouse-absent, ?, Not-in-family, White, Female, 0, 0, 4, India, <=50K.
+21, Local-gov, 391936, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+31, Local-gov, 168740, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+42, Private, 150568, Some-college, 10, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
+19, Private, 201178, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+63, Private, 75813, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 60, United-States, >50K.
+34, Local-gov, 398988, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 18, United-States, <=50K.
+38, Private, 158363, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 81961, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+34, Private, 170017, HS-grad, 9, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 348092, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 40, Haiti, <=50K.
+27, Private, 54861, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 32, United-States, <=50K.
+63, Self-emp-not-inc, 74991, HS-grad, 9, Widowed, Farming-fishing, Unmarried, White, Male, 0, 0, 60, United-States, <=50K.
+25, Private, 106552, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+51, Private, 27539, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+50, Private, 268913, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, Iran, <=50K.
+63, Private, 199888, HS-grad, 9, Divorced, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+53, Private, 288216, Some-college, 10, Married-spouse-absent, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+18, Self-emp-inc, 378036, 12th, 8, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 10, United-States, <=50K.
+41, Private, 127314, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 5178, 0, 40, United-States, >50K.
+32, Private, 115963, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+19, Private, 332928, 11th, 7, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+41, Self-emp-not-inc, 178510, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+29, Private, 53147, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, Black, Male, 0, 0, 37, United-States, <=50K.
+66, Private, 115880, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 3818, 0, 40, United-States, <=50K.
+57, Private, 375502, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, >50K.
+49, Self-emp-not-inc, 155659, 5th-6th, 3, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, >50K.
+36, Private, 122240, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 112305, Assoc-voc, 11, Never-married, Other-service, Unmarried, White, Female, 0, 0, 10, United-States, <=50K.
+46, Federal-gov, 35136, 11th, 7, Never-married, Other-service, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 215423, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 16, United-States, <=50K.
+24, Private, 116358, HS-grad, 9, Never-married, Adm-clerical, Own-child, Asian-Pac-Islander, Male, 0, 2339, 40, Philippines, <=50K.
+17, Private, 171461, 10th, 6, Never-married, Sales, Own-child, White, Female, 0, 0, 14, United-States, <=50K.
+32, Private, 131584, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+40, Self-emp-inc, 29520, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 65, United-States, <=50K.
+35, Local-gov, 246463, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+22, Private, 32616, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+41, Private, 144144, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, Black, Female, 0, 0, 30, United-States, <=50K.
+75, ?, 222789, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 9, United-States, <=50K.
+22, Private, 227594, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+45, Local-gov, 375606, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+46, Private, 180532, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+50, State-gov, 54342, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 208798, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+47, Local-gov, 377401, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+36, Self-emp-not-inc, 110861, HS-grad, 9, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+42, Private, 144594, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+23, Private, 129345, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+28, Private, 424340, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+44, Private, 187702, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+47, State-gov, 293917, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
+61, Private, 160143, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 45, United-States, >50K.
+50, Private, 345450, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+54, State-gov, 180881, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+18, Private, 102690, 11th, 7, Never-married, Machine-op-inspct, Own-child, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 265371, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+44, Private, 167333, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+50, Self-emp-inc, 447144, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+32, Private, 280077, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+48, Private, 143920, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
+40, Private, 190507, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, >50K.
+34, Self-emp-not-inc, 59469, 11th, 7, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 72, United-States, <=50K.
+31, Private, 74501, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+43, Self-emp-inc, 215458, Doctorate, 16, Never-married, Prof-specialty, Not-in-family, White, Male, 99999, 0, 45, United-States, >50K.
+33, Private, 281685, Assoc-voc, 11, Separated, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+62, Private, 78273, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+44, Private, 105475, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 40, Puerto-Rico, <=50K.
+55, Private, 174260, HS-grad, 9, Widowed, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+42, Self-emp-inc, 149102, Assoc-voc, 11, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 188331, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 15024, 0, 40, United-States, >50K.
+23, Private, 864960, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+63, Private, 154526, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 60783, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 186269, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 2907, 0, 35, United-States, <=50K.
+30, Private, 398019, 1st-4th, 2, Separated, Priv-house-serv, Other-relative, White, Female, 0, 0, 30, Mexico, <=50K.
+50, Federal-gov, 237503, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 93762, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+40, Private, 59916, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 203264, HS-grad, 9, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+51, Self-emp-not-inc, 299119, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+29, Federal-gov, 114072, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 46, United-States, >50K.
+18, ?, 167875, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 16, United-States, <=50K.
+64, Private, 130525, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+58, Private, 71283, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 38, United-States, >50K.
+43, Local-gov, 85440, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+27, Private, 136077, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+40, Private, 222434, Bachelors, 13, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, Canada, >50K.
+25, Private, 138111, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 2174, 0, 40, United-States, <=50K.
+27, Private, 225746, Bachelors, 13, Never-married, Adm-clerical, Own-child, Black, Male, 0, 0, 35, United-States, <=50K.
+54, Private, 240358, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 40, Jamaica, <=50K.
+25, Private, 139863, 1st-4th, 2, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
+39, Private, 278632, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, Self-emp-not-inc, 71046, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, >50K.
+29, Private, 312985, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 2129, 50, United-States, <=50K.
+49, Federal-gov, 276309, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+29, ?, 199116, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 2407, 0, 40, Dominican-Republic, <=50K.
+39, Private, 52870, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+51, State-gov, 79324, Doctorate, 16, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+50, Private, 188882, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Federal-gov, 72338, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, >50K.
+23, ?, 234108, Bachelors, 13, Never-married, ?, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+24, Private, 113936, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
+43, Private, 182521, Prof-school, 15, Divorced, Prof-specialty, Unmarried, White, Female, 15020, 0, 35, United-States, >50K.
+60, Private, 124198, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 4386, 0, 84, United-States, >50K.
+20, Private, 228960, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+60, Self-emp-not-inc, 176360, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+35, Private, 178649, Bachelors, 13, Divorced, Prof-specialty, Unmarried, Asian-Pac-Islander, Female, 0, 0, 36, Philippines, <=50K.
+41, Private, 338740, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
+31, Private, 205659, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+59, Private, 258883, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 196638, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+43, Self-emp-not-inc, 95246, Prof-school, 15, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 5, United-States, >50K.
+20, ?, 216672, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+25, Private, 61956, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 4650, 0, 45, United-States, <=50K.
+33, Private, 157216, Masters, 14, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+68, ?, 150250, Masters, 14, Married-civ-spouse, ?, Husband, White, Male, 0, 1510, 30, United-States, <=50K.
+37, Private, 112838, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+31, State-gov, 158688, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+31, State-gov, 227864, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 173858, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Other-relative, Asian-Pac-Islander, Male, 0, 1902, 40, China, <=50K.
+51, Private, 30012, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 80, United-States, <=50K.
+20, ?, 50163, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
+50, State-gov, 143822, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 40, United-States, >50K.
+19, ?, 497414, 7th-8th, 4, Married-spouse-absent, ?, Not-in-family, White, Female, 0, 0, 35, Mexico, <=50K.
+30, Private, 235109, Assoc-voc, 11, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 339196, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+61, Private, 181028, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 18, United-States, <=50K.
+43, Private, 59460, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+21, Private, 97212, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 2001, 25, United-States, <=50K.
+32, Private, 103642, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+41, Private, 70447, Some-college, 10, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 0, 0, 60, United-States, <=50K.
+27, Private, 321456, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 10, Germany, <=50K.
+23, Private, 126613, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+52, Self-emp-not-inc, 149508, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 48, United-States, >50K.
+38, Private, 332154, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 60, United-States, >50K.
+18, ?, 471876, HS-grad, 9, Never-married, ?, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+25, Private, 140669, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 107164, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+39, Private, 225707, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, Cuba, <=50K.
+64, Self-emp-inc, 56588, Some-college, 10, Widowed, Exec-managerial, Unmarried, White, Female, 0, 0, 70, United-States, <=50K.
+31, Self-emp-inc, 183125, Prof-school, 15, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 99, United-States, >50K.
+56, Private, 177368, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 7298, 0, 45, United-States, >50K.
+40, Private, 218653, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 191137, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+50, Private, 181585, Some-college, 10, Separated, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 142566, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+41, Self-emp-inc, 220821, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 70, United-States, >50K.
+37, Private, 280966, Bachelors, 13, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
+52, Private, 153155, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 15024, 0, 40, United-States, >50K.
+29, Private, 195446, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+62, Private, 77884, 1st-4th, 2, Married-civ-spouse, Other-service, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
+41, Private, 99373, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+47, Private, 118729, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+25, Private, 108414, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 198366, HS-grad, 9, Married-civ-spouse, Sales, Husband, Black, Male, 0, 0, 20, United-States, <=50K.
+42, Private, 238384, HS-grad, 9, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 36, United-States, <=50K.
+27, Private, 214695, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+33, Private, 120420, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 186934, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+29, Self-emp-not-inc, 100368, 9th, 5, Widowed, Other-service, Unmarried, White, Female, 0, 0, 27, United-States, <=50K.
+49, Private, 723746, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 43, United-States, <=50K.
+67, ?, 427422, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 2414, 0, 16, United-States, <=50K.
+44, Private, 54271, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 189680, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Italy, >50K.
+49, Private, 230796, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+37, State-gov, 195843, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
+41, Private, 109912, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 15024, 0, 50, England, >50K.
+19, Private, 42069, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 335950, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 70, United-States, <=50K.
+45, Private, 163174, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 4386, 0, 40, United-States, >50K.
+24, Private, 81145, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+67, Local-gov, 312052, 7th-8th, 4, Married-civ-spouse, Protective-serv, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 209934, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, Mexico, <=50K.
+22, ?, 269221, Assoc-acdm, 12, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+57, Private, 322691, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+68, Private, 99849, HS-grad, 9, Widowed, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 28, United-States, <=50K.
+23, ?, 213004, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 1719, 30, United-States, <=50K.
+49, Private, 182313, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 201505, Masters, 14, Never-married, Sales, Not-in-family, White, Male, 0, 0, 65, United-States, <=50K.
+61, Self-emp-not-inc, 227119, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+47, Private, 202395, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 170583, 11th, 7, Never-married, Craft-repair, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+58, State-gov, 21838, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 50, United-States, >50K.
+50, Self-emp-inc, 68898, Doctorate, 16, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 60, United-States, >50K.
+34, Private, 226702, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+59, ?, 168079, HS-grad, 9, Divorced, ?, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+42, Self-emp-inc, 173628, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+20, Private, 164529, 11th, 7, Never-married, Farming-fishing, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+27, Self-emp-not-inc, 301514, Some-college, 10, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Vietnam, <=50K.
+50, Private, 194580, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
+63, Private, 165611, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 40, United-States, >50K.
+32, Private, 96480, Some-college, 10, Never-married, Protective-serv, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+37, State-gov, 224700, Assoc-voc, 11, Divorced, Protective-serv, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
+63, Self-emp-not-inc, 141962, 10th, 6, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+22, Private, 377815, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 20, United-States, <=50K.
+24, Private, 271379, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+40, Private, 421837, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 77953, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+30, Self-emp-not-inc, 345122, Some-college, 10, Divorced, Prof-specialty, Unmarried, White, Male, 0, 0, 50, United-States, <=50K.
+38, ?, 172855, 11th, 7, Divorced, ?, Unmarried, Black, Female, 0, 0, 20, United-States, <=50K.
+34, Private, 87131, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Guatemala, <=50K.
+21, Private, 328906, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+56, Private, 21626, HS-grad, 9, Never-married, Adm-clerical, Unmarried, White, Male, 0, 0, 43, United-States, <=50K.
+38, Private, 143909, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+32, Private, 178835, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Male, 2174, 0, 40, United-States, <=50K.
+45, Private, 94809, Some-college, 10, Married-spouse-absent, Other-service, Not-in-family, White, Female, 0, 0, 24, United-States, <=50K.
+64, Local-gov, 172768, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+30, Self-emp-inc, 204742, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+32, Self-emp-inc, 144949, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 70, United-States, >50K.
+26, Private, 195562, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+46, Self-emp-not-inc, 56482, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 30, United-States, >50K.
+55, Federal-gov, 36314, 7th-8th, 4, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 72, United-States, <=50K.
+51, Self-emp-not-inc, 329980, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 8, United-States, >50K.
+62, Local-gov, 103344, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+34, Local-gov, 169708, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
+54, Local-gov, 249949, Some-college, 10, Divorced, Exec-managerial, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
+35, Self-emp-not-inc, 186934, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 692831, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, Black, Male, 0, 0, 48, United-States, <=50K.
+17, Private, 154078, 12th, 8, Never-married, Other-service, Own-child, White, Female, 0, 0, 16, United-States, <=50K.
+22, Private, 91733, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+67, Self-emp-inc, 325373, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+43, Self-emp-not-inc, 160369, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 65, United-States, <=50K.
+57, Local-gov, 196126, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
+38, Private, 120053, HS-grad, 9, Divorced, Priv-house-serv, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+19, Private, 204337, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+34, Private, 128016, HS-grad, 9, Never-married, Tech-support, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+50, ?, 199301, Assoc-voc, 11, Never-married, ?, Unmarried, Black, Female, 0, 0, 16, United-States, <=50K.
+33, Private, 49027, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+18, Private, 192022, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+40, Private, 147099, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 5, United-States, <=50K.
+32, Private, 334744, HS-grad, 9, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+25, Private, 207621, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 194458, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+33, Self-emp-inc, 184245, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, Mexico, >50K.
+34, Private, 242704, HS-grad, 9, Never-married, Tech-support, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+21, ?, 278130, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 251073, 10th, 6, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 153209, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 360879, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 115066, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 409172, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+63, Private, 223637, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Female, 0, 0, 50, United-States, <=50K.
+36, Private, 161141, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+34, Private, 535869, Some-college, 10, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 30, United-States, <=50K.
+60, Federal-gov, 49921, 9th, 5, Divorced, Other-service, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 335067, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+47, Self-emp-inc, 209460, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 4386, 0, 40, United-States, >50K.
+20, Private, 355236, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 16, United-States, <=50K.
+50, Private, 240374, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+29, Private, 221428, 12th, 8, Married-civ-spouse, Sales, Own-child, Other, Male, 0, 0, 35, United-States, <=50K.
+37, Private, 356250, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 40, South, <=50K.
+20, Private, 356347, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
+50, Private, 245356, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+31, Self-emp-not-inc, 247088, HS-grad, 9, Separated, Craft-repair, Own-child, Black, Male, 0, 0, 50, United-States, <=50K.
+27, ?, 200381, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+35, Private, 300333, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, Dominican-Republic, >50K.
+38, Private, 109594, Bachelors, 13, Divorced, Sales, Not-in-family, White, Female, 0, 0, 70, United-States, >50K.
+24, Local-gov, 221480, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 433624, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+27, Private, 179681, Assoc-voc, 11, Married-spouse-absent, Tech-support, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+21, Local-gov, 136208, Some-college, 10, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 48, United-States, <=50K.
+64, Private, 159715, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 10566, 0, 40, United-States, <=50K.
+33, Private, 164683, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+35, Private, 152307, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 256908, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+23, Private, 227943, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+75, ?, 33673, Masters, 14, Widowed, ?, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 26, United-States, <=50K.
+26, Private, 116991, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+64, Private, 96076, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+32, Self-emp-inc, 201314, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+17, Private, 153021, 12th, 8, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+34, State-gov, 334422, Some-college, 10, Divorced, Protective-serv, Unmarried, Black, Male, 0, 0, 47, United-States, <=50K.
+37, Private, 160192, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+72, ?, 51216, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 14, United-States, <=50K.
+47, Private, 323212, Some-college, 10, Separated, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+45, Self-emp-inc, 179030, Bachelors, 13, Married-civ-spouse, Other-service, Other-relative, Asian-Pac-Islander, Female, 0, 0, 35, South, <=50K.
+23, Private, 129345, 10th, 6, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+36, Private, 31023, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+62, Self-emp-inc, 164616, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 45, United-States, >50K.
+34, Federal-gov, 121093, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 53, United-States, >50K.
+36, Private, 300373, 10th, 6, Divorced, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+35, Private, 95708, Bachelors, 13, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 7688, 0, 60, United-States, >50K.
+36, State-gov, 235779, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 114158, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+54, Private, 192226, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+38, Private, 166416, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 211215, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+26, Private, 157617, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
+44, Private, 96170, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+26, Private, 224045, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
+42, Private, 350550, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+37, Self-emp-not-inc, 114719, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 60, United-States, >50K.
+26, Private, 124111, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+36, Private, 250224, HS-grad, 9, Married-civ-spouse, Craft-repair, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+19, ?, 232060, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+44, Private, 195258, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+23, Private, 285775, HS-grad, 9, Never-married, Protective-serv, Other-relative, White, Male, 0, 0, 42, United-States, <=50K.
+27, Private, 146687, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+53, Private, 76128, HS-grad, 9, Divorced, Craft-repair, Not-in-family, Other, Male, 0, 0, 60, Ecuador, <=50K.
+28, Private, 241607, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 273675, HS-grad, 9, Married-spouse-absent, Other-service, Other-relative, Black, Female, 0, 0, 35, Puerto-Rico, <=50K.
+29, Private, 210867, 11th, 7, Separated, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 144752, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, >50K.
+34, Private, 185820, HS-grad, 9, Married-civ-spouse, Sales, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
+42, Private, 252518, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 70, ?, <=50K.
+30, Private, 123833, 9th, 5, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 291569, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 43, United-States, <=50K.
+37, Private, 638116, Bachelors, 13, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 32, United-States, <=50K.
+46, Private, 269045, 11th, 7, Widowed, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 102852, 7th-8th, 4, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 195447, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+27, Private, 173944, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+25, Private, 276728, HS-grad, 9, Never-married, Handlers-cleaners, Other-relative, Black, Female, 0, 0, 43, United-States, <=50K.
+21, State-gov, 173534, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, Ecuador, <=50K.
+23, Private, 198368, Assoc-acdm, 12, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 27620, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+46, Local-gov, 192235, 11th, 7, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 467936, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 48, Mexico, <=50K.
+25, Private, 264136, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+61, Self-emp-not-inc, 184009, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 2444, 50, United-States, >50K.
+50, Private, 165001, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+66, Private, 123484, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+26, Private, 123384, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+50, Self-emp-inc, 235307, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 48, United-States, >50K.
+41, Private, 238384, HS-grad, 9, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+43, Self-emp-not-inc, 171351, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+38, State-gov, 162424, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+20, Private, 333838, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+58, Private, 100303, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 42, United-States, >50K.
+41, Federal-gov, 58447, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 50, United-States, >50K.
+43, Local-gov, 317185, Assoc-voc, 11, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 36, United-States, <=50K.
+39, Private, 103323, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 1669, 40, United-States, <=50K.
+22, Private, 221694, Some-college, 10, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+52, Private, 214091, HS-grad, 9, Widowed, Other-service, Not-in-family, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+35, ?, 171062, Bachelors, 13, Never-married, ?, Not-in-family, Black, Male, 0, 0, 40, England, <=50K.
+46, Private, 278200, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 187592, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+55, Private, 188382, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 48, United-States, >50K.
+48, Private, 65584, Some-college, 10, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+22, ?, 117789, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 402089, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
+40, Private, 69730, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+44, Private, 34218, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+55, Federal-gov, 54566, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+53, Private, 698039, Bachelors, 13, Widowed, Prof-specialty, Not-in-family, White, Female, 0, 0, 28, United-States, <=50K.
+57, ?, 76571, 10th, 6, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+57, Private, 133201, 7th-8th, 4, Divorced, Craft-repair, Unmarried, White, Male, 0, 1408, 40, France, <=50K.
+47, Federal-gov, 146786, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+46, ?, 96154, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+64, State-gov, 143880, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+18, Private, 132397, 12th, 8, Never-married, Other-service, Own-child, Black, Female, 0, 0, 18, United-States, <=50K.
+28, ?, 45613, Some-college, 10, Never-married, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+25, Private, 136226, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+37, Self-emp-not-inc, 334291, Bachelors, 13, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+33, Private, 183017, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 32, United-States, <=50K.
+66, Private, 207917, 7th-8th, 4, Married-civ-spouse, Other-service, Husband, Black, Male, 1797, 0, 20, United-States, <=50K.
+65, ?, 136431, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 9386, 0, 40, United-States, >50K.
+37, Private, 80303, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
+19, Private, 210509, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+37, ?, 48915, HS-grad, 9, Never-married, ?, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+41, Private, 91316, Assoc-acdm, 12, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 205670, HS-grad, 9, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+76, Private, 25319, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 8, United-States, <=50K.
+52, Private, 264129, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 40165, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, Japan, <=50K.
+43, Federal-gov, 79529, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 35, United-States, <=50K.
+32, Private, 164519, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
+33, Private, 184178, Assoc-acdm, 12, Married-civ-spouse, Other-service, Wife, Black, Female, 0, 0, 35, United-States, <=50K.
+33, State-gov, 427812, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 15, Mexico, <=50K.
+59, Self-emp-not-inc, 172618, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+21, Private, 472861, 11th, 7, Never-married, Handlers-cleaners, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 114157, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+22, Self-emp-not-inc, 104164, Assoc-voc, 11, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+45, Self-emp-not-inc, 180680, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+28, Private, 300915, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 43, United-States, >50K.
+38, Private, 308171, Some-college, 10, Separated, Tech-support, Unmarried, Black, Female, 0, 0, 50, United-States, <=50K.
+56, Private, 320833, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+42, ?, 167710, Some-college, 10, Divorced, ?, Not-in-family, White, Female, 0, 0, 18, United-States, <=50K.
+19, Private, 228577, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 36, United-States, <=50K.
+48, Self-emp-not-inc, 221464, 11th, 7, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 30, United-States, >50K.
+31, Self-emp-not-inc, 213307, 10th, 6, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 28, Mexico, <=50K.
+42, Private, 165815, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 248919, 1st-4th, 2, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 66, Mexico, <=50K.
+23, ?, 116934, 10th, 6, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+60, Self-emp-not-inc, 285365, Some-college, 10, Married-civ-spouse, Other-service, Wife, Black, Female, 0, 0, 50, United-States, <=50K.
+63, Private, 134960, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, Scotland, <=50K.
+24, Private, 449101, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+42, Private, 46019, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Amer-Indian-Eskimo, Male, 5178, 0, 50, United-States, >50K.
+71, ?, 161027, Masters, 14, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 8, United-States, >50K.
+32, State-gov, 19513, Masters, 14, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, Japan, <=50K.
+57, Self-emp-not-inc, 258121, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+56, Private, 242782, HS-grad, 9, Widowed, Sales, Not-in-family, White, Female, 0, 0, 44, United-States, <=50K.
+65, ?, 193365, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+42, Private, 182402, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1887, 50, United-States, >50K.
+24, Private, 254767, 11th, 7, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 112115, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+58, Private, 117299, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
+44, Private, 214781, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+33, Private, 197474, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+24, ?, 234791, Some-college, 10, Divorced, ?, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
+34, Local-gov, 126584, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+72, Self-emp-not-inc, 28865, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 14, United-States, <=50K.
+61, Private, 163729, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+33, Private, 218407, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 80, Columbia, >50K.
+58, Private, 95428, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+57, Self-emp-inc, 146103, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 30, United-States, >50K.
+25, Private, 150312, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+72, Private, 76206, 9th, 5, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 16, United-States, <=50K.
+23, Private, 340543, HS-grad, 9, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+40, Private, 125461, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 218015, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, >50K.
+49, Private, 178160, Assoc-acdm, 12, Widowed, Sales, Not-in-family, White, Female, 0, 0, 40, Germany, <=50K.
+25, Private, 169905, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 226629, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 180313, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+18, ?, 236276, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+71, Private, 124901, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+63, Local-gov, 214275, HS-grad, 9, Divorced, Other-service, Unmarried, Black, Female, 0, 0, 55, United-States, <=50K.
+49, Local-gov, 371886, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 56, United-States, >50K.
+65, Private, 282779, Masters, 14, Married-civ-spouse, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, >50K.
+22, Private, 218415, Some-college, 10, Never-married, Tech-support, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+45, Private, 105431, HS-grad, 9, Divorced, Farming-fishing, Unmarried, Black, Female, 0, 0, 39, United-States, <=50K.
+32, ?, 373231, Some-college, 10, Never-married, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 59792, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 40, Taiwan, <=50K.
+44, Private, 75742, Bachelors, 13, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+64, Private, 186731, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+22, Private, 310197, 7th-8th, 4, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+64, Private, 73413, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+39, Private, 175232, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 338948, HS-grad, 9, Divorced, Craft-repair, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 95647, 11th, 7, Never-married, Transport-moving, Own-child, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
+43, Self-emp-inc, 677398, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
+26, Self-emp-not-inc, 263300, Assoc-acdm, 12, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 75, United-States, <=50K.
+47, Federal-gov, 218325, Assoc-acdm, 12, Married-civ-spouse, Handlers-cleaners, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, >50K.
+37, Local-gov, 156261, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 50, United-States, >50K.
+25, Private, 165817, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 304605, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
+39, Self-emp-not-inc, 245361, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
+45, Federal-gov, 230685, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+18, ?, 184502, 11th, 7, Never-married, ?, Own-child, Black, Male, 0, 0, 30, United-States, <=50K.
+37, Local-gov, 116736, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 178952, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 156266, 11th, 7, Married-civ-spouse, Farming-fishing, Husband, Amer-Indian-Eskimo, Male, 0, 0, 60, United-States, <=50K.
+22, Private, 163519, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+18, Private, 296090, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+22, Private, 119742, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+55, Private, 269763, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 10, United-States, <=50K.
+56, Private, 287833, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 35, United-States, >50K.
+19, ?, 190093, 12th, 8, Never-married, ?, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+74, Self-emp-inc, 148003, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 6, United-States, >50K.
+18, Private, 131414, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+39, Private, 172571, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+33, Local-gov, 184440, 12th, 8, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 36, United-States, <=50K.
+28, Private, 216479, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 293475, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+53, Federal-gov, 109982, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+44, Self-emp-not-inc, 205033, 12th, 8, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+32, Local-gov, 56658, HS-grad, 9, Never-married, Transport-moving, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+58, Private, 159008, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+28, Private, 37302, HS-grad, 9, Divorced, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+33, Local-gov, 107417, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+33, Private, 236379, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
+51, Private, 57637, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
+51, Private, 276214, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+39, Self-emp-not-inc, 113749, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 100837, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 2002, 66, United-States, <=50K.
+45, Private, 239058, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
+19, Private, 286419, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+52, ?, 50934, Assoc-acdm, 12, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 20, United-States, >50K.
+21, Private, 283969, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, Mexico, <=50K.
+76, Private, 152839, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+46, Local-gov, 32290, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 204373, Some-college, 10, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+51, Private, 126528, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+19, Private, 245408, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+30, State-gov, 127610, Assoc-voc, 11, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+46, Private, 132919, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 12, United-States, >50K.
+68, Private, 58547, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1735, 48, United-States, <=50K.
+36, Private, 251091, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
+71, Private, 149950, HS-grad, 9, Widowed, Priv-house-serv, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+32, Private, 464621, Some-college, 10, Never-married, Farming-fishing, Own-child, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+43, Private, 170230, HS-grad, 9, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+33, Private, 100294, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+24, Local-gov, 234108, Some-college, 10, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 33046, Assoc-voc, 11, Divorced, Other-service, Unmarried, White, Female, 0, 0, 36, United-States, <=50K.
+76, Private, 84428, Some-college, 10, Widowed, Sales, Not-in-family, Asian-Pac-Islander, Female, 2062, 0, 37, United-States, <=50K.
+35, Self-emp-not-inc, 107662, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 5, Canada, <=50K.
+23, Private, 220874, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+46, Local-gov, 88564, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+44, Self-emp-inc, 144778, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+17, ?, 179861, 10th, 6, Never-married, ?, Own-child, White, Male, 0, 0, 10, Poland, <=50K.
+30, Private, 166671, HS-grad, 9, Married-civ-spouse, Other-service, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+51, Private, 97180, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 15, United-States, <=50K.
+18, Self-emp-not-inc, 194091, 11th, 7, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 24, United-States, <=50K.
+23, Private, 308498, 10th, 6, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 18, United-States, <=50K.
+53, Federal-gov, 321865, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+25, Private, 181814, Some-college, 10, Never-married, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+44, Private, 374423, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 1902, 40, United-States, >50K.
+49, Private, 213668, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+28, Private, 213236, HS-grad, 9, Separated, Other-service, Unmarried, White, Male, 0, 0, 40, Dominican-Republic, <=50K.
+58, Self-emp-not-inc, 115439, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+36, Private, 124111, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+32, Private, 176185, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 4787, 0, 40, United-States, >50K.
+26, Private, 211231, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
+25, Private, 259715, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+19, Private, 248600, 10th, 6, Never-married, Other-service, Other-relative, White, Female, 34095, 0, 24, United-States, <=50K.
+39, Private, 153997, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 1902, 40, Puerto-Rico, >50K.
+44, Private, 67779, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 236861, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 42, United-States, <=50K.
+57, Private, 367334, HS-grad, 9, Separated, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+64, Private, 213391, 9th, 5, Married-civ-spouse, Other-service, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
+46, Local-gov, 301124, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 1564, 45, United-States, >50K.
+37, Private, 184117, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+22, Private, 233923, Assoc-voc, 11, Never-married, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 348592, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+33, Local-gov, 111817, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 170983, HS-grad, 9, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+23, Self-emp-not-inc, 121407, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+40, Local-gov, 210275, HS-grad, 9, Never-married, Adm-clerical, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
+21, Private, 116358, HS-grad, 9, Never-married, Other-service, Own-child, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
+48, Private, 189123, Masters, 14, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 48087, Bachelors, 13, Divorced, Machine-op-inspct, Not-in-family, White, Male, 2354, 0, 40, United-States, <=50K.
+37, Private, 179488, 10th, 6, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+30, Local-gov, 370990, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+49, Private, 169760, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 50, United-States, >50K.
+38, State-gov, 34493, Some-college, 10, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+61, Private, 185584, Bachelors, 13, Widowed, Machine-op-inspct, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, ?, <=50K.
+44, Private, 324311, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 32, Mexico, <=50K.
+62, Self-emp-not-inc, 96299, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+47, Private, 147322, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 40, Columbia, <=50K.
+35, Private, 135289, Assoc-voc, 11, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+44, State-gov, 128586, Bachelors, 13, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+30, State-gov, 185590, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+28, Self-emp-not-inc, 107458, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
+57, Private, 151874, HS-grad, 9, Married-civ-spouse, Other-service, Wife, Black, Female, 0, 0, 50, United-States, <=50K.
+26, State-gov, 413846, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 203836, Assoc-voc, 11, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 48, United-States, >50K.
+44, Self-emp-not-inc, 110028, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 57640, 7th-8th, 4, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+40, State-gov, 67874, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 58, United-States, <=50K.
+50, Self-emp-not-inc, 169112, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 25, United-States, <=50K.
+37, Self-emp-inc, 154410, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, >50K.
+26, Private, 63234, Bachelors, 13, Married-civ-spouse, Tech-support, Wife, White, Female, 4508, 0, 12, United-States, <=50K.
+64, Private, 121036, Some-college, 10, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+30, Private, 408328, Preschool, 1, Married-spouse-absent, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, Mexico, <=50K.
+29, Private, 269254, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 115438, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, >50K.
+28, Private, 332249, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
+33, State-gov, 160261, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
+24, Private, 167316, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+26, State-gov, 291586, HS-grad, 9, Divorced, Transport-moving, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+77, Self-emp-not-inc, 184046, Bachelors, 13, Widowed, Prof-specialty, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+25, Federal-gov, 178025, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 9, United-States, <=50K.
+53, Private, 104280, 12th, 8, Married-civ-spouse, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 302604, 11th, 7, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 44, United-States, <=50K.
+30, Private, 225243, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 47, United-States, >50K.
+39, Self-emp-not-inc, 327120, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Portugal, <=50K.
+51, Self-emp-not-inc, 43878, Doctorate, 16, Divorced, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
+25, ?, 40915, Bachelors, 13, Married-spouse-absent, ?, Not-in-family, White, Female, 0, 0, 15, United-States, <=50K.
+49, Self-emp-inc, 83444, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 85, United-States, >50K.
+51, Private, 351416, Some-college, 10, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+47, Self-emp-not-inc, 117310, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 1876, 48, United-States, <=50K.
+36, Private, 324231, 9th, 5, Never-married, Farming-fishing, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+62, Private, 161802, 1st-4th, 2, Married-civ-spouse, Priv-house-serv, Wife, Black, Female, 0, 0, 30, United-States, <=50K.
+40, Self-emp-not-inc, 184804, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 2205, 45, United-States, <=50K.
+30, Federal-gov, 547931, Some-college, 10, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+39, Private, 46395, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+47, Local-gov, 182313, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+28, Local-gov, 169069, HS-grad, 9, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 203182, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+57, Private, 142924, Bachelors, 13, Separated, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+33, Private, 180656, 5th-6th, 3, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 40, Guatemala, <=50K.
+58, Private, 187485, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 24, United-States, <=50K.
+84, ?, 157778, Some-college, 10, Widowed, ?, Not-in-family, White, Female, 0, 0, 6, United-States, <=50K.
+46, Self-emp-not-inc, 149337, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+23, Private, 97054, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+32, Private, 377017, Bachelors, 13, Never-married, Sales, Other-relative, White, Male, 0, 0, 32, United-States, <=50K.
+43, Private, 106900, Bachelors, 13, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 378723, 10th, 6, Separated, Exec-managerial, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
+23, Private, 209955, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 312766, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
+59, Private, 70857, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+22, Private, 238917, 11th, 7, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, El-Salvador, <=50K.
+50, State-gov, 53497, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 46, United-States, >50K.
+44, Private, 283174, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+60, ?, 190497, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+56, State-gov, 104447, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 2339, 40, United-States, <=50K.
+36, Private, 73023, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 2202, 0, 40, United-States, <=50K.
+20, Private, 177896, HS-grad, 9, Never-married, Handlers-cleaners, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
+38, Self-emp-not-inc, 349951, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 4508, 0, 55, United-States, <=50K.
+29, Private, 80179, HS-grad, 9, Separated, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+32, State-gov, 308955, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+36, Private, 126896, Some-college, 10, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+19, State-gov, 116385, Assoc-acdm, 12, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 18, United-States, <=50K.
+37, State-gov, 172425, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+22, Private, 106615, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+42, Private, 261929, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
+22, Private, 163870, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+35, Self-emp-inc, 242080, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7298, 0, 45, United-States, >50K.
+21, Private, 30796, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+43, Self-emp-not-inc, 207578, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 42, United-States, >50K.
+22, ?, 140001, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 217942, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 24, United-States, <=50K.
+28, Private, 301010, 11th, 7, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+20, ?, 222007, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 24, United-States, <=50K.
+32, Private, 72630, Doctorate, 16, Never-married, Prof-specialty, Not-in-family, White, Male, 3325, 0, 45, United-States, <=50K.
+49, Local-gov, 204377, 11th, 7, Divorced, Other-service, Own-child, White, Female, 0, 0, 60, United-States, <=50K.
+38, Local-gov, 189614, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+21, Private, 100345, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 163687, 10th, 6, Never-married, Sales, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
+34, Local-gov, 174215, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 7688, 0, 35, United-States, >50K.
+32, Private, 37646, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+33, Private, 84154, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+41, Private, 116493, Some-college, 10, Divorced, Sales, Not-in-family, White, Male, 0, 0, 52, United-States, <=50K.
+38, Private, 259972, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+58, State-gov, 185338, Bachelors, 13, Widowed, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, >50K.
+44, Private, 99212, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+61, Private, 54780, Bachelors, 13, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+35, Private, 393673, Some-college, 10, Never-married, Tech-support, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+36, Private, 66687, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+44, Private, 133986, Some-college, 10, Married-spouse-absent, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+35, Private, 248694, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+43, Private, 212888, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
+51, Self-emp-inc, 304955, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 50, United-States, >50K.
+23, Private, 172232, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 53, United-States, <=50K.
+59, Private, 32446, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 182701, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 12, Mexico, <=50K.
+23, Private, 164920, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 15, Germany, <=50K.
+24, Private, 274424, HS-grad, 9, Never-married, Tech-support, Unmarried, White, Female, 1831, 0, 40, United-States, <=50K.
+57, Private, 176904, 10th, 6, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 217530, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+59, Private, 318450, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+39, Private, 210945, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
+26, Private, 181838, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+17, Private, 91931, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 23, United-States, <=50K.
+45, Self-emp-not-inc, 123681, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+64, Local-gov, 181628, HS-grad, 9, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 20, United-States, <=50K.
+72, ?, 305145, Bachelors, 13, Widowed, ?, Not-in-family, White, Male, 0, 0, 4, United-States, <=50K.
+55, Private, 174533, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+47, Private, 94342, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 16, United-States, <=50K.
+43, Private, 215624, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Vietnam, <=50K.
+46, Self-emp-not-inc, 112485, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+54, Private, 27484, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+26, Private, 186454, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 4650, 0, 40, Vietnam, <=50K.
+28, State-gov, 187746, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 1669, 40, United-States, <=50K.
+57, Private, 358628, Assoc-voc, 11, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+35, Private, 295939, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+61, Self-emp-not-inc, 127198, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Germany, <=50K.
+48, Private, 81497, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 65, United-States, <=50K.
+30, Self-emp-not-inc, 143078, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 2444, 55, United-States, >50K.
+70, Self-emp-not-inc, 177806, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+30, Local-gov, 210926, 9th, 5, Divorced, Farming-fishing, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
+34, Private, 195144, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+26, Private, 252563, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+41, Self-emp-not-inc, 170785, 12th, 8, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 111232, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+59, Private, 59584, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 148254, Bachelors, 13, Married-civ-spouse, Other-service, Wife, White, Female, 0, 1902, 40, ?, >50K.
+30, Local-gov, 19302, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 4386, 0, 70, Germany, >50K.
+52, Private, 285224, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 32, United-States, <=50K.
+43, Private, 172256, Bachelors, 13, Divorced, Sales, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+51, State-gov, 128260, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+25, Private, 156163, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 40, ?, <=50K.
+31, Private, 155914, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 58471, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 282389, Assoc-voc, 11, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 70, United-States, <=50K.
+40, Private, 117915, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+40, Private, 163628, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 287436, 11th, 7, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
+58, State-gov, 139736, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 1741, 40, United-States, <=50K.
+28, Local-gov, 136643, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+43, Local-gov, 180572, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
+40, State-gov, 148805, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+55, Private, 497039, Some-college, 10, Divorced, Tech-support, Unmarried, Black, Female, 0, 0, 56, United-States, <=50K.
+18, Private, 226956, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 24, United-States, <=50K.
+36, Private, 157184, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 40, United-States, >50K.
+21, Private, 315470, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+45, Private, 252079, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+53, Private, 138022, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+33, Private, 48520, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+35, Self-emp-not-inc, 346605, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+35, Private, 139770, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 29, United-States, <=50K.
+41, Private, 209899, HS-grad, 9, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+44, Self-emp-not-inc, 55844, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
+61, Private, 215789, HS-grad, 9, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 126913, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
+42, State-gov, 101950, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
+28, Private, 451742, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+53, Private, 173754, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
+51, Private, 350131, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 2339, 40, United-States, <=50K.
+32, Private, 185820, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+35, Private, 176837, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+44, Private, 271282, Bachelors, 13, Divorced, Machine-op-inspct, Unmarried, White, Female, 0, 0, 56, United-States, <=50K.
+25, ?, 420081, Assoc-acdm, 12, Never-married, ?, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+38, State-gov, 142282, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+28, State-gov, 266855, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 50, United-States, >50K.
+36, Private, 148143, HS-grad, 9, Never-married, Machine-op-inspct, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
+40, State-gov, 21189, Bachelors, 13, Divorced, Adm-clerical, Other-relative, Black, Female, 0, 0, 32, United-States, <=50K.
+37, Private, 110013, Assoc-voc, 11, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+18, Private, 350400, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+51, Private, 275507, Some-college, 10, Divorced, Sales, Unmarried, Black, Female, 0, 0, 50, United-States, <=50K.
+42, Private, 169948, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 80, United-States, >50K.
+41, Private, 298161, Assoc-voc, 11, Divorced, Adm-clerical, Own-child, White, Female, 0, 0, 40, Cuba, <=50K.
+45, ?, 120131, HS-grad, 9, Never-married, ?, Other-relative, White, Male, 0, 0, 25, United-States, <=50K.
+32, State-gov, 113129, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 38, United-States, >50K.
+24, Private, 201680, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+63, Private, 158609, 10th, 6, Widowed, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+67, Self-emp-inc, 22313, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 20051, 0, 40, United-States, >50K.
+36, Private, 261012, HS-grad, 9, Divorced, Prof-specialty, Unmarried, Black, Female, 0, 0, 50, United-States, <=50K.
+52, Private, 104501, 12th, 8, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+32, Private, 50178, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+38, Private, 65624, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+33, Private, 236481, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 10, India, <=50K.
+50, Private, 213041, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+55, Private, 105127, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+47, ?, 127441, Some-college, 10, Divorced, ?, Unmarried, White, Female, 0, 0, 42, United-States, <=50K.
+30, Private, 210541, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+40, Self-emp-not-inc, 163512, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 8, Guatemala, <=50K.
+36, Private, 170376, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+50, Private, 132465, 1st-4th, 2, Married-spouse-absent, Other-service, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
+45, Private, 253827, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 7688, 0, 40, United-States, >50K.
+22, Private, 186383, HS-grad, 9, Married-civ-spouse, Priv-house-serv, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+34, Private, 111985, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+37, Private, 152909, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+57, Private, 279340, 7th-8th, 4, Widowed, Other-service, Unmarried, Black, Female, 0, 0, 29, United-States, <=50K.
+29, Private, 154571, Some-college, 10, Never-married, Craft-repair, Other-relative, Asian-Pac-Islander, Male, 0, 0, 40, ?, <=50K.
+31, Private, 270889, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 241731, Some-college, 10, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+45, ?, 256649, Bachelors, 13, Married-civ-spouse, ?, Husband, Black, Male, 0, 0, 45, United-States, >50K.
+31, Private, 176711, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 359155, HS-grad, 9, Separated, Transport-moving, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
+30, State-gov, 103651, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+43, Self-emp-not-inc, 138872, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+50, Private, 180195, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 50, United-States, >50K.
+37, Local-gov, 175979, Bachelors, 13, Divorced, Prof-specialty, Other-relative, White, Female, 0, 0, 60, United-States, <=50K.
+59, Local-gov, 53612, Masters, 14, Separated, Prof-specialty, Own-child, Black, Female, 0, 0, 35, United-States, <=50K.
+18, Local-gov, 28357, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+25, Private, 460322, Bachelors, 13, Never-married, Other-service, Own-child, White, Male, 0, 0, 43, United-States, <=50K.
+36, Private, 182954, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 52, Dominican-Republic, <=50K.
+17, Private, 242871, 10th, 6, Never-married, Sales, Own-child, White, Female, 594, 0, 12, United-States, <=50K.
+55, Local-gov, 30636, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 4386, 0, 40, United-States, >50K.
+47, Local-gov, 274657, HS-grad, 9, Married-civ-spouse, Other-service, Other-relative, White, Male, 3908, 0, 40, United-States, <=50K.
+17, ?, 179807, 10th, 6, Never-married, ?, Own-child, White, Female, 0, 0, 16, United-States, <=50K.
+18, Private, 230215, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+46, Federal-gov, 260549, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 80, United-States, >50K.
+31, Private, 408208, HS-grad, 9, Never-married, Craft-repair, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
+61, Private, 143837, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 203784, Preschool, 1, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 38, Mexico, <=50K.
+43, Federal-gov, 190020, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+26, Private, 666014, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+32, Private, 50753, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+52, Federal-gov, 197515, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+55, Private, 209476, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+67, Private, 192995, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 6723, 0, 40, United-States, <=50K.
+25, Private, 39640, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
+33, Private, 203488, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+29, Private, 125791, Assoc-acdm, 12, Never-married, Exec-managerial, Other-relative, White, Female, 0, 0, 38, United-States, <=50K.
+20, Private, 167424, Some-college, 10, Never-married, Priv-house-serv, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+58, ?, 169590, Some-college, 10, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+56, ?, 174533, Bachelors, 13, Never-married, ?, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+37, Private, 474568, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, ?, >50K.
+36, Private, 414910, 7th-8th, 4, Divorced, Sales, Not-in-family, Other, Female, 0, 0, 35, United-States, <=50K.
+21, Self-emp-inc, 95997, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
+26, Private, 191797, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Female, 0, 0, 16, United-States, <=50K.
+81, ?, 143732, 1st-4th, 2, Widowed, ?, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+52, Private, 65624, Assoc-acdm, 12, Never-married, Machine-op-inspct, Own-child, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 352614, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 40, ?, >50K.
+34, Private, 301251, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+47, Private, 98524, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 112512, Assoc-voc, 11, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 48, United-States, >50K.
+37, Local-gov, 170861, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+42, Private, 244668, HS-grad, 9, Divorced, Tech-support, Not-in-family, White, Male, 8614, 0, 40, Mexico, >50K.
+23, Private, 148890, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+37, Private, 149898, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+45, Private, 240629, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+28, Federal-gov, 19522, Some-college, 10, Never-married, Tech-support, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+89, Private, 152839, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+54, Local-gov, 105788, Masters, 14, Divorced, Prof-specialty, Unmarried, Black, Female, 0, 0, 37, United-States, >50K.
+23, Private, 314823, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 24, United-States, <=50K.
+20, ?, 287681, 5th-6th, 3, Never-married, ?, Not-in-family, White, Male, 0, 0, 25, Mexico, <=50K.
+50, ?, 313445, HS-grad, 9, Separated, ?, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
+35, Private, 289148, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+37, Private, 166193, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+31, Federal-gov, 206857, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+24, Private, 150683, Bachelors, 13, Never-married, Tech-support, Own-child, White, Male, 0, 0, 42, United-States, <=50K.
+52, Private, 155759, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+18, ?, 211459, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+35, Private, 191103, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 88856, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 2415, 40, United-States, >50K.
+41, Private, 193882, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 65, United-States, >50K.
+57, State-gov, 222792, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
+22, Private, 190137, HS-grad, 9, Never-married, Sales, Own-child, Other, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 174308, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+74, Private, 172787, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Male, 0, 2282, 35, United-States, >50K.
+56, Private, 146391, HS-grad, 9, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, Ireland, <=50K.
+33, Private, 179708, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
+31, Local-gov, 314375, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+41, Local-gov, 120277, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 35, United-States, >50K.
+26, Private, 244906, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+59, Local-gov, 251890, 10th, 6, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 25, Puerto-Rico, <=50K.
+23, Private, 220993, HS-grad, 9, Married-civ-spouse, Sales, Not-in-family, Black, Male, 0, 0, 60, United-States, <=50K.
+35, Private, 309131, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+50, State-gov, 263200, Assoc-voc, 11, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, Ecuador, <=50K.
+52, Self-emp-not-inc, 92469, Some-college, 10, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
+31, Private, 32406, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+37, Private, 235070, HS-grad, 9, Married-spouse-absent, Other-service, Unmarried, Black, Female, 0, 0, 35, Haiti, <=50K.
+48, Private, 196571, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+50, Local-gov, 258819, Some-college, 10, Divorced, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 33945, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 452640, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+57, Self-emp-not-inc, 112772, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+49, Self-emp-not-inc, 34845, Assoc-voc, 11, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
+23, Private, 119051, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
+20, Private, 197767, Some-college, 10, Never-married, Sales, Not-in-family, Black, Female, 0, 0, 36, United-States, <=50K.
+52, Local-gov, 181578, HS-grad, 9, Married-civ-spouse, Other-service, Wife, Asian-Pac-Islander, Female, 0, 0, 40, ?, >50K.
+56, Private, 329654, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, Asian-Pac-Islander, Female, 7688, 0, 50, United-States, >50K.
+57, Federal-gov, 47534, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, >50K.
+20, Private, 341294, Some-college, 10, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+43, Private, 336042, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+41, Self-emp-inc, 56019, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 99999, 0, 50, India, >50K.
+45, Private, 86505, Some-college, 10, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 274106, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, Mexico, <=50K.
+62, Federal-gov, 52765, 9th, 5, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+19, Self-emp-inc, 136848, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 6, United-States, <=50K.
+24, Private, 298227, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+19, Self-emp-not-inc, 215493, HS-grad, 9, Never-married, Tech-support, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+20, ?, 197583, HS-grad, 9, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 265190, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+44, Self-emp-not-inc, 96921, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+53, Local-gov, 202420, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 252616, 7th-8th, 4, Married-civ-spouse, Other-service, Husband, Asian-Pac-Islander, Male, 0, 0, 36, China, <=50K.
+39, Private, 102976, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
+55, Private, 70439, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 25, United-States, >50K.
+30, Private, 184290, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
+39, Federal-gov, 72887, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, >50K.
+23, Local-gov, 237498, HS-grad, 9, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+28, Self-emp-not-inc, 228043, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 48, United-States, <=50K.
+42, Private, 144056, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, >50K.
+35, Private, 187711, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 282489, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+29, Private, 359155, Bachelors, 13, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+21, Self-emp-not-inc, 87169, HS-grad, 9, Never-married, Farming-fishing, Own-child, Asian-Pac-Islander, Male, 0, 0, 35, United-States, <=50K.
+35, Private, 251091, Masters, 14, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 38, Puerto-Rico, <=50K.
+42, Private, 130126, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 163265, 9th, 5, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+57, Private, 250040, 7th-8th, 4, Divorced, Prof-specialty, Other-relative, White, Female, 0, 0, 20, ?, <=50K.
+59, ?, 218764, HS-grad, 9, Divorced, ?, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+50, Private, 176773, Preschool, 1, Married-civ-spouse, Farming-fishing, Husband, Black, Male, 0, 0, 40, Haiti, <=50K.
+37, Self-emp-not-inc, 98941, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 50, United-States, >50K.
+20, Private, 217467, HS-grad, 9, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+46, Self-emp-not-inc, 97176, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 50, United-States, <=50K.
+28, Private, 230503, Some-college, 10, Never-married, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 227321, Some-college, 10, Separated, Other-service, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
+20, Private, 199698, 9th, 5, Never-married, Transport-moving, Unmarried, White, Male, 0, 0, 35, United-States, <=50K.
+38, Local-gov, 347491, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 103925, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 45, Germany, <=50K.
+30, Private, 124569, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 16, United-States, <=50K.
+35, Private, 80680, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, >50K.
+30, State-gov, 119197, Masters, 14, Divorced, Prof-specialty, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 50, United-States, <=50K.
+56, Private, 147055, 9th, 5, Divorced, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 316470, 9th, 5, Married-spouse-absent, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
+64, Private, 260082, 1st-4th, 2, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Cuba, <=50K.
+21, ?, 228960, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+17, ?, 256496, 10th, 6, Never-married, ?, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+49, Private, 133351, HS-grad, 9, Married-civ-spouse, Craft-repair, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
+37, Private, 151835, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, ?, >50K.
+52, ?, 224793, Bachelors, 13, Widowed, ?, Not-in-family, White, Female, 0, 0, 8, United-States, <=50K.
+55, Private, 101480, HS-grad, 9, Married-civ-spouse, Other-service, Other-relative, White, Female, 0, 0, 33, United-States, <=50K.
+24, Private, 138719, 11th, 7, Never-married, Sales, Own-child, Black, Female, 0, 0, 20, United-States, <=50K.
+23, Private, 129121, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+31, Private, 401069, Some-college, 10, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 39, United-States, <=50K.
+17, ?, 188758, 10th, 6, Never-married, ?, Own-child, White, Male, 0, 0, 14, United-States, <=50K.
+50, Private, 191598, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 1980, 38, United-States, <=50K.
+33, Private, 330715, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+24, Private, 284317, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+37, Private, 393673, 12th, 8, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 45, United-States, <=50K.
+31, Self-emp-not-inc, 206609, 10th, 6, Never-married, Transport-moving, Not-in-family, White, Male, 0, 2205, 60, United-States, <=50K.
+77, ?, 88545, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 8, United-States, <=50K.
+21, Private, 224632, Bachelors, 13, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 38, United-States, <=50K.
+18, Private, 227529, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 10, United-States, <=50K.
+25, Private, 210148, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+57, Private, 224174, Assoc-voc, 11, Widowed, Craft-repair, Not-in-family, Black, Male, 0, 0, 40, ?, <=50K.
+25, Private, 193787, Some-college, 10, Never-married, Prof-specialty, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
+62, Self-emp-not-inc, 244953, Some-college, 10, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+35, Private, 223749, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 7298, 0, 48, United-States, >50K.
+26, Private, 37650, Some-college, 10, Divorced, Prof-specialty, Not-in-family, White, Female, 5060, 0, 40, United-States, <=50K.
+47, Private, 358382, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 155275, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+33, Private, 180574, Assoc-voc, 11, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 101853, Bachelors, 13, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+42, Self-emp-not-inc, 34161, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+50, Private, 83311, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+61, Private, 217125, 1st-4th, 2, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+50, Private, 166368, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+23, ?, 44793, HS-grad, 9, Never-married, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+27, ?, 123147, Some-college, 10, Never-married, ?, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
+51, Private, 184529, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 1977, 50, United-States, >50K.
+37, Private, 224566, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 39, United-States, <=50K.
+25, Private, 195994, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+38, Private, 186376, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, Asian-Pac-Islander, Male, 0, 0, 42, United-States, >50K.
+60, Federal-gov, 38749, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 99999, 0, 60, Philippines, >50K.
+66, ?, 78375, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+74, Private, 148867, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 6418, 0, 24, United-States, >50K.
+37, Private, 207066, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+26, Private, 339423, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 172186, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+19, ?, 138564, HS-grad, 9, Never-married, ?, Own-child, White, Female, 0, 0, 8, United-States, <=50K.
+35, Private, 208259, 10th, 6, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 36, United-States, <=50K.
+43, Local-gov, 203376, Masters, 14, Widowed, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+31, Self-emp-inc, 243165, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+35, Self-emp-inc, 213008, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+30, Private, 159323, Some-college, 10, Divorced, Sales, Unmarried, White, Female, 0, 0, 65, Canada, <=50K.
+22, Private, 197050, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+36, Private, 166855, 7th-8th, 4, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+19, Private, 163072, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 34, United-States, <=50K.
+36, Private, 191807, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 75, United-States, <=50K.
+29, State-gov, 48634, Bachelors, 13, Never-married, Protective-serv, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+30, Local-gov, 287737, Some-college, 10, Never-married, Protective-serv, Not-in-family, White, Female, 3325, 0, 40, United-States, <=50K.
+31, Private, 162623, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+27, Private, 104993, HS-grad, 9, Never-married, Sales, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+44, ?, 256211, Assoc-voc, 11, Married-civ-spouse, ?, Husband, Asian-Pac-Islander, Male, 0, 2129, 40, Poland, <=50K.
+17, Private, 298605, 11th, 7, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+36, Private, 115803, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+43, Private, 183342, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+46, Self-emp-not-inc, 115971, 9th, 5, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 254547, HS-grad, 9, Never-married, Adm-clerical, Other-relative, Black, Female, 0, 0, 20, United-States, <=50K.
+42, Private, 211940, Some-college, 10, Never-married, Transport-moving, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+55, State-gov, 136819, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 43, United-States, >50K.
+61, Self-emp-not-inc, 186000, Assoc-voc, 11, Widowed, Craft-repair, Unmarried, White, Female, 0, 0, 40, Canada, <=50K.
+20, Private, 289982, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 10, El-Salvador, <=50K.
+60, Private, 137344, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 174413, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+33, Private, 186993, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 51, United-States, <=50K.
+67, Self-emp-not-inc, 176388, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
+34, Private, 49469, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+34, Private, 83800, Some-college, 10, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 30, United-States, <=50K.
+38, Private, 194809, Some-college, 10, Divorced, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+50, Private, 194397, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+45, Private, 181363, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 46, United-States, <=50K.
+55, ?, 227243, HS-grad, 9, Widowed, ?, Unmarried, White, Female, 0, 0, 35, Puerto-Rico, <=50K.
+18, Private, 176136, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+26, ?, 102541, 10th, 6, Never-married, ?, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+40, Private, 166088, Assoc-voc, 11, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
+37, Self-emp-inc, 95634, Some-college, 10, Divorced, Craft-repair, Unmarried, White, Female, 0, 0, 40, Canada, <=50K.
+35, Private, 66304, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+22, Private, 64292, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 2176, 0, 25, United-States, <=50K.
+33, Private, 41610, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+42, Local-gov, 198028, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
+36, Private, 228652, Some-college, 10, Divorced, Machine-op-inspct, Own-child, Other, Male, 0, 0, 40, Mexico, <=50K.
+41, Private, 165815, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+39, Private, 238255, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+63, Private, 65740, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, >50K.
+52, Private, 279543, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, Cuba, >50K.
+36, Private, 114765, 10th, 6, Never-married, Other-service, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+27, Private, 279580, Masters, 14, Never-married, Sales, Not-in-family, White, Male, 0, 0, 42, Mexico, <=50K.
+19, Private, 73257, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 15, Germany, <=50K.
+66, Private, 80621, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
+74, State-gov, 193602, Some-college, 10, Widowed, Exec-managerial, Not-in-family, Black, Male, 15831, 0, 40, United-States, >50K.
+17, ?, 141445, 9th, 5, Never-married, ?, Own-child, White, Male, 0, 0, 5, United-States, <=50K.
+37, Private, 224512, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+52, Self-emp-not-inc, 98642, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, India, >50K.
+21, ?, 182288, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+44, Private, 765214, Masters, 14, Separated, Exec-managerial, Not-in-family, White, Male, 0, 2559, 40, United-States, >50K.
+24, Private, 224785, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 1876, 65, United-States, <=50K.
+19, ?, 285177, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 18, United-States, <=50K.
+31, Private, 241880, Assoc-voc, 11, Never-married, Adm-clerical, Not-in-family, Black, Male, 0, 0, 45, United-States, <=50K.
+42, Self-emp-inc, 201495, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+35, Private, 165215, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 15, United-States, >50K.
+35, Self-emp-inc, 99146, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+26, State-gov, 92795, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 80, United-States, <=50K.
+39, Self-emp-not-inc, 54022, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 175268, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+39, Local-gov, 123983, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 40, India, >50K.
+35, Private, 269323, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+40, Private, 32798, HS-grad, 9, Married-civ-spouse, Craft-repair, Wife, White, Female, 0, 0, 45, United-States, <=50K.
+64, Private, 101077, Prof-school, 15, Widowed, Prof-specialty, Not-in-family, White, Female, 0, 2444, 40, United-States, >50K.
+22, ?, 157332, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+49, Private, 390746, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1672, 45, Ireland, <=50K.
+26, Private, 200318, 10th, 6, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 38, United-States, <=50K.
+38, ?, 36425, Some-college, 10, Divorced, ?, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+44, Private, 221172, 5th-6th, 3, Married-spouse-absent, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+34, Self-emp-inc, 337995, Bachelors, 13, Divorced, Exec-managerial, Unmarried, Black, Male, 15020, 0, 50, United-States, >50K.
+54, Private, 64421, Some-college, 10, Widowed, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+22, Private, 199915, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
+64, Private, 207658, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+22, Private, 124810, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+40, Self-emp-inc, 253060, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+36, Private, 76878, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 5178, 0, 40, United-States, >50K.
+20, ?, 38455, HS-grad, 9, Never-married, ?, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+49, Private, 41294, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+42, Private, 205195, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+48, Private, 162236, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
+27, Private, 445480, 12th, 8, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 761800, 11th, 7, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 188300, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 28, United-States, <=50K.
+36, Private, 138088, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+53, Private, 132304, Some-college, 10, Divorced, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 126173, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 259873, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+40, Private, 122215, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+24, Private, 190015, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+35, Self-emp-not-inc, 313132, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+35, Self-emp-not-inc, 103323, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+17, ?, 44789, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
+28, Private, 192932, Bachelors, 13, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 264025, HS-grad, 9, Separated, Transport-moving, Unmarried, Black, Male, 1506, 0, 80, United-States, <=50K.
+37, Private, 30269, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 2174, 0, 50, United-States, <=50K.
+23, Private, 283092, HS-grad, 9, Never-married, Sales, Other-relative, Black, Male, 0, 0, 40, Jamaica, <=50K.
+17, Private, 125236, 10th, 6, Never-married, Sales, Own-child, White, Female, 0, 0, 22, United-States, <=50K.
+47, Private, 187308, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+43, Private, 150519, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+39, Local-gov, 32587, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Amer-Indian-Eskimo, Male, 0, 1485, 40, United-States, >50K.
+37, Private, 244803, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, Columbia, <=50K.
+23, Private, 316793, HS-grad, 9, Married-civ-spouse, Sales, Wife, Black, Female, 0, 0, 35, United-States, <=50K.
+41, Private, 106068, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+22, Private, 191878, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Female, 0, 0, 35, United-States, <=50K.
+30, ?, 159008, Bachelors, 13, Married-spouse-absent, ?, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+39, Private, 181983, Doctorate, 16, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 2559, 60, England, >50K.
+65, Private, 113293, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
+61, Local-gov, 224711, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 63, United-States, >50K.
+20, Private, 460356, 12th, 8, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 30, Mexico, <=50K.
+37, Local-gov, 184474, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 2977, 0, 55, United-States, <=50K.
+39, Private, 289890, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+27, Private, 183148, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+32, Self-emp-not-inc, 178109, 10th, 6, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+54, Private, 351760, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+39, Private, 176967, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+17, Private, 67444, 11th, 7, Never-married, Other-service, Other-relative, Black, Male, 0, 0, 20, United-States, <=50K.
+23, Private, 48343, HS-grad, 9, Never-married, Sales, Not-in-family, Black, Female, 0, 0, 27, ?, <=50K.
+19, Private, 1047822, 11th, 7, Never-married, Sales, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
+55, Local-gov, 200448, Some-college, 10, Divorced, Adm-clerical, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 34364, Assoc-acdm, 12, Separated, Tech-support, Not-in-family, White, Female, 0, 0, 3, United-States, <=50K.
+27, Private, 95725, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1740, 40, United-States, <=50K.
+23, Private, 124802, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+38, Local-gov, 196673, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 55, United-States, <=50K.
+22, Private, 196943, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 43819, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
+53, Private, 173020, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+67, Local-gov, 102690, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+42, Private, 199018, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 55, United-States, >50K.
+29, Private, 201954, Assoc-voc, 11, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, ?, <=50K.
+31, Private, 168854, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 1504, 40, United-States, <=50K.
+22, Private, 53702, 10th, 6, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+50, Private, 154043, HS-grad, 9, Widowed, Adm-clerical, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
+41, Self-emp-inc, 64112, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+68, ?, 294420, Bachelors, 13, Widowed, ?, Not-in-family, White, Female, 0, 0, 2, United-States, <=50K.
+42, Self-emp-inc, 325159, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+20, Private, 267706, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+18, Private, 70240, HS-grad, 9, Never-married, Sales, Own-child, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 213307, 7th-8th, 4, Never-married, Machine-op-inspct, Other-relative, White, Female, 0, 0, 20, Mexico, <=50K.
+56, Private, 192845, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+23, Private, 273010, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+45, ?, 177775, Assoc-voc, 11, Never-married, ?, Other-relative, White, Female, 0, 0, 32, United-States, <=50K.
+22, ?, 393122, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+23, Private, 345577, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 46, United-States, <=50K.
+54, Self-emp-not-inc, 72257, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+34, Private, 113129, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 38, United-States, >50K.
+36, Private, 292380, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 10, United-States, <=50K.
+29, Private, 121040, Assoc-voc, 11, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+67, Private, 142097, 9th, 5, Married-civ-spouse, Priv-house-serv, Wife, White, Female, 0, 0, 6, United-States, <=50K.
+48, Federal-gov, 34998, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 48, United-States, >50K.
+53, State-gov, 41021, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 46, United-States, >50K.
+42, Private, 152889, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 4386, 0, 50, United-States, >50K.
+56, Private, 436651, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+20, ?, 256504, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+40, Private, 215479, HS-grad, 9, Never-married, Other-service, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
+55, State-gov, 100285, Bachelors, 13, Divorced, Adm-clerical, Not-in-family, White, Male, 10520, 0, 40, United-States, >50K.
+61, Private, 373099, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+35, Self-emp-not-inc, 99357, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
+42, Private, 67243, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, Portugal, <=50K.
+32, Private, 231263, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
+19, Private, 243942, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 194102, Assoc-acdm, 12, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 141748, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+22, Private, 211013, HS-grad, 9, Separated, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 102652, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+49, Private, 201127, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 1902, 70, United-States, <=50K.
+57, ?, 172667, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 32, United-States, <=50K.
+49, Local-gov, 175958, 11th, 7, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, Italy, <=50K.
+34, Private, 73928, 10th, 6, Separated, Other-service, Unmarried, Asian-Pac-Islander, Female, 0, 0, 4, United-States, <=50K.
+46, Private, 212944, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 32, United-States, <=50K.
+26, Private, 544319, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 348960, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 41, United-States, <=50K.
+59, Private, 280519, 10th, 6, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 155172, Assoc-acdm, 12, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 106856, Assoc-voc, 11, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 397346, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+27, Private, 253814, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 38, United-States, <=50K.
+23, Private, 201490, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+19, Private, 176806, 9th, 5, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 107038, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 122194, Some-college, 10, Married-civ-spouse, Craft-repair, Wife, White, Female, 7298, 0, 40, United-States, >50K.
+28, Self-emp-not-inc, 180928, HS-grad, 9, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+62, Private, 143746, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 183523, Assoc-acdm, 12, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+35, Federal-gov, 179262, HS-grad, 9, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 190759, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 42, United-States, <=50K.
+53, Self-emp-inc, 200400, Doctorate, 16, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, >50K.
+29, Private, 166320, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+17, Private, 205954, 12th, 8, Never-married, Other-service, Own-child, White, Female, 0, 0, 8, United-States, <=50K.
+45, Local-gov, 251786, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 37, United-States, <=50K.
+20, Private, 166371, HS-grad, 9, Never-married, Craft-repair, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+27, ?, 135046, Some-college, 10, Never-married, ?, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+59, Local-gov, 170423, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 393673, Masters, 14, Never-married, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+27, Private, 115438, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 173944, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+26, ?, 292803, Some-college, 10, Divorced, ?, Other-relative, White, Female, 0, 0, 35, United-States, <=50K.
+63, Private, 149756, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1740, 40, United-States, <=50K.
+39, Private, 192251, Some-college, 10, Divorced, Craft-repair, Own-child, White, Female, 0, 0, 50, United-States, >50K.
+20, Private, 163687, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 200421, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+53, Self-emp-inc, 368014, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 60, United-States, >50K.
+49, ?, 141483, 10th, 6, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+35, Federal-gov, 191480, Bachelors, 13, Married-spouse-absent, Exec-managerial, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 202466, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
+50, ?, 28765, Masters, 14, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, >50K.
+35, Private, 141584, Masters, 14, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 45, United-States, >50K.
+38, Federal-gov, 143123, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+47, Private, 122194, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+32, State-gov, 110171, Some-college, 10, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 1902, 40, United-States, >50K.
+43, Self-emp-inc, 342510, Bachelors, 13, Married-civ-spouse, Farming-fishing, Wife, White, Female, 0, 0, 60, United-States, >50K.
+20, Private, 42279, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+33, Private, 201122, HS-grad, 9, Separated, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 254025, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
+50, Private, 410114, Prof-school, 15, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+60, Private, 320422, Some-college, 10, Divorced, Tech-support, Not-in-family, White, Female, 6849, 0, 50, United-States, <=50K.
+56, Private, 67153, Doctorate, 16, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+37, Private, 224406, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+57, Private, 211678, 10th, 6, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 64, United-States, <=50K.
+22, Private, 257017, Assoc-voc, 11, Never-married, Other-service, Other-relative, Black, Male, 0, 0, 52, United-States, <=50K.
+48, Self-emp-inc, 106232, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 48, United-States, >50K.
+27, State-gov, 41115, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+18, Self-emp-not-inc, 161245, 12th, 8, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+41, Self-emp-not-inc, 37618, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, >50K.
+33, Private, 321787, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 123011, HS-grad, 9, Married-spouse-absent, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+33, Local-gov, 66278, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+25, Private, 181054, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
+55, Self-emp-not-inc, 129786, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+29, Private, 245402, 11th, 7, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 70, United-States, <=50K.
+24, ?, 192711, Bachelors, 13, Never-married, ?, Not-in-family, White, Male, 0, 0, 41, United-States, <=50K.
+41, Private, 240124, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+29, Local-gov, 370675, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+39, Self-emp-not-inc, 34066, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Amer-Indian-Eskimo, Male, 0, 0, 50, United-States, >50K.
+35, Private, 53553, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 7298, 0, 48, United-States, >50K.
+20, Private, 319758, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 43556, Assoc-voc, 11, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+26, Self-emp-inc, 97952, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 80, United-States, <=50K.
+44, Private, 244522, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+32, Private, 188108, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+35, Private, 187022, HS-grad, 9, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+59, State-gov, 173422, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 5013, 0, 38, United-States, <=50K.
+61, State-gov, 103575, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, Germany, <=50K.
+20, Private, 116830, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 43, United-States, <=50K.
+58, Private, 219504, 12th, 8, Divorced, Transport-moving, Unmarried, Black, Male, 0, 0, 45, United-States, >50K.
+48, Self-emp-not-inc, 102102, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+26, Private, 129661, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
+28, State-gov, 189346, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 113211, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 99999, 0, 40, United-States, >50K.
+45, Private, 256866, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+18, Private, 186408, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 1055, 0, 40, United-States, <=50K.
+23, Private, 50411, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 118941, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
+19, ?, 171868, HS-grad, 9, Never-married, ?, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
+35, Private, 99065, Assoc-acdm, 12, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 32, United-States, <=50K.
+22, Self-emp-not-inc, 238917, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+32, Self-emp-not-inc, 220740, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
+69, Private, 192660, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+39, Private, 56962, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 43, United-States, >50K.
+21, ?, 156780, Some-college, 10, Never-married, ?, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 15, ?, <=50K.
+22, Private, 122048, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 4416, 0, 40, United-States, <=50K.
+52, Private, 172511, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 36, United-States, <=50K.
+44, Private, 186790, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+22, Private, 196280, Assoc-acdm, 12, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+49, Private, 61885, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
+51, Private, 143822, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+27, Private, 315640, Masters, 14, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 20, China, <=50K.
+34, Private, 617917, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+20, Private, 35448, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
+22, Private, 124483, Bachelors, 13, Never-married, Tech-support, Not-in-family, Asian-Pac-Islander, Male, 0, 2339, 40, India, <=50K.
+68, Private, 230904, 11th, 7, Widowed, Machine-op-inspct, Not-in-family, Black, Female, 0, 1870, 35, United-States, <=50K.
+31, Private, 164461, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 73, United-States, <=50K.
+22, Private, 450695, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+62, ?, 352156, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 166634, HS-grad, 9, Never-married, Adm-clerical, Own-child, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+46, Private, 151107, Some-college, 10, Married-civ-spouse, Sales, Husband, Black, Male, 0, 1977, 60, United-States, >50K.
+49, Private, 219751, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 85604, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+54, Local-gov, 231482, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Portugal, <=50K.
+24, Private, 138152, 9th, 5, Never-married, Craft-repair, Other-relative, Other, Male, 0, 0, 58, Guatemala, <=50K.
+27, Private, 309196, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+33, Private, 91666, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 89734, Some-college, 10, Never-married, Other-service, Other-relative, Amer-Indian-Eskimo, Male, 0, 0, 42, United-States, <=50K.
+27, Private, 79661, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 4386, 0, 40, United-States, >50K.
+39, Private, 197150, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 50, El-Salvador, <=50K.
+29, ?, 41281, Bachelors, 13, Married-spouse-absent, ?, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+29, Private, 53448, 12th, 8, Married-civ-spouse, Other-service, Husband, Asian-Pac-Islander, Male, 0, 0, 50, China, <=50K.
+44, Self-emp-not-inc, 255543, 5th-6th, 3, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 84, United-States, >50K.
+51, State-gov, 367209, Doctorate, 16, Married-spouse-absent, Prof-specialty, Not-in-family, White, Male, 0, 0, 70, United-States, >50K.
+37, Private, 226500, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
+56, Private, 292710, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+19, Private, 235732, 11th, 7, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 15, United-States, <=50K.
+37, Private, 301614, Bachelors, 13, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 261714, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+35, ?, 35751, 1st-4th, 2, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 15, United-States, <=50K.
+28, Private, 266316, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 3464, 0, 35, United-States, <=50K.
+40, Self-emp-inc, 189941, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 3103, 0, 60, United-States, >50K.
+50, Self-emp-not-inc, 143535, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 234537, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+57, Self-emp-not-inc, 181435, 11th, 7, Divorced, Other-service, Unmarried, White, Male, 4650, 0, 50, United-States, <=50K.
+40, Private, 94210, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+44, Private, 344060, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 27828, 0, 40, United-States, >50K.
+40, Private, 301359, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+42, State-gov, 184527, Some-college, 10, Never-married, Exec-managerial, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
+41, Federal-gov, 333070, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 35, United-States, <=50K.
+23, Private, 149574, Some-college, 10, Married-spouse-absent, Other-service, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+41, Self-emp-not-inc, 34037, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 99, United-States, <=50K.
+41, Self-emp-not-inc, 123502, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+29, Self-emp-not-inc, 267661, Assoc-voc, 11, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 75, United-States, <=50K.
+33, Private, 109920, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+43, Private, 134120, HS-grad, 9, Divorced, Sales, Other-relative, White, Female, 0, 0, 46, United-States, <=50K.
+18, Private, 192254, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
+67, Self-emp-not-inc, 94809, Some-college, 10, Widowed, Other-service, Not-in-family, White, Female, 2346, 0, 33, United-States, <=50K.
+21, Private, 183789, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 86643, 12th, 8, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+22, ?, 190290, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 65, United-States, <=50K.
+64, ?, 228140, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, >50K.
+24, Private, 198349, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+44, Local-gov, 113597, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+22, Federal-gov, 280567, Some-college, 10, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 4, United-States, <=50K.
+60, Private, 298967, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 15, United-States, <=50K.
+31, Self-emp-not-inc, 134615, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+74, Private, 89852, 12th, 8, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 11, United-States, <=50K.
+30, Private, 289442, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 159109, 11th, 7, Never-married, Transport-moving, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 105495, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 50, United-States, >50K.
+71, Private, 155093, Assoc-voc, 11, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+33, Private, 312923, 10th, 6, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 80, Mexico, <=50K.
+56, Private, 202435, HS-grad, 9, Widowed, Machine-op-inspct, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
+24, Self-emp-not-inc, 49154, 11th, 7, Never-married, Other-service, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+37, Private, 184456, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+52, Private, 95329, Bachelors, 13, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, India, <=50K.
+42, Private, 173938, Bachelors, 13, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, ?, <=50K.
+56, Private, 373216, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+52, Private, 204226, Bachelors, 13, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+56, State-gov, 222745, Doctorate, 16, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 56, United-States, <=50K.
+54, Private, 106728, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+43, Self-emp-not-inc, 61287, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+68, Private, 146011, HS-grad, 9, Widowed, Craft-repair, Not-in-family, White, Female, 3273, 0, 42, United-States, <=50K.
+38, Private, 166744, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+44, Local-gov, 54651, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+32, ?, 42894, 11th, 7, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 15, United-States, <=50K.
+23, Private, 131230, Bachelors, 13, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+69, Private, 271312, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+52, Private, 163776, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 1902, 60, United-States, >50K.
+24, Private, 230126, Assoc-acdm, 12, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 37718, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+43, Private, 245975, 9th, 5, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 84, United-States, <=50K.
+59, State-gov, 115439, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 40, United-States, >50K.
+35, Private, 97554, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+43, Private, 109762, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 20, United-States, >50K.
+47, Private, 138342, 11th, 7, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+29, ?, 429696, Some-college, 10, Married-civ-spouse, ?, Own-child, Black, Female, 0, 0, 14, United-States, <=50K.
+77, ?, 309955, Assoc-acdm, 12, Married-civ-spouse, ?, Husband, White, Male, 0, 1411, 2, United-States, <=50K.
+48, Private, 275154, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 52849, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, ?, >50K.
+23, State-gov, 191165, Some-college, 10, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 15, United-States, <=50K.
+51, Private, 277471, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+43, Private, 171754, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Wife, Black, Female, 0, 0, 40, ?, <=50K.
+44, Private, 117936, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 249956, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+39, Self-emp-inc, 170502, Masters, 14, Divorced, Exec-managerial, Not-in-family, Black, Male, 0, 0, 70, United-States, >50K.
+19, Private, 202951, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+21, Private, 396722, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+49, Private, 93557, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 48, United-States, >50K.
+22, Private, 103805, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 36, United-States, <=50K.
+59, Private, 92141, HS-grad, 9, Widowed, Machine-op-inspct, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+51, Private, 171924, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 7688, 0, 50, United-States, >50K.
+38, Local-gov, 173804, Bachelors, 13, Divorced, Prof-specialty, Own-child, White, Female, 0, 0, 38, United-States, <=50K.
+45, Private, 139571, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
+56, Self-emp-inc, 142076, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+67, ?, 126514, Some-college, 10, Widowed, ?, Not-in-family, White, Female, 0, 0, 4, United-States, <=50K.
+27, Local-gov, 68729, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, >50K.
+21, Private, 37783, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
+55, Self-emp-not-inc, 183580, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+31, Private, 106637, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+57, Self-emp-not-inc, 411604, 9th, 5, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 45, Mexico, <=50K.
+33, Private, 214635, HS-grad, 9, Never-married, Craft-repair, Not-in-family, Black, Male, 0, 0, 40, ?, <=50K.
+26, Private, 201663, Masters, 14, Never-married, Prof-specialty, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 153064, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
+35, Private, 212465, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+19, ?, 93604, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+46, Private, 141221, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, >50K.
+38, Local-gov, 289653, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 1628, 48, United-States, <=50K.
+24, Private, 219835, 7th-8th, 4, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 24, Guatemala, <=50K.
+38, State-gov, 187119, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
+49, Private, 406518, HS-grad, 9, Divorced, Priv-house-serv, Unmarried, White, Female, 0, 0, 16, Yugoslavia, <=50K.
+34, Self-emp-not-inc, 372793, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, Black, Male, 0, 0, 21, ?, <=50K.
+55, ?, 229029, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 5178, 0, 20, United-States, >50K.
+51, Private, 145105, Some-college, 10, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+72, Private, 171181, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 2329, 0, 20, United-States, <=50K.
+60, Private, 80927, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, >50K.
+45, Private, 191357, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 153542, 10th, 6, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+49, Private, 27802, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+46, Private, 275792, Bachelors, 13, Never-married, Exec-managerial, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+62, Federal-gov, 162876, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 197600, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+50, Private, 134247, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
+18, Private, 179597, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+71, Private, 148003, Bachelors, 13, Divorced, Sales, Not-in-family, White, Female, 0, 1911, 38, United-States, >50K.
+30, Private, 185177, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 22, United-States, <=50K.
+51, Private, 133069, 10th, 6, Widowed, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+36, Private, 177154, Assoc-voc, 11, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+41, State-gov, 29324, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
+38, State-gov, 54911, Some-college, 10, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 10, United-States, <=50K.
+49, Private, 219611, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 75, United-States, >50K.
+42, State-gov, 200294, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+53, Private, 177063, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
+21, Private, 140001, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 10, United-States, <=50K.
+19, Private, 237433, HS-grad, 9, Never-married, Prof-specialty, Not-in-family, White, Female, 4416, 0, 40, United-States, <=50K.
+43, State-gov, 99185, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+47, Self-emp-not-inc, 52291, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 7688, 0, 45, United-States, >50K.
+30, Private, 247328, HS-grad, 9, Separated, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+63, Self-emp-not-inc, 388594, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+53, Local-gov, 130730, HS-grad, 9, Divorced, Adm-clerical, Other-relative, White, Female, 0, 0, 35, United-States, <=50K.
+23, Private, 115458, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 113866, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+61, Private, 284710, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 45, Columbia, >50K.
+60, Local-gov, 168381, Assoc-voc, 11, Widowed, Adm-clerical, Not-in-family, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 167063, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 33794, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 56, United-States, >50K.
+36, Private, 263574, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+24, Private, 95552, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 245724, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 3818, 0, 44, United-States, <=50K.
+59, Private, 152731, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 366876, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 203488, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+38, Private, 30529, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 3411, 0, 40, United-States, <=50K.
+57, Private, 201159, HS-grad, 9, Widowed, Sales, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+64, Self-emp-inc, 182158, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 60, United-States, >50K.
+48, Private, 443377, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+28, Private, 101618, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 42, United-States, >50K.
+46, Self-emp-inc, 132576, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 1887, 45, United-States, >50K.
+51, ?, 123429, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+55, Self-emp-inc, 147098, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Male, 0, 2444, 60, United-States, >50K.
+44, Private, 30424, Assoc-acdm, 12, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 1980, 40, United-States, <=50K.
+50, Private, 68898, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+58, Private, 158864, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Male, 0, 0, 55, United-States, >50K.
+27, Federal-gov, 180103, Assoc-voc, 11, Never-married, Tech-support, Unmarried, Black, Male, 1151, 0, 40, United-States, <=50K.
+52, Private, 317625, Masters, 14, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 80933, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+49, Private, 107373, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 99, United-States, >50K.
+32, Self-emp-not-inc, 220148, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+44, Self-emp-inc, 63503, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, Greece, >50K.
+63, Private, 210350, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, Other, Male, 0, 0, 32, Mexico, <=50K.
+60, Private, 194589, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 40, United-States, >50K.
+55, Private, 200453, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+77, Self-emp-not-inc, 101575, 12th, 8, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 12, United-States, <=50K.
+55, Private, 201232, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+51, Private, 168553, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+35, Private, 166606, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+26, ?, 104756, HS-grad, 9, Married-AF-spouse, ?, Wife, White, Female, 0, 1651, 42, United-States, <=50K.
+33, Private, 106014, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 100882, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 47, United-States, >50K.
+52, State-gov, 108836, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 48, United-States, >50K.
+50, Private, 271493, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+48, Local-gov, 204629, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 45, Canada, >50K.
+24, Private, 153078, Bachelors, 13, Never-married, Tech-support, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
+44, Private, 148316, Assoc-acdm, 12, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 293485, HS-grad, 9, Divorced, Priv-house-serv, Unmarried, White, Female, 0, 0, 32, United-States, <=50K.
+61, Local-gov, 257105, Some-college, 10, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+60, Private, 248160, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+18, ?, 104704, 11th, 7, Never-married, ?, Own-child, Black, Male, 0, 0, 25, United-States, <=50K.
+47, Private, 209057, Some-college, 10, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, >50K.
+30, Federal-gov, 243233, Some-college, 10, Married-civ-spouse, Armed-Forces, Husband, White, Male, 0, 0, 48, United-States, >50K.
+44, Private, 204314, HS-grad, 9, Married-civ-spouse, Other-service, Wife, Black, Female, 0, 0, 38, United-States, >50K.
+60, Private, 108969, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+44, Private, 103397, HS-grad, 9, Divorced, Handlers-cleaners, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+33, Private, 198452, Bachelors, 13, Separated, Tech-support, Unmarried, White, Female, 5455, 0, 40, United-States, <=50K.
+38, Private, 216572, HS-grad, 9, Separated, Priv-house-serv, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+42, Private, 311920, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 1485, 17, United-States, >50K.
+45, Self-emp-inc, 363298, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 45, United-States, >50K.
+40, Private, 146906, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+40, Private, 339814, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+60, Private, 169408, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+40, Self-emp-not-inc, 308296, HS-grad, 9, Divorced, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+45, Private, 59380, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+51, Self-emp-not-inc, 195634, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 10520, 0, 20, United-States, >50K.
+31, Federal-gov, 180656, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+19, Private, 144793, 11th, 7, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+24, Local-gov, 56820, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 41414, 9th, 5, Never-married, Other-service, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+28, Self-emp-not-inc, 160731, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+31, Private, 175778, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+19, Private, 230238, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 46, United-States, <=50K.
+39, State-gov, 372130, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 5013, 0, 56, United-States, <=50K.
+27, Private, 167501, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+39, Private, 141029, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
+45, Private, 135525, Masters, 14, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+21, Private, 522881, Assoc-voc, 11, Never-married, Exec-managerial, Other-relative, White, Male, 0, 0, 40, Mexico, <=50K.
+67, Private, 162009, 10th, 6, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 16, United-States, <=50K.
+28, Private, 365745, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 68393, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 46, United-States, <=50K.
+48, Private, 203576, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+24, State-gov, 138513, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+66, ?, 188686, Bachelors, 13, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 4, United-States, <=50K.
+23, Private, 39551, HS-grad, 9, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+17, Private, 127366, 10th, 6, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+21, Private, 183747, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 136331, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+53, Private, 81794, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+40, Private, 222596, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
+39, Private, 108943, 11th, 7, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 189092, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 43, United-States, <=50K.
+33, Private, 152109, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+36, Private, 195565, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+53, Private, 255927, Bachelors, 13, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 52, United-States, <=50K.
+32, Private, 100734, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+52, Local-gov, 266433, Some-college, 10, Widowed, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 158672, 11th, 7, Separated, Other-service, Not-in-family, White, Male, 0, 0, 38, Puerto-Rico, <=50K.
+35, Private, 102268, 12th, 8, Divorced, Protective-serv, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+49, Self-emp-not-inc, 228399, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 298510, Assoc-acdm, 12, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+75, Self-emp-inc, 126225, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+43, Private, 228456, Assoc-acdm, 12, Divorced, Exec-managerial, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+22, Self-emp-inc, 437161, HS-grad, 9, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+43, Federal-gov, 183608, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+40, Local-gov, 174395, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+29, Private, 221366, Some-college, 10, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 421010, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+44, Private, 245333, Assoc-voc, 11, Never-married, Prof-specialty, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+33, Local-gov, 352277, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 3103, 0, 45, United-States, >50K.
+38, Private, 29874, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 48, United-States, >50K.
+29, Private, 77322, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
+34, Private, 260560, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, >50K.
+27, Self-emp-inc, 217848, 12th, 8, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+20, Private, 283731, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+35, State-gov, 190759, Masters, 14, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+59, State-gov, 109567, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+19, Self-emp-not-inc, 209826, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Female, 0, 0, 32, United-States, <=50K.
+27, Private, 232801, 10th, 6, Divorced, Machine-op-inspct, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 154374, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 50, United-States, >50K.
+35, Self-emp-inc, 126738, Assoc-acdm, 12, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+26, Private, 202156, HS-grad, 9, Married-civ-spouse, Other-service, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+32, Private, 195447, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+23, ?, 113301, 11th, 7, Separated, ?, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+23, Private, 189203, Assoc-voc, 11, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+21, Private, 223019, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+58, Private, 195878, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 24, Cuba, <=50K.
+58, Private, 163150, HS-grad, 9, Widowed, Priv-house-serv, Not-in-family, White, Female, 0, 0, 28, United-States, <=50K.
+19, Self-emp-not-inc, 139278, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+29, Private, 196494, Some-college, 10, Divorced, Handlers-cleaners, Unmarried, White, Female, 0, 0, 36, United-States, <=50K.
+25, Federal-gov, 303704, Assoc-acdm, 12, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 304082, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, Peru, <=50K.
+18, Private, 106943, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
+23, Private, 220993, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+52, Private, 83984, Some-college, 10, Married-civ-spouse, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+23, State-gov, 340605, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 12, United-States, <=50K.
+18, Private, 379710, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+39, Private, 145933, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 15024, 0, 55, United-States, >50K.
+34, Self-emp-not-inc, 208068, 9th, 5, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 40, Guatemala, <=50K.
+39, Private, 172718, Some-college, 10, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 53285, Assoc-voc, 11, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+50, Private, 139793, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 3418, 0, 38, United-States, <=50K.
+68, ?, 365350, 5th-6th, 3, Married-spouse-absent, ?, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+32, Private, 144064, HS-grad, 9, Never-married, Adm-clerical, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 182676, 10th, 6, Never-married, Other-service, Own-child, White, Female, 0, 0, 38, Mexico, <=50K.
+29, Private, 108574, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+31, Self-emp-not-inc, 163845, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+25, Private, 344804, 5th-6th, 3, Married-spouse-absent, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, Mexico, <=50K.
+30, State-gov, 252818, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+56, Local-gov, 114231, 10th, 6, Widowed, Other-service, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
+42, Private, 111895, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+52, Private, 128814, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+37, Private, 168941, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+27, Private, 212578, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 1721, 20, United-States, <=50K.
+32, ?, 251120, Some-college, 10, Never-married, ?, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 192773, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 24, United-States, <=50K.
+37, State-gov, 180667, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 186172, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
+33, Private, 309590, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 40, Jamaica, <=50K.
+40, Private, 34178, Some-college, 10, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, >50K.
+44, Private, 103759, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
+34, State-gov, 137900, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 48, United-States, >50K.
+60, Private, 223911, Some-college, 10, Married-spouse-absent, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+48, Private, 55720, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 2407, 0, 40, United-States, <=50K.
+39, Private, 123535, 11th, 7, Married-civ-spouse, Other-service, Husband, Other, Male, 0, 0, 40, Guatemala, <=50K.
+24, Private, 479296, 9th, 5, Never-married, Sales, Own-child, White, Male, 0, 0, 48, United-States, <=50K.
+65, ?, 263125, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 2290, 0, 27, United-States, <=50K.
+63, ?, 174817, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 32, United-States, <=50K.
+28, Private, 134890, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+33, Private, 183887, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 1902, 46, United-States, >50K.
+28, Private, 55360, HS-grad, 9, Never-married, Sales, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 113211, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 45, United-States, >50K.
+25, Private, 224203, 11th, 7, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 40, United-States, <=50K.
+74, ?, 132112, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+28, Private, 113635, 12th, 8, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 52262, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Local-gov, 202300, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+19, Private, 307761, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
+48, Private, 324655, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+60, Private, 23336, Masters, 14, Divorced, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+26, Private, 206199, 11th, 7, Never-married, Transport-moving, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+38, Federal-gov, 365430, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+53, Private, 42740, Some-college, 10, Separated, Other-service, Own-child, White, Female, 0, 0, 39, United-States, <=50K.
+30, Private, 160594, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+53, Self-emp-inc, 202069, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, Black, Female, 0, 0, 30, United-States, <=50K.
+22, ?, 142875, 10th, 6, Never-married, ?, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+41, Self-emp-inc, 60414, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 99, United-States, >50K.
+42, Private, 340885, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+22, Private, 194096, Bachelors, 13, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+27, State-gov, 222506, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 60, United-States, <=50K.
+44, Private, 55191, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+58, Private, 88572, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
+28, Private, 216757, Doctorate, 16, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+48, Private, 57534, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+43, ?, 96321, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, >50K.
+41, Self-emp-not-inc, 201908, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+50, Local-gov, 237868, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 285570, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 187625, Some-college, 10, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, United-States, >50K.
+24, Private, 376755, Some-college, 10, Never-married, Other-service, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+56, Local-gov, 137078, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 175943, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+27, Private, 211208, 11th, 7, Separated, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 105821, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 36, United-States, <=50K.
+49, Private, 205694, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, Canada, <=50K.
+39, Private, 148485, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+28, Private, 142264, Assoc-voc, 11, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+45, Self-emp-not-inc, 125892, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+66, Private, 250226, HS-grad, 9, Widowed, Sales, Not-in-family, White, Female, 0, 0, 16, United-States, <=50K.
+19, Private, 300679, Some-college, 10, Never-married, Craft-repair, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+18, Private, 112626, Some-college, 10, Never-married, Priv-house-serv, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+47, Private, 153883, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 7688, 0, 45, United-States, >50K.
+48, Private, 103648, Assoc-voc, 11, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 41, United-States, <=50K.
+26, State-gov, 162487, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 20, ?, <=50K.
+49, Local-gov, 331650, Masters, 14, Divorced, Prof-specialty, Unmarried, White, Female, 9562, 0, 32, United-States, >50K.
+50, Self-emp-inc, 171338, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 40, United-States, >50K.
+47, Self-emp-not-inc, 178319, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 42, United-States, >50K.
+30, Private, 217460, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+44, Self-emp-not-inc, 182653, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+70, ?, 152837, HS-grad, 9, Widowed, ?, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+47, Private, 459189, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
+52, Private, 87858, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+32, Private, 125279, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 99, United-States, <=50K.
+39, Self-emp-not-inc, 169542, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 5178, 0, 40, United-States, >50K.
+47, Private, 363418, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, England, >50K.
+42, Private, 198282, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 104620, Masters, 14, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 0, 15, United-States, <=50K.
+29, Private, 176137, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+27, ?, 168347, HS-grad, 9, Separated, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+40, Private, 191814, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 40, United-States, >50K.
+42, Local-gov, 150533, Masters, 14, Married-civ-spouse, Protective-serv, Husband, White, Male, 7688, 0, 35, United-States, >50K.
+28, Private, 115677, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 1902, 40, United-States, >50K.
+19, Private, 182590, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 239648, Some-college, 10, Never-married, Machine-op-inspct, Unmarried, Asian-Pac-Islander, Male, 0, 0, 40, Cambodia, <=50K.
+71, Private, 139031, HS-grad, 9, Widowed, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+53, Federal-gov, 141340, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
+64, Private, 170645, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 2105, 0, 40, United-States, <=50K.
+44, Local-gov, 241506, Masters, 14, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+72, Private, 163921, Some-college, 10, Widowed, Adm-clerical, Unmarried, Black, Female, 0, 0, 20, United-States, <=50K.
+64, Self-emp-not-inc, 104958, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+51, Private, 144284, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, Self-emp-not-inc, 181139, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+55, Private, 209962, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+34, Private, 87218, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+36, Private, 182189, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 196337, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+25, Private, 238605, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+40, Private, 106501, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 2829, 0, 50, United-States, <=50K.
+24, Private, 172169, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+39, Private, 242922, HS-grad, 9, Never-married, Tech-support, Not-in-family, Black, Male, 0, 0, 35, United-States, <=50K.
+56, Private, 257555, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+25, Private, 192302, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
+38, Self-emp-inc, 115487, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+22, Private, 70160, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 410351, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 43, United-States, <=50K.
+25, Private, 236421, 12th, 8, Never-married, Other-service, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 196662, Some-college, 10, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 50, Puerto-Rico, <=50K.
+50, Self-emp-not-inc, 203004, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 99999, 0, 60, United-States, >50K.
+22, Private, 200819, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 222866, 10th, 6, Never-married, Farming-fishing, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 204160, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
+54, Private, 141707, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+32, Private, 123157, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 30, ?, <=50K.
+28, Private, 219863, Assoc-acdm, 12, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+44, ?, 29841, HS-grad, 9, Divorced, ?, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+59, Private, 35723, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 99999, 0, 40, United-States, >50K.
+52, Private, 163948, 9th, 5, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, >50K.
+19, ?, 255117, Some-college, 10, Never-married, ?, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+39, Private, 100032, HS-grad, 9, Married-civ-spouse, Protective-serv, Wife, White, Female, 0, 0, 15, United-States, >50K.
+22, Private, 33087, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+24, ?, 324469, Some-college, 10, Never-married, ?, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
+57, Private, 337001, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+18, Private, 151747, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+31, Local-gov, 85057, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, >50K.
+25, Private, 257910, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+37, Private, 94331, 12th, 8, Divorced, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+26, Private, 250261, 1st-4th, 2, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 55, Mexico, <=50K.
+32, Private, 97359, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+53, State-gov, 121294, 7th-8th, 4, Married-spouse-absent, Other-service, Unmarried, White, Female, 0, 0, 45, Poland, <=50K.
+49, Self-emp-inc, 211020, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+34, ?, 165295, 7th-8th, 4, Separated, ?, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
+65, Self-emp-inc, 116057, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 6723, 0, 40, United-States, <=50K.
+52, Private, 469005, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
+30, Local-gov, 197886, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 379917, Assoc-voc, 11, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 32, United-States, <=50K.
+28, Private, 30912, Assoc-acdm, 12, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 206889, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+45, Self-emp-not-inc, 87490, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 50, United-States, >50K.
+40, Local-gov, 241851, Prof-school, 15, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+42, Private, 155899, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+25, Federal-gov, 253135, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, ?, <=50K.
+77, Local-gov, 120408, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+64, Private, 77884, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
+43, Private, 162887, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+30, Private, 154843, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, India, <=50K.
+43, Local-gov, 115511, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 2002, 40, United-States, <=50K.
+40, Private, 121492, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 48, United-States, <=50K.
+31, Private, 103596, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
+25, Private, 457070, 7th-8th, 4, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
+19, Private, 73461, HS-grad, 9, Never-married, Tech-support, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+41, Self-emp-inc, 153078, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 1887, 70, South, >50K.
+51, Private, 194788, 10th, 6, Divorced, Adm-clerical, Other-relative, White, Female, 0, 0, 30, United-States, <=50K.
+31, Self-emp-not-inc, 203181, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+35, Private, 230279, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+52, Private, 89041, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+41, State-gov, 92717, Some-college, 10, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 1504, 40, United-States, <=50K.
+27, Private, 257033, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, Black, Male, 0, 0, 60, United-States, <=50K.
+40, Private, 145166, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 4064, 0, 40, United-States, <=50K.
+38, Private, 20308, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+34, ?, 203784, 11th, 7, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 38353, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 133373, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, >50K.
+60, ?, 167978, HS-grad, 9, Never-married, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+20, Private, 166302, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+17, Private, 333304, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+31, Local-gov, 265706, Bachelors, 13, Never-married, Protective-serv, Not-in-family, White, Male, 4650, 0, 40, United-States, <=50K.
+65, Self-emp-not-inc, 111916, Prof-school, 15, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 10, United-States, >50K.
+62, State-gov, 213700, Doctorate, 16, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+39, Private, 276559, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 2444, 45, United-States, >50K.
+36, Private, 36989, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+59, Private, 181566, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 4508, 0, 40, United-States, <=50K.
+23, Private, 202920, Assoc-voc, 11, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, Germany, <=50K.
+32, Self-emp-not-inc, 24529, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
+22, Private, 137320, HS-grad, 9, Never-married, Craft-repair, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+66, ?, 106791, HS-grad, 9, Widowed, ?, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 160510, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 50, United-States, >50K.
+34, ?, 112584, HS-grad, 9, Separated, ?, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+19, Private, 233779, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+54, State-gov, 276005, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+36, Self-emp-inc, 192251, Some-college, 10, Married-civ-spouse, Sales, Wife, White, Female, 0, 1902, 15, United-States, >50K.
+70, ?, 308689, 5th-6th, 3, Married-civ-spouse, ?, Husband, Black, Male, 0, 0, 40, Cuba, <=50K.
+50, Private, 274528, HS-grad, 9, Divorced, Craft-repair, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+17, Private, 23856, 11th, 7, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+53, Private, 175220, Bachelors, 13, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 7688, 0, 48, Taiwan, >50K.
+41, Self-emp-not-inc, 233150, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+26, Private, 153169, 10th, 6, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+59, Federal-gov, 298449, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 43, United-States, <=50K.
+17, Private, 188949, 11th, 7, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 157911, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
+33, Private, 243330, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+40, Private, 271343, Some-college, 10, Separated, Tech-support, Own-child, White, Female, 0, 0, 32, United-States, <=50K.
+48, Private, 45564, Assoc-voc, 11, Divorced, Prof-specialty, Not-in-family, White, Male, 4650, 0, 50, United-States, <=50K.
+47, Private, 262043, Bachelors, 13, Married-spouse-absent, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 103323, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+30, Self-emp-not-inc, 96480, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 60, United-States, >50K.
+47, Private, 154117, HS-grad, 9, Separated, Craft-repair, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 151856, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 132053, HS-grad, 9, Never-married, Adm-clerical, Other-relative, White, Female, 0, 1719, 40, United-States, <=50K.
+29, Private, 199118, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, Guatemala, <=50K.
+36, Self-emp-not-inc, 119272, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 38, United-States, <=50K.
+18, Private, 209792, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+35, Private, 185084, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 48, United-States, >50K.
+41, Private, 230931, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 40, Puerto-Rico, <=50K.
+23, Private, 162282, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+39, Self-emp-not-inc, 185366, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, United-States, >50K.
+46, Private, 93557, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 160428, Assoc-acdm, 12, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 43, United-States, <=50K.
+53, Private, 159650, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+54, Local-gov, 137678, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+48, Self-emp-not-inc, 56841, Some-college, 10, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+32, Self-emp-not-inc, 33124, Bachelors, 13, Never-married, Craft-repair, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+31, Private, 219117, Some-college, 10, Divorced, Exec-managerial, Unmarried, White, Female, 5455, 0, 60, United-States, <=50K.
+43, Private, 208045, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+43, Private, 128578, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 7688, 0, 60, United-States, >50K.
+28, Private, 351731, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 50, United-States, <=50K.
+46, Private, 201694, Assoc-acdm, 12, Separated, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+34, Private, 205152, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+73, ?, 30713, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 10, United-States, <=50K.
+25, Private, 190107, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+23, Federal-gov, 244480, Some-college, 10, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 15, United-States, <=50K.
+32, Private, 347112, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+37, Federal-gov, 106297, HS-grad, 9, Divorced, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 128516, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+27, Private, 55950, Some-college, 10, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 324505, Some-college, 10, Separated, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 130760, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+24, Local-gov, 174413, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 1974, 40, United-States, <=50K.
+29, ?, 20877, Some-college, 10, Never-married, ?, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+22, Private, 144238, 11th, 7, Never-married, Farming-fishing, Own-child, White, Female, 0, 0, 38, United-States, <=50K.
+47, Private, 193047, Doctorate, 16, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+43, Private, 300099, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+65, ?, 369902, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 8, United-States, <=50K.
+56, Self-emp-not-inc, 42166, Bachelors, 13, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+54, Private, 171924, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, Canada, >50K.
+50, Private, 201984, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 306420, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
+32, Self-emp-not-inc, 46746, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 65, United-States, <=50K.
+37, Private, 185325, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 44, United-States, <=50K.
+30, Private, 201697, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 181372, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
+39, Private, 112077, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 370057, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 72591, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+37, Local-gov, 105803, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+20, Private, 198478, HS-grad, 9, Never-married, Farming-fishing, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 119017, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+42, Private, 138872, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 99, United-States, <=50K.
+56, Federal-gov, 97213, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
+40, Private, 36556, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+38, State-gov, 200904, 10th, 6, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+49, Private, 186256, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 5013, 0, 30, United-States, <=50K.
+18, Private, 115815, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, England, <=50K.
+42, Private, 308770, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+25, Local-gov, 187792, Some-college, 10, Divorced, Protective-serv, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 233571, Some-college, 10, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 1902, 40, United-States, >50K.
+26, Private, 131913, Bachelors, 13, Never-married, Machine-op-inspct, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+26, Private, 31558, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 90, United-States, >50K.
+33, Private, 255004, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 2354, 0, 61, United-States, <=50K.
+25, Local-gov, 315287, Some-college, 10, Never-married, Protective-serv, Other-relative, Black, Male, 0, 0, 40, Trinadad&Tobago, <=50K.
+18, Private, 182545, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+59, Private, 750972, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+69, Self-emp-not-inc, 505365, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 6514, 0, 45, United-States, >50K.
+22, Local-gov, 177475, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+40, Private, 203761, 11th, 7, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+40, Self-emp-not-inc, 36104, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+33, Self-emp-inc, 179708, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, Self-emp-inc, 77392, 10th, 6, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, >50K.
+73, ?, 86709, Some-college, 10, Never-married, ?, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 38, United-States, <=50K.
+59, Local-gov, 173992, HS-grad, 9, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+20, Private, 119665, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 188391, Assoc-acdm, 12, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 46, United-States, <=50K.
+51, Private, 326005, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, England, >50K.
+24, Private, 203203, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+59, Private, 64102, 10th, 6, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 169188, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+45, Private, 385793, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 40, Mexico, <=50K.
+25, Private, 390537, Some-college, 10, Never-married, Sales, Unmarried, White, Female, 0, 0, 25, El-Salvador, <=50K.
+29, Private, 115677, 11th, 7, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 42, United-States, <=50K.
+22, Private, 230248, Assoc-acdm, 12, Never-married, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+66, ?, 59056, 10th, 6, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+72, Private, 108038, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 60, Cuba, >50K.
+39, Local-gov, 282461, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
+36, Private, 184659, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+65, Private, 182470, Assoc-voc, 11, Married-spouse-absent, Craft-repair, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+63, Private, 458609, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 3674, 0, 30, United-States, <=50K.
+58, Private, 104476, Some-college, 10, Separated, Adm-clerical, Not-in-family, White, Female, 0, 1092, 40, United-States, <=50K.
+27, Private, 200802, Assoc-voc, 11, Separated, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+58, Private, 170608, 10th, 6, Separated, Protective-serv, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+52, Private, 197322, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 118358, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+21, ?, 520231, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+61, Self-emp-not-inc, 198017, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, ?, <=50K.
+29, Private, 131045, Assoc-voc, 11, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+19, ?, 272166, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 1602, 30, United-States, <=50K.
+30, Private, 110083, Assoc-voc, 11, Never-married, Craft-repair, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 335569, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 167159, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
+50, Private, 170326, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+39, Private, 319052, Bachelors, 13, Married-civ-spouse, Handlers-cleaners, Wife, Asian-Pac-Islander, Female, 0, 0, 37, Philippines, <=50K.
+57, Private, 174662, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 110732, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 50, United-States, <=50K.
+27, Federal-gov, 409815, Some-college, 10, Divorced, Adm-clerical, Other-relative, Black, Female, 0, 0, 50, United-States, <=50K.
+28, Private, 79874, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 37, United-States, <=50K.
+49, Private, 116641, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 15024, 0, 35, United-States, >50K.
+33, Private, 87209, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+64, Local-gov, 152172, 10th, 6, Married-civ-spouse, Machine-op-inspct, Wife, White, Male, 0, 0, 40, ?, <=50K.
+46, Self-emp-not-inc, 142222, Some-college, 10, Separated, Exec-managerial, Unmarried, White, Female, 1151, 0, 60, United-States, <=50K.
+50, Local-gov, 120521, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Amer-Indian-Eskimo, Male, 0, 0, 50, United-States, >50K.
+43, Self-emp-not-inc, 247752, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+26, Private, 34161, Some-college, 10, Never-married, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+33, Private, 589155, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+50, Private, 149784, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 402522, 1st-4th, 2, Divorced, Farming-fishing, Unmarried, White, Male, 0, 0, 40, Thailand, <=50K.
+28, Private, 228346, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+21, Private, 415755, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 289653, Bachelors, 13, Divorced, Sales, Unmarried, White, Male, 0, 0, 45, United-States, >50K.
+17, Private, 165018, 10th, 6, Never-married, Sales, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
+19, Private, 322866, HS-grad, 9, Never-married, Other-service, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+45, Self-emp-not-inc, 244813, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 38, United-States, >50K.
+27, Private, 538193, 11th, 7, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 50, United-States, <=50K.
+45, Private, 256367, 12th, 8, Divorced, Farming-fishing, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 95864, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+57, Self-emp-not-inc, 291167, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 126569, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, Poland, <=50K.
+34, Private, 128016, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 99999, 0, 40, United-States, >50K.
+18, ?, 323584, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 10, United-States, <=50K.
+65, ?, 115431, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+26, Private, 246156, 10th, 6, Never-married, Craft-repair, Other-relative, White, Male, 0, 0, 24, Honduras, <=50K.
+44, Private, 346081, HS-grad, 9, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+38, Local-gov, 156383, Some-college, 10, Never-married, Protective-serv, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+49, Private, 151267, Assoc-voc, 11, Divorced, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+41, Local-gov, 249039, HS-grad, 9, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+52, Federal-gov, 157454, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 143540, 9th, 5, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+72, State-gov, 120733, 7th-8th, 4, Widowed, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+48, Private, 344381, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 42, United-States, >50K.
+32, Private, 149787, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
+22, Private, 268525, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+24, Private, 396099, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+24, Private, 221442, Some-college, 10, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
+55, Private, 115198, 9th, 5, Married-civ-spouse, Transport-moving, Wife, White, Female, 0, 0, 48, United-States, <=50K.
+48, Federal-gov, 102359, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+42, Local-gov, 298885, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 93213, Masters, 14, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+40, Private, 130760, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 42, United-States, <=50K.
+29, ?, 236834, Some-college, 10, Divorced, ?, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+39, Self-emp-inc, 31709, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 20, United-States, >50K.
+45, Private, 192053, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+21, Private, 95918, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 43, Germany, <=50K.
+36, Self-emp-inc, 132879, Masters, 14, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+28, Private, 64940, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+57, Private, 106910, HS-grad, 9, Divorced, Adm-clerical, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
+22, Private, 210474, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+31, Local-gov, 393965, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 8, United-States, <=50K.
+23, Local-gov, 117789, Assoc-voc, 11, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+35, Self-emp-not-inc, 134498, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 45, United-States, >50K.
+28, Private, 212068, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 1980, 40, United-States, <=50K.
+27, Private, 169544, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+76, ?, 32995, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 5, United-States, <=50K.
+37, Private, 261241, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 1485, 50, United-States, <=50K.
+43, Private, 145784, HS-grad, 9, Never-married, Other-service, Other-relative, Asian-Pac-Islander, Female, 0, 0, 40, ?, <=50K.
+33, Private, 252646, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+56, Private, 161944, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+50, Self-emp-inc, 249644, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+35, Private, 195081, HS-grad, 9, Never-married, Sales, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+36, Private, 428251, Bachelors, 13, Never-married, Tech-support, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+59, Self-emp-not-inc, 198145, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 35, United-States, >50K.
+42, Private, 348059, Doctorate, 16, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+21, Private, 43587, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+24, Private, 318612, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 1504, 40, United-States, <=50K.
+17, ?, 235661, 10th, 6, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+29, Private, 129528, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+61, Private, 200427, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+35, Private, 188243, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, White, Female, 0, 0, 48, United-States, <=50K.
+56, Self-emp-not-inc, 306633, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+44, Self-emp-not-inc, 85019, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 40, ?, >50K.
+22, ?, 356286, HS-grad, 9, Never-married, ?, Own-child, Black, Male, 0, 0, 10, United-States, <=50K.
+45, Private, 102771, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+40, Local-gov, 34739, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 36, United-States, <=50K.
+22, ?, 201959, HS-grad, 9, Never-married, ?, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 126743, 5th-6th, 3, Never-married, Other-service, Other-relative, White, Male, 2176, 0, 52, Mexico, <=50K.
+46, Local-gov, 85341, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 56, United-States, <=50K.
+57, Private, 275943, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 82823, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 5013, 0, 30, United-States, <=50K.
+30, Private, 183388, HS-grad, 9, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+21, Private, 116489, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+62, Self-emp-not-inc, 215789, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 50, United-States, >50K.
+19, Private, 365871, Some-college, 10, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 32, United-States, <=50K.
+63, Local-gov, 199275, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 8614, 0, 38, United-States, >50K.
+39, Self-emp-not-inc, 34111, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+72, ?, 314567, Some-college, 10, Widowed, ?, Not-in-family, White, Female, 0, 0, 8, United-States, <=50K.
+40, Self-emp-inc, 102576, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 55, Trinadad&Tobago, <=50K.
+27, Private, 103524, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 35, United-States, <=50K.
+47, Self-emp-not-inc, 114222, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 25, United-States, <=50K.
+28, Private, 246933, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 107812, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+26, Self-emp-not-inc, 109162, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 25, United-States, <=50K.
+59, Private, 112798, HS-grad, 9, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
+33, Private, 30612, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 105994, 11th, 7, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+57, Private, 113090, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+30, Private, 26252, Assoc-acdm, 12, Never-married, Adm-clerical, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 49469, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 55, United-States, >50K.
+24, Private, 172169, Some-college, 10, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 30, United-States, <=50K.
+36, Private, 151029, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+46, Private, 134242, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+38, State-gov, 87282, Assoc-voc, 11, Never-married, Adm-clerical, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
+19, Private, 84250, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+33, Private, 76107, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 4386, 0, 60, United-States, >50K.
+59, Self-emp-inc, 36085, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 60, United-States, >50K.
+32, Private, 220333, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 7298, 0, 46, United-States, >50K.
+58, Private, 105363, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Portugal, <=50K.
+19, Private, 198668, 12th, 8, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 47, United-States, <=50K.
+43, Private, 157473, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+20, Private, 126568, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+56, Self-emp-inc, 220896, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+57, Federal-gov, 236048, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+42, Private, 34218, Prof-school, 15, Divorced, Prof-specialty, Not-in-family, White, Male, 99999, 0, 80, United-States, >50K.
+62, Private, 155915, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 139684, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+34, Private, 23778, Bachelors, 13, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 236804, Some-college, 10, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+78, Private, 454321, 1st-4th, 2, Widowed, Handlers-cleaners, Other-relative, White, Male, 0, 0, 20, Nicaragua, <=50K.
+43, Private, 229148, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, Black, Male, 0, 0, 50, Outlying-US(Guam-USVI-etc), <=50K.
+60, Local-gov, 119986, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Local-gov, 455399, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, Black, Male, 15024, 0, 40, United-States, >50K.
+21, Private, 301694, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 35, Mexico, <=50K.
+64, ?, 155142, HS-grad, 9, Widowed, ?, Not-in-family, Black, Male, 0, 0, 20, United-States, <=50K.
+27, Private, 259652, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+44, State-gov, 156642, HS-grad, 9, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 39, United-States, <=50K.
+37, Private, 94208, 1st-4th, 2, Divorced, Other-service, Unmarried, White, Female, 0, 0, 35, Mexico, <=50K.
+31, Private, 117719, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, Portugal, <=50K.
+27, Local-gov, 100817, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 144990, HS-grad, 9, Married-spouse-absent, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+37, Self-emp-inc, 198841, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+43, Private, 223881, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+18, Private, 264017, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 16, Canada, <=50K.
+23, State-gov, 26842, Assoc-voc, 11, Married-AF-spouse, Adm-clerical, Wife, White, Female, 0, 0, 30, United-States, <=50K.
+40, Private, 477345, 7th-8th, 4, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 2057, 40, Mexico, <=50K.
+22, Private, 267412, Preschool, 1, Never-married, Other-service, Own-child, Black, Female, 594, 0, 20, Jamaica, <=50K.
+61, Self-emp-inc, 190610, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
+63, Private, 281237, Some-college, 10, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+59, Private, 254593, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
+33, Private, 159187, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 54, United-States, >50K.
+51, State-gov, 200450, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, >50K.
+38, Local-gov, 140854, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
+52, Private, 242517, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 7688, 0, 40, United-States, >50K.
+47, Self-emp-not-inc, 294671, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
+20, State-gov, 68358, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
+53, Private, 107096, Bachelors, 13, Never-married, Sales, Unmarried, White, Male, 0, 1669, 50, United-States, <=50K.
+43, Private, 244419, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+26, Self-emp-not-inc, 195636, 10th, 6, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 75, United-States, >50K.
+39, Private, 368586, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Female, 0, 0, 37, Puerto-Rico, <=50K.
+30, Private, 215808, HS-grad, 9, Separated, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+45, Private, 165822, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+25, Private, 193379, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 120121, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+25, Local-gov, 311603, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
+48, Private, 323798, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 38, United-States, >50K.
+32, Private, 253890, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+67, ?, 105252, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+37, Private, 220696, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 194097, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 30, United-States, >50K.
+28, Private, 181291, Some-college, 10, Married-civ-spouse, Other-service, Own-child, White, Female, 7688, 0, 40, United-States, >50K.
+28, Private, 258594, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+28, Private, 138976, HS-grad, 9, Never-married, Craft-repair, Not-in-family, Black, Male, 0, 0, 48, United-States, <=50K.
+22, Private, 81145, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 250853, Assoc-voc, 11, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+35, ?, 365739, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 257863, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+27, Private, 203697, Masters, 14, Never-married, Tech-support, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+54, Private, 87205, HS-grad, 9, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+66, Self-emp-not-inc, 195161, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 20, ?, <=50K.
+41, Private, 470486, 1st-4th, 2, Married-spouse-absent, Handlers-cleaners, Unmarried, White, Male, 0, 1719, 40, Mexico, <=50K.
+46, Local-gov, 93557, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 3103, 0, 50, United-States, >50K.
+39, Private, 107991, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+51, Private, 63081, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
+26, Private, 73988, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+53, Private, 136080, HS-grad, 9, Divorced, Priv-house-serv, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+38, State-gov, 49115, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 27, United-States, <=50K.
+30, Private, 314649, HS-grad, 9, Married-spouse-absent, Farming-fishing, Unmarried, Asian-Pac-Islander, Male, 0, 0, 40, ?, <=50K.
+18, Private, 166224, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+44, ?, 118484, Prof-school, 15, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 80, United-States, <=50K.
+56, Local-gov, 291529, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+41, Self-emp-not-inc, 252392, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 96, Mexico, <=50K.
+42, Private, 86912, Bachelors, 13, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+44, Private, 193537, 9th, 5, Never-married, Priv-house-serv, Unmarried, White, Female, 0, 0, 50, Puerto-Rico, <=50K.
+33, Private, 83231, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+43, Private, 325461, Some-college, 10, Divorced, Tech-support, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+21, Private, 36011, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 274869, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 178322, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 70, United-States, >50K.
+38, Private, 67666, Masters, 14, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 38, United-States, <=50K.
+33, Private, 153005, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 138269, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+33, Private, 265204, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+43, Private, 437318, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
+38, Private, 208109, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Male, 0, 0, 50, United-States, <=50K.
+50, Self-emp-not-inc, 91103, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 51, United-States, >50K.
+57, State-gov, 388225, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+76, Self-emp-not-inc, 42162, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 2, United-States, <=50K.
+52, Self-emp-not-inc, 417227, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+36, State-gov, 180220, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+30, Private, 187560, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+39, Private, 127573, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 2202, 0, 45, United-States, <=50K.
+51, Federal-gov, 68898, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+31, Private, 78662, HS-grad, 9, Separated, Sales, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
+56, Private, 158776, 11th, 7, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+28, Private, 164575, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 328301, Some-college, 10, Never-married, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+49, Private, 213897, Bachelors, 13, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 0, 0, 50, Japan, >50K.
+40, Private, 230684, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+23, Private, 381679, Some-college, 10, Never-married, Tech-support, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+44, Local-gov, 360884, Masters, 14, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+36, State-gov, 256992, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
+31, Private, 112115, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 113577, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 189382, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
+45, Private, 201080, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
+46, Private, 344415, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+57, Private, 201232, HS-grad, 9, Married-civ-spouse, Priv-house-serv, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+20, Private, 332194, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
+30, Private, 216864, 9th, 5, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+60, Private, 290922, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 27, United-States, <=50K.
+42, Local-gov, 223548, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 109419, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 8614, 0, 45, United-States, >50K.
+27, Private, 135296, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
+59, State-gov, 100270, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
+18, Private, 99497, 12th, 8, Never-married, Other-service, Own-child, Other, Female, 0, 0, 30, United-States, <=50K.
+26, ?, 223665, HS-grad, 9, Divorced, ?, Unmarried, White, Female, 0, 0, 84, United-States, <=50K.
+48, Self-emp-inc, 341762, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+41, Private, 236483, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+20, ?, 311570, HS-grad, 9, Married-civ-spouse, ?, Other-relative, White, Female, 0, 0, 32, United-States, <=50K.
+36, Private, 588739, Bachelors, 13, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, India, <=50K.
+44, Self-emp-inc, 79521, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 15024, 0, 55, United-States, >50K.
+36, Private, 327435, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 229636, Assoc-acdm, 12, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 5013, 0, 60, United-States, <=50K.
+26, Private, 124483, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 25, India, <=50K.
+58, Private, 218764, Assoc-voc, 11, Widowed, Prof-specialty, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
+39, State-gov, 178100, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+19, ?, 197057, Some-college, 10, Never-married, ?, Own-child, Black, Male, 0, 0, 30, United-States, <=50K.
+39, Private, 191161, HS-grad, 9, Separated, Craft-repair, Unmarried, White, Male, 0, 0, 55, United-States, <=50K.
+65, Private, 266828, HS-grad, 9, Widowed, Craft-repair, Not-in-family, White, Male, 1848, 0, 40, United-States, <=50K.
+29, Private, 251526, Some-college, 10, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 0, 20, United-States, <=50K.
+22, ?, 145964, HS-grad, 9, Never-married, ?, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 307149, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+36, Private, 37238, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 42, United-States, <=50K.
+32, Private, 129020, Bachelors, 13, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 209432, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 139364, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+25, Federal-gov, 169124, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 116391, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+31, Private, 176025, HS-grad, 9, Never-married, Tech-support, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+66, Self-emp-not-inc, 44712, HS-grad, 9, Married-civ-spouse, Craft-repair, Wife, White, Female, 0, 0, 15, United-States, <=50K.
+35, Self-emp-not-inc, 190759, Some-college, 10, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 185692, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+17, Private, 80576, 10th, 6, Never-married, Other-service, Own-child, White, Female, 0, 0, 16, United-States, <=50K.
+31, Private, 282173, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+20, Private, 187158, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+25, Private, 214468, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+59, Self-emp-not-inc, 185410, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+37, Private, 87757, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+42, Private, 449578, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, >50K.
+31, Private, 309028, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 155293, 12th, 8, Divorced, Sales, Not-in-family, White, Female, 0, 1762, 45, United-States, <=50K.
+46, Private, 32825, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+36, Private, 216845, 1st-4th, 2, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+45, State-gov, 149640, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 38, United-States, >50K.
+19, State-gov, 140985, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+38, Private, 218188, Assoc-acdm, 12, Never-married, Other-service, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+27, State-gov, 187327, HS-grad, 9, Separated, Protective-serv, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+33, Private, 182511, Assoc-voc, 11, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+55, Self-emp-not-inc, 157639, 9th, 5, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 58, United-States, <=50K.
+46, Local-gov, 258498, Masters, 14, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 87632, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 228394, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 36, United-States, <=50K.
+59, State-gov, 200732, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 50, Philippines, >50K.
+36, Private, 49657, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+27, Local-gov, 106179, Bachelors, 13, Married-spouse-absent, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+21, Private, 135267, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
+65, ?, 486436, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 45, United-States, >50K.
+29, Private, 69757, Bachelors, 13, Divorced, Exec-managerial, Other-relative, White, Female, 0, 0, 50, United-States, <=50K.
+53, Private, 190319, Bachelors, 13, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 0, 1485, 40, Thailand, >50K.
+20, Private, 188409, Some-college, 10, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+54, Private, 181246, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 103573, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 180725, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 16, United-States, <=50K.
+26, State-gov, 34862, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, Asian-Pac-Islander, Male, 0, 0, 38, ?, <=50K.
+55, Self-emp-inc, 275236, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 48, United-States, >50K.
+40, Self-emp-not-inc, 76487, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+37, Federal-gov, 75073, Assoc-acdm, 12, Never-married, Protective-serv, Not-in-family, Black, Male, 0, 0, 42, United-States, <=50K.
+23, Private, 231929, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 186410, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 38, United-States, <=50K.
+42, Self-emp-not-inc, 344624, Doctorate, 16, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 99, United-States, >50K.
+66, Private, 97847, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 38, United-States, <=50K.
+30, Private, 387521, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+25, ?, 193511, Bachelors, 13, Never-married, ?, Own-child, White, Female, 0, 0, 35, El-Salvador, <=50K.
+20, Private, 325033, 12th, 8, Never-married, Other-service, Own-child, Black, Male, 0, 0, 35, United-States, >50K.
+37, Private, 285637, HS-grad, 9, Never-married, Transport-moving, Not-in-family, Black, Male, 0, 0, 50, United-States, <=50K.
+20, Private, 186014, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
+27, Private, 203160, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+20, ?, 190290, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+33, Private, 219553, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+53, Private, 290882, 7th-8th, 4, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+54, Private, 133403, 9th, 5, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 1902, 35, United-States, <=50K.
+33, Private, 150154, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 203076, 10th, 6, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 158592, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+23, Federal-gov, 215115, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+20, Private, 117476, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 159269, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 18, United-States, <=50K.
+24, Private, 189924, Assoc-voc, 11, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 60, United-States, <=50K.
+32, Local-gov, 226296, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+38, Private, 103886, Some-college, 10, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+34, Federal-gov, 148508, Some-college, 10, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+39, Private, 79586, Some-college, 10, Married-civ-spouse, Tech-support, Husband, Asian-Pac-Islander, Male, 0, 0, 35, India, >50K.
+40, ?, 95049, Assoc-voc, 11, Separated, ?, Own-child, White, Female, 0, 0, 40, ?, <=50K.
+45, Self-emp-inc, 192835, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+21, Private, 316184, HS-grad, 9, Never-married, Other-service, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
+49, Private, 132476, Doctorate, 16, Divorced, Tech-support, Unmarried, White, Male, 7430, 0, 40, United-States, >50K.
+44, Private, 76487, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 302712, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+42, Private, 225193, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+49, Private, 102092, 11th, 7, Widowed, Craft-repair, Not-in-family, White, Male, 2174, 0, 40, United-States, <=50K.
+51, Private, 173754, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
+20, Private, 38238, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+41, Private, 212027, 11th, 7, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 173593, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 75, United-States, <=50K.
+27, Local-gov, 132718, HS-grad, 9, Never-married, Transport-moving, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 103588, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+37, Local-gov, 75387, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 38444, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 10, United-States, <=50K.
+21, Private, 35603, HS-grad, 9, Never-married, Protective-serv, Not-in-family, Black, Male, 0, 0, 11, United-States, <=50K.
+24, Private, 588484, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 594, 0, 40, United-States, <=50K.
+62, ?, 191118, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+70, ?, 88638, HS-grad, 9, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 8, United-States, <=50K.
+61, Private, 27086, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+63, Private, 184319, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 24, United-States, <=50K.
+31, Private, 307375, Some-college, 10, Never-married, Other-service, Not-in-family, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+17, Private, 93511, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+23, Private, 32950, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 313945, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+47, Local-gov, 275517, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 72, United-States, <=50K.
+55, Private, 132145, 9th, 5, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+37, Self-emp-not-inc, 377798, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+48, Private, 198000, Bachelors, 13, Never-married, Sales, Other-relative, White, Female, 0, 0, 38, United-States, >50K.
+67, Private, 166591, HS-grad, 9, Divorced, Priv-house-serv, Unmarried, Black, Female, 1848, 0, 99, United-States, <=50K.
+72, Self-emp-not-inc, 117030, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+31, Local-gov, 275369, Some-college, 10, Never-married, Protective-serv, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 300584, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+27, Local-gov, 230997, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+32, Private, 73199, 12th, 8, Never-married, Farming-fishing, Own-child, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
+61, Private, 362068, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+34, Private, 162604, HS-grad, 9, Never-married, Craft-repair, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 86143, Assoc-voc, 11, Married-civ-spouse, Handlers-cleaners, Own-child, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
+39, Private, 116477, Assoc-voc, 11, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+49, Self-emp-not-inc, 102308, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 35, United-States, >50K.
+57, Self-emp-inc, 199067, 7th-8th, 4, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 90, Greece, >50K.
+47, Private, 205100, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
+38, Private, 127493, Assoc-acdm, 12, Widowed, Sales, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+77, Self-emp-not-inc, 34761, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 221480, Some-college, 10, Never-married, Tech-support, Unmarried, White, Female, 0, 0, 8, United-States, <=50K.
+37, Self-emp-not-inc, 216473, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+43, Self-emp-inc, 147206, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Male, 27828, 0, 45, United-States, >50K.
+50, Private, 162868, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+68, Self-emp-not-inc, 335701, 7th-8th, 4, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+55, Private, 250322, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+52, Local-gov, 182856, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 10520, 0, 45, United-States, >50K.
+24, Private, 97743, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 37, United-States, <=50K.
+42, Private, 227065, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+51, Private, 59840, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Male, 2174, 0, 40, United-States, <=50K.
+26, Private, 140446, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+32, Federal-gov, 86150, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, Asian-Pac-Islander, Female, 0, 1977, 40, United-States, >50K.
+51, Private, 147876, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+26, Private, 219199, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 28497, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 8, United-States, <=50K.
+27, Private, 405177, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+29, Private, 320451, Bachelors, 13, Married-spouse-absent, Sales, Other-relative, Asian-Pac-Islander, Male, 0, 0, 40, ?, <=50K.
+71, Self-emp-not-inc, 30661, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 6514, 0, 40, United-States, >50K.
+30, Local-gov, 38268, HS-grad, 9, Separated, Other-service, Unmarried, White, Male, 0, 0, 40, United-States, >50K.
+42, Private, 199900, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 52, United-States, <=50K.
+39, Self-emp-inc, 172538, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+17, Private, 194517, 11th, 7, Never-married, Farming-fishing, Own-child, White, Female, 0, 0, 18, United-States, <=50K.
+20, Private, 129024, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+37, Private, 203828, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 146659, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 29261, Assoc-acdm, 12, Never-married, Other-service, Other-relative, White, Male, 0, 0, 42, United-States, <=50K.
+19, Private, 366109, 10th, 6, Never-married, Other-service, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 212091, Some-college, 10, Divorced, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 202872, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 36, United-States, >50K.
+31, Private, 373903, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+41, Private, 289403, HS-grad, 9, Divorced, Tech-support, Not-in-family, Black, Male, 0, 0, 40, ?, <=50K.
+21, Private, 60552, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+46, Private, 188325, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, >50K.
+21, ?, 398480, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+37, Federal-gov, 254202, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 27828, 0, 50, United-States, >50K.
+41, Self-emp-inc, 277858, Bachelors, 13, Widowed, Exec-managerial, Not-in-family, Black, Female, 0, 0, 45, United-States, <=50K.
+50, Private, 102346, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 36, ?, <=50K.
+34, Private, 226629, 12th, 8, Separated, Sales, Unmarried, White, Female, 0, 0, 34, United-States, <=50K.
+47, Private, 219632, 1st-4th, 2, Widowed, Machine-op-inspct, Unmarried, White, Male, 0, 0, 40, Mexico, <=50K.
+21, Private, 449101, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+49, Private, 330535, Doctorate, 16, Divorced, Exec-managerial, Unmarried, White, Male, 0, 0, 40, United-States, >50K.
+38, Private, 202937, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
+43, Federal-gov, 269733, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+40, Self-emp-not-inc, 355856, Bachelors, 13, Married-spouse-absent, Exec-managerial, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
+48, Self-emp-inc, 275100, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 70, Greece, >50K.
+30, State-gov, 136997, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 136931, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 38, Thailand, <=50K.
+31, ?, 346736, HS-grad, 9, Never-married, ?, Other-relative, White, Female, 0, 0, 45, United-States, <=50K.
+30, Local-gov, 264936, Bachelors, 13, Separated, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+37, Private, 269722, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 38, United-States, <=50K.
+28, Private, 251905, Masters, 14, Never-married, Sales, Not-in-family, White, Male, 0, 0, 42, United-States, <=50K.
+57, Private, 180636, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 116915, Some-college, 10, Never-married, Craft-repair, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+40, Self-emp-not-inc, 182516, Assoc-acdm, 12, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+49, Local-gov, 199862, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 2179, 40, United-States, <=50K.
+44, Private, 127482, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 7688, 0, 40, United-States, >50K.
+44, Private, 142968, HS-grad, 9, Widowed, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+18, Private, 115258, 10th, 6, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 190822, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 31, United-States, <=50K.
+50, Local-gov, 68898, Doctorate, 16, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+17, Self-emp-inc, 151999, 12th, 8, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 16, United-States, <=50K.
+28, Self-emp-not-inc, 236471, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+38, Local-gov, 29075, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, Amer-Indian-Eskimo, Female, 5013, 0, 40, United-States, <=50K.
+43, State-gov, 186990, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 37, United-States, <=50K.
+48, Private, 210369, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+57, ?, 179644, Assoc-voc, 11, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 5, United-States, <=50K.
+28, Private, 119128, Assoc-acdm, 12, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 188386, HS-grad, 9, Divorced, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 120645, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+58, Local-gov, 303176, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 358434, Bachelors, 13, Never-married, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+57, Private, 36091, HS-grad, 9, Separated, Other-service, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+48, Private, 250648, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 35, United-States, >50K.
+49, Private, 131918, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, >50K.
+40, Self-emp-not-inc, 151504, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, >50K.
+41, Private, 161880, HS-grad, 9, Separated, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 50, United-States, <=50K.
+45, Private, 123681, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 94090, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+22, ?, 129980, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
+50, Private, 237258, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 27828, 0, 48, United-States, >50K.
+65, Self-emp-not-inc, 147377, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 16, United-States, <=50K.
+36, Federal-gov, 253627, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, Puerto-Rico, >50K.
+63, ?, 528618, 10th, 6, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 27881, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+28, Private, 79874, Assoc-voc, 11, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 156981, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+46, Local-gov, 195418, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+37, Private, 175185, 11th, 7, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 273796, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 65, United-States, >50K.
+37, State-gov, 373699, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
+31, Private, 82508, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 162551, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 35, Hong, <=50K.
+24, Private, 166297, Bachelors, 13, Never-married, Prof-specialty, Own-child, Asian-Pac-Islander, Male, 0, 0, 25, United-States, <=50K.
+25, Local-gov, 100125, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 175690, Some-college, 10, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+45, Private, 184441, 7th-8th, 4, Never-married, Machine-op-inspct, Unmarried, White, Female, 0, 0, 42, United-States, <=50K.
+28, Self-emp-inc, 167737, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 5178, 0, 40, United-States, >50K.
+58, Private, 186121, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+44, Self-emp-not-inc, 177851, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+35, Private, 106961, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+54, Private, 419712, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+40, Local-gov, 208875, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+24, Private, 373628, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 1504, 40, United-States, <=50K.
+26, Private, 331861, Bachelors, 13, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 50, England, <=50K.
+29, Private, 249948, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+50, Private, 99316, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 252570, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+17, Private, 89160, 12th, 8, Never-married, Priv-house-serv, Own-child, White, Female, 0, 0, 18, United-States, <=50K.
+25, Private, 49092, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+35, Private, 87757, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 806552, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+45, Self-emp-not-inc, 70754, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7298, 0, 60, United-States, >50K.
+28, Private, 150437, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
+71, ?, 46836, 7th-8th, 4, Separated, ?, Not-in-family, Black, Male, 0, 0, 15, United-States, <=50K.
+34, State-gov, 117186, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
+49, Private, 239625, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+39, Private, 128483, Some-college, 10, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 60, United-States, <=50K.
+17, Private, 53367, 12th, 8, Never-married, Other-service, Other-relative, White, Female, 0, 0, 25, United-States, <=50K.
+20, Private, 358355, 9th, 5, Never-married, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+53, Private, 139522, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 1573, 40, Italy, <=50K.
+26, Private, 93017, Assoc-voc, 11, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+49, Private, 101320, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Female, 0, 1564, 40, Canada, >50K.
+57, Self-emp-inc, 105582, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 2415, 40, United-States, >50K.
+40, Private, 121718, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 55, United-States, >50K.
+19, Private, 111836, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+58, Private, 96840, HS-grad, 9, Widowed, Craft-repair, Unmarried, White, Female, 0, 0, 37, United-States, <=50K.
+62, Local-gov, 176839, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 10, United-States, <=50K.
+41, Local-gov, 193553, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, Black, Male, 0, 0, 64, United-States, >50K.
+46, Private, 168232, HS-grad, 9, Married-spouse-absent, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+53, Self-emp-not-inc, 146325, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Yugoslavia, >50K.
+33, Private, 111567, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+58, Private, 478354, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 50, United-States, >50K.
+30, Private, 209768, Assoc-voc, 11, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+27, Private, 188909, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+32, Self-emp-not-inc, 321313, HS-grad, 9, Never-married, Craft-repair, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+19, ?, 264228, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
+22, Private, 345066, 10th, 6, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+56, Self-emp-not-inc, 32855, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+33, Self-emp-inc, 287372, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+36, Private, 214807, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+29, Local-gov, 275110, Some-college, 10, Married-civ-spouse, Protective-serv, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 352089, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
+33, State-gov, 110171, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 1092, 40, United-States, <=50K.
+20, Private, 211391, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+51, Private, 91506, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 7688, 0, 40, United-States, >50K.
+52, Private, 180949, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+64, Self-emp-inc, 169072, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+33, Private, 264554, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+38, Private, 99065, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
+30, Private, 201122, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+67, Self-emp-inc, 323636, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 15, Canada, <=50K.
+37, Local-gov, 184112, Doctorate, 16, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
+55, Private, 243367, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 37, United-States, <=50K.
+25, State-gov, 149248, Some-college, 10, Never-married, Other-service, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+41, Local-gov, 248748, Bachelors, 13, Never-married, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 242616, Bachelors, 13, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+51, Private, 207246, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 1902, 40, United-States, >50K.
+75, Self-emp-not-inc, 343631, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, Asian-Pac-Islander, Male, 0, 0, 15, United-States, <=50K.
+53, Private, 403121, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+36, Self-emp-not-inc, 184435, 11th, 7, Never-married, Transport-moving, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+47, Self-emp-not-inc, 181405, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 40, United-States, >50K.
+67, Self-emp-not-inc, 75140, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 25, United-States, <=50K.
+29, Self-emp-not-inc, 467936, Some-college, 10, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, ?, <=50K.
+32, Self-emp-not-inc, 181212, Some-college, 10, Separated, Farming-fishing, Unmarried, White, Female, 0, 0, 65, United-States, <=50K.
+42, Private, 324421, HS-grad, 9, Divorced, Sales, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+41, Private, 344624, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 50, United-States, >50K.
+46, Private, 98735, Bachelors, 13, Separated, Prof-specialty, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+48, Local-gov, 186172, Assoc-acdm, 12, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
+55, Federal-gov, 107157, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+68, ?, 353871, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+49, Self-emp-not-inc, 175958, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+62, Private, 252134, 7th-8th, 4, Divorced, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 40, Cuba, <=50K.
+30, Private, 95923, Assoc-acdm, 12, Married-spouse-absent, Adm-clerical, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
+56, Local-gov, 203250, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 296212, HS-grad, 9, Separated, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
+22, Private, 333838, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+56, Private, 345730, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+53, Federal-gov, 128141, Bachelors, 13, Separated, Adm-clerical, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+53, Private, 249347, Assoc-voc, 11, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, Cuba, >50K.
+51, Private, 171914, 9th, 5, Widowed, Craft-repair, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+41, Private, 344519, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 13550, 0, 60, United-States, >50K.
+34, Self-emp-inc, 196385, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+24, Private, 87546, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+40, Self-emp-not-inc, 85668, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 126613, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 239753, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+53, Private, 162796, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+52, Federal-gov, 197189, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 44, United-States, >50K.
+33, State-gov, 25806, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 20, ?, <=50K.
+28, Private, 89813, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+45, State-gov, 142167, Masters, 14, Divorced, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, ?, <=50K.
+40, Private, 171589, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+60, Private, 203985, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, >50K.
+24, Private, 394191, 12th, 8, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 55, Germany, <=50K.
+50, Private, 155433, Bachelors, 13, Widowed, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+44, Private, 39581, Bachelors, 13, Separated, Tech-support, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+19, Private, 305834, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+36, Self-emp-inc, 200220, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
+33, Private, 229732, Assoc-acdm, 12, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+52, Private, 190333, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+51, Private, 155983, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+44, Private, 211351, Some-college, 10, Married-civ-spouse, Sales, Wife, White, Female, 4386, 0, 40, United-States, >50K.
+19, ?, 505168, 9th, 5, Never-married, ?, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+49, Private, 256417, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 5013, 0, 40, Mexico, <=50K.
+17, ?, 165069, 10th, 6, Never-married, ?, Own-child, White, Male, 0, 1721, 40, United-States, <=50K.
+20, Private, 249385, Some-college, 10, Never-married, Craft-repair, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+53, Private, 168723, Assoc-acdm, 12, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
+25, Private, 165866, Assoc-voc, 11, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+48, Private, 48553, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 72, United-States, <=50K.
+27, Private, 244751, HS-grad, 9, Never-married, Adm-clerical, Own-child, Other, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 228230, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+29, Private, 152951, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+47, State-gov, 29023, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 40, India, >50K.
+48, Self-emp-not-inc, 136455, Some-college, 10, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 60, United-States, <=50K.
+38, ?, 245372, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 75, United-States, >50K.
+19, ?, 155863, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 1602, 30, United-States, <=50K.
+37, Private, 126675, Some-college, 10, Widowed, Machine-op-inspct, Other-relative, White, Male, 0, 0, 40, ?, <=50K.
+37, Private, 184659, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 5013, 0, 44, United-States, <=50K.
+39, Federal-gov, 33289, HS-grad, 9, Widowed, Prof-specialty, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
+35, Private, 111377, HS-grad, 9, Separated, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 103651, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+56, Private, 53481, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 238917, 5th-6th, 3, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, El-Salvador, <=50K.
+25, Private, 167495, Some-college, 10, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+47, Federal-gov, 114222, Assoc-acdm, 12, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 55, United-States, >50K.
+32, Private, 182323, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 40, United-States, >50K.
+24, Private, 137589, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+32, Private, 181091, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 13550, 0, 35, United-States, >50K.
+41, Private, 156580, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 35, Dominican-Republic, <=50K.
+32, Private, 210926, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 38, United-States, >50K.
+37, Self-emp-not-inc, 255503, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 55, United-States, >50K.
+39, Private, 116546, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+66, Self-emp-not-inc, 34218, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, >50K.
+18, ?, 305327, Some-college, 10, Never-married, ?, Own-child, Other, Female, 0, 0, 25, United-States, <=50K.
+23, Private, 107882, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+44, Private, 858091, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+45, Private, 79646, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+42, Private, 103089, Some-college, 10, Separated, Prof-specialty, Unmarried, White, Female, 1506, 0, 40, United-States, <=50K.
+40, Self-emp-not-inc, 145441, Some-college, 10, Divorced, Exec-managerial, Unmarried, White, Male, 0, 0, 30, United-States, <=50K.
+20, State-gov, 117210, Some-college, 10, Never-married, Tech-support, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 379246, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+25, Private, 130018, 11th, 7, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 121466, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+54, Private, 339518, Assoc-acdm, 12, Married-spouse-absent, Machine-op-inspct, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
+33, Private, 388672, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+56, Self-emp-not-inc, 190091, Assoc-voc, 11, Married-spouse-absent, Sales, Not-in-family, White, Male, 0, 0, 46, United-States, <=50K.
+27, Private, 197918, 11th, 7, Never-married, Craft-repair, Unmarried, Black, Male, 0, 0, 47, United-States, <=50K.
+31, Private, 361497, 7th-8th, 4, Never-married, Farming-fishing, Other-relative, White, Male, 0, 0, 60, Portugal, <=50K.
+61, ?, 451327, Bachelors, 13, Married-civ-spouse, ?, Husband, Other, Male, 0, 0, 24, United-States, >50K.
+22, Private, 340217, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+32, Self-emp-not-inc, 63516, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
+29, Private, 269786, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+34, Local-gov, 63338, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+56, Private, 179127, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, Italy, <=50K.
+35, Private, 124090, Assoc-voc, 11, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 99, United-States, <=50K.
+25, Private, 215188, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+22, Private, 482082, 11th, 7, Married-civ-spouse, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, Mexico, <=50K.
+19, Private, 234725, 12th, 8, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 289890, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 232036, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+48, Local-gov, 195416, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+52, Private, 22154, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 103734, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 43, United-States, >50K.
+32, Local-gov, 32587, HS-grad, 9, Divorced, Other-service, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 190303, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 270488, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 104509, Some-college, 10, Separated, Other-service, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+47, Self-emp-not-inc, 132589, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 72, United-States, <=50K.
+37, Private, 112812, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+47, Private, 126441, Some-college, 10, Married-spouse-absent, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+47, Self-emp-inc, 123075, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+45, Private, 207955, 5th-6th, 3, Married-spouse-absent, Other-service, Not-in-family, White, Male, 0, 0, 40, Ecuador, <=50K.
+51, Private, 43705, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 116968, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+59, Self-emp-not-inc, 182142, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 74056, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+33, Self-emp-not-inc, 132565, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+55, Private, 256796, HS-grad, 9, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
+62, Self-emp-inc, 191520, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 80, United-States, >50K.
+37, Self-emp-not-inc, 33394, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+45, Local-gov, 45501, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+25, Private, 74389, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
+34, Private, 201874, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+50, Private, 143804, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 55, United-States, <=50K.
+29, Local-gov, 95471, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+32, Private, 267458, Assoc-acdm, 12, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 70668, 10th, 6, Never-married, Priv-house-serv, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+34, Local-gov, 260782, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 52, United-States, >50K.
+50, Private, 299215, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 99156, HS-grad, 9, Divorced, Sales, Unmarried, White, Male, 0, 0, 46, United-States, <=50K.
+52, Federal-gov, 53905, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 94210, HS-grad, 9, Divorced, Handlers-cleaners, Unmarried, White, Male, 0, 0, 48, United-States, <=50K.
+31, Private, 116508, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+31, Private, 176711, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+50, Self-emp-not-inc, 118058, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 55, United-States, >50K.
+23, State-gov, 89285, Some-college, 10, Never-married, Protective-serv, Not-in-family, Other, Female, 99999, 0, 40, United-States, >50K.
+52, Private, 91093, Some-college, 10, Divorced, Sales, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+33, Private, 204577, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 162041, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
+48, Private, 175615, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Wife, White, Female, 0, 0, 40, Japan, <=50K.
+40, Private, 99679, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 3103, 0, 43, United-States, >50K.
+22, Private, 263398, Some-college, 10, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+55, Private, 147653, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 24, United-States, <=50K.
+58, ?, 32521, 11th, 7, Married-spouse-absent, ?, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+43, Self-emp-inc, 198871, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 88, United-States, <=50K.
+34, Private, 127651, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+19, Private, 143608, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+50, Local-gov, 50048, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 52, United-States, >50K.
+73, ?, 378922, HS-grad, 9, Married-spouse-absent, ?, Not-in-family, White, Female, 0, 0, 20, Canada, <=50K.
+27, Private, 292883, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+62, Private, 190491, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 45, United-States, >50K.
+57, State-gov, 132145, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 45, United-States, >50K.
+34, Private, 126853, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Taiwan, >50K.
+22, Private, 59184, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+22, Private, 663291, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 2105, 0, 40, United-States, <=50K.
+29, Local-gov, 76978, Some-college, 10, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 50, United-States, <=50K.
+34, Self-emp-not-inc, 196512, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 2472, 35, United-States, >50K.
+17, ?, 103851, 11th, 7, Never-married, ?, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
+35, Private, 241126, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+65, Private, 266828, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 24, United-States, >50K.
+27, Private, 204984, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 1579, 40, United-States, <=50K.
+46, Private, 188950, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
+35, Private, 226528, Doctorate, 16, Married-spouse-absent, Prof-specialty, Not-in-family, Other, Male, 0, 0, 60, England, >50K.
+38, Private, 268893, Assoc-voc, 11, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+36, Private, 165473, Bachelors, 13, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+49, Private, 447554, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 40, United-States, >50K.
+54, Self-emp-inc, 304955, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+30, Private, 198265, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+26, Private, 395206, Some-college, 10, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 312667, Bachelors, 13, Married-spouse-absent, Exec-managerial, Not-in-family, White, Male, 2174, 0, 55, United-States, <=50K.
+23, Private, 117767, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 36, United-States, <=50K.
+40, Private, 170482, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Female, 14344, 0, 45, United-States, >50K.
+29, Private, 309778, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+28, Private, 289991, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+41, Federal-gov, 255543, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+34, Private, 119079, 11th, 7, Married-civ-spouse, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 318168, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, Black, Male, 1055, 0, 20, United-States, <=50K.
+39, Private, 67317, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 337953, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+55, Private, 451603, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 455995, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+33, State-gov, 209768, Doctorate, 16, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+55, Federal-gov, 27385, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+33, State-gov, 226296, HS-grad, 9, Never-married, Transport-moving, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 285335, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
+28, Private, 376700, Bachelors, 13, Never-married, Sales, Own-child, Black, Male, 6849, 0, 50, United-States, <=50K.
+33, Private, 150324, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 49, United-States, <=50K.
+62, Private, 96460, HS-grad, 9, Separated, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+49, ?, 188141, Some-college, 10, Widowed, ?, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
+42, Private, 163985, HS-grad, 9, Separated, Transport-moving, Not-in-family, White, Male, 0, 0, 27, United-States, <=50K.
+63, Private, 85420, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 5013, 0, 15, United-States, <=50K.
+21, Private, 416103, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+65, Self-emp-inc, 224357, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+28, Federal-gov, 116062, Assoc-acdm, 12, Married-civ-spouse, Adm-clerical, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+51, Self-emp-not-inc, 194259, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 15024, 0, 55, ?, >50K.
+33, Private, 460408, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+67, Self-emp-not-inc, 178878, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 12, United-States, <=50K.
+36, Private, 416745, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 292136, Some-college, 10, Never-married, Tech-support, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+60, Private, 176731, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 104097, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 203482, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 360224, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+67, Private, 23580, Assoc-acdm, 12, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+31, Self-emp-not-inc, 195891, HS-grad, 9, Married-civ-spouse, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+49, Private, 182862, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 7688, 0, 40, United-States, >50K.
+64, Private, 148956, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+24, ?, 95862, HS-grad, 9, Never-married, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+19, ?, 48393, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 32, United-States, <=50K.
+40, Private, 132633, Some-college, 10, Divorced, Sales, Unmarried, White, Female, 0, 1741, 40, United-States, <=50K.
+35, Local-gov, 182074, HS-grad, 9, Separated, Protective-serv, Not-in-family, White, Male, 0, 0, 42, United-States, <=50K.
+19, State-gov, 136848, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 8, United-States, <=50K.
+53, Private, 197054, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+57, State-gov, 243033, Some-college, 10, Widowed, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+47, Self-emp-inc, 154174, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, >50K.
+47, Private, 59380, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 42, United-States, <=50K.
+38, Federal-gov, 122240, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 55, United-States, >50K.
+38, Private, 193945, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 350103, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+58, Private, 32365, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+56, Private, 94345, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+24, ?, 166437, Bachelors, 13, Never-married, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+36, Private, 149653, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+57, Private, 157271, 11th, 7, Divorced, Other-service, Not-in-family, Black, Male, 0, 0, 54, United-States, <=50K.
+60, Private, 164599, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+81, Self-emp-inc, 104443, HS-grad, 9, Widowed, Sales, Not-in-family, White, Female, 0, 0, 40, ?, <=50K.
+46, Private, 411595, 5th-6th, 3, Widowed, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
+18, Private, 198368, 11th, 7, Never-married, Other-service, Own-child, White, Male, 594, 0, 10, United-States, <=50K.
+42, Self-emp-not-inc, 115932, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 158397, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 101345, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+26, Federal-gov, 48853, Masters, 14, Never-married, Tech-support, Not-in-family, White, Female, 0, 0, 40, Cuba, <=50K.
+39, Private, 38145, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+31, Private, 127651, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 38, United-States, >50K.
+28, Private, 185896, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 47, Mexico, <=50K.
+34, State-gov, 92531, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+53, Private, 195904, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+41, State-gov, 153095, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+34, Self-emp-not-inc, 581025, 9th, 5, Never-married, Other-service, Own-child, Black, Male, 0, 0, 38, United-States, <=50K.
+61, Local-gov, 202384, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 30, United-States, <=50K.
+46, Local-gov, 122177, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+34, Private, 405713, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+67, Private, 212185, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 10, United-States, <=50K.
+36, Private, 266347, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 43, United-States, <=50K.
+31, Private, 49469, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+35, Self-emp-not-inc, 210830, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+37, Local-gov, 188612, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+27, Private, 104017, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 1902, 30, United-States, >50K.
+23, Private, 154785, Some-college, 10, Never-married, Adm-clerical, Other-relative, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
+20, Private, 39477, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+72, Private, 99554, 7th-8th, 4, Married-civ-spouse, Handlers-cleaners, Wife, White, Female, 0, 0, 10, Poland, <=50K.
+61, Private, 255978, HS-grad, 9, Widowed, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+41, Local-gov, 98823, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+45, Federal-gov, 109598, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+24, Private, 266971, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+22, ?, 334593, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+20, ?, 41035, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
+35, State-gov, 238591, Some-college, 10, Separated, Transport-moving, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+44, Local-gov, 117012, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 1887, 40, United-States, >50K.
+30, Private, 192002, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+64, Private, 137135, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+69, Private, 150600, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+70, Private, 117464, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 16, United-States, <=50K.
+42, Self-emp-not-inc, 111971, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+22, Private, 290044, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, Canada, <=50K.
+17, Private, 197186, 10th, 6, Never-married, Sales, Own-child, White, Female, 0, 0, 24, United-States, <=50K.
+51, Self-emp-not-inc, 61127, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, >50K.
+30, Private, 236379, 11th, 7, Never-married, Transport-moving, Unmarried, White, Male, 0, 0, 30, United-States, <=50K.
+31, Private, 207100, Bachelors, 13, Never-married, Exec-managerial, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+50, Self-emp-inc, 288630, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+30, Private, 203181, Assoc-voc, 11, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 36, United-States, <=50K.
+43, Private, 146770, HS-grad, 9, Married-spouse-absent, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+22, Private, 191789, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 453983, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 44, United-States, <=50K.
+32, Self-emp-not-inc, 106014, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+37, Private, 218955, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+62, Private, 115771, Assoc-voc, 11, Widowed, Sales, Unmarried, White, Female, 0, 0, 33, United-States, <=50K.
+36, Private, 305379, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
+29, Private, 53063, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 139466, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+64, State-gov, 152537, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+32, Private, 400535, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 330802, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+24, Private, 117789, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+20, Private, 330836, 11th, 7, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 323985, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 5, United-States, >50K.
+50, Local-gov, 282701, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 4386, 0, 48, United-States, >50K.
+45, Private, 180695, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 1408, 40, United-States, <=50K.
+38, Private, 314007, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 5178, 0, 40, United-States, >50K.
+51, Without-pay, 124963, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+47, Private, 380922, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+53, Local-gov, 222381, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+33, Self-emp-not-inc, 656488, Assoc-voc, 11, Divorced, Tech-support, Unmarried, Black, Male, 0, 0, 50, United-States, <=50K.
+38, Private, 98776, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+47, Private, 143050, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+17, Private, 118792, 11th, 7, Never-married, Sales, Other-relative, White, Female, 0, 0, 24, United-States, <=50K.
+21, Private, 154964, HS-grad, 9, Divorced, Machine-op-inspct, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 163847, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 45, United-States, >50K.
+28, Private, 282398, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+47, Private, 78954, 11th, 7, Divorced, Sales, Unmarried, White, Female, 0, 0, 28, United-States, <=50K.
+38, Self-emp-not-inc, 203988, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 55, United-States, >50K.
+54, Private, 111130, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 50, United-States, >50K.
+45, Private, 149388, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, >50K.
+45, Private, 39464, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+29, Local-gov, 94064, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+44, State-gov, 342510, Doctorate, 16, Married-civ-spouse, Prof-specialty, Wife, White, Female, 7688, 0, 40, United-States, >50K.
+66, Self-emp-not-inc, 163726, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 10, United-States, <=50K.
+35, Private, 194496, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+66, Self-emp-not-inc, 298045, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+24, Private, 42100, Some-college, 10, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+30, Private, 77143, Some-college, 10, Never-married, Adm-clerical, Not-in-family, Black, Male, 0, 0, 25, United-States, <=50K.
+38, Private, 233197, Some-college, 10, Divorced, Adm-clerical, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+17, Private, 295120, 11th, 7, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+20, Private, 85021, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+54, ?, 191659, 5th-6th, 3, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+45, Self-emp-not-inc, 244194, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 5178, 0, 40, United-States, >50K.
+32, Local-gov, 287229, Some-college, 10, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 30, Japan, <=50K.
+18, Private, 324046, 10th, 6, Never-married, Other-service, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
+33, State-gov, 65018, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 20, China, <=50K.
+37, Private, 421633, Assoc-voc, 11, Divorced, Handlers-cleaners, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 93235, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+60, Local-gov, 227232, HS-grad, 9, Widowed, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+30, ?, 121775, Assoc-voc, 11, Never-married, ?, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+36, Private, 65382, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+19, Private, 179422, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+53, Federal-gov, 276868, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+57, Private, 87317, 10th, 6, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 8, United-States, <=50K.
+32, Private, 108247, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 3103, 0, 40, United-States, >50K.
+32, Private, 197505, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+35, Self-emp-not-inc, 127493, 10th, 6, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 2, United-States, <=50K.
+51, Private, 75640, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+38, ?, 320811, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+46, Local-gov, 247053, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+31, Private, 119735, 9th, 5, Never-married, Machine-op-inspct, Unmarried, White, Male, 0, 0, 40, Mexico, <=50K.
+29, Private, 157950, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
+40, Private, 113732, HS-grad, 9, Divorced, Handlers-cleaners, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+52, Self-emp-inc, 224763, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, Cuba, <=50K.
+42, Self-emp-not-inc, 40024, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 66, United-States, <=50K.
+42, Self-emp-not-inc, 296594, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+43, Federal-gov, 53956, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 55, United-States, >50K.
+38, Self-emp-inc, 71009, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, Asian-Pac-Islander, Female, 7298, 0, 40, ?, >50K.
+34, Private, 191834, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 107236, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+47, Private, 231284, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, Other, Male, 0, 0, 40, Puerto-Rico, <=50K.
+31, State-gov, 203488, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 41721, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 205100, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 99999, 0, 80, United-States, >50K.
+57, Private, 75673, Some-college, 10, Widowed, Adm-clerical, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
+28, ?, 105598, 11th, 7, Never-married, ?, Not-in-family, White, Male, 0, 1762, 40, Outlying-US(Guam-USVI-etc), <=50K.
+63, Self-emp-not-inc, 177832, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 80, United-States, <=50K.
+24, Private, 478457, 11th, 7, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 30, United-States, <=50K.
+28, Local-gov, 194759, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 1669, 90, United-States, <=50K.
+64, Self-emp-not-inc, 30310, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+29, Private, 130010, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+23, Private, 170302, HS-grad, 9, Widowed, Exec-managerial, Unmarried, White, Male, 0, 0, 38, United-States, <=50K.
+46, Private, 120080, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
+77, Private, 183781, HS-grad, 9, Widowed, Craft-repair, Unmarried, White, Female, 0, 0, 5, United-States, <=50K.
+31, Private, 422836, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, El-Salvador, <=50K.
+46, Private, 266860, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+25, Private, 393456, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+20, State-gov, 318382, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 354520, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
+47, Private, 123425, HS-grad, 9, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 41, United-States, <=50K.
+52, Private, 123989, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+31, Private, 175778, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+28, State-gov, 73928, Bachelors, 13, Never-married, Adm-clerical, Own-child, Asian-Pac-Islander, Female, 0, 0, 40, United-States, >50K.
+31, Private, 33731, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 40, United-States, >50K.
+41, Private, 557349, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+23, Private, 255252, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+40, Private, 219164, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 5178, 0, 40, United-States, >50K.
+21, Local-gov, 129050, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+61, Private, 111797, Assoc-voc, 11, Divorced, Adm-clerical, Not-in-family, Black, Female, 0, 0, 32, United-States, <=50K.
+34, Private, 192900, Some-college, 10, Never-married, Tech-support, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+44, Private, 56651, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 51961, Some-college, 10, Never-married, Protective-serv, Not-in-family, Black, Male, 0, 0, 55, Philippines, <=50K.
+37, Private, 141584, Assoc-acdm, 12, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 47, United-States, <=50K.
+18, Private, 421350, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+52, Private, 24740, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 1740, 55, United-States, <=50K.
+31, Local-gov, 498267, HS-grad, 9, Separated, Other-service, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 117583, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 191455, Some-college, 10, Married-civ-spouse, Tech-support, Wife, Other, Female, 0, 0, 15, United-States, <=50K.
+22, Private, 135716, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 27766, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 323919, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+73, Local-gov, 114561, 5th-6th, 3, Widowed, Other-service, Other-relative, Asian-Pac-Islander, Female, 0, 0, 25, Philippines, <=50K.
+17, Private, 216137, 9th, 5, Never-married, Sales, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+49, Private, 165539, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, Black, Female, 0, 0, 35, United-States, <=50K.
+42, Private, 32016, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+35, Private, 89040, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
+45, Private, 264514, Bachelors, 13, Divorced, Adm-clerical, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
+50, Private, 24790, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 181139, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 42, United-States, <=50K.
+18, Private, 168514, 10th, 6, Never-married, Sales, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
+17, Private, 354493, 11th, 7, Never-married, Sales, Own-child, White, Male, 0, 0, 6, United-States, <=50K.
+33, Private, 206707, HS-grad, 9, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+43, Private, 230684, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+43, Local-gov, 192381, Bachelors, 13, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 397752, HS-grad, 9, Married-spouse-absent, Farming-fishing, Other-relative, White, Male, 0, 0, 12, Mexico, <=50K.
+52, State-gov, 120173, 7th-8th, 4, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 228394, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+83, Private, 186112, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+21, Private, 272237, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+45, Federal-gov, 169711, Assoc-acdm, 12, Married-civ-spouse, Protective-serv, Husband, White, Male, 15024, 0, 72, United-States, >50K.
+40, Self-emp-not-inc, 172560, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+61, Private, 213700, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 32, United-States, >50K.
+23, Private, 181820, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 120361, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+47, Local-gov, 169324, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 4386, 0, 35, United-States, >50K.
+32, Private, 262092, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7298, 0, 50, United-States, >50K.
+24, Private, 143436, Bachelors, 13, Never-married, Prof-specialty, Own-child, Other, Female, 0, 0, 10, ?, <=50K.
+43, Private, 147099, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 30, United-States, >50K.
+55, Private, 138594, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 56, United-States, >50K.
+58, Self-emp-not-inc, 100606, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+25, Private, 350850, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, >50K.
+23, Private, 66432, Some-college, 10, Separated, Sales, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
+44, Local-gov, 229148, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 236601, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+46, Private, 144844, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 42, United-States, <=50K.
+19, Private, 366088, 9th, 5, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 162164, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 442478, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+25, Private, 181814, 11th, 7, Married-civ-spouse, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+49, Private, 175109, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 5178, 0, 40, United-States, >50K.
+34, Self-emp-inc, 152109, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 246891, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 15024, 0, 45, United-States, >50K.
+30, Private, 164802, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, Other, Female, 8614, 0, 40, India, >50K.
+21, Private, 57711, HS-grad, 9, Never-married, Priv-house-serv, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+22, Local-gov, 117789, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+67, Private, 120900, 7th-8th, 4, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 12, United-States, <=50K.
+28, Private, 114673, Masters, 14, Never-married, Prof-specialty, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+45, Private, 78529, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+46, Private, 282165, HS-grad, 9, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+48, Private, 149337, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+56, Private, 250517, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+65, ?, 76131, HS-grad, 9, Never-married, ?, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
+40, Private, 352971, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+20, ?, 243981, HS-grad, 9, Never-married, ?, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+55, ?, 421228, Masters, 14, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 40, United-States, >50K.
+56, Private, 94156, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+35, Private, 306868, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 65, United-States, <=50K.
+43, Private, 187164, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+32, Private, 179415, 10th, 6, Married-civ-spouse, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+64, Private, 45776, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 1762, 79, United-States, <=50K.
+62, Private, 256723, Some-college, 10, Divorced, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+53, Private, 31909, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 45, United-States, >50K.
+68, Private, 90526, 12th, 8, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+35, ?, 127306, Some-college, 10, Divorced, ?, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+24, Private, 179423, Bachelors, 13, Never-married, Prof-specialty, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+39, Private, 140169, 10th, 6, Separated, Other-service, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
+29, Private, 37359, Bachelors, 13, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+24, Private, 125813, HS-grad, 9, Married-civ-spouse, Exec-managerial, Wife, Amer-Indian-Eskimo, Female, 0, 0, 45, United-States, <=50K.
+33, Private, 209415, 10th, 6, Divorced, Protective-serv, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
+41, Private, 206619, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+48, Private, 283737, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 162187, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
+30, Self-emp-inc, 191571, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
+59, Private, 33725, 9th, 5, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+34, Private, 236543, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 1590, 40, United-States, <=50K.
+26, Federal-gov, 73047, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 32, United-States, <=50K.
+20, Private, 230574, 7th-8th, 4, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, Mexico, <=50K.
+32, Private, 178109, Bachelors, 13, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 36, United-States, <=50K.
+58, Private, 282023, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+31, Local-gov, 101761, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+33, Private, 98168, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 30, United-States, >50K.
+22, Private, 287681, 11th, 7, Never-married, Farming-fishing, Other-relative, White, Male, 0, 0, 40, Mexico, <=50K.
+39, ?, 265685, Some-college, 10, Divorced, ?, Not-in-family, White, Male, 0, 0, 65, Puerto-Rico, <=50K.
+38, State-gov, 91670, Some-college, 10, Divorced, Prof-specialty, Own-child, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
+30, State-gov, 61989, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 5, United-States, <=50K.
+23, Private, 138513, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+27, Self-emp-not-inc, 95423, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+31, Federal-gov, 30917, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 72, United-States, <=50K.
+20, ?, 316304, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+58, Private, 102791, HS-grad, 9, Divorced, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+42, Private, 416506, Assoc-acdm, 12, Never-married, Tech-support, Not-in-family, White, Male, 14084, 0, 36, United-States, >50K.
+20, Self-emp-inc, 245611, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+47, Federal-gov, 655066, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Other, Male, 0, 0, 40, Peru, >50K.
+57, Self-emp-not-inc, 87584, Doctorate, 16, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+47, Self-emp-not-inc, 304223, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+49, Local-gov, 40690, Bachelors, 13, Never-married, Prof-specialty, Unmarried, White, Male, 0, 0, 60, United-States, >50K.
+18, Private, 348131, 11th, 7, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 20, United-States, <=50K.
+64, Private, 191477, 5th-6th, 3, Widowed, Priv-house-serv, Unmarried, Black, Female, 0, 0, 4, United-States, <=50K.
+29, Private, 115438, HS-grad, 9, Separated, Craft-repair, Unmarried, White, Male, 0, 0, 35, United-States, <=50K.
+47, Federal-gov, 176917, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 48, United-States, >50K.
+40, ?, 104196, HS-grad, 9, Separated, ?, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
+28, Private, 202182, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+24, Private, 308239, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 4, United-States, <=50K.
+34, Private, 163581, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 10520, 0, 40, Puerto-Rico, >50K.
+34, Local-gov, 211239, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 6497, 0, 40, United-States, <=50K.
+31, Private, 121321, 11th, 7, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 51, United-States, <=50K.
+23, State-gov, 120172, HS-grad, 9, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
+20, Private, 190916, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 1721, 20, United-States, <=50K.
+25, Private, 340288, 9th, 5, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 426431, Some-college, 10, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+44, Self-emp-inc, 226027, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+28, Private, 278736, 12th, 8, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, Mexico, <=50K.
+48, Private, 168462, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+18, ?, 379070, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+43, Private, 214541, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, Canada, <=50K.
+52, Self-emp-inc, 29887, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
+53, Self-emp-not-inc, 138022, 11th, 7, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+57, Self-emp-inc, 208018, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+45, Private, 126876, HS-grad, 9, Divorced, Craft-repair, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+45, Private, 182703, Masters, 14, Divorced, Adm-clerical, Not-in-family, Amer-Indian-Eskimo, Female, 0, 0, 36, United-States, <=50K.
+34, Private, 161153, 10th, 6, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+44, Self-emp-not-inc, 168443, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+25, Private, 335522, 9th, 5, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
+27, Private, 220104, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 1876, 50, United-States, <=50K.
+28, ?, 162312, Some-college, 10, Never-married, ?, Own-child, Asian-Pac-Islander, Male, 0, 0, 40, South, <=50K.
+36, Private, 104772, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+61, Private, 161472, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+52, Private, 91506, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+19, Private, 186717, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+53, Private, 77927, 5th-6th, 3, Never-married, Handlers-cleaners, Other-relative, Asian-Pac-Islander, Female, 0, 0, 50, Philippines, <=50K.
+55, Private, 140063, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+37, Self-emp-inc, 317580, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 122533, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+29, Private, 57423, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+45, Private, 103331, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+64, State-gov, 417543, Doctorate, 16, Widowed, Prof-specialty, Not-in-family, Black, Male, 8614, 0, 50, United-States, >50K.
+56, Private, 253854, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+56, Private, 106850, Some-college, 10, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+38, Self-emp-inc, 314007, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 78, United-States, <=50K.
+23, Private, 494371, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+29, Local-gov, 270421, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+33, Private, 203488, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1672, 40, United-States, <=50K.
+35, Private, 167691, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+25, Private, 198318, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+37, Private, 319831, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 55, United-States, >50K.
+28, Private, 70240, Masters, 14, Never-married, Sales, Own-child, Asian-Pac-Islander, Female, 0, 0, 36, Philippines, <=50K.
+67, Private, 227113, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 2457, 40, United-States, <=50K.
+22, Private, 168997, Assoc-voc, 11, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+23, State-gov, 231929, 12th, 8, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+22, Private, 207969, Some-college, 10, Never-married, Exec-managerial, Own-child, Black, Male, 0, 0, 35, United-States, <=50K.
+68, Private, 192656, Some-college, 10, Widowed, Craft-repair, Not-in-family, White, Male, 0, 0, 10, United-States, <=50K.
+31, Private, 187215, HS-grad, 9, Never-married, Priv-house-serv, Not-in-family, White, Female, 0, 0, 40, El-Salvador, <=50K.
+51, Self-emp-inc, 119570, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+64, Private, 188659, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 20, United-States, >50K.
+35, Private, 110013, Bachelors, 13, Divorced, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+26, Private, 55860, Masters, 14, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+42, Self-emp-inc, 282069, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+20, Federal-gov, 26585, HS-grad, 9, Never-married, Other-service, Not-in-family, Amer-Indian-Eskimo, Female, 0, 0, 25, United-States, <=50K.
+46, Self-emp-inc, 218890, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
+35, Private, 211154, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+51, Private, 230095, 10th, 6, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+34, Private, 737315, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 65, United-States, >50K.
+50, Private, 144084, Bachelors, 13, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+48, Self-emp-not-inc, 48384, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+51, Private, 541755, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 178778, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Male, 0, 1340, 40, United-States, <=50K.
+28, Private, 436198, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+37, Private, 82521, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 4064, 0, 46, United-States, <=50K.
+39, Private, 367020, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 174461, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 162501, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 193026, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 218172, Bachelors, 13, Married-spouse-absent, Exec-managerial, Not-in-family, White, Female, 13550, 0, 60, United-States, >50K.
+41, Private, 110318, Masters, 14, Divorced, Other-service, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
+36, Private, 126675, 11th, 7, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1579, 40, United-States, <=50K.
+24, Private, 116788, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 161092, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 159109, 11th, 7, Separated, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 213191, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+49, Private, 240629, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 38, United-States, <=50K.
+17, Private, 227960, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 10, Puerto-Rico, <=50K.
+54, Private, 151580, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, France, >50K.
+41, Private, 160893, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+35, Local-gov, 184117, Masters, 14, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+18, Private, 32059, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 23, United-States, <=50K.
+42, Private, 361219, 11th, 7, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+60, Private, 334984, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 2231, 40, United-States, >50K.
+49, Self-emp-not-inc, 33300, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 84, United-States, <=50K.
+57, Private, 199713, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+43, Private, 401134, Assoc-acdm, 12, Divorced, Other-service, Unmarried, White, Female, 0, 2238, 40, United-States, <=50K.
+37, Private, 132702, Bachelors, 13, Married-spouse-absent, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+28, ?, 306693, Some-college, 10, Married-civ-spouse, ?, Other-relative, White, Female, 0, 0, 20, United-States, <=50K.
+20, Private, 286166, HS-grad, 9, Never-married, Sales, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+57, Private, 123515, Assoc-voc, 11, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+24, Private, 132053, Assoc-acdm, 12, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+20, Self-emp-inc, 266400, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+42, Local-gov, 335248, Assoc-voc, 11, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
+81, Private, 36147, Prof-school, 15, Married-civ-spouse, Farming-fishing, Husband, White, Male, 10605, 0, 2, United-States, >50K.
+21, Private, 266467, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 2205, 40, United-States, <=50K.
+43, Private, 143809, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 334366, Bachelors, 13, Separated, Prof-specialty, Unmarried, White, Female, 0, 0, 50, United-States, >50K.
+41, Private, 347653, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, ?, >50K.
+32, Private, 386806, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 45, Mexico, >50K.
+48, Private, 202322, 1st-4th, 2, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, El-Salvador, <=50K.
+50, Private, 594521, 9th, 5, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+26, Private, 174267, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 64, United-States, <=50K.
+18, ?, 169542, 12th, 8, Never-married, ?, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+54, Private, 227392, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+59, Federal-gov, 99131, HS-grad, 9, Never-married, Exec-managerial, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+38, Self-emp-inc, 225860, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+53, Private, 287317, HS-grad, 9, Divorced, Other-service, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 46091, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+53, Private, 170050, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+18, State-gov, 352317, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+56, Private, 225267, Some-college, 10, Divorced, Sales, Not-in-family, White, Male, 14084, 0, 60, United-States, >50K.
+28, Private, 217545, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, ?, <=50K.
+33, Private, 183778, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+43, Private, 210013, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 49115, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 44, United-States, >50K.
+31, Private, 310429, HS-grad, 9, Separated, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 70, United-States, <=50K.
+33, Private, 114691, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+46, Private, 124356, Assoc-acdm, 12, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
+31, Private, 51284, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 36, United-States, <=50K.
+47, ?, 294443, Assoc-voc, 11, Divorced, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 200009, 10th, 6, Divorced, Handlers-cleaners, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 258862, Assoc-voc, 11, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 18, United-States, <=50K.
+35, Private, 37778, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+28, Private, 402771, HS-grad, 9, Married-spouse-absent, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+42, Federal-gov, 201520, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 43, United-States, >50K.
+47, Local-gov, 55237, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 44, United-States, <=50K.
+63, ?, 52750, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+63, Local-gov, 197189, Bachelors, 13, Widowed, Prof-specialty, Not-in-family, White, Female, 4650, 0, 48, United-States, <=50K.
+39, Private, 96564, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 334105, Assoc-acdm, 12, Never-married, Tech-support, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 115323, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+31, Private, 157289, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 52, United-States, <=50K.
+52, Private, 320877, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+64, Self-emp-not-inc, 198186, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 30, ?, <=50K.
+62, Private, 195543, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 20, United-States, >50K.
+48, Private, 103406, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 35, United-States, >50K.
+22, ?, 320451, Some-college, 10, Never-married, ?, Own-child, Asian-Pac-Islander, Male, 0, 0, 24, ?, <=50K.
+18, Private, 23940, Some-college, 10, Never-married, Other-service, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 45857, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 33, United-States, <=50K.
+29, Private, 195557, Assoc-acdm, 12, Divorced, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+44, Private, 229148, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, Black, Male, 0, 0, 35, United-States, <=50K.
+21, ?, 152328, Bachelors, 13, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 186157, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+60, Private, 127712, Assoc-voc, 11, Widowed, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 45, Poland, <=50K.
+24, Private, 254351, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+61, Private, 182163, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 40, United-States, >50K.
+34, Private, 442656, 11th, 7, Never-married, Sales, Unmarried, White, Female, 0, 0, 65, Guatemala, <=50K.
+30, Private, 111363, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Local-gov, 491000, Assoc-acdm, 12, Never-married, Prof-specialty, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+45, State-gov, 156065, Bachelors, 13, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+45, Private, 243743, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+47, Self-emp-not-inc, 173938, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 2258, 20, United-States, <=50K.
+37, Private, 86308, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, >50K.
+35, Private, 216068, Assoc-acdm, 12, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 237432, 12th, 8, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+34, Private, 177216, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+27, Private, 212895, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+44, Self-emp-not-inc, 122749, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 35, Germany, <=50K.
+44, Private, 254303, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, Hungary, >50K.
+20, Private, 73679, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+30, Private, 455995, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 214288, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 1848, 48, United-States, >50K.
+28, Private, 228075, 5th-6th, 3, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, Hong, <=50K.
+35, Private, 412017, 10th, 6, Divorced, Sales, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
+41, Private, 236900, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 289442, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+33, Local-gov, 237298, Some-college, 10, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+36, State-gov, 47072, HS-grad, 9, Widowed, Other-service, Unmarried, White, Female, 0, 0, 8, United-States, <=50K.
+25, Private, 197036, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+19, State-gov, 175507, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 18, United-States, <=50K.
+53, Private, 350131, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 48, United-States, >50K.
+35, Private, 150057, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 4386, 0, 48, United-States, <=50K.
+40, Self-emp-inc, 190650, Bachelors, 13, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 0, 0, 45, South, >50K.
+27, Private, 430672, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
+50, Private, 99316, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+47, ?, 191776, Some-college, 10, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 8, United-States, <=50K.
+33, Private, 97723, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 1887, 50, United-States, >50K.
+28, ?, 197288, 11th, 7, Never-married, ?, Unmarried, Black, Female, 0, 0, 30, United-States, <=50K.
+36, Private, 239409, HS-grad, 9, Divorced, Farming-fishing, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+48, Private, 195554, 7th-8th, 4, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+48, Self-emp-not-inc, 76855, Some-college, 10, Divorced, Transport-moving, Unmarried, White, Female, 0, 0, 53, United-States, <=50K.
+43, Private, 281315, Some-college, 10, Divorced, Sales, Not-in-family, White, Male, 0, 0, 42, United-States, <=50K.
+76, Local-gov, 224058, 10th, 6, Divorced, Transport-moving, Not-in-family, Black, Male, 0, 0, 20, United-States, <=50K.
+23, Private, 232799, HS-grad, 9, Never-married, Other-service, Not-in-family, Black, Female, 2977, 0, 55, United-States, <=50K.
+29, Private, 174163, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+57, Private, 47178, 5th-6th, 3, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+62, Self-emp-not-inc, 97950, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 6, United-States, <=50K.
+26, Private, 342765, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+42, Local-gov, 209818, Bachelors, 13, Divorced, Prof-specialty, Other-relative, White, Female, 0, 0, 55, United-States, <=50K.
+36, Private, 349534, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 31, United-States, >50K.
+43, Self-emp-inc, 170214, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 75, United-States, <=50K.
+28, Private, 145284, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 124161, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+48, Private, 105357, HS-grad, 9, Never-married, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 355700, Prof-school, 15, Married-AF-spouse, Prof-specialty, Wife, White, Female, 99999, 0, 60, United-States, >50K.
+30, Private, 99928, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+18, Private, 308739, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+58, Self-emp-inc, 179781, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 70, United-States, >50K.
+52, Federal-gov, 297906, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 40, ?, >50K.
+25, Private, 189663, Masters, 14, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+39, Self-emp-not-inc, 339029, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+39, Self-emp-not-inc, 87076, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 45, United-States, >50K.
+18, Private, 109928, HS-grad, 9, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+55, Private, 218456, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+26, Local-gov, 176756, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 75, United-States, >50K.
+69, ?, 214923, Prof-school, 15, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 35, United-States, >50K.
+21, Private, 191789, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 10, ?, <=50K.
+19, Private, 238383, 10th, 6, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 315476, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+36, Private, 195148, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+49, ?, 174274, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 80, United-States, <=50K.
+42, Private, 143208, 7th-8th, 4, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, ?, <=50K.
+40, Private, 30201, Assoc-voc, 11, Divorced, Handlers-cleaners, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+35, Self-emp-inc, 200352, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 45, United-States, >50K.
+31, Private, 117028, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 30, Poland, <=50K.
+45, Private, 44489, HS-grad, 9, Widowed, Farming-fishing, Unmarried, White, Male, 0, 0, 65, United-States, <=50K.
+52, Private, 236222, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 496856, Assoc-acdm, 12, Never-married, Sales, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+29, Private, 132675, 11th, 7, Separated, Other-service, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+42, Private, 89226, Assoc-voc, 11, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, >50K.
+36, ?, 112660, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+61, Federal-gov, 294466, Some-college, 10, Divorced, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+58, Private, 201011, 7th-8th, 4, Separated, Other-service, Not-in-family, White, Female, 0, 0, 24, United-States, <=50K.
+47, Private, 27624, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 65, United-States, >50K.
+31, Private, 385959, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+53, Private, 214691, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 80, United-States, <=50K.
+34, Private, 196253, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+62, Local-gov, 242341, Some-college, 10, Divorced, Prof-specialty, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 195016, Some-college, 10, Never-married, Prof-specialty, Not-in-family, Other, Female, 0, 0, 35, United-States, <=50K.
+47, Private, 174794, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, England, >50K.
+59, Self-emp-not-inc, 134470, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 2635, 0, 60, United-States, <=50K.
+17, Private, 166360, 10th, 6, Never-married, Craft-repair, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+40, Local-gov, 26671, Bachelors, 13, Divorced, Prof-specialty, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+38, Self-emp-not-inc, 589838, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 47, United-States, <=50K.
+45, Private, 149169, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+46, Private, 287920, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
+57, Private, 56080, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+22, State-gov, 211798, Assoc-voc, 11, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 10, United-States, <=50K.
+30, Private, 415266, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
+42, Private, 147110, Bachelors, 13, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 228873, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 7298, 0, 60, United-States, >50K.
+40, Private, 305348, 9th, 5, Never-married, Craft-repair, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
+50, Federal-gov, 189831, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 7298, 0, 50, United-States, >50K.
+45, Private, 247379, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+38, Federal-gov, 198841, Some-college, 10, Separated, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 364986, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1628, 47, United-States, <=50K.
+31, Private, 203488, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 44, United-States, >50K.
+31, Private, 141118, HS-grad, 9, Separated, Other-service, Unmarried, White, Female, 0, 0, 24, United-States, <=50K.
+49, Self-emp-not-inc, 155862, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, >50K.
+46, Private, 324550, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+55, Private, 174353, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+82, Self-emp-not-inc, 181912, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 12, United-States, <=50K.
+45, Private, 168191, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 15024, 0, 37, United-States, >50K.
+35, ?, 216068, Assoc-acdm, 12, Married-civ-spouse, ?, Wife, White, Female, 5178, 0, 12, United-States, >50K.
+41, Private, 125461, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+21, Private, 162688, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 234406, 12th, 8, Never-married, Sales, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+41, State-gov, 114537, HS-grad, 9, Separated, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 68111, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+44, Private, 322799, HS-grad, 9, Separated, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 479296, HS-grad, 9, Never-married, Other-service, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 323385, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+63, Private, 162772, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 35, United-States, >50K.
+53, Private, 27166, HS-grad, 9, Married-spouse-absent, Transport-moving, Not-in-family, White, Male, 10520, 0, 40, United-States, >50K.
+55, ?, 142642, HS-grad, 9, Married-spouse-absent, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+19, Private, 162954, Some-college, 10, Married-AF-spouse, Handlers-cleaners, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+45, Federal-gov, 90533, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+52, Private, 234286, Some-college, 10, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 84, United-States, <=50K.
+17, Private, 355559, 12th, 8, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 18, United-States, <=50K.
+35, Private, 32528, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 132847, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+46, Private, 279724, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+50, Private, 30827, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
+25, Private, 179772, HS-grad, 9, Never-married, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+39, Private, 112264, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 93690, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+52, Local-gov, 178983, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+55, ?, 194740, 10th, 6, Widowed, ?, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+48, Local-gov, 283037, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 312485, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 32, United-States, <=50K.
+30, Private, 202450, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+29, Local-gov, 272569, 10th, 6, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+53, Private, 231865, 12th, 8, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+26, Private, 195693, HS-grad, 9, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, Jamaica, <=50K.
+27, Private, 108574, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+58, Self-emp-not-inc, 605504, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+19, Self-emp-not-inc, 140985, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, England, <=50K.
+22, State-gov, 160369, Some-college, 10, Never-married, Other-service, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
+29, Private, 303440, Assoc-voc, 11, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+44, Private, 263871, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+55, Private, 28338, Assoc-voc, 11, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+36, Self-emp-inc, 298624, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 30, United-States, >50K.
+41, Private, 139126, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 40, United-States, >50K.
+57, Private, 197994, HS-grad, 9, Never-married, Other-service, Other-relative, Black, Female, 0, 0, 32, United-States, <=50K.
+34, Local-gov, 241259, HS-grad, 9, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+80, Self-emp-not-inc, 248568, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+59, Self-emp-not-inc, 304779, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+58, Private, 143266, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 169719, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 38, United-States, <=50K.
+34, Private, 257128, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 78507, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+28, Private, 490332, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 3103, 0, 40, United-States, >50K.
+32, Private, 244200, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, Puerto-Rico, <=50K.
+44, Self-emp-not-inc, 95298, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 70, United-States, >50K.
+23, Private, 329174, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 107142, 12th, 8, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+39, State-gov, 33975, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+26, Private, 201579, Some-college, 10, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, Mexico, <=50K.
+39, Self-emp-not-inc, 122852, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, >50K.
+35, Private, 272742, HS-grad, 9, Divorced, Sales, Not-in-family, White, Male, 27828, 0, 60, United-States, >50K.
+53, Private, 161691, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 4865, 0, 40, United-States, <=50K.
+41, Local-gov, 223410, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 40, United-States, >50K.
+90, Private, 250832, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 2414, 0, 40, United-States, <=50K.
+44, Local-gov, 282069, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 369164, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+81, Self-emp-not-inc, 218521, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 21, United-States, <=50K.
+19, Private, 136405, Assoc-voc, 11, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+40, Private, 199018, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+28, Local-gov, 299249, HS-grad, 9, Divorced, Protective-serv, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+50, Private, 235567, HS-grad, 9, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 52, United-States, <=50K.
+51, Self-emp-not-inc, 73493, Some-college, 10, Separated, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
+54, Private, 320012, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+37, Self-emp-inc, 183898, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+31, State-gov, 190027, Some-college, 10, Never-married, Other-service, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 87891, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 304001, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+40, Private, 171424, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+19, Private, 123807, HS-grad, 9, Never-married, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+22, ?, 210802, Some-college, 10, Never-married, ?, Own-child, Black, Female, 0, 0, 24, United-States, <=50K.
+25, Private, 80220, 12th, 8, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 216413, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+23, Private, 423453, HS-grad, 9, Never-married, Sales, Own-child, Black, Female, 0, 0, 16, United-States, <=50K.
+30, Private, 178835, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+35, Private, 304001, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 167482, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+32, Private, 26543, Some-college, 10, Separated, Prof-specialty, Not-in-family, White, Male, 0, 2231, 40, United-States, >50K.
+52, Private, 176409, Bachelors, 13, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+46, State-gov, 87018, Bachelors, 13, Never-married, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+24, Private, 251603, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+44, Local-gov, 366180, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+42, Private, 186916, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 2415, 55, United-States, >50K.
+30, Self-emp-not-inc, 164461, 11th, 7, Divorced, Sales, Unmarried, White, Male, 0, 653, 40, United-States, <=50K.
+42, Private, 54102, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+48, Self-emp-not-inc, 199058, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 35, United-States, >50K.
+22, Private, 293324, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 96798, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+65, Self-emp-not-inc, 132340, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 3, United-States, <=50K.
+45, Private, 175925, Bachelors, 13, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+17, Self-emp-not-inc, 33230, 11th, 7, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
+20, Local-gov, 298871, HS-grad, 9, Never-married, Other-service, Own-child, Asian-Pac-Islander, Male, 0, 0, 10, United-States, <=50K.
+26, Private, 142760, Assoc-voc, 11, Never-married, Sales, Not-in-family, Black, Male, 0, 0, 50, United-States, <=50K.
+30, Private, 200700, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 117310, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 60, ?, <=50K.
+44, Private, 238188, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 354496, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+18, Private, 416541, 9th, 5, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 16, United-States, <=50K.
+52, Private, 42902, 9th, 5, Separated, Other-service, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 180317, Assoc-voc, 11, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+50, Private, 378581, 12th, 8, Never-married, Protective-serv, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
+45, Local-gov, 213620, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
+58, Private, 186905, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 99999, 0, 40, United-States, >50K.
+47, Private, 182054, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+64, Local-gov, 189634, Some-college, 10, Widowed, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+25, Local-gov, 170070, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
+42, Private, 445382, Assoc-acdm, 12, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+46, Self-emp-inc, 168211, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 75, United-States, >50K.
+22, Private, 341760, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+26, Private, 152452, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+49, Private, 558752, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 3674, 0, 40, United-States, <=50K.
+28, Private, 153813, Some-college, 10, Never-married, Exec-managerial, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
+54, Private, 81859, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+47, Self-emp-not-inc, 51664, 11th, 7, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+46, Private, 334421, Bachelors, 13, Divorced, Sales, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, China, <=50K.
+35, Private, 239415, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 42, United-States, <=50K.
+57, Local-gov, 62701, Some-college, 10, Widowed, Exec-managerial, Not-in-family, White, Male, 6849, 0, 40, United-States, <=50K.
+37, Self-emp-inc, 347491, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+54, Local-gov, 108739, 11th, 7, Widowed, Protective-serv, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+34, Private, 340917, HS-grad, 9, Separated, Machine-op-inspct, Not-in-family, White, Male, 2174, 0, 45, United-States, <=50K.
+54, Federal-gov, 160636, HS-grad, 9, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
+49, Private, 116927, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+24, Private, 179423, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+18, Private, 347829, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 4, United-States, <=50K.
+62, Self-emp-not-inc, 56317, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, ?, >50K.
+37, Self-emp-inc, 347189, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+42, Private, 201520, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+43, Private, 43533, 5th-6th, 3, Separated, Other-service, Other-relative, White, Female, 0, 0, 40, El-Salvador, <=50K.
+20, Private, 313786, HS-grad, 9, Never-married, Exec-managerial, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+36, Private, 367216, Some-college, 10, Married-spouse-absent, Other-service, Own-child, White, Female, 0, 0, 28, United-States, <=50K.
+23, Private, 408988, Some-college, 10, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
+48, Private, 175662, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 24, United-States, <=50K.
+77, Self-emp-not-inc, 161552, Preschool, 1, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
+26, Private, 311743, HS-grad, 9, Separated, Other-service, Unmarried, White, Female, 0, 0, 39, United-States, <=50K.
+25, Private, 323229, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 163204, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 1740, 40, United-States, <=50K.
+25, Private, 201481, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+27, Private, 154210, Assoc-acdm, 12, Married-civ-spouse, Transport-moving, Husband, Asian-Pac-Islander, Male, 0, 0, 40, ?, <=50K.
+36, Local-gov, 247547, HS-grad, 9, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+51, Self-emp-inc, 254230, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 58, United-States, >50K.
+33, Private, 156464, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
+31, Private, 108322, Some-college, 10, Married-AF-spouse, Craft-repair, Husband, White, Male, 0, 0, 28, United-States, <=50K.
+33, Private, 213179, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+24, Private, 160122, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+64, ?, 80392, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 4, United-States, <=50K.
+36, Local-gov, 254202, Prof-school, 15, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 24, Germany, <=50K.
+26, State-gov, 232914, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+31, Local-gov, 206609, Bachelors, 13, Never-married, Protective-serv, Not-in-family, White, Male, 0, 1876, 40, United-States, <=50K.
+33, Private, 44623, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+22, ?, 199005, Assoc-acdm, 12, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 403344, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 118577, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 25, United-States, >50K.
+37, Private, 122889, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 7298, 0, 40, Taiwan, >50K.
+23, Private, 196508, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 24, United-States, <=50K.
+26, Private, 40915, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+37, Private, 143774, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+22, Private, 173004, HS-grad, 9, Never-married, Machine-op-inspct, Other-relative, Black, Male, 0, 0, 1, United-States, <=50K.
+49, Private, 353824, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+53, Private, 171058, Some-college, 10, Divorced, Handlers-cleaners, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+40, Private, 335400, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, Dominican-Republic, <=50K.
+30, Local-gov, 263650, Bachelors, 13, Never-married, Sales, Unmarried, Black, Female, 0, 0, 17, United-States, <=50K.
+59, Private, 187025, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+49, Private, 149218, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 50, United-States, <=50K.
+26, Private, 190916, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+50, Private, 240989, 1st-4th, 2, Married-civ-spouse, Farming-fishing, Other-relative, White, Male, 0, 0, 40, Mexico, <=50K.
+47, Private, 216093, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 15024, 0, 40, United-States, >50K.
+42, Private, 111483, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
+24, Private, 214810, Assoc-voc, 11, Never-married, Sales, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+46, Private, 165402, HS-grad, 9, Married-civ-spouse, Craft-repair, Wife, White, Female, 5178, 0, 40, United-States, >50K.
+50, Federal-gov, 36489, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+18, Private, 173923, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
+20, Private, 273147, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 113814, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 118768, Assoc-acdm, 12, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
+62, Federal-gov, 34916, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+36, Private, 73023, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+46, State-gov, 179869, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+48, Federal-gov, 259131, Some-college, 10, Divorced, Adm-clerical, Unmarried, Black, Male, 5455, 0, 40, United-States, <=50K.
+52, Private, 257756, Assoc-voc, 11, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, Germany, <=50K.
+53, Private, 448862, HS-grad, 9, Never-married, Transport-moving, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 150553, Assoc-acdm, 12, Never-married, Tech-support, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 205152, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 35, United-States, >50K.
+26, Private, 220499, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 134252, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+20, Private, 175808, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 185621, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+24, Private, 278391, Assoc-acdm, 12, Never-married, Sales, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+22, Self-emp-not-inc, 174907, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+40, Private, 175642, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 60, United-States, >50K.
+24, Self-emp-not-inc, 216889, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+34, Private, 183557, HS-grad, 9, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+24, Private, 196674, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 169188, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+46, Private, 203785, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+49, Private, 196707, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+37, Private, 190297, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 45, United-States, >50K.
+18, Private, 255595, 11th, 7, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 5, United-States, <=50K.
+38, Self-emp-not-inc, 374983, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+21, Private, 176178, Bachelors, 13, Married-civ-spouse, Sales, Other-relative, White, Female, 0, 0, 35, United-States, <=50K.
+35, Private, 181165, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+43, Local-gov, 212490, Assoc-voc, 11, Divorced, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+61, Private, 215766, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+46, Private, 261688, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 123417, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+29, Private, 108431, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 2415, 40, United-States, >50K.
+58, Private, 32954, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+47, Private, 224752, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+35, Private, 122353, 11th, 7, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 176159, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+28, Private, 189407, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+26, Private, 181772, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Self-emp-not-inc, 109133, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+49, Self-emp-not-inc, 165229, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+23, State-gov, 315449, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
+40, Private, 37848, HS-grad, 9, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+37, Federal-gov, 54595, HS-grad, 9, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+20, ?, 127914, Some-college, 10, Never-married, ?, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 121596, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 2907, 0, 35, United-States, <=50K.
+38, Private, 95336, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+40, ?, 299197, HS-grad, 9, Never-married, ?, Not-in-family, White, Male, 0, 0, 23, United-States, <=50K.
+58, Private, 299991, 11th, 7, Divorced, Adm-clerical, Not-in-family, White, Female, 3674, 0, 40, United-States, <=50K.
+28, Private, 70034, 9th, 5, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, Portugal, <=50K.
+30, Private, 256970, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 35, United-States, >50K.
+29, Private, 108706, Some-college, 10, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+52, Private, 227832, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+26, Private, 272865, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 60070, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 24, United-States, <=50K.
+40, Private, 223730, Masters, 14, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
+51, Self-emp-not-inc, 22743, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 1740, 40, United-States, <=50K.
+26, Private, 195994, Bachelors, 13, Separated, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+19, ?, 181242, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+64, Private, 133169, 11th, 7, Widowed, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, India, <=50K.
+22, Private, 99199, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+40, Private, 246949, HS-grad, 9, Divorced, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 284889, Bachelors, 13, Widowed, Sales, Unmarried, White, Female, 0, 0, 41, United-States, <=50K.
+35, Private, 150309, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, Amer-Indian-Eskimo, Male, 0, 1887, 40, United-States, >50K.
+24, Private, 201799, Bachelors, 13, Never-married, Transport-moving, Own-child, White, Female, 0, 0, 84, United-States, <=50K.
+58, Private, 52090, Prof-school, 15, Divorced, Tech-support, Unmarried, White, Male, 0, 0, 40, United-States, >50K.
+83, Local-gov, 107338, Some-college, 10, Widowed, Prof-specialty, Not-in-family, White, Male, 0, 0, 12, United-States, <=50K.
+45, Private, 32356, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
+47, Private, 50092, Bachelors, 13, Divorced, Exec-managerial, Unmarried, Other, Male, 0, 1138, 40, United-States, <=50K.
+28, Private, 311446, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+29, Federal-gov, 128553, Assoc-voc, 11, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 203203, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+30, Self-emp-not-inc, 429281, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, ?, <=50K.
+31, Private, 192660, Assoc-voc, 11, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 30, United-States, <=50K.
+30, Local-gov, 170449, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, >50K.
+57, ?, 221417, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, >50K.
+80, ?, 156942, 1st-4th, 2, Separated, ?, Not-in-family, Black, Male, 0, 0, 15, United-States, <=50K.
+21, Private, 177504, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+24, Private, 378546, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 39, United-States, <=50K.
+39, Self-emp-not-inc, 33001, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 213722, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
+36, Private, 152307, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 7298, 0, 55, United-States, >50K.
+61, Self-emp-not-inc, 53777, Prof-school, 15, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+23, Private, 60668, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 55, United-States, <=50K.
+34, Private, 132544, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 99, United-States, <=50K.
+53, Private, 277772, HS-grad, 9, Divorced, Handlers-cleaners, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 415755, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+51, Private, 136080, HS-grad, 9, Divorced, Sales, Other-relative, White, Female, 0, 0, 31, United-States, <=50K.
+29, Private, 241607, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 2597, 0, 40, United-States, <=50K.
+22, Private, 180190, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 400356, Some-college, 10, Married-spouse-absent, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+55, Federal-gov, 154274, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 8614, 0, 40, United-States, >50K.
+48, Private, 146497, HS-grad, 9, Widowed, Sales, Unmarried, White, Female, 0, 0, 37, United-States, <=50K.
+47, Private, 189498, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 65, United-States, >50K.
+32, Private, 65942, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 56, United-States, <=50K.
+27, Self-emp-not-inc, 151382, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 56651, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+25, Private, 164488, Assoc-acdm, 12, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
+27, Local-gov, 183061, HS-grad, 9, Never-married, Farming-fishing, Own-child, Amer-Indian-Eskimo, Male, 0, 0, 60, United-States, <=50K.
+31, Private, 289228, HS-grad, 9, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 35, United-States, <=50K.
+28, Private, 38918, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+23, Private, 194630, HS-grad, 9, Separated, Machine-op-inspct, Own-child, White, Male, 0, 0, 53, United-States, <=50K.
+31, Private, 262848, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+21, Private, 157595, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+26, Private, 102476, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+45, Local-gov, 93663, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+30, Private, 202450, HS-grad, 9, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 72393, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+27, Private, 53147, HS-grad, 9, Never-married, Craft-repair, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+29, Self-emp-not-inc, 337944, 11th, 7, Separated, Transport-moving, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+31, Private, 37939, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+57, Private, 118993, 9th, 5, Married-civ-spouse, Transport-moving, Other-relative, White, Female, 0, 0, 40, ?, <=50K.
+60, Private, 772919, Bachelors, 13, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 25, United-States, <=50K.
+26, Private, 143062, Some-college, 10, Divorced, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+31, Local-gov, 32593, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+39, Private, 167882, 12th, 8, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 48, Haiti, <=50K.
+52, Local-gov, 48413, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+50, Private, 123429, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
+61, Private, 244261, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+37, State-gov, 318891, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+20, Private, 259788, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+42, Self-emp-not-inc, 248876, Some-college, 10, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 55, United-States, <=50K.
+63, Federal-gov, 334418, 1st-4th, 2, Married-civ-spouse, Adm-clerical, Husband, Black, Male, 0, 0, 40, Puerto-Rico, <=50K.
+38, Self-emp-not-inc, 166497, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 60, United-States, >50K.
+54, Self-emp-not-inc, 260833, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 45, United-States, >50K.
+35, Private, 107477, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+20, Private, 37932, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+58, Self-emp-not-inc, 216948, 10th, 6, Separated, Sales, Other-relative, Other, Male, 0, 0, 40, Cuba, <=50K.
+38, Private, 157473, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+21, ?, 117222, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+27, Self-emp-inc, 186733, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+53, Private, 231472, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+31, Local-gov, 187689, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 323985, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+53, Private, 270655, 12th, 8, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 45, United-States, >50K.
+36, Private, 301614, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 45, Mexico, <=50K.
+25, Private, 112754, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+23, ?, 35633, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 40, ?, <=50K.
+30, Self-emp-not-inc, 112358, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+57, Self-emp-not-inc, 247337, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 72, United-States, <=50K.
+40, Self-emp-inc, 115411, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 65, United-States, >50K.
+42, State-gov, 884434, Some-college, 10, Separated, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+55, Private, 72812, HS-grad, 9, Separated, Sales, Not-in-family, White, Male, 0, 0, 36, United-States, <=50K.
+26, Private, 192549, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+43, Self-emp-not-inc, 54310, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Male, 0, 0, 50, United-States, <=50K.
+58, Self-emp-not-inc, 33386, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Wife, White, Female, 0, 0, 20, United-States, <=50K.
+30, Private, 233433, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
+24, Private, 106373, HS-grad, 9, Divorced, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+60, Private, 215591, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+39, Private, 184531, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+40, Private, 69495, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+63, Self-emp-not-inc, 22228, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, >50K.
+38, Private, 55899, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+50, Self-emp-inc, 181498, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+31, State-gov, 203572, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
+23, Private, 120601, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 74706, 10th, 6, Divorced, Craft-repair, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+59, ?, 259673, Some-college, 10, Married-civ-spouse, ?, Husband, Other, Male, 0, 0, 40, Puerto-Rico, <=50K.
+48, Private, 126441, 1st-4th, 2, Married-civ-spouse, Other-service, Husband, Asian-Pac-Islander, Male, 0, 0, 45, China, <=50K.
+25, Private, 127784, Some-college, 10, Never-married, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+43, Private, 33658, Some-college, 10, Married-spouse-absent, Craft-repair, Unmarried, White, Male, 0, 3004, 40, United-States, >50K.
+36, Private, 234901, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 34307, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+75, Private, 124660, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, >50K.
+29, Private, 278637, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 373545, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+17, Private, 172548, 9th, 5, Never-married, Sales, Own-child, White, Male, 0, 0, 8, United-States, <=50K.
+46, Private, 28074, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 89, United-States, >50K.
+58, Self-emp-not-inc, 127539, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 2407, 0, 25, United-States, <=50K.
+25, ?, 180246, Bachelors, 13, Never-married, ?, Not-in-family, White, Male, 0, 1408, 40, United-States, <=50K.
+34, State-gov, 377017, Masters, 14, Never-married, Prof-specialty, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 144925, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+51, ?, 156877, 9th, 5, Separated, ?, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+19, Private, 153019, HS-grad, 9, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 32825, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+46, Private, 114120, Some-college, 10, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
+36, ?, 92440, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+42, Self-emp-not-inc, 32016, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+51, Private, 165953, HS-grad, 9, Separated, Handlers-cleaners, Not-in-family, Black, Male, 0, 0, 45, United-States, <=50K.
+21, Private, 96061, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
+50, Private, 106422, HS-grad, 9, Married-civ-spouse, Sales, Wife, Black, Female, 0, 1485, 37, United-States, >50K.
+49, Self-emp-not-inc, 167281, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 137895, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+52, Private, 177487, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 344696, Some-college, 10, Never-married, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+66, Self-emp-not-inc, 51415, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 4931, 0, 98, United-States, <=50K.
+36, Private, 134367, Bachelors, 13, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 0, 32, United-States, >50K.
+40, Private, 289636, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+30, Private, 165115, Assoc-voc, 11, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
+20, Private, 206008, HS-grad, 9, Never-married, Other-service, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+22, State-gov, 149342, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+48, Self-emp-not-inc, 90042, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 49, United-States, <=50K.
+22, Private, 495288, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 38, United-States, <=50K.
+22, Private, 234970, Some-college, 10, Never-married, Other-service, Own-child, Black, Female, 0, 0, 40, ?, <=50K.
+51, Self-emp-not-inc, 123011, HS-grad, 9, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+36, Self-emp-not-inc, 260454, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+19, Private, 39026, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 278021, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+47, Self-emp-not-inc, 159399, Assoc-voc, 11, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+34, Private, 340665, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 2057, 35, United-States, <=50K.
+34, State-gov, 392518, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+24, Private, 229826, Bachelors, 13, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+62, Private, 185503, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+25, Private, 399117, 5th-6th, 3, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+45, Private, 168232, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 56, United-States, >50K.
+42, Private, 377322, Assoc-voc, 11, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+71, Self-emp-not-inc, 141742, HS-grad, 9, Widowed, Farming-fishing, Unmarried, White, Male, 1731, 0, 5, United-States, <=50K.
+39, Private, 31964, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 80, United-States, >50K.
+45, Self-emp-not-inc, 29019, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 55, United-States, <=50K.
+67, ?, 183420, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 21, United-States, <=50K.
+36, Private, 305319, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+35, Private, 182189, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+39, Private, 257250, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+60, Self-emp-not-inc, 269485, Preschool, 1, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
+32, Self-emp-not-inc, 182177, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 179481, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Poland, <=50K.
+27, Private, 199118, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, Nicaragua, <=50K.
+46, Private, 33084, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+53, Private, 185407, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
+38, Self-emp-not-inc, 177907, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 145441, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1485, 40, United-States, >50K.
+25, Private, 104830, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+27, Private, 247507, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+71, Self-emp-inc, 216601, 11th, 7, Divorced, Machine-op-inspct, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
+28, Local-gov, 91670, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
+58, Private, 106740, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+57, Private, 122562, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
+35, Private, 109133, HS-grad, 9, Separated, Machine-op-inspct, Not-in-family, White, Male, 3674, 0, 52, United-States, <=50K.
+35, Private, 196123, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+55, Private, 123436, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+56, Self-emp-inc, 42298, 9th, 5, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+44, Private, 297248, HS-grad, 9, Married-spouse-absent, Craft-repair, Unmarried, White, Male, 0, 0, 40, Columbia, <=50K.
+23, Private, 117363, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+41, Private, 79864, Assoc-voc, 11, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+51, Private, 190762, 1st-4th, 2, Widowed, Craft-repair, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
+46, Private, 155509, Bachelors, 13, Separated, Prof-specialty, Unmarried, Black, Female, 0, 0, 32, Jamaica, <=50K.
+45, Federal-gov, 163434, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 153832, Assoc-voc, 11, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+53, Federal-gov, 147629, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 80, United-States, >50K.
+33, Private, 488720, 5th-6th, 3, Married-civ-spouse, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, Mexico, <=50K.
+49, Private, 169180, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 1876, 35, United-States, <=50K.
+37, Private, 188763, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+37, Private, 229647, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 42, United-States, <=50K.
+57, Self-emp-not-inc, 321456, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+24, Private, 199698, Assoc-acdm, 12, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+32, Private, 226010, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+28, Private, 116298, 7th-8th, 4, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+33, Private, 130057, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+27, Private, 369188, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 90, United-States, >50K.
+32, Private, 155193, HS-grad, 9, Separated, Prof-specialty, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
+33, Private, 159574, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 299353, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 56, United-States, <=50K.
+46, Local-gov, 99971, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 56, United-States, >50K.
+65, Private, 190160, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 40, United-States, >50K.
+67, Private, 283416, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+60, Private, 224277, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, >50K.
+30, Private, 111567, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 48, United-States, <=50K.
+53, Private, 151411, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+34, Private, 346736, Assoc-acdm, 12, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 50, United-States, <=50K.
+26, Private, 264055, Some-college, 10, Never-married, Sales, Unmarried, White, Male, 0, 0, 55, United-States, <=50K.
+22, Private, 309620, HS-grad, 9, Never-married, Sales, Not-in-family, Other, Male, 0, 0, 45, ?, <=50K.
+39, Private, 224541, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+46, Private, 235334, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 99999, 0, 60, United-States, >50K.
+22, Private, 296158, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 153997, 10th, 6, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+53, Private, 231482, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+35, Private, 278553, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 38, United-States, <=50K.
+56, Private, 91251, HS-grad, 9, Married-civ-spouse, Other-service, Husband, Asian-Pac-Islander, Male, 0, 0, 20, China, <=50K.
+47, Self-emp-not-inc, 192053, 7th-8th, 4, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+47, Private, 207120, HS-grad, 9, Separated, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 44, United-States, <=50K.
+46, Self-emp-inc, 125892, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 60, United-States, >50K.
+34, Private, 186824, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 200471, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 2415, 40, United-States, >50K.
+22, Private, 117779, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+23, Private, 44793, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+33, Private, 37646, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+45, Private, 174127, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 110103, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 1762, 40, United-States, <=50K.
+20, Private, 74631, Some-college, 10, Never-married, Sales, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 211239, Some-college, 10, Married-AF-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
+26, ?, 157008, HS-grad, 9, Divorced, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+35, Self-emp-not-inc, 90406, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
+27, Private, 199998, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Female, 0, 0, 32, United-States, <=50K.
+73, Private, 132350, 7th-8th, 4, Widowed, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 18, United-States, <=50K.
+61, Private, 233427, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+52, Local-gov, 71489, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1579, 40, United-States, <=50K.
+34, Self-emp-inc, 119411, Some-college, 10, Never-married, Transport-moving, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 351772, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
+27, Local-gov, 34254, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 178693, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+47, Private, 168262, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+58, Private, 34169, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 3103, 0, 25, United-States, >50K.
+31, Private, 328118, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+39, Self-emp-inc, 122353, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 50, United-States, >50K.
+18, Private, 37315, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+27, Private, 181916, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 55465, Assoc-acdm, 12, Never-married, Other-service, Other-relative, White, Male, 0, 0, 15, United-States, <=50K.
+45, Private, 192203, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 15024, 0, 49, United-States, >50K.
+26, Private, 91683, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 39302, 12th, 8, Never-married, Other-service, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
+27, Private, 171356, Assoc-acdm, 12, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+53, Self-emp-inc, 197189, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 72, United-States, >50K.
+47, Private, 112362, 10th, 6, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 228326, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 307353, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+44, Private, 172160, 11th, 7, Divorced, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+62, Self-emp-inc, 234738, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 5013, 0, 50, United-States, <=50K.
+34, Private, 33117, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+64, Self-emp-not-inc, 217380, Prof-school, 15, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 2559, 60, United-States, >50K.
+36, Private, 157954, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+53, Private, 164299, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 1887, 65, United-States, >50K.
+61, Self-emp-not-inc, 224981, 10th, 6, Widowed, Craft-repair, Other-relative, White, Male, 0, 0, 18, Mexico, <=50K.
+25, Private, 281209, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+41, Self-emp-not-inc, 200479, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
+28, Private, 132750, HS-grad, 9, Divorced, Other-service, Unmarried, Black, Female, 0, 0, 20, United-States, <=50K.
+22, Private, 21154, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 1590, 32, United-States, <=50K.
+34, State-gov, 189843, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 116657, HS-grad, 9, Never-married, Sales, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+52, Private, 113522, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 45, United-States, >50K.
+53, Private, 176185, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+90, Private, 227796, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Male, 6097, 0, 45, United-States, >50K.
+24, Private, 194891, Assoc-voc, 11, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+51, Private, 197189, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 182191, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 2202, 0, 38, United-States, <=50K.
+47, Private, 242559, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, Black, Female, 0, 1408, 40, United-States, <=50K.
+90, Self-emp-not-inc, 122348, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 20051, 0, 45, United-States, >50K.
+44, Private, 40024, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+43, Local-gov, 225978, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+18, Private, 407436, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+60, Self-emp-not-inc, 119471, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Japan, <=50K.
+33, Private, 249409, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 35, United-States, <=50K.
+38, ?, 217409, Some-college, 10, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+48, Private, 148995, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+50, Private, 200046, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+37, Private, 215618, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+21, Private, 280081, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+46, Self-emp-inc, 340651, Bachelors, 13, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 1977, 60, United-States, >50K.
+39, Private, 111000, Masters, 14, Never-married, Other-service, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+26, Private, 135521, Assoc-voc, 11, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 28, United-States, <=50K.
+24, Self-emp-not-inc, 194102, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+35, Self-emp-not-inc, 295127, Some-college, 10, Divorced, Farming-fishing, Unmarried, White, Male, 0, 0, 50, United-States, <=50K.
+60, ?, 102310, Assoc-acdm, 12, Divorced, ?, Not-in-family, White, Female, 0, 0, 45, Canada, <=50K.
+48, Private, 240175, 11th, 7, Separated, Other-service, Unmarried, Black, Male, 0, 0, 22, United-States, <=50K.
+41, Private, 145441, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+61, Self-emp-not-inc, 243019, Preschool, 1, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 215596, 9th, 5, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 40, Mexico, <=50K.
+25, State-gov, 31350, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 246965, Some-college, 10, Never-married, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 99838, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 38, ?, <=50K.
+40, Private, 340797, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+51, ?, 29937, HS-grad, 9, Widowed, ?, Not-in-family, Amer-Indian-Eskimo, Female, 0, 0, 20, United-States, <=50K.
+38, Local-gov, 30056, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 309903, 10th, 6, Never-married, Other-service, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
+55, State-gov, 256984, Some-college, 10, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 181723, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 30, Germany, <=50K.
+37, Private, 101020, Bachelors, 13, Separated, Exec-managerial, Not-in-family, White, Male, 4787, 0, 55, United-States, >50K.
+44, Self-emp-not-inc, 106900, Bachelors, 13, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 195770, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+49, Private, 102737, Assoc-voc, 11, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+35, Local-gov, 191779, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+56, Self-emp-not-inc, 99479, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 5013, 0, 46, United-States, <=50K.
+62, Private, 196891, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+19, ?, 208066, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 54341, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+21, Private, 140001, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+26, Private, 248220, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+53, Private, 172962, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+37, Private, 88215, Masters, 14, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, China, <=50K.
+18, Private, 110142, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+41, Self-emp-not-inc, 136986, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+52, State-gov, 206775, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+50, Private, 53497, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 238534, Some-college, 10, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 20, Puerto-Rico, <=50K.
+38, Private, 143123, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Self-emp-not-inc, 60269, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+33, Private, 82623, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 4386, 0, 48, United-States, >50K.
+40, Local-gov, 99666, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+61, Private, 95680, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, >50K.
+44, State-gov, 208163, Assoc-voc, 11, Separated, Protective-serv, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 369781, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+17, Private, 311288, 11th, 7, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 24, United-States, <=50K.
+42, Self-emp-not-inc, 152889, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 52, United-States, <=50K.
+38, Private, 160086, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
+34, Private, 117963, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 43, United-States, >50K.
+33, Private, 186884, HS-grad, 9, Married-spouse-absent, Adm-clerical, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 313830, HS-grad, 9, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+31, ?, 212529, Some-college, 10, Never-married, ?, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+41, Self-emp-inc, 124330, Some-college, 10, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 30, United-States, <=50K.
+53, Private, 104501, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 42, United-States, <=50K.
+41, Private, 43501, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
+24, Private, 83774, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 216845, Preschool, 1, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+45, Local-gov, 168191, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+62, Self-emp-not-inc, 166894, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+31, Private, 110083, HS-grad, 9, Separated, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+55, Private, 194371, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, Canada, >50K.
+36, Federal-gov, 125933, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 2258, 40, United-States, <=50K.
+22, Private, 444554, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+34, Private, 190228, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, >50K.
+27, Private, 604045, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 27828, 0, 40, United-States, >50K.
+36, Private, 241126, Some-college, 10, Divorced, Tech-support, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 168355, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+48, State-gov, 158451, Bachelors, 13, Separated, Prof-specialty, Unmarried, White, Female, 914, 0, 40, United-States, <=50K.
+50, Private, 141608, HS-grad, 9, Separated, Other-service, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
+36, Private, 33157, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+45, Private, 187563, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 5013, 0, 45, United-States, <=50K.
+33, Private, 26252, Assoc-acdm, 12, Never-married, Other-service, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+32, Local-gov, 318647, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 36, United-States, <=50K.
+47, Private, 152572, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 40, Puerto-Rico, <=50K.
+30, Private, 77634, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 199513, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 1408, 50, United-States, <=50K.
+19, Private, 260327, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 18, United-States, <=50K.
+23, Private, 437940, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+54, Private, 137069, Prof-school, 15, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 40, India, <=50K.
+34, Local-gov, 32587, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+47, Self-emp-inc, 193960, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 7298, 0, 45, United-States, >50K.
+33, Private, 170651, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 1977, 38, United-States, >50K.
+68, ?, 186163, 1st-4th, 2, Widowed, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+39, Private, 114544, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+28, Private, 159724, Bachelors, 13, Married-spouse-absent, Sales, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+63, Private, 697806, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+34, Private, 140011, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
+53, Federal-gov, 411700, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+26, State-gov, 179633, Some-college, 10, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+57, Local-gov, 317690, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 60, United-States, >50K.
+45, Local-gov, 213334, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+41, Private, 165304, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, Greece, <=50K.
+57, Private, 192325, HS-grad, 9, Widowed, Other-service, Unmarried, White, Female, 0, 0, 42, United-States, <=50K.
+53, Self-emp-not-inc, 385183, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+33, Private, 232650, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+47, Self-emp-not-inc, 182474, HS-grad, 9, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 36, United-States, <=50K.
+37, Private, 119992, 10th, 6, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 376016, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+39, Private, 144638, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 45, United-States, >50K.
+48, Federal-gov, 113612, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+65, ?, 106161, Assoc-acdm, 12, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Self-emp-not-inc, 48160, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+30, Self-emp-not-inc, 55176, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+21, Private, 291232, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+55, Private, 250149, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+62, ?, 221064, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Self-emp-not-inc, 87745, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+35, Private, 97136, Some-college, 10, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 37, United-States, <=50K.
+18, Private, 632271, Some-college, 10, Married-spouse-absent, Adm-clerical, Other-relative, White, Female, 0, 0, 40, Peru, <=50K.
+18, Private, 295607, 10th, 6, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+84, ?, 163443, 7th-8th, 4, Widowed, ?, Not-in-family, White, Male, 0, 0, 3, United-States, <=50K.
+78, Self-emp-not-inc, 213136, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Male, 0, 0, 24, United-States, <=50K.
+23, Private, 107882, Bachelors, 13, Never-married, Tech-support, Own-child, White, Female, 0, 0, 50, United-States, <=50K.
+35, Private, 214378, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+24, Private, 236427, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+28, Private, 34292, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 204780, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 15024, 0, 40, United-States, >50K.
+22, Private, 161508, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+80, Private, 151959, HS-grad, 9, Widowed, Other-service, Not-in-family, Black, Male, 0, 0, 15, United-States, <=50K.
+41, Private, 196001, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 20, United-States, <=50K.
+27, Self-emp-not-inc, 211259, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+45, Private, 35136, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+52, Private, 288353, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 99999, 0, 48, United-States, >50K.
+48, Local-gov, 93449, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 99999, 0, 40, Philippines, >50K.
+17, Private, 40432, 10th, 6, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 4, United-States, <=50K.
+60, Private, 180632, 12th, 8, Divorced, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+76, Private, 204113, HS-grad, 9, Widowed, Protective-serv, Not-in-family, White, Female, 7896, 0, 18, United-States, <=50K.
+22, Private, 336101, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+34, Private, 235062, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+49, ?, 312552, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 2002, 70, United-States, <=50K.
+39, Private, 226947, 7th-8th, 4, Separated, Other-service, Other-relative, White, Male, 0, 0, 40, El-Salvador, <=50K.
+40, Private, 29393, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+38, ?, 115376, Some-college, 10, Married-civ-spouse, ?, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
+52, Self-emp-inc, 146574, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+28, State-gov, 175389, Assoc-acdm, 12, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, Mexico, <=50K.
+26, Self-emp-inc, 316688, Some-college, 10, Never-married, Sales, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+63, Self-emp-not-inc, 187919, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+41, ?, 188436, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 20, Canada, <=50K.
+41, Private, 80666, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+59, Self-emp-not-inc, 381965, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 1740, 80, United-States, <=50K.
+31, Private, 192039, Assoc-acdm, 12, Divorced, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+34, Self-emp-not-inc, 181091, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+40, Private, 50191, 9th, 5, Divorced, Craft-repair, Unmarried, White, Male, 5455, 0, 40, United-States, <=50K.
+29, Private, 155256, Bachelors, 13, Never-married, Tech-support, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+42, Private, 104973, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 348771, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, Canada, <=50K.
+55, Private, 96415, HS-grad, 9, Widowed, Other-service, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
+77, Private, 213136, Doctorate, 16, Widowed, Exec-managerial, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+59, Self-emp-inc, 155259, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 20, United-States, <=50K.
+47, Private, 95155, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 43, United-States, >50K.
+56, Private, 178787, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 361497, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+61, State-gov, 254890, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 296478, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+61, Private, 179791, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+25, Self-emp-inc, 110010, HS-grad, 9, Divorced, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 89622, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+56, State-gov, 118614, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+30, State-gov, 35683, Bachelors, 13, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+53, Local-gov, 163815, 11th, 7, Married-civ-spouse, Other-service, Husband, White, Male, 0, 2179, 41, United-States, <=50K.
+49, Private, 175305, 7th-8th, 4, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+33, Self-emp-inc, 96245, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 99, United-States, <=50K.
+27, Private, 201017, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 80, United-States, <=50K.
+48, Private, 95388, Some-college, 10, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+42, Private, 249332, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+27, Private, 194759, Assoc-acdm, 12, Married-spouse-absent, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+61, Private, 260062, 10th, 6, Never-married, Other-service, Own-child, White, Female, 4416, 0, 38, United-States, <=50K.
+36, Self-emp-not-inc, 166213, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
+42, Private, 46743, Some-college, 10, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 25, ?, <=50K.
+20, Private, 112387, 10th, 6, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 324685, 9th, 5, Never-married, Sales, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
+34, Private, 87943, 7th-8th, 4, Married-civ-spouse, Craft-repair, Wife, Other, Female, 0, 0, 48, ?, <=50K.
+45, Federal-gov, 187510, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+26, Private, 188703, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 127961, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7688, 0, 40, United-States, >50K.
+34, Private, 200117, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+40, Self-emp-inc, 142030, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 55, United-States, >50K.
+30, Private, 226296, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+27, Private, 239130, Prof-school, 15, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 165475, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
+46, Self-emp-inc, 328216, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 45, United-States, >50K.
+21, ?, 118023, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+42, Self-emp-not-inc, 206066, Masters, 14, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
+29, Local-gov, 141005, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 24, United-States, <=50K.
+28, Private, 104870, Assoc-voc, 11, Never-married, Other-service, Not-in-family, Black, Female, 0, 0, 48, United-States, <=50K.
+44, Self-emp-not-inc, 253250, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 54, United-States, <=50K.
+39, Private, 497788, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+42, Private, 128354, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
+49, Private, 140782, 10th, 6, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+37, Private, 216129, HS-grad, 9, Never-married, Craft-repair, Not-in-family, Black, Female, 0, 0, 45, United-States, <=50K.
+65, Private, 65757, HS-grad, 9, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+35, ?, 264758, Some-college, 10, Married-civ-spouse, ?, Husband, Black, Male, 0, 0, 40, Haiti, <=50K.
+23, Private, 245361, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+48, Local-gov, 216689, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+19, ?, 139517, 11th, 7, Never-married, ?, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+65, Local-gov, 188903, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 6418, 0, 45, United-States, >50K.
+18, Private, 170094, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+53, Private, 108836, 9th, 5, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 189565, HS-grad, 9, Married-civ-spouse, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 347993, 1st-4th, 2, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
+49, Private, 187308, Some-college, 10, Married-civ-spouse, Other-service, Other-relative, White, Male, 0, 0, 35, United-States, <=50K.
+27, State-gov, 136077, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+25, State-gov, 165457, Bachelors, 13, Never-married, Tech-support, Own-child, Asian-Pac-Islander, Male, 2463, 0, 40, United-States, <=50K.
+49, Federal-gov, 175428, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+78, ?, 143574, Some-college, 10, Widowed, ?, Not-in-family, White, Male, 0, 0, 5, United-States, <=50K.
+34, Private, 349148, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+72, Private, 103990, Masters, 14, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 12, United-States, <=50K.
+55, Self-emp-inc, 183884, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+21, Private, 464484, HS-grad, 9, Married-spouse-absent, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 190786, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+30, Private, 348592, HS-grad, 9, Separated, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+25, ?, 177839, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 152156, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 53, United-States, <=50K.
+55, Private, 141807, HS-grad, 9, Married-spouse-absent, Craft-repair, Other-relative, White, Male, 0, 0, 40, Poland, <=50K.
+47, Local-gov, 188537, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 60, United-States, >50K.
+43, Private, 203233, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, >50K.
+51, Private, 28978, Some-college, 10, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+53, Self-emp-inc, 116211, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+18, ?, 97683, HS-grad, 9, Never-married, ?, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+19, Private, 283945, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+43, Private, 115178, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 43, United-States, >50K.
+48, State-gov, 77102, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+23, Private, 132220, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+53, Private, 129301, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
+22, Private, 187592, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+34, Private, 312667, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+36, Local-gov, 206951, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 587310, Assoc-acdm, 12, Married-civ-spouse, Transport-moving, Own-child, White, Male, 0, 0, 40, El-Salvador, <=50K.
+76, Private, 328227, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 5556, 0, 13, United-States, >50K.
+35, Private, 100634, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+49, Private, 274200, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 72, United-States, <=50K.
+18, Self-emp-inc, 29582, 11th, 7, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+68, Private, 174812, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 15, United-States, <=50K.
+22, State-gov, 138513, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 15, United-States, <=50K.
+37, Private, 219137, 7th-8th, 4, Divorced, Sales, Unmarried, White, Female, 0, 0, 44, United-States, <=50K.
+23, Private, 265148, Bachelors, 13, Never-married, Sales, Other-relative, White, Male, 0, 0, 55, United-States, <=50K.
+41, Private, 302606, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+18, Private, 197600, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+36, Private, 167415, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+44, Private, 13769, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, >50K.
+26, Private, 109390, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 218188, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, White, Female, 0, 0, 32, United-States, <=50K.
+49, Private, 167159, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+72, Private, 128529, HS-grad, 9, Widowed, Other-service, Unmarried, White, Female, 0, 0, 28, United-States, <=50K.
+22, Private, 200973, Assoc-acdm, 12, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 12, United-States, <=50K.
+22, Private, 118235, HS-grad, 9, Never-married, Sales, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 55, United-States, <=50K.
+23, Local-gov, 250165, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Female, 594, 0, 40, United-States, <=50K.
+47, Private, 269620, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, ?, <=50K.
+46, Private, 212162, 5th-6th, 3, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 147638, Bachelors, 13, Never-married, Adm-clerical, Own-child, Asian-Pac-Islander, Female, 0, 0, 40, India, <=50K.
+42, Private, 304605, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+45, Self-emp-not-inc, 165267, 9th, 5, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 122037, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, >50K.
+63, Self-emp-inc, 165611, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+21, Private, 262634, 7th-8th, 4, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 36, United-States, <=50K.
+46, Private, 280766, HS-grad, 9, Divorced, Protective-serv, Not-in-family, White, Male, 0, 0, 40, Cuba, <=50K.
+21, Private, 226668, Assoc-voc, 11, Never-married, Craft-repair, Not-in-family, Other, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 130200, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 70, United-States, >50K.
+17, Private, 98005, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+47, Private, 308857, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+51, Private, 108914, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+64, Local-gov, 210464, Masters, 14, Widowed, Prof-specialty, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 172748, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 192140, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+21, Private, 126568, HS-grad, 9, Never-married, Adm-clerical, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+50, Private, 179339, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+43, Local-gov, 31621, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+39, Private, 365009, Bachelors, 13, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 344698, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+42, Private, 159911, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 24, United-States, <=50K.
+25, Private, 389456, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+48, Private, 167472, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+17, Private, 201412, 10th, 6, Never-married, Farming-fishing, Own-child, White, Male, 594, 0, 5, United-States, <=50K.
+26, Self-emp-not-inc, 331861, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 60, United-States, >50K.
+58, Private, 97541, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 46, United-States, >50K.
+34, Private, 71865, 9th, 5, Married-civ-spouse, Machine-op-inspct, Wife, Other, Female, 0, 0, 40, Portugal, <=50K.
+29, Private, 196564, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 218956, Some-college, 10, Never-married, Tech-support, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+27, Private, 37359, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, ?, <=50K.
+41, Private, 184630, Bachelors, 13, Divorced, Handlers-cleaners, Not-in-family, White, Male, 4416, 0, 40, United-States, <=50K.
+17, Local-gov, 161955, 11th, 7, Never-married, Adm-clerical, Own-child, Amer-Indian-Eskimo, Female, 0, 0, 30, United-States, <=50K.
+24, Private, 200089, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, Guatemala, <=50K.
+39, Self-emp-not-inc, 193026, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, >50K.
+72, Self-emp-not-inc, 336423, 5th-6th, 3, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+52, State-gov, 184529, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
+30, Private, 153876, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 53, United-States, <=50K.
+22, Private, 269687, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+27, Private, 153805, Some-college, 10, Never-married, Craft-repair, Unmarried, Other, Male, 0, 0, 45, Ecuador, <=50K.
+43, Private, 151504, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 330087, Assoc-acdm, 12, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+59, Private, 164970, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 60, United-States, <=50K.
+23, Private, 239539, Some-college, 10, Never-married, Craft-repair, Own-child, Asian-Pac-Islander, Male, 0, 0, 40, ?, >50K.
+55, Self-emp-not-inc, 50215, Assoc-voc, 11, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 42, United-States, <=50K.
+51, Local-gov, 80123, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+54, ?, 55139, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 43, United-States, <=50K.
+44, ?, 276096, Some-college, 10, Never-married, ?, Other-relative, White, Male, 0, 0, 45, United-States, <=50K.
+41, Private, 222813, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
+24, Private, 172232, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 42, United-States, <=50K.
+54, Self-emp-not-inc, 386773, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+38, Private, 87556, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+38, State-gov, 169926, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 21, United-States, >50K.
+41, Private, 104196, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+34, Private, 320027, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+59, Private, 116637, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 307640, Assoc-voc, 11, Never-married, Exec-managerial, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+69, ?, 138386, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 1409, 0, 35, United-States, <=50K.
+25, Private, 269015, HS-grad, 9, Never-married, Other-service, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 90308, Preschool, 1, Never-married, Other-service, Unmarried, White, Male, 0, 0, 28, El-Salvador, <=50K.
+41, Local-gov, 39581, HS-grad, 9, Separated, Other-service, Not-in-family, Black, Female, 4101, 0, 40, United-States, <=50K.
+49, Self-emp-not-inc, 241688, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, Cuba, <=50K.
+22, Local-gov, 467759, HS-grad, 9, Divorced, Machine-op-inspct, Own-child, White, Male, 0, 0, 48, United-States, <=50K.
+39, Private, 303677, Some-college, 10, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 15, United-States, <=50K.
+56, Private, 47392, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
+37, Private, 97925, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+18, Local-gov, 243240, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
+29, Private, 472344, 5th-6th, 3, Married-civ-spouse, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, Mexico, <=50K.
+41, Private, 177054, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+43, Local-gov, 212206, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
+34, Private, 244147, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, >50K.
+29, Private, 167336, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 50, United-States, <=50K.
+43, State-gov, 135060, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, ?, >50K.
+49, Private, 52184, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 159187, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 25, United-States, <=50K.
+35, Federal-gov, 22494, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
+36, Private, 219745, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+67, Private, 113323, Masters, 14, Divorced, Adm-clerical, Unmarried, White, Male, 0, 0, 41, United-States, <=50K.
+36, Private, 181099, Doctorate, 16, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 216741, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+51, Local-gov, 106365, Assoc-acdm, 12, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+45, Private, 124973, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+37, Private, 73199, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, >50K.
+49, Federal-gov, 362679, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 9, United-States, >50K.
+29, Private, 197222, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+56, Private, 33115, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+42, Federal-gov, 37997, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 162067, Masters, 14, Married-civ-spouse, Adm-clerical, Husband, Black, Male, 0, 0, 40, Haiti, <=50K.
+35, Private, 133839, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+33, Self-emp-not-inc, 398874, Bachelors, 13, Never-married, Tech-support, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+26, Self-emp-inc, 289224, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 261259, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+61, Private, 438587, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 271162, 11th, 7, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+66, ?, 115880, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 24, United-States, <=50K.
+21, Private, 29810, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+19, Private, 277695, Preschool, 1, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 50, Mexico, <=50K.
+35, Private, 277347, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+43, ?, 220445, HS-grad, 9, Widowed, ?, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 231507, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+28, Private, 184477, Assoc-voc, 11, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+24, Private, 174714, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
+24, Private, 118792, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
+46, Local-gov, 274689, Assoc-acdm, 12, Divorced, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 148315, HS-grad, 9, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 45, United-States, <=50K.
+24, Private, 99844, Masters, 14, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
+36, State-gov, 143437, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, Other, Female, 0, 0, 40, United-States, <=50K.
+22, Private, 114357, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
+46, ?, 427055, Some-college, 10, Divorced, ?, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+68, Local-gov, 137518, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 33, United-States, <=50K.
+33, Private, 183125, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+28, Private, 269317, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 42, United-States, <=50K.
+46, State-gov, 107682, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
+30, Private, 159589, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1848, 50, United-States, >50K.
+50, Private, 46401, Bachelors, 13, Married-spouse-absent, Sales, Not-in-family, White, Female, 0, 0, 20, Germany, <=50K.
+69, Self-emp-not-inc, 164754, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+63, ?, 109446, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 314068, Assoc-voc, 11, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+22, Private, 242138, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+39, Federal-gov, 203070, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+39, Private, 266960, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+29, Self-emp-not-inc, 239511, Some-college, 10, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+65, ?, 244749, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 20, Cuba, <=50K.
+23, Private, 244698, 5th-6th, 3, Never-married, Farming-fishing, Other-relative, White, Male, 0, 0, 35, Mexico, <=50K.
+25, Private, 207258, 9th, 5, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, Mexico, <=50K.
+61, Private, 111563, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 27, United-States, <=50K.
+50, Private, 233149, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+61, Private, 166789, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 2246, 50, United-States, >50K.
+54, Self-emp-inc, 22743, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 99999, 0, 70, United-States, >50K.
+41, Local-gov, 180599, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+38, Private, 28738, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 259846, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, >50K.
+24, Self-emp-inc, 158950, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+23, Private, 185948, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+67, ?, 187553, 7th-8th, 4, Divorced, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+49, Private, 169092, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 5178, 0, 40, Canada, >50K.
+40, Private, 129298, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 120204, HS-grad, 9, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+49, Local-gov, 229337, HS-grad, 9, Separated, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+43, Private, 183674, 12th, 8, Married-spouse-absent, Sales, Unmarried, White, Female, 0, 0, 25, ?, <=50K.
+34, Private, 538243, Some-college, 10, Separated, Tech-support, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 108947, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 2174, 0, 40, United-States, <=50K.
+35, Private, 128516, HS-grad, 9, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 45, United-States, <=50K.
+28, Private, 147560, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 131808, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 4386, 0, 40, United-States, >50K.
+33, Private, 234537, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+46, Local-gov, 165160, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
+51, Private, 90275, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
+26, Local-gov, 143583, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+27, Self-emp-not-inc, 210020, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 135603, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
+59, ?, 441227, Masters, 14, Married-civ-spouse, ?, Husband, Black, Male, 7298, 0, 50, United-States, >50K.
+38, Private, 341943, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+64, Private, 38274, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 327435, Some-college, 10, Separated, Prof-specialty, Unmarried, White, Female, 0, 0, 45, United-States, >50K.
+27, Federal-gov, 175262, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 376474, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 65, United-States, <=50K.
+38, Private, 171150, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 3781, 0, 78, United-States, <=50K.
+32, Private, 459465, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, El-Salvador, <=50K.
+37, Local-gov, 188391, Assoc-acdm, 12, Divorced, Other-service, Unmarried, White, Male, 0, 0, 60, United-States, >50K.
+37, Private, 196373, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+28, Private, 122913, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+35, State-gov, 37314, Doctorate, 16, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
+37, Private, 198492, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+47, Self-emp-not-inc, 20946, Bachelors, 13, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+20, Private, 281608, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+31, Self-emp-not-inc, 213643, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 1590, 60, United-States, <=50K.
+18, Private, 39222, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+23, Private, 208238, 10th, 6, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+53, Private, 261207, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, Peru, <=50K.
+36, Private, 131192, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+75, Private, 148214, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+54, Self-emp-not-inc, 155965, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 56, United-States, <=50K.
+25, Private, 269004, Assoc-voc, 11, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+47, Self-emp-not-inc, 97883, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 48, Italy, <=50K.
+52, Private, 177942, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
+38, Local-gov, 360494, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+45, Self-emp-not-inc, 45136, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 60, United-States, >50K.
+28, Private, 173483, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 5013, 0, 20, United-States, <=50K.
+19, Private, 205953, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, Black, Male, 0, 0, 20, United-States, <=50K.
+41, Private, 169823, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 46, United-States, >50K.
+18, Private, 99591, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 16, United-States, <=50K.
+42, Private, 32627, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 378009, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 233511, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+51, Private, 173987, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+45, Private, 162302, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
+24, Private, 192812, Masters, 14, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+65, Private, 217661, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 2246, 40, United-States, >50K.
+61, Private, 353031, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+21, Private, 155483, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+41, Self-emp-not-inc, 274158, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+35, Local-gov, 26987, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 1876, 45, United-States, <=50K.
+49, Private, 68493, HS-grad, 9, Married-spouse-absent, Craft-repair, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
+19, ?, 257421, Some-college, 10, Never-married, ?, Own-child, Black, Female, 0, 0, 15, United-States, <=50K.
+26, Private, 38257, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+22, Local-gov, 175586, HS-grad, 9, Never-married, Transport-moving, Own-child, Black, Female, 0, 0, 20, United-States, <=50K.
+49, Private, 316323, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 48, United-States, >50K.
+36, Private, 117802, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+18, Self-emp-not-inc, 454950, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+17, Private, 284277, 11th, 7, Never-married, Other-service, Own-child, White, Male, 1055, 0, 20, United-States, <=50K.
+32, State-gov, 90409, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+43, Private, 248094, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 44, United-States, >50K.
+29, Private, 138692, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 173938, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+65, ?, 146722, 12th, 8, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 10, United-States, <=50K.
+31, Private, 145439, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 324445, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 176410, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 38, United-States, <=50K.
+25, Private, 129275, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 399123, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 76044, Masters, 14, Divorced, Prof-specialty, Unmarried, Other, Male, 4787, 0, 35, Mexico, >50K.
+28, Private, 87632, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 43, United-States, <=50K.
+33, Private, 269605, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 32, United-States, <=50K.
+46, Private, 37718, Assoc-acdm, 12, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 1977, 50, United-States, >50K.
+70, ?, 162659, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 8, United-States, <=50K.
+45, Self-emp-not-inc, 277434, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+28, Private, 209205, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 44, United-States, <=50K.
+75, ?, 34235, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 2964, 0, 14, United-States, <=50K.
+41, Private, 141186, HS-grad, 9, Married-spouse-absent, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+48, Private, 123681, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
+31, Private, 174215, HS-grad, 9, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 35, United-States, <=50K.
+17, Private, 96354, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+64, ?, 109108, HS-grad, 9, Divorced, ?, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+37, Private, 107302, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+51, Local-gov, 250054, Some-college, 10, Widowed, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+51, Private, 50459, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1740, 40, United-States, <=50K.
+57, Local-gov, 22975, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+29, Private, 97189, Assoc-voc, 11, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 238859, HS-grad, 9, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 20, United-States, <=50K.
+26, State-gov, 239303, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 3942, 0, 7, United-States, <=50K.
+33, Private, 310655, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+42, Private, 276218, Bachelors, 13, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
+30, Private, 94235, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 50, United-States, >50K.
+45, Private, 135339, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 45, United-States, <=50K.
+20, Private, 199703, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 28, United-States, <=50K.
+36, Private, 52532, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+64, State-gov, 186376, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 5178, 0, 40, United-States, >50K.
+29, Private, 229124, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 48, United-States, >50K.
+18, Private, 152508, 11th, 7, Married-civ-spouse, Sales, Wife, Other, Female, 0, 0, 20, United-States, <=50K.
+45, Private, 54260, HS-grad, 9, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+31, Private, 48520, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+66, Self-emp-not-inc, 439777, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 25, United-States, <=50K.
+49, Private, 191389, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+45, Private, 118714, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 34616, Some-college, 10, Never-married, Other-service, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+29, ?, 199074, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+20, ?, 112858, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 2, United-States, <=50K.
+22, Private, 199555, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
+21, ?, 211013, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+46, Private, 107425, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+62, Private, 106549, Assoc-acdm, 12, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+41, State-gov, 110556, Masters, 14, Married-civ-spouse, Exec-managerial, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
+46, Self-emp-not-inc, 265097, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Germany, <=50K.
+41, Private, 215219, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+61, Self-emp-not-inc, 142988, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+64, Private, 239450, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+18, Private, 162084, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+34, Private, 83066, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 181705, Some-college, 10, Separated, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+80, Private, 138737, HS-grad, 9, Divorced, Adm-clerical, Other-relative, White, Female, 0, 0, 20, United-States, <=50K.
+24, Federal-gov, 332194, 9th, 5, Never-married, Adm-clerical, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 291979, HS-grad, 9, Never-married, Sales, Unmarried, White, Male, 0, 0, 35, United-States, <=50K.
+64, Private, 162761, Some-college, 10, Widowed, Sales, Not-in-family, White, Male, 2354, 0, 35, United-States, <=50K.
+21, Private, 153643, HS-grad, 9, Never-married, Other-service, Own-child, Black, Male, 0, 0, 70, United-States, <=50K.
+52, Private, 30908, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+31, Private, 92179, 10th, 6, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+66, Self-emp-inc, 50408, 12th, 8, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+50, Federal-gov, 191013, HS-grad, 9, Separated, Sales, Other-relative, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+62, Private, 170969, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+19, ?, 302229, HS-grad, 9, Never-married, ?, Own-child, Black, Male, 0, 0, 10, United-States, <=50K.
+49, Private, 80026, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+33, Private, 93056, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+38, Local-gov, 414791, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
+20, Private, 37894, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 1719, 30, United-States, <=50K.
+31, Local-gov, 164243, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 55, United-States, >50K.
+41, Self-emp-not-inc, 36651, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
+22, Self-emp-not-inc, 26248, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 50, United-States, <=50K.
+41, Private, 244522, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 7688, 0, 42, United-States, >50K.
+39, Private, 183279, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+63, Private, 177063, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 220220, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 47, United-States, <=50K.
+58, Private, 180779, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 238787, Bachelors, 13, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 20, United-States, <=50K.
+38, Private, 32086, Some-college, 10, Divorced, Adm-clerical, Own-child, White, Male, 0, 0, 52, United-States, <=50K.
+35, Private, 302149, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Cambodia, >50K.
+43, Self-emp-not-inc, 136986, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 50, United-States, >50K.
+47, State-gov, 61062, Doctorate, 16, Separated, Exec-managerial, Own-child, Asian-Pac-Islander, Male, 2354, 0, 45, United-States, <=50K.
+33, Private, 260782, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+21, Private, 82061, 5th-6th, 3, Never-married, Craft-repair, Not-in-family, Other, Male, 0, 0, 32, Mexico, <=50K.
+22, Private, 254351, HS-grad, 9, Married-civ-spouse, Protective-serv, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 128699, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+59, Private, 171328, Bachelors, 13, Married-spouse-absent, Prof-specialty, Other-relative, Black, Female, 2202, 0, 37, United-States, <=50K.
+24, ?, 152719, Some-college, 10, Never-married, ?, Own-child, Black, Female, 0, 0, 15, Haiti, <=50K.
+42, Private, 97688, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+33, Private, 199248, Some-college, 10, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+25, Private, 67240, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+27, Private, 1490400, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Self-emp-not-inc, 188503, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 60, United-States, >50K.
+40, Private, 180206, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+27, Private, 201872, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 314373, HS-grad, 9, Divorced, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+36, Private, 107737, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Portugal, <=50K.
+44, Private, 209093, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+48, Local-gov, 218357, HS-grad, 9, Separated, Transport-moving, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
+43, Private, 163434, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+43, Private, 326701, 5th-6th, 3, Separated, Craft-repair, Not-in-family, Other, Male, 0, 0, 40, Mexico, <=50K.
+41, Private, 164612, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 50, United-States, >50K.
+29, Self-emp-not-inc, 37429, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 30, United-States, <=50K.
+31, Private, 408208, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 30, United-States, <=50K.
+54, Private, 105638, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 81259, Assoc-acdm, 12, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 36, United-States, <=50K.
+37, Private, 201141, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+27, Private, 394927, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+52, Federal-gov, 165998, Prof-school, 15, Married-civ-spouse, Armed-Forces, Husband, White, Male, 7298, 0, 50, United-States, >50K.
+40, Private, 41888, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 2415, 70, United-States, >50K.
+24, Private, 72887, HS-grad, 9, Never-married, Other-service, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
+49, Private, 56551, 9th, 5, Divorced, Craft-repair, Unmarried, White, Female, 5455, 0, 45, United-States, <=50K.
+22, Private, 227603, Some-college, 10, Never-married, Prof-specialty, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
+28, Private, 203776, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, Poland, <=50K.
+61, Private, 202060, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 34, United-States, <=50K.
+59, Private, 178282, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 7688, 0, 40, United-States, >50K.
+31, Private, 57151, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 399455, HS-grad, 9, Married-spouse-absent, Other-service, Unmarried, White, Female, 0, 0, 52, United-States, <=50K.
+37, Private, 52630, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 124692, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+21, Private, 278254, Some-college, 10, Never-married, Handlers-cleaners, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 162098, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 304143, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
+37, Federal-gov, 287031, Masters, 14, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 50, United-States, >50K.
+38, Private, 102478, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+36, Private, 172425, HS-grad, 9, Married-spouse-absent, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, >50K.
+48, Private, 56664, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+42, Private, 247514, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, Mexico, >50K.
+30, Private, 307353, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
+37, Private, 111129, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 39, United-States, <=50K.
+29, Private, 190539, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 55, Greece, >50K.
+47, Self-emp-inc, 224314, Bachelors, 13, Divorced, Sales, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+47, Self-emp-not-inc, 59987, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 2002, 42, United-States, <=50K.
+33, Local-gov, 111746, HS-grad, 9, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
+24, Private, 162958, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 1980, 50, United-States, <=50K.
+68, ?, 129802, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 12, United-States, <=50K.
+43, Private, 303155, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+25, Private, 301634, Assoc-acdm, 12, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 156294, HS-grad, 9, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+50, Private, 145033, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 2415, 60, United-States, >50K.
+19, ?, 768659, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+32, Private, 134679, 11th, 7, Never-married, Handlers-cleaners, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 188798, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 122033, Some-college, 10, Never-married, Exec-managerial, Unmarried, Black, Female, 0, 0, 99, United-States, <=50K.
+21, ?, 223515, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 235124, 12th, 8, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 30, ?, <=50K.
+47, Private, 341814, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 45, United-States, <=50K.
+34, State-gov, 764638, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Female, 4787, 0, 47, United-States, >50K.
+47, Federal-gov, 303637, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
+31, Private, 307543, 10th, 6, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 99, Cuba, <=50K.
+45, Local-gov, 151267, Some-college, 10, Married-civ-spouse, Other-service, Wife, Black, Female, 0, 0, 25, United-States, <=50K.
+40, Private, 157403, Some-college, 10, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 38, United-States, <=50K.
+31, Private, 124483, Masters, 14, Never-married, Adm-clerical, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 60, India, >50K.
+32, Private, 26803, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+40, Private, 131899, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 119992, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 2603, 60, United-States, <=50K.
+31, Private, 198068, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+31, Private, 264351, 12th, 8, Separated, Adm-clerical, Own-child, White, Male, 0, 0, 40, Mexico, <=50K.
+18, ?, 352430, 11th, 7, Never-married, ?, Own-child, White, Male, 0, 1602, 30, United-States, <=50K.
+61, Private, 29797, HS-grad, 9, Divorced, Sales, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 54670, Assoc-acdm, 12, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, ?, <=50K.
+47, Private, 192713, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+55, Self-emp-inc, 79662, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+35, Private, 190023, 11th, 7, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 301251, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 115336, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 50, United-States, >50K.
+58, Self-emp-not-inc, 98015, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 32, United-States, >50K.
+33, Self-emp-not-inc, 48189, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+33, Private, 248754, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+30, Private, 195602, 12th, 8, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 44, United-States, <=50K.
+45, State-gov, 185797, Some-college, 10, Never-married, Tech-support, Not-in-family, White, Female, 3325, 0, 60, United-States, <=50K.
+51, Private, 192588, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 35, Philippines, <=50K.
+44, Private, 160837, 5th-6th, 3, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
+54, Local-gov, 128378, Masters, 14, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 335846, Bachelors, 13, Never-married, Exec-managerial, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+19, Private, 179991, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+31, Private, 151763, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 127875, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+27, Self-emp-not-inc, 132686, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+44, Self-emp-inc, 240900, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+35, Private, 65876, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 42, United-States, >50K.
+46, State-gov, 165852, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+30, Self-emp-not-inc, 437458, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+63, Self-emp-not-inc, 261995, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+37, Private, 342480, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+58, Private, 270131, 5th-6th, 3, Widowed, Other-service, Unmarried, White, Female, 0, 0, 70, Mexico, <=50K.
+48, Private, 216414, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 70, United-States, >50K.
+30, Private, 259425, 10th, 6, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+45, Private, 144086, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+63, Self-emp-not-inc, 246124, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+53, Private, 321865, Prof-school, 15, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+42, Private, 32080, HS-grad, 9, Separated, Machine-op-inspct, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+31, Local-gov, 201697, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
+32, Local-gov, 300687, Masters, 14, Never-married, Prof-specialty, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 307724, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, ?, <=50K.
+60, Private, 40856, HS-grad, 9, Married-spouse-absent, Craft-repair, Not-in-family, White, Male, 0, 1741, 40, United-States, <=50K.
+24, ?, 115085, HS-grad, 9, Married-civ-spouse, ?, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+37, State-gov, 202139, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+34, Private, 190151, HS-grad, 9, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 32, United-States, <=50K.
+40, Local-gov, 208277, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+19, Private, 107405, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+21, Private, 194096, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+36, Private, 162029, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 3325, 0, 40, United-States, <=50K.
+46, Private, 172155, Bachelors, 13, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Peru, <=50K.
+51, Self-emp-inc, 114674, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+27, Private, 116298, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+50, Local-gov, 320510, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 7298, 0, 56, United-States, >50K.
+31, Private, 158144, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+34, Private, 181651, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 51150, 12th, 8, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+41, State-gov, 118544, Some-college, 10, Divorced, Other-service, Own-child, White, Male, 0, 0, 12, United-States, <=50K.
+54, Private, 85423, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
+34, Private, 56460, Bachelors, 13, Never-married, Sales, Unmarried, White, Female, 0, 0, 41, United-States, <=50K.
+28, Private, 211208, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+17, Private, 154337, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 13, United-States, <=50K.
+22, Private, 125542, 11th, 7, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 175847, 5th-6th, 3, Married-civ-spouse, Transport-moving, Wife, White, Female, 0, 0, 40, Mexico, >50K.
+34, Private, 229731, HS-grad, 9, Married-spouse-absent, Other-service, Not-in-family, White, Female, 0, 0, 35, El-Salvador, <=50K.
+45, Self-emp-not-inc, 40666, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 2885, 0, 60, United-States, <=50K.
+58, Federal-gov, 215900, HS-grad, 9, Never-married, Adm-clerical, Other-relative, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+75, ?, 186792, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 16, United-States, <=50K.
+18, ?, 151552, 11th, 7, Never-married, ?, Other-relative, White, Female, 0, 0, 15, United-States, <=50K.
+45, Private, 122002, Some-college, 10, Divorced, Adm-clerical, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 32174, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+34, Private, 349148, Some-college, 10, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 63, United-States, <=50K.
+34, Private, 209691, Some-college, 10, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 66, United-States, <=50K.
+49, Private, 163021, HS-grad, 9, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+18, Local-gov, 283342, 10th, 6, Never-married, Craft-repair, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+41, ?, 45186, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+41, Private, 175398, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+30, Private, 175455, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+17, Private, 194946, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+58, ?, 183869, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 3411, 0, 80, United-States, <=50K.
+19, ?, 167428, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 227615, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+44, Local-gov, 196797, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 0, 0, 36, United-States, >50K.
+28, Local-gov, 273051, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+42, Local-gov, 27085, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 235646, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+25, ?, 168358, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 167725, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 91819, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+27, Private, 105830, Some-college, 10, Never-married, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+59, Private, 201159, 12th, 8, Widowed, Machine-op-inspct, Other-relative, White, Female, 0, 0, 48, United-States, <=50K.
+18, Private, 137363, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+27, Self-emp-not-inc, 164725, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 3464, 0, 35, United-States, <=50K.
+47, Private, 29438, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 70, United-States, <=50K.
+67, Private, 131656, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 2392, 24, United-States, >50K.
+33, State-gov, 35306, 9th, 5, Never-married, Other-service, Own-child, White, Female, 0, 0, 44, United-States, <=50K.
+63, Private, 198206, Some-college, 10, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+40, Private, 103513, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 143078, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 109494, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 1485, 40, United-States, <=50K.
+28, Private, 52732, 7th-8th, 4, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+49, Self-emp-not-inc, 164495, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 35, Germany, <=50K.
+20, Self-emp-not-inc, 105997, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+49, Federal-gov, 105959, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 41, United-States, >50K.
+18, Private, 216540, 11th, 7, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 159623, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+45, Federal-gov, 87207, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 37, United-States, <=50K.
+57, Private, 47621, 9th, 5, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 38, United-States, <=50K.
+35, Private, 190297, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 1977, 65, United-States, >50K.
+66, Private, 48034, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 16, United-States, <=50K.
+47, Local-gov, 162236, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 35, United-States, >50K.
+57, Private, 104724, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
+25, Private, 129806, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+35, Private, 170174, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+23, Local-gov, 265148, Bachelors, 13, Never-married, Prof-specialty, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 192237, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 406491, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 231866, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 292055, Assoc-voc, 11, Never-married, Sales, Not-in-family, White, Female, 0, 0, 37, United-States, <=50K.
+30, Private, 140612, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 2051, 40, United-States, <=50K.
+26, Private, 191573, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
+52, Private, 203635, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
+30, Private, 171483, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 38, United-States, <=50K.
+36, Private, 68798, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+34, Private, 31752, HS-grad, 9, Divorced, Machine-op-inspct, Other-relative, White, Female, 0, 0, 40, ?, <=50K.
+59, ?, 291856, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 135848, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 10, Guatemala, <=50K.
+22, Private, 72887, Some-college, 10, Never-married, Other-service, Own-child, Asian-Pac-Islander, Male, 0, 0, 24, United-States, <=50K.
+47, Private, 275163, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+65, Private, 29276, HS-grad, 9, Widowed, Other-service, Not-in-family, White, Female, 2538, 0, 50, United-States, <=50K.
+50, Private, 224207, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+50, Local-gov, 237356, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+29, Private, 393829, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
+58, Self-emp-not-inc, 193720, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, White, Male, 0, 0, 20, United-States, <=50K.
+56, Self-emp-not-inc, 140729, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+22, Private, 54560, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+34, Self-emp-not-inc, 214288, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 3411, 0, 80, United-States, <=50K.
+45, Self-emp-inc, 88500, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 7298, 0, 40, United-States, >50K.
+30, Private, 287092, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 2354, 0, 40, United-States, <=50K.
+40, Private, 225263, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 45, United-States, >50K.
+52, Local-gov, 140027, HS-grad, 9, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+44, Private, 32000, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+44, Private, 228516, HS-grad, 9, Never-married, Other-service, Unmarried, White, Male, 0, 0, 20, Portugal, <=50K.
+27, Private, 157612, Bachelors, 13, Separated, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
+24, Private, 197200, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 44, United-States, <=50K.
+28, Private, 89598, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
+40, Private, 153799, Bachelors, 13, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 72, ?, >50K.
+67, ?, 101761, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, >50K.
+49, Private, 225456, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+36, Private, 348960, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+17, Local-gov, 157111, 10th, 6, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+51, Self-emp-not-inc, 85877, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Female, 99999, 0, 60, United-States, >50K.
+72, Self-emp-not-inc, 32819, Masters, 14, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+21, ?, 517995, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+59, Private, 103948, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 96016, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 60668, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+29, Local-gov, 270379, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 190756, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 44, United-States, <=50K.
+59, Local-gov, 221417, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
+23, Private, 158940, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+67, State-gov, 121395, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 12, United-States, <=50K.
+26, Private, 196866, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
+35, Private, 302239, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 718736, Some-college, 10, Widowed, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 178615, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 158096, Bachelors, 13, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+19, ?, 317988, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 15, United-States, <=50K.
+23, Private, 325596, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 120461, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+80, ?, 30680, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+22, Private, 125010, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+67, Private, 268781, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 1510, 8, United-States, <=50K.
+46, Private, 36020, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 433682, Bachelors, 13, Never-married, Tech-support, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+32, Local-gov, 349148, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+44, Self-emp-inc, 148805, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 33, United-States, <=50K.
+24, Private, 285775, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+46, Local-gov, 126524, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 1902, 40, United-States, >50K.
+52, Private, 270221, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 44, United-States, >50K.
+24, Private, 117222, HS-grad, 9, Divorced, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 118941, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+59, Private, 172667, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 241306, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
+33, State-gov, 292317, 9th, 5, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 182918, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 7298, 0, 46, United-States, >50K.
+76, Self-emp-not-inc, 106430, 9th, 5, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+41, ?, 119207, HS-grad, 9, Divorced, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 377692, Assoc-acdm, 12, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 284907, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+65, Federal-gov, 190160, Some-college, 10, Widowed, Adm-clerical, Not-in-family, White, Male, 0, 1944, 20, Poland, <=50K.
+65, Self-emp-inc, 226215, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 169324, 9th, 5, Divorced, Other-service, Unmarried, Black, Female, 0, 0, 40, Haiti, <=50K.
+22, Private, 191460, 10th, 6, Never-married, Sales, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+36, Self-emp-not-inc, 219155, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+66, ?, 52654, 11th, 7, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 32, United-States, <=50K.
+64, Self-emp-not-inc, 198466, HS-grad, 9, Widowed, Sales, Not-in-family, White, Female, 0, 0, 70, United-States, <=50K.
+47, Private, 255965, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+38, ?, 54953, HS-grad, 9, Divorced, ?, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+25, Private, 290441, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+44, Federal-gov, 206927, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 40, United-States, >50K.
+66, Self-emp-inc, 165609, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+33, Self-emp-inc, 206609, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 1876, 50, United-States, <=50K.
+64, Private, 211846, 10th, 6, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+17, Private, 102446, 12th, 8, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+26, Private, 114483, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+43, Private, 199657, HS-grad, 9, Separated, Adm-clerical, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+40, Private, 192878, 10th, 6, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+43, Private, 346081, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+24, Private, 26668, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, Puerto-Rico, <=50K.
+72, ?, 272425, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 3818, 0, 4, United-States, <=50K.
+68, Local-gov, 159643, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 15, United-States, <=50K.
+51, ?, 22743, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+21, Private, 142875, 10th, 6, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 44, United-States, <=50K.
+18, ?, 256304, HS-grad, 9, Never-married, ?, Own-child, Black, Female, 0, 0, 30, United-States, <=50K.
+36, Private, 163380, 10th, 6, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 162187, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 48, United-States, >50K.
+32, Private, 153353, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+75, Self-emp-inc, 134414, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+25, Private, 39212, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 344060, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 7298, 0, 40, Japan, >50K.
+17, Local-gov, 140240, 11th, 7, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+70, ?, 210722, Prof-school, 15, Divorced, ?, Not-in-family, White, Male, 2538, 0, 45, United-States, <=50K.
+32, Private, 285946, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+34, Private, 216645, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+54, Private, 54065, 7th-8th, 4, Divorced, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 44159, 12th, 8, Never-married, Other-service, Other-relative, Other, Male, 0, 0, 40, Dominican-Republic, <=50K.
+46, Private, 188729, Assoc-acdm, 12, Never-married, Craft-repair, Not-in-family, Black, Female, 0, 0, 50, United-States, <=50K.
+44, Self-emp-not-inc, 296982, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 48, ?, <=50K.
+56, Local-gov, 277203, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
+39, Private, 153949, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+46, Federal-gov, 269890, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+35, Federal-gov, 61518, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+39, Private, 176050, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1848, 47, United-States, >50K.
+25, Private, 202700, HS-grad, 9, Never-married, Sales, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+18, Private, 477083, 11th, 7, Never-married, Sales, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+50, Private, 221532, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+43, Private, 282155, Assoc-acdm, 12, Divorced, Prof-specialty, Not-in-family, White, Female, 4650, 0, 40, United-States, <=50K.
+38, Private, 365307, HS-grad, 9, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
+26, Private, 248776, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+48, Private, 166863, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+42, Private, 191149, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, United-States, >50K.
+22, Private, 126822, 10th, 6, Never-married, Sales, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+20, Private, 281743, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+27, Private, 212041, Bachelors, 13, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+31, Private, 264351, 7th-8th, 4, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, Mexico, <=50K.
+54, Private, 117198, HS-grad, 9, Widowed, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 202937, Assoc-acdm, 12, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
+53, ?, 201062, HS-grad, 9, Married-civ-spouse, ?, Wife, Black, Female, 0, 0, 2, United-States, <=50K.
+51, Private, 96062, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+54, Self-emp-not-inc, 99902, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Ireland, >50K.
+54, Private, 76268, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 80, United-States, <=50K.
+64, Private, 200517, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 39, United-States, <=50K.
+48, ?, 222478, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+19, ?, 168471, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
+52, Private, 403027, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+34, Self-emp-not-inc, 201292, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+39, Self-emp-not-inc, 360814, 12th, 8, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+51, Private, 155574, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+48, Private, 135525, Some-college, 10, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, >50K.
+42, Self-emp-not-inc, 24763, Bachelors, 13, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 65, United-States, <=50K.
+38, Self-emp-inc, 184456, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, Italy, >50K.
+40, Private, 30412, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+37, State-gov, 93225, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+60, Self-emp-not-inc, 359988, Some-college, 10, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 12, United-States, <=50K.
+60, Self-emp-not-inc, 122314, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 65, United-States, <=50K.
+59, Federal-gov, 51662, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 137991, Assoc-voc, 11, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 41, United-States, <=50K.
+47, State-gov, 119458, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 208068, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, Other, Male, 7298, 0, 40, Mexico, >50K.
+32, Private, 219553, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+23, Private, 308924, HS-grad, 9, Married-civ-spouse, Craft-repair, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 169748, HS-grad, 9, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+55, Private, 164970, HS-grad, 9, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 38, United-States, <=50K.
+39, Private, 190987, Assoc-voc, 11, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+33, Private, 250804, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, England, <=50K.
+30, Private, 85374, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+81, Private, 39667, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 20, United-States, <=50K.
+41, Private, 84817, Assoc-voc, 11, Divorced, Prof-specialty, Unmarried, White, Female, 3887, 0, 40, United-States, <=50K.
+38, Private, 227615, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+54, Private, 155737, Bachelors, 13, Divorced, Sales, Not-in-family, White, Female, 8614, 0, 40, United-States, >50K.
+38, Private, 133935, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 41, El-Salvador, >50K.
+22, Federal-gov, 316438, HS-grad, 9, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+44, Private, 107433, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
+36, State-gov, 28572, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 38, United-States, <=50K.
+32, Self-emp-not-inc, 291414, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 35, United-States, >50K.
+22, Private, 202153, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+45, Private, 324655, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+32, Self-emp-not-inc, 27207, 11th, 7, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 80, United-States, <=50K.
+30, Private, 184435, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 122749, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 32, United-States, <=50K.
+36, Private, 181146, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 40, India, <=50K.
+21, Private, 225311, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+40, Self-emp-not-inc, 33474, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+42, Private, 126319, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+52, Private, 247806, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+50, Private, 85815, Assoc-voc, 11, Divorced, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 38, United-States, >50K.
+48, Private, 204629, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+63, Private, 195540, Assoc-voc, 11, Divorced, Exec-managerial, Not-in-family, Black, Male, 0, 1408, 40, United-States, <=50K.
+27, Private, 113866, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+31, Private, 114691, 11th, 7, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, Ireland, <=50K.
+22, ?, 227943, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 44, United-States, <=50K.
+45, Private, 310260, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
+35, Private, 189922, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 52, United-States, >50K.
+54, Private, 249949, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+23, ?, 38455, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 11, United-States, <=50K.
+51, Private, 123429, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 15024, 0, 40, United-States, >50K.
+71, Private, 99549, 5th-6th, 3, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+50, Private, 98954, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, >50K.
+36, Private, 49794, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+47, ?, 80451, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 129764, Some-college, 10, Divorced, Sales, Unmarried, White, Male, 1506, 0, 50, United-States, <=50K.
+29, Private, 189702, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 10520, 0, 50, United-States, >50K.
+59, Self-emp-not-inc, 78020, 7th-8th, 4, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 182843, HS-grad, 9, Divorced, Other-service, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 53956, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+31, State-gov, 223376, Bachelors, 13, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+44, Federal-gov, 151933, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 1485, 40, United-States, >50K.
+47, Private, 100931, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+23, Private, 442478, Some-college, 10, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
+24, Private, 153082, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+46, Private, 182414, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, >50K.
+35, Local-gov, 217926, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 176536, Some-college, 10, Separated, Adm-clerical, Other-relative, Amer-Indian-Eskimo, Female, 0, 0, 42, United-States, <=50K.
+37, Private, 237943, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, Poland, <=50K.
+20, Private, 117789, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
+59, Private, 113838, Bachelors, 13, Widowed, Prof-specialty, Not-in-family, White, Female, 4650, 0, 37, United-States, <=50K.
+17, Private, 278414, 11th, 7, Never-married, Other-service, Own-child, White, Male, 0, 0, 15, United-States, <=50K.
+36, Private, 122493, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+57, Private, 110820, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+28, Private, 106141, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 99999, 0, 40, United-States, >50K.
+43, Self-emp-not-inc, 215896, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 50, United-States, <=50K.
+49, Private, 547108, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, Asian-Pac-Islander, Male, 15024, 0, 40, ?, >50K.
+50, Federal-gov, 169078, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 4386, 0, 40, United-States, >50K.
+69, Self-emp-not-inc, 227906, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 3456, 0, 30, Germany, <=50K.
+57, Private, 61298, 5th-6th, 3, Separated, Machine-op-inspct, Other-relative, White, Female, 0, 0, 40, Ecuador, <=50K.
+49, Private, 184285, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+48, Private, 64156, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+61, Private, 56248, 1st-4th, 2, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 60, United-States, >50K.
+51, Private, 171275, 7th-8th, 4, Divorced, Other-service, Not-in-family, Other, Male, 0, 0, 40, Peru, <=50K.
+41, Private, 123490, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
+60, Private, 420842, Assoc-acdm, 12, Divorced, Priv-house-serv, Other-relative, White, Female, 0, 0, 40, ?, <=50K.
+40, Private, 51233, Bachelors, 13, Divorced, Machine-op-inspct, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
+36, Private, 353263, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+17, Private, 262031, 12th, 8, Never-married, Other-service, Other-relative, White, Male, 0, 0, 20, United-States, <=50K.
+50, Private, 334421, Prof-school, 15, Never-married, Prof-specialty, Other-relative, Asian-Pac-Islander, Female, 0, 1590, 25, China, <=50K.
+24, Private, 200153, Assoc-voc, 11, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+70, ?, 187972, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+29, Federal-gov, 360186, HS-grad, 9, Never-married, Other-service, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 368832, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 25, United-States, <=50K.
+36, Private, 359131, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+35, Self-emp-not-inc, 295279, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 0, 37, United-States, <=50K.
+34, Private, 378272, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 150817, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+40, Self-emp-not-inc, 145246, Some-college, 10, Divorced, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 185490, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 217424, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
+24, Private, 190483, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+50, Self-emp-not-inc, 391016, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+38, Private, 30509, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Wife, White, Female, 3908, 0, 50, United-States, <=50K.
+28, Private, 267661, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+57, Private, 197369, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+49, Self-emp-not-inc, 393691, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+46, Private, 168441, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, >50K.
+47, Self-emp-inc, 85109, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+22, Private, 190457, 10th, 6, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+37, Self-emp-not-inc, 289430, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+39, Private, 166697, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+24, Local-gov, 310355, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 20, Germany, <=50K.
+31, Private, 300828, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, Black, Male, 0, 0, 30, United-States, <=50K.
+20, Private, 188923, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 37, United-States, <=50K.
+36, Private, 167482, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+29, Private, 114968, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 102988, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, Ecuador, >50K.
+67, Local-gov, 330144, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 18, United-States, <=50K.
+47, Private, 362654, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+35, Private, 179481, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+42, Private, 204817, Bachelors, 13, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 35, United-States, <=50K.
+32, Private, 172402, Some-college, 10, Never-married, Adm-clerical, Unmarried, Other, Female, 0, 0, 40, United-States, <=50K.
+44, Private, 54611, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+42, State-gov, 179151, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+17, Private, 30829, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 12, United-States, <=50K.
+50, Private, 474229, HS-grad, 9, Divorced, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+46, Self-emp-not-inc, 246981, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Black, Male, 0, 0, 23, United-States, <=50K.
+39, Private, 271610, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
+25, Private, 179138, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+19, Local-gov, 268722, Some-college, 10, Never-married, Sales, Other-relative, White, Female, 0, 0, 20, United-States, <=50K.
+46, Private, 111410, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+37, Local-gov, 125550, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 7688, 0, 40, United-States, >50K.
+24, Private, 51985, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 302584, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+90, Federal-gov, 311184, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 99, United-States, <=50K.
+45, Local-gov, 133969, Bachelors, 13, Married-civ-spouse, Transport-moving, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Thailand, <=50K.
+41, Local-gov, 214242, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 1902, 72, United-States, >50K.
+29, Private, 372149, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+53, Private, 203967, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 147344, HS-grad, 9, Never-married, Transport-moving, Other-relative, White, Male, 0, 0, 60, ?, <=50K.
+45, Self-emp-inc, 139268, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
+38, Private, 349198, Assoc-acdm, 12, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 21, United-States, >50K.
+43, Private, 222756, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 2002, 44, United-States, <=50K.
+53, Local-gov, 196395, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+22, Private, 316304, Some-college, 10, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+44, Private, 347653, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, Germany, <=50K.
+40, Private, 176063, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 60, United-States, >50K.
+67, Private, 176835, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+58, Private, 144092, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 35, United-States, >50K.
+23, Private, 148709, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
+31, Federal-gov, 194141, Assoc-voc, 11, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+28, Self-emp-inc, 215423, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 70, United-States, <=50K.
+52, Self-emp-not-inc, 128378, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 34431, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+21, Private, 180690, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 142712, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 57, United-States, >50K.
+43, State-gov, 185619, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Amer-Indian-Eskimo, Male, 0, 0, 35, United-States, >50K.
+36, Self-emp-not-inc, 358373, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 30, United-States, <=50K.
+27, Private, 81648, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+56, Private, 244580, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
+31, Private, 184570, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+39, State-gov, 210150, Masters, 14, Never-married, Protective-serv, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+22, Local-gov, 212213, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+37, Private, 182148, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 39, United-States, <=50K.
+29, Private, 55390, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+58, Private, 66788, HS-grad, 9, Separated, Machine-op-inspct, Unmarried, White, Male, 0, 0, 40, Portugal, <=50K.
+43, Federal-gov, 265604, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 110677, Some-college, 10, Married-civ-spouse, Other-service, Other-relative, White, Female, 0, 0, 30, United-States, <=50K.
+34, Private, 320077, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 50, United-States, >50K.
+56, Private, 201817, HS-grad, 9, Widowed, Machine-op-inspct, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+43, Private, 142725, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 1887, 80, United-States, >50K.
+44, Self-emp-not-inc, 53956, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+45, State-gov, 116892, Assoc-acdm, 12, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+33, Private, 34572, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+40, State-gov, 287008, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+66, Local-gov, 30740, Some-college, 10, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+27, Private, 162104, 7th-8th, 4, Never-married, Priv-house-serv, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+65, Private, 237024, 1st-4th, 2, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 35, Mexico, <=50K.
+20, Private, 228306, HS-grad, 9, Never-married, Tech-support, Own-child, White, Female, 0, 0, 32, United-States, <=50K.
+18, Private, 127388, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+45, Private, 72393, Bachelors, 13, Married-spouse-absent, Prof-specialty, Unmarried, White, Female, 0, 0, 38, United-States, <=50K.
+55, Self-emp-inc, 160813, HS-grad, 9, Separated, Sales, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
+43, Private, 255586, HS-grad, 9, Divorced, Machine-op-inspct, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 342575, Some-college, 10, Never-married, Sales, Own-child, Black, Female, 0, 0, 35, United-States, <=50K.
+28, Private, 181466, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 234108, Assoc-acdm, 12, Never-married, Machine-op-inspct, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 66414, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 227307, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 43, United-States, >50K.
+23, Private, 157145, HS-grad, 9, Separated, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+63, Private, 252457, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+60, Federal-gov, 142769, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+32, Private, 49539, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 3674, 0, 40, United-States, <=50K.
+33, Private, 249438, HS-grad, 9, Never-married, Other-service, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 289293, 12th, 8, Married-civ-spouse, Craft-repair, Husband, White, Male, 3908, 0, 40, Dominican-Republic, <=50K.
+68, Self-emp-not-inc, 198884, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 25, United-States, <=50K.
+53, Local-gov, 229259, Assoc-acdm, 12, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 45, United-States, >50K.
+36, Private, 289223, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 1848, 40, United-States, >50K.
+23, Private, 42401, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+26, Private, 295055, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+42, State-gov, 214781, Bachelors, 13, Never-married, Prof-specialty, Unmarried, White, Male, 0, 1876, 38, United-States, <=50K.
+20, Private, 95552, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+53, Private, 308764, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+36, Private, 185394, HS-grad, 9, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+47, Private, 358382, Some-college, 10, Separated, Prof-specialty, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 195946, Assoc-acdm, 12, Married-civ-spouse, Other-service, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Thailand, <=50K.
+32, Private, 296897, Bachelors, 13, Never-married, Prof-specialty, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+41, Self-emp-not-inc, 230961, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+22, Private, 169022, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 48, United-States, <=50K.
+28, Private, 209301, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 1848, 40, United-States, >50K.
+42, Private, 252058, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, Self-emp-not-inc, 30012, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+33, Private, 202046, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+22, Private, 52262, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+60, Private, 96660, HS-grad, 9, Divorced, Sales, Other-relative, White, Female, 0, 0, 33, United-States, <=50K.
+50, Self-emp-not-inc, 200618, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+58, Private, 177368, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 3137, 0, 16, United-States, <=50K.
+22, Private, 311311, Some-college, 10, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+47, State-gov, 142856, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+28, Private, 134890, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 1974, 50, United-States, <=50K.
+38, Self-emp-inc, 179579, Doctorate, 16, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+67, State-gov, 173623, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 4931, 0, 30, United-States, <=50K.
+76, Self-emp-inc, 99328, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 6514, 0, 40, United-States, >50K.
+41, Local-gov, 224799, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, >50K.
+57, Self-emp-inc, 231781, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+22, Private, 41763, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+38, Local-gov, 51240, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+30, Private, 206923, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Wife, Other, Female, 0, 1977, 40, United-States, >50K.
+30, Self-emp-inc, 132601, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+27, Private, 357348, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 2202, 0, 40, United-States, <=50K.
+22, Private, 150683, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+40, Self-emp-inc, 188615, 11th, 7, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 20, United-States, >50K.
+73, Private, 159007, Bachelors, 13, Divorced, Farming-fishing, Other-relative, White, Female, 0, 0, 12, United-States, <=50K.
+23, Private, 130959, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 2407, 0, 6, Canada, <=50K.
+51, Private, 158746, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 60, United-States, >50K.
+29, Private, 498833, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, Nicaragua, <=50K.
+46, Private, 193188, Masters, 14, Never-married, Exec-managerial, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+29, Self-emp-inc, 136277, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 16, United-States, <=50K.
+34, Private, 137991, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+38, Self-emp-not-inc, 187098, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 48, United-States, <=50K.
+62, Private, 176839, Doctorate, 16, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
+30, State-gov, 185384, HS-grad, 9, Divorced, Other-service, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+20, Private, 87867, Some-college, 10, Never-married, Tech-support, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 111779, 11th, 7, Divorced, Other-service, Unmarried, Black, Female, 0, 0, 36, United-States, <=50K.
+37, Local-gov, 185556, HS-grad, 9, Separated, Protective-serv, Not-in-family, White, Male, 0, 1980, 35, United-States, <=50K.
+56, Private, 59469, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, Canada, <=50K.
+63, Private, 164435, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+25, Private, 259336, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, Peru, <=50K.
+40, Self-emp-not-inc, 277488, HS-grad, 9, Separated, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+53, Private, 104258, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 141427, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 267052, 10th, 6, Never-married, Farming-fishing, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+33, Private, 114764, Some-college, 10, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+50, Local-gov, 151143, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+37, Private, 176357, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 190303, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Male, 2463, 0, 15, United-States, <=50K.
+28, Private, 220692, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+46, Private, 181970, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+42, Private, 263339, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 5178, 0, 40, United-States, >50K.
+21, Self-emp-not-inc, 83704, 9th, 5, Never-married, Sales, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+24, Private, 324960, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+53, Private, 96062, 9th, 5, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+54, Private, 96678, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+36, Private, 33435, Assoc-voc, 11, Divorced, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+52, Self-emp-not-inc, 399008, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 5013, 0, 40, United-States, <=50K.
+71, Private, 159722, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
+36, Private, 225172, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+52, Private, 135033, 7th-8th, 4, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, Ecuador, <=50K.
+38, Private, 179671, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+56, Private, 182460, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+52, Private, 231196, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+55, Private, 181974, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 326104, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+51, Self-emp-inc, 126850, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 65, United-States, <=50K.
+23, Private, 33644, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+40, Private, 92649, Assoc-acdm, 12, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+20, Private, 353696, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 28, United-States, <=50K.
+36, Private, 238342, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 882849, Bachelors, 13, Never-married, Other-service, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+49, Self-emp-inc, 318280, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, >50K.
+35, Private, 151322, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 55, United-States, >50K.
+31, Self-emp-inc, 111567, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+43, Private, 279996, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+48, Private, 103743, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 2002, 70, United-States, <=50K.
+53, Private, 30846, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 191393, HS-grad, 9, Never-married, Adm-clerical, Unmarried, Black, Male, 0, 1380, 40, United-States, <=50K.
+35, State-gov, 140564, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
+37, Federal-gov, 243177, Some-college, 10, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+55, Local-gov, 104996, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 15, United-States, <=50K.
+27, Local-gov, 191202, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
+47, Private, 247379, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+44, Private, 96129, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+47, ?, 58440, Assoc-voc, 11, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+24, Private, 125031, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+23, Private, 183772, Assoc-acdm, 12, Never-married, Adm-clerical, Other-relative, White, Female, 0, 0, 70, United-States, <=50K.
+37, Private, 78488, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
+32, Self-emp-not-inc, 121058, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+43, Private, 84673, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 38, United-States, >50K.
+30, Private, 172830, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 3325, 0, 40, United-States, <=50K.
+36, Private, 307520, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, >50K.
+21, Private, 327797, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+40, Private, 108945, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 32, United-States, <=50K.
+52, Private, 164473, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 38, United-States, <=50K.
+40, Private, 144778, Bachelors, 13, Married-spouse-absent, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+54, Private, 69477, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1902, 60, United-States, >50K.
+45, Private, 137946, Bachelors, 13, Divorced, Sales, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+28, Private, 167737, Bachelors, 13, Widowed, Other-service, Own-child, White, Male, 0, 1974, 50, United-States, <=50K.
+30, Private, 195602, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 45, ?, <=50K.
+31, Private, 140206, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+42, Self-emp-inc, 272551, Bachelors, 13, Divorced, Tech-support, Not-in-family, White, Female, 0, 1564, 60, United-States, >50K.
+24, Private, 114939, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+45, Local-gov, 265477, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, France, >50K.
+51, Local-gov, 252029, Doctorate, 16, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 45, United-States, >50K.
+29, Self-emp-inc, 263786, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+35, Private, 397877, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 316438, 5th-6th, 3, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 40, Mexico, <=50K.
+34, Local-gov, 283921, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 199903, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+42, Private, 339814, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+19, ?, 191140, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+33, Private, 174215, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 55, United-States, >50K.
+32, Private, 124420, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 289228, Masters, 14, Married-civ-spouse, Exec-managerial, Wife, White, Female, 15024, 0, 45, United-States, >50K.
+27, Private, 200610, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 2580, 0, 40, United-States, <=50K.
+36, Private, 140327, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 7298, 0, 35, United-States, >50K.
+39, Local-gov, 86643, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+33, Private, 226624, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 365516, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+27, Private, 153288, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 235124, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, ?, <=50K.
+28, Self-emp-inc, 160731, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+17, Private, 230999, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 16, United-States, <=50K.
+38, Private, 453663, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 44, United-States, <=50K.
+28, Private, 250967, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 2105, 0, 40, United-States, <=50K.
+22, ?, 96844, Some-college, 10, Never-married, ?, Not-in-family, White, Female, 0, 1602, 20, United-States, <=50K.
+41, Federal-gov, 149102, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 1980, 40, United-States, <=50K.
+42, Private, 226452, 9th, 5, Never-married, Machine-op-inspct, Other-relative, White, Female, 0, 0, 40, Mexico, <=50K.
+36, Private, 34378, 7th-8th, 4, Never-married, Machine-op-inspct, Unmarried, White, Male, 0, 0, 60, United-States, <=50K.
+37, Local-gov, 177277, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+38, Local-gov, 316470, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+55, Local-gov, 293104, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+55, Private, 380357, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, ?, >50K.
+36, Private, 101318, Some-college, 10, Married-spouse-absent, Prof-specialty, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, China, >50K.
+32, ?, 339099, Some-college, 10, Never-married, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+52, Private, 131662, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 45, United-States, <=50K.
+20, Private, 163333, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+43, Private, 71738, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+35, Private, 141276, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+61, Private, 242552, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 37, Honduras, <=50K.
+30, Private, 246439, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+38, Federal-gov, 81232, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+31, Private, 157568, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 117476, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+28, State-gov, 198201, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+57, Private, 167483, Assoc-voc, 11, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+19, Self-emp-inc, 150384, HS-grad, 9, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+18, ?, 96244, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 45, United-States, <=50K.
+34, Private, 33678, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 4508, 0, 35, United-States, <=50K.
+42, Private, 180985, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 52, United-States, <=50K.
+36, Private, 101192, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+33, Private, 207561, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 105749, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+41, Self-emp-inc, 443508, Doctorate, 16, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 60, United-States, >50K.
+23, Private, 249087, Bachelors, 13, Never-married, Tech-support, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+31, Local-gov, 279231, Assoc-voc, 11, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 180477, 10th, 6, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 144522, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, El-Salvador, <=50K.
+36, Local-gov, 248263, HS-grad, 9, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+38, ?, 498411, Some-college, 10, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+57, Private, 102442, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+20, Private, 262877, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
+66, Self-emp-not-inc, 325537, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+22, Private, 161638, HS-grad, 9, Never-married, Machine-op-inspct, Other-relative, White, Female, 0, 0, 40, Columbia, <=50K.
+46, Self-emp-not-inc, 24367, 10th, 6, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 99, United-States, >50K.
+38, Private, 108140, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7298, 0, 50, United-States, >50K.
+63, ?, 205110, 10th, 6, Widowed, ?, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+43, Self-emp-inc, 504423, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 0, 0, 60, Japan, >50K.
+37, Private, 264700, HS-grad, 9, Married-civ-spouse, Tech-support, Wife, Black, Female, 0, 0, 35, United-States, <=50K.
+22, Private, 335067, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+58, Private, 153551, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 23, United-States, <=50K.
+43, Private, 186077, HS-grad, 9, Widowed, Transport-moving, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
+55, Local-gov, 85001, Masters, 14, Married-spouse-absent, Prof-specialty, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
+45, Self-emp-not-inc, 216999, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 107231, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+36, Self-emp-not-inc, 52870, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 4386, 0, 50, United-States, >50K.
+73, Self-emp-not-inc, 228899, 7th-8th, 4, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 99, United-States, <=50K.
+29, Local-gov, 90956, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 186934, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+57, Self-emp-inc, 37394, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+25, ?, 30840, Some-college, 10, Divorced, ?, Unmarried, White, Female, 0, 0, 40, Germany, <=50K.
+32, Private, 185177, Assoc-voc, 11, Separated, Tech-support, Own-child, White, Male, 0, 1590, 40, United-States, <=50K.
+34, Private, 312055, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+20, Private, 176262, Assoc-acdm, 12, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+51, Self-emp-inc, 161482, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+51, Private, 373448, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 2002, 40, United-States, <=50K.
+45, Self-emp-not-inc, 277630, Some-college, 10, Divorced, Exec-managerial, Not-in-family, Black, Male, 0, 0, 48, United-States, <=50K.
+68, Self-emp-not-inc, 150904, HS-grad, 9, Widowed, Craft-repair, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+73, Private, 187334, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 328937, 7th-8th, 4, Never-married, Other-service, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
+35, Local-gov, 132879, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+58, Private, 49159, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
+38, Private, 133299, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 55, United-States, <=50K.
+62, ?, 268315, Some-college, 10, Divorced, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 176430, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 211344, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 162302, Some-college, 10, Never-married, Tech-support, Own-child, White, Female, 0, 0, 32, United-States, <=50K.
+51, Private, 229225, Masters, 14, Divorced, Other-service, Not-in-family, Black, Female, 0, 0, 18, United-States, >50K.
+49, Self-emp-not-inc, 77404, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 44, ?, >50K.
+51, Local-gov, 202044, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
+28, Private, 94128, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+21, ?, 189888, Assoc-acdm, 12, Never-married, ?, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
+32, Private, 94041, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+50, State-gov, 322840, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, Poland, >50K.
+47, Federal-gov, 746660, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, Black, Male, 0, 1887, 40, United-States, >50K.
+54, Private, 84587, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, Asian-Pac-Islander, Male, 0, 0, 38, Philippines, <=50K.
+41, Private, 33126, Assoc-voc, 11, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+29, Private, 247445, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+52, Self-emp-not-inc, 210377, 10th, 6, Married-civ-spouse, Exec-managerial, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
+19, ?, 239862, Some-college, 10, Never-married, ?, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 327112, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+37, Self-emp-not-inc, 188563, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+62, ?, 189098, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 15, United-States, <=50K.
+27, Private, 26326, Assoc-voc, 11, Divorced, Other-service, Unmarried, Amer-Indian-Eskimo, Female, 0, 0, 40, United-States, <=50K.
+46, Private, 145636, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 3103, 0, 50, United-States, >50K.
+45, State-gov, 255456, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 50, India, >50K.
+35, Private, 196373, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 1672, 40, United-States, <=50K.
+32, Private, 167476, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+32, State-gov, 59083, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+36, Self-emp-not-inc, 186934, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+62, ?, 188650, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 10, United-States, <=50K.
+33, Federal-gov, 373043, HS-grad, 9, Never-married, Transport-moving, Not-in-family, Black, Male, 0, 0, 34, Germany, <=50K.
+51, Private, 250423, Some-college, 10, Married-spouse-absent, Transport-moving, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 334032, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+29, State-gov, 89487, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+52, Private, 230205, Some-college, 10, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 2001, 32, United-States, <=50K.
+33, Private, 212980, HS-grad, 9, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 351770, Some-college, 10, Divorced, Farming-fishing, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+35, State-gov, 167482, HS-grad, 9, Never-married, Protective-serv, Own-child, White, Male, 0, 1980, 40, United-States, <=50K.
+23, Private, 42251, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+56, Self-emp-not-inc, 52822, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+41, Private, 229472, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+33, Private, 93034, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Laos, <=50K.
+35, Private, 415167, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+76, Self-emp-not-inc, 161182, Some-college, 10, Widowed, Sales, Not-in-family, White, Male, 0, 0, 20, United-States, <=50K.
+38, Private, 166549, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+42, Private, 36296, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 272442, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+22, Private, 366139, Some-college, 10, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+30, Self-emp-inc, 127651, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 65, United-States, >50K.
+59, Private, 158077, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+33, Private, 154950, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+30, Local-gov, 197886, Assoc-acdm, 12, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+43, Private, 211518, HS-grad, 9, Divorced, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+26, Private, 214303, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 20, United-States, <=50K.
+34, Private, 154120, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 60, United-States, >50K.
+53, Private, 186303, HS-grad, 9, Never-married, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 488459, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+66, Private, 423883, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 117963, 9th, 5, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+57, Self-emp-not-inc, 38430, 7th-8th, 4, Widowed, Farming-fishing, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 176969, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+18, ?, 116839, Some-college, 10, Never-married, ?, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+23, Private, 212407, Bachelors, 13, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+35, Local-gov, 110075, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 15024, 0, 50, United-States, >50K.
+40, Private, 183096, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+45, Federal-gov, 126754, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+28, Private, 216178, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 188391, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+17, ?, 27251, 11th, 7, Widowed, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 40230, HS-grad, 9, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 60, United-States, <=50K.
+47, Private, 100009, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+27, ?, 222442, Some-college, 10, Divorced, ?, Own-child, White, Male, 0, 0, 25, El-Salvador, <=50K.
+24, Local-gov, 403471, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 48, United-States, <=50K.
+52, Private, 161482, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+20, Private, 83141, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 4416, 0, 53, United-States, <=50K.
+68, Self-emp-inc, 31661, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 65, United-States, <=50K.
+35, Private, 101073, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, >50K.
+53, Local-gov, 99682, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 2174, 0, 40, United-States, <=50K.
+23, Private, 215395, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 343476, 11th, 7, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 178363, Some-college, 10, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 20, United-States, <=50K.
+52, Private, 95872, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 55, ?, <=50K.
+49, Private, 90907, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Outlying-US(Guam-USVI-etc), >50K.
+42, Private, 165309, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+35, Private, 208358, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 37, United-States, >50K.
+42, Private, 171069, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, Black, Male, 15024, 0, 40, United-States, >50K.
+46, Private, 53540, Some-college, 10, Divorced, Prof-specialty, Not-in-family, Black, Female, 0, 0, 40, United-States, >50K.
+48, Private, 29433, Some-college, 10, Divorced, Sales, Unmarried, White, Female, 0, 0, 55, United-States, <=50K.
+48, Self-emp-not-inc, 175622, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+52, Private, 231865, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 46, United-States, <=50K.
+51, Private, 266336, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 1902, 50, United-States, >50K.
+44, Self-emp-not-inc, 190290, Some-college, 10, Married-spouse-absent, Exec-managerial, Not-in-family, White, Male, 0, 0, 80, France, <=50K.
+74, Self-emp-not-inc, 45319, 12th, 8, Married-civ-spouse, Other-service, Husband, White, Male, 1409, 0, 20, Canada, <=50K.
+17, Never-worked, 131593, 11th, 7, Never-married, ?, Own-child, Black, Female, 0, 0, 20, United-States, <=50K.
+24, Local-gov, 177913, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 457357, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+43, Self-emp-inc, 253811, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 2415, 55, United-States, >50K.
+48, Private, 501671, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, Black, Male, 0, 0, 48, United-States, <=50K.
+35, State-gov, 227128, HS-grad, 9, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+40, Federal-gov, 39137, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+52, Self-emp-not-inc, 121038, HS-grad, 9, Widowed, Other-service, Unmarried, Black, Female, 0, 0, 43, United-States, <=50K.
+53, State-gov, 119570, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+29, ?, 99297, HS-grad, 9, Married-civ-spouse, ?, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 40, Cambodia, <=50K.
+28, Self-emp-not-inc, 169460, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 80, United-States, <=50K.
+33, Private, 261639, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, Black, Male, 4064, 0, 40, United-States, <=50K.
+21, Private, 214542, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 22, United-States, <=50K.
+31, Private, 141410, Some-college, 10, Never-married, Transport-moving, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 370549, Some-college, 10, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 30, United-States, >50K.
+44, Self-emp-not-inc, 234767, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 30, United-States, >50K.
+40, Private, 104196, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+22, State-gov, 52262, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 20, England, <=50K.
+22, ?, 285775, Bachelors, 13, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+60, Private, 235336, Some-college, 10, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 70, United-States, <=50K.
+49, Private, 165539, Some-college, 10, Never-married, Priv-house-serv, Not-in-family, Black, Female, 0, 0, 90, Jamaica, <=50K.
+41, Private, 362815, Some-college, 10, Separated, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+24, State-gov, 292816, Assoc-voc, 11, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+26, Private, 66692, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+55, Private, 120910, HS-grad, 9, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+36, Self-emp-inc, 116133, HS-grad, 9, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 41, United-States, <=50K.
+49, State-gov, 247043, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 215616, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+23, Private, 131415, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 35, United-States, <=50K.
+64, Self-emp-not-inc, 169604, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 30, United-States, >50K.
+50, Private, 230858, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+23, Private, 73968, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+28, Private, 339897, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+31, Private, 258406, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 50, Mexico, <=50K.
+30, Private, 180574, Some-college, 10, Never-married, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+44, Private, 88808, 12th, 8, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 179627, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 149823, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+20, Private, 60639, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 46492, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 1902, 40, United-States, >50K.
+36, Private, 48520, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+28, Private, 306538, 12th, 8, Never-married, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+58, Private, 204678, Bachelors, 13, Married-civ-spouse, Tech-support, Wife, White, Female, 0, 0, 40, United-States, >50K.
+48, Private, 218676, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+35, Local-gov, 95455, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
+53, Self-emp-not-inc, 335655, HS-grad, 9, Divorced, Sales, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+55, Private, 194436, 9th, 5, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+24, Private, 152724, HS-grad, 9, Never-married, Machine-op-inspct, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 242482, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+31, Local-gov, 162041, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+23, Private, 291854, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+22, ?, 48343, Some-college, 10, Never-married, ?, Other-relative, Black, Female, 0, 0, 40, United-States, <=50K.
+77, ?, 153113, Prof-school, 15, Married-civ-spouse, ?, Husband, White, Male, 1455, 0, 25, United-States, <=50K.
+38, Private, 80680, 10th, 6, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+20, ?, 211601, Assoc-voc, 11, Never-married, ?, Own-child, Black, Female, 0, 0, 15, United-States, <=50K.
+31, Self-emp-inc, 264554, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 1977, 40, United-States, >50K.
+29, Private, 319998, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 194228, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+62, Self-emp-not-inc, 236247, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+28, Self-emp-not-inc, 123983, Masters, 14, Divorced, Sales, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 54, South, <=50K.
+49, Private, 166215, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 178623, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 0, 0, 35, United-States, <=50K.
+51, Self-emp-not-inc, 174102, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 8, United-States, <=50K.
+32, Private, 292217, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 2829, 0, 40, ?, <=50K.
+44, Private, 198452, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 96497, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+62, ?, 194660, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, >50K.
+37, Private, 216924, HS-grad, 9, Divorced, Farming-fishing, Own-child, White, Male, 0, 0, 60, United-States, <=50K.
+26, Private, 206721, Bachelors, 13, Never-married, Sales, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+37, State-gov, 49105, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
+62, Federal-gov, 164021, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+46, Private, 91608, Prof-school, 15, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, Self-emp-not-inc, 323963, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
+42, Private, 70037, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+61, Private, 289950, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 44, United-States, >50K.
+65, Private, 213149, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+44, Federal-gov, 320451, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 15024, 0, 40, Philippines, >50K.
+22, Private, 351952, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 38, United-States, <=50K.
+50, Private, 146015, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 281704, Some-college, 10, Never-married, Farming-fishing, Other-relative, White, Male, 0, 0, 8, United-States, <=50K.
+44, Federal-gov, 786418, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 60, United-States, <=50K.
+29, Private, 214689, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 193188, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+55, Self-emp-inc, 142020, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 80, United-States, <=50K.
+78, ?, 317311, HS-grad, 9, Widowed, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+43, Private, 213416, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+47, Federal-gov, 326048, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 191265, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+47, Private, 348986, HS-grad, 9, Married-civ-spouse, Other-service, Other-relative, Asian-Pac-Islander, Female, 0, 0, 28, Taiwan, <=50K.
+24, Private, 126613, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+26, ?, 40032, Bachelors, 13, Never-married, ?, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 150057, Masters, 14, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, Poland, <=50K.
+39, Private, 113725, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 8614, 0, 40, United-States, >50K.
+24, Private, 140500, 10th, 6, Never-married, Sales, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 113364, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, >50K.
+65, Private, 176219, HS-grad, 9, Married-spouse-absent, Other-service, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 40, South, <=50K.
+19, Private, 146189, HS-grad, 9, Never-married, Sales, Other-relative, Amer-Indian-Eskimo, Female, 0, 0, 78, United-States, <=50K.
+45, Private, 83993, Assoc-acdm, 12, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 56, United-States, >50K.
+33, Private, 194336, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 5178, 0, 50, United-States, >50K.
+61, State-gov, 349434, Bachelors, 13, Divorced, Exec-managerial, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+55, Private, 142020, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+27, Private, 48894, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 42, United-States, <=50K.
+29, Private, 226295, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 36, United-States, <=50K.
+40, Private, 77313, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, >50K.
+36, Private, 305935, HS-grad, 9, Divorced, Other-service, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 287988, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+49, Local-gov, 49275, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+39, Private, 102865, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 209146, Masters, 14, Divorced, Sales, Not-in-family, White, Male, 27828, 0, 40, United-States, >50K.
+40, Private, 173001, Some-college, 10, Married-civ-spouse, Tech-support, Own-child, White, Female, 0, 1902, 40, United-States, >50K.
+40, Private, 277256, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 2559, 55, United-States, >50K.
+46, Private, 20534, Masters, 14, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+35, Private, 60227, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+19, State-gov, 176936, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+42, Private, 49255, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 4386, 0, 40, United-States, >50K.
+64, ?, 232787, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+49, Private, 235095, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+44, Private, 190531, Bachelors, 13, Divorced, Prof-specialty, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
+64, Without-pay, 209291, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 60, United-States, >50K.
+23, Private, 109053, HS-grad, 9, Never-married, Handlers-cleaners, Other-relative, White, Male, 0, 0, 60, United-States, <=50K.
+22, Private, 183594, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 361608, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+43, Private, 257028, Assoc-acdm, 12, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 40, Haiti, <=50K.
+34, Private, 66561, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 37, United-States, <=50K.
+21, Private, 176486, Some-college, 10, Never-married, Exec-managerial, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
+21, Private, 565313, HS-grad, 9, Never-married, Other-service, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+34, Local-gov, 198953, Some-college, 10, Divorced, Protective-serv, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+68, State-gov, 99106, Masters, 14, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+45, Private, 213140, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 52, United-States, >50K.
+33, Private, 66384, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 38, United-States, <=50K.
+41, Private, 483201, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+19, ?, 466458, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
+30, Private, 90446, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+69, Self-emp-not-inc, 165017, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+25, Private, 120596, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 44, United-States, <=50K.
+36, Private, 345310, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
+20, ?, 94746, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, Portugal, <=50K.
+38, Local-gov, 338611, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+40, Self-emp-inc, 275366, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+59, Private, 188872, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
+36, Private, 359397, 11th, 7, Married-civ-spouse, Handlers-cleaners, Husband, Other, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 158800, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+31, Private, 31510, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 358740, 11th, 7, Divorced, Sales, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+31, Private, 257148, Bachelors, 13, Widowed, Prof-specialty, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+48, Private, 174525, 1st-4th, 2, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 52, Dominican-Republic, <=50K.
+52, Private, 161599, HS-grad, 9, Married-civ-spouse, Adm-clerical, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 193494, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 44, United-States, <=50K.
+40, Local-gov, 231832, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+53, Local-gov, 146834, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+24, Private, 63927, Some-college, 10, Never-married, Tech-support, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 278403, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+53, Private, 241141, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, ?, <=50K.
+70, Local-gov, 127463, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+58, Private, 175017, 11th, 7, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 1672, 40, United-States, <=50K.
+54, Private, 56741, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+44, Private, 107683, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Wife, White, Female, 4386, 0, 40, United-States, >50K.
+42, Private, 270324, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, Jamaica, <=50K.
+47, State-gov, 304512, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
+34, Private, 167049, Bachelors, 13, Married-civ-spouse, Priv-house-serv, Wife, White, Female, 0, 0, 20, United-States, >50K.
+39, Self-emp-inc, 88973, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 84, United-States, >50K.
+52, Private, 210736, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
+21, State-gov, 73514, HS-grad, 9, Never-married, Other-service, Own-child, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
+57, Self-emp-not-inc, 75785, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+71, Self-emp-not-inc, 137723, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 1455, 0, 3, United-States, <=50K.
+28, Private, 220043, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+21, State-gov, 132247, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+38, Private, 65390, 12th, 8, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+21, ?, 177144, Some-college, 10, Never-married, ?, Own-child, Asian-Pac-Islander, Male, 0, 0, 22, India, <=50K.
+47, Local-gov, 358668, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
+85, Private, 188328, Masters, 14, Widowed, Prof-specialty, Not-in-family, White, Female, 0, 0, 5, United-States, <=50K.
+53, Private, 350510, 5th-6th, 3, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+54, Federal-gov, 72257, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 7688, 0, 40, United-States, >50K.
+53, Private, 183668, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 3464, 0, 34, United-States, <=50K.
+46, Private, 168262, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+46, Private, 153536, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 3103, 0, 40, United-States, >50K.
+36, Private, 189703, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 60, United-States, >50K.
+73, Local-gov, 147703, HS-grad, 9, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 15, United-States, <=50K.
+23, Private, 173670, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 45, United-States, <=50K.
+42, Private, 231832, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 45, United-States, >50K.
+39, Private, 33223, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+34, Private, 130021, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+57, Self-emp-not-inc, 50990, Some-college, 10, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+49, Self-emp-not-inc, 308241, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 60, United-States, <=50K.
+20, Private, 254025, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 377622, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+64, Private, 217802, HS-grad, 9, Widowed, Craft-repair, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+19, Private, 39477, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+19, Private, 138946, 7th-8th, 4, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+17, Private, 35603, 12th, 8, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+67, Private, 142624, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, ?, <=50K.
+22, Private, 92609, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 50, United-States, <=50K.
+41, Self-emp-not-inc, 111232, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+22, Private, 203518, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+38, Local-gov, 233571, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+40, Self-emp-not-inc, 45093, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+23, Private, 175431, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 2174, 0, 40, United-States, <=50K.
+90, Private, 225063, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 40, South, <=50K.
+18, Private, 391495, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+31, Private, 162312, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 35, Philippines, <=50K.
+34, Self-emp-not-inc, 151733, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+44, Private, 172026, HS-grad, 9, Married-civ-spouse, Sales, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+17, Private, 323164, 10th, 6, Never-married, Craft-repair, Own-child, Other, Female, 0, 0, 35, El-Salvador, <=50K.
+67, ?, 129824, 7th-8th, 4, Widowed, ?, Not-in-family, White, Female, 0, 0, 6, United-States, <=50K.
+21, Private, 203715, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+57, Private, 156040, 5th-6th, 3, Separated, Craft-repair, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 186168, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+33, Private, 154227, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+43, Private, 141327, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+35, Private, 103925, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+46, Private, 118633, HS-grad, 9, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 80, United-States, <=50K.
+48, Private, 207540, Bachelors, 13, Never-married, Craft-repair, Not-in-family, White, Male, 99999, 0, 60, United-States, >50K.
+52, Self-emp-not-inc, 106728, Assoc-acdm, 12, Divorced, Sales, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 192237, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 35, United-States, <=50K.
+35, Private, 132879, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 15024, 0, 40, Italy, >50K.
+17, Private, 148345, 11th, 7, Never-married, Protective-serv, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+47, Self-emp-not-inc, 326292, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, >50K.
+38, Private, 33975, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+34, Private, 112115, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+36, Private, 129357, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+47, Private, 175958, Some-college, 10, Separated, Other-service, Not-in-family, White, Male, 0, 0, 21, United-States, <=50K.
+58, Private, 125317, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
+46, Private, 424934, 10th, 6, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 40, Portugal, <=50K.
+28, Private, 204648, HS-grad, 9, Separated, Other-service, Unmarried, Black, Female, 0, 0, 20, United-States, <=50K.
+46, Private, 186256, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 1902, 55, United-States, >50K.
+35, Local-gov, 126569, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 89813, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 149576, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+22, Private, 220426, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 72055, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 94939, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+29, Federal-gov, 104917, Some-college, 10, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 44, United-States, <=50K.
+23, Private, 314645, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 15, United-States, <=50K.
+81, Self-emp-not-inc, 108604, 10th, 6, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+17, Private, 153542, 10th, 6, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+40, Private, 226902, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+19, Private, 450200, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+50, Self-emp-not-inc, 279129, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+42, Private, 242619, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+18, Self-emp-inc, 357223, 10th, 6, Never-married, Other-service, Own-child, White, Male, 0, 0, 16, United-States, <=50K.
+38, Private, 206951, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+67, Private, 70737, 9th, 5, Widowed, Handlers-cleaners, Unmarried, White, Female, 0, 0, 32, United-States, <=50K.
+55, Private, 200939, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, >50K.
+46, Self-emp-inc, 192128, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+31, Private, 188798, Masters, 14, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
+23, ?, 202920, Assoc-acdm, 12, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+30, Private, 205407, HS-grad, 9, Divorced, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+23, ?, 24008, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 1719, 40, United-States, <=50K.
+52, Private, 172962, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+63, Local-gov, 83791, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 45, United-States, <=50K.
+69, Private, 304838, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 28, United-States, <=50K.
+40, Private, 165858, Assoc-acdm, 12, Never-married, Sales, Not-in-family, White, Male, 0, 0, 80, United-States, >50K.
+33, Private, 110592, 12th, 8, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+81, Private, 164416, Prof-school, 15, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, >50K.
+71, Private, 345339, Assoc-voc, 11, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 28, United-States, <=50K.
+26, Private, 129806, 10th, 6, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+51, Local-gov, 205100, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 32, United-States, >50K.
+26, Local-gov, 250551, HS-grad, 9, Married-civ-spouse, Craft-repair, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+56, Self-emp-not-inc, 285832, Masters, 14, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 70, United-States, <=50K.
+18, Private, 338717, 11th, 7, Never-married, Handlers-cleaners, Not-in-family, Other, Male, 0, 0, 25, United-States, <=50K.
+43, State-gov, 187802, Some-college, 10, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 37, United-States, <=50K.
+46, Private, 215895, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Male, 4787, 0, 60, United-States, >50K.
+30, Private, 100135, Bachelors, 13, Never-married, Sales, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+34, Private, 137616, 9th, 5, Never-married, Sales, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
+36, Private, 341672, HS-grad, 9, Married-spouse-absent, Adm-clerical, Other-relative, Asian-Pac-Islander, Male, 0, 0, 60, India, <=50K.
+44, Private, 322044, Some-college, 10, Divorced, Machine-op-inspct, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 149347, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
+43, Self-emp-not-inc, 293809, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+46, Local-gov, 93639, Bachelors, 13, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+22, ?, 166297, Some-college, 10, Never-married, ?, Own-child, Asian-Pac-Islander, Male, 0, 0, 20, United-States, <=50K.
+61, Private, 167840, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 2002, 38, United-States, <=50K.
+31, Private, 180656, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, ?, <=50K.
+41, Self-emp-not-inc, 197176, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+25, Private, 207965, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
+34, Federal-gov, 23940, Some-college, 10, Divorced, Exec-managerial, Not-in-family, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 67433, Assoc-voc, 11, Never-married, Prof-specialty, Not-in-family, White, Female, 4650, 0, 32, United-States, <=50K.
+20, Private, 190916, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+45, Private, 235892, Some-college, 10, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
+18, Private, 240767, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+27, Private, 194515, Some-college, 10, Divorced, Other-service, Unmarried, Black, Female, 0, 0, 37, United-States, <=50K.
+33, Private, 156464, 10th, 6, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 117728, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+49, Self-emp-inc, 195727, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 133454, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 191177, Assoc-voc, 11, Divorced, Prof-specialty, Unmarried, White, Female, 0, 1726, 40, United-States, <=50K.
+56, State-gov, 71075, Assoc-acdm, 12, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+18, Private, 233740, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 18, United-States, <=50K.
+65, Private, 185455, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
+17, Private, 141445, 10th, 6, Never-married, Other-service, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+27, Private, 131712, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1485, 50, United-States, >50K.
+23, Private, 210338, Bachelors, 13, Never-married, Adm-clerical, Own-child, Black, Female, 0, 0, 30, United-States, <=50K.
+39, Private, 465334, 11th, 7, Divorced, Farming-fishing, Unmarried, White, Male, 0, 0, 1, United-States, <=50K.
+46, Private, 168069, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+32, Private, 80557, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+34, Private, 110622, Bachelors, 13, Never-married, Adm-clerical, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
+26, Private, 40255, Assoc-voc, 11, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+80, ?, 402748, HS-grad, 9, Widowed, ?, Not-in-family, White, Female, 0, 0, 14, Canada, <=50K.
+61, Private, 97030, 10th, 6, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
+19, ?, 39477, Some-college, 10, Never-married, ?, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+31, Self-emp-not-inc, 152351, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+56, Federal-gov, 229939, HS-grad, 9, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 131230, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+48, Private, 182211, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+73, Private, 57435, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 20, United-States, >50K.
+29, ?, 225654, HS-grad, 9, Never-married, ?, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 252424, Assoc-voc, 11, Never-married, Transport-moving, Own-child, Black, Male, 0, 0, 40, Cambodia, <=50K.
+48, ?, 155509, 11th, 7, Divorced, ?, Unmarried, Black, Female, 0, 0, 10, Haiti, <=50K.
+41, Private, 29591, Assoc-voc, 11, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 42, United-States, <=50K.
+28, Private, 101774, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1848, 50, United-States, >50K.
+37, Local-gov, 74194, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+20, Private, 171156, Some-college, 10, Never-married, Sales, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+45, Private, 145637, Assoc-voc, 11, Never-married, Sales, Not-in-family, White, Female, 14344, 0, 48, United-States, >50K.
+34, Private, 172714, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+72, Private, 188528, Assoc-voc, 11, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 45, Canada, >50K.
+54, Federal-gov, 89705, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+24, Private, 165107, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 347873, Assoc-acdm, 12, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 30, Vietnam, <=50K.
+21, ?, 298342, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+49, Local-gov, 53482, Some-college, 10, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+45, Private, 162958, HS-grad, 9, Separated, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+41, Self-emp-not-inc, 366483, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 36, Mexico, <=50K.
+51, Federal-gov, 335481, Some-college, 10, Separated, Prof-specialty, Not-in-family, Black, Female, 0, 0, 40, United-States, >50K.
+40, Private, 197609, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 1340, 40, United-States, <=50K.
+29, State-gov, 160731, Masters, 14, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 50, Germany, <=50K.
+26, Private, 210848, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 2635, 0, 35, Mexico, <=50K.
+59, Private, 196126, 11th, 7, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 201519, Some-college, 10, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+48, Local-gov, 121124, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, >50K.
+22, State-gov, 203518, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 16, United-States, <=50K.
+52, Private, 254230, 9th, 5, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, >50K.
+39, Private, 136531, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 47, United-States, <=50K.
+25, Private, 108505, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+37, Self-emp-not-inc, 31095, Assoc-voc, 11, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 60, United-States, >50K.
+37, Private, 149347, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+33, Self-emp-not-inc, 188246, Bachelors, 13, Divorced, Craft-repair, Not-in-family, White, Male, 0, 1590, 60, United-States, <=50K.
+48, State-gov, 185859, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 38, United-States, >50K.
+29, Private, 227879, Assoc-voc, 11, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+59, Private, 75541, HS-grad, 9, Widowed, Craft-repair, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+48, Private, 99385, HS-grad, 9, Separated, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+49, Private, 403061, 1st-4th, 2, Never-married, Machine-op-inspct, Other-relative, White, Female, 0, 0, 40, Mexico, <=50K.
+23, State-gov, 82067, Assoc-voc, 11, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 140434, Some-college, 10, Divorced, Sales, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+34, Private, 159268, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+20, ?, 162945, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 365430, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, >50K.
+50, Self-emp-not-inc, 163678, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+54, Private, 230919, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 7688, 0, 60, United-States, >50K.
+37, Private, 112264, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+34, Self-emp-not-inc, 192900, Some-college, 10, Never-married, Farming-fishing, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+23, Private, 355856, Bachelors, 13, Never-married, Sales, Own-child, Asian-Pac-Islander, Male, 0, 0, 20, United-States, <=50K.
+20, ?, 156916, Some-college, 10, Never-married, ?, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+37, Private, 172927, Some-college, 10, Divorced, Transport-moving, Not-in-family, White, Male, 0, 1741, 70, United-States, <=50K.
+19, ?, 170125, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+35, Private, 305379, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1887, 50, United-States, >50K.
+24, Private, 206974, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+23, Federal-gov, 482096, Assoc-acdm, 12, Never-married, Adm-clerical, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
+23, Local-gov, 267843, Bachelors, 13, Never-married, Prof-specialty, Own-child, Black, Female, 0, 0, 32, United-States, <=50K.
+27, Private, 173927, Some-college, 10, Never-married, Tech-support, Own-child, Other, Female, 0, 0, 32, Jamaica, <=50K.
+25, Private, 225865, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+27, State-gov, 261278, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, Black, Female, 0, 0, 80, ?, <=50K.
+68, ?, 180082, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 23, United-States, <=50K.
+45, Private, 115187, Assoc-voc, 11, Divorced, Machine-op-inspct, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+55, Private, 451603, Some-college, 10, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 145041, Bachelors, 13, Divorced, Machine-op-inspct, Other-relative, White, Male, 0, 2258, 50, Dominican-Republic, <=50K.
+31, Self-emp-not-inc, 132705, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+33, Local-gov, 177695, HS-grad, 9, Married-civ-spouse, Other-service, Husband, Amer-Indian-Eskimo, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 197033, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+23, Private, 307267, Masters, 14, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 10, United-States, <=50K.
+39, Self-emp-not-inc, 341643, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 1669, 50, United-States, <=50K.
+32, Private, 256362, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, >50K.
+55, Self-emp-not-inc, 153484, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+46, Federal-gov, 308077, Some-college, 10, Separated, Exec-managerial, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+29, Private, 156266, Assoc-acdm, 12, Never-married, Exec-managerial, Own-child, Amer-Indian-Eskimo, Male, 0, 0, 25, United-States, <=50K.
+49, Self-emp-inc, 106634, Masters, 14, Never-married, Exec-managerial, Not-in-family, White, Female, 27828, 0, 35, United-States, >50K.
+59, Private, 198435, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+30, Private, 37210, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 237914, HS-grad, 9, Widowed, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+58, Private, 186106, 7th-8th, 4, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+58, Private, 236731, 1st-4th, 2, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, Cuba, <=50K.
+20, Self-emp-inc, 465725, HS-grad, 9, Divorced, Handlers-cleaners, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+43, Private, 343121, Some-college, 10, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+19, Private, 298435, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 2001, 40, Cuba, <=50K.
+40, State-gov, 255824, Masters, 14, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, >50K.
+23, Local-gov, 255252, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+61, Private, 184167, 12th, 8, Married-civ-spouse, Craft-repair, Wife, Black, Female, 0, 0, 40, United-States, <=50K.
+54, Private, 145419, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
+32, Private, 87310, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, >50K.
+25, Self-emp-not-inc, 55048, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 36, United-States, <=50K.
+30, Private, 104052, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 42, United-States, <=50K.
+19, Private, 41163, HS-grad, 9, Never-married, Sales, Not-in-family, White, Male, 0, 0, 38, United-States, <=50K.
+23, ?, 502633, Bachelors, 13, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+65, Private, 176279, Assoc-voc, 11, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+25, Private, 279833, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 1590, 44, United-States, <=50K.
+21, Private, 254351, HS-grad, 9, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+48, Private, 284916, 9th, 5, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, ?, <=50K.
+23, Self-emp-not-inc, 188925, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 180954, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 108023, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+31, Private, 197058, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 2597, 0, 45, United-States, <=50K.
+58, Private, 100303, 12th, 8, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 473133, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+32, State-gov, 27051, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 52, United-States, >50K.
+29, Private, 163708, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, Asian-Pac-Islander, Female, 0, 0, 45, United-States, >50K.
+61, Private, 52765, HS-grad, 9, Divorced, Other-service, Other-relative, White, Female, 0, 0, 99, United-States, <=50K.
+43, Self-emp-inc, 84924, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 44, United-States, >50K.
+38, Private, 181705, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+17, Private, 52012, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+36, Private, 167691, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 40, United-States, >50K.
+45, Federal-gov, 182470, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
+62, Private, 200834, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+46, State-gov, 76075, Assoc-voc, 11, Divorced, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+42, Self-emp-not-inc, 200574, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 38, United-States, <=50K.
+31, Private, 29144, Some-college, 10, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+42, Self-emp-not-inc, 34722, Assoc-acdm, 12, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 177907, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, ?, >50K.
+51, Private, 238481, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 1902, 42, United-States, >50K.
+45, Private, 182541, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+73, Federal-gov, 142426, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 25124, 0, 20, United-States, >50K.
+19, Private, 216413, HS-grad, 9, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 55, United-States, <=50K.
+29, Private, 30070, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 82699, Prof-school, 15, Divorced, Prof-specialty, Not-in-family, Black, Female, 13550, 0, 70, United-States, >50K.
+32, Private, 236861, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+46, Private, 114328, Some-college, 10, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 198229, Prof-school, 15, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 65, United-States, >50K.
+24, Private, 138892, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+41, Local-gov, 271927, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+64, ?, 220258, HS-grad, 9, Divorced, ?, Not-in-family, White, Female, 0, 0, 24, United-States, <=50K.
+28, Private, 212588, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+57, Private, 477867, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 394927, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 45, United-States, >50K.
+35, Private, 155611, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Female, 114, 0, 40, United-States, <=50K.
+39, Private, 109351, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 30, United-States, >50K.
+38, Private, 206520, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 156526, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+49, Private, 315437, HS-grad, 9, Separated, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 181665, HS-grad, 9, Never-married, Adm-clerical, Other-relative, White, Female, 0, 0, 50, United-States, <=50K.
+40, Private, 60594, Some-college, 10, Divorced, Other-service, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
+29, Private, 221233, Assoc-acdm, 12, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 37, United-States, <=50K.
+36, Self-emp-inc, 176900, Some-college, 10, Married-spouse-absent, Adm-clerical, Unmarried, White, Female, 0, 0, 25, United-States, <=50K.
+47, Private, 64563, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 7688, 0, 42, United-States, >50K.
+23, Private, 99408, Some-college, 10, Divorced, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+41, Self-emp-not-inc, 219869, Some-college, 10, Widowed, Farming-fishing, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+41, Local-gov, 135056, Masters, 14, Never-married, Prof-specialty, Own-child, White, Female, 8614, 0, 50, United-States, >50K.
+18, Private, 79077, 12th, 8, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 22, United-States, <=50K.
+34, Private, 255830, Assoc-acdm, 12, Divorced, Craft-repair, Unmarried, Black, Female, 7443, 0, 40, United-States, <=50K.
+38, Self-emp-not-inc, 22245, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+34, Private, 150154, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
+62, State-gov, 342049, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+66, Self-emp-not-inc, 99927, HS-grad, 9, Widowed, Tech-support, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+18, Private, 191784, HS-grad, 9, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
+41, Private, 175883, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 328239, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+45, Private, 107231, Assoc-acdm, 12, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+24, Local-gov, 155818, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
+60, Private, 282421, HS-grad, 9, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 40, ?, <=50K.
+39, Private, 241998, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+44, Federal-gov, 55363, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+29, Private, 137240, Some-college, 10, Divorced, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+37, Private, 361951, Bachelors, 13, Never-married, Sales, Not-in-family, Black, Male, 0, 0, 48, ?, <=50K.
+21, State-gov, 311311, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 12, United-States, <=50K.
+48, Private, 186299, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+36, Private, 168055, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 5178, 0, 40, United-States, >50K.
+23, Private, 305423, Bachelors, 13, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+49, Private, 393715, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+29, Private, 36440, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+34, Self-emp-not-inc, 106761, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+72, ?, 235014, Assoc-voc, 11, Widowed, ?, Not-in-family, White, Female, 0, 2465, 40, United-States, <=50K.
+29, Local-gov, 249932, 11th, 7, Never-married, Handlers-cleaners, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+45, Private, 382242, Bachelors, 13, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 30, ?, <=50K.
+29, Private, 213152, 11th, 7, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 52, United-States, <=50K.
+37, State-gov, 26898, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+42, Private, 435356, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 44, United-States, >50K.
+70, ?, 103963, HS-grad, 9, Widowed, ?, Not-in-family, White, Male, 0, 0, 6, United-States, <=50K.
+43, Private, 185860, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+63, Private, 188999, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 48, United-States, <=50K.
+64, Self-emp-not-inc, 108654, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1421, 35, United-States, <=50K.
+38, Private, 54953, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+24, Private, 130620, Some-college, 10, Never-married, Adm-clerical, Other-relative, Asian-Pac-Islander, Female, 0, 0, 40, ?, <=50K.
+29, Private, 273884, HS-grad, 9, Married-spouse-absent, Transport-moving, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+30, Private, 392518, Assoc-acdm, 12, Married-spouse-absent, Sales, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+66, Self-emp-not-inc, 198766, HS-grad, 9, Widowed, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 66935, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+39, Federal-gov, 135500, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+22, Local-gov, 111697, Bachelors, 13, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+31, Private, 141288, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 296450, 7th-8th, 4, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+52, Private, 94448, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, Self-emp-not-inc, 138200, Assoc-acdm, 12, Never-married, Farming-fishing, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+40, Private, 217826, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, Haiti, <=50K.
+57, ?, 182836, Some-college, 10, Married-civ-spouse, ?, Wife, White, Female, 3103, 0, 40, United-States, >50K.
+64, Self-emp-not-inc, 46366, Some-college, 10, Widowed, Exec-managerial, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
+31, Private, 168275, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 28, United-States, <=50K.
+74, Local-gov, 214514, 7th-8th, 4, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+43, State-gov, 107439, Some-college, 10, Never-married, Other-service, Not-in-family, Black, Female, 0, 0, 30, United-States, <=50K.
+80, Self-emp-inc, 164909, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 54, United-States, >50K.
+28, Federal-gov, 329426, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
+77, Local-gov, 181974, 7th-8th, 4, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+68, Private, 176468, HS-grad, 9, Divorced, Priv-house-serv, Unmarried, Black, Female, 0, 0, 24, United-States, <=50K.
+51, State-gov, 187686, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 38, United-States, <=50K.
+21, Private, 229769, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, Mexico, <=50K.
+43, Private, 45975, 12th, 8, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, Italy, <=50K.
+42, Private, 187702, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+48, Private, 102585, Masters, 14, Divorced, Exec-managerial, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 327112, 11th, 7, Separated, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+34, ?, 167558, 7th-8th, 4, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 40, Mexico, <=50K.
+32, Private, 296538, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 42, United-States, <=50K.
+56, Private, 169560, HS-grad, 9, Never-married, Sales, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+50, Private, 185283, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 224793, HS-grad, 9, Never-married, Transport-moving, Own-child, Black, Male, 0, 1719, 40, United-States, <=50K.
+23, Federal-gov, 478457, 11th, 7, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+54, Private, 104413, Some-college, 10, Separated, Tech-support, Other-relative, Black, Female, 4101, 0, 40, United-States, <=50K.
+28, Self-emp-not-inc, 175710, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 40, ?, <=50K.
+34, Private, 85632, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, >50K.
+48, Private, 102359, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
+56, Local-gov, 237546, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 99, United-States, <=50K.
+31, Private, 96245, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 42, United-States, <=50K.
+42, Private, 91453, Bachelors, 13, Divorced, Sales, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+36, Private, 131039, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 35, Trinadad&Tobago, <=50K.
+52, Private, 106176, Bachelors, 13, Divorced, Adm-clerical, Unmarried, White, Male, 0, 3770, 40, United-States, <=50K.
+55, Private, 329797, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 153932, 11th, 7, Married-civ-spouse, Craft-repair, Own-child, White, Male, 2580, 0, 30, United-States, <=50K.
+35, State-gov, 52738, HS-grad, 9, Never-married, Other-service, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 25932, Assoc-voc, 11, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 99, United-States, >50K.
+19, Private, 78374, Some-college, 10, Never-married, Adm-clerical, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, United-States, <=50K.
+59, Private, 653215, 11th, 7, Widowed, Transport-moving, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+19, Private, 318061, Some-college, 10, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 80, United-States, <=50K.
+46, State-gov, 260782, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+32, ?, 340580, HS-grad, 9, Married-civ-spouse, ?, Husband, Black, Male, 0, 0, 45, United-States, <=50K.
+46, Self-emp-not-inc, 45564, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+26, Private, 209051, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 25, United-States, <=50K.
+55, Private, 100821, HS-grad, 9, Married-spouse-absent, Priv-house-serv, Not-in-family, Black, Female, 0, 0, 36, United-States, <=50K.
+28, Private, 86268, HS-grad, 9, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+61, Federal-gov, 95680, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, Asian-Pac-Islander, Male, 3103, 0, 40, United-States, >50K.
+35, Private, 327164, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Other-relative, White, Male, 0, 0, 40, United-States, >50K.
+21, ?, 117210, Some-college, 10, Never-married, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+52, Local-gov, 136175, Some-college, 10, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+21, Private, 232591, Some-college, 10, Never-married, Sales, Own-child, White, Male, 0, 0, 8, United-States, <=50K.
+33, Local-gov, 29144, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+38, Self-emp-inc, 64875, Assoc-voc, 11, Divorced, Farming-fishing, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+44, Private, 184011, HS-grad, 9, Divorced, Sales, Unmarried, White, Female, 0, 0, 60, United-States, <=50K.
+29, Private, 244246, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 8614, 0, 50, United-States, >50K.
+39, Private, 357173, HS-grad, 9, Separated, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 203181, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+47, Private, 299508, HS-grad, 9, Divorced, Tech-support, Unmarried, Black, Female, 0, 0, 55, United-States, <=50K.
+28, Private, 198493, Assoc-acdm, 12, Never-married, Adm-clerical, Other-relative, White, Male, 0, 0, 35, United-States, <=50K.
+59, Local-gov, 358747, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, >50K.
+38, Private, 91039, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 5178, 0, 48, United-States, >50K.
+23, Private, 34918, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 15, United-States, <=50K.
+44, Private, 97159, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+55, Federal-gov, 212600, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, ?, >50K.
+65, Private, 90113, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+19, Private, 96705, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 14, United-States, <=50K.
+58, Private, 156873, 11th, 7, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+49, Private, 136358, Masters, 14, Divorced, Sales, Unmarried, Other, Female, 0, 0, 20, Peru, <=50K.
+44, Private, 227065, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 40, ?, >50K.
+44, Local-gov, 193144, HS-grad, 9, Divorced, Adm-clerical, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+33, Private, 317660, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+38, Self-emp-not-inc, 85492, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 50, United-States, <=50K.
+37, Local-gov, 203628, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 54, United-States, >50K.
+30, Private, 183801, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 132686, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 50818, Masters, 14, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 55, United-States, <=50K.
+49, State-gov, 160812, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
+28, Private, 212286, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+61, Local-gov, 77072, 11th, 7, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+41, State-gov, 176155, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+20, State-gov, 219211, Some-college, 10, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+40, Private, 356934, Prof-school, 15, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+57, Private, 143266, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 60, ?, >50K.
+36, ?, 194809, Bachelors, 13, Never-married, ?, Own-child, White, Female, 0, 0, 50, United-States, <=50K.
+62, Private, 138157, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 437825, 1st-4th, 2, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+31, Private, 165503, 11th, 7, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 40, ?, <=50K.
+68, Private, 152053, HS-grad, 9, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 48, United-States, <=50K.
+18, Private, 211273, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 19, United-States, <=50K.
+30, State-gov, 576645, Bachelors, 13, Married-civ-spouse, Protective-serv, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+42, ?, 148951, Bachelors, 13, Divorced, ?, Not-in-family, White, Female, 0, 0, 12, Ecuador, <=50K.
+38, Private, 38145, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 44, United-States, <=50K.
+19, Private, 66619, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 37, United-States, <=50K.
+22, Private, 126613, Some-college, 10, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 40, France, <=50K.
+46, State-gov, 135854, HS-grad, 9, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+57, Private, 132145, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+65, ?, 194920, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 10, United-States, <=50K.
+18, Private, 260387, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, Cuba, <=50K.
+67, Private, 176388, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+28, Private, 77009, Some-college, 10, Never-married, Sales, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 385177, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 24, United-States, >50K.
+20, Private, 510643, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 100135, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+35, Private, 297697, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 179481, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+23, Private, 134045, Assoc-voc, 11, Never-married, Adm-clerical, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+64, Self-emp-not-inc, 275034, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+33, Private, 127651, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 8614, 0, 40, United-States, >50K.
+24, Private, 237262, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+18, ?, 274445, HS-grad, 9, Never-married, ?, Own-child, White, Male, 0, 1602, 20, United-States, <=50K.
+40, ?, 141583, Bachelors, 13, Never-married, ?, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
+27, ?, 294642, HS-grad, 9, Separated, ?, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+51, Self-emp-not-inc, 181179, Bachelors, 13, Married-civ-spouse, Exec-managerial, Wife, White, Female, 0, 0, 25, United-States, <=50K.
+27, Private, 184493, HS-grad, 9, Separated, Handlers-cleaners, Own-child, White, Female, 0, 1594, 25, United-States, <=50K.
+48, Local-gov, 125892, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+27, Local-gov, 118235, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, Other, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 119329, Bachelors, 13, Never-married, Sales, Not-in-family, White, Female, 0, 0, 60, United-States, <=50K.
+31, Self-emp-not-inc, 189843, HS-grad, 9, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+42, Private, 167357, Some-college, 10, Divorced, Adm-clerical, Unmarried, White, Female, 0, 213, 40, United-States, <=50K.
+51, Private, 103803, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 50, United-States, <=50K.
+41, Private, 145175, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 3103, 0, 40, United-States, >50K.
+26, Private, 158846, Bachelors, 13, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 44, United-States, <=50K.
+69, Private, 203313, 7th-8th, 4, Divorced, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+63, Private, 125954, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 44, United-States, >50K.
+35, Private, 102178, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 48, United-States, >50K.
+35, Private, 139364, Bachelors, 13, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+62, Self-emp-not-inc, 265007, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, Ecuador, <=50K.
+26, Private, 61996, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 62, United-States, <=50K.
+63, Private, 209790, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+23, Private, 117779, 12th, 8, Never-married, Sales, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+43, Self-emp-inc, 173326, HS-grad, 9, Never-married, Prof-specialty, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+44, Private, 318046, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 35, United-States, >50K.
+56, Local-gov, 204021, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+54, Self-emp-not-inc, 236157, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+32, Private, 42900, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+42, Private, 144002, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+37, Private, 126954, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+24, Private, 228649, HS-grad, 9, Never-married, Transport-moving, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 126094, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 113106, HS-grad, 9, Never-married, Sales, Other-relative, White, Female, 0, 0, 19, United-States, <=50K.
+30, Private, 118941, Some-college, 10, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+43, Federal-gov, 205675, Some-college, 10, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 75, United-States, >50K.
+19, Private, 89295, Some-college, 10, Never-married, Machine-op-inspct, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+30, Private, 173858, HS-grad, 9, Never-married, Craft-repair, Not-in-family, Asian-Pac-Islander, Male, 2597, 0, 40, ?, <=50K.
+26, Private, 168251, HS-grad, 9, Never-married, Other-service, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+38, State-gov, 143059, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+74, ?, 41737, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 2149, 30, United-States, <=50K.
+54, Private, 266598, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+20, Private, 181796, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+22, State-gov, 214731, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 15, United-States, <=50K.
+40, Private, 219869, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 99999, 0, 75, United-States, >50K.
+23, Private, 211968, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+22, Private, 38707, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+18, Self-emp-not-inc, 58700, 9th, 5, Never-married, Farming-fishing, Other-relative, Other, Female, 0, 0, 40, Mexico, <=50K.
+24, Private, 160261, Masters, 14, Never-married, Prof-specialty, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 20, France, <=50K.
+30, Private, 160594, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+38, Private, 152307, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 41, United-States, >50K.
+27, Private, 100079, HS-grad, 9, Never-married, Other-service, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 60, China, <=50K.
+21, Private, 279472, Some-college, 10, Never-married, Sales, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
+43, Private, 149102, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, >50K.
+26, Private, 177625, HS-grad, 9, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+38, Federal-gov, 178678, 10th, 6, Divorced, Adm-clerical, Unmarried, White, Female, 0, 1380, 50, United-States, <=50K.
+58, Self-emp-not-inc, 21383, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+17, Private, 86019, 11th, 7, Never-married, Sales, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
+63, Private, 181153, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, ?, >50K.
+36, Federal-gov, 223749, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+21, ?, 33087, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+21, Private, 253190, Some-college, 10, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
+51, Private, 165278, Assoc-voc, 11, Divorced, Sales, Not-in-family, White, Male, 0, 0, 46, United-States, >50K.
+51, Private, 279452, 5th-6th, 3, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 70, Mexico, <=50K.
+43, Private, 290660, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+47, Private, 274883, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 65, United-States, >50K.
+68, Self-emp-not-inc, 35468, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 24, United-States, <=50K.
+18, Private, 195318, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 23, United-States, <=50K.
+34, Private, 256362, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, Italy, >50K.
+49, Private, 148169, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
+65, Self-emp-not-inc, 538099, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+19, Private, 186682, HS-grad, 9, Never-married, Other-service, Unmarried, Black, Male, 0, 0, 40, United-States, <=50K.
+59, Self-emp-not-inc, 156797, HS-grad, 9, Widowed, Exec-managerial, Not-in-family, White, Female, 13550, 0, 60, United-States, >50K.
+29, Private, 162257, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 208881, Assoc-acdm, 12, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 7298, 0, 60, United-States, >50K.
+39, Private, 159168, Assoc-voc, 11, Widowed, Exec-managerial, Unmarried, White, Female, 0, 3004, 40, United-States, >50K.
+64, Private, 172740, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 12, United-States, <=50K.
+48, Federal-gov, 186256, HS-grad, 9, Divorced, Farming-fishing, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+37, Federal-gov, 110861, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 128699, HS-grad, 9, Married-spouse-absent, Adm-clerical, Unmarried, White, Female, 0, 0, 40, Ecuador, <=50K.
+31, Private, 271933, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+30, Private, 102320, Assoc-voc, 11, Separated, Tech-support, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+54, Self-emp-inc, 117674, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+62, Private, 190273, HS-grad, 9, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+59, Private, 217747, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+44, Private, 99830, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 65, United-States, <=50K.
+40, Private, 343068, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 55, United-States, <=50K.
+32, State-gov, 204052, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+28, Private, 267912, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, Mexico, <=50K.
+31, Private, 207537, Some-college, 10, Separated, Sales, Not-in-family, White, Male, 2174, 0, 52, United-States, <=50K.
+38, Private, 256864, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, United-States, >50K.
+39, Self-emp-not-inc, 306678, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+47, Private, 101204, Some-college, 10, Married-civ-spouse, Tech-support, Husband, Black, Male, 4064, 0, 40, United-States, <=50K.
+43, Private, 77373, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 47, United-States, >50K.
+27, Private, 371103, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+46, Private, 316271, 5th-6th, 3, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+56, Self-emp-not-inc, 51916, HS-grad, 9, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
+34, Private, 159008, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 36, United-States, >50K.
+27, Private, 153475, Assoc-acdm, 12, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+19, Private, 118549, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+58, Private, 315081, Assoc-acdm, 12, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 42, United-States, >50K.
+20, Private, 122622, Some-college, 10, Never-married, Farming-fishing, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 81786, Some-college, 10, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 194752, HS-grad, 9, Never-married, Exec-managerial, Unmarried, Black, Female, 0, 0, 45, United-States, <=50K.
+48, Private, 208662, HS-grad, 9, Divorced, Adm-clerical, Not-in-family, Black, Female, 0, 0, 37, United-States, <=50K.
+28, Self-emp-inc, 173944, Bachelors, 13, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 15024, 0, 65, United-States, >50K.
+34, State-gov, 49325, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+38, Private, 425502, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+25, Local-gov, 55360, HS-grad, 9, Never-married, Craft-repair, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 432480, Bachelors, 13, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, <=50K.
+48, Private, 155781, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 2231, 30, United-States, >50K.
+37, Local-gov, 216473, HS-grad, 9, Married-civ-spouse, Protective-serv, Husband, White, Male, 0, 0, 48, United-States, >50K.
+36, Private, 185366, Some-college, 10, Divorced, Sales, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 247515, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 45, Puerto-Rico, <=50K.
+70, Private, 210673, 10th, 6, Widowed, Adm-clerical, Other-relative, White, Male, 0, 0, 20, United-States, <=50K.
+32, Private, 107435, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+26, ?, 217300, Some-college, 10, Never-married, ?, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
+20, ?, 39803, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+42, Private, 482211, HS-grad, 9, Never-married, Craft-repair, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+47, Federal-gov, 169549, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 7298, 0, 60, ?, >50K.
+23, Private, 353542, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 8, United-States, <=50K.
+40, Private, 114200, HS-grad, 9, Married-spouse-absent, Exec-managerial, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+33, Self-emp-not-inc, 245173, Assoc-acdm, 12, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 212895, Assoc-acdm, 12, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+49, ?, 95636, 10th, 6, Divorced, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+23, Self-emp-not-inc, 271486, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 258836, Some-college, 10, Never-married, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+56, Private, 288530, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 37, United-States, >50K.
+64, Private, 47589, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 50, United-States, >50K.
+31, Private, 295099, Some-college, 10, Divorced, Tech-support, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+38, Private, 275338, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
+52, Self-emp-not-inc, 168553, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 142766, Bachelors, 13, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 18, United-States, <=50K.
+31, Private, 72887, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 0, 0, 47, United-States, >50K.
+35, Private, 102946, Some-college, 10, Never-married, Sales, Not-in-family, Asian-Pac-Islander, Female, 0, 1669, 45, United-States, <=50K.
+66, Self-emp-not-inc, 244749, 5th-6th, 3, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 50, Cuba, <=50K.
+36, Private, 166115, Some-college, 10, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 56, United-States, <=50K.
+26, Private, 213383, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+45, Self-emp-inc, 107231, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+17, ?, 130969, 9th, 5, Never-married, ?, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
+27, Private, 221977, 1st-4th, 2, Married-spouse-absent, Priv-house-serv, Not-in-family, White, Female, 0, 0, 40, Mexico, <=50K.
+41, Private, 43467, Bachelors, 13, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 99, United-States, <=50K.
+52, Private, 357596, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 48, United-States, >50K.
+48, Private, 146497, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 50, United-States, >50K.
+33, Private, 317809, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+22, Private, 190290, Bachelors, 13, Never-married, Other-service, Own-child, White, Male, 0, 0, 10, United-States, <=50K.
+59, Private, 194573, 12th, 8, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+72, ?, 144461, Assoc-acdm, 12, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 16, United-States, >50K.
+52, Local-gov, 240638, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+18, Private, 52776, HS-grad, 9, Never-married, Sales, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+40, Private, 50524, 12th, 8, Divorced, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+54, Private, 324023, HS-grad, 9, Never-married, Other-service, Own-child, Black, Female, 0, 0, 40, United-States, <=50K.
+17, Private, 110916, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
+23, Private, 203924, HS-grad, 9, Never-married, Sales, Not-in-family, White, Male, 0, 0, 70, United-States, <=50K.
+53, Private, 214868, Assoc-voc, 11, Never-married, Adm-clerical, Other-relative, Black, Female, 0, 2001, 40, United-States, <=50K.
+27, Private, 275466, 10th, 6, Never-married, Handlers-cleaners, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+27, Local-gov, 198708, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 37, United-States, <=50K.
+23, Private, 179241, Assoc-voc, 11, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+32, Private, 154981, HS-grad, 9, Never-married, Transport-moving, Not-in-family, White, Male, 0, 0, 65, United-States, <=50K.
+29, Private, 178811, Assoc-voc, 11, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+26, Private, 130018, HS-grad, 9, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+47, Federal-gov, 87504, Bachelors, 13, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 50, United-States, <=50K.
+29, Private, 377414, Assoc-acdm, 12, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+51, Private, 177927, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
+60, Private, 137490, 5th-6th, 3, Separated, Handlers-cleaners, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 262617, Bachelors, 13, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 55, United-States, >50K.
+50, Private, 30682, 7th-8th, 4, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+60, Private, 119684, Some-college, 10, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 3103, 0, 40, United-States, >50K.
+52, Private, 187938, Some-college, 10, Divorced, Sales, Not-in-family, White, Female, 0, 0, 49, United-States, <=50K.
+35, Private, 122353, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+31, Private, 75755, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 50, United-States, >50K.
+43, Private, 91316, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 60, United-States, >50K.
+55, Private, 134789, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+22, Private, 115892, 11th, 7, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 104457, Bachelors, 13, Married-spouse-absent, Machine-op-inspct, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 40, ?, <=50K.
+51, Local-gov, 230767, Assoc-acdm, 12, Never-married, Adm-clerical, Not-in-family, White, Male, 0, 0, 38, Cuba, <=50K.
+61, Private, 227332, Bachelors, 13, Never-married, Prof-specialty, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 160264, Some-college, 10, Separated, Other-service, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+47, Self-emp-not-inc, 174533, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+73, Private, 53114, Some-college, 10, Widowed, Sales, Not-in-family, White, Female, 2538, 0, 20, United-States, <=50K.
+20, Private, 163870, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 228709, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+36, Private, 172571, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+28, Private, 335542, HS-grad, 9, Married-civ-spouse, Other-service, Wife, White, Female, 0, 1628, 50, United-States, <=50K.
+63, Local-gov, 241404, Some-college, 10, Divorced, Protective-serv, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+50, Private, 197189, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+59, ?, 102058, 1st-4th, 2, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 45, Portugal, <=50K.
+41, Self-emp-inc, 104813, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+62, Private, 261437, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+35, Private, 366842, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 80, ?, >50K.
+21, ?, 121468, Some-college, 10, Never-married, ?, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+48, Self-emp-inc, 214994, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+67, Private, 229709, HS-grad, 9, Widowed, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+43, Private, 249039, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 36, United-States, >50K.
+49, Private, 142287, Some-college, 10, Divorced, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+54, Private, 259323, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+18, Private, 238281, 11th, 7, Never-married, Sales, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+60, Private, 156774, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+27, Private, 86153, HS-grad, 9, Never-married, Tech-support, Unmarried, White, Female, 0, 0, 40, Germany, <=50K.
+62, Private, 93997, Doctorate, 16, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 40, United-States, >50K.
+39, Self-emp-inc, 91039, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 45, United-States, >50K.
+52, Private, 224198, HS-grad, 9, Divorced, Sales, Not-in-family, White, Female, 0, 0, 51, United-States, <=50K.
+54, Private, 221336, HS-grad, 9, Widowed, Other-service, Unmarried, Asian-Pac-Islander, Female, 0, 0, 40, Philippines, <=50K.
+28, Private, 128012, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, ?, <=50K.
+53, Local-gov, 231166, HS-grad, 9, Separated, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 79702, Some-college, 10, Never-married, Adm-clerical, Other-relative, Black, Male, 0, 0, 40, United-States, <=50K.
+24, Self-emp-not-inc, 132320, HS-grad, 9, Divorced, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+37, ?, 33355, Assoc-acdm, 12, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+55, ?, 177557, HS-grad, 9, Divorced, ?, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 148549, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+26, Private, 301563, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 113106, Assoc-acdm, 12, Never-married, Sales, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+41, Private, 304175, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 55, United-States, >50K.
+25, State-gov, 230200, Bachelors, 13, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+17, Private, 313444, 12th, 8, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+34, Private, 247328, HS-grad, 9, Never-married, Machine-op-inspct, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+34, Private, 132565, 12th, 8, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+41, State-gov, 539019, Some-college, 10, Never-married, Farming-fishing, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 114292, Some-college, 10, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+32, Private, 227608, Assoc-voc, 11, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+21, State-gov, 185554, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 11, United-States, <=50K.
+46, Self-emp-not-inc, 181372, Bachelors, 13, Never-married, Farming-fishing, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+19, Private, 344592, HS-grad, 9, Never-married, Sales, Not-in-family, Black, Female, 0, 0, 35, United-States, <=50K.
+29, Self-emp-not-inc, 102326, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+43, Self-emp-not-inc, 220647, Bachelors, 13, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 2377, 50, United-States, <=50K.
+18, ?, 30246, 11th, 7, Never-married, ?, Own-child, White, Female, 0, 0, 45, United-States, <=50K.
+33, Private, 496743, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 88, United-States, <=50K.
+21, Private, 161508, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+33, State-gov, 30494, HS-grad, 9, Divorced, Prof-specialty, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+29, Private, 256764, Bachelors, 13, Never-married, Sales, Not-in-family, White, Male, 0, 1564, 40, United-States, >50K.
+20, ?, 49819, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+42, ?, 338281, Assoc-voc, 11, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 20, Iran, <=50K.
+21, Local-gov, 256356, Some-college, 10, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+25, Private, 318644, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+20, Private, 227594, HS-grad, 9, Never-married, Other-service, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+59, Private, 165695, Assoc-acdm, 12, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 32, United-States, >50K.
+55, Private, 127728, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, >50K.
+49, Private, 123681, Assoc-acdm, 12, Separated, Sales, Unmarried, White, Male, 0, 0, 35, United-States, <=50K.
+48, Private, 168038, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 1564, 50, United-States, >50K.
+32, Private, 154950, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 1977, 44, United-States, >50K.
+25, Private, 148298, Bachelors, 13, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+41, Private, 63042, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 20, United-States, <=50K.
+57, Local-gov, 101444, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+38, Private, 455379, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 60, United-States, >50K.
+25, Private, 211097, 5th-6th, 3, Divorced, Other-service, Unmarried, Other, Female, 0, 0, 20, Honduras, <=50K.
+61, Local-gov, 153264, HS-grad, 9, Widowed, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+23, ?, 263220, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 15, United-States, <=50K.
+43, Private, 180138, HS-grad, 9, Separated, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, >50K.
+22, Private, 208946, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, ?, <=50K.
+33, Private, 321709, Assoc-acdm, 12, Married-civ-spouse, Other-service, Wife, White, Female, 0, 0, 15, United-States, >50K.
+39, Private, 215981, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+44, State-gov, 26880, Doctorate, 16, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 1092, 40, United-States, <=50K.
+30, Self-emp-not-inc, 90705, 11th, 7, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 185068, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 20, Puerto-Rico, <=50K.
+37, Private, 268390, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+55, Private, 102058, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+51, Self-emp-not-inc, 421132, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 191803, Assoc-acdm, 12, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 13, ?, <=50K.
+60, Private, 181954, Bachelors, 13, Married-civ-spouse, Machine-op-inspct, Husband, Asian-Pac-Islander, Male, 0, 0, 25, Iran, <=50K.
+17, ?, 34505, 11th, 7, Never-married, ?, Own-child, White, Male, 0, 0, 50, United-States, <=50K.
+30, Private, 93973, 11th, 7, Married-civ-spouse, Craft-repair, Husband, Other, Male, 0, 0, 40, Mexico, <=50K.
+63, Private, 355459, 12th, 8, Widowed, Priv-house-serv, Unmarried, Black, Female, 0, 0, 35, United-States, <=50K.
+37, Private, 173586, 7th-8th, 4, Never-married, Other-service, Own-child, Black, Male, 0, 0, 56, United-States, <=50K.
+32, Private, 312055, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+64, Federal-gov, 353479, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, Amer-Indian-Eskimo, Male, 0, 0, 45, United-States, >50K.
+21, Private, 321426, Some-college, 10, Never-married, Sales, Unmarried, White, Female, 0, 0, 49, United-States, <=50K.
+53, Private, 228752, HS-grad, 9, Separated, Machine-op-inspct, Not-in-family, Black, Female, 0, 0, 40, United-States, <=50K.
+46, Private, 281647, Bachelors, 13, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+29, Private, 161615, HS-grad, 9, Never-married, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+44, Private, 187376, Assoc-acdm, 12, Separated, Adm-clerical, Not-in-family, White, Male, 0, 0, 35, United-States, <=50K.
+47, Private, 234994, 7th-8th, 4, Separated, Craft-repair, Unmarried, White, Male, 0, 0, 40, Puerto-Rico, <=50K.
+58, ?, 169329, 9th, 5, Married-civ-spouse, ?, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+40, Private, 216116, HS-grad, 9, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, Jamaica, <=50K.
+36, Private, 109204, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+57, Private, 88879, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Self-emp-not-inc, 200863, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+23, Private, 223811, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 30, United-States, <=50K.
+32, Private, 360761, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, >50K.
+33, Private, 166275, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+40, Private, 149102, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+37, Private, 117381, HS-grad, 9, Never-married, Protective-serv, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 306993, 5th-6th, 3, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+32, Local-gov, 232475, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+56, Private, 165867, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 268234, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 40, United-States, >50K.
+59, Self-emp-inc, 110457, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+21, Private, 329174, HS-grad, 9, Never-married, Tech-support, Not-in-family, White, Male, 4865, 0, 40, United-States, <=50K.
+37, Private, 109472, 9th, 5, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+18, Private, 418176, Some-college, 10, Never-married, Exec-managerial, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 380390, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+18, ?, 36064, 12th, 8, Never-married, ?, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+59, Self-emp-inc, 95835, Assoc-voc, 11, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, United-States, >50K.
+25, Local-gov, 250770, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+17, Private, 67603, 9th, 5, Never-married, Other-service, Own-child, White, Female, 0, 0, 10, United-States, <=50K.
+30, State-gov, 352045, Masters, 14, Separated, Craft-repair, Not-in-family, White, Male, 99999, 0, 40, United-States, >50K.
+21, Private, 196742, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 28, United-States, <=50K.
+31, Private, 303942, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+56, Private, 246687, Some-college, 10, Divorced, Adm-clerical, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+64, Self-emp-not-inc, 187793, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 205816, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
+60, Private, 182343, 12th, 8, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+59, Private, 42959, HS-grad, 9, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 36, United-States, <=50K.
+46, Private, 140644, HS-grad, 9, Married-spouse-absent, Machine-op-inspct, Not-in-family, White, Male, 0, 2258, 50, United-States, <=50K.
+19, Private, 183264, Some-college, 10, Never-married, Protective-serv, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+49, Private, 294671, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+24, Private, 88926, HS-grad, 9, Never-married, Tech-support, Not-in-family, White, Male, 0, 0, 45, United-States, <=50K.
+65, Private, 64667, Some-college, 10, Divorced, Other-service, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 15, United-States, <=50K.
+27, Private, 416946, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+52, Private, 208570, Assoc-voc, 11, Divorced, Tech-support, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+42, Private, 116649, Assoc-voc, 11, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+78, Local-gov, 87052, HS-grad, 9, Widowed, Adm-clerical, Unmarried, White, Female, 0, 0, 5, United-States, <=50K.
+46, Self-emp-not-inc, 102869, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, >50K.
+60, Self-emp-inc, 123552, 7th-8th, 4, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 55, Ireland, <=50K.
+28, Private, 157262, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+17, Private, 146890, 9th, 5, Never-married, Farming-fishing, Own-child, Black, Male, 0, 0, 20, United-States, <=50K.
+57, Private, 257200, 9th, 5, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+48, Local-gov, 452402, Doctorate, 16, Never-married, Prof-specialty, Unmarried, Black, Female, 0, 0, 15, United-States, <=50K.
+39, Private, 531055, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+38, Self-emp-inc, 298539, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+20, Private, 95989, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+32, Private, 162572, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1977, 48, United-States, >50K.
+41, Local-gov, 75313, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, ?, >50K.
+66, Private, 117162, 10th, 6, Widowed, Machine-op-inspct, Not-in-family, White, Female, 0, 0, 32, United-States, <=50K.
+46, Private, 173461, Some-college, 10, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, United-States, >50K.
+48, Private, 349986, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 99999, 0, 50, United-States, >50K.
+24, Private, 204244, 9th, 5, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 37, United-States, <=50K.
+31, Private, 36222, HS-grad, 9, Separated, Handlers-cleaners, Not-in-family, White, Male, 0, 0, 65, United-States, <=50K.
+38, Self-emp-inc, 320811, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+57, Private, 82676, HS-grad, 9, Divorced, Transport-moving, Not-in-family, White, Male, 0, 0, 48, United-States, <=50K.
+20, Private, 152189, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+54, Self-emp-inc, 52565, 7th-8th, 4, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+62, ?, 121319, HS-grad, 9, Never-married, ?, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 144301, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 30, United-States, <=50K.
+21, Private, 162869, Some-college, 10, Never-married, Handlers-cleaners, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 179241, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+34, State-gov, 62327, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+40, Self-emp-not-inc, 121012, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 50, United-States, >50K.
+43, Private, 60001, Some-college, 10, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+55, ?, 105582, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+34, Local-gov, 454076, Assoc-voc, 11, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 40, United-States, >50K.
+21, State-gov, 155818, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 25, United-States, <=50K.
+40, Private, 434081, HS-grad, 9, Divorced, Machine-op-inspct, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+48, Federal-gov, 265386, Assoc-acdm, 12, Separated, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+47, Private, 44671, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 38, United-States, <=50K.
+63, Private, 190296, 11th, 7, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1902, 40, United-States, >50K.
+33, Federal-gov, 198827, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+64, ?, 22228, Some-college, 10, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 10, United-States, >50K.
+28, Private, 109857, Assoc-voc, 11, Divorced, Tech-support, Unmarried, White, Female, 0, 0, 40, United-States, <=50K.
+21, Self-emp-not-inc, 190968, HS-grad, 9, Never-married, Farming-fishing, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+51, Private, 75235, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+67, Self-emp-inc, 127605, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 20051, 0, 60, Italy, >50K.
+33, Private, 318982, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 38, United-States, <=50K.
+31, Private, 229636, 1st-4th, 2, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 2042, 40, Mexico, <=50K.
+46, Private, 233802, HS-grad, 9, Married-civ-spouse, Tech-support, Husband, Black, Male, 0, 0, 40, United-States, >50K.
+45, Self-emp-not-inc, 28119, Bachelors, 13, Divorced, Prof-specialty, Not-in-family, White, Male, 0, 0, 65, United-States, <=50K.
+66, State-gov, 198363, 7th-8th, 4, Widowed, Other-service, Not-in-family, Black, Female, 2964, 0, 40, United-States, <=50K.
+58, Local-gov, 153914, HS-grad, 9, Widowed, Adm-clerical, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+40, Private, 143582, Masters, 14, Widowed, Sales, Own-child, Asian-Pac-Islander, Female, 0, 0, 50, United-States, <=50K.
+71, ?, 78786, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 2149, 24, United-States, <=50K.
+42, State-gov, 126333, HS-grad, 9, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+46, Self-emp-not-inc, 182689, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 3103, 0, 35, United-States, >50K.
+19, Private, 35245, HS-grad, 9, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 25, United-States, <=50K.
+19, Private, 160120, Some-college, 10, Never-married, Exec-managerial, Own-child, Asian-Pac-Islander, Male, 2597, 0, 40, ?, <=50K.
+37, Self-emp-not-inc, 400287, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 1887, 15, United-States, >50K.
+22, Private, 50610, Some-college, 10, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+64, Private, 349826, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 35890, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+56, Private, 174209, 5th-6th, 3, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 63225, 1st-4th, 2, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 15, United-States, <=50K.
+35, Private, 164519, HS-grad, 9, Divorced, Adm-clerical, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 81145, HS-grad, 9, Never-married, Other-service, Other-relative, White, Female, 0, 0, 40, United-States, <=50K.
+32, Local-gov, 73514, Assoc-voc, 11, Never-married, Protective-serv, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 50, United-States, <=50K.
+49, Local-gov, 452402, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 7688, 0, 35, United-States, >50K.
+19, ?, 318056, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+27, Private, 285897, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 1887, 40, United-States, >50K.
+19, ?, 194404, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 32, United-States, <=50K.
+20, Private, 434710, Some-college, 10, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+42, Federal-gov, 177142, Bachelors, 13, Never-married, Tech-support, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+35, Federal-gov, 182863, Bachelors, 13, Separated, Tech-support, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+62, Private, 394645, HS-grad, 9, Never-married, Sales, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+46, Private, 110457, HS-grad, 9, Divorced, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+32, Self-emp-not-inc, 292465, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 35, United-States, >50K.
+35, Private, 238433, Assoc-voc, 11, Divorced, Exec-managerial, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+55, Private, 160631, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 4508, 0, 8, Yugoslavia, <=50K.
+29, Private, 285657, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+24, Private, 236907, HS-grad, 9, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 55, United-States, <=50K.
+19, Private, 378418, HS-grad, 9, Never-married, Other-service, Unmarried, White, Female, 0, 0, 30, United-States, <=50K.
+50, Self-emp-not-inc, 213279, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+38, Private, 105503, Some-college, 10, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+24, Private, 79160, HS-grad, 9, Never-married, Craft-repair, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+62, ?, 139391, 7th-8th, 4, Married-civ-spouse, ?, Husband, White, Male, 0, 0, 40, Ireland, >50K.
+33, Self-emp-not-inc, 190027, Masters, 14, Never-married, Exec-managerial, Not-in-family, Black, Female, 0, 0, 70, United-States, >50K.
+79, Private, 160758, 7th-8th, 4, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 15, United-States, <=50K.
+33, Private, 361280, Doctorate, 16, Married-civ-spouse, Tech-support, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Japan, <=50K.
+36, Private, 199288, 10th, 6, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 70, United-States, <=50K.
+46, Self-emp-not-inc, 204698, Bachelors, 13, Married-civ-spouse, Tech-support, Husband, White, Male, 0, 0, 40, United-States, >50K.
+17, Private, 213354, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 6, United-States, <=50K.
+22, Private, 282579, HS-grad, 9, Never-married, Other-service, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 99783, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 45, United-States, <=50K.
+27, Private, 446947, Bachelors, 13, Never-married, Adm-clerical, Unmarried, Black, Female, 0, 0, 55, United-States, <=50K.
+57, Private, 186202, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+26, Self-emp-inc, 177951, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 32, United-States, <=50K.
+28, Private, 258364, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+46, Local-gov, 200727, Masters, 14, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+32, Self-emp-not-inc, 33404, HS-grad, 9, Divorced, Craft-repair, Not-in-family, White, Male, 10520, 0, 50, United-States, >50K.
+63, Federal-gov, 31115, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 15024, 0, 40, United-States, >50K.
+21, Private, 301915, 11th, 7, Separated, Sales, Not-in-family, Other, Female, 0, 0, 30, Mexico, <=50K.
+44, Private, 201908, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 5013, 0, 40, United-States, <=50K.
+40, Private, 168071, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 45, United-States, >50K.
+32, Private, 347623, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+39, Private, 35890, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+31, Private, 154227, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 161532, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+55, Private, 178282, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 263561, Bachelors, 13, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+52, Private, 201783, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7688, 0, 40, United-States, >50K.
+30, Private, 161153, HS-grad, 9, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+28, Private, 193125, Some-college, 10, Married-civ-spouse, Sales, Wife, White, Female, 0, 0, 40, United-States, >50K.
+28, Private, 126060, HS-grad, 9, Married-civ-spouse, Adm-clerical, Wife, White, Female, 99999, 0, 36, United-States, >50K.
+52, Private, 186826, Prof-school, 15, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 1564, 40, United-States, >50K.
+32, Private, 156192, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 20, United-States, <=50K.
+35, Private, 193094, HS-grad, 9, Never-married, Prof-specialty, Unmarried, White, Female, 0, 0, 35, United-States, <=50K.
+26, Private, 472411, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+17, Private, 147069, 11th, 7, Never-married, Other-service, Own-child, White, Female, 0, 0, 16, United-States, <=50K.
+40, Private, 300195, Some-college, 10, Divorced, Tech-support, Unmarried, Black, Female, 0, 0, 40, United-States, <=50K.
+75, ?, 91417, Assoc-voc, 11, Married-civ-spouse, ?, Wife, White, Female, 0, 0, 20, United-States, <=50K.
+23, Private, 182342, Some-college, 10, Never-married, Craft-repair, Own-child, White, Male, 0, 0, 40, Italy, <=50K.
+32, Private, 258406, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, Mexico, <=50K.
+27, Private, 87239, Some-college, 10, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+25, Private, 294406, Assoc-voc, 11, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 30, United-States, <=50K.
+18, ?, 41385, HS-grad, 9, Married-civ-spouse, ?, Husband, White, Male, 4508, 0, 40, United-States, <=50K.
+66, Private, 197414, 7th-8th, 4, Married-spouse-absent, Other-service, Not-in-family, White, Female, 0, 0, 20, United-States, <=50K.
+47, Private, 323212, HS-grad, 9, Widowed, Other-service, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+57, Local-gov, 31532, Assoc-acdm, 12, Married-civ-spouse, Other-service, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+30, Private, 127610, Bachelors, 13, Never-married, Sales, Own-child, White, Female, 0, 0, 20, Greece, <=50K.
+26, Private, 163189, Some-college, 10, Divorced, Craft-repair, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 594187, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 1902, 60, United-States, >50K.
+39, Private, 269323, Assoc-voc, 11, Married-civ-spouse, Other-service, Husband, White, Male, 0, 1485, 38, United-States, >50K.
+33, Private, 96480, Assoc-voc, 11, Married-civ-spouse, Prof-specialty, Wife, White, Female, 7688, 0, 40, United-States, >50K.
+58, Private, 200316, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+22, Private, 212780, HS-grad, 9, Never-married, Sales, Not-in-family, Black, Female, 0, 0, 30, United-States, <=50K.
+49, Self-emp-inc, 120121, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+20, Private, 367240, Some-college, 10, Never-married, Other-service, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+24, Private, 117606, Bachelors, 13, Never-married, Exec-managerial, Own-child, White, Female, 0, 0, 35, United-States, <=50K.
+33, Private, 122749, Assoc-voc, 11, Married-civ-spouse, Craft-repair, Husband, Asian-Pac-Islander, Male, 0, 0, 40, India, >50K.
+59, Private, 169560, 10th, 6, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+46, Private, 269890, HS-grad, 9, Divorced, Craft-repair, Not-in-family, Black, Male, 0, 0, 40, United-States, <=50K.
+43, Private, 303426, HS-grad, 9, Divorced, Other-service, Unmarried, Asian-Pac-Islander, Male, 5721, 0, 40, Philippines, <=50K.
+25, Private, 112835, Bachelors, 13, Never-married, Prof-specialty, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+17, Private, 226503, 11th, 7, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+46, Private, 207733, 1st-4th, 2, Widowed, Other-service, Unmarried, White, Female, 0, 0, 40, Puerto-Rico, <=50K.
+20, Private, 275421, Some-college, 10, Never-married, Sales, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
+37, Local-gov, 165883, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+56, Self-emp-inc, 236676, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+19, ?, 171578, Some-college, 10, Never-married, ?, Own-child, Black, Male, 0, 0, 40, United-States, <=50K.
+30, Private, 685955, Bachelors, 13, Never-married, Sales, Unmarried, Black, Male, 0, 0, 50, United-States, <=50K.
+32, Private, 72887, Some-college, 10, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 0, 0, 40, United-States, >50K.
+34, Private, 135304, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+27, Private, 218781, HS-grad, 9, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+23, Private, 126540, 10th, 6, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 261943, 10th, 6, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, Guatemala, <=50K.
+34, State-gov, 111843, Bachelors, 13, Never-married, Adm-clerical, Not-in-family, Black, Female, 3325, 0, 40, United-States, <=50K.
+71, Self-emp-not-inc, 401203, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 34, United-States, >50K.
+56, Private, 117400, Some-college, 10, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+61, ?, 113658, 10th, 6, Divorced, ?, Other-relative, White, Female, 0, 0, 20, United-States, <=50K.
+40, Local-gov, 166822, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, Black, Female, 0, 0, 36, United-States, >50K.
+35, Private, 151322, Some-college, 10, Never-married, Craft-repair, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+21, Private, 102684, HS-grad, 9, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+54, Self-emp-not-inc, 152652, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+24, Private, 193416, Assoc-acdm, 12, Never-married, Other-service, Own-child, White, Female, 0, 0, 3, United-States, <=50K.
+35, Private, 103323, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+37, Self-emp-not-inc, 33975, Bachelors, 13, Separated, Transport-moving, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+20, ?, 163665, Some-college, 10, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+59, Private, 187485, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+50, Private, 110327, HS-grad, 9, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+28, Private, 179498, Bachelors, 13, Never-married, Other-service, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+37, Local-gov, 197915, 7th-8th, 4, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+51, Private, 103995, Doctorate, 16, Widowed, Prof-specialty, Not-in-family, White, Female, 10520, 0, 60, United-States, >50K.
+46, Private, 123807, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, Black, Female, 0, 0, 15, United-States, <=50K.
+23, Private, 43535, HS-grad, 9, Divorced, Other-service, Not-in-family, White, Female, 0, 0, 24, United-States, <=50K.
+57, Self-emp-not-inc, 200316, 7th-8th, 4, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 50, United-States, <=50K.
+60, Private, 125832, HS-grad, 9, Divorced, Prof-specialty, Not-in-family, White, Female, 0, 0, 72, Canada, <=50K.
+51, State-gov, 71691, Bachelors, 13, Divorced, Exec-managerial, Not-in-family, White, Male, 0, 0, 60, United-States, >50K.
+50, Private, 168212, Some-college, 10, Married-spouse-absent, Transport-moving, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+45, Federal-gov, 98320, Some-college, 10, Divorced, Adm-clerical, Unmarried, Asian-Pac-Islander, Female, 914, 0, 40, United-States, <=50K.
+41, Private, 173307, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 43, United-States, <=50K.
+56, Private, 442116, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 54, United-States, >50K.
+18, Private, 130849, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 17, United-States, <=50K.
+51, Private, 159015, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 60, United-States, <=50K.
+32, Private, 147921, Prof-school, 15, Never-married, Other-service, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+48, Private, 268022, Assoc-acdm, 12, Married-civ-spouse, Exec-managerial, Husband, White, Male, 7298, 0, 55, United-States, >50K.
+51, Private, 253357, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+50, Private, 339954, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, >50K.
+32, State-gov, 347623, Assoc-voc, 11, Married-civ-spouse, Tech-support, Husband, White, Male, 3411, 0, 40, United-States, <=50K.
+53, Federal-gov, 169112, Prof-school, 15, Married-civ-spouse, Adm-clerical, Husband, White, Male, 0, 0, 45, United-States, >50K.
+37, Private, 166213, HS-grad, 9, Divorced, Tech-support, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+62, Private, 216765, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, ?, >50K.
+51, Private, 335997, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 1902, 40, United-States, >50K.
+18, ?, 354236, 10th, 6, Never-married, ?, Own-child, White, Female, 0, 0, 30, United-States, <=50K.
+70, Private, 178120, HS-grad, 9, Widowed, Priv-house-serv, Other-relative, Black, Female, 0, 0, 8, United-States, <=50K.
+54, Private, 312631, Prof-school, 15, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 1887, 50, United-States, >50K.
+67, Local-gov, 31924, Some-college, 10, Widowed, Other-service, Not-in-family, White, Female, 2964, 0, 41, United-States, <=50K.
+34, Federal-gov, 96483, Assoc-acdm, 12, Never-married, Tech-support, Not-in-family, Asian-Pac-Islander, Female, 0, 0, 60, United-States, >50K.
+26, Private, 305304, 11th, 7, Separated, Handlers-cleaners, Other-relative, White, Male, 0, 0, 40, United-States, <=50K.
+52, Local-gov, 111722, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 72, United-States, <=50K.
+24, Private, 197554, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+51, Private, 257126, 10th, 6, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+27, Private, 101597, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Wife, White, Female, 0, 0, 40, United-States, <=50K.
+23, Private, 220115, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+38, Private, 210844, Some-college, 10, Married-civ-spouse, Craft-repair, Husband, White, Male, 0, 2042, 40, Columbia, <=50K.
+25, Self-emp-inc, 66935, HS-grad, 9, Never-married, Other-service, Other-relative, White, Male, 0, 0, 30, United-States, <=50K.
+81, Private, 192813, 7th-8th, 4, Married-civ-spouse, Handlers-cleaners, Husband, White, Male, 0, 0, 25, Portugal, <=50K.
+35, Self-emp-not-inc, 95639, 11th, 7, Married-civ-spouse, Prof-specialty, Husband, Amer-Indian-Eskimo, Male, 0, 0, 4, United-States, <=50K.
+40, Self-emp-not-inc, 223881, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 60, United-States, >50K.
+33, Private, 223105, HS-grad, 9, Married-civ-spouse, Adm-clerical, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+33, Private, 192644, Doctorate, 16, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 1977, 90, United-States, >50K.
+45, Self-emp-not-inc, 58683, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 5178, 0, 48, United-States, >50K.
+22, Private, 162282, HS-grad, 9, Never-married, Machine-op-inspct, Own-child, White, Male, 0, 0, 55, United-States, <=50K.
+38, State-gov, 239539, HS-grad, 9, Married-civ-spouse, Machine-op-inspct, Husband, Asian-Pac-Islander, Male, 0, 0, 40, Philippines, <=50K.
+46, Private, 117849, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 99999, 0, 50, United-States, >50K.
+17, Private, 99237, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 30, United-States, <=50K.
+18, ?, 149343, HS-grad, 9, Never-married, ?, Own-child, White, Female, 0, 0, 3, United-States, <=50K.
+42, Self-emp-not-inc, 193882, HS-grad, 9, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+41, Private, 107845, Bachelors, 13, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 0, 40, United-States, >50K.
+58, Private, 268295, 5th-6th, 3, Married-civ-spouse, Adm-clerical, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+43, Private, 71269, Some-college, 10, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 45, United-States, <=50K.
+42, Self-emp-inc, 204598, Assoc-voc, 11, Married-civ-spouse, Other-service, Husband, White, Male, 3464, 0, 80, United-States, <=50K.
+19, ?, 98283, Some-college, 10, Never-married, ?, Own-child, Asian-Pac-Islander, Male, 0, 0, 32, United-States, <=50K.
+45, Self-emp-inc, 188694, Prof-school, 15, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 50, United-States, >50K.
+41, Private, 201908, Masters, 14, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 20, United-States, <=50K.
+38, Private, 191137, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+58, Self-emp-not-inc, 129786, HS-grad, 9, Separated, Farming-fishing, Not-in-family, White, Male, 0, 0, 50, United-States, <=50K.
+37, Private, 302903, Some-college, 10, Married-civ-spouse, Exec-managerial, Wife, Asian-Pac-Islander, Female, 0, 0, 40, United-States, >50K.
+34, Private, 143526, HS-grad, 9, Never-married, Machine-op-inspct, Not-in-family, White, Male, 0, 0, 40, United-States, <=50K.
+23, Private, 182117, Some-college, 10, Never-married, Other-service, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+47, Private, 172753, HS-grad, 9, Married-civ-spouse, Transport-moving, Husband, White, Male, 0, 0, 85, United-States, >50K.
+37, Private, 139770, HS-grad, 9, Never-married, Adm-clerical, Not-in-family, White, Female, 0, 0, 35, United-States, <=50K.
+47, Private, 215686, HS-grad, 9, Married-civ-spouse, Craft-repair, Husband, Black, Male, 0, 0, 50, United-States, <=50K.
+31, Private, 181388, Masters, 14, Married-civ-spouse, Prof-specialty, Wife, White, Female, 0, 1902, 45, United-States, >50K.
+57, Private, 81973, Bachelors, 13, Married-civ-spouse, Sales, Husband, Asian-Pac-Islander, Male, 15024, 0, 45, United-States, >50K.
+44, Private, 328581, Bachelors, 13, Married-civ-spouse, Sales, Husband, White, Male, 0, 0, 50, United-States, >50K.
+64, Private, 110110, 11th, 7, Married-civ-spouse, Machine-op-inspct, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+31, Private, 174201, Bachelors, 13, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, >50K.
+40, Private, 137421, Masters, 14, Married-spouse-absent, Exec-managerial, Not-in-family, Asian-Pac-Islander, Male, 0, 0, 35, India, >50K.
+34, Private, 153927, Bachelors, 13, Married-civ-spouse, Prof-specialty, Husband, White, Male, 0, 0, 40, United-States, >50K.
+28, Federal-gov, 187649, HS-grad, 9, Never-married, Prof-specialty, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+72, Private, 149992, 7th-8th, 4, Married-civ-spouse, Farming-fishing, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+21, Private, 234640, HS-grad, 9, Never-married, Exec-managerial, Not-in-family, White, Female, 0, 0, 47, United-States, <=50K.
+52, Local-gov, 311569, Masters, 14, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 50, United-States, >50K.
+44, Private, 182383, Some-college, 10, Married-civ-spouse, Adm-clerical, Wife, White, Female, 0, 0, 35, United-States, <=50K.
+57, State-gov, 344381, Some-college, 10, Married-civ-spouse, Prof-specialty, Husband, Asian-Pac-Islander, Male, 7688, 0, 75, United-States, >50K.
+35, Self-emp-not-inc, 280570, HS-grad, 9, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 35, United-States, <=50K.
+21, Private, 215039, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 40, United-States, <=50K.
+38, Local-gov, 339442, Some-college, 10, Married-civ-spouse, Transport-moving, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+28, Local-gov, 168065, Masters, 14, Never-married, Prof-specialty, Not-in-family, White, Female, 0, 0, 40, United-States, <=50K.
+59, Private, 47534, Masters, 14, Divorced, Exec-managerial, Not-in-family, White, Female, 0, 0, 45, United-States, >50K.
+54, Local-gov, 116428, 10th, 6, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 40, United-States, <=50K.
+25, Private, 121789, Some-college, 10, Never-married, Sales, Not-in-family, White, Male, 0, 0, 38, United-States, <=50K.
+29, State-gov, 143139, 10th, 6, Never-married, Craft-repair, Unmarried, White, Male, 0, 0, 40, United-States, <=50K.
+18, Private, 187790, HS-grad, 9, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 40, United-States, <=50K.
+31, Private, 140559, HS-grad, 9, Married-civ-spouse, Other-service, Husband, Black, Male, 0, 0, 40, United-States, <=50K.
+17, Private, 184025, 11th, 7, Never-married, Handlers-cleaners, Own-child, White, Male, 0, 0, 16, United-States, <=50K.
+47, Private, 257824, Some-college, 10, Married-civ-spouse, Exec-managerial, Husband, White, Male, 0, 0, 45, United-States, >50K.
+42, Private, 89226, HS-grad, 9, Married-civ-spouse, Other-service, Husband, White, Male, 7688, 0, 40, Greece, >50K.
+21, Private, 145917, Some-college, 10, Never-married, Adm-clerical, Own-child, White, Female, 0, 0, 20, United-States, <=50K.
... 39035 lines suppressed ...

[systemds] 16/16: [SYSTEMDS-3149] Add documentation to the website for release 2.2.0

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit c06fcc43b0c8fe81378f712b7048f968071107cc
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Thu Oct 28 19:44:51 2021 +0000

    [SYSTEMDS-3149] Add documentation to the website for release 2.2.0
---
 content/docs/2.2.0/api/java/allclasses-frame.html  |  1542 +
 .../docs/2.2.0/api/java/allclasses-noframe.html    |  1542 +
 content/docs/2.2.0/api/java/constant-values.html   |  6596 ++++
 content/docs/2.2.0/api/java/deprecated-list.html   |   194 +
 content/docs/2.2.0/api/java/help-doc.html          |   230 +
 content/docs/2.2.0/api/java/index-all.html         | 38946 +++++++++++++++++++
 content/docs/2.2.0/api/java/index.html             |    76 +
 .../java/org/apache/sysds/api/ConfigurableAPI.html |   256 +
 .../java/org/apache/sysds/api/DMLException.html    |   351 +
 .../api/java/org/apache/sysds/api/DMLOptions.html  |   680 +
 .../api/java/org/apache/sysds/api/DMLScript.html   |   939 +
 .../java/org/apache/sysds/api/PythonDMLScript.html |   260 +
 .../org/apache/sysds/api/ScriptExecutorUtils.html  |   318 +
 .../sysds/api/class-use/ConfigurableAPI.html       |   192 +
 .../apache/sysds/api/class-use/DMLException.html   |   317 +
 .../org/apache/sysds/api/class-use/DMLOptions.html |   180 +
 .../org/apache/sysds/api/class-use/DMLScript.html  |   125 +
 .../sysds/api/class-use/PythonDMLScript.html       |   125 +
 .../sysds/api/class-use/ScriptExecutorUtils.html   |   125 +
 .../java/org/apache/sysds/api/jmlc/Connection.html |  1460 +
 .../java/org/apache/sysds/api/jmlc/JMLCUtils.html  |   361 +
 .../org/apache/sysds/api/jmlc/PreparedScript.html  |  1011 +
 .../org/apache/sysds/api/jmlc/ResultVariables.html |   502 +
 .../sysds/api/jmlc/class-use/Connection.html       |   165 +
 .../apache/sysds/api/jmlc/class-use/JMLCUtils.html |   125 +
 .../sysds/api/jmlc/class-use/PreparedScript.html   |   195 +
 .../sysds/api/jmlc/class-use/ResultVariables.html  |   168 +
 .../org/apache/sysds/api/jmlc/package-frame.html   |    23 +
 .../org/apache/sysds/api/jmlc/package-summary.html |   166 +
 .../org/apache/sysds/api/jmlc/package-tree.html    |   141 +
 .../org/apache/sysds/api/jmlc/package-use.html     |   189 +
 .../java/org/apache/sysds/api/mlcontext/Frame.html |   593 +
 .../apache/sysds/api/mlcontext/FrameFormat.html    |   394 +
 .../apache/sysds/api/mlcontext/FrameMetadata.html  |  1027 +
 .../apache/sysds/api/mlcontext/FrameSchema.html    |   382 +
 .../api/mlcontext/MLContext.ExecutionType.html     |   403 +
 .../api/mlcontext/MLContext.ExplainLevel.html      |   411 +
 .../api/mlcontext/MLContext.InternalProxy.html     |   279 +
 .../org/apache/sysds/api/mlcontext/MLContext.html  |  1065 +
 .../api/mlcontext/MLContextConversionUtil.html     |  1614 +
 .../sysds/api/mlcontext/MLContextException.html    |   370 +
 .../apache/sysds/api/mlcontext/MLContextUtil.html  |  1174 +
 .../org/apache/sysds/api/mlcontext/MLResults.html  |  2430 ++
 .../org/apache/sysds/api/mlcontext/Matrix.html     |   704 +
 .../apache/sysds/api/mlcontext/MatrixFormat.html   |   453 +
 .../apache/sysds/api/mlcontext/MatrixMetadata.html |   745 +
 .../org/apache/sysds/api/mlcontext/Metadata.html   |   485 +
 .../apache/sysds/api/mlcontext/ProjectInfo.html    |   366 +
 .../org/apache/sysds/api/mlcontext/Script.html     |  1108 +
 .../apache/sysds/api/mlcontext/ScriptExecutor.html |   781 +
 .../apache/sysds/api/mlcontext/ScriptFactory.html  |   439 +
 .../sysds/api/mlcontext/class-use/Frame.html       |   167 +
 .../sysds/api/mlcontext/class-use/FrameFormat.html |   317 +
 .../api/mlcontext/class-use/FrameMetadata.html     |   270 +
 .../sysds/api/mlcontext/class-use/FrameSchema.html |   253 +
 .../class-use/MLContext.ExecutionType.html         |   207 +
 .../class-use/MLContext.ExplainLevel.html          |   197 +
 .../class-use/MLContext.InternalProxy.html         |   167 +
 .../sysds/api/mlcontext/class-use/MLContext.html   |   214 +
 .../class-use/MLContextConversionUtil.html         |   125 +
 .../mlcontext/class-use/MLContextException.html    |   125 +
 .../api/mlcontext/class-use/MLContextUtil.html     |   125 +
 .../sysds/api/mlcontext/class-use/MLResults.html   |   213 +
 .../sysds/api/mlcontext/class-use/Matrix.html      |   167 +
 .../api/mlcontext/class-use/MatrixFormat.html      |   268 +
 .../api/mlcontext/class-use/MatrixMetadata.html    |   300 +
 .../sysds/api/mlcontext/class-use/Metadata.html    |   218 +
 .../sysds/api/mlcontext/class-use/ProjectInfo.html |   174 +
 .../sysds/api/mlcontext/class-use/Script.html      |   347 +
 .../api/mlcontext/class-use/ScriptExecutor.html    |   214 +
 .../api/mlcontext/class-use/ScriptFactory.html     |   125 +
 .../apache/sysds/api/mlcontext/package-frame.html  |    44 +
 .../sysds/api/mlcontext/package-summary.html       |   286 +
 .../apache/sysds/api/mlcontext/package-tree.html   |   183 +
 .../apache/sysds/api/mlcontext/package-use.html    |   287 +
 .../java/org/apache/sysds/api/package-frame.html   |    31 +
 .../java/org/apache/sysds/api/package-summary.html |   196 +
 .../java/org/apache/sysds/api/package-tree.html    |   158 +
 .../api/java/org/apache/sysds/api/package-use.html |   355 +
 .../api/java/org/apache/sysds/common/Builtins.html |  3705 ++
 .../java/org/apache/sysds/common/Types.AggOp.html  |   521 +
 .../org/apache/sysds/common/Types.BlockType.html   |   371 +
 .../sysds/common/Types.CorrectionLocationType.html |   444 +
 .../org/apache/sysds/common/Types.DataType.html    |   486 +
 .../org/apache/sysds/common/Types.Direction.html   |   402 +
 .../org/apache/sysds/common/Types.ExecMode.html    |   359 +
 .../org/apache/sysds/common/Types.ExecType.html    |   395 +
 .../org/apache/sysds/common/Types.FileFormat.html  |   551 +
 .../apache/sysds/common/Types.FunctionBlock.html   |   231 +
 .../java/org/apache/sysds/common/Types.OpOp1.html  |  1109 +
 .../java/org/apache/sysds/common/Types.OpOp2.html  |   857 +
 .../java/org/apache/sysds/common/Types.OpOp3.html  |   448 +
 .../java/org/apache/sysds/common/Types.OpOp4.html  |   399 +
 .../java/org/apache/sysds/common/Types.OpOpDG.html |   394 +
 .../org/apache/sysds/common/Types.OpOpData.html    |   475 +
 .../org/apache/sysds/common/Types.OpOpDnn.html     |   514 +
 .../java/org/apache/sysds/common/Types.OpOpN.html  |   431 +
 .../apache/sysds/common/Types.ParamBuiltinOp.html  |   538 +
 .../org/apache/sysds/common/Types.ReOrgOp.html     |   412 +
 .../org/apache/sysds/common/Types.ReturnType.html  |   360 +
 .../org/apache/sysds/common/Types.ValueType.html   |   484 +
 .../api/java/org/apache/sysds/common/Types.html    |   354 +
 .../api/java/org/apache/sysds/common/Warnings.html |   285 +
 .../apache/sysds/common/class-use/Builtins.html    |   277 +
 .../apache/sysds/common/class-use/Types.AggOp.html |   502 +
 .../sysds/common/class-use/Types.BlockType.html    |   174 +
 .../class-use/Types.CorrectionLocationType.html    |   305 +
 .../sysds/common/class-use/Types.DataType.html     |  1915 +
 .../sysds/common/class-use/Types.Direction.html    |   374 +
 .../sysds/common/class-use/Types.ExecMode.html     |   266 +
 .../sysds/common/class-use/Types.ExecType.html     |  1307 +
 .../sysds/common/class-use/Types.FileFormat.html   |   832 +
 .../common/class-use/Types.FunctionBlock.html      |   251 +
 .../apache/sysds/common/class-use/Types.OpOp1.html |   369 +
 .../apache/sysds/common/class-use/Types.OpOp2.html |   522 +
 .../apache/sysds/common/class-use/Types.OpOp3.html |   300 +
 .../apache/sysds/common/class-use/Types.OpOp4.html |   264 +
 .../sysds/common/class-use/Types.OpOpDG.html       |   312 +
 .../sysds/common/class-use/Types.OpOpData.html     |   350 +
 .../sysds/common/class-use/Types.OpOpDnn.html      |   316 +
 .../apache/sysds/common/class-use/Types.OpOpN.html |   283 +
 .../common/class-use/Types.ParamBuiltinOp.html     |   327 +
 .../sysds/common/class-use/Types.ReOrgOp.html      |   358 +
 .../sysds/common/class-use/Types.ReturnType.html   |   174 +
 .../sysds/common/class-use/Types.ValueType.html    |  3010 ++
 .../org/apache/sysds/common/class-use/Types.html   |   125 +
 .../apache/sysds/common/class-use/Warnings.html    |   125 +
 .../org/apache/sysds/common/package-frame.html     |    49 +
 .../org/apache/sysds/common/package-summary.html   |   276 +
 .../java/org/apache/sysds/common/package-tree.html |   175 +
 .../java/org/apache/sysds/common/package-use.html  |  1192 +
 .../sysds/conf/CompilerConfig.ConfigType.html      |   538 +
 .../java/org/apache/sysds/conf/CompilerConfig.html |   429 +
 .../apache/sysds/conf/ConfigurationManager.html    |   586 +
 .../api/java/org/apache/sysds/conf/DMLConfig.html  |  1304 +
 .../conf/class-use/CompilerConfig.ConfigType.html  |   236 +
 .../sysds/conf/class-use/CompilerConfig.html       |   292 +
 .../sysds/conf/class-use/ConfigurationManager.html |   125 +
 .../org/apache/sysds/conf/class-use/DMLConfig.html |   438 +
 .../java/org/apache/sysds/conf/package-frame.html  |    26 +
 .../org/apache/sysds/conf/package-summary.html     |   171 +
 .../java/org/apache/sysds/conf/package-tree.html   |   152 +
 .../java/org/apache/sysds/conf/package-use.html    |   318 +
 .../apache/sysds/hops/AggBinaryOp.MMultMethod.html |   454 +
 .../sysds/hops/AggBinaryOp.SparkAggType.html       |   358 +
 .../java/org/apache/sysds/hops/AggBinaryOp.html    |   754 +
 .../api/java/org/apache/sysds/hops/AggUnaryOp.html |   581 +
 .../apache/sysds/hops/BinaryOp.AppendMethod.html   |   382 +
 .../apache/sysds/hops/BinaryOp.MMBinaryMethod.html |   394 +
 .../api/java/org/apache/sysds/hops/BinaryOp.html   |   749 +
 .../api/java/org/apache/sysds/hops/DataGenOp.html  |   724 +
 .../api/java/org/apache/sysds/hops/DataOp.html     |   878 +
 .../api/java/org/apache/sysds/hops/DnnOp.html      |   563 +
 .../apache/sysds/hops/FunctionOp.FunctionType.html |   358 +
 .../api/java/org/apache/sysds/hops/FunctionOp.html |   788 +
 .../2.2.0/api/java/org/apache/sysds/hops/Hop.html  |  2403 ++
 .../java/org/apache/sysds/hops/HopsException.html  |   403 +
 .../api/java/org/apache/sysds/hops/IndexingOp.html |   615 +
 .../hops/LeftIndexingOp.LeftIndexingMethod.html    |   358 +
 .../java/org/apache/sysds/hops/LeftIndexingOp.html |   623 +
 .../api/java/org/apache/sysds/hops/LiteralOp.html  |   578 +
 .../api/java/org/apache/sysds/hops/MemoTable.html  |   378 +
 .../org/apache/sysds/hops/MultiThreadedHop.html    |   357 +
 .../api/java/org/apache/sysds/hops/NaryOp.html     |   524 +
 .../hops/OptimizerUtils.OptimizationLevel.html     |   428 +
 .../java/org/apache/sysds/hops/OptimizerUtils.html |  2422 ++
 .../apache/sysds/hops/ParameterizedBuiltinOp.html  |   684 +
 .../java/org/apache/sysds/hops/QuaternaryOp.html   |   693 +
 .../api/java/org/apache/sysds/hops/ReorgOp.html    |   569 +
 .../api/java/org/apache/sysds/hops/TernaryOp.html  |   637 +
 .../api/java/org/apache/sysds/hops/UnaryOp.html    |   593 +
 .../hops/class-use/AggBinaryOp.MMultMethod.html    |   191 +
 .../hops/class-use/AggBinaryOp.SparkAggType.html   |   265 +
 .../apache/sysds/hops/class-use/AggBinaryOp.html   |   171 +
 .../apache/sysds/hops/class-use/AggUnaryOp.html    |   176 +
 .../hops/class-use/BinaryOp.AppendMethod.html      |   187 +
 .../hops/class-use/BinaryOp.MMBinaryMethod.html    |   187 +
 .../org/apache/sysds/hops/class-use/BinaryOp.html  |   197 +
 .../org/apache/sysds/hops/class-use/DataGenOp.html |   195 +
 .../org/apache/sysds/hops/class-use/DataOp.html    |   187 +
 .../org/apache/sysds/hops/class-use/DnnOp.html     |   125 +
 .../hops/class-use/FunctionOp.FunctionType.html    |   236 +
 .../apache/sysds/hops/class-use/FunctionOp.html    |   207 +
 .../java/org/apache/sysds/hops/class-use/Hop.html  |  3597 ++
 .../apache/sysds/hops/class-use/HopsException.html |   166 +
 .../apache/sysds/hops/class-use/IndexingOp.html    |   209 +
 .../LeftIndexingOp.LeftIndexingMethod.html         |   187 +
 .../sysds/hops/class-use/LeftIndexingOp.html       |   187 +
 .../org/apache/sysds/hops/class-use/LiteralOp.html |   309 +
 .../org/apache/sysds/hops/class-use/MemoTable.html |   223 +
 .../sysds/hops/class-use/MultiThreadedHop.html     |   249 +
 .../org/apache/sysds/hops/class-use/NaryOp.html    |   166 +
 .../OptimizerUtils.OptimizationLevel.html          |   206 +
 .../sysds/hops/class-use/OptimizerUtils.html       |   125 +
 .../hops/class-use/ParameterizedBuiltinOp.html     |   167 +
 .../apache/sysds/hops/class-use/QuaternaryOp.html  |   125 +
 .../org/apache/sysds/hops/class-use/ReorgOp.html   |   180 +
 .../org/apache/sysds/hops/class-use/TernaryOp.html |   184 +
 .../org/apache/sysds/hops/class-use/UnaryOp.html   |   194 +
 .../hops/codegen/SpoofCompiler.CompilerType.html   |   382 +
 .../hops/codegen/SpoofCompiler.GeneratorAPI.html   |   371 +
 .../codegen/SpoofCompiler.IntegrationType.html     |   346 +
 .../codegen/SpoofCompiler.PlanCachePolicy.html     |   373 +
 .../hops/codegen/SpoofCompiler.PlanSelector.html   |   396 +
 .../hops/codegen/SpoofCompiler.RegisterAlloc.html  |   358 +
 .../apache/sysds/hops/codegen/SpoofCompiler.html   |   691 +
 .../codegen/SpoofFusedOp.SpoofOutputDimsType.html  |   466 +
 .../apache/sysds/hops/codegen/SpoofFusedOp.html    |   561 +
 .../class-use/SpoofCompiler.CompilerType.html      |   187 +
 .../class-use/SpoofCompiler.GeneratorAPI.html      |   427 +
 .../class-use/SpoofCompiler.IntegrationType.html   |   187 +
 .../class-use/SpoofCompiler.PlanCachePolicy.html   |   192 +
 .../class-use/SpoofCompiler.PlanSelector.html      |   187 +
 .../class-use/SpoofCompiler.RegisterAlloc.html     |   187 +
 .../hops/codegen/class-use/SpoofCompiler.html      |   125 +
 .../SpoofFusedOp.SpoofOutputDimsType.html          |   230 +
 .../sysds/hops/codegen/class-use/SpoofFusedOp.html |   125 +
 .../org/apache/sysds/hops/codegen/cplan/CNode.html |   663 +
 .../hops/codegen/cplan/CNodeBinary.BinType.html    |  1340 +
 .../sysds/hops/codegen/cplan/CNodeBinary.html      |   411 +
 .../apache/sysds/hops/codegen/cplan/CNodeCell.html |   632 +
 .../apache/sysds/hops/codegen/cplan/CNodeData.html |   480 +
 .../sysds/hops/codegen/cplan/CNodeMultiAgg.html    |   571 +
 .../hops/codegen/cplan/CNodeNary.NaryType.html     |   427 +
 .../apache/sysds/hops/codegen/cplan/CNodeNary.html |   409 +
 .../hops/codegen/cplan/CNodeOuterProduct.html      |   530 +
 .../apache/sysds/hops/codegen/cplan/CNodeRow.html  |   541 +
 .../codegen/cplan/CNodeTernary.TernaryType.html    |   456 +
 .../sysds/hops/codegen/cplan/CNodeTernary.html     |   413 +
 .../apache/sysds/hops/codegen/cplan/CNodeTpl.html  |   532 +
 .../hops/codegen/cplan/CNodeUnary.UnaryType.html   |  1085 +
 .../sysds/hops/codegen/cplan/CNodeUnary.html       |   422 +
 .../sysds/hops/codegen/cplan/CodeTemplate.html     |   342 +
 .../sysds/hops/codegen/cplan/class-use/CNode.html  |   586 +
 .../cplan/class-use/CNodeBinary.BinType.html       |   305 +
 .../hops/codegen/cplan/class-use/CNodeBinary.html  |   125 +
 .../hops/codegen/cplan/class-use/CNodeCell.html    |   125 +
 .../hops/codegen/cplan/class-use/CNodeData.html    |   191 +
 .../codegen/cplan/class-use/CNodeMultiAgg.html     |   125 +
 .../cplan/class-use/CNodeNary.NaryType.html        |   190 +
 .../hops/codegen/cplan/class-use/CNodeNary.html    |   125 +
 .../codegen/cplan/class-use/CNodeOuterProduct.html |   125 +
 .../hops/codegen/cplan/class-use/CNodeRow.html     |   125 +
 .../cplan/class-use/CNodeTernary.TernaryType.html  |   275 +
 .../hops/codegen/cplan/class-use/CNodeTernary.html |   125 +
 .../hops/codegen/cplan/class-use/CNodeTpl.html     |   322 +
 .../cplan/class-use/CNodeUnary.UnaryType.html      |   281 +
 .../hops/codegen/cplan/class-use/CNodeUnary.html   |   125 +
 .../hops/codegen/cplan/class-use/CodeTemplate.html |   173 +
 .../sysds/hops/codegen/cplan/cuda/Binary.html      |   298 +
 .../sysds/hops/codegen/cplan/cuda/Ternary.html     |   290 +
 .../sysds/hops/codegen/cplan/cuda/Unary.html       |   290 +
 .../hops/codegen/cplan/cuda/class-use/Binary.html  |   125 +
 .../hops/codegen/cplan/cuda/class-use/Ternary.html |   125 +
 .../hops/codegen/cplan/cuda/class-use/Unary.html   |   125 +
 .../hops/codegen/cplan/cuda/package-frame.html     |    22 +
 .../hops/codegen/cplan/cuda/package-summary.html   |   151 +
 .../hops/codegen/cplan/cuda/package-tree.html      |   144 +
 .../sysds/hops/codegen/cplan/cuda/package-use.html |   125 +
 .../sysds/hops/codegen/cplan/java/Binary.html      |   298 +
 .../sysds/hops/codegen/cplan/java/Ternary.html     |   290 +
 .../sysds/hops/codegen/cplan/java/Unary.html       |   290 +
 .../hops/codegen/cplan/java/class-use/Binary.html  |   125 +
 .../hops/codegen/cplan/java/class-use/Ternary.html |   125 +
 .../hops/codegen/cplan/java/class-use/Unary.html   |   125 +
 .../hops/codegen/cplan/java/package-frame.html     |    22 +
 .../hops/codegen/cplan/java/package-summary.html   |   151 +
 .../hops/codegen/cplan/java/package-tree.html      |   144 +
 .../sysds/hops/codegen/cplan/java/package-use.html |   125 +
 .../sysds/hops/codegen/cplan/package-frame.html    |    38 +
 .../sysds/hops/codegen/cplan/package-summary.html  |   214 +
 .../sysds/hops/codegen/cplan/package-tree.html     |   170 +
 .../sysds/hops/codegen/cplan/package-use.html      |   260 +
 .../codegen/opt/InterestingPoint.DecisionType.html |   346 +
 .../sysds/hops/codegen/opt/InterestingPoint.html   |   461 +
 .../sysds/hops/codegen/opt/PlanAnalyzer.html       |   279 +
 .../sysds/hops/codegen/opt/PlanPartition.html      |   375 +
 .../codegen/opt/PlanSelection.VisitMarkCost.html   |   299 +
 .../sysds/hops/codegen/opt/PlanSelection.html      |   310 +
 .../hops/codegen/opt/PlanSelectionFuseAll.html     |   314 +
 .../codegen/opt/PlanSelectionFuseCostBased.html    |   314 +
 .../codegen/opt/PlanSelectionFuseCostBasedV2.html  |   416 +
 .../codegen/opt/PlanSelectionFuseNoRedundancy.html |   317 +
 .../codegen/opt/ReachabilityGraph.SubProblem.html  |   346 +
 .../sysds/hops/codegen/opt/ReachabilityGraph.html  |   377 +
 .../class-use/InterestingPoint.DecisionType.html   |   191 +
 .../codegen/opt/class-use/InterestingPoint.html    |   254 +
 .../hops/codegen/opt/class-use/PlanAnalyzer.html   |   125 +
 .../hops/codegen/opt/class-use/PlanPartition.html  |   179 +
 .../opt/class-use/PlanSelection.VisitMarkCost.html |   125 +
 .../hops/codegen/opt/class-use/PlanSelection.html  |   216 +
 .../opt/class-use/PlanSelectionFuseAll.html        |   125 +
 .../opt/class-use/PlanSelectionFuseCostBased.html  |   125 +
 .../class-use/PlanSelectionFuseCostBasedV2.html    |   125 +
 .../class-use/PlanSelectionFuseNoRedundancy.html   |   125 +
 .../class-use/ReachabilityGraph.SubProblem.html    |   165 +
 .../codegen/opt/class-use/ReachabilityGraph.html   |   125 +
 .../sysds/hops/codegen/opt/package-frame.html      |    34 +
 .../sysds/hops/codegen/opt/package-summary.html    |   219 +
 .../sysds/hops/codegen/opt/package-tree.html       |   163 +
 .../apache/sysds/hops/codegen/opt/package-use.html |   212 +
 .../apache/sysds/hops/codegen/package-frame.html   |    31 +
 .../apache/sysds/hops/codegen/package-summary.html |   186 +
 .../apache/sysds/hops/codegen/package-tree.html    |   165 +
 .../org/apache/sysds/hops/codegen/package-use.html |   217 +
 .../hops/codegen/template/CPlanCSERewriter.html    |   272 +
 .../template/CPlanMemoTable.MemoTableEntry.html    |   575 +
 .../template/CPlanMemoTable.MemoTableEntrySet.html |   335 +
 .../hops/codegen/template/CPlanMemoTable.html      |   863 +
 .../hops/codegen/template/CPlanOpRewriter.html     |   281 +
 .../codegen/template/TemplateBase.CloseType.html   |   396 +
 .../template/TemplateBase.TemplateType.html        |   396 +
 .../sysds/hops/codegen/template/TemplateBase.html  |   465 +
 .../template/TemplateCell.HopInputComparator.html  |   310 +
 .../sysds/hops/codegen/template/TemplateCell.html  |   484 +
 .../hops/codegen/template/TemplateMultiAgg.html    |   465 +
 .../codegen/template/TemplateOuterProduct.html     |   470 +
 .../template/TemplateRow.HopInputComparator.html   |   299 +
 .../sysds/hops/codegen/template/TemplateRow.html   |   466 +
 .../sysds/hops/codegen/template/TemplateUtils.html |  1098 +
 .../template/class-use/CPlanCSERewriter.html       |   125 +
 .../class-use/CPlanMemoTable.MemoTableEntry.html   |   299 +
 .../CPlanMemoTable.MemoTableEntrySet.html          |   166 +
 .../codegen/template/class-use/CPlanMemoTable.html |   277 +
 .../template/class-use/CPlanOpRewriter.html        |   125 +
 .../template/class-use/TemplateBase.CloseType.html |   265 +
 .../class-use/TemplateBase.TemplateType.html       |   370 +
 .../codegen/template/class-use/TemplateBase.html   |   239 +
 .../class-use/TemplateCell.HopInputComparator.html |   125 +
 .../codegen/template/class-use/TemplateCell.html   |   165 +
 .../template/class-use/TemplateMultiAgg.html       |   125 +
 .../template/class-use/TemplateOuterProduct.html   |   125 +
 .../class-use/TemplateRow.HopInputComparator.html  |   125 +
 .../codegen/template/class-use/TemplateRow.html    |   125 +
 .../codegen/template/class-use/TemplateUtils.html  |   125 +
 .../sysds/hops/codegen/template/package-frame.html |    37 +
 .../hops/codegen/template/package-summary.html     |   217 +
 .../sysds/hops/codegen/template/package-tree.html  |   169 +
 .../sysds/hops/codegen/template/package-use.html   |   198 +
 .../org/apache/sysds/hops/cost/ComputeCost.html    |   284 +
 .../hops/cost/CostEstimationWrapper.CostType.html  |   346 +
 .../sysds/hops/cost/CostEstimationWrapper.html     |   310 +
 .../org/apache/sysds/hops/cost/CostEstimator.html  |   299 +
 .../hops/cost/CostEstimatorStaticRuntime.html      |   357 +
 .../org/apache/sysds/hops/cost/FederatedCost.html  |   431 +
 .../sysds/hops/cost/FederatedCostEstimator.html    |   443 +
 .../java/org/apache/sysds/hops/cost/HopRel.html    |   444 +
 .../java/org/apache/sysds/hops/cost/VarStats.html  |   340 +
 .../sysds/hops/cost/class-use/ComputeCost.html     |   125 +
 .../class-use/CostEstimationWrapper.CostType.html  |   174 +
 .../hops/cost/class-use/CostEstimationWrapper.html |   125 +
 .../sysds/hops/cost/class-use/CostEstimator.html   |   165 +
 .../cost/class-use/CostEstimatorStaticRuntime.html |   125 +
 .../sysds/hops/cost/class-use/FederatedCost.html   |   242 +
 .../cost/class-use/FederatedCostEstimator.html     |   125 +
 .../apache/sysds/hops/cost/class-use/HopRel.html   |   212 +
 .../apache/sysds/hops/cost/class-use/VarStats.html |   174 +
 .../org/apache/sysds/hops/cost/package-frame.html  |    31 +
 .../apache/sysds/hops/cost/package-summary.html    |   196 +
 .../org/apache/sysds/hops/cost/package-tree.html   |   160 +
 .../org/apache/sysds/hops/cost/package-use.html    |   198 +
 .../apache/sysds/hops/estim/EstimationUtils.html   |   300 +
 .../apache/sysds/hops/estim/EstimatorBasicAvg.html |   410 +
 .../sysds/hops/estim/EstimatorBasicWorst.html      |   414 +
 .../hops/estim/EstimatorBitsetMM.BitsetMatrix.html |   364 +
 .../estim/EstimatorBitsetMM.BitsetMatrix1.html     |   397 +
 .../estim/EstimatorBitsetMM.BitsetMatrix2.html     |   379 +
 .../apache/sysds/hops/estim/EstimatorBitsetMM.html |   465 +
 .../hops/estim/EstimatorDensityMap.DensityMap.html |   430 +
 .../sysds/hops/estim/EstimatorDensityMap.html      |   468 +
 .../estim/EstimatorLayeredGraph.LayeredGraph.html  |   291 +
 .../sysds/hops/estim/EstimatorLayeredGraph.html    |   435 +
 .../EstimatorMatrixHistogram.MatrixHistogram.html  |   407 +
 .../sysds/hops/estim/EstimatorMatrixHistogram.html |   469 +
 .../apache/sysds/hops/estim/EstimatorSample.html   |   443 +
 .../apache/sysds/hops/estim/EstimatorSampleRa.html |   477 +
 .../java/org/apache/sysds/hops/estim/MMNode.html   |   507 +
 .../sysds/hops/estim/SparsityEstimator.OpCode.html |   442 +
 .../apache/sysds/hops/estim/SparsityEstimator.html |   450 +
 .../hops/estim/class-use/EstimationUtils.html      |   125 +
 .../hops/estim/class-use/EstimatorBasicAvg.html    |   125 +
 .../hops/estim/class-use/EstimatorBasicWorst.html  |   125 +
 .../class-use/EstimatorBitsetMM.BitsetMatrix.html  |   274 +
 .../class-use/EstimatorBitsetMM.BitsetMatrix1.html |   125 +
 .../class-use/EstimatorBitsetMM.BitsetMatrix2.html |   125 +
 .../hops/estim/class-use/EstimatorBitsetMM.html    |   125 +
 .../class-use/EstimatorDensityMap.DensityMap.html  |   186 +
 .../hops/estim/class-use/EstimatorDensityMap.html  |   125 +
 .../EstimatorLayeredGraph.LayeredGraph.html        |   125 +
 .../estim/class-use/EstimatorLayeredGraph.html     |   125 +
 .../EstimatorMatrixHistogram.MatrixHistogram.html  |   201 +
 .../estim/class-use/EstimatorMatrixHistogram.html  |   125 +
 .../hops/estim/class-use/EstimatorSample.html      |   125 +
 .../hops/estim/class-use/EstimatorSampleRa.html    |   125 +
 .../apache/sysds/hops/estim/class-use/MMNode.html  |   250 +
 .../estim/class-use/SparsityEstimator.OpCode.html  |   349 +
 .../hops/estim/class-use/SparsityEstimator.html    |   223 +
 .../org/apache/sysds/hops/estim/package-frame.html |    40 +
 .../apache/sysds/hops/estim/package-summary.html   |   257 +
 .../org/apache/sysds/hops/estim/package-tree.html  |   172 +
 .../org/apache/sysds/hops/estim/package-use.html   |   176 +
 .../apache/sysds/hops/ipa/FunctionCallGraph.html   |   687 +
 .../sysds/hops/ipa/FunctionCallSizeInfo.html       |   591 +
 .../java/org/apache/sysds/hops/ipa/IPAPass.html    |   320 +
 .../IPAPassApplyStaticAndDynamicHopRewrites.html   |   329 +
 .../ipa/IPAPassCompressionWorkloadAnalysis.html    |   328 +
 .../sysds/hops/ipa/IPAPassEliminateDeadCode.html   |   328 +
 .../ipa/IPAPassFlagFunctionsRecompileOnce.html     |   361 +
 .../sysds/hops/ipa/IPAPassFlagNonDeterminism.html  |   326 +
 .../hops/ipa/IPAPassForwardFunctionCalls.html      |   329 +
 .../sysds/hops/ipa/IPAPassInlineFunctions.html     |   330 +
 .../hops/ipa/IPAPassPropagateReplaceLiterals.html  |   328 +
 .../hops/ipa/IPAPassRemoveConstantBinaryOps.html   |   330 +
 .../ipa/IPAPassRemoveUnnecessaryCheckpoints.html   |   343 +
 .../hops/ipa/IPAPassRemoveUnusedFunctions.html     |   329 +
 .../hops/ipa/IPAPassReplaceEvalFunctionCalls.html  |   329 +
 .../sysds/hops/ipa/InterProceduralAnalysis.html    |   345 +
 .../hops/ipa/class-use/FunctionCallGraph.html      |   377 +
 .../hops/ipa/class-use/FunctionCallSizeInfo.html   |   269 +
 .../apache/sysds/hops/ipa/class-use/IPAPass.html   |   272 +
 .../IPAPassApplyStaticAndDynamicHopRewrites.html   |   125 +
 .../IPAPassCompressionWorkloadAnalysis.html        |   125 +
 .../ipa/class-use/IPAPassEliminateDeadCode.html    |   125 +
 .../IPAPassFlagFunctionsRecompileOnce.html         |   125 +
 .../ipa/class-use/IPAPassFlagNonDeterminism.html   |   125 +
 .../ipa/class-use/IPAPassForwardFunctionCalls.html |   125 +
 .../hops/ipa/class-use/IPAPassInlineFunctions.html |   125 +
 .../class-use/IPAPassPropagateReplaceLiterals.html |   125 +
 .../class-use/IPAPassRemoveConstantBinaryOps.html  |   125 +
 .../IPAPassRemoveUnnecessaryCheckpoints.html       |   125 +
 .../class-use/IPAPassRemoveUnusedFunctions.html    |   125 +
 .../class-use/IPAPassReplaceEvalFunctionCalls.html |   125 +
 .../ipa/class-use/InterProceduralAnalysis.html     |   125 +
 .../org/apache/sysds/hops/ipa/package-frame.html   |    35 +
 .../org/apache/sysds/hops/ipa/package-summary.html |   251 +
 .../org/apache/sysds/hops/ipa/package-tree.html    |   156 +
 .../org/apache/sysds/hops/ipa/package-use.html     |   220 +
 .../java/org/apache/sysds/hops/package-frame.html  |    53 +
 .../org/apache/sysds/hops/package-summary.html     |   318 +
 .../java/org/apache/sysds/hops/package-tree.html   |   198 +
 .../java/org/apache/sysds/hops/package-use.html    |   660 +
 .../sysds/hops/recompile/LiteralReplacement.html   |   238 +
 .../sysds/hops/recompile/RecompileStatus.html      |   423 +
 .../sysds/hops/recompile/Recompiler.ResetType.html |   371 +
 .../apache/sysds/hops/recompile/Recompiler.html    |  1014 +
 .../recompile/class-use/LiteralReplacement.html    |   125 +
 .../hops/recompile/class-use/RecompileStatus.html  |   252 +
 .../recompile/class-use/Recompiler.ResetType.html  |   239 +
 .../sysds/hops/recompile/class-use/Recompiler.html |   125 +
 .../apache/sysds/hops/recompile/package-frame.html |    26 +
 .../sysds/hops/recompile/package-summary.html      |   173 +
 .../apache/sysds/hops/recompile/package-tree.html  |   152 +
 .../apache/sysds/hops/recompile/package-use.html   |   183 +
 .../apache/sysds/hops/rewrite/HopDagValidator.html |   257 +
 .../apache/sysds/hops/rewrite/HopRewriteRule.html  |   315 +
 .../apache/sysds/hops/rewrite/HopRewriteUtils.html |  3091 ++
 .../hops/rewrite/IPAPassRewriteFederatedPlan.html  |   374 +
 .../sysds/hops/rewrite/MarkForLineageReuse.html    |   356 +
 .../sysds/hops/rewrite/ProgramRewriteStatus.html   |   388 +
 .../apache/sysds/hops/rewrite/ProgramRewriter.html |   518 +
 .../RewriteAlgebraicSimplificationDynamic.html     |   326 +
 .../RewriteAlgebraicSimplificationStatic.html      |   326 +
 .../hops/rewrite/RewriteBlockSizeAndReblock.html   |   324 +
 .../RewriteCommonSubexpressionElimination.html     |   337 +
 .../hops/rewrite/RewriteCompressedReblock.html     |   400 +
 .../sysds/hops/rewrite/RewriteConstantFolding.html |   325 +
 .../RewriteElementwiseMultChainOptimization.html   |   337 +
 ...eratedExecution.PrivacyConstraintRetriever.html |   341 +
 .../hops/rewrite/RewriteFederatedExecution.html    |   341 +
 .../hops/rewrite/RewriteForLoopVectorization.html  |   359 +
 .../sysds/hops/rewrite/RewriteGPUSpecificOps.html  |   320 +
 .../RewriteHoistLoopInvariantOperations.html       |   370 +
 .../hops/rewrite/RewriteIndexingVectorization.html |   327 +
 .../RewriteInjectSparkLoopCheckpointing.html       |   361 +
 .../RewriteInjectSparkPReadCheckpointing.html      |   324 +
 .../RewriteMarkLoopVariablesUpdateInPlace.html     |   358 +
 .../RewriteMatrixMultChainOptimization.html        |   331 +
 .../RewriteMatrixMultChainOptimizationSparse.html  |   263 +
 .../hops/rewrite/RewriteMergeBlockSequence.html    |   358 +
 .../RewriteRemoveDanglingParentReferences.html     |   324 +
 .../rewrite/RewriteRemoveEmptyBasicBlocks.html     |   359 +
 .../rewrite/RewriteRemoveForLoopEmptySequence.html |   358 +
 .../rewrite/RewriteRemovePersistentReadWrite.html  |   340 +
 .../hops/rewrite/RewriteRemoveReadAfterWrite.html  |   325 +
 .../rewrite/RewriteRemoveUnnecessaryBranches.html  |   359 +
 .../rewrite/RewriteRemoveUnnecessaryCasts.html     |   332 +
 .../RewriteSplitDagDataDependentOperators.html     |   371 +
 .../rewrite/RewriteSplitDagUnknownCSVRead.html     |   360 +
 .../RewriteTransientWriteParentHandling.html       |   325 +
 .../hops/rewrite/StatementBlockRewriteRule.html    |   354 +
 .../hops/rewrite/class-use/HopDagValidator.html    |   125 +
 .../hops/rewrite/class-use/HopRewriteRule.html     |   337 +
 .../hops/rewrite/class-use/HopRewriteUtils.html    |   125 +
 .../class-use/IPAPassRewriteFederatedPlan.html     |   125 +
 .../rewrite/class-use/MarkForLineageReuse.html     |   125 +
 .../rewrite/class-use/ProgramRewriteStatus.html    |   532 +
 .../hops/rewrite/class-use/ProgramRewriter.html    |   125 +
 .../RewriteAlgebraicSimplificationDynamic.html     |   125 +
 .../RewriteAlgebraicSimplificationStatic.html      |   125 +
 .../class-use/RewriteBlockSizeAndReblock.html      |   125 +
 .../RewriteCommonSubexpressionElimination.html     |   125 +
 .../class-use/RewriteCompressedReblock.html        |   125 +
 .../rewrite/class-use/RewriteConstantFolding.html  |   125 +
 .../RewriteElementwiseMultChainOptimization.html   |   125 +
 ...eratedExecution.PrivacyConstraintRetriever.html |   125 +
 .../class-use/RewriteFederatedExecution.html       |   125 +
 .../class-use/RewriteForLoopVectorization.html     |   125 +
 .../rewrite/class-use/RewriteGPUSpecificOps.html   |   125 +
 .../RewriteHoistLoopInvariantOperations.html       |   125 +
 .../class-use/RewriteIndexingVectorization.html    |   125 +
 .../RewriteInjectSparkLoopCheckpointing.html       |   125 +
 .../RewriteInjectSparkPReadCheckpointing.html      |   125 +
 .../RewriteMarkLoopVariablesUpdateInPlace.html     |   125 +
 .../RewriteMatrixMultChainOptimization.html        |   174 +
 .../RewriteMatrixMultChainOptimizationSparse.html  |   125 +
 .../class-use/RewriteMergeBlockSequence.html       |   125 +
 .../RewriteRemoveDanglingParentReferences.html     |   125 +
 .../class-use/RewriteRemoveEmptyBasicBlocks.html   |   125 +
 .../RewriteRemoveForLoopEmptySequence.html         |   125 +
 .../RewriteRemovePersistentReadWrite.html          |   125 +
 .../class-use/RewriteRemoveReadAfterWrite.html     |   125 +
 .../RewriteRemoveUnnecessaryBranches.html          |   125 +
 .../class-use/RewriteRemoveUnnecessaryCasts.html   |   125 +
 .../RewriteSplitDagDataDependentOperators.html     |   125 +
 .../class-use/RewriteSplitDagUnknownCSVRead.html   |   125 +
 .../RewriteTransientWriteParentHandling.html       |   125 +
 .../class-use/StatementBlockRewriteRule.html       |   282 +
 .../apache/sysds/hops/rewrite/package-frame.html   |    56 +
 .../apache/sysds/hops/rewrite/package-summary.html |   386 +
 .../apache/sysds/hops/rewrite/package-tree.html    |   191 +
 .../org/apache/sysds/hops/rewrite/package-use.html |   181 +
 .../api/java/org/apache/sysds/lops/Append.html     |   421 +
 .../api/java/org/apache/sysds/lops/AppendG.html    |   439 +
 .../org/apache/sysds/lops/AppendGAlignedSP.html    |   419 +
 .../org/apache/sysds/lops/AppendM.CacheType.html   |   346 +
 .../api/java/org/apache/sysds/lops/AppendM.html    |   460 +
 .../api/java/org/apache/sysds/lops/AppendR.html    |   416 +
 .../api/java/org/apache/sysds/lops/Binary.html     |   438 +
 .../org/apache/sysds/lops/BinaryM.VectorType.html  |   346 +
 .../api/java/org/apache/sysds/lops/BinaryM.html    |   430 +
 .../java/org/apache/sysds/lops/BinaryScalar.html   |   410 +
 .../org/apache/sysds/lops/BinaryUAggChain.html     |   407 +
 .../api/java/org/apache/sysds/lops/CSVReBlock.html |   391 +
 .../java/org/apache/sysds/lops/CentralMoment.html  |   423 +
 .../api/java/org/apache/sysds/lops/Checkpoint.html |   527 +
 .../api/java/org/apache/sysds/lops/CoVariance.html |   439 +
 .../sysds/lops/Compression.CompressConfig.html     |   395 +
 .../java/org/apache/sysds/lops/Compression.html    |   401 +
 .../apache/sysds/lops/Ctable.OperationTypes.html   |   420 +
 .../api/java/org/apache/sysds/lops/Ctable.html     |   453 +
 .../apache/sysds/lops/CumulativeOffsetBinary.html  |   389 +
 .../sysds/lops/CumulativePartialAggregate.html     |   358 +
 .../2.2.0/api/java/org/apache/sysds/lops/Data.html |   711 +
 .../api/java/org/apache/sysds/lops/DataGen.html    |   534 +
 .../sysds/lops/DeCompression.CompressConfig.html   |   371 +
 .../java/org/apache/sysds/lops/DeCompression.html  |   399 +
 .../java/org/apache/sysds/lops/DnnTransform.html   |   626 +
 .../api/java/org/apache/sysds/lops/Federated.html  |   360 +
 .../java/org/apache/sysds/lops/FunctionCallCP.html |   412 +
 .../org/apache/sysds/lops/GroupedAggregate.html    |   425 +
 .../sysds/lops/GroupedAggregateM.CacheType.html    |   346 +
 .../org/apache/sysds/lops/GroupedAggregateM.html   |   406 +
 .../apache/sysds/lops/LeftIndex.LixCacheType.html  |   358 +
 .../api/java/org/apache/sysds/lops/LeftIndex.html  |   478 +
 .../org/apache/sysds/lops/Lop.SimpleInstType.html  |   335 +
 .../api/java/org/apache/sysds/lops/Lop.Type.html   |  1006 +
 .../org/apache/sysds/lops/Lop.VisitStatus.html     |   346 +
 .../2.2.0/api/java/org/apache/sysds/lops/Lop.html  |  2004 +
 .../java/org/apache/sysds/lops/LopProperties.html  |   378 +
 .../java/org/apache/sysds/lops/LopsException.html  |   302 +
 .../java/org/apache/sysds/lops/MMCJ.MMCJType.html  |   346 +
 .../2.2.0/api/java/org/apache/sysds/lops/MMCJ.html |   435 +
 .../2.2.0/api/java/org/apache/sysds/lops/MMRJ.html |   373 +
 .../org/apache/sysds/lops/MMTSJ.MMTSJType.html     |   384 +
 .../api/java/org/apache/sysds/lops/MMTSJ.html      |   418 +
 .../api/java/org/apache/sysds/lops/MMZip.html      |   364 +
 .../org/apache/sysds/lops/MapMult.CacheType.html   |   396 +
 .../api/java/org/apache/sysds/lops/MapMult.html    |   472 +
 .../apache/sysds/lops/MapMultChain.ChainType.html  |   383 +
 .../java/org/apache/sysds/lops/MapMultChain.html   |   540 +
 .../api/java/org/apache/sysds/lops/MatMultCP.html  |   433 +
 .../2.2.0/api/java/org/apache/sysds/lops/Nary.html |   389 +
 .../org/apache/sysds/lops/OutputParameters.html    |   681 +
 .../java/org/apache/sysds/lops/PMMJ.CacheType.html |   346 +
 .../2.2.0/api/java/org/apache/sysds/lops/PMMJ.html |   464 +
 .../api/java/org/apache/sysds/lops/PMapMult.html   |   391 +
 .../apache/sysds/lops/ParameterizedBuiltin.html    |   439 +
 .../org/apache/sysds/lops/PartialAggregate.html    |   513 +
 .../sysds/lops/PickByCount.OperationTypes.html     |   370 +
 .../java/org/apache/sysds/lops/PickByCount.html    |   476 +
 .../api/java/org/apache/sysds/lops/ReBlock.html    |   393 +
 .../api/java/org/apache/sysds/lops/RightIndex.html |   522 +
 .../apache/sysds/lops/SortKeys.OperationTypes.html |   358 +
 .../api/java/org/apache/sysds/lops/SortKeys.html   |   533 +
 .../api/java/org/apache/sysds/lops/SpoofFused.html |   627 +
 .../2.2.0/api/java/org/apache/sysds/lops/Sql.html  |   363 +
 .../api/java/org/apache/sysds/lops/Ternary.html    |   371 +
 .../org/apache/sysds/lops/TernaryAggregate.html    |   423 +
 .../api/java/org/apache/sysds/lops/Transform.html  |   589 +
 .../java/org/apache/sysds/lops/UAggOuterChain.html |   415 +
 .../api/java/org/apache/sysds/lops/Unary.html      |   459 +
 .../api/java/org/apache/sysds/lops/UnaryCP.html    |   504 +
 .../sysds/lops/WeightedCrossEntropy.WCeMMType.html |   359 +
 .../apache/sysds/lops/WeightedCrossEntropy.html    |   446 +
 .../apache/sysds/lops/WeightedCrossEntropyR.html   |   409 +
 .../sysds/lops/WeightedDivMM.WDivMMType.html       |   562 +
 .../java/org/apache/sysds/lops/WeightedDivMM.html  |   446 +
 .../java/org/apache/sysds/lops/WeightedDivMMR.html |   409 +
 .../sysds/lops/WeightedSigmoid.WSigmoidType.html   |   370 +
 .../org/apache/sysds/lops/WeightedSigmoid.html     |   441 +
 .../org/apache/sysds/lops/WeightedSigmoidR.html    |   404 +
 .../lops/WeightedSquaredLoss.WeightsType.html      |   383 +
 .../org/apache/sysds/lops/WeightedSquaredLoss.html |   446 +
 .../apache/sysds/lops/WeightedSquaredLossR.html    |   409 +
 .../sysds/lops/WeightedUnaryMM.WUMMType.html       |   346 +
 .../org/apache/sysds/lops/WeightedUnaryMM.html     |   443 +
 .../org/apache/sysds/lops/WeightedUnaryMMR.html    |   406 +
 .../org/apache/sysds/lops/class-use/Append.html    |   125 +
 .../org/apache/sysds/lops/class-use/AppendG.html   |   125 +
 .../sysds/lops/class-use/AppendGAlignedSP.html     |   125 +
 .../sysds/lops/class-use/AppendM.CacheType.html    |   174 +
 .../org/apache/sysds/lops/class-use/AppendM.html   |   125 +
 .../org/apache/sysds/lops/class-use/AppendR.html   |   125 +
 .../org/apache/sysds/lops/class-use/Binary.html    |   125 +
 .../sysds/lops/class-use/BinaryM.VectorType.html   |   196 +
 .../org/apache/sysds/lops/class-use/BinaryM.html   |   125 +
 .../apache/sysds/lops/class-use/BinaryScalar.html  |   125 +
 .../sysds/lops/class-use/BinaryUAggChain.html      |   125 +
 .../apache/sysds/lops/class-use/CSVReBlock.html    |   125 +
 .../apache/sysds/lops/class-use/CentralMoment.html |   125 +
 .../apache/sysds/lops/class-use/Checkpoint.html    |   125 +
 .../apache/sysds/lops/class-use/CoVariance.html    |   125 +
 .../lops/class-use/Compression.CompressConfig.html |   174 +
 .../apache/sysds/lops/class-use/Compression.html   |   125 +
 .../lops/class-use/Ctable.OperationTypes.html      |   237 +
 .../org/apache/sysds/lops/class-use/Ctable.html    |   125 +
 .../lops/class-use/CumulativeOffsetBinary.html     |   125 +
 .../lops/class-use/CumulativePartialAggregate.html |   125 +
 .../java/org/apache/sysds/lops/class-use/Data.html |   168 +
 .../org/apache/sysds/lops/class-use/DataGen.html   |   125 +
 .../class-use/DeCompression.CompressConfig.html    |   174 +
 .../apache/sysds/lops/class-use/DeCompression.html |   125 +
 .../apache/sysds/lops/class-use/DnnTransform.html  |   125 +
 .../org/apache/sysds/lops/class-use/Federated.html |   125 +
 .../sysds/lops/class-use/FunctionCallCP.html       |   125 +
 .../sysds/lops/class-use/GroupedAggregate.html     |   125 +
 .../class-use/GroupedAggregateM.CacheType.html     |   174 +
 .../sysds/lops/class-use/GroupedAggregateM.html    |   125 +
 .../lops/class-use/LeftIndex.LixCacheType.html     |   194 +
 .../org/apache/sysds/lops/class-use/LeftIndex.html |   125 +
 .../sysds/lops/class-use/Lop.SimpleInstType.html   |   184 +
 .../org/apache/sysds/lops/class-use/Lop.Type.html  |   195 +
 .../sysds/lops/class-use/Lop.VisitStatus.html      |   195 +
 .../java/org/apache/sysds/lops/class-use/Lop.html  |  1865 +
 .../apache/sysds/lops/class-use/LopProperties.html |   125 +
 .../apache/sysds/lops/class-use/LopsException.html |   166 +
 .../apache/sysds/lops/class-use/MMCJ.MMCJType.html |   192 +
 .../java/org/apache/sysds/lops/class-use/MMCJ.html |   125 +
 .../java/org/apache/sysds/lops/class-use/MMRJ.html |   125 +
 .../sysds/lops/class-use/MMTSJ.MMTSJType.html      |   397 +
 .../org/apache/sysds/lops/class-use/MMTSJ.html     |   125 +
 .../org/apache/sysds/lops/class-use/MMZip.html     |   125 +
 .../sysds/lops/class-use/MapMult.CacheType.html    |   178 +
 .../org/apache/sysds/lops/class-use/MapMult.html   |   125 +
 .../lops/class-use/MapMultChain.ChainType.html     |   360 +
 .../apache/sysds/lops/class-use/MapMultChain.html  |   125 +
 .../org/apache/sysds/lops/class-use/MatMultCP.html |   125 +
 .../java/org/apache/sysds/lops/class-use/Nary.html |   125 +
 .../sysds/lops/class-use/OutputParameters.html     |   180 +
 .../sysds/lops/class-use/PMMJ.CacheType.html       |   174 +
 .../java/org/apache/sysds/lops/class-use/PMMJ.html |   125 +
 .../org/apache/sysds/lops/class-use/PMapMult.html  |   125 +
 .../sysds/lops/class-use/ParameterizedBuiltin.html |   125 +
 .../sysds/lops/class-use/PartialAggregate.html     |   125 +
 .../lops/class-use/PickByCount.OperationTypes.html |   203 +
 .../apache/sysds/lops/class-use/PickByCount.html   |   125 +
 .../org/apache/sysds/lops/class-use/ReBlock.html   |   125 +
 .../apache/sysds/lops/class-use/RightIndex.html    |   125 +
 .../lops/class-use/SortKeys.OperationTypes.html    |   235 +
 .../org/apache/sysds/lops/class-use/SortKeys.html  |   178 +
 .../apache/sysds/lops/class-use/SpoofFused.html    |   125 +
 .../java/org/apache/sysds/lops/class-use/Sql.html  |   125 +
 .../org/apache/sysds/lops/class-use/Ternary.html   |   125 +
 .../sysds/lops/class-use/TernaryAggregate.html     |   125 +
 .../org/apache/sysds/lops/class-use/Transform.html |   125 +
 .../sysds/lops/class-use/UAggOuterChain.html       |   125 +
 .../org/apache/sysds/lops/class-use/Unary.html     |   125 +
 .../org/apache/sysds/lops/class-use/UnaryCP.html   |   125 +
 .../class-use/WeightedCrossEntropy.WCeMMType.html  |   282 +
 .../sysds/lops/class-use/WeightedCrossEntropy.html |   125 +
 .../lops/class-use/WeightedCrossEntropyR.html      |   125 +
 .../lops/class-use/WeightedDivMM.WDivMMType.html   |   288 +
 .../apache/sysds/lops/class-use/WeightedDivMM.html |   125 +
 .../sysds/lops/class-use/WeightedDivMMR.html       |   125 +
 .../class-use/WeightedSigmoid.WSigmoidType.html    |   272 +
 .../sysds/lops/class-use/WeightedSigmoid.html      |   125 +
 .../sysds/lops/class-use/WeightedSigmoidR.html     |   125 +
 .../class-use/WeightedSquaredLoss.WeightsType.html |   276 +
 .../sysds/lops/class-use/WeightedSquaredLoss.html  |   125 +
 .../sysds/lops/class-use/WeightedSquaredLossR.html |   125 +
 .../lops/class-use/WeightedUnaryMM.WUMMType.html   |   277 +
 .../sysds/lops/class-use/WeightedUnaryMM.html      |   125 +
 .../sysds/lops/class-use/WeightedUnaryMMR.html     |   125 +
 .../java/org/apache/sysds/lops/compile/Dag.html    |   352 +
 .../apache/sysds/lops/compile/LopComparator.html   |   308 +
 .../apache/sysds/lops/compile/class-use/Dag.html   |   167 +
 .../lops/compile/class-use/LopComparator.html      |   125 +
 .../apache/sysds/lops/compile/package-frame.html   |    21 +
 .../apache/sysds/lops/compile/package-summary.html |   152 +
 .../apache/sysds/lops/compile/package-tree.html    |   139 +
 .../org/apache/sysds/lops/compile/package-use.html |   161 +
 .../java/org/apache/sysds/lops/package-frame.html  |   111 +
 .../org/apache/sysds/lops/package-summary.html     |   566 +
 .../java/org/apache/sysds/lops/package-tree.html   |   253 +
 .../java/org/apache/sysds/lops/package-use.html    |   549 +
 .../apache/sysds/parser/AssignmentStatement.html   |   574 +
 .../org/apache/sysds/parser/BinaryExpression.html  |   483 +
 .../org/apache/sysds/parser/BooleanExpression.html |   468 +
 .../org/apache/sysds/parser/BooleanIdentifier.html |   442 +
 .../org/apache/sysds/parser/BuiltinConstant.html   |   381 +
 .../sysds/parser/BuiltinFunctionExpression.html    |   687 +
 .../apache/sysds/parser/ConditionalPredicate.html  |   544 +
 .../org/apache/sysds/parser/ConstIdentifier.html   |   326 +
 .../java/org/apache/sysds/parser/DMLProgram.html   |   745 +
 .../org/apache/sysds/parser/DMLTranslator.html     |   711 +
 .../org/apache/sysds/parser/DataExpression.html    |  1824 +
 .../org/apache/sysds/parser/DataIdentifier.html    |   516 +
 .../org/apache/sysds/parser/DoubleIdentifier.html  |   482 +
 .../apache/sysds/parser/Expression.BinaryOp.html   |   431 +
 .../apache/sysds/parser/Expression.BooleanOp.html  |   395 +
 .../org/apache/sysds/parser/Expression.DataOp.html |   419 +
 .../sysds/parser/Expression.FunctCallOp.html       |   347 +
 .../sysds/parser/Expression.RelationalOp.html      |   407 +
 .../java/org/apache/sysds/parser/Expression.html   |  1195 +
 .../org/apache/sysds/parser/ExpressionList.html    |   438 +
 .../java/org/apache/sysds/parser/ForStatement.html |   513 +
 .../org/apache/sysds/parser/ForStatementBlock.html |   665 +
 .../sysds/parser/FunctionCallIdentifier.html       |   533 +
 .../apache/sysds/parser/FunctionDictionary.html    |   435 +
 .../org/apache/sysds/parser/FunctionStatement.html |   613 +
 .../sysds/parser/FunctionStatementBlock.html       |   503 +
 .../java/org/apache/sysds/parser/Identifier.html   |   623 +
 .../java/org/apache/sysds/parser/IfStatement.html  |   561 +
 .../org/apache/sysds/parser/IfStatementBlock.html  |   462 +
 .../org/apache/sysds/parser/ImportStatement.html   |   509 +
 .../org/apache/sysds/parser/IndexedIdentifier.html |   644 +
 .../org/apache/sysds/parser/IntIdentifier.html     |   469 +
 .../org/apache/sysds/parser/IterablePredicate.html |   528 +
 .../LanguageException.LanguageErrorCodes.html      |   316 +
 .../org/apache/sysds/parser/LanguageException.html |   360 +
 .../apache/sysds/parser/LiveVariableAnalysis.html  |   484 +
 .../sysds/parser/MultiAssignmentStatement.html     |   485 +
 .../org/apache/sysds/parser/OutputStatement.html   |   576 +
 .../org/apache/sysds/parser/ParForStatement.html   |   343 +
 .../parser/ParForStatementBlock.ResultVar.html     |   380 +
 .../apache/sysds/parser/ParForStatementBlock.html  |   655 +
 .../apache/sysds/parser/ParameterExpression.html   |   330 +
 .../ParameterizedBuiltinFunctionExpression.html    |   691 +
 .../org/apache/sysds/parser/ParseException.html    |   483 +
 .../java/org/apache/sysds/parser/ParseInfo.html    |   384 +
 .../org/apache/sysds/parser/ParserFactory.html     |   294 +
 .../org/apache/sysds/parser/ParserWrapper.html     |   365 +
 .../org/apache/sysds/parser/PathStatement.html     |   444 +
 .../sysds/parser/PrintStatement.PRINTTYPE.html     |   374 +
 .../org/apache/sysds/parser/PrintStatement.html    |   519 +
 .../apache/sysds/parser/RelationalExpression.html  |   468 +
 .../sysds/parser/Statement.FederatedPSScheme.html  |   382 +
 .../sysds/parser/Statement.PSCheckpointing.html    |   358 +
 .../apache/sysds/parser/Statement.PSFrequency.html |   358 +
 .../apache/sysds/parser/Statement.PSModeType.html  |   358 +
 .../sysds/parser/Statement.PSRuntimeBalancing.html |   394 +
 .../apache/sysds/parser/Statement.PSScheme.html    |   370 +
 .../sysds/parser/Statement.PSUpdateType.html       |   384 +
 .../java/org/apache/sysds/parser/Statement.html    |  1694 +
 .../org/apache/sysds/parser/StatementBlock.html    |  1213 +
 .../org/apache/sysds/parser/StringIdentifier.html  |   430 +
 .../java/org/apache/sysds/parser/VariableSet.html  |   450 +
 .../org/apache/sysds/parser/WhileStatement.html    |   509 +
 .../apache/sysds/parser/WhileStatementBlock.html   |   479 +
 .../parser/class-use/AssignmentStatement.html      |   166 +
 .../sysds/parser/class-use/BinaryExpression.html   |   125 +
 .../sysds/parser/class-use/BooleanExpression.html  |   125 +
 .../sysds/parser/class-use/BooleanIdentifier.html  |   125 +
 .../sysds/parser/class-use/BuiltinConstant.html    |   174 +
 .../class-use/BuiltinFunctionExpression.html       |   168 +
 .../parser/class-use/ConditionalPredicate.html     |   186 +
 .../sysds/parser/class-use/ConstIdentifier.html    |   371 +
 .../apache/sysds/parser/class-use/DMLProgram.html  |   772 +
 .../sysds/parser/class-use/DMLTranslator.html      |   167 +
 .../sysds/parser/class-use/DataExpression.html     |   193 +
 .../sysds/parser/class-use/DataIdentifier.html     |   689 +
 .../sysds/parser/class-use/DoubleIdentifier.html   |   177 +
 .../parser/class-use/Expression.BinaryOp.html      |   212 +
 .../parser/class-use/Expression.BooleanOp.html     |   199 +
 .../sysds/parser/class-use/Expression.DataOp.html  |   221 +
 .../parser/class-use/Expression.FunctCallOp.html   |   178 +
 .../parser/class-use/Expression.RelationalOp.html  |   199 +
 .../apache/sysds/parser/class-use/Expression.html  |   926 +
 .../sysds/parser/class-use/ExpressionList.html     |   125 +
 .../sysds/parser/class-use/ForStatement.html       |   168 +
 .../sysds/parser/class-use/ForStatementBlock.html  |   227 +
 .../parser/class-use/FunctionCallIdentifier.html   |   165 +
 .../sysds/parser/class-use/FunctionDictionary.html |   251 +
 .../sysds/parser/class-use/FunctionStatement.html  |   125 +
 .../parser/class-use/FunctionStatementBlock.html   |   357 +
 .../apache/sysds/parser/class-use/Identifier.html  |   294 +
 .../apache/sysds/parser/class-use/IfStatement.html |   125 +
 .../sysds/parser/class-use/IfStatementBlock.html   |   202 +
 .../sysds/parser/class-use/ImportStatement.html    |   125 +
 .../sysds/parser/class-use/IndexedIdentifier.html  |   125 +
 .../sysds/parser/class-use/IntIdentifier.html      |   164 +
 .../sysds/parser/class-use/IterablePredicate.html  |   182 +
 .../LanguageException.LanguageErrorCodes.html      |   125 +
 .../sysds/parser/class-use/LanguageException.html  |   171 +
 .../parser/class-use/LiveVariableAnalysis.html     |   188 +
 .../parser/class-use/MultiAssignmentStatement.html |   182 +
 .../sysds/parser/class-use/OutputStatement.html    |   166 +
 .../sysds/parser/class-use/ParForStatement.html    |   125 +
 .../class-use/ParForStatementBlock.ResultVar.html  |   345 +
 .../parser/class-use/ParForStatementBlock.html     |   221 +
 .../parser/class-use/ParameterExpression.html      |   272 +
 .../ParameterizedBuiltinFunctionExpression.html    |   168 +
 .../sysds/parser/class-use/ParseException.html     |   177 +
 .../apache/sysds/parser/class-use/ParseInfo.html   |   703 +
 .../sysds/parser/class-use/ParserFactory.html      |   125 +
 .../sysds/parser/class-use/ParserWrapper.html      |   195 +
 .../sysds/parser/class-use/PathStatement.html      |   125 +
 .../parser/class-use/PrintStatement.PRINTTYPE.html |   190 +
 .../sysds/parser/class-use/PrintStatement.html     |   125 +
 .../parser/class-use/RelationalExpression.html     |   125 +
 .../class-use/Statement.FederatedPSScheme.html     |   195 +
 .../class-use/Statement.PSCheckpointing.html       |   174 +
 .../parser/class-use/Statement.PSFrequency.html    |   261 +
 .../parser/class-use/Statement.PSModeType.html     |   174 +
 .../class-use/Statement.PSRuntimeBalancing.html    |   205 +
 .../sysds/parser/class-use/Statement.PSScheme.html |   226 +
 .../parser/class-use/Statement.PSUpdateType.html   |   207 +
 .../apache/sysds/parser/class-use/Statement.html   |   364 +
 .../sysds/parser/class-use/StatementBlock.html     |  1143 +
 .../sysds/parser/class-use/StringIdentifier.html   |   125 +
 .../apache/sysds/parser/class-use/VariableSet.html |   890 +
 .../sysds/parser/class-use/WhileStatement.html     |   125 +
 .../parser/class-use/WhileStatementBlock.html      |   202 +
 .../parser/dml/CustomErrorListener.ParseIssue.html |   467 +
 .../dml/CustomErrorListener.ParseIssueType.html    |   381 +
 .../sysds/parser/dml/CustomErrorListener.html      |   560 +
 .../apache/sysds/parser/dml/DMLParserWrapper.html  |   353 +
 .../apache/sysds/parser/dml/DmlBaseListener.html   |  2759 ++
 .../java/org/apache/sysds/parser/dml/DmlLexer.html |  1725 +
 .../org/apache/sysds/parser/dml/DmlListener.html   |  2263 ++
 ...rser.AccumulatorAssignmentStatementContext.html |   446 +
 .../dml/DmlParser.AddSubExpressionContext.html     |   446 +
 .../dml/DmlParser.AssignmentStatementContext.html  |   446 +
 .../dml/DmlParser.AtomicExpressionContext.html     |   407 +
 .../dml/DmlParser.BooleanAndExpressionContext.html |   446 +
 .../dml/DmlParser.BooleanNotExpressionContext.html |   420 +
 .../dml/DmlParser.BooleanOrExpressionContext.html  |   446 +
 ...DmlParser.BuiltinFunctionExpressionContext.html |   459 +
 ...mlParser.CommandlineParamExpressionContext.html |   379 +
 ...arser.CommandlinePositionExpressionContext.html |   379 +
 .../DmlParser.ConstDoubleIdExpressionContext.html  |   379 +
 .../dml/DmlParser.ConstFalseExpressionContext.html |   366 +
 .../dml/DmlParser.ConstIntIdExpressionContext.html |   379 +
 .../DmlParser.ConstStringIdExpressionContext.html  |   379 +
 .../dml/DmlParser.ConstTrueExpressionContext.html  |   366 +
 .../dml/DmlParser.DataIdExpressionContext.html     |   379 +
 .../dml/DmlParser.DataIdentifierContext.html       |   389 +
 .../parser/dml/DmlParser.DataTypeContext.html      |   361 +
 .../parser/dml/DmlParser.ExpressionContext.html    |   389 +
 ...arser.ExternalFunctionDefExpressionContext.html |   524 +
 .../parser/dml/DmlParser.ForStatementContext.html  |   537 +
 ...ser.FunctionCallAssignmentStatementContext.html |   485 +
 ...unctionCallMultiAssignmentStatementContext.html |   511 +
 .../dml/DmlParser.FunctionStatementContext.html    |   389 +
 .../parser/dml/DmlParser.IfStatementContext.html   |   472 +
 .../DmlParser.IfdefAssignmentStatementContext.html |   472 +
 .../dml/DmlParser.ImportStatementContext.html      |   433 +
 .../dml/DmlParser.IndexedExpressionContext.html    |   485 +
 ...arser.InternalFunctionDefExpressionContext.html |   563 +
 ...er.IterablePredicateColonExpressionContext.html |   433 +
 .../dml/DmlParser.IterablePredicateContext.html    |   389 +
 ...rser.IterablePredicateSeqExpressionContext.html |   459 +
 .../dml/DmlParser.MatrixDataTypeCheckContext.html  |   372 +
 .../dml/DmlParser.MatrixMulExpressionContext.html  |   446 +
 .../sysds/parser/dml/DmlParser.Ml_typeContext.html |   392 +
 .../dml/DmlParser.ModIntDivExpressionContext.html  |   446 +
 .../dml/DmlParser.MultDivExpressionContext.html    |   446 +
 .../dml/DmlParser.MultiIdExpressionContext.html    |   433 +
 .../dml/DmlParser.ParForStatementContext.html      |   537 +
 .../DmlParser.ParameterizedExpressionContext.html  |   433 +
 .../parser/dml/DmlParser.PathStatementContext.html |   407 +
 .../dml/DmlParser.PowerExpressionContext.html      |   446 +
 .../parser/dml/DmlParser.ProgramrootContext.html   |   498 +
 .../dml/DmlParser.RelationalExpressionContext.html |   446 +
 ...rser.SimpleDataIdentifierExpressionContext.html |   379 +
 .../parser/dml/DmlParser.StatementContext.html     |   389 +
 ...arser.StrictParameterizedExpressionContext.html |   433 +
 ...r.StrictParameterizedKeyValueStringContext.html |   433 +
 .../dml/DmlParser.TypedArgAssignContext.html       |   459 +
 .../dml/DmlParser.TypedArgNoAssignContext.html     |   433 +
 .../dml/DmlParser.UnaryExpressionContext.html      |   420 +
 .../parser/dml/DmlParser.ValueTypeContext.html     |   366 +
 .../dml/DmlParser.WhileStatementContext.html       |   459 +
 .../org/apache/sysds/parser/dml/DmlParser.html     |  2429 ++
 .../apache/sysds/parser/dml/DmlPreprocessor.html   |  2667 ++
 .../DmlSyntacticValidator.ConvertedDMLSyntax.html  |   310 +
 .../sysds/parser/dml/DmlSyntacticValidator.html    |  2850 ++
 .../apache/sysds/parser/dml/ExpressionInfo.html    |   319 +
 .../org/apache/sysds/parser/dml/StatementInfo.html |   306 +
 .../class-use/CustomErrorListener.ParseIssue.html  |   264 +
 .../CustomErrorListener.ParseIssueType.html        |   208 +
 .../parser/dml/class-use/CustomErrorListener.html  |   202 +
 .../parser/dml/class-use/DMLParserWrapper.html     |   125 +
 .../parser/dml/class-use/DmlBaseListener.html      |   125 +
 .../sysds/parser/dml/class-use/DmlLexer.html       |   125 +
 .../sysds/parser/dml/class-use/DmlListener.html    |   180 +
 ...rser.AccumulatorAssignmentStatementContext.html |   205 +
 .../DmlParser.AddSubExpressionContext.html         |   205 +
 .../DmlParser.AssignmentStatementContext.html      |   205 +
 .../DmlParser.AtomicExpressionContext.html         |   205 +
 .../DmlParser.BooleanAndExpressionContext.html     |   205 +
 .../DmlParser.BooleanNotExpressionContext.html     |   205 +
 .../DmlParser.BooleanOrExpressionContext.html      |   205 +
 ...DmlParser.BuiltinFunctionExpressionContext.html |   205 +
 ...mlParser.CommandlineParamExpressionContext.html |   205 +
 ...arser.CommandlinePositionExpressionContext.html |   205 +
 .../DmlParser.ConstDoubleIdExpressionContext.html  |   205 +
 .../DmlParser.ConstFalseExpressionContext.html     |   205 +
 .../DmlParser.ConstIntIdExpressionContext.html     |   205 +
 .../DmlParser.ConstStringIdExpressionContext.html  |   205 +
 .../DmlParser.ConstTrueExpressionContext.html      |   205 +
 .../DmlParser.DataIdExpressionContext.html         |   205 +
 .../class-use/DmlParser.DataIdentifierContext.html |   310 +
 .../dml/class-use/DmlParser.DataTypeContext.html   |   206 +
 .../dml/class-use/DmlParser.ExpressionContext.html |   647 +
 ...arser.ExternalFunctionDefExpressionContext.html |   205 +
 .../class-use/DmlParser.ForStatementContext.html   |   205 +
 ...ser.FunctionCallAssignmentStatementContext.html |   205 +
 ...unctionCallMultiAssignmentStatementContext.html |   205 +
 .../DmlParser.FunctionStatementContext.html        |   252 +
 .../class-use/DmlParser.IfStatementContext.html    |   205 +
 .../DmlParser.IfdefAssignmentStatementContext.html |   205 +
 .../DmlParser.ImportStatementContext.html          |   205 +
 .../DmlParser.IndexedExpressionContext.html        |   207 +
 ...arser.InternalFunctionDefExpressionContext.html |   205 +
 ...er.IterablePredicateColonExpressionContext.html |   205 +
 .../DmlParser.IterablePredicateContext.html        |   234 +
 ...rser.IterablePredicateSeqExpressionContext.html |   205 +
 .../DmlParser.MatrixDataTypeCheckContext.html      |   205 +
 .../DmlParser.MatrixMulExpressionContext.html      |   205 +
 .../dml/class-use/DmlParser.Ml_typeContext.html    |   239 +
 .../DmlParser.ModIntDivExpressionContext.html      |   205 +
 .../DmlParser.MultDivExpressionContext.html        |   205 +
 .../DmlParser.MultiIdExpressionContext.html        |   205 +
 .../DmlParser.ParForStatementContext.html          |   205 +
 .../DmlParser.ParameterizedExpressionContext.html  |   289 +
 .../class-use/DmlParser.PathStatementContext.html  |   205 +
 .../DmlParser.PowerExpressionContext.html          |   205 +
 .../class-use/DmlParser.ProgramrootContext.html    |   214 +
 .../DmlParser.RelationalExpressionContext.html     |   205 +
 ...rser.SimpleDataIdentifierExpressionContext.html |   205 +
 .../dml/class-use/DmlParser.StatementContext.html  |   399 +
 ...arser.StrictParameterizedExpressionContext.html |   273 +
 ...r.StrictParameterizedKeyValueStringContext.html |   257 +
 .../class-use/DmlParser.TypedArgAssignContext.html |   257 +
 .../DmlParser.TypedArgNoAssignContext.html         |   277 +
 .../DmlParser.UnaryExpressionContext.html          |   205 +
 .../dml/class-use/DmlParser.ValueTypeContext.html  |   218 +
 .../class-use/DmlParser.WhileStatementContext.html |   205 +
 .../sysds/parser/dml/class-use/DmlParser.html      |   125 +
 .../parser/dml/class-use/DmlPreprocessor.html      |   125 +
 .../DmlSyntacticValidator.ConvertedDMLSyntax.html  |   169 +
 .../dml/class-use/DmlSyntacticValidator.html       |   125 +
 .../sysds/parser/dml/class-use/ExpressionInfo.html |   173 +
 .../sysds/parser/dml/class-use/StatementInfo.html  |   169 +
 .../org/apache/sysds/parser/dml/package-frame.html |    90 +
 .../apache/sysds/parser/dml/package-summary.html   |   443 +
 .../org/apache/sysds/parser/dml/package-tree.html  |   267 +
 .../org/apache/sysds/parser/dml/package-use.html   |   374 +
 .../org/apache/sysds/parser/package-frame.html     |    92 +
 .../org/apache/sysds/parser/package-summary.html   |   458 +
 .../java/org/apache/sysds/parser/package-tree.html |   258 +
 .../java/org/apache/sysds/parser/package-use.html  |   865 +
 .../apache/sysds/runtime/DMLRuntimeException.html  |   319 +
 .../apache/sysds/runtime/DMLScriptException.html   |   301 +
 .../runtime/class-use/DMLRuntimeException.html     |  1247 +
 .../runtime/class-use/DMLScriptException.html      |   169 +
 .../sysds/runtime/codegen/ByteClassLoader.html     |   316 +
 .../apache/sysds/runtime/codegen/CodegenUtils.html |   462 +
 .../sysds/runtime/codegen/LibSpoofPrimitives.html  |  7117 ++++
 .../sysds/runtime/codegen/SpoofCUDACellwise.html   |   567 +
 .../codegen/SpoofCUDAOperator.PrecisionProxy.html  |   294 +
 .../sysds/runtime/codegen/SpoofCUDAOperator.html   |   459 +
 .../sysds/runtime/codegen/SpoofCUDARowwise.html    |   565 +
 .../sysds/runtime/codegen/SpoofCellwise.AggOp.html |   370 +
 .../runtime/codegen/SpoofCellwise.CellType.html    |   396 +
 .../sysds/runtime/codegen/SpoofCellwise.html       |   513 +
 .../sysds/runtime/codegen/SpoofMultiAggregate.html |   467 +
 .../runtime/codegen/SpoofOperator.SideInput.html   |   387 +
 .../codegen/SpoofOperator.SideInputSparseCell.html |   322 +
 .../codegen/SpoofOperator.SideInputSparseRow.html  |   324 +
 .../sysds/runtime/codegen/SpoofOperator.html       |   434 +
 .../codegen/SpoofOuterProduct.OutProdType.html     |   370 +
 .../sysds/runtime/codegen/SpoofOuterProduct.html   |   451 +
 .../runtime/codegen/SpoofRowwise.RowType.html      |   532 +
 .../apache/sysds/runtime/codegen/SpoofRowwise.html |   504 +
 .../runtime/codegen/class-use/ByteClassLoader.html |   125 +
 .../runtime/codegen/class-use/CodegenUtils.html    |   125 +
 .../codegen/class-use/LibSpoofPrimitives.html      |   125 +
 .../codegen/class-use/SpoofCUDACellwise.html       |   125 +
 .../SpoofCUDAOperator.PrecisionProxy.html          |   250 +
 .../codegen/class-use/SpoofCUDAOperator.html       |   263 +
 .../codegen/class-use/SpoofCUDARowwise.html        |   125 +
 .../codegen/class-use/SpoofCellwise.AggOp.html     |   276 +
 .../codegen/class-use/SpoofCellwise.CellType.html  |   262 +
 .../runtime/codegen/class-use/SpoofCellwise.html   |   182 +
 .../codegen/class-use/SpoofMultiAggregate.html     |   125 +
 .../codegen/class-use/SpoofOperator.SideInput.html |   209 +
 .../SpoofOperator.SideInputSparseCell.html         |   125 +
 .../SpoofOperator.SideInputSparseRow.html          |   125 +
 .../runtime/codegen/class-use/SpoofOperator.html   |   198 +
 .../class-use/SpoofOuterProduct.OutProdType.html   |   262 +
 .../codegen/class-use/SpoofOuterProduct.html       |   125 +
 .../codegen/class-use/SpoofRowwise.RowType.html    |   262 +
 .../runtime/codegen/class-use/SpoofRowwise.html    |   165 +
 .../sysds/runtime/codegen/package-frame.html       |    44 +
 .../sysds/runtime/codegen/package-summary.html     |   240 +
 .../apache/sysds/runtime/codegen/package-tree.html |   194 +
 .../apache/sysds/runtime/codegen/package-use.html  |   279 +
 .../runtime/compress/CompressedMatrixBlock.html    |  3411 ++
 .../compress/CompressedMatrixBlockFactory.html     |   479 +
 .../runtime/compress/CompressionSettings.html      |   572 +
 .../compress/CompressionSettingsBuilder.html       |   707 +
 .../runtime/compress/CompressionStatistics.html    |   444 +
 .../runtime/compress/DMLCompressionException.html  |   307 +
 .../runtime/compress/SingletonLookupHashMap.html   |   310 +
 .../sysds/runtime/compress/bitmap/ABitmap.html     |   406 +
 .../sysds/runtime/compress/bitmap/Bitmap.html      |   333 +
 .../runtime/compress/bitmap/BitmapEncoder.html     |   291 +
 .../runtime/compress/bitmap/MultiColBitmap.html    |   355 +
 .../runtime/compress/bitmap/class-use/ABitmap.html |   340 +
 .../runtime/compress/bitmap/class-use/Bitmap.html  |   125 +
 .../compress/bitmap/class-use/BitmapEncoder.html   |   125 +
 .../compress/bitmap/class-use/MultiColBitmap.html  |   125 +
 .../runtime/compress/bitmap/package-frame.html     |    23 +
 .../runtime/compress/bitmap/package-summary.html   |   161 +
 .../runtime/compress/bitmap/package-tree.html      |   144 +
 .../sysds/runtime/compress/bitmap/package-use.html |   234 +
 .../compress/class-use/CompressedMatrixBlock.html  |   341 +
 .../class-use/CompressedMatrixBlockFactory.html    |   125 +
 .../compress/class-use/CompressionSettings.html    |   323 +
 .../class-use/CompressionSettingsBuilder.html      |   323 +
 .../compress/class-use/CompressionStatistics.html  |   225 +
 .../class-use/DMLCompressionException.html         |   125 +
 .../compress/class-use/SingletonLookupHashMap.html |   165 +
 .../runtime/compress/cocode/AColumnCoCoder.html    |   202 +
 .../runtime/compress/cocode/CoCodeBinPacking.html  |   253 +
 .../runtime/compress/cocode/CoCodeGreedy.html      |   203 +
 .../runtime/compress/cocode/CoCodeHybrid.html      |   204 +
 .../runtime/compress/cocode/CoCodePriorityQue.html |   208 +
 .../runtime/compress/cocode/CoCodeStatic.html      |   204 +
 .../cocode/CoCoderFactory.PartitionerType.html     |   383 +
 .../runtime/compress/cocode/CoCoderFactory.html    |   317 +
 .../compress/cocode/class-use/AColumnCoCoder.html  |   189 +
 .../cocode/class-use/CoCodeBinPacking.html         |   125 +
 .../compress/cocode/class-use/CoCodeGreedy.html    |   125 +
 .../compress/cocode/class-use/CoCodeHybrid.html    |   125 +
 .../cocode/class-use/CoCodePriorityQue.html        |   125 +
 .../compress/cocode/class-use/CoCodeStatic.html    |   125 +
 .../class-use/CoCoderFactory.PartitionerType.html  |   213 +
 .../compress/cocode/class-use/CoCoderFactory.html  |   125 +
 .../runtime/compress/cocode/package-frame.html     |    30 +
 .../runtime/compress/cocode/package-summary.html   |   192 +
 .../runtime/compress/cocode/package-tree.html      |   159 +
 .../sysds/runtime/compress/cocode/package-use.html |   184 +
 .../colgroup/AColGroup.CompressionType.html        |   407 +
 .../sysds/runtime/compress/colgroup/AColGroup.html |  1145 +
 .../compress/colgroup/ColGroupCompressed.html      |   452 +
 .../runtime/compress/colgroup/ColGroupConst.html   |   989 +
 .../runtime/compress/colgroup/ColGroupDDC.html     |   768 +
 .../runtime/compress/colgroup/ColGroupEmpty.html   |   941 +
 .../runtime/compress/colgroup/ColGroupFactory.html |   458 +
 .../runtime/compress/colgroup/ColGroupIO.html      |   337 +
 .../runtime/compress/colgroup/ColGroupOLE.html     |   709 +
 .../runtime/compress/colgroup/ColGroupOffset.html  |   446 +
 .../runtime/compress/colgroup/ColGroupRLE.html     |   722 +
 .../runtime/compress/colgroup/ColGroupSDC.html     |   799 +
 .../compress/colgroup/ColGroupSDCSingle.html       |   786 +
 .../compress/colgroup/ColGroupSDCSingleZeros.html  |   801 +
 .../compress/colgroup/ColGroupSDCZeros.html        |   815 +
 .../runtime/compress/colgroup/ColGroupSizes.html   |   484 +
 .../compress/colgroup/ColGroupUncompressed.html    |  1147 +
 .../runtime/compress/colgroup/ColGroupValue.html   |  1151 +
 .../class-use/AColGroup.CompressionType.html       |   380 +
 .../compress/colgroup/class-use/AColGroup.html     |   700 +
 .../colgroup/class-use/ColGroupCompressed.html     |   261 +
 .../compress/colgroup/class-use/ColGroupConst.html |   125 +
 .../compress/colgroup/class-use/ColGroupDDC.html   |   196 +
 .../compress/colgroup/class-use/ColGroupEmpty.html |   165 +
 .../colgroup/class-use/ColGroupFactory.html        |   125 +
 .../compress/colgroup/class-use/ColGroupIO.html    |   125 +
 .../compress/colgroup/class-use/ColGroupOLE.html   |   125 +
 .../colgroup/class-use/ColGroupOffset.html         |   174 +
 .../compress/colgroup/class-use/ColGroupRLE.html   |   125 +
 .../compress/colgroup/class-use/ColGroupSDC.html   |   203 +
 .../colgroup/class-use/ColGroupSDCSingle.html      |   203 +
 .../colgroup/class-use/ColGroupSDCSingleZeros.html |   209 +
 .../colgroup/class-use/ColGroupSDCZeros.html       |   209 +
 .../compress/colgroup/class-use/ColGroupSizes.html |   125 +
 .../colgroup/class-use/ColGroupUncompressed.html   |   165 +
 .../compress/colgroup/class-use/ColGroupValue.html |   239 +
 .../compress/colgroup/dictionary/ADictionary.html  |  1264 +
 .../compress/colgroup/dictionary/Dictionary.html   |  1359 +
 .../dictionary/DictionaryFactory.Type.html         |   358 +
 .../colgroup/dictionary/DictionaryFactory.html     |   424 +
 .../colgroup/dictionary/MatrixBlockDictionary.html |  1386 +
 .../compress/colgroup/dictionary/QDictionary.html  |  1373 +
 .../colgroup/dictionary/class-use/ADictionary.html |   540 +
 .../colgroup/dictionary/class-use/Dictionary.html  |   660 +
 .../class-use/DictionaryFactory.Type.html          |   174 +
 .../dictionary/class-use/DictionaryFactory.html    |   125 +
 .../class-use/MatrixBlockDictionary.html           |   191 +
 .../colgroup/dictionary/class-use/QDictionary.html |   197 +
 .../colgroup/dictionary/package-frame.html         |    28 +
 .../colgroup/dictionary/package-summary.html       |   182 +
 .../compress/colgroup/dictionary/package-tree.html |   157 +
 .../compress/colgroup/dictionary/package-use.html  |   205 +
 .../colgroup/insertionsort/AInsertionSorter.html   |   299 +
 .../InsertionSorterFactory.SORT_TYPE.html          |   346 +
 .../insertionsort/InsertionSorterFactory.html      |   386 +
 .../colgroup/insertionsort/MaterializeSort.html    |   210 +
 .../compress/colgroup/insertionsort/MergeSort.html |   256 +
 .../insertionsort/class-use/AInsertionSorter.html  |   217 +
 .../InsertionSorterFactory.SORT_TYPE.html          |   198 +
 .../class-use/InsertionSorterFactory.html          |   125 +
 .../insertionsort/class-use/MaterializeSort.html   |   125 +
 .../insertionsort/class-use/MergeSort.html         |   125 +
 .../colgroup/insertionsort/package-frame.html      |    27 +
 .../colgroup/insertionsort/package-summary.html    |   172 +
 .../colgroup/insertionsort/package-tree.html       |   156 +
 .../colgroup/insertionsort/package-use.html        |   163 +
 .../compress/colgroup/mapping/AMapToData.html      |   403 +
 .../compress/colgroup/mapping/MapToBit.html        |   463 +
 .../compress/colgroup/mapping/MapToByte.html       |   493 +
 .../compress/colgroup/mapping/MapToChar.html       |   490 +
 .../colgroup/mapping/MapToFactory.MAP_TYPE.html    |   370 +
 .../compress/colgroup/mapping/MapToFactory.html    |   401 +
 .../compress/colgroup/mapping/MapToInt.html        |   476 +
 .../colgroup/mapping/class-use/AMapToData.html     |   291 +
 .../colgroup/mapping/class-use/MapToBit.html       |   165 +
 .../colgroup/mapping/class-use/MapToByte.html      |   165 +
 .../colgroup/mapping/class-use/MapToChar.html      |   165 +
 .../mapping/class-use/MapToFactory.MAP_TYPE.html   |   174 +
 .../colgroup/mapping/class-use/MapToFactory.html   |   125 +
 .../colgroup/mapping/class-use/MapToInt.html       |   165 +
 .../compress/colgroup/mapping/package-frame.html   |    29 +
 .../compress/colgroup/mapping/package-summary.html |   178 +
 .../compress/colgroup/mapping/package-tree.html    |   158 +
 .../compress/colgroup/mapping/package-use.html     |   211 +
 .../compress/colgroup/offset/AIterator.html        |   384 +
 .../runtime/compress/colgroup/offset/AOffset.html  |   447 +
 .../compress/colgroup/offset/OffsetByte.html       |   447 +
 .../compress/colgroup/offset/OffsetChar.html       |   447 +
 .../colgroup/offset/OffsetFactory.OFF_TYPE.html    |   346 +
 .../compress/colgroup/offset/OffsetFactory.html    |   386 +
 .../colgroup/offset/class-use/AIterator.html       |   195 +
 .../colgroup/offset/class-use/AOffset.html         |   198 +
 .../colgroup/offset/class-use/OffsetByte.html      |   165 +
 .../colgroup/offset/class-use/OffsetChar.html      |   165 +
 .../offset/class-use/OffsetFactory.OFF_TYPE.html   |   174 +
 .../colgroup/offset/class-use/OffsetFactory.html   |   125 +
 .../compress/colgroup/offset/package-frame.html    |    28 +
 .../compress/colgroup/offset/package-summary.html  |   178 +
 .../compress/colgroup/offset/package-tree.html     |   157 +
 .../compress/colgroup/offset/package-use.html      |   174 +
 .../runtime/compress/colgroup/package-frame.html   |    40 +
 .../runtime/compress/colgroup/package-summary.html |   254 +
 .../runtime/compress/colgroup/package-tree.html    |   178 +
 .../runtime/compress/colgroup/package-use.html     |   260 +
 .../compress/cost/ComputationCostEstimator.html    |   419 +
 .../compress/cost/CostEstimatorBuilder.html        |   324 +
 .../cost/CostEstimatorFactory.CostType.html        |   382 +
 .../compress/cost/CostEstimatorFactory.html        |   318 +
 .../compress/cost/DistinctCostEstimator.html       |   378 +
 .../runtime/compress/cost/HybridCostEstimator.html |   335 +
 .../sysds/runtime/compress/cost/ICostEstimate.html |   353 +
 .../compress/cost/InstructionTypeCounter.html      |   355 +
 .../runtime/compress/cost/MemoryCostEstimator.html |   373 +
 .../cost/class-use/ComputationCostEstimator.html   |   125 +
 .../cost/class-use/CostEstimatorBuilder.html       |   216 +
 .../class-use/CostEstimatorFactory.CostType.html   |   213 +
 .../cost/class-use/CostEstimatorFactory.html       |   125 +
 .../cost/class-use/DistinctCostEstimator.html      |   125 +
 .../cost/class-use/HybridCostEstimator.html        |   125 +
 .../compress/cost/class-use/ICostEstimate.html     |   263 +
 .../cost/class-use/InstructionTypeCounter.html     |   165 +
 .../cost/class-use/MemoryCostEstimator.html        |   125 +
 .../sysds/runtime/compress/cost/package-frame.html |    34 +
 .../runtime/compress/cost/package-summary.html     |   202 +
 .../sysds/runtime/compress/cost/package-tree.html  |   164 +
 .../sysds/runtime/compress/cost/package-use.html   |   236 +
 .../compress/estim/CompressedSizeEstimator.html    |   522 +
 .../estim/CompressedSizeEstimatorExact.html        |   276 +
 .../estim/CompressedSizeEstimatorFactory.html      |   276 +
 .../estim/CompressedSizeEstimatorSample.html       |   318 +
 .../estim/CompressedSizeEstimatorUltraSparse.html  |   276 +
 .../runtime/compress/estim/CompressedSizeInfo.html |   424 +
 .../compress/estim/CompressedSizeInfoColGroup.html |   583 +
 .../runtime/compress/estim/EstimationFactors.html  |   244 +
 .../estim/class-use/CompressedSizeEstimator.html   |   220 +
 .../class-use/CompressedSizeEstimatorExact.html    |   125 +
 .../class-use/CompressedSizeEstimatorFactory.html  |   125 +
 .../class-use/CompressedSizeEstimatorSample.html   |   125 +
 .../CompressedSizeEstimatorUltraSparse.html        |   125 +
 .../estim/class-use/CompressedSizeInfo.html        |   241 +
 .../class-use/CompressedSizeInfoColGroup.html      |   413 +
 .../estim/class-use/EstimationFactors.html         |   195 +
 .../runtime/compress/estim/package-frame.html      |    27 +
 .../runtime/compress/estim/package-summary.html    |   183 +
 .../sysds/runtime/compress/estim/package-tree.html |   148 +
 .../sysds/runtime/compress/estim/package-use.html  |   243 +
 .../compress/estim/sample/HassAndStokes.html       |   363 +
 .../SampleEstimatorFactory.EstimationType.html     |   370 +
 .../estim/sample/SampleEstimatorFactory.html       |   299 +
 .../compress/estim/sample/ShlosserEstimator.html   |   238 +
 .../estim/sample/ShlosserJackknifeEstimator.html   |   238 +
 .../estim/sample/SmoothedJackknifeEstimator.html   |   291 +
 .../estim/sample/class-use/HassAndStokes.html      |   125 +
 .../SampleEstimatorFactory.EstimationType.html     |   230 +
 .../sample/class-use/SampleEstimatorFactory.html   |   125 +
 .../estim/sample/class-use/ShlosserEstimator.html  |   125 +
 .../class-use/ShlosserJackknifeEstimator.html      |   125 +
 .../class-use/SmoothedJackknifeEstimator.html      |   125 +
 .../compress/estim/sample/package-frame.html       |    28 +
 .../compress/estim/sample/package-summary.html     |   174 +
 .../compress/estim/sample/package-tree.html        |   154 +
 .../runtime/compress/estim/sample/package-use.html |   177 +
 .../sysds/runtime/compress/lib/CLALibAppend.html   |   276 +
 .../runtime/compress/lib/CLALibBinaryCellOp.html   |   318 +
 .../sysds/runtime/compress/lib/CLALibCompAgg.html  |   282 +
 .../runtime/compress/lib/CLALibDecompress.html     |   275 +
 .../runtime/compress/lib/CLALibLeftMultBy.html     |   333 +
 .../sysds/runtime/compress/lib/CLALibReExpand.html |   282 +
 .../runtime/compress/lib/CLALibRightMultBy.html    |   299 +
 .../sysds/runtime/compress/lib/CLALibScalar.html   |   276 +
 .../sysds/runtime/compress/lib/CLALibSquash.html   |   274 +
 .../sysds/runtime/compress/lib/CLALibUnary.html    |   276 +
 .../sysds/runtime/compress/lib/CLALibUtils.html    |   272 +
 .../compress/lib/class-use/CLALibAppend.html       |   125 +
 .../compress/lib/class-use/CLALibBinaryCellOp.html |   125 +
 .../compress/lib/class-use/CLALibCompAgg.html      |   125 +
 .../compress/lib/class-use/CLALibDecompress.html   |   125 +
 .../compress/lib/class-use/CLALibLeftMultBy.html   |   125 +
 .../compress/lib/class-use/CLALibReExpand.html     |   125 +
 .../compress/lib/class-use/CLALibRightMultBy.html  |   125 +
 .../compress/lib/class-use/CLALibScalar.html       |   125 +
 .../compress/lib/class-use/CLALibSquash.html       |   125 +
 .../compress/lib/class-use/CLALibUnary.html        |   125 +
 .../compress/lib/class-use/CLALibUtils.html        |   125 +
 .../sysds/runtime/compress/lib/package-frame.html  |    30 +
 .../runtime/compress/lib/package-summary.html      |   185 +
 .../sysds/runtime/compress/lib/package-tree.html   |   148 +
 .../sysds/runtime/compress/lib/package-use.html    |   125 +
 .../sysds/runtime/compress/package-frame.html      |    29 +
 .../sysds/runtime/compress/package-summary.html    |   189 +
 .../sysds/runtime/compress/package-tree.html       |   172 +
 .../apache/sysds/runtime/compress/package-use.html |   282 +
 .../compress/readers/ReaderColumnSelection.html    |   301 +
 .../ReaderColumnSelectionDenseMultiBlock.html      |   210 +
 ...erColumnSelectionDenseMultiBlockTransposed.html |   210 +
 .../ReaderColumnSelectionDenseSingleBlock.html     |   210 +
 ...rColumnSelectionDenseSingleBlockTransposed.html |   210 +
 .../readers/ReaderColumnSelectionSparse.html       |   214 +
 .../ReaderColumnSelectionSparseTransposed.html     |   214 +
 .../readers/class-use/ReaderColumnSelection.html   |   216 +
 .../ReaderColumnSelectionDenseMultiBlock.html      |   125 +
 ...erColumnSelectionDenseMultiBlockTransposed.html |   125 +
 .../ReaderColumnSelectionDenseSingleBlock.html     |   125 +
 ...rColumnSelectionDenseSingleBlockTransposed.html |   125 +
 .../class-use/ReaderColumnSelectionSparse.html     |   125 +
 .../ReaderColumnSelectionSparseTransposed.html     |   125 +
 .../runtime/compress/readers/package-frame.html    |    26 +
 .../runtime/compress/readers/package-summary.html  |   177 +
 .../runtime/compress/readers/package-tree.html     |   147 +
 .../runtime/compress/readers/package-use.html      |   160 +
 .../sysds/runtime/compress/utils/DArrCounts.html   |   353 +
 .../sysds/runtime/compress/utils/DCounts.html      |   338 +
 .../sysds/runtime/compress/utils/DblArray.html     |   387 +
 .../compress/utils/DblArrayCountHashMap.html       |   395 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   344 +
 .../compress/utils/DblArrayIntListHashMap.html     |   423 +
 .../runtime/compress/utils/DoubleCountHashMap.html |   386 +
 .../utils/DoubleIntListHashMap.DIListEntry.html    |   392 +
 .../compress/utils/DoubleIntListHashMap.html       |   413 +
 .../sysds/runtime/compress/utils/IntArrayList.html |   374 +
 .../apache/sysds/runtime/compress/utils/Util.html  |   287 +
 .../compress/utils/class-use/DArrCounts.html       |   165 +
 .../runtime/compress/utils/class-use/DCounts.html  |   165 +
 .../runtime/compress/utils/class-use/DblArray.html |   250 +
 .../utils/class-use/DblArrayCountHashMap.html      |   167 +
 .../DblArrayIntListHashMap.DArrayIListEntry.html   |   165 +
 .../utils/class-use/DblArrayIntListHashMap.html    |   125 +
 .../utils/class-use/DoubleCountHashMap.html        |   125 +
 .../DoubleIntListHashMap.DIListEntry.html          |   196 +
 .../utils/class-use/DoubleIntListHashMap.html      |   125 +
 .../compress/utils/class-use/IntArrayList.html     |   343 +
 .../runtime/compress/utils/class-use/Util.html     |   125 +
 .../runtime/compress/utils/package-frame.html      |    28 +
 .../runtime/compress/utils/package-summary.html    |   181 +
 .../sysds/runtime/compress/utils/package-tree.html |   148 +
 .../sysds/runtime/compress/utils/package-use.html  |   280 +
 .../compress/workload/AWTreeNode.WTNodeType.html   |   419 +
 .../runtime/compress/workload/AWTreeNode.html      |   382 +
 .../apache/sysds/runtime/compress/workload/Op.html |   384 +
 .../runtime/compress/workload/OpMetadata.html      |   286 +
 .../sysds/runtime/compress/workload/OpNormal.html  |   290 +
 .../sysds/runtime/compress/workload/OpSided.html   |   404 +
 .../sysds/runtime/compress/workload/WTreeNode.html |   302 +
 .../sysds/runtime/compress/workload/WTreeRoot.html |   335 +
 .../compress/workload/WorkloadAnalyzer.html        |   287 +
 .../workload/class-use/AWTreeNode.WTNodeType.html  |   193 +
 .../compress/workload/class-use/AWTreeNode.html    |   195 +
 .../runtime/compress/workload/class-use/Op.html    |   199 +
 .../compress/workload/class-use/OpMetadata.html    |   125 +
 .../compress/workload/class-use/OpNormal.html      |   125 +
 .../compress/workload/class-use/OpSided.html       |   125 +
 .../compress/workload/class-use/WTreeNode.html     |   178 +
 .../compress/workload/class-use/WTreeRoot.html     |   223 +
 .../workload/class-use/WorkloadAnalyzer.html       |   125 +
 .../runtime/compress/workload/package-frame.html   |    31 +
 .../runtime/compress/workload/package-summary.html |   193 +
 .../runtime/compress/workload/package-tree.html    |   163 +
 .../runtime/compress/workload/package-use.html     |   241 +
 .../runtime/controlprogram/BasicProgramBlock.html  |   444 +
 .../runtime/controlprogram/ForProgramBlock.html    |   506 +
 .../controlprogram/FunctionProgramBlock.html       |   576 +
 .../runtime/controlprogram/IfProgramBlock.html     |   502 +
 .../runtime/controlprogram/LocalVariableMap.html   |   554 +
 .../ParForProgramBlock.PDataPartitionFormat.html   |   442 +
 .../ParForProgramBlock.PDataPartitioner.html       |   370 +
 .../ParForProgramBlock.PExecMode.html              |   370 +
 .../ParForProgramBlock.POptMode.html               |   370 +
 .../ParForProgramBlock.PResultMerge.html           |   395 +
 .../ParForProgramBlock.PTaskPartitioner.html       |   406 +
 .../ParForProgramBlock.PartitionFormat.html        |   492 +
 .../runtime/controlprogram/ParForProgramBlock.html |  1249 +
 .../sysds/runtime/controlprogram/Program.html      |   594 +
 .../sysds/runtime/controlprogram/ProgramBlock.html |   855 +
 .../runtime/controlprogram/WhileProgramBlock.html  |   437 +
 .../runtime/controlprogram/caching/ByteBuffer.html |   401 +
 .../runtime/controlprogram/caching/CacheBlock.html |   568 +
 .../controlprogram/caching/CacheBlockFactory.html  |   300 +
 .../controlprogram/caching/CacheDataInput.html     |   637 +
 .../controlprogram/caching/CacheDataOutput.html    |   632 +
 .../caching/CacheStatistics.Stat.html              |   478 +
 .../controlprogram/caching/CacheStatistics.html    |   793 +
 .../caching/CacheableData.CacheStatus.html         |   395 +
 .../controlprogram/caching/CacheableData.html      |  1545 +
 .../controlprogram/caching/FrameObject.html        |   509 +
 .../caching/LazyWriteBuffer.RPolicy.html           |   346 +
 .../controlprogram/caching/LazyWriteBuffer.html    |   478 +
 .../caching/MatrixObject.UpdateType.html           |   371 +
 .../controlprogram/caching/MatrixObject.html       |   701 +
 .../runtime/controlprogram/caching/PageCache.html  |   311 +
 .../controlprogram/caching/TensorObject.html       |   432 +
 .../caching/UnifiedMemoryManager.html              |   454 +
 .../caching/class-use/ByteBuffer.html              |   125 +
 .../caching/class-use/CacheBlock.html              |   894 +
 .../caching/class-use/CacheBlockFactory.html       |   125 +
 .../caching/class-use/CacheDataInput.html          |   125 +
 .../caching/class-use/CacheDataOutput.html         |   125 +
 .../caching/class-use/CacheStatistics.Stat.html    |   174 +
 .../caching/class-use/CacheStatistics.html         |   125 +
 .../class-use/CacheableData.CacheStatus.html       |   178 +
 .../caching/class-use/CacheableData.html           |   450 +
 .../caching/class-use/FrameObject.html             |   486 +
 .../caching/class-use/LazyWriteBuffer.RPolicy.html |   187 +
 .../caching/class-use/LazyWriteBuffer.html         |   125 +
 .../caching/class-use/MatrixObject.UpdateType.html |   452 +
 .../caching/class-use/MatrixObject.html            |  2009 +
 .../caching/class-use/PageCache.html               |   125 +
 .../caching/class-use/TensorObject.html            |   207 +
 .../caching/class-use/UnifiedMemoryManager.html    |   125 +
 .../controlprogram/caching/package-frame.html      |    42 +
 .../controlprogram/caching/package-summary.html    |   255 +
 .../controlprogram/caching/package-tree.html       |   179 +
 .../controlprogram/caching/package-use.html        |   776 +
 .../class-use/BasicProgramBlock.html               |   194 +
 .../controlprogram/class-use/ForProgramBlock.html  |   256 +
 .../class-use/FunctionProgramBlock.html            |   293 +
 .../controlprogram/class-use/IfProgramBlock.html   |   216 +
 .../controlprogram/class-use/LocalVariableMap.html |   883 +
 .../ParForProgramBlock.PDataPartitionFormat.html   |   280 +
 .../ParForProgramBlock.PDataPartitioner.html       |   187 +
 .../class-use/ParForProgramBlock.PExecMode.html    |   213 +
 .../class-use/ParForProgramBlock.POptMode.html     |   245 +
 .../class-use/ParForProgramBlock.PResultMerge.html |   187 +
 .../ParForProgramBlock.PTaskPartitioner.html       |   187 +
 .../ParForProgramBlock.PartitionFormat.html        |   302 +
 .../class-use/ParForProgramBlock.html              |   270 +
 .../runtime/controlprogram/class-use/Program.html  |   664 +
 .../controlprogram/class-use/ProgramBlock.html     |   880 +
 .../class-use/WhileProgramBlock.html               |   192 +
 .../controlprogram/context/ExecutionContext.html   |  1570 +
 .../context/ExecutionContextFactory.html           |   332 +
 .../SparkExecutionContext.SparkClusterConfig.html  |   363 +
 .../context/SparkExecutionContext.html             |  1368 +
 .../context/class-use/ExecutionContext.html        |  2853 ++
 .../context/class-use/ExecutionContextFactory.html |   125 +
 .../SparkExecutionContext.SparkClusterConfig.html  |   167 +
 .../context/class-use/SparkExecutionContext.html   |   309 +
 .../controlprogram/context/package-frame.html      |    23 +
 .../controlprogram/context/package-summary.html    |   158 +
 .../controlprogram/context/package-tree.html       |   144 +
 .../controlprogram/context/package-use.html        |   613 +
 .../federated/ExecutionContextMap.html             |   285 +
 .../controlprogram/federated/FederatedData.html    |   497 +
 .../federated/FederatedLocalData.html              |   315 +
 .../controlprogram/federated/FederatedRange.html   |   526 +
 .../federated/FederatedRequest.RequestType.html    |   406 +
 .../controlprogram/federated/FederatedRequest.html |   532 +
 .../federated/FederatedResponse.ResponseType.html  |   358 +
 .../federated/FederatedResponse.html               |   417 +
 .../federated/FederatedStatistics.html             |   354 +
 .../controlprogram/federated/FederatedUDF.html     |   303 +
 .../controlprogram/federated/FederatedWorker.html  |   279 +
 .../federated/FederatedWorkerHandler.html          |   366 +
 .../federated/FederatedWorkerHandlerException.html |   305 +
 .../federated/FederationMap.AlignType.html         |   446 +
 .../federated/FederationMap.FPartitioning.html     |   370 +
 .../federated/FederationMap.FReplication.html      |   358 +
 .../federated/FederationMap.FType.html             |   446 +
 .../controlprogram/federated/FederationMap.html    |  1063 +
 .../controlprogram/federated/FederationUtils.html  |   700 +
 .../federated/class-use/ExecutionContextMap.html   |   163 +
 .../federated/class-use/FederatedData.html         |   299 +
 .../federated/class-use/FederatedLocalData.html    |   125 +
 .../federated/class-use/FederatedRange.html        |   343 +
 .../class-use/FederatedRequest.RequestType.html    |   225 +
 .../federated/class-use/FederatedRequest.html      |   379 +
 .../class-use/FederatedResponse.ResponseType.html  |   193 +
 .../federated/class-use/FederatedResponse.html     |   334 +
 .../federated/class-use/FederatedStatistics.html   |   125 +
 .../federated/class-use/FederatedUDF.html          |   244 +
 .../federated/class-use/FederatedWorker.html       |   125 +
 .../class-use/FederatedWorkerHandler.html          |   125 +
 .../class-use/FederatedWorkerHandlerException.html |   125 +
 .../class-use/FederationMap.AlignType.html         |   190 +
 .../class-use/FederationMap.FPartitioning.html     |   178 +
 .../class-use/FederationMap.FReplication.html      |   174 +
 .../federated/class-use/FederationMap.FType.html   |   311 +
 .../federated/class-use/FederationMap.html         |   417 +
 .../federated/class-use/FederationUtils.html       |   125 +
 .../controlprogram/federated/package-frame.html    |    44 +
 .../controlprogram/federated/package-summary.html  |   239 +
 .../controlprogram/federated/package-tree.html     |   190 +
 .../controlprogram/federated/package-use.html      |   354 +
 .../runtime/controlprogram/package-frame.html      |    38 +
 .../runtime/controlprogram/package-summary.html    |   222 +
 .../sysds/runtime/controlprogram/package-tree.html |   170 +
 .../sysds/runtime/controlprogram/package-use.html  |   670 +
 .../paramserv/FederatedPSControlThread.html        |   380 +
 .../controlprogram/paramserv/LocalPSWorker.html    |   337 +
 .../controlprogram/paramserv/LocalParamServer.html |   342 +
 .../runtime/controlprogram/paramserv/PSWorker.html |   303 +
 .../controlprogram/paramserv/ParamServer.html      |   283 +
 .../controlprogram/paramserv/ParamservUtils.html   |   911 +
 .../controlprogram/paramserv/SparkPSBody.html      |   298 +
 .../controlprogram/paramserv/SparkPSProxy.html     |   311 +
 .../controlprogram/paramserv/SparkPSWorker.html    |   365 +
 .../class-use/FederatedPSControlThread.html        |   125 +
 .../paramserv/class-use/LocalPSWorker.html         |   165 +
 .../paramserv/class-use/LocalParamServer.html      |   202 +
 .../paramserv/class-use/PSWorker.html              |   173 +
 .../paramserv/class-use/ParamServer.html           |   202 +
 .../paramserv/class-use/ParamservUtils.html        |   125 +
 .../paramserv/class-use/SparkPSBody.html           |   180 +
 .../paramserv/class-use/SparkPSProxy.html          |   167 +
 .../paramserv/class-use/SparkPSWorker.html         |   125 +
 .../paramserv/dp/BalanceToAvgFederatedScheme.html  |   308 +
 .../controlprogram/paramserv/dp/DCLocalScheme.html |   320 +
 .../controlprogram/paramserv/dp/DCSparkScheme.html |   264 +
 .../controlprogram/paramserv/dp/DRLocalScheme.html |   304 +
 .../paramserv/dp/DRRLocalScheme.html               |   321 +
 .../paramserv/dp/DRRSparkScheme.html               |   262 +
 .../controlprogram/paramserv/dp/DRSparkScheme.html |   264 +
 ...ataPartitionFederatedScheme.BalanceMetrics.html |   308 +
 .../dp/DataPartitionFederatedScheme.Result.html    |   338 +
 .../paramserv/dp/DataPartitionFederatedScheme.html |   303 +
 .../dp/DataPartitionLocalScheme.Result.html        |   293 +
 .../paramserv/dp/DataPartitionLocalScheme.html     |   299 +
 .../paramserv/dp/DataPartitionSparkScheme.html     |   291 +
 .../dp/DataPartitionerSparkAggregator.html         |   309 +
 .../paramserv/dp/DataPartitionerSparkMapper.html   |   301 +
 .../paramserv/dp/FederatedDataPartitioner.html     |   276 +
 .../dp/KeepDataOnWorkerFederatedScheme.html        |   305 +
 .../paramserv/dp/LocalDataPartitioner.html         |   276 +
 .../controlprogram/paramserv/dp/ORLocalScheme.html |   320 +
 .../controlprogram/paramserv/dp/ORSparkScheme.html |   262 +
 .../dp/ReplicateToMaxFederatedScheme.html          |   309 +
 .../paramserv/dp/ShuffleFederatedScheme.html       |   308 +
 .../paramserv/dp/SparkDataPartitioner.html         |   253 +
 .../dp/SubsampleToMinFederatedScheme.html          |   309 +
 .../dp/class-use/BalanceToAvgFederatedScheme.html  |   125 +
 .../paramserv/dp/class-use/DCLocalScheme.html      |   125 +
 .../paramserv/dp/class-use/DCSparkScheme.html      |   125 +
 .../paramserv/dp/class-use/DRLocalScheme.html      |   125 +
 .../paramserv/dp/class-use/DRRLocalScheme.html     |   125 +
 .../paramserv/dp/class-use/DRRSparkScheme.html     |   125 +
 .../paramserv/dp/class-use/DRSparkScheme.html      |   125 +
 ...ataPartitionFederatedScheme.BalanceMetrics.html |   180 +
 .../DataPartitionFederatedScheme.Result.html       |   202 +
 .../dp/class-use/DataPartitionFederatedScheme.html |   201 +
 .../class-use/DataPartitionLocalScheme.Result.html |   197 +
 .../dp/class-use/DataPartitionLocalScheme.html     |   197 +
 .../dp/class-use/DataPartitionSparkScheme.html     |   187 +
 .../class-use/DataPartitionerSparkAggregator.html  |   125 +
 .../dp/class-use/DataPartitionerSparkMapper.html   |   125 +
 .../dp/class-use/FederatedDataPartitioner.html     |   125 +
 .../class-use/KeepDataOnWorkerFederatedScheme.html |   125 +
 .../dp/class-use/LocalDataPartitioner.html         |   125 +
 .../paramserv/dp/class-use/ORLocalScheme.html      |   125 +
 .../paramserv/dp/class-use/ORSparkScheme.html      |   125 +
 .../class-use/ReplicateToMaxFederatedScheme.html   |   125 +
 .../dp/class-use/ShuffleFederatedScheme.html       |   125 +
 .../dp/class-use/SparkDataPartitioner.html         |   125 +
 .../class-use/SubsampleToMinFederatedScheme.html   |   125 +
 .../controlprogram/paramserv/dp/package-frame.html |    42 +
 .../paramserv/dp/package-summary.html              |   281 +
 .../controlprogram/paramserv/dp/package-tree.html  |   170 +
 .../controlprogram/paramserv/dp/package-use.html   |   173 +
 .../controlprogram/paramserv/package-frame.html    |    28 +
 .../controlprogram/paramserv/package-summary.html  |   177 +
 .../controlprogram/paramserv/package-tree.html     |   155 +
 .../controlprogram/paramserv/package-use.html      |   210 +
 .../controlprogram/paramserv/rpc/PSRpcCall.html    |   379 +
 .../controlprogram/paramserv/rpc/PSRpcFactory.html |   309 +
 .../controlprogram/paramserv/rpc/PSRpcHandler.html |   275 +
 .../controlprogram/paramserv/rpc/PSRpcObject.html  |   356 +
 .../paramserv/rpc/PSRpcResponse.Type.html          |   358 +
 .../paramserv/rpc/PSRpcResponse.html               |   408 +
 .../paramserv/rpc/class-use/PSRpcCall.html         |   125 +
 .../paramserv/rpc/class-use/PSRpcFactory.html      |   125 +
 .../paramserv/rpc/class-use/PSRpcHandler.html      |   125 +
 .../paramserv/rpc/class-use/PSRpcObject.html       |   169 +
 .../rpc/class-use/PSRpcResponse.Type.html          |   189 +
 .../paramserv/rpc/class-use/PSRpcResponse.html     |   125 +
 .../paramserv/rpc/package-frame.html               |    28 +
 .../paramserv/rpc/package-summary.html             |   174 +
 .../controlprogram/paramserv/rpc/package-tree.html |   161 +
 .../controlprogram/paramserv/rpc/package-use.html  |   161 +
 .../parfor/CachedReuseVariables.html               |   306 +
 .../controlprogram/parfor/DataPartitioner.html     |   325 +
 .../parfor/DataPartitionerLocal.html               |   364 +
 .../parfor/DataPartitionerRemoteSpark.html         |   259 +
 .../parfor/DataPartitionerRemoteSparkMapper.html   |   310 +
 .../parfor/DataPartitionerRemoteSparkReducer.html  |   292 +
 .../controlprogram/parfor/LocalParWorker.html      |   333 +
 .../controlprogram/parfor/LocalTaskQueue.html      |   403 +
 .../runtime/controlprogram/parfor/ParForBody.html  |   367 +
 .../runtime/controlprogram/parfor/ParWorker.html   |   351 +
 .../controlprogram/parfor/RemoteDPParForSpark.html |   298 +
 .../parfor/RemoteDPParForSparkWorker.html          |   320 +
 .../parfor/RemoteParForJobReturn.html              |   351 +
 .../controlprogram/parfor/RemoteParForSpark.html   |   300 +
 .../parfor/RemoteParForSparkWorker.html            |   329 +
 .../controlprogram/parfor/RemoteParForUtils.html   |   485 +
 .../runtime/controlprogram/parfor/ResultMerge.html |   326 +
 .../parfor/ResultMergeFrameLocalMemory.html        |   330 +
 .../parfor/ResultMergeLocalAutomatic.html          |   335 +
 .../parfor/ResultMergeLocalFile.html               |   379 +
 .../parfor/ResultMergeLocalMemory.html             |   338 +
 .../controlprogram/parfor/ResultMergeMatrix.html   |   284 +
 .../parfor/ResultMergeRemoteGrouping.html          |   267 +
 .../parfor/ResultMergeRemoteSorting.html           |   267 +
 .../parfor/ResultMergeRemoteSpark.html             |   341 +
 .../parfor/ResultMergeRemoteSparkWCompare.html     |   350 +
 .../parfor/ResultMergeTaggedMatrixIndexes.html     |   400 +
 .../controlprogram/parfor/Task.TaskType.html       |   346 +
 .../sysds/runtime/controlprogram/parfor/Task.html  |   497 +
 .../controlprogram/parfor/TaskPartitioner.html     |   291 +
 .../parfor/TaskPartitionerFactoring.html           |   344 +
 .../parfor/TaskPartitionerFactoringCmax.html       |   276 +
 .../parfor/TaskPartitionerFactoringCmin.html       |   275 +
 .../parfor/TaskPartitionerFixedsize.html           |   336 +
 .../parfor/TaskPartitionerNaive.html               |   273 +
 .../parfor/TaskPartitionerStatic.html              |   275 +
 .../parfor/class-use/CachedReuseVariables.html     |   125 +
 .../parfor/class-use/DataPartitioner.html          |   173 +
 .../parfor/class-use/DataPartitionerLocal.html     |   125 +
 .../class-use/DataPartitionerRemoteSpark.html      |   125 +
 .../DataPartitionerRemoteSparkMapper.html          |   125 +
 .../DataPartitionerRemoteSparkReducer.html         |   125 +
 .../parfor/class-use/LocalParWorker.html           |   125 +
 .../parfor/class-use/LocalTaskQueue.html           |   192 +
 .../parfor/class-use/ParForBody.html               |   220 +
 .../controlprogram/parfor/class-use/ParWorker.html |   184 +
 .../parfor/class-use/RemoteDPParForSpark.html      |   125 +
 .../class-use/RemoteDPParForSparkWorker.html       |   125 +
 .../parfor/class-use/RemoteParForJobReturn.html    |   190 +
 .../parfor/class-use/RemoteParForSpark.html        |   125 +
 .../parfor/class-use/RemoteParForSparkWorker.html  |   125 +
 .../parfor/class-use/RemoteParForUtils.html        |   125 +
 .../parfor/class-use/ResultMerge.html              |   199 +
 .../class-use/ResultMergeFrameLocalMemory.html     |   125 +
 .../class-use/ResultMergeLocalAutomatic.html       |   125 +
 .../parfor/class-use/ResultMergeLocalFile.html     |   125 +
 .../parfor/class-use/ResultMergeLocalMemory.html   |   125 +
 .../parfor/class-use/ResultMergeMatrix.html        |   188 +
 .../class-use/ResultMergeRemoteGrouping.html       |   125 +
 .../parfor/class-use/ResultMergeRemoteSorting.html |   125 +
 .../parfor/class-use/ResultMergeRemoteSpark.html   |   125 +
 .../class-use/ResultMergeRemoteSparkWCompare.html  |   125 +
 .../class-use/ResultMergeTaggedMatrixIndexes.html  |   165 +
 .../parfor/class-use/Task.TaskType.html            |   190 +
 .../controlprogram/parfor/class-use/Task.html      |   254 +
 .../parfor/class-use/TaskPartitioner.html          |   202 +
 .../parfor/class-use/TaskPartitionerFactoring.html |   174 +
 .../class-use/TaskPartitionerFactoringCmax.html    |   125 +
 .../class-use/TaskPartitionerFactoringCmin.html    |   125 +
 .../parfor/class-use/TaskPartitionerFixedsize.html |   175 +
 .../parfor/class-use/TaskPartitionerNaive.html     |   125 +
 .../parfor/class-use/TaskPartitionerStatic.html    |   125 +
 .../parfor/opt/CostEstimator.DataFormat.html       |   346 +
 .../parfor/opt/CostEstimator.ExcludeType.html      |   358 +
 .../parfor/opt/CostEstimator.TestMeasure.html      |   346 +
 .../controlprogram/parfor/opt/CostEstimator.html   |   545 +
 .../parfor/opt/CostEstimatorHops.html              |   392 +
 .../parfor/opt/CostEstimatorRuntime.html           |   365 +
 .../parfor/opt/OptNode.ExecType.html               |   359 +
 .../parfor/opt/OptNode.NodeType.html               |   431 +
 .../parfor/opt/OptNode.ParamType.html              |   442 +
 .../runtime/controlprogram/parfor/opt/OptNode.html |   869 +
 .../parfor/opt/OptNodeStatistics.html              |   512 +
 .../runtime/controlprogram/parfor/opt/OptTree.html |   455 +
 .../parfor/opt/OptTreeConverter.html               |   585 +
 .../parfor/opt/OptTreePlanChecker.html             |   276 +
 .../parfor/opt/OptTreePlanMapping.html             |   304 +
 .../parfor/opt/OptTreePlanMappingAbstract.html     |   402 +
 .../parfor/opt/OptTreePlanMappingRuntime.html      |   346 +
 .../parfor/opt/OptimizationWrapper.html            |   357 +
 .../parfor/opt/Optimizer.CostModelType.html        |   346 +
 .../parfor/opt/Optimizer.PlanInputType.html        |   346 +
 .../controlprogram/parfor/opt/Optimizer.html       |   357 +
 .../parfor/opt/OptimizerConstrained.html           |   381 +
 .../parfor/opt/OptimizerHeuristic.html             |   381 +
 .../parfor/opt/OptimizerRuleBased.html             |   638 +
 .../parfor/opt/ProgramRecompiler.html              |   386 +
 .../opt/class-use/CostEstimator.DataFormat.html    |   220 +
 .../opt/class-use/CostEstimator.ExcludeType.html   |   191 +
 .../opt/class-use/CostEstimator.TestMeasure.html   |   249 +
 .../parfor/opt/class-use/CostEstimator.html        |   210 +
 .../parfor/opt/class-use/CostEstimatorHops.html    |   125 +
 .../parfor/opt/class-use/CostEstimatorRuntime.html |   125 +
 .../parfor/opt/class-use/OptNode.ExecType.html     |   207 +
 .../parfor/opt/class-use/OptNode.NodeType.html     |   210 +
 .../parfor/opt/class-use/OptNode.ParamType.html    |   205 +
 .../parfor/opt/class-use/OptNode.html              |   412 +
 .../parfor/opt/class-use/OptNodeStatistics.html    |   125 +
 .../parfor/opt/class-use/OptTree.html              |   219 +
 .../parfor/opt/class-use/OptTreeConverter.html     |   125 +
 .../parfor/opt/class-use/OptTreePlanChecker.html   |   125 +
 .../parfor/opt/class-use/OptTreePlanMapping.html   |   169 +
 .../opt/class-use/OptTreePlanMappingAbstract.html  |   238 +
 .../opt/class-use/OptTreePlanMappingRuntime.html   |   220 +
 .../parfor/opt/class-use/OptimizationWrapper.html  |   125 +
 .../opt/class-use/Optimizer.CostModelType.html     |   186 +
 .../opt/class-use/Optimizer.PlanInputType.html     |   224 +
 .../parfor/opt/class-use/Optimizer.html            |   186 +
 .../parfor/opt/class-use/OptimizerConstrained.html |   125 +
 .../parfor/opt/class-use/OptimizerHeuristic.html   |   125 +
 .../parfor/opt/class-use/OptimizerRuleBased.html   |   177 +
 .../parfor/opt/class-use/ProgramRecompiler.html    |   125 +
 .../controlprogram/parfor/opt/package-frame.html   |    47 +
 .../controlprogram/parfor/opt/package-summary.html |   287 +
 .../controlprogram/parfor/opt/package-tree.html    |   185 +
 .../controlprogram/parfor/opt/package-use.html     |   222 +
 .../controlprogram/parfor/package-frame.html       |    58 +
 .../controlprogram/parfor/package-summary.html     |   360 +
 .../controlprogram/parfor/package-tree.html        |   209 +
 .../runtime/controlprogram/parfor/package-use.html |   243 +
 .../parfor/stat/InfrastructureAnalyzer.html        |   656 +
 .../runtime/controlprogram/parfor/stat/Stat.html   |   619 +
 .../parfor/stat/StatisticMonitor.html              |   377 +
 .../runtime/controlprogram/parfor/stat/Timing.html |   328 +
 .../stat/class-use/InfrastructureAnalyzer.html     |   125 +
 .../controlprogram/parfor/stat/class-use/Stat.html |   199 +
 .../parfor/stat/class-use/StatisticMonitor.html    |   125 +
 .../parfor/stat/class-use/Timing.html              |   165 +
 .../controlprogram/parfor/stat/package-frame.html  |    26 +
 .../parfor/stat/package-summary.html               |   175 +
 .../controlprogram/parfor/stat/package-tree.html   |   152 +
 .../controlprogram/parfor/stat/package-use.html    |   181 +
 .../runtime/controlprogram/parfor/util/Cell.html   |   345 +
 .../controlprogram/parfor/util/IDHandler.html      |   338 +
 .../controlprogram/parfor/util/IDSequence.html     |   345 +
 .../parfor/util/PairWritableBlock.html             |   373 +
 .../parfor/util/PairWritableCell.html              |   359 +
 .../parfor/util/StagingFileUtils.html              |   473 +
 .../controlprogram/parfor/util/class-use/Cell.html |   179 +
 .../parfor/util/class-use/IDHandler.html           |   125 +
 .../parfor/util/class-use/IDSequence.html          |   170 +
 .../parfor/util/class-use/PairWritableBlock.html   |   125 +
 .../parfor/util/class-use/PairWritableCell.html    |   125 +
 .../parfor/util/class-use/StagingFileUtils.html    |   125 +
 .../controlprogram/parfor/util/package-frame.html  |    25 +
 .../parfor/util/package-summary.html               |   177 +
 .../controlprogram/parfor/util/package-tree.html   |   143 +
 .../controlprogram/parfor/util/package-use.html    |   182 +
 .../sysds/runtime/data/BasicTensorBlock.html       |   942 +
 .../apache/sysds/runtime/data/DataTensorBlock.html |   670 +
 .../apache/sysds/runtime/data/DenseBlock.Type.html |   346 +
 .../org/apache/sysds/runtime/data/DenseBlock.html  |  1453 +
 .../apache/sysds/runtime/data/DenseBlockBool.html  |   891 +
 .../apache/sysds/runtime/data/DenseBlockDRB.html   |   680 +
 .../apache/sysds/runtime/data/DenseBlockFP32.html  |   783 +
 .../apache/sysds/runtime/data/DenseBlockFP64.html  |   910 +
 .../sysds/runtime/data/DenseBlockFactory.html      |   486 +
 .../apache/sysds/runtime/data/DenseBlockInt32.html |   783 +
 .../apache/sysds/runtime/data/DenseBlockInt64.html |   783 +
 .../apache/sysds/runtime/data/DenseBlockLBool.html |   781 +
 .../apache/sysds/runtime/data/DenseBlockLDRB.html  |   712 +
 .../apache/sysds/runtime/data/DenseBlockLFP32.html |   726 +
 .../apache/sysds/runtime/data/DenseBlockLFP64.html |   726 +
 .../sysds/runtime/data/DenseBlockLInt32.html       |   726 +
 .../sysds/runtime/data/DenseBlockLInt64.html       |   726 +
 .../sysds/runtime/data/DenseBlockLString.html      |   777 +
 .../sysds/runtime/data/DenseBlockString.html       |   866 +
 .../sysds/runtime/data/IndexedTensorBlock.html     |   352 +
 .../apache/sysds/runtime/data/LibTensorAgg.html    |   359 +
 .../sysds/runtime/data/LibTensorBincell.html       |   303 +
 .../apache/sysds/runtime/data/LibTensorReorg.html  |   289 +
 .../sysds/runtime/data/SparseBlock.Type.html       |   358 +
 .../org/apache/sysds/runtime/data/SparseBlock.html |  1336 +
 .../apache/sysds/runtime/data/SparseBlockCOO.html  |  1549 +
 .../apache/sysds/runtime/data/SparseBlockCSR.html  |  1692 +
 .../sysds/runtime/data/SparseBlockFactory.html     |   366 +
 .../apache/sysds/runtime/data/SparseBlockMCSR.html |  1404 +
 .../org/apache/sysds/runtime/data/SparseRow.html   |   544 +
 .../apache/sysds/runtime/data/SparseRowScalar.html |   609 +
 .../apache/sysds/runtime/data/SparseRowVector.html |   856 +
 .../org/apache/sysds/runtime/data/TensorBlock.html |  1545 +
 .../apache/sysds/runtime/data/TensorIndexes.html   |   521 +
 .../runtime/data/class-use/BasicTensorBlock.html   |   413 +
 .../runtime/data/class-use/DataTensorBlock.html    |   206 +
 .../runtime/data/class-use/DenseBlock.Type.html    |   198 +
 .../sysds/runtime/data/class-use/DenseBlock.html   |  1012 +
 .../runtime/data/class-use/DenseBlockBool.html     |   125 +
 .../runtime/data/class-use/DenseBlockDRB.html      |   185 +
 .../runtime/data/class-use/DenseBlockFP32.html     |   125 +
 .../runtime/data/class-use/DenseBlockFP64.html     |   125 +
 .../runtime/data/class-use/DenseBlockFactory.html  |   125 +
 .../runtime/data/class-use/DenseBlockInt32.html    |   125 +
 .../runtime/data/class-use/DenseBlockInt64.html    |   125 +
 .../runtime/data/class-use/DenseBlockLBool.html    |   125 +
 .../runtime/data/class-use/DenseBlockLDRB.html     |   185 +
 .../runtime/data/class-use/DenseBlockLFP32.html    |   125 +
 .../runtime/data/class-use/DenseBlockLFP64.html    |   125 +
 .../runtime/data/class-use/DenseBlockLInt32.html   |   125 +
 .../runtime/data/class-use/DenseBlockLInt64.html   |   125 +
 .../runtime/data/class-use/DenseBlockLString.html  |   125 +
 .../runtime/data/class-use/DenseBlockString.html   |   125 +
 .../runtime/data/class-use/IndexedTensorBlock.html |   230 +
 .../sysds/runtime/data/class-use/LibTensorAgg.html |   125 +
 .../runtime/data/class-use/LibTensorBincell.html   |   125 +
 .../runtime/data/class-use/LibTensorReorg.html     |   125 +
 .../runtime/data/class-use/SparseBlock.Type.html   |   331 +
 .../sysds/runtime/data/class-use/SparseBlock.html  |   488 +
 .../runtime/data/class-use/SparseBlockCOO.html     |   125 +
 .../runtime/data/class-use/SparseBlockCSR.html     |   125 +
 .../runtime/data/class-use/SparseBlockFactory.html |   125 +
 .../runtime/data/class-use/SparseBlockMCSR.html    |   125 +
 .../sysds/runtime/data/class-use/SparseRow.html    |   328 +
 .../runtime/data/class-use/SparseRowScalar.html    |   125 +
 .../runtime/data/class-use/SparseRowVector.html    |   125 +
 .../sysds/runtime/data/class-use/TensorBlock.html  |   739 +
 .../runtime/data/class-use/TensorIndexes.html      |   456 +
 .../apache/sysds/runtime/data/package-frame.html   |    56 +
 .../apache/sysds/runtime/data/package-summary.html |   317 +
 .../apache/sysds/runtime/data/package-tree.html    |   197 +
 .../org/apache/sysds/runtime/data/package-use.html |   494 +
 .../apache/sysds/runtime/functionobjects/And.html  |   308 +
 .../sysds/runtime/functionobjects/BitwAnd.html     |   308 +
 .../sysds/runtime/functionobjects/BitwOr.html      |   308 +
 .../sysds/runtime/functionobjects/BitwShiftL.html  |   308 +
 .../sysds/runtime/functionobjects/BitwShiftR.html  |   308 +
 .../sysds/runtime/functionobjects/BitwXor.html     |   308 +
 .../functionobjects/Builtin.BuiltinCode.html       |   934 +
 .../sysds/runtime/functionobjects/Builtin.html     |   511 +
 .../apache/sysds/runtime/functionobjects/CM.html   |   356 +
 .../apache/sysds/runtime/functionobjects/COV.html  |   355 +
 .../sysds/runtime/functionobjects/CTable.html      |   373 +
 .../sysds/runtime/functionobjects/DiagIndex.html   |   354 +
 .../sysds/runtime/functionobjects/Divide.html      |   308 +
 .../sysds/runtime/functionobjects/Equals.html      |   376 +
 .../runtime/functionobjects/FunctionObject.html    |   464 +
 .../sysds/runtime/functionobjects/GreaterThan.html |   376 +
 .../runtime/functionobjects/GreaterThanEquals.html |   376 +
 .../sysds/runtime/functionobjects/IfElse.html      |   311 +
 .../runtime/functionobjects/IndexFunction.html     |   345 +
 .../runtime/functionobjects/IntegerDivide.html     |   308 +
 .../runtime/functionobjects/KahanFunction.html     |   351 +
 .../sysds/runtime/functionobjects/KahanPlus.html   |   363 +
 .../sysds/runtime/functionobjects/KahanPlusSq.html |   396 +
 .../sysds/runtime/functionobjects/LessThan.html    |   376 +
 .../runtime/functionobjects/LessThanEquals.html    |   376 +
 .../apache/sysds/runtime/functionobjects/Mean.html |   319 +
 .../sysds/runtime/functionobjects/Minus.html       |   308 +
 .../runtime/functionobjects/Minus1Multiply.html    |   308 +
 .../runtime/functionobjects/MinusMultiply.html     |   361 +
 .../sysds/runtime/functionobjects/MinusNz.html     |   308 +
 .../sysds/runtime/functionobjects/Modulus.html     |   313 +
 .../sysds/runtime/functionobjects/Multiply.html    |   308 +
 .../sysds/runtime/functionobjects/Multiply2.html   |   325 +
 .../apache/sysds/runtime/functionobjects/Not.html  |   304 +
 .../sysds/runtime/functionobjects/NotEquals.html   |   376 +
 .../runtime/functionobjects/OffsetColumnIndex.html |   354 +
 .../apache/sysds/runtime/functionobjects/Or.html   |   308 +
 ...ameterizedBuiltin.ParameterizedBuiltinCode.html |   466 +
 ...terizedBuiltin.ProbabilityDistributionCode.html |   394 +
 .../functionobjects/ParameterizedBuiltin.html      |   402 +
 .../apache/sysds/runtime/functionobjects/Plus.html |   327 +
 .../runtime/functionobjects/PlusMultiply.html      |   361 +
 .../sysds/runtime/functionobjects/Power.html       |   308 +
 .../sysds/runtime/functionobjects/Power2.html      |   325 +
 .../sysds/runtime/functionobjects/ReduceAll.html   |   341 +
 .../sysds/runtime/functionobjects/ReduceCol.html   |   341 +
 .../sysds/runtime/functionobjects/ReduceDiag.html  |   341 +
 .../sysds/runtime/functionobjects/ReduceRow.html   |   341 +
 .../sysds/runtime/functionobjects/RevIndex.html    |   341 +
 .../sysds/runtime/functionobjects/SortIndex.html   |   423 +
 .../sysds/runtime/functionobjects/SwapIndex.html   |   341 +
 ...aryValueFunction.ValueFunctionWithConstant.html |   230 +
 .../functionobjects/TernaryValueFunction.html      |   331 +
 .../functionobjects/ValueComparisonFunction.html   |   357 +
 .../runtime/functionobjects/ValueFunction.html     |   296 +
 .../apache/sysds/runtime/functionobjects/Xor.html  |   308 +
 .../runtime/functionobjects/class-use/And.html     |   165 +
 .../runtime/functionobjects/class-use/BitwAnd.html |   165 +
 .../runtime/functionobjects/class-use/BitwOr.html  |   165 +
 .../functionobjects/class-use/BitwShiftL.html      |   165 +
 .../functionobjects/class-use/BitwShiftR.html      |   165 +
 .../runtime/functionobjects/class-use/BitwXor.html |   165 +
 .../class-use/Builtin.BuiltinCode.html             |   222 +
 .../runtime/functionobjects/class-use/Builtin.html |   258 +
 .../runtime/functionobjects/class-use/CM.html      |   165 +
 .../runtime/functionobjects/class-use/COV.html     |   198 +
 .../runtime/functionobjects/class-use/CTable.html  |   165 +
 .../functionobjects/class-use/DiagIndex.html       |   169 +
 .../runtime/functionobjects/class-use/Divide.html  |   165 +
 .../runtime/functionobjects/class-use/Equals.html  |   165 +
 .../functionobjects/class-use/FunctionObject.html  |   426 +
 .../functionobjects/class-use/GreaterThan.html     |   165 +
 .../class-use/GreaterThanEquals.html               |   165 +
 .../runtime/functionobjects/class-use/IfElse.html  |   165 +
 .../functionobjects/class-use/IndexFunction.html   |   278 +
 .../functionobjects/class-use/IntegerDivide.html   |   165 +
 .../functionobjects/class-use/KahanFunction.html   |   172 +
 .../functionobjects/class-use/KahanPlus.html       |   165 +
 .../functionobjects/class-use/KahanPlusSq.html     |   167 +
 .../functionobjects/class-use/LessThan.html        |   165 +
 .../functionobjects/class-use/LessThanEquals.html  |   165 +
 .../runtime/functionobjects/class-use/Mean.html    |   165 +
 .../runtime/functionobjects/class-use/Minus.html   |   165 +
 .../functionobjects/class-use/Minus1Multiply.html  |   165 +
 .../functionobjects/class-use/MinusMultiply.html   |   165 +
 .../runtime/functionobjects/class-use/MinusNz.html |   165 +
 .../runtime/functionobjects/class-use/Modulus.html |   165 +
 .../functionobjects/class-use/Multiply.html        |   165 +
 .../functionobjects/class-use/Multiply2.html       |   165 +
 .../runtime/functionobjects/class-use/Not.html     |   165 +
 .../functionobjects/class-use/NotEquals.html       |   165 +
 .../class-use/OffsetColumnIndex.html               |   165 +
 .../runtime/functionobjects/class-use/Or.html      |   165 +
 ...ameterizedBuiltin.ParameterizedBuiltinCode.html |   200 +
 ...terizedBuiltin.ProbabilityDistributionCode.html |   200 +
 .../class-use/ParameterizedBuiltin.html            |   170 +
 .../runtime/functionobjects/class-use/Plus.html    |   165 +
 .../functionobjects/class-use/PlusMultiply.html    |   165 +
 .../runtime/functionobjects/class-use/Power.html   |   165 +
 .../runtime/functionobjects/class-use/Power2.html  |   165 +
 .../functionobjects/class-use/ReduceAll.html       |   165 +
 .../functionobjects/class-use/ReduceCol.html       |   165 +
 .../functionobjects/class-use/ReduceDiag.html      |   165 +
 .../functionobjects/class-use/ReduceRow.html       |   165 +
 .../functionobjects/class-use/RevIndex.html        |   165 +
 .../functionobjects/class-use/SortIndex.html       |   125 +
 .../functionobjects/class-use/SwapIndex.html       |   165 +
 ...aryValueFunction.ValueFunctionWithConstant.html |   169 +
 .../class-use/TernaryValueFunction.html            |   207 +
 .../class-use/ValueComparisonFunction.html         |   185 +
 .../functionobjects/class-use/ValueFunction.html   |   539 +
 .../runtime/functionobjects/class-use/Xor.html     |   165 +
 .../runtime/functionobjects/package-frame.html     |    81 +
 .../runtime/functionobjects/package-summary.html   |   413 +
 .../runtime/functionobjects/package-tree.html      |   225 +
 .../sysds/runtime/functionobjects/package-use.html |   439 +
 .../runtime/instructions/CPInstructionParser.html  |   335 +
 .../runtime/instructions/FEDInstructionParser.html |   335 +
 .../runtime/instructions/GPUInstructionParser.html |   299 +
 .../runtime/instructions/Instruction.IType.html    |   382 +
 .../sysds/runtime/instructions/Instruction.html    |   845 +
 .../runtime/instructions/InstructionParser.html    |   289 +
 .../runtime/instructions/InstructionUtils.html     |  1153 +
 .../runtime/instructions/SPInstructionParser.html  |   335 +
 .../class-use/CPInstructionParser.html             |   125 +
 .../class-use/FEDInstructionParser.html            |   125 +
 .../class-use/GPUInstructionParser.html            |   125 +
 .../instructions/class-use/Instruction.IType.html  |   266 +
 .../instructions/class-use/Instruction.html        |  1836 +
 .../instructions/class-use/InstructionParser.html  |   177 +
 .../instructions/class-use/InstructionUtils.html   |   125 +
 .../class-use/SPInstructionParser.html             |   125 +
 .../cp/AggregateBinaryCPInstruction.html           |   405 +
 .../cp/AggregateTernaryCPInstruction.html          |   352 +
 .../cp/AggregateUnaryCPInstruction.AUType.html     |   431 +
 .../cp/AggregateUnaryCPInstruction.html            |   385 +
 .../cp/AppendCPInstruction.AppendType.html         |   370 +
 .../instructions/cp/AppendCPInstruction.html       |   369 +
 .../instructions/cp/BinaryCPInstruction.html       |   350 +
 .../cp/BinaryFrameFrameCPInstruction.html          |   351 +
 .../cp/BinaryFrameMatrixCPInstruction.html         |   351 +
 .../cp/BinaryFrameScalarCPInstruction.html         |   351 +
 .../cp/BinaryMatrixMatrixCPInstruction.html        |   351 +
 .../cp/BinaryMatrixScalarCPInstruction.html        |   351 +
 .../cp/BinaryScalarScalarCPInstruction.html        |   351 +
 .../cp/BinaryTensorTensorCPInstruction.html        |   351 +
 .../runtime/instructions/cp/BooleanObject.html     |   410 +
 .../instructions/cp/BroadcastCPInstruction.html    |   357 +
 .../instructions/cp/BuiltinNaryCPInstruction.html  |   377 +
 .../runtime/instructions/cp/CM_COV_Object.html     |   600 +
 .../instructions/cp/CPInstruction.CPType.html      |   766 +
 .../runtime/instructions/cp/CPInstruction.html     |   448 +
 .../sysds/runtime/instructions/cp/CPOperand.html   |   581 +
 .../cp/CentralMomentCPInstruction.html             |   376 +
 .../instructions/cp/CompressionCPInstruction.html  |   352 +
 .../instructions/cp/ComputationCPInstruction.html  |   433 +
 .../instructions/cp/CovarianceCPInstruction.html   |   364 +
 .../instructions/cp/CtableCPInstruction.html       |   379 +
 .../apache/sysds/runtime/instructions/cp/Data.html |   355 +
 .../instructions/cp/DataGenCPInstruction.html      |   629 +
 .../cp/DeCompressionCPInstruction.html             |   352 +
 .../runtime/instructions/cp/DnnCPInstruction.html  |   615 +
 .../runtime/instructions/cp/DoubleObject.html      |   410 +
 .../instructions/cp/EvalNaryCPInstruction.html     |   395 +
 .../instructions/cp/FrameAppendCPInstruction.html  |   370 +
 .../cp/FrameIndexingCPInstruction.html             |   383 +
 .../instructions/cp/FunctionCallCPInstruction.html |   530 +
 .../instructions/cp/IndexingCPInstruction.html     |   338 +
 .../sysds/runtime/instructions/cp/IntObject.html   |   393 +
 .../sysds/runtime/instructions/cp/KahanObject.html |   490 +
 .../cp/ListAppendRemoveCPInstruction.html          |   383 +
 .../instructions/cp/ListIndexingCPInstruction.html |   383 +
 .../sysds/runtime/instructions/cp/ListObject.html  |   894 +
 .../instructions/cp/MMChainCPInstruction.html      |   370 +
 .../instructions/cp/MMTSJCPInstruction.html        |   370 +
 .../instructions/cp/MatrixAppendCPInstruction.html |   397 +
 .../cp/MatrixBuiltinNaryCPInstruction.html         |   358 +
 .../cp/MatrixIndexingCPInstruction.html            |   431 +
 .../cp/MultiReturnBuiltinCPInstruction.html        |   441 +
 ...ltiReturnParameterizedBuiltinCPInstruction.html |   428 +
 .../runtime/instructions/cp/PMMJCPInstruction.html |   352 +
 .../cp/ParameterizedBuiltinCPInstruction.html      |   435 +
 .../cp/ParamservBuiltinCPInstruction.html          |   442 +
 .../instructions/cp/PrefetchCPInstruction.html     |   357 +
 .../instructions/cp/QuantilePickCPInstruction.html |   364 +
 .../instructions/cp/QuantileSortCPInstruction.html |   362 +
 .../instructions/cp/QuaternaryCPInstruction.html   |   365 +
 .../instructions/cp/ReorgCPInstruction.html        |   357 +
 .../instructions/cp/ReshapeCPInstruction.html      |   384 +
 .../instructions/cp/ScalarAppendCPInstruction.html |   370 +
 .../cp/ScalarBuiltinNaryCPInstruction.html         |   362 +
 .../runtime/instructions/cp/ScalarObject.html      |   408 +
 .../instructions/cp/ScalarObjectFactory.html       |   416 +
 .../instructions/cp/SpoofCPInstruction.html        |   409 +
 .../runtime/instructions/cp/SqlCPInstruction.html  |   415 +
 .../instructions/cp/StringInitCPInstruction.html   |   442 +
 .../runtime/instructions/cp/StringObject.html      |   406 +
 .../instructions/cp/TernaryCPInstruction.html      |   352 +
 .../instructions/cp/TriggerBroadcastTask.html      |   283 +
 .../instructions/cp/TriggerRDDOperationsTask.html  |   281 +
 .../cp/UaggOuterChainCPInstruction.html            |   357 +
 .../instructions/cp/UnaryCPInstruction.html        |   333 +
 .../instructions/cp/UnaryFrameCPInstruction.html   |   351 +
 .../instructions/cp/UnaryMatrixCPInstruction.html  |   355 +
 .../instructions/cp/UnaryScalarCPInstruction.html  |   356 +
 ...ariableCPInstruction.VariableOperationCode.html |   502 +
 .../instructions/cp/VariableCPInstruction.html     |   829 +
 .../cp/class-use/AggregateBinaryCPInstruction.html |   190 +
 .../class-use/AggregateTernaryCPInstruction.html   |   165 +
 .../AggregateUnaryCPInstruction.AUType.html        |   198 +
 .../cp/class-use/AggregateUnaryCPInstruction.html  |   178 +
 .../class-use/AppendCPInstruction.AppendType.html  |   178 +
 .../cp/class-use/AppendCPInstruction.html          |   190 +
 .../cp/class-use/BinaryCPInstruction.html          |   234 +
 .../class-use/BinaryFrameFrameCPInstruction.html   |   125 +
 .../class-use/BinaryFrameMatrixCPInstruction.html  |   125 +
 .../class-use/BinaryFrameScalarCPInstruction.html  |   125 +
 .../class-use/BinaryMatrixMatrixCPInstruction.html |   125 +
 .../class-use/BinaryMatrixScalarCPInstruction.html |   125 +
 .../class-use/BinaryScalarScalarCPInstruction.html |   125 +
 .../class-use/BinaryTensorTensorCPInstruction.html |   125 +
 .../instructions/cp/class-use/BooleanObject.html   |   125 +
 .../cp/class-use/BroadcastCPInstruction.html       |   165 +
 .../cp/class-use/BuiltinNaryCPInstruction.html     |   192 +
 .../instructions/cp/class-use/CM_COV_Object.html   |   262 +
 .../cp/class-use/CPInstruction.CPType.html         |   231 +
 .../instructions/cp/class-use/CPInstruction.html   |   450 +
 .../instructions/cp/class-use/CPOperand.html       |  1431 +
 .../cp/class-use/CentralMomentCPInstruction.html   |   165 +
 .../cp/class-use/CompressionCPInstruction.html     |   165 +
 .../cp/class-use/ComputationCPInstruction.html     |   383 +
 .../cp/class-use/CovarianceCPInstruction.html      |   165 +
 .../cp/class-use/CtableCPInstruction.html          |   165 +
 .../runtime/instructions/cp/class-use/Data.html    |  1034 +
 .../cp/class-use/DataGenCPInstruction.html         |   165 +
 .../cp/class-use/DeCompressionCPInstruction.html   |   165 +
 .../cp/class-use/DnnCPInstruction.html             |   165 +
 .../instructions/cp/class-use/DoubleObject.html    |   165 +
 .../cp/class-use/EvalNaryCPInstruction.html        |   125 +
 .../cp/class-use/FrameAppendCPInstruction.html     |   125 +
 .../cp/class-use/FrameIndexingCPInstruction.html   |   125 +
 .../cp/class-use/FunctionCallCPInstruction.html    |   187 +
 .../cp/class-use/IndexingCPInstruction.html        |   210 +
 .../instructions/cp/class-use/IntObject.html       |   256 +
 .../instructions/cp/class-use/KahanObject.html     |   340 +
 .../class-use/ListAppendRemoveCPInstruction.html   |   125 +
 .../cp/class-use/ListIndexingCPInstruction.html    |   125 +
 .../instructions/cp/class-use/ListObject.html      |   601 +
 .../cp/class-use/MMChainCPInstruction.html         |   190 +
 .../cp/class-use/MMTSJCPInstruction.html           |   190 +
 .../cp/class-use/MatrixAppendCPInstruction.html    |   125 +
 .../class-use/MatrixBuiltinNaryCPInstruction.html  |   125 +
 .../cp/class-use/MatrixIndexingCPInstruction.html  |   125 +
 .../class-use/MultiReturnBuiltinCPInstruction.html |   165 +
 ...ltiReturnParameterizedBuiltinCPInstruction.html |   165 +
 .../cp/class-use/PMMJCPInstruction.html            |   165 +
 .../ParameterizedBuiltinCPInstruction.html         |   178 +
 .../class-use/ParamservBuiltinCPInstruction.html   |   125 +
 .../cp/class-use/PrefetchCPInstruction.html        |   165 +
 .../cp/class-use/QuantilePickCPInstruction.html    |   165 +
 .../cp/class-use/QuantileSortCPInstruction.html    |   165 +
 .../cp/class-use/QuaternaryCPInstruction.html      |   165 +
 .../cp/class-use/ReorgCPInstruction.html           |   165 +
 .../cp/class-use/ReshapeCPInstruction.html         |   165 +
 .../cp/class-use/ScalarAppendCPInstruction.html    |   125 +
 .../class-use/ScalarBuiltinNaryCPInstruction.html  |   125 +
 .../instructions/cp/class-use/ScalarObject.html    |   953 +
 .../cp/class-use/ScalarObjectFactory.html          |   125 +
 .../cp/class-use/SpoofCPInstruction.html           |   165 +
 .../cp/class-use/SqlCPInstruction.html             |   165 +
 .../cp/class-use/StringInitCPInstruction.html      |   165 +
 .../instructions/cp/class-use/StringObject.html    |   125 +
 .../cp/class-use/TernaryCPInstruction.html         |   165 +
 .../cp/class-use/TriggerBroadcastTask.html         |   125 +
 .../cp/class-use/TriggerRDDOperationsTask.html     |   125 +
 .../cp/class-use/UaggOuterChainCPInstruction.html  |   165 +
 .../cp/class-use/UnaryCPInstruction.html           |   280 +
 .../cp/class-use/UnaryFrameCPInstruction.html      |   125 +
 .../cp/class-use/UnaryMatrixCPInstruction.html     |   165 +
 .../cp/class-use/UnaryScalarCPInstruction.html     |   125 +
 ...ariableCPInstruction.VariableOperationCode.html |   178 +
 .../cp/class-use/VariableCPInstruction.html        |   187 +
 .../runtime/instructions/cp/package-frame.html     |    97 +
 .../runtime/instructions/cp/package-summary.html   |   460 +
 .../runtime/instructions/cp/package-tree.html      |   263 +
 .../sysds/runtime/instructions/cp/package-use.html |   915 +
 .../cpfile/MatrixIndexingCPFileInstruction.html    |   367 +
 .../class-use/MatrixIndexingCPFileInstruction.html |   165 +
 .../runtime/instructions/cpfile/package-frame.html |    20 +
 .../instructions/cpfile/package-summary.html       |   145 +
 .../runtime/instructions/cpfile/package-tree.html  |   158 +
 .../runtime/instructions/cpfile/package-use.html   |   160 +
 .../fed/AggregateBinaryFEDInstruction.html         |   425 +
 .../fed/AggregateTernaryFEDInstruction.html        |   352 +
 .../fed/AggregateUnaryFEDInstruction.html          |   361 +
 .../instructions/fed/AppendFEDInstruction.html     |   357 +
 .../instructions/fed/BinaryFEDInstruction.html     |   381 +
 .../fed/BinaryFrameScalarFEDInstruction.html       |   351 +
 .../fed/BinaryMatrixMatrixFEDInstruction.html      |   351 +
 .../fed/BinaryMatrixScalarFEDInstruction.html      |   351 +
 .../instructions/fed/CastFEDInstruction.html       |   357 +
 .../fed/CentralMomentFEDInstruction.html           |   362 +
 .../fed/ComputationFEDInstruction.html             |   407 +
 .../instructions/fed/CovarianceFEDInstruction.html |   357 +
 .../instructions/fed/CtableFEDInstruction.html     |   352 +
 .../fed/CumulativeOffsetFEDInstruction.html        |   370 +
 .../instructions/fed/FEDInstruction.FEDType.html   |   646 +
 .../fed/FEDInstruction.FederatedOutput.html        |   397 +
 .../runtime/instructions/fed/FEDInstruction.html   |   369 +
 .../instructions/fed/FEDInstructionUtils.html      |   299 +
 .../instructions/fed/IndexingFEDInstruction.html   |   357 +
 .../instructions/fed/InitFEDInstruction.html       |   495 +
 .../instructions/fed/MMChainFEDInstruction.html    |   418 +
 .../runtime/instructions/fed/MMFEDInstruction.html |   357 +
 ...edBuiltinFEDInstruction.CreateFrameEncoder.html |   352 +
 ...dBuiltinFEDInstruction.ExecuteFrameEncoder.html |   369 +
 ...tiReturnParameterizedBuiltinFEDInstruction.html |   397 +
 ...eterizedBuiltinFEDInstruction.DecodeMatrix.html |   371 +
 .../fed/ParameterizedBuiltinFEDInstruction.html    |   415 +
 .../fed/QuantilePickFEDInstruction.html            |   357 +
 .../fed/QuantileSortFEDInstruction.html            |   357 +
 .../instructions/fed/QuaternaryFEDInstruction.html |   333 +
 .../fed/QuaternaryWCeMMFEDInstruction.html         |   351 +
 .../fed/QuaternaryWDivMMFEDInstruction.html        |   351 +
 .../fed/QuaternaryWSLossFEDInstruction.html        |   351 +
 .../fed/QuaternaryWSigmoidFEDInstruction.html      |   351 +
 .../fed/QuaternaryWUMMFEDInstruction.html          |   351 +
 .../instructions/fed/ReblockFEDInstruction.html    |   357 +
 .../fed/ReorgFEDInstruction.DiagMatrix.html        |   331 +
 .../fed/ReorgFEDInstruction.Rdiag.html             |   331 +
 .../instructions/fed/ReorgFEDInstruction.html      |   436 +
 .../instructions/fed/ReshapeFEDInstruction.html    |   384 +
 .../instructions/fed/SpoofFEDInstruction.html      |   358 +
 .../instructions/fed/TernaryFEDInstruction.html    |   352 +
 .../instructions/fed/TsmmFEDInstruction.html       |   425 +
 .../instructions/fed/UnaryFEDInstruction.html      |   293 +
 .../fed/UnaryMatrixFEDInstruction.html             |   385 +
 .../instructions/fed/VariableFEDInstruction.html   |   359 +
 .../class-use/AggregateBinaryFEDInstruction.html   |   165 +
 .../class-use/AggregateTernaryFEDInstruction.html  |   165 +
 .../class-use/AggregateUnaryFEDInstruction.html    |   178 +
 .../fed/class-use/AppendFEDInstruction.html        |   165 +
 .../fed/class-use/BinaryFEDInstruction.html        |   214 +
 .../class-use/BinaryFrameScalarFEDInstruction.html |   125 +
 .../BinaryMatrixMatrixFEDInstruction.html          |   125 +
 .../BinaryMatrixScalarFEDInstruction.html          |   125 +
 .../fed/class-use/CastFEDInstruction.html          |   165 +
 .../fed/class-use/CentralMomentFEDInstruction.html |   165 +
 .../fed/class-use/ComputationFEDInstruction.html   |   293 +
 .../fed/class-use/CovarianceFEDInstruction.html    |   165 +
 .../fed/class-use/CtableFEDInstruction.html        |   165 +
 .../class-use/CumulativeOffsetFEDInstruction.html  |   165 +
 .../fed/class-use/FEDInstruction.FEDType.html      |   245 +
 .../class-use/FEDInstruction.FederatedOutput.html  |   289 +
 .../instructions/fed/class-use/FEDInstruction.html |   336 +
 .../fed/class-use/FEDInstructionUtils.html         |   125 +
 .../fed/class-use/IndexingFEDInstruction.html      |   165 +
 .../fed/class-use/InitFEDInstruction.html          |   165 +
 .../fed/class-use/MMChainFEDInstruction.html       |   165 +
 .../fed/class-use/MMFEDInstruction.html            |   165 +
 ...edBuiltinFEDInstruction.CreateFrameEncoder.html |   125 +
 ...dBuiltinFEDInstruction.ExecuteFrameEncoder.html |   125 +
 ...tiReturnParameterizedBuiltinFEDInstruction.html |   165 +
 ...eterizedBuiltinFEDInstruction.DecodeMatrix.html |   125 +
 .../ParameterizedBuiltinFEDInstruction.html        |   165 +
 .../fed/class-use/QuantilePickFEDInstruction.html  |   165 +
 .../fed/class-use/QuantileSortFEDInstruction.html  |   165 +
 .../fed/class-use/QuaternaryFEDInstruction.html    |   194 +
 .../class-use/QuaternaryWCeMMFEDInstruction.html   |   125 +
 .../class-use/QuaternaryWDivMMFEDInstruction.html  |   125 +
 .../class-use/QuaternaryWSLossFEDInstruction.html  |   125 +
 .../QuaternaryWSigmoidFEDInstruction.html          |   125 +
 .../class-use/QuaternaryWUMMFEDInstruction.html    |   125 +
 .../fed/class-use/ReblockFEDInstruction.html       |   165 +
 .../class-use/ReorgFEDInstruction.DiagMatrix.html  |   125 +
 .../fed/class-use/ReorgFEDInstruction.Rdiag.html   |   125 +
 .../fed/class-use/ReorgFEDInstruction.html         |   165 +
 .../fed/class-use/ReshapeFEDInstruction.html       |   165 +
 .../fed/class-use/SpoofFEDInstruction.html         |   165 +
 .../fed/class-use/TernaryFEDInstruction.html       |   165 +
 .../fed/class-use/TsmmFEDInstruction.html          |   165 +
 .../fed/class-use/UnaryFEDInstruction.html         |   201 +
 .../fed/class-use/UnaryMatrixFEDInstruction.html   |   165 +
 .../fed/class-use/VariableFEDInstruction.html      |   165 +
 .../runtime/instructions/fed/package-frame.html    |    68 +
 .../runtime/instructions/fed/package-summary.html  |   334 +
 .../runtime/instructions/fed/package-tree.html     |   220 +
 .../runtime/instructions/fed/package-use.html      |   330 +
 .../gpu/AggregateBinaryGPUInstruction.html         |   340 +
 .../gpu/AggregateUnaryGPUInstruction.html          |   341 +
 .../gpu/ArithmeticBinaryGPUInstruction.html        |   321 +
 .../gpu/BuiltinBinaryGPUInstruction.html           |   321 +
 .../gpu/BuiltinUnaryGPUInstruction.html            |   334 +
 .../instructions/gpu/DnnGPUInstruction.html        |   651 +
 .../gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html    |   490 +
 .../runtime/instructions/gpu/GPUInstruction.html   |  1889 +
 .../instructions/gpu/MMTSJGPUInstruction.html      |   353 +
 .../gpu/MatrixAppendGPUInstruction.html            |   341 +
 .../gpu/MatrixBuiltinGPUInstruction.html           |   339 +
 .../gpu/MatrixIndexingGPUInstruction.html          |   367 +
 .../gpu/MatrixMatrixArithmeticGPUInstruction.html  |   339 +
 .../gpu/MatrixMatrixAxpyGPUInstruction.html        |   345 +
 .../gpu/MatrixMatrixBuiltinGPUInstruction.html     |   339 +
 ...MatrixMatrixRelationalBinaryGPUInstruction.html |   339 +
 .../gpu/MatrixReshapeGPUInstruction.html           |   367 +
 .../gpu/RelationalBinaryGPUInstruction.html        |   321 +
 .../instructions/gpu/ReorgGPUInstruction.html      |   340 +
 .../gpu/ScalarMatrixArithmeticGPUInstruction.html  |   339 +
 .../gpu/ScalarMatrixBuiltinGPUInstruction.html     |   339 +
 ...ScalarMatrixRelationalBinaryGPUInstruction.html |   339 +
 .../gpu/SpoofCUDAInstruction.DoublePrecision.html  |   299 +
 .../gpu/SpoofCUDAInstruction.SinglePrecision.html  |   299 +
 .../instructions/gpu/SpoofCUDAInstruction.html     |   440 +
 .../class-use/AggregateBinaryGPUInstruction.html   |   165 +
 .../class-use/AggregateUnaryGPUInstruction.html    |   165 +
 .../class-use/ArithmeticBinaryGPUInstruction.html  |   186 +
 .../gpu/class-use/BuiltinBinaryGPUInstruction.html |   182 +
 .../gpu/class-use/BuiltinUnaryGPUInstruction.html  |   178 +
 .../gpu/class-use/DnnGPUInstruction.html           |   165 +
 .../GPUInstruction.GPUINSTRUCTION_TYPE.html        |   214 +
 .../instructions/gpu/class-use/GPUInstruction.html |   276 +
 .../gpu/class-use/MMTSJGPUInstruction.html         |   165 +
 .../gpu/class-use/MatrixAppendGPUInstruction.html  |   165 +
 .../gpu/class-use/MatrixBuiltinGPUInstruction.html |   125 +
 .../class-use/MatrixIndexingGPUInstruction.html    |   165 +
 .../MatrixMatrixArithmeticGPUInstruction.html      |   125 +
 .../class-use/MatrixMatrixAxpyGPUInstruction.html  |   165 +
 .../MatrixMatrixBuiltinGPUInstruction.html         |   125 +
 ...MatrixMatrixRelationalBinaryGPUInstruction.html |   125 +
 .../gpu/class-use/MatrixReshapeGPUInstruction.html |   165 +
 .../class-use/RelationalBinaryGPUInstruction.html  |   182 +
 .../gpu/class-use/ReorgGPUInstruction.html         |   165 +
 .../ScalarMatrixArithmeticGPUInstruction.html      |   125 +
 .../ScalarMatrixBuiltinGPUInstruction.html         |   125 +
 ...ScalarMatrixRelationalBinaryGPUInstruction.html |   125 +
 .../SpoofCUDAInstruction.DoublePrecision.html      |   125 +
 .../SpoofCUDAInstruction.SinglePrecision.html      |   125 +
 .../gpu/class-use/SpoofCUDAInstruction.html        |   165 +
 .../instructions/gpu/context/CSRPointer.html       |   728 +
 .../gpu/context/CudaMemoryAllocator.html           |   363 +
 .../instructions/gpu/context/ExecutionConfig.html  |   568 +
 .../instructions/gpu/context/GPUContext.html       |   723 +
 .../instructions/gpu/context/GPUContextPool.html   |   450 +
 .../gpu/context/GPULazyCudaFreeMemoryManager.html  |   416 +
 .../gpu/context/GPUMatrixMemoryManager.html        |   238 +
 .../gpu/context/GPUMemoryAllocator.html            |   304 +
 .../gpu/context/GPUMemoryEviction.html             |   293 +
 ...emoryManager.EvictionPolicyBasedComparator.html |   295 +
 .../instructions/gpu/context/GPUMemoryManager.html |   456 +
 .../instructions/gpu/context/GPUObject.html        |  1162 +
 .../instructions/gpu/context/JCudaKernels.html     |   265 +
 .../instructions/gpu/context/ShadowBuffer.html     |   372 +
 .../gpu/context/UnifiedMemoryAllocator.html        |   363 +
 .../gpu/context/class-use/CSRPointer.html          |   310 +
 .../gpu/context/class-use/CudaMemoryAllocator.html |   125 +
 .../gpu/context/class-use/ExecutionConfig.html     |   197 +
 .../gpu/context/class-use/GPUContext.html          |  1280 +
 .../gpu/context/class-use/GPUContextPool.html      |   125 +
 .../class-use/GPULazyCudaFreeMemoryManager.html    |   165 +
 .../context/class-use/GPUMatrixMemoryManager.html  |   165 +
 .../gpu/context/class-use/GPUMemoryAllocator.html  |   169 +
 .../gpu/context/class-use/GPUMemoryEviction.html   |   125 +
 ...emoryManager.EvictionPolicyBasedComparator.html |   125 +
 .../gpu/context/class-use/GPUMemoryManager.html    |   179 +
 .../gpu/context/class-use/GPUObject.html           |   312 +
 .../gpu/context/class-use/JCudaKernels.html        |   189 +
 .../gpu/context/class-use/ShadowBuffer.html        |   125 +
 .../context/class-use/UnifiedMemoryAllocator.html  |   125 +
 .../instructions/gpu/context/package-frame.html    |    37 +
 .../instructions/gpu/context/package-summary.html  |   225 +
 .../instructions/gpu/context/package-tree.html     |   155 +
 .../instructions/gpu/context/package-use.html      |   295 +
 .../runtime/instructions/gpu/package-frame.html    |    47 +
 .../runtime/instructions/gpu/package-summary.html  |   254 +
 .../runtime/instructions/gpu/package-tree.html     |   196 +
 .../runtime/instructions/gpu/package-use.html      |   229 +
 .../sysds/runtime/instructions/package-frame.html  |    30 +
 .../runtime/instructions/package-summary.html      |   182 +
 .../sysds/runtime/instructions/package-tree.html   |   159 +
 .../sysds/runtime/instructions/package-use.html    |   480 +
 .../spark/AggregateTernarySPInstruction.html       |   352 +
 ...gregateUnarySPInstruction.RDDUAggFunction2.html |   295 +
 ...eUnarySPInstruction.RDDUTensorAggFunction2.html |   293 +
 .../spark/AggregateUnarySPInstruction.html         |   380 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   294 +
 .../spark/AppendGAlignedSPInstruction.html         |   368 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   296 +
 .../spark/AppendGSPInstruction.ShiftMatrix.html    |   296 +
 .../instructions/spark/AppendGSPInstruction.html   |   372 +
 .../instructions/spark/AppendMSPInstruction.html   |   338 +
 .../instructions/spark/AppendRSPInstruction.html   |   338 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   294 +
 .../spark/BinUaggChainSPInstruction.html           |   371 +
 .../spark/BinaryFrameFrameSPInstruction.html       |   351 +
 .../spark/BinaryFrameMatrixSPInstruction.html      |   351 +
 .../spark/BinaryFrameScalarSPInstruction.html      |   351 +
 .../spark/BinaryMatrixBVectorSPInstruction.html    |   351 +
 .../spark/BinaryMatrixMatrixSPInstruction.html     |   351 +
 .../spark/BinaryMatrixScalarSPInstruction.html     |   351 +
 .../instructions/spark/BinarySPInstruction.html    |   333 +
 .../BinaryTensorTensorBroadcastSPInstruction.html  |   351 +
 .../spark/BinaryTensorTensorSPInstruction.html     |   351 +
 ...BuiltinNarySPInstruction.PadBlocksFunction.html |   292 +
 .../spark/BuiltinNarySPInstruction.html            |   370 +
 .../spark/CSVReblockSPInstruction.html             |   357 +
 .../instructions/spark/CastSPInstruction.html      |   357 +
 .../spark/CentralMomentSPInstruction.html          |   357 +
 .../spark/CheckpointSPInstruction.html             |   357 +
 ...mpressionSPInstruction.CompressionFunction.html |   292 +
 ...nSPInstruction.CompressionWorkloadFunction.html |   292 +
 .../CompressionSPInstruction.SizeFunction.html     |   292 +
 .../spark/CompressionSPInstruction.html            |   389 +
 .../spark/ComputationSPInstruction.html            |   407 +
 .../spark/CovarianceSPInstruction.html             |   357 +
 .../instructions/spark/CpmmSPInstruction.html      |   363 +
 .../CtableSPInstruction.MapJoinSignature1.html     |   292 +
 .../CtableSPInstruction.MapJoinSignature2.html     |   292 +
 .../CtableSPInstruction.MapJoinSignature3.html     |   292 +
 .../instructions/spark/CtableSPInstruction.html    |   371 +
 .../spark/CumulativeAggregateSPInstruction.html    |   369 +
 .../spark/CumulativeOffsetSPInstruction.html       |   357 +
 ...ressionSPInstruction.DeCompressionFunction.html |   292 +
 .../spark/DeCompressionSPInstruction.html          |   368 +
 .../instructions/spark/DnnSPInstruction.html       |   357 +
 .../spark/FrameAppendMSPInstruction.html           |   356 +
 .../spark/FrameAppendRSPInstruction.html           |   356 +
 .../spark/FrameIndexingSPInstruction.html          |   357 +
 .../instructions/spark/IndexingSPInstruction.html  |   339 +
 .../spark/LIBSVMReblockSPInstruction.html          |   357 +
 .../spark/MapmmChainSPInstruction.html             |   322 +
 .../instructions/spark/MapmmSPInstruction.html     |   357 +
 .../spark/MatrixAppendMSPInstruction.html          |   356 +
 .../spark/MatrixAppendRSPInstruction.html          |   356 +
 .../spark/MatrixIndexingSPInstruction.html         |   467 +
 .../spark/MatrixReshapeSPInstruction.html          |   357 +
 ...PInstruction.TransformEncodeBuild2Function.html |   292 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   295 +
 ...PInstruction.TransformEncodeGroup2Function.html |   292 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   298 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   381 +
 .../instructions/spark/PMapmmSPInstruction.html    |   359 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   294 +
 ...iltinSPInstruction.RDDFrameReplaceFunction.html |   291 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   298 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   297 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   300 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   296 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   298 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   291 +
 ...edBuiltinSPInstruction.RDDTokenizeFunction.html |   294 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   294 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   294 +
 ...struction.RDDTransformDecodeExpandFunction.html |   294 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   294 +
 .../spark/ParameterizedBuiltinSPInstruction.html   |   469 +
 .../instructions/spark/PmmSPInstruction.html       |   357 +
 .../spark/QuantilePickSPInstruction.html           |   357 +
 .../spark/QuantileSortSPInstruction.html           |   362 +
 .../spark/QuaternarySPInstruction.html             |   352 +
 .../instructions/spark/RandSPInstruction.html      |   514 +
 .../instructions/spark/ReblockSPInstruction.html   |   384 +
 .../instructions/spark/ReorgSPInstruction.html     |   357 +
 .../instructions/spark/RmmSPInstruction.html       |   357 +
 .../instructions/spark/SPInstruction.SPType.html   |   874 +
 .../runtime/instructions/spark/SPInstruction.html  |   421 +
 ...SPInstruction.ReplicateRightFactorFunction.html |   294 +
 .../instructions/spark/SpoofSPInstruction.html     |   372 +
 .../instructions/spark/TernarySPInstruction.html   |   352 +
 .../instructions/spark/Tsmm2SPInstruction.html     |   357 +
 .../instructions/spark/TsmmSPInstruction.html      |   357 +
 .../spark/UaggOuterChainSPInstruction.html         |   360 +
 .../spark/UnaryFrameSPInstruction.html             |   370 +
 .../spark/UnaryMatrixSPInstruction.html            |   357 +
 .../instructions/spark/UnarySPInstruction.html     |   293 +
 .../instructions/spark/WriteSPInstruction.html     |   439 +
 .../instructions/spark/ZipmmSPInstruction.html     |   357 +
 .../class-use/AggregateTernarySPInstruction.html   |   165 +
 ...gregateUnarySPInstruction.RDDUAggFunction2.html |   125 +
 ...eUnarySPInstruction.RDDUTensorAggFunction2.html |   125 +
 .../class-use/AggregateUnarySPInstruction.html     |   178 +
 ...pendGAlignedSPInstruction.ShiftColumnIndex.html |   125 +
 .../class-use/AppendGAlignedSPInstruction.html     |   165 +
 ...ppendGSPInstruction.MergeWithShiftedBlocks.html |   125 +
 .../AppendGSPInstruction.ShiftMatrix.html          |   125 +
 .../spark/class-use/AppendGSPInstruction.html      |   165 +
 .../spark/class-use/AppendMSPInstruction.html      |   182 +
 .../spark/class-use/AppendRSPInstruction.html      |   182 +
 ...ChainSPInstruction.RDDBinUaggChainFunction.html |   125 +
 .../spark/class-use/BinUaggChainSPInstruction.html |   165 +
 .../class-use/BinaryFrameFrameSPInstruction.html   |   125 +
 .../class-use/BinaryFrameMatrixSPInstruction.html  |   125 +
 .../class-use/BinaryFrameScalarSPInstruction.html  |   125 +
 .../BinaryMatrixBVectorSPInstruction.html          |   125 +
 .../class-use/BinaryMatrixMatrixSPInstruction.html |   125 +
 .../class-use/BinaryMatrixScalarSPInstruction.html |   125 +
 .../spark/class-use/BinarySPInstruction.html       |   286 +
 .../BinaryTensorTensorBroadcastSPInstruction.html  |   125 +
 .../class-use/BinaryTensorTensorSPInstruction.html |   125 +
 ...BuiltinNarySPInstruction.PadBlocksFunction.html |   125 +
 .../spark/class-use/BuiltinNarySPInstruction.html  |   165 +
 .../spark/class-use/CSVReblockSPInstruction.html   |   165 +
 .../spark/class-use/CastSPInstruction.html         |   165 +
 .../class-use/CentralMomentSPInstruction.html      |   165 +
 .../spark/class-use/CheckpointSPInstruction.html   |   165 +
 ...mpressionSPInstruction.CompressionFunction.html |   125 +
 ...nSPInstruction.CompressionWorkloadFunction.html |   125 +
 .../CompressionSPInstruction.SizeFunction.html     |   125 +
 .../spark/class-use/CompressionSPInstruction.html  |   165 +
 .../spark/class-use/ComputationSPInstruction.html  |   409 +
 .../spark/class-use/CovarianceSPInstruction.html   |   165 +
 .../spark/class-use/CpmmSPInstruction.html         |   165 +
 .../CtableSPInstruction.MapJoinSignature1.html     |   125 +
 .../CtableSPInstruction.MapJoinSignature2.html     |   125 +
 .../CtableSPInstruction.MapJoinSignature3.html     |   125 +
 .../spark/class-use/CtableSPInstruction.html       |   165 +
 .../CumulativeAggregateSPInstruction.html          |   165 +
 .../class-use/CumulativeOffsetSPInstruction.html   |   165 +
 ...ressionSPInstruction.DeCompressionFunction.html |   125 +
 .../class-use/DeCompressionSPInstruction.html      |   165 +
 .../spark/class-use/DnnSPInstruction.html          |   165 +
 .../spark/class-use/FrameAppendMSPInstruction.html |   125 +
 .../spark/class-use/FrameAppendRSPInstruction.html |   125 +
 .../class-use/FrameIndexingSPInstruction.html      |   125 +
 .../spark/class-use/IndexingSPInstruction.html     |   186 +
 .../class-use/LIBSVMReblockSPInstruction.html      |   165 +
 .../spark/class-use/MapmmChainSPInstruction.html   |   165 +
 .../spark/class-use/MapmmSPInstruction.html        |   165 +
 .../class-use/MatrixAppendMSPInstruction.html      |   125 +
 .../class-use/MatrixAppendRSPInstruction.html      |   125 +
 .../class-use/MatrixIndexingSPInstruction.html     |   125 +
 .../class-use/MatrixReshapeSPInstruction.html      |   165 +
 ...PInstruction.TransformEncodeBuild2Function.html |   125 +
 ...SPInstruction.TransformEncodeBuildFunction.html |   125 +
 ...PInstruction.TransformEncodeGroup2Function.html |   125 +
 ...SPInstruction.TransformEncodeGroupFunction.html |   125 +
 ...ltiReturnParameterizedBuiltinSPInstruction.html |   165 +
 .../spark/class-use/PMapmmSPInstruction.html       |   165 +
 ...rizedBuiltinSPInstruction.CreateMatrixCell.html |   125 +
 ...iltinSPInstruction.RDDFrameReplaceFunction.html |   125 +
 ...ltinSPInstruction.RDDMapGroupedAggFunction.html |   125 +
 ...tinSPInstruction.RDDMapGroupedAggFunction2.html |   125 +
 ...zedBuiltinSPInstruction.RDDRExpandFunction.html |   125 +
 ...uiltinSPInstruction.RDDRemoveEmptyFunction.html |   125 +
 ...nSPInstruction.RDDRemoveEmptyFunctionInMem.html |   125 +
 ...zedBuiltinSPInstruction.RDDReplaceFunction.html |   125 +
 ...edBuiltinSPInstruction.RDDTokenizeFunction.html |   125 +
 ...tinSPInstruction.RDDTransformApplyFunction.html |   125 +
 ...nstruction.RDDTransformApplyOffsetFunction.html |   125 +
 ...struction.RDDTransformDecodeExpandFunction.html |   125 +
 ...inSPInstruction.RDDTransformDecodeFunction.html |   125 +
 .../ParameterizedBuiltinSPInstruction.html         |   165 +
 .../spark/class-use/PmmSPInstruction.html          |   165 +
 .../spark/class-use/QuantilePickSPInstruction.html |   165 +
 .../spark/class-use/QuantileSortSPInstruction.html |   165 +
 .../spark/class-use/QuaternarySPInstruction.html   |   165 +
 .../spark/class-use/RandSPInstruction.html         |   165 +
 .../spark/class-use/ReblockSPInstruction.html      |   165 +
 .../spark/class-use/ReorgSPInstruction.html        |   165 +
 .../spark/class-use/RmmSPInstruction.html          |   165 +
 .../spark/class-use/SPInstruction.SPType.html      |   231 +
 .../spark/class-use/SPInstruction.html             |   456 +
 ...SPInstruction.ReplicateRightFactorFunction.html |   125 +
 .../spark/class-use/SpoofSPInstruction.html        |   165 +
 .../spark/class-use/TernarySPInstruction.html      |   165 +
 .../spark/class-use/Tsmm2SPInstruction.html        |   165 +
 .../spark/class-use/TsmmSPInstruction.html         |   165 +
 .../class-use/UaggOuterChainSPInstruction.html     |   165 +
 .../spark/class-use/UnaryFrameSPInstruction.html   |   165 +
 .../spark/class-use/UnaryMatrixSPInstruction.html  |   125 +
 .../spark/class-use/UnarySPInstruction.html        |   278 +
 .../spark/class-use/WriteSPInstruction.html        |   165 +
 .../spark/class-use/ZipmmSPInstruction.html        |   165 +
 .../instructions/spark/data/BlockPartitioner.html  |   354 +
 .../instructions/spark/data/BroadcastObject.html   |   366 +
 .../instructions/spark/data/CorrMatrixBlock.html   |   389 +
 .../instructions/spark/data/DatasetObject.html     |   326 +
 .../spark/data/FrameReblockBuffer.html             |   366 +
 .../spark/data/IndexedMatrixValue.html             |   364 +
 .../spark/data/LazyIterableIterator.html           |   350 +
 .../instructions/spark/data/LineageObject.html     |   320 +
 .../instructions/spark/data/PartitionedBlock.html  |   568 +
 .../spark/data/PartitionedBroadcast.html           |   482 +
 .../runtime/instructions/spark/data/RDDObject.html |   464 +
 .../instructions/spark/data/ReblockBuffer.html     |   366 +
 .../instructions/spark/data/RowMatrixBlock.html    |   377 +
 .../instructions/spark/data/SerLongWritable.html   |   276 +
 .../runtime/instructions/spark/data/SerText.html   |   310 +
 .../spark/data/class-use/BlockPartitioner.html     |   125 +
 .../spark/data/class-use/BroadcastObject.html      |   178 +
 .../spark/data/class-use/CorrMatrixBlock.html      |   166 +
 .../spark/data/class-use/DatasetObject.html        |   125 +
 .../spark/data/class-use/FrameReblockBuffer.html   |   125 +
 .../spark/data/class-use/IndexedMatrixValue.html   |   579 +
 .../spark/data/class-use/LazyIterableIterator.html |   177 +
 .../spark/data/class-use/LineageObject.html        |   199 +
 .../spark/data/class-use/PartitionedBlock.html     |   192 +
 .../spark/data/class-use/PartitionedBroadcast.html |   288 +
 .../spark/data/class-use/RDDObject.html            |   232 +
 .../spark/data/class-use/ReblockBuffer.html        |   125 +
 .../spark/data/class-use/RowMatrixBlock.html       |   167 +
 .../spark/data/class-use/SerLongWritable.html      |   125 +
 .../instructions/spark/data/class-use/SerText.html |   125 +
 .../instructions/spark/data/package-frame.html     |    34 +
 .../instructions/spark/data/package-summary.html   |   218 +
 .../instructions/spark/data/package-tree.html      |   171 +
 .../instructions/spark/data/package-use.html       |   376 +
 .../functions/AggregateDropCorrectionFunction.html |   288 +
 .../functions/ComputeBinaryBlockNnzFunction.html   |   285 +
 .../functions/ConvertFrameBlockToIJVLines.html     |   288 +
 .../functions/ConvertMatrixBlockToIJVLines.html    |   285 +
 .../functions/ConvertStringToLongTextPair.html     |   285 +
 .../spark/functions/CopyBinaryCellFunction.html    |   288 +
 .../spark/functions/CopyFrameBlockFunction.html    |   302 +
 .../functions/CopyFrameBlockPairFunction.html      |   303 +
 .../spark/functions/CopyMatrixBlockFunction.html   |   302 +
 .../functions/CopyMatrixBlockPairFunction.html     |   303 +
 .../spark/functions/CopyTensorBlockFunction.html   |   302 +
 .../functions/CopyTensorBlockPairFunction.html     |   303 +
 .../spark/functions/CopyTextInputFunction.html     |   288 +
 .../spark/functions/CreateSparseBlockFunction.html |   291 +
 .../functions/ExtractBlockForBinaryReblock.html    |   290 +
 .../ExtractGroup.ExtractGroupBroadcast.html        |   318 +
 .../functions/ExtractGroup.ExtractGroupJoin.html   |   316 +
 .../instructions/spark/functions/ExtractGroup.html |   278 +
 .../spark/functions/ExtractGroupNWeights.html      |   288 +
 .../functions/FilterDiagMatrixBlocksFunction.html  |   288 +
 .../functions/FilterNonEmptyBlocksFunction.html    |   288 +
 .../functions/FilterNonEmptyBlocksFunction2.html   |   288 +
 .../spark/functions/GetMIMBFromRow.html            |   288 +
 .../spark/functions/IsBlockInList.html             |   290 +
 .../spark/functions/IsBlockInRange.html            |   296 +
 .../spark/functions/IsFrameBlockInRange.html       |   292 +
 .../spark/functions/MapInputSignature.html         |   288 +
 .../spark/functions/MapJoinSignature.html          |   288 +
 .../functions/MatrixMatrixBinaryOpFunction.html    |   288 +
 .../spark/functions/MatrixScalarUnaryFunction.html |   288 +
 .../MatrixVectorBinaryOpPartitionFunction.html     |   292 +
 .../functions/OuterVectorBinaryOpFunction.html     |   290 +
 .../functions/PerformGroupByAggInCombiner.html     |   290 +
 .../functions/PerformGroupByAggInReducer.html      |   288 +
 .../spark/functions/ReblockTensorFunction.html     |   290 +
 .../spark/functions/RecomputeNnzFunction.html      |   288 +
 .../spark/functions/ReorgMapFunction.html          |   288 +
 .../spark/functions/ReplicateBlockFunction.html    |   310 +
 .../spark/functions/ReplicateTensorFunction.html   |   290 +
 .../spark/functions/ReplicateVectorFunction.html   |   290 +
 .../functions/TensorTensorBinaryOpFunction.html    |   288 +
 .../TensorTensorBinaryOpPartitionFunction.html     |   292 +
 .../class-use/AggregateDropCorrectionFunction.html |   125 +
 .../class-use/ComputeBinaryBlockNnzFunction.html   |   125 +
 .../class-use/ConvertFrameBlockToIJVLines.html     |   125 +
 .../class-use/ConvertMatrixBlockToIJVLines.html    |   125 +
 .../class-use/ConvertStringToLongTextPair.html     |   125 +
 .../class-use/CopyBinaryCellFunction.html          |   125 +
 .../class-use/CopyFrameBlockFunction.html          |   125 +
 .../class-use/CopyFrameBlockPairFunction.html      |   125 +
 .../class-use/CopyMatrixBlockFunction.html         |   125 +
 .../class-use/CopyMatrixBlockPairFunction.html     |   125 +
 .../class-use/CopyTensorBlockFunction.html         |   125 +
 .../class-use/CopyTensorBlockPairFunction.html     |   125 +
 .../functions/class-use/CopyTextInputFunction.html |   125 +
 .../class-use/CreateSparseBlockFunction.html       |   125 +
 .../class-use/ExtractBlockForBinaryReblock.html    |   125 +
 .../ExtractGroup.ExtractGroupBroadcast.html        |   125 +
 .../class-use/ExtractGroup.ExtractGroupJoin.html   |   125 +
 .../spark/functions/class-use/ExtractGroup.html    |   169 +
 .../functions/class-use/ExtractGroupNWeights.html  |   125 +
 .../class-use/FilterDiagMatrixBlocksFunction.html  |   125 +
 .../class-use/FilterNonEmptyBlocksFunction.html    |   125 +
 .../class-use/FilterNonEmptyBlocksFunction2.html   |   125 +
 .../spark/functions/class-use/GetMIMBFromRow.html  |   125 +
 .../spark/functions/class-use/IsBlockInList.html   |   125 +
 .../spark/functions/class-use/IsBlockInRange.html  |   125 +
 .../functions/class-use/IsFrameBlockInRange.html   |   125 +
 .../functions/class-use/MapInputSignature.html     |   125 +
 .../functions/class-use/MapJoinSignature.html      |   125 +
 .../class-use/MatrixMatrixBinaryOpFunction.html    |   125 +
 .../class-use/MatrixScalarUnaryFunction.html       |   125 +
 .../MatrixVectorBinaryOpPartitionFunction.html     |   125 +
 .../class-use/OuterVectorBinaryOpFunction.html     |   125 +
 .../class-use/PerformGroupByAggInCombiner.html     |   125 +
 .../class-use/PerformGroupByAggInReducer.html      |   125 +
 .../functions/class-use/ReblockTensorFunction.html |   125 +
 .../functions/class-use/RecomputeNnzFunction.html  |   125 +
 .../functions/class-use/ReorgMapFunction.html      |   125 +
 .../class-use/ReplicateBlockFunction.html          |   125 +
 .../class-use/ReplicateTensorFunction.html         |   125 +
 .../class-use/ReplicateVectorFunction.html         |   125 +
 .../class-use/TensorTensorBinaryOpFunction.html    |   125 +
 .../TensorTensorBinaryOpPartitionFunction.html     |   125 +
 .../spark/functions/package-frame.html             |    61 +
 .../spark/functions/package-summary.html           |   321 +
 .../instructions/spark/functions/package-tree.html |   182 +
 .../instructions/spark/functions/package-use.html  |   158 +
 .../runtime/instructions/spark/package-frame.html  |   118 +
 .../instructions/spark/package-summary.html        |   566 +
 .../runtime/instructions/spark/package-tree.html   |   272 +
 .../runtime/instructions/spark/package-use.html    |   340 +
 .../spark/utils/FrameRDDAggregateUtils.html        |   272 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   292 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   292 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   292 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   292 +
 .../spark/utils/FrameRDDConverterUtils.html        |   651 +
 .../spark/utils/RDDAggregateUtils.html             |   635 +
 ...erterUtils.BinaryCellToBinaryBlockFunction.html |   292 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   292 +
 .../spark/utils/RDDConverterUtils.html             |   645 +
 .../spark/utils/RDDConverterUtilsExt.AddRowID.html |   292 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   346 +
 .../spark/utils/RDDConverterUtilsExt.html          |   508 +
 .../spark/utils/RDDSortUtils.IndexComparator.html  |   298 +
 .../spark/utils/RDDSortUtils.IndexComparator2.html |   298 +
 .../instructions/spark/utils/RDDSortUtils.html     |   489 +
 .../instructions/spark/utils/SparkUtils.html       |   792 +
 .../utils/class-use/FrameRDDAggregateUtils.html    |   125 +
 ...Utils.LongFrameToLongWritableFrameFunction.html |   125 +
 ...Utils.LongWritableFrameToLongFrameFunction.html |   125 +
 ...erUtils.LongWritableTextToLongTextFunction.html |   125 +
 ...DDConverterUtils.LongWritableToSerFunction.html |   125 +
 .../utils/class-use/FrameRDDConverterUtils.html    |   125 +
 .../spark/utils/class-use/RDDAggregateUtils.html   |   125 +
 ...erterUtils.BinaryCellToBinaryBlockFunction.html |   125 +
 ...DConverterUtils.DataFrameExtractIDFunction.html |   125 +
 .../spark/utils/class-use/RDDConverterUtils.html   |   125 +
 .../class-use/RDDConverterUtilsExt.AddRowID.html   |   125 +
 .../RDDConverterUtilsExt.RDDConverterTypes.html    |   174 +
 .../utils/class-use/RDDConverterUtilsExt.html      |   125 +
 .../class-use/RDDSortUtils.IndexComparator.html    |   125 +
 .../class-use/RDDSortUtils.IndexComparator2.html   |   125 +
 .../spark/utils/class-use/RDDSortUtils.html        |   125 +
 .../spark/utils/class-use/SparkUtils.html          |   125 +
 .../instructions/spark/utils/package-frame.html    |    39 +
 .../instructions/spark/utils/package-summary.html  |   222 +
 .../instructions/spark/utils/package-tree.html     |   165 +
 .../instructions/spark/utils/package-use.html      |   158 +
 ...BlockSerialization.MatrixBlockDeserializer.html |   328 +
 ...ryBlockSerialization.MatrixBlockSerializer.html |   328 +
 .../sysds/runtime/io/BinaryBlockSerialization.html |   340 +
 .../sysds/runtime/io/FileFormatProperties.html     |   327 +
 .../sysds/runtime/io/FileFormatPropertiesCSV.html  |   489 +
 .../sysds/runtime/io/FileFormatPropertiesHDF5.html |   322 +
 .../runtime/io/FileFormatPropertiesLIBSVM.html     |   392 +
 .../runtime/io/FileFormatPropertiesMM.MMField.html |   387 +
 .../io/FileFormatPropertiesMM.MMFormat.html        |   363 +
 .../io/FileFormatPropertiesMM.MMSymmetry.html      |   375 +
 .../sysds/runtime/io/FileFormatPropertiesMM.html   |   414 +
 .../org/apache/sysds/runtime/io/FrameReader.html   |   458 +
 .../sysds/runtime/io/FrameReaderBinaryBlock.html   |   361 +
 .../runtime/io/FrameReaderBinaryBlockParallel.html |   263 +
 .../sysds/runtime/io/FrameReaderFactory.html       |   287 +
 .../apache/sysds/runtime/io/FrameReaderJSONL.html  |   293 +
 .../sysds/runtime/io/FrameReaderJSONLParallel.html |   250 +
 .../apache/sysds/runtime/io/FrameReaderProto.html  |   324 +
 .../sysds/runtime/io/FrameReaderTextCSV.html       |   336 +
 .../runtime/io/FrameReaderTextCSVParallel.html     |   263 +
 .../sysds/runtime/io/FrameReaderTextCell.html      |   336 +
 .../io/FrameReaderTextCellParallel.ReadTask.html   |   294 +
 .../runtime/io/FrameReaderTextCellParallel.html    |   282 +
 .../org/apache/sysds/runtime/io/FrameWriter.html   |   323 +
 .../sysds/runtime/io/FrameWriterBinaryBlock.html   |   304 +
 .../runtime/io/FrameWriterBinaryBlockParallel.html |   263 +
 .../sysds/runtime/io/FrameWriterFactory.html       |   287 +
 .../apache/sysds/runtime/io/FrameWriterJSONL.html  |   293 +
 .../sysds/runtime/io/FrameWriterJSONLParallel.html |   250 +
 .../apache/sysds/runtime/io/FrameWriterProto.html  |   297 +
 .../sysds/runtime/io/FrameWriterTextCSV.html       |   344 +
 .../runtime/io/FrameWriterTextCSVParallel.html     |   278 +
 .../sysds/runtime/io/FrameWriterTextCell.html      |   304 +
 .../runtime/io/FrameWriterTextCellParallel.html    |   263 +
 .../runtime/io/IOUtilFunctions.CountRowsTask.html  |   310 +
 .../apache/sysds/runtime/io/IOUtilFunctions.html   |  1071 +
 .../apache/sysds/runtime/io/InputOutputInfo.html   |   481 +
 .../org/apache/sysds/runtime/io/ListReader.html    |   294 +
 .../org/apache/sysds/runtime/io/ListWriter.html    |   295 +
 .../org/apache/sysds/runtime/io/MatrixReader.html  |   323 +
 .../sysds/runtime/io/MatrixReaderFactory.html      |   285 +
 .../org/apache/sysds/runtime/io/MatrixWriter.html  |   397 +
 .../sysds/runtime/io/MatrixWriterFactory.html      |   289 +
 .../apache/sysds/runtime/io/ReadProperties.html    |   365 +
 .../apache/sysds/runtime/io/ReaderBinaryBlock.html |   367 +
 .../runtime/io/ReaderBinaryBlockParallel.html      |   306 +
 .../org/apache/sysds/runtime/io/ReaderHDF5.html    |   377 +
 .../sysds/runtime/io/ReaderHDF5Parallel.html       |   336 +
 .../org/apache/sysds/runtime/io/ReaderTextCSV.html |   324 +
 .../sysds/runtime/io/ReaderTextCSVParallel.html    |   329 +
 .../apache/sysds/runtime/io/ReaderTextCell.html    |   342 +
 .../io/ReaderTextCellParallel.CellBuffer.html      |   361 +
 .../io/ReaderTextCellParallel.CountNnzTask.html    |   296 +
 .../io/ReaderTextCellParallel.ReadTask.html        |   302 +
 .../sysds/runtime/io/ReaderTextCellParallel.html   |   300 +
 .../apache/sysds/runtime/io/ReaderTextLIBSVM.html  |   324 +
 .../sysds/runtime/io/ReaderTextLIBSVMParallel.html |   324 +
 .../sysds/runtime/io/ReaderWriterFederated.html    |   324 +
 .../org/apache/sysds/runtime/io/TensorReader.html  |   289 +
 .../sysds/runtime/io/TensorReaderBinaryBlock.html  |   296 +
 .../io/TensorReaderBinaryBlockParallel.html        |   255 +
 .../sysds/runtime/io/TensorReaderFactory.html      |   272 +
 .../sysds/runtime/io/TensorReaderTextCell.html     |   296 +
 .../runtime/io/TensorReaderTextCellParallel.html   |   255 +
 .../org/apache/sysds/runtime/io/TensorWriter.html  |   285 +
 .../sysds/runtime/io/TensorWriterBinaryBlock.html  |   292 +
 ...sorWriterBinaryBlockParallel.WriteFileTask.html |   300 +
 .../io/TensorWriterBinaryBlockParallel.html        |   274 +
 .../sysds/runtime/io/TensorWriterFactory.html      |   272 +
 .../sysds/runtime/io/TensorWriterTextCell.html     |   292 +
 .../runtime/io/TensorWriterTextCellParallel.html   |   255 +
 .../apache/sysds/runtime/io/WriterBinaryBlock.html |   346 +
 .../runtime/io/WriterBinaryBlockParallel.html      |   262 +
 .../org/apache/sysds/runtime/io/WriterHDF5.html    |   346 +
 .../sysds/runtime/io/WriterHDF5Parallel.html       |   309 +
 .../sysds/runtime/io/WriterMatrixMarket.html       |   372 +
 .../runtime/io/WriterMatrixMarketParallel.html     |   262 +
 .../org/apache/sysds/runtime/io/WriterTextCSV.html |   410 +
 .../sysds/runtime/io/WriterTextCSVParallel.html    |   277 +
 .../apache/sysds/runtime/io/WriterTextCell.html    |   346 +
 .../sysds/runtime/io/WriterTextCellParallel.html   |   262 +
 .../apache/sysds/runtime/io/WriterTextLIBSVM.html  |   346 +
 .../sysds/runtime/io/WriterTextLIBSVMParallel.html |   262 +
 ...BlockSerialization.MatrixBlockDeserializer.html |   125 +
 ...ryBlockSerialization.MatrixBlockSerializer.html |   125 +
 .../io/class-use/BinaryBlockSerialization.html     |   125 +
 .../runtime/io/class-use/FileFormatProperties.html |   461 +
 .../io/class-use/FileFormatPropertiesCSV.html      |   216 +
 .../io/class-use/FileFormatPropertiesHDF5.html     |   172 +
 .../io/class-use/FileFormatPropertiesLIBSVM.html   |   197 +
 .../class-use/FileFormatPropertiesMM.MMField.html  |   191 +
 .../class-use/FileFormatPropertiesMM.MMFormat.html |   191 +
 .../FileFormatPropertiesMM.MMSymmetry.html         |   191 +
 .../io/class-use/FileFormatPropertiesMM.html       |   213 +
 .../sysds/runtime/io/class-use/FrameReader.html    |   266 +
 .../io/class-use/FrameReaderBinaryBlock.html       |   167 +
 .../class-use/FrameReaderBinaryBlockParallel.html  |   125 +
 .../runtime/io/class-use/FrameReaderFactory.html   |   125 +
 .../runtime/io/class-use/FrameReaderJSONL.html     |   165 +
 .../io/class-use/FrameReaderJSONLParallel.html     |   125 +
 .../runtime/io/class-use/FrameReaderProto.html     |   125 +
 .../runtime/io/class-use/FrameReaderTextCSV.html   |   167 +
 .../io/class-use/FrameReaderTextCSVParallel.html   |   125 +
 .../runtime/io/class-use/FrameReaderTextCell.html  |   167 +
 .../FrameReaderTextCellParallel.ReadTask.html      |   125 +
 .../io/class-use/FrameReaderTextCellParallel.html  |   125 +
 .../sysds/runtime/io/class-use/FrameWriter.html    |   219 +
 .../io/class-use/FrameWriterBinaryBlock.html       |   167 +
 .../class-use/FrameWriterBinaryBlockParallel.html  |   125 +
 .../runtime/io/class-use/FrameWriterFactory.html   |   125 +
 .../runtime/io/class-use/FrameWriterJSONL.html     |   165 +
 .../io/class-use/FrameWriterJSONLParallel.html     |   125 +
 .../runtime/io/class-use/FrameWriterProto.html     |   125 +
 .../runtime/io/class-use/FrameWriterTextCSV.html   |   167 +
 .../io/class-use/FrameWriterTextCSVParallel.html   |   125 +
 .../runtime/io/class-use/FrameWriterTextCell.html  |   167 +
 .../io/class-use/FrameWriterTextCellParallel.html  |   125 +
 .../class-use/IOUtilFunctions.CountRowsTask.html   |   125 +
 .../runtime/io/class-use/IOUtilFunctions.html      |   125 +
 .../runtime/io/class-use/InputOutputInfo.html      |   207 +
 .../sysds/runtime/io/class-use/ListReader.html     |   125 +
 .../sysds/runtime/io/class-use/ListWriter.html     |   125 +
 .../sysds/runtime/io/class-use/MatrixReader.html   |   269 +
 .../runtime/io/class-use/MatrixReaderFactory.html  |   125 +
 .../sysds/runtime/io/class-use/MatrixWriter.html   |   228 +
 .../runtime/io/class-use/MatrixWriterFactory.html  |   125 +
 .../sysds/runtime/io/class-use/ReadProperties.html |   190 +
 .../runtime/io/class-use/ReaderBinaryBlock.html    |   165 +
 .../io/class-use/ReaderBinaryBlockParallel.html    |   125 +
 .../sysds/runtime/io/class-use/ReaderHDF5.html     |   165 +
 .../runtime/io/class-use/ReaderHDF5Parallel.html   |   125 +
 .../sysds/runtime/io/class-use/ReaderTextCSV.html  |   125 +
 .../io/class-use/ReaderTextCSVParallel.html        |   125 +
 .../sysds/runtime/io/class-use/ReaderTextCell.html |   167 +
 .../ReaderTextCellParallel.CellBuffer.html         |   125 +
 .../ReaderTextCellParallel.CountNnzTask.html       |   125 +
 .../class-use/ReaderTextCellParallel.ReadTask.html |   125 +
 .../io/class-use/ReaderTextCellParallel.html       |   125 +
 .../runtime/io/class-use/ReaderTextLIBSVM.html     |   125 +
 .../io/class-use/ReaderTextLIBSVMParallel.html     |   125 +
 .../io/class-use/ReaderWriterFederated.html        |   125 +
 .../sysds/runtime/io/class-use/TensorReader.html   |   190 +
 .../io/class-use/TensorReaderBinaryBlock.html      |   165 +
 .../class-use/TensorReaderBinaryBlockParallel.html |   125 +
 .../runtime/io/class-use/TensorReaderFactory.html  |   125 +
 .../runtime/io/class-use/TensorReaderTextCell.html |   165 +
 .../io/class-use/TensorReaderTextCellParallel.html |   125 +
 .../sysds/runtime/io/class-use/TensorWriter.html   |   190 +
 .../io/class-use/TensorWriterBinaryBlock.html      |   165 +
 ...sorWriterBinaryBlockParallel.WriteFileTask.html |   125 +
 .../class-use/TensorWriterBinaryBlockParallel.html |   125 +
 .../runtime/io/class-use/TensorWriterFactory.html  |   125 +
 .../runtime/io/class-use/TensorWriterTextCell.html |   165 +
 .../io/class-use/TensorWriterTextCellParallel.html |   125 +
 .../runtime/io/class-use/WriterBinaryBlock.html    |   165 +
 .../io/class-use/WriterBinaryBlockParallel.html    |   125 +
 .../sysds/runtime/io/class-use/WriterHDF5.html     |   165 +
 .../runtime/io/class-use/WriterHDF5Parallel.html   |   125 +
 .../runtime/io/class-use/WriterMatrixMarket.html   |   165 +
 .../io/class-use/WriterMatrixMarketParallel.html   |   125 +
 .../sysds/runtime/io/class-use/WriterTextCSV.html  |   165 +
 .../io/class-use/WriterTextCSVParallel.html        |   125 +
 .../sysds/runtime/io/class-use/WriterTextCell.html |   165 +
 .../io/class-use/WriterTextCellParallel.html       |   125 +
 .../runtime/io/class-use/WriterTextLIBSVM.html     |   165 +
 .../io/class-use/WriterTextLIBSVMParallel.html     |   125 +
 .../java/org/apache/sysds/runtime/io/hdf5/H5.html  |   400 +
 .../org/apache/sysds/runtime/io/hdf5/H5BTree.html  |   339 +
 .../sysds/runtime/io/hdf5/H5BufferBuilder.html     |   445 +
 .../apache/sysds/runtime/io/hdf5/H5Constants.html  |   431 +
 .../sysds/runtime/io/hdf5/H5ContiguousDataset.html |   287 +
 .../sysds/runtime/io/hdf5/H5DoubleDataType.html    |   520 +
 .../runtime/io/hdf5/H5GroupSymbolTableNode.html    |   329 +
 .../apache/sysds/runtime/io/hdf5/H5LocalHeap.html  |   359 +
 .../sysds/runtime/io/hdf5/H5ObjectHeader.html      |   353 +
 .../apache/sysds/runtime/io/hdf5/H5RootObject.html |   819 +
 .../sysds/runtime/io/hdf5/H5RuntimeException.html  |   319 +
 .../apache/sysds/runtime/io/hdf5/H5Superblock.html |   478 +
 .../sysds/runtime/io/hdf5/H5SymbolTableEntry.html  |   384 +
 .../org/apache/sysds/runtime/io/hdf5/Utils.html    |   313 +
 .../apache/sysds/runtime/io/hdf5/class-use/H5.html |   125 +
 .../sysds/runtime/io/hdf5/class-use/H5BTree.html   |   125 +
 .../runtime/io/hdf5/class-use/H5BufferBuilder.html |   265 +
 .../runtime/io/hdf5/class-use/H5Constants.html     |   125 +
 .../io/hdf5/class-use/H5ContiguousDataset.html     |   187 +
 .../io/hdf5/class-use/H5DoubleDataType.html        |   178 +
 .../io/hdf5/class-use/H5GroupSymbolTableNode.html  |   125 +
 .../runtime/io/hdf5/class-use/H5LocalHeap.html     |   125 +
 .../runtime/io/hdf5/class-use/H5ObjectHeader.html  |   164 +
 .../runtime/io/hdf5/class-use/H5RootObject.html    |   384 +
 .../io/hdf5/class-use/H5RuntimeException.html      |   125 +
 .../runtime/io/hdf5/class-use/H5Superblock.html    |   178 +
 .../io/hdf5/class-use/H5SymbolTableEntry.html      |   178 +
 .../sysds/runtime/io/hdf5/class-use/Utils.html     |   125 +
 .../io/hdf5/message/H5DataLayoutMessage.html       |   332 +
 .../io/hdf5/message/H5DataSpaceMessage.html        |   328 +
 .../runtime/io/hdf5/message/H5DataTypeMessage.html |   317 +
 .../io/hdf5/message/H5FillValueMessage.html        |   360 +
 .../sysds/runtime/io/hdf5/message/H5Message.html   |   280 +
 .../runtime/io/hdf5/message/H5NilMessage.html      |   302 +
 .../message/H5ObjectModificationTimeMessage.html   |   330 +
 .../io/hdf5/message/H5SymbolTableMessage.html      |   332 +
 .../message/class-use/H5DataLayoutMessage.html     |   125 +
 .../hdf5/message/class-use/H5DataSpaceMessage.html |   125 +
 .../hdf5/message/class-use/H5DataTypeMessage.html  |   165 +
 .../hdf5/message/class-use/H5FillValueMessage.html |   125 +
 .../io/hdf5/message/class-use/H5Message.html       |   246 +
 .../io/hdf5/message/class-use/H5NilMessage.html    |   125 +
 .../class-use/H5ObjectModificationTimeMessage.html |   125 +
 .../message/class-use/H5SymbolTableMessage.html    |   125 +
 .../runtime/io/hdf5/message/package-frame.html     |    27 +
 .../runtime/io/hdf5/message/package-summary.html   |   171 +
 .../runtime/io/hdf5/message/package-tree.html      |   148 +
 .../sysds/runtime/io/hdf5/message/package-use.html |   180 +
 .../sysds/runtime/io/hdf5/package-frame.html       |    36 +
 .../sysds/runtime/io/hdf5/package-summary.html     |   206 +
 .../apache/sysds/runtime/io/hdf5/package-tree.html |   171 +
 .../apache/sysds/runtime/io/hdf5/package-use.html  |   198 +
 .../org/apache/sysds/runtime/io/package-frame.html |   104 +
 .../apache/sysds/runtime/io/package-summary.html   |   522 +
 .../org/apache/sysds/runtime/io/package-tree.html  |   315 +
 .../org/apache/sysds/runtime/io/package-use.html   |   419 +
 .../sysds/runtime/iogen/CustomProperties.html      |   462 +
 .../sysds/runtime/iogen/FastStringTokenizer.html   |   359 +
 ...rameGenerateReader.FrameReaderRowIrregular.html |   281 +
 ...teReader.FrameReaderRowRegularColIrregular.html |   281 +
 ...rateReader.FrameReaderRowRegularColRegular.html |   281 +
 .../sysds/runtime/iogen/FrameGenerateReader.html   |   362 +
 .../iogen/GenerateReader.GenerateReaderFrame.html  |   325 +
 .../iogen/GenerateReader.GenerateReaderMatrix.html |   325 +
 .../apache/sysds/runtime/iogen/GenerateReader.html |   270 +
 ...rixGenerateReader.MatrixReaderRowIrregular.html |   274 +
 ...eReader.MatrixReaderRowRegularColIrregular.html |   274 +
 ...ateReader.MatrixReaderRowRegularColRegular.html |   274 +
 .../sysds/runtime/iogen/MatrixGenerateReader.html  |   355 +
 .../org/apache/sysds/runtime/iogen/RawRow.html     |   503 +
 .../iogen/ReaderMapping.FrameReaderMapping.html    |   276 +
 .../iogen/ReaderMapping.MatrixReaderMapping.html   |   276 +
 .../apache/sysds/runtime/iogen/ReaderMapping.html  |   392 +
 .../sysds/runtime/iogen/SampleProperties.html      |   377 +
 .../sysds/runtime/iogen/ValueTrimFormat.html       |   462 +
 .../runtime/iogen/class-use/CustomProperties.html  |   205 +
 .../iogen/class-use/FastStringTokenizer.html       |   125 +
 ...rameGenerateReader.FrameReaderRowIrregular.html |   125 +
 ...teReader.FrameReaderRowRegularColIrregular.html |   125 +
 ...rateReader.FrameReaderRowRegularColRegular.html |   125 +
 .../iogen/class-use/FrameGenerateReader.html       |   173 +
 .../GenerateReader.GenerateReaderFrame.html        |   125 +
 .../GenerateReader.GenerateReaderMatrix.html       |   125 +
 .../runtime/iogen/class-use/GenerateReader.html    |   169 +
 ...rixGenerateReader.MatrixReaderRowIrregular.html |   125 +
 ...eReader.MatrixReaderRowRegularColIrregular.html |   125 +
 ...ateReader.MatrixReaderRowRegularColRegular.html |   125 +
 .../iogen/class-use/MatrixGenerateReader.html      |   173 +
 .../sysds/runtime/iogen/class-use/RawRow.html      |   165 +
 .../ReaderMapping.FrameReaderMapping.html          |   125 +
 .../ReaderMapping.MatrixReaderMapping.html         |   125 +
 .../runtime/iogen/class-use/ReaderMapping.html     |   169 +
 .../runtime/iogen/class-use/SampleProperties.html  |   169 +
 .../runtime/iogen/class-use/ValueTrimFormat.html   |   221 +
 .../apache/sysds/runtime/iogen/package-frame.html  |    38 +
 .../sysds/runtime/iogen/package-summary.html       |   215 +
 .../apache/sysds/runtime/iogen/package-tree.html   |   180 +
 .../apache/sysds/runtime/iogen/package-use.html    |   179 +
 .../sysds/runtime/lineage/BooleanArray32.html      |   313 +
 .../org/apache/sysds/runtime/lineage/Lineage.html  |   610 +
 .../apache/sysds/runtime/lineage/LineageCache.html |   462 +
 .../LineageCacheConfig.LineageCachePolicy.html     |   358 +
 .../lineage/LineageCacheConfig.ReuseCacheType.html |   434 +
 .../sysds/runtime/lineage/LineageCacheConfig.html  |   750 +
 .../sysds/runtime/lineage/LineageCacheEntry.html   |   429 +
 .../runtime/lineage/LineageCacheEviction.html      |   272 +
 .../runtime/lineage/LineageCacheStatistics.html    |   638 +
 .../sysds/runtime/lineage/LineageCodegenItem.html  |   300 +
 .../sysds/runtime/lineage/LineageDebugger.html     |   365 +
 .../sysds/runtime/lineage/LineageDedupBlock.html   |   461 +
 .../sysds/runtime/lineage/LineageDedupUtils.html   |   432 +
 .../sysds/runtime/lineage/LineageEstimator.html    |   340 +
 .../lineage/LineageEstimatorStatistics.html        |   337 +
 .../runtime/lineage/LineageGPUCacheEviction.html   |   393 +
 .../lineage/LineageItem.LineageItemType.html       |   370 +
 .../apache/sysds/runtime/lineage/LineageItem.html  |   925 +
 .../sysds/runtime/lineage/LineageItemUtils.html    |   605 +
 .../apache/sysds/runtime/lineage/LineageMap.html   |   454 +
 .../sysds/runtime/lineage/LineageParser.html       |   323 +
 .../runtime/lineage/LineageRecomputeUtils.html     |   327 +
 .../sysds/runtime/lineage/LineageRewriteReuse.html |   274 +
 .../sysds/runtime/lineage/LineageTokenizer.html    |   300 +
 .../sysds/runtime/lineage/LineageTraceable.html    |   277 +
 .../runtime/lineage/class-use/BooleanArray32.html  |   125 +
 .../sysds/runtime/lineage/class-use/Lineage.html   |   285 +
 .../runtime/lineage/class-use/LineageCache.html    |   125 +
 .../LineageCacheConfig.LineageCachePolicy.html     |   217 +
 .../LineageCacheConfig.ReuseCacheType.html         |   255 +
 .../lineage/class-use/LineageCacheConfig.html      |   125 +
 .../lineage/class-use/LineageCacheEntry.html       |   218 +
 .../lineage/class-use/LineageCacheEviction.html    |   125 +
 .../lineage/class-use/LineageCacheStatistics.html  |   125 +
 .../lineage/class-use/LineageCodegenItem.html      |   125 +
 .../runtime/lineage/class-use/LineageDebugger.html |   125 +
 .../lineage/class-use/LineageDedupBlock.html       |   212 +
 .../lineage/class-use/LineageDedupUtils.html       |   125 +
 .../lineage/class-use/LineageEstimator.html        |   125 +
 .../class-use/LineageEstimatorStatistics.html      |   125 +
 .../lineage/class-use/LineageGPUCacheEviction.html |   125 +
 .../class-use/LineageItem.LineageItemType.html     |   182 +
 .../runtime/lineage/class-use/LineageItem.html     |  1009 +
 .../lineage/class-use/LineageItemUtils.html        |   125 +
 .../runtime/lineage/class-use/LineageMap.html      |   246 +
 .../runtime/lineage/class-use/LineageParser.html   |   125 +
 .../lineage/class-use/LineageRecomputeUtils.html   |   125 +
 .../lineage/class-use/LineageRewriteReuse.html     |   125 +
 .../lineage/class-use/LineageTokenizer.html        |   165 +
 .../lineage/class-use/LineageTraceable.html        |  1018 +
 .../sysds/runtime/lineage/package-frame.html       |    50 +
 .../sysds/runtime/lineage/package-summary.html     |   263 +
 .../apache/sysds/runtime/lineage/package-tree.html |   176 +
 .../apache/sysds/runtime/lineage/package-use.html  |   488 +
 .../data/BinaryBlockToTextCellConverter.html       |   339 +
 .../sysds/runtime/matrix/data/CM_N_COVCell.html    |  1151 +
 .../sysds/runtime/matrix/data/CTableMap.html       |   359 +
 .../sysds/runtime/matrix/data/Converter.html       |   271 +
 .../runtime/matrix/data/CudaSupportFunctions.html  |   946 +
 .../sysds/runtime/matrix/data/DnnParameters.html   |   765 +
 .../data/DoublePrecisionCudaSupportFunctions.html  |  1025 +
 .../matrix/data/FrameBlock.ColumnMetadata.html     |   350 +
 .../matrix/data/FrameBlock.FrameMapFunction.html   |   300 +
 .../sysds/runtime/matrix/data/FrameBlock.html      |  2381 ++
 .../org/apache/sysds/runtime/matrix/data/IJV.html  |   346 +
 .../sysds/runtime/matrix/data/LibCommonsMath.html  |   316 +
 .../sysds/runtime/matrix/data/LibMatrixAgg.html    |   601 +
 .../data/LibMatrixBincell.BinaryAccessType.html    |   395 +
 .../runtime/matrix/data/LibMatrixBincell.html      |   501 +
 .../sysds/runtime/matrix/data/LibMatrixCUDA.html   |  1912 +
 .../matrix/data/LibMatrixCountDistinct.html        |   299 +
 .../sysds/runtime/matrix/data/LibMatrixCuDNN.html  |  1122 +
 .../data/LibMatrixCuDNNConvolutionAlgorithm.html   |   522 +
 .../matrix/data/LibMatrixCuDNNInputRowFetcher.html |   347 +
 .../data/LibMatrixCuDNNPoolingDescriptors.html     |   507 +
 .../matrix/data/LibMatrixCuDNNRnnAlgorithm.html    |   304 +
 .../runtime/matrix/data/LibMatrixCuMatMult.html    |   338 +
 .../matrix/data/LibMatrixDNN.PoolingType.html      |   346 +
 .../sysds/runtime/matrix/data/LibMatrixDNN.html    |   657 +
 .../runtime/matrix/data/LibMatrixDNNConv2d.html    |   326 +
 .../runtime/matrix/data/LibMatrixDNNHelper.html    |   238 +
 .../runtime/matrix/data/LibMatrixDNNIm2Col.html    |   467 +
 .../runtime/matrix/data/LibMatrixDNNPooling.html   |   356 +
 .../matrix/data/LibMatrixDNNRelu.ReluBackward.html |   342 +
 .../runtime/matrix/data/LibMatrixDNNRelu.html      |   303 +
 .../LibMatrixDNNRotate180.Rotate180Worker.html     |   249 +
 .../runtime/matrix/data/LibMatrixDNNRotate180.html |   258 +
 .../runtime/matrix/data/LibMatrixDatagen.html      |   506 +
 .../sysds/runtime/matrix/data/LibMatrixMult.html   |  1336 +
 .../sysds/runtime/matrix/data/LibMatrixNative.html |   462 +
 .../runtime/matrix/data/LibMatrixOuterAgg.html     |   674 +
 .../sysds/runtime/matrix/data/LibMatrixReorg.html  |   795 +
 .../runtime/matrix/data/LibMatrixTercell.html      |   247 +
 .../matrix/data/MatrixBlock.SparsityEstimate.html  |   305 +
 .../sysds/runtime/matrix/data/MatrixBlock.html     |  4858 +++
 .../runtime/matrix/data/MatrixBlockDataInput.html  |   284 +
 .../runtime/matrix/data/MatrixBlockDataOutput.html |   273 +
 .../sysds/runtime/matrix/data/MatrixCell.html      |  1213 +
 .../sysds/runtime/matrix/data/MatrixIndexes.html   |   567 +
 .../runtime/matrix/data/MatrixValue.CellIndex.html |   380 +
 .../sysds/runtime/matrix/data/MatrixValue.html     |   904 +
 .../matrix/data/OperationsOnMatrixValues.html      |   835 +
 .../org/apache/sysds/runtime/matrix/data/Pair.html |   348 +
 .../matrix/data/RandomMatrixGenerator.PDF.html     |   359 +
 .../runtime/matrix/data/RandomMatrixGenerator.html |   534 +
 .../data/SinglePrecisionCudaSupportFunctions.html  |  1025 +
 .../matrix/data/TextToBinaryCellConverter.html     |   336 +
 .../matrix/data/TripleIndexes.Comparator.html      |   321 +
 .../sysds/runtime/matrix/data/TripleIndexes.html   |   492 +
 .../sysds/runtime/matrix/data/WeightedCell.html    |   623 +
 .../sysds/runtime/matrix/data/WeightedPair.html    |   477 +
 .../class-use/BinaryBlockToTextCellConverter.html  |   125 +
 .../matrix/data/class-use/CM_N_COVCell.html        |   125 +
 .../runtime/matrix/data/class-use/CTableMap.html   |   554 +
 .../runtime/matrix/data/class-use/Converter.html   |   169 +
 .../data/class-use/CudaSupportFunctions.html       |   182 +
 .../matrix/data/class-use/DnnParameters.html       |   311 +
 .../DoublePrecisionCudaSupportFunctions.html       |   125 +
 .../data/class-use/FrameBlock.ColumnMetadata.html  |   233 +
 .../class-use/FrameBlock.FrameMapFunction.html     |   182 +
 .../runtime/matrix/data/class-use/FrameBlock.html  |  2364 ++
 .../sysds/runtime/matrix/data/class-use/IJV.html   |   262 +
 .../matrix/data/class-use/LibCommonsMath.html      |   125 +
 .../matrix/data/class-use/LibMatrixAgg.html        |   125 +
 .../LibMatrixBincell.BinaryAccessType.html         |   179 +
 .../matrix/data/class-use/LibMatrixBincell.html    |   125 +
 .../matrix/data/class-use/LibMatrixCUDA.html       |   177 +
 .../data/class-use/LibMatrixCountDistinct.html     |   125 +
 .../matrix/data/class-use/LibMatrixCuDNN.html      |   125 +
 .../LibMatrixCuDNNConvolutionAlgorithm.html        |   224 +
 .../class-use/LibMatrixCuDNNInputRowFetcher.html   |   125 +
 .../LibMatrixCuDNNPoolingDescriptors.html          |   203 +
 .../data/class-use/LibMatrixCuDNNRnnAlgorithm.html |   125 +
 .../matrix/data/class-use/LibMatrixCuMatMult.html  |   125 +
 .../data/class-use/LibMatrixDNN.PoolingType.html   |   328 +
 .../matrix/data/class-use/LibMatrixDNN.html        |   125 +
 .../matrix/data/class-use/LibMatrixDNNConv2d.html  |   125 +
 .../matrix/data/class-use/LibMatrixDNNHelper.html  |   125 +
 .../matrix/data/class-use/LibMatrixDNNIm2Col.html  |   125 +
 .../matrix/data/class-use/LibMatrixDNNPooling.html |   125 +
 .../class-use/LibMatrixDNNRelu.ReluBackward.html   |   125 +
 .../matrix/data/class-use/LibMatrixDNNRelu.html    |   125 +
 .../LibMatrixDNNRotate180.Rotate180Worker.html     |   169 +
 .../data/class-use/LibMatrixDNNRotate180.html      |   125 +
 .../matrix/data/class-use/LibMatrixDatagen.html    |   125 +
 .../matrix/data/class-use/LibMatrixMult.html       |   125 +
 .../matrix/data/class-use/LibMatrixNative.html     |   125 +
 .../matrix/data/class-use/LibMatrixOuterAgg.html   |   125 +
 .../matrix/data/class-use/LibMatrixReorg.html      |   125 +
 .../matrix/data/class-use/LibMatrixTercell.html    |   125 +
 .../class-use/MatrixBlock.SparsityEstimate.html    |   167 +
 .../runtime/matrix/data/class-use/MatrixBlock.html |  8103 ++++
 .../data/class-use/MatrixBlockDataInput.html       |   191 +
 .../data/class-use/MatrixBlockDataOutput.html      |   192 +
 .../runtime/matrix/data/class-use/MatrixCell.html  |   379 +
 .../matrix/data/class-use/MatrixIndexes.html       |  1905 +
 .../data/class-use/MatrixValue.CellIndex.html      |   271 +
 .../runtime/matrix/data/class-use/MatrixValue.html |  1394 +
 .../data/class-use/OperationsOnMatrixValues.html   |   125 +
 .../sysds/runtime/matrix/data/class-use/Pair.html  |   590 +
 .../data/class-use/RandomMatrixGenerator.PDF.html  |   255 +
 .../data/class-use/RandomMatrixGenerator.html      |   263 +
 .../SinglePrecisionCudaSupportFunctions.html       |   125 +
 .../data/class-use/TextToBinaryCellConverter.html  |   125 +
 .../data/class-use/TripleIndexes.Comparator.html   |   125 +
 .../matrix/data/class-use/TripleIndexes.html       |   185 +
 .../matrix/data/class-use/WeightedCell.html        |   262 +
 .../matrix/data/class-use/WeightedPair.html        |   125 +
 .../sysds/runtime/matrix/data/package-frame.html   |    82 +
 .../sysds/runtime/matrix/data/package-summary.html |   462 +
 .../sysds/runtime/matrix/data/package-tree.html    |   220 +
 .../sysds/runtime/matrix/data/package-use.html     |  1192 +
 .../matrix/operators/AggregateBinaryOperator.html  |   359 +
 .../matrix/operators/AggregateOperator.html        |   372 +
 .../matrix/operators/AggregateTernaryOperator.html |   376 +
 .../matrix/operators/AggregateUnaryOperator.html   |   398 +
 .../runtime/matrix/operators/BinaryOperator.html   |   406 +
 .../CMOperator.AggregateOperationTypes.html        |   418 +
 .../sysds/runtime/matrix/operators/CMOperator.html |   416 +
 .../runtime/matrix/operators/COVOperator.html      |   294 +
 .../CountDistinctOperator.CountDistinctTypes.html  |   358 +
 .../matrix/operators/CountDistinctOperator.html    |   352 +
 .../matrix/operators/LeftScalarOperator.html       |   387 +
 .../sysds/runtime/matrix/operators/Operator.html   |   299 +
 .../matrix/operators/QuaternaryOperator.html       |   543 +
 .../runtime/matrix/operators/ReIndexOperator.html  |   266 +
 .../runtime/matrix/operators/ReorgOperator.html    |   355 +
 .../matrix/operators/RightScalarOperator.html      |   387 +
 .../runtime/matrix/operators/ScalarOperator.html   |   411 +
 .../runtime/matrix/operators/SimpleOperator.html   |   294 +
 .../runtime/matrix/operators/TernaryOperator.html  |   347 +
 .../runtime/matrix/operators/UnaryOperator.html    |   370 +
 .../class-use/AggregateBinaryOperator.html         |   284 +
 .../operators/class-use/AggregateOperator.html     |   501 +
 .../class-use/AggregateTernaryOperator.html        |   241 +
 .../class-use/AggregateUnaryOperator.html          |   631 +
 .../matrix/operators/class-use/BinaryOperator.html |   811 +
 .../CMOperator.AggregateOperationTypes.html        |   272 +
 .../matrix/operators/class-use/CMOperator.html     |   219 +
 .../matrix/operators/class-use/COVOperator.html    |   201 +
 .../CountDistinctOperator.CountDistinctTypes.html  |   202 +
 .../operators/class-use/CountDistinctOperator.html |   168 +
 .../operators/class-use/LeftScalarOperator.html    |   125 +
 .../matrix/operators/class-use/Operator.html       |   897 +
 .../operators/class-use/QuaternaryOperator.html    |   205 +
 .../operators/class-use/ReIndexOperator.html       |   125 +
 .../matrix/operators/class-use/ReorgOperator.html  |   330 +
 .../operators/class-use/RightScalarOperator.html   |   125 +
 .../matrix/operators/class-use/ScalarOperator.html |   547 +
 .../matrix/operators/class-use/SimpleOperator.html |   125 +
 .../operators/class-use/TernaryOperator.html       |   228 +
 .../matrix/operators/class-use/UnaryOperator.html  |   300 +
 .../runtime/matrix/operators/package-frame.html    |    42 +
 .../runtime/matrix/operators/package-summary.html  |   238 +
 .../runtime/matrix/operators/package-tree.html     |   174 +
 .../runtime/matrix/operators/package-use.html      |   636 +
 .../sysds/runtime/meta/DataCharacteristics.html    |   886 +
 .../sysds/runtime/meta/MatrixCharacteristics.html  |   911 +
 .../org/apache/sysds/runtime/meta/MetaData.html    |   345 +
 .../org/apache/sysds/runtime/meta/MetaDataAll.html |   659 +
 .../apache/sysds/runtime/meta/MetaDataFormat.html  |   303 +
 .../apache/sysds/runtime/meta/MetaDataUtils.html   |   278 +
 .../sysds/runtime/meta/TensorCharacteristics.html  |   736 +
 .../meta/class-use/DataCharacteristics.html        |  1649 +
 .../meta/class-use/MatrixCharacteristics.html      |   253 +
 .../sysds/runtime/meta/class-use/MetaData.html     |   353 +
 .../sysds/runtime/meta/class-use/MetaDataAll.html  |   125 +
 .../runtime/meta/class-use/MetaDataFormat.html     |   125 +
 .../runtime/meta/class-use/MetaDataUtils.html      |   125 +
 .../meta/class-use/TensorCharacteristics.html      |   185 +
 .../apache/sysds/runtime/meta/package-frame.html   |    26 +
 .../apache/sysds/runtime/meta/package-summary.html |   169 +
 .../apache/sysds/runtime/meta/package-tree.html    |   162 +
 .../org/apache/sysds/runtime/meta/package-use.html |   612 +
 .../org/apache/sysds/runtime/package-frame.html    |    21 +
 .../org/apache/sysds/runtime/package-summary.html  |   151 +
 .../org/apache/sysds/runtime/package-tree.html     |   158 +
 .../java/org/apache/sysds/runtime/package-use.html |   480 +
 .../runtime/privacy/CheckedConstraintsLog.html     |   362 +
 .../sysds/runtime/privacy/DMLPrivacyException.html |   301 +
 .../privacy/PrivacyConstraint.PrivacyLevel.html    |   358 +
 .../sysds/runtime/privacy/PrivacyConstraint.html   |   560 +
 .../sysds/runtime/privacy/PrivacyMonitor.html      |   325 +
 .../apache/sysds/runtime/privacy/PrivacyUtils.html |   410 +
 .../privacy/class-use/CheckedConstraintsLog.html   |   125 +
 .../privacy/class-use/DMLPrivacyException.html     |   125 +
 .../class-use/PrivacyConstraint.PrivacyLevel.html  |   535 +
 .../privacy/class-use/PrivacyConstraint.html       |   605 +
 .../runtime/privacy/class-use/PrivacyMonitor.html  |   125 +
 .../runtime/privacy/class-use/PrivacyUtils.html    |   125 +
 .../runtime/privacy/finegrained/DataRange.html     |   372 +
 .../privacy/finegrained/FineGrainedPrivacy.html    |   461 +
 .../finegrained/FineGrainedPrivacyList.html        |   594 +
 .../privacy/finegrained/FineGrainedPrivacyMap.html |   560 +
 .../privacy/finegrained/class-use/DataRange.html   |   272 +
 .../finegrained/class-use/FineGrainedPrivacy.html  |   233 +
 .../class-use/FineGrainedPrivacyList.html          |   125 +
 .../class-use/FineGrainedPrivacyMap.html           |   125 +
 .../runtime/privacy/finegrained/package-frame.html |    26 +
 .../privacy/finegrained/package-summary.html       |   174 +
 .../runtime/privacy/finegrained/package-tree.html  |   144 +
 .../runtime/privacy/finegrained/package-use.html   |   182 +
 .../sysds/runtime/privacy/package-frame.html       |    31 +
 .../sysds/runtime/privacy/package-summary.html     |   192 +
 .../apache/sysds/runtime/privacy/package-tree.html |   174 +
 .../apache/sysds/runtime/privacy/package-use.html  |   362 +
 .../privacy/propagation/AppendPropagator.html      |   316 +
 .../privacy/propagation/CBindPropagator.html       |   260 +
 .../privacy/propagation/ListAppendPropagator.html  |   293 +
 .../privacy/propagation/ListRemovePropagator.html  |   293 +
 .../MatrixMultiplicationPropagator.html            |   395 +
 .../MatrixMultiplicationPropagatorNaive.html       |   275 +
 ...MatrixMultiplicationPropagatorPrivateFirst.html |   274 +
 ...tiplicationPropagatorPrivateFirstOptimized.html |   257 +
 .../runtime/privacy/propagation/OperatorType.html  |   417 +
 .../privacy/propagation/PrivacyPropagator.html     |   463 +
 .../runtime/privacy/propagation/Propagator.html    |   234 +
 .../privacy/propagation/PropagatorMultiReturn.html |   234 +
 .../privacy/propagation/RBindPropagator.html       |   260 +
 .../propagation/class-use/AppendPropagator.html    |   169 +
 .../propagation/class-use/CBindPropagator.html     |   125 +
 .../class-use/ListAppendPropagator.html            |   125 +
 .../class-use/ListRemovePropagator.html            |   125 +
 .../class-use/MatrixMultiplicationPropagator.html  |   182 +
 .../MatrixMultiplicationPropagatorNaive.html       |   125 +
 ...MatrixMultiplicationPropagatorPrivateFirst.html |   125 +
 ...tiplicationPropagatorPrivateFirstOptimized.html |   125 +
 .../propagation/class-use/OperatorType.html        |   223 +
 .../propagation/class-use/PrivacyPropagator.html   |   125 +
 .../privacy/propagation/class-use/Propagator.html  |   204 +
 .../class-use/PropagatorMultiReturn.html           |   165 +
 .../propagation/class-use/RBindPropagator.html     |   125 +
 .../runtime/privacy/propagation/package-frame.html |    38 +
 .../privacy/propagation/package-summary.html       |   231 +
 .../runtime/privacy/propagation/package-tree.html  |   170 +
 .../runtime/privacy/propagation/package-use.html   |   176 +
 .../sysds/runtime/transform/TfUtils.TfMethod.html  |   423 +
 .../apache/sysds/runtime/transform/TfUtils.html    |   595 +
 .../transform/class-use/TfUtils.TfMethod.html      |   174 +
 .../sysds/runtime/transform/class-use/TfUtils.html |   166 +
 .../sysds/runtime/transform/decode/Decoder.html    |   423 +
 .../runtime/transform/decode/DecoderComposite.html |   445 +
 .../runtime/transform/decode/DecoderDummycode.html |   410 +
 .../decode/DecoderFactory.DecoderType.html         |   358 +
 .../runtime/transform/decode/DecoderFactory.html   |   392 +
 .../transform/decode/DecoderPassThrough.html       |   418 +
 .../runtime/transform/decode/DecoderRecode.html    |   443 +
 .../transform/decode/class-use/Decoder.html        |   322 +
 .../decode/class-use/DecoderComposite.html         |   125 +
 .../decode/class-use/DecoderDummycode.html         |   125 +
 .../class-use/DecoderFactory.DecoderType.html      |   174 +
 .../transform/decode/class-use/DecoderFactory.html |   125 +
 .../decode/class-use/DecoderPassThrough.html       |   125 +
 .../transform/decode/class-use/DecoderRecode.html  |   125 +
 .../runtime/transform/decode/package-frame.html    |    29 +
 .../runtime/transform/decode/package-summary.html  |   190 +
 .../runtime/transform/decode/package-tree.html     |   158 +
 .../runtime/transform/decode/package-use.html      |   208 +
 .../encode/ColumnEncoder.EncoderType.html          |   418 +
 .../runtime/transform/encode/ColumnEncoder.html    |   707 +
 .../runtime/transform/encode/ColumnEncoderBin.html |   729 +
 .../transform/encode/ColumnEncoderComposite.html   |   806 +
 .../transform/encode/ColumnEncoderDummycode.html   |   621 +
 ...oderFeatureHash.FeatureHashSparseApplyTask.html |   315 +
 .../transform/encode/ColumnEncoderFeatureHash.html |   515 +
 ...oderPassThrough.PassThroughSparseApplyTask.html |   266 +
 .../transform/encode/ColumnEncoderPassThrough.html |   427 +
 .../transform/encode/ColumnEncoderRecode.html      |   749 +
 .../sysds/runtime/transform/encode/Encoder.html    |   377 +
 .../runtime/transform/encode/EncoderFactory.html   |   390 +
 .../transform/encode/EncoderMVImpute.MVMethod.html |   370 +
 .../runtime/transform/encode/EncoderMVImpute.html  |   690 +
 .../runtime/transform/encode/EncoderOmit.html      |   699 +
 .../runtime/transform/encode/LegacyEncoder.html    |   646 +
 .../transform/encode/MultiColumnEncoder.html       |   990 +
 .../class-use/ColumnEncoder.EncoderType.html       |   174 +
 .../transform/encode/class-use/ColumnEncoder.html  |   373 +
 .../encode/class-use/ColumnEncoderBin.html         |   125 +
 .../encode/class-use/ColumnEncoderComposite.html   |   193 +
 .../encode/class-use/ColumnEncoderDummycode.html   |   125 +
 ...oderFeatureHash.FeatureHashSparseApplyTask.html |   125 +
 .../encode/class-use/ColumnEncoderFeatureHash.html |   174 +
 ...oderPassThrough.PassThroughSparseApplyTask.html |   125 +
 .../encode/class-use/ColumnEncoderPassThrough.html |   125 +
 .../encode/class-use/ColumnEncoderRecode.html      |   125 +
 .../transform/encode/class-use/Encoder.html        |   214 +
 .../transform/encode/class-use/EncoderFactory.html |   125 +
 .../encode/class-use/EncoderMVImpute.MVMethod.html |   195 +
 .../encode/class-use/EncoderMVImpute.html          |   166 +
 .../transform/encode/class-use/EncoderOmit.html    |   180 +
 .../transform/encode/class-use/LegacyEncoder.html  |   236 +
 .../encode/class-use/MultiColumnEncoder.html       |   296 +
 .../runtime/transform/encode/package-frame.html    |    42 +
 .../runtime/transform/encode/package-summary.html  |   237 +
 .../runtime/transform/encode/package-tree.html     |   182 +
 .../runtime/transform/encode/package-use.html      |   231 +
 .../sysds/runtime/transform/meta/TfMetaUtils.html  |   578 +
 .../sysds/runtime/transform/meta/TfOffsetMap.html  |   294 +
 .../transform/meta/class-use/TfMetaUtils.html      |   125 +
 .../transform/meta/class-use/TfOffsetMap.html      |   164 +
 .../runtime/transform/meta/package-frame.html      |    21 +
 .../runtime/transform/meta/package-summary.html    |   147 +
 .../sysds/runtime/transform/meta/package-tree.html |   139 +
 .../sysds/runtime/transform/meta/package-use.html  |   158 +
 .../sysds/runtime/transform/package-frame.html     |    24 +
 .../sysds/runtime/transform/package-summary.html   |   158 +
 .../sysds/runtime/transform/package-tree.html      |   150 +
 .../sysds/runtime/transform/package-use.html       |   177 +
 .../runtime/transform/tokenize/Tokenizer.html      |   288 +
 .../transform/tokenize/TokenizerFactory.html       |   274 +
 .../runtime/transform/tokenize/TokenizerPost.html  |   272 +
 .../transform/tokenize/TokenizerPostCount.html     |   349 +
 .../transform/tokenize/TokenizerPostHash.html      |   349 +
 .../transform/tokenize/TokenizerPostPosition.html  |   378 +
 .../runtime/transform/tokenize/TokenizerPre.html   |   231 +
 .../transform/tokenize/TokenizerPreNgram.html      |   320 +
 .../tokenize/TokenizerPreWhitespaceSplit.html      |   307 +
 .../transform/tokenize/class-use/Tokenizer.html    |   187 +
 .../tokenize/class-use/TokenizerFactory.html       |   125 +
 .../tokenize/class-use/TokenizerPost.html          |   173 +
 .../tokenize/class-use/TokenizerPostCount.html     |   125 +
 .../tokenize/class-use/TokenizerPostHash.html      |   125 +
 .../tokenize/class-use/TokenizerPostPosition.html  |   125 +
 .../transform/tokenize/class-use/TokenizerPre.html |   169 +
 .../tokenize/class-use/TokenizerPreNgram.html      |   125 +
 .../class-use/TokenizerPreWhitespaceSplit.html     |   125 +
 .../runtime/transform/tokenize/package-frame.html  |    31 +
 .../transform/tokenize/package-summary.html        |   186 +
 .../runtime/transform/tokenize/package-tree.html   |   153 +
 .../runtime/transform/tokenize/package-use.html    |   183 +
 .../org/apache/sysds/runtime/util/AutoDiff.html    |   314 +
 .../sysds/runtime/util/BinaryBlockInputFormat.html |   341 +
 .../runtime/util/BinaryBlockRecordReader.html      |   332 +
 .../sysds/runtime/util/ByteBufferDataInput.html    |   650 +
 .../apache/sysds/runtime/util/CollectionUtils.html |   457 +
 .../sysds/runtime/util/CommonThreadPool.html       |   565 +
 .../sysds/runtime/util/DMVUtils.LEVEL_ENUM.html    |   394 +
 .../org/apache/sysds/runtime/util/DMVUtils.html    |   585 +
 .../apache/sysds/runtime/util/DataConverter.html   |  1469 +
 .../apache/sysds/runtime/util/DependencyTask.html  |   442 +
 .../sysds/runtime/util/DependencyThreadPool.html   |   365 +
 .../sysds/runtime/util/DependencyWrapperTask.html  |   358 +
 .../org/apache/sysds/runtime/util/DnnUtils.html    |   341 +
 .../org/apache/sysds/runtime/util/EMAUtils.html    |   337 +
 .../runtime/util/FastBufferedDataInputStream.html  |   668 +
 .../runtime/util/FastBufferedDataOutputStream.html |   682 +
 .../sysds/runtime/util/FastStringTokenizer.html    |   352 +
 .../org/apache/sysds/runtime/util/HDFSTool.html    |  1299 +
 .../org/apache/sysds/runtime/util/IndexRange.html  |   463 +
 .../sysds/runtime/util/InputStreamInputFormat.html |   312 +
 .../apache/sysds/runtime/util/LocalFileUtils.html  |  1049 +
 .../util/LongLongDoubleHashMap.ADoubleEntry.html   |   338 +
 .../util/LongLongDoubleHashMap.EntryType.html      |   346 +
 .../sysds/runtime/util/LongLongDoubleHashMap.html  |   355 +
 .../sysds/runtime/util/NormalPRNGenerator.html     |   301 +
 .../apache/sysds/runtime/util/PRNGenerator.html    |   289 +
 .../sysds/runtime/util/PoissonPRNGenerator.html    |   340 +
 .../apache/sysds/runtime/util/PorterStemmer.html   |   277 +
 .../sysds/runtime/util/ProgramConverter.html       |  1636 +
 .../sysds/runtime/util/Py4jConverterUtils.html     |   387 +
 .../org/apache/sysds/runtime/util/RandNPair.html   |   316 +
 .../org/apache/sysds/runtime/util/SortUtils.html   |   437 +
 .../sysds/runtime/util/UniformPRNGenerator.html    |   310 +
 .../apache/sysds/runtime/util/UtilFunctions.html   |  1834 +
 .../sysds/runtime/util/class-use/AutoDiff.html     |   125 +
 .../util/class-use/BinaryBlockInputFormat.html     |   125 +
 .../util/class-use/BinaryBlockRecordReader.html    |   125 +
 .../util/class-use/ByteBufferDataInput.html        |   125 +
 .../runtime/util/class-use/CollectionUtils.html    |   125 +
 .../runtime/util/class-use/CommonThreadPool.html   |   125 +
 .../util/class-use/DMVUtils.LEVEL_ENUM.html        |   188 +
 .../sysds/runtime/util/class-use/DMVUtils.html     |   125 +
 .../runtime/util/class-use/DataConverter.html      |   125 +
 .../runtime/util/class-use/DependencyTask.html     |   305 +
 .../util/class-use/DependencyThreadPool.html       |   163 +
 .../util/class-use/DependencyWrapperTask.html      |   125 +
 .../sysds/runtime/util/class-use/DnnUtils.html     |   125 +
 .../sysds/runtime/util/class-use/EMAUtils.html     |   125 +
 .../class-use/FastBufferedDataInputStream.html     |   125 +
 .../class-use/FastBufferedDataOutputStream.html    |   125 +
 .../util/class-use/FastStringTokenizer.html        |   125 +
 .../sysds/runtime/util/class-use/HDFSTool.html     |   125 +
 .../sysds/runtime/util/class-use/IndexRange.html   |   632 +
 .../util/class-use/InputStreamInputFormat.html     |   125 +
 .../runtime/util/class-use/LocalFileUtils.html     |   125 +
 .../LongLongDoubleHashMap.ADoubleEntry.html        |   200 +
 .../class-use/LongLongDoubleHashMap.EntryType.html |   205 +
 .../util/class-use/LongLongDoubleHashMap.html      |   125 +
 .../runtime/util/class-use/NormalPRNGenerator.html |   125 +
 .../sysds/runtime/util/class-use/PRNGenerator.html |   179 +
 .../util/class-use/PoissonPRNGenerator.html        |   125 +
 .../runtime/util/class-use/PorterStemmer.html      |   125 +
 .../runtime/util/class-use/ProgramConverter.html   |   125 +
 .../runtime/util/class-use/Py4jConverterUtils.html |   125 +
 .../sysds/runtime/util/class-use/RandNPair.html    |   125 +
 .../sysds/runtime/util/class-use/SortUtils.html    |   125 +
 .../util/class-use/UniformPRNGenerator.html        |   125 +
 .../runtime/util/class-use/UtilFunctions.html      |   125 +
 .../apache/sysds/runtime/util/package-frame.html   |    56 +
 .../apache/sysds/runtime/util/package-summary.html |   328 +
 .../apache/sysds/runtime/util/package-tree.html    |   216 +
 .../org/apache/sysds/runtime/util/package-use.html |   318 +
 .../sysds/utils/DMLCompressionStatistics.html      |   367 +
 .../org/apache/sysds/utils/DataAugmentation.html   |   459 +
 .../org/apache/sysds/utils/EnvironmentHelper.html  |   275 +
 .../apache/sysds/utils/Explain.ExplainCounts.html  |   317 +
 .../apache/sysds/utils/Explain.ExplainType.html    |   408 +
 .../api/java/org/apache/sysds/utils/Explain.html   |   691 +
 .../java/org/apache/sysds/utils/GPUStatistics.html |   917 +
 .../java/org/apache/sysds/utils/Hash.HashType.html |   359 +
 .../api/java/org/apache/sysds/utils/Hash.html      |   408 +
 .../InstallDependencyForIntegrationTests.html      |   305 +
 .../java/org/apache/sysds/utils/JSONHelper.html    |   292 +
 .../org/apache/sysds/utils/MLContextProxy.html     |   330 +
 .../org/apache/sysds/utils/MemoryEstimates.html    |   419 +
 .../sysds/utils/NativeHelper.NativeBlasState.html  |   370 +
 .../java/org/apache/sysds/utils/NativeHelper.html  |   846 +
 .../org/apache/sysds/utils/ParameterBuilder.html   |   319 +
 .../java/org/apache/sysds/utils/Statistics.html    |  2374 ++
 .../apache/sysds/utils/SystemDSLoaderUtils.html    |   287 +
 .../utils/class-use/DMLCompressionStatistics.html  |   125 +
 .../sysds/utils/class-use/DataAugmentation.html    |   125 +
 .../sysds/utils/class-use/EnvironmentHelper.html   |   125 +
 .../utils/class-use/Explain.ExplainCounts.html     |   204 +
 .../sysds/utils/class-use/Explain.ExplainType.html |   251 +
 .../org/apache/sysds/utils/class-use/Explain.html  |   125 +
 .../sysds/utils/class-use/GPUStatistics.html       |   125 +
 .../sysds/utils/class-use/Hash.HashType.html       |   231 +
 .../org/apache/sysds/utils/class-use/Hash.html     |   125 +
 .../InstallDependencyForIntegrationTests.html      |   125 +
 .../apache/sysds/utils/class-use/JSONHelper.html   |   125 +
 .../sysds/utils/class-use/MLContextProxy.html      |   125 +
 .../sysds/utils/class-use/MemoryEstimates.html     |   125 +
 .../class-use/NativeHelper.NativeBlasState.html    |   187 +
 .../apache/sysds/utils/class-use/NativeHelper.html |   125 +
 .../sysds/utils/class-use/ParameterBuilder.html    |   125 +
 .../apache/sysds/utils/class-use/Statistics.html   |   125 +
 .../sysds/utils/class-use/SystemDSLoaderUtils.html |   125 +
 .../java/org/apache/sysds/utils/package-frame.html |    40 +
 .../org/apache/sysds/utils/package-summary.html    |   245 +
 .../java/org/apache/sysds/utils/package-tree.html  |   166 +
 .../java/org/apache/sysds/utils/package-use.html   |   228 +
 content/docs/2.2.0/api/java/overview-frame.html    |    99 +
 content/docs/2.2.0/api/java/overview-summary.html  |   529 +
 content/docs/2.2.0/api/java/overview-tree.html     |  2403 ++
 content/docs/2.2.0/api/java/package-list           |    79 +
 content/docs/2.2.0/api/java/script.js              |    30 +
 content/docs/2.2.0/api/java/serialized-form.html   |  7936 ++++
 content/docs/2.2.0/api/java/stylesheet.css         |   574 +
 .../api/python/api/context/systemds_context.html   |   152 +
 .../2.2.0/api/python/api/operator/algorithms.html  |   166 +
 .../2.2.0/api/python/api/operator/node/frame.html  |   131 +
 .../2.2.0/api/python/api/operator/node/list.html   |   135 +
 .../2.2.0/api/python/api/operator/node/matrix.html |   132 +
 .../2.2.0/api/python/api/operator/node/scalar.html |   132 +
 .../2.2.0/api/python/api/operator/node/source.html |   133 +
 .../api/python/api/operator/operation_node.html    |   139 +
 .../2.2.0/api/python/api/script_building/dag.html  |   132 +
 .../api/python/api/script_building/script.html     |   132 +
 .../2.2.0/api/python/api/utils/converters.html     |   132 +
 .../docs/2.2.0/api/python/api/utils/helpers.html   |   130 +
 content/docs/2.2.0/api/python/genindex.html        |   124 +
 .../2.2.0/api/python/getting_started/install.html  |   177 +
 .../python/getting_started/simple_examples.html    |   227 +
 .../2.2.0/api/python/guide/algorithms_basics.html  |   289 +
 content/docs/2.2.0/api/python/guide/federated.html |   237 +
 .../api/python/guide/python_end_to_end_tut.html    |   603 +
 content/docs/2.2.0/api/python/index.html           |   148 +
 content/docs/2.2.0/api/python/objects.inv          |   Bin 0 -> 566 bytes
 content/docs/2.2.0/api/python/search.html          |   139 +
 content/docs/2.2.0/api/python/searchindex.js       |     1 +
 .../sources/api/context/systemds_context.rst.txt   |    59 +
 .../python/sources/api/operator/algorithms.rst.txt |    69 +
 .../python/sources/api/operator/node/frame.rst.txt |    33 +
 .../python/sources/api/operator/node/list.rst.txt  |    38 +
 .../sources/api/operator/node/matrix.rst.txt       |    35 +
 .../sources/api/operator/node/scalar.rst.txt       |    35 +
 .../sources/api/operator/node/source.rst.txt       |    35 +
 .../sources/api/operator/operation_node.rst.txt    |    44 +
 .../python/sources/api/script_building/dag.rst.txt |    31 +
 .../sources/api/script_building/script.rst.txt     |    31 +
 .../python/sources/api/utils/converters.rst.txt    |    31 +
 .../api/python/sources/api/utils/helpers.rst.txt   |    30 +
 .../python/sources/getting_started/install.rst.txt |    76 +
 .../getting_started/simple_examples.rst.txt        |   130 +
 .../python/sources/guide/algorithms_basics.rst.txt |   221 +
 .../api/python/sources/guide/federated.rst.txt     |   146 +
 .../sources/guide/python_end_to_end_tut.rst.txt    |   561 +
 .../docs/2.2.0/api/python/sources/index.rst.txt    |    79 +
 content/docs/2.2.0/api/python/static/basic.css     |   904 +
 .../2.2.0/api/python/static/css/badge_only.css     |     1 +
 .../python/static/css/fonts/Roboto-Slab-Bold.woff  |   Bin 0 -> 87624 bytes
 .../python/static/css/fonts/Roboto-Slab-Bold.woff2 |   Bin 0 -> 67312 bytes
 .../static/css/fonts/Roboto-Slab-Regular.woff      |   Bin 0 -> 86288 bytes
 .../static/css/fonts/Roboto-Slab-Regular.woff2     |   Bin 0 -> 66444 bytes
 .../static/css/fonts/fontawesome-webfont.eot       |   Bin 0 -> 165742 bytes
 .../static/css/fonts/fontawesome-webfont.svg       |  2671 ++
 .../static/css/fonts/fontawesome-webfont.ttf       |   Bin 0 -> 165548 bytes
 .../static/css/fonts/fontawesome-webfont.woff      |   Bin 0 -> 98024 bytes
 .../static/css/fonts/fontawesome-webfont.woff2     |   Bin 0 -> 77160 bytes
 .../python/static/css/fonts/lato-bold-italic.woff  |   Bin 0 -> 323344 bytes
 .../python/static/css/fonts/lato-bold-italic.woff2 |   Bin 0 -> 193308 bytes
 .../api/python/static/css/fonts/lato-bold.woff     |   Bin 0 -> 309728 bytes
 .../api/python/static/css/fonts/lato-bold.woff2    |   Bin 0 -> 184912 bytes
 .../static/css/fonts/lato-normal-italic.woff       |   Bin 0 -> 328412 bytes
 .../static/css/fonts/lato-normal-italic.woff2      |   Bin 0 -> 195704 bytes
 .../api/python/static/css/fonts/lato-normal.woff   |   Bin 0 -> 309192 bytes
 .../api/python/static/css/fonts/lato-normal.woff2  |   Bin 0 -> 182708 bytes
 content/docs/2.2.0/api/python/static/css/theme.css |     4 +
 content/docs/2.2.0/api/python/static/doctools.js   |   323 +
 .../api/python/static/documentation_options.js     |    12 +
 content/docs/2.2.0/api/python/static/file.png      |   Bin 0 -> 286 bytes
 .../docs/2.2.0/api/python/static/jquery-3.5.1.js   | 10872 ++++++
 content/docs/2.2.0/api/python/static/jquery.js     |     2 +
 .../docs/2.2.0/api/python/static/js/badge_only.js  |     1 +
 .../python/static/js/html5shiv-printshiv.min.js    |     4 +
 .../2.2.0/api/python/static/js/html5shiv.min.js    |     4 +
 content/docs/2.2.0/api/python/static/js/theme.js   |     1 +
 .../docs/2.2.0/api/python/static/language_data.js  |   297 +
 content/docs/2.2.0/api/python/static/minus.png     |   Bin 0 -> 90 bytes
 content/docs/2.2.0/api/python/static/plus.png      |   Bin 0 -> 90 bytes
 content/docs/2.2.0/api/python/static/pygments.css  |    74 +
 .../docs/2.2.0/api/python/static/searchtools.js    |   528 +
 .../2.2.0/api/python/static/underscore-1.13.1.js   |  2042 +
 content/docs/2.2.0/api/python/static/underscore.js |     6 +
 3466 files changed, 1164217 insertions(+)

diff --git a/content/docs/2.2.0/api/java/allclasses-frame.html b/content/docs/2.2.0/api/java/allclasses-frame.html
new file mode 100644
index 0000000..0076d8b
--- /dev/null
+++ b/content/docs/2.2.0/api/java/allclasses-frame.html
@@ -0,0 +1,1542 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (SystemDS 2.2.0 API)</title>
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<h1 class="bar">All&nbsp;Classes</h1>
+<div class="indexContainer">
+<ul>
+<li><a href="org/apache/sysds/runtime/compress/bitmap/ABitmap.html" title="class in org.apache.sysds.runtime.compress.bitmap" target="classFrame">ABitmap</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/AColGroup.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">AColGroup</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/AColGroup.CompressionType.html" title="enum in org.apache.sysds.runtime.compress.colgroup" target="classFrame">AColGroup.CompressionType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/AColumnCoCoder.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">AColumnCoCoder</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/ADictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary" target="classFrame">ADictionary</a></li>
+<li><a href="org/apache/sysds/hops/AggBinaryOp.html" title="class in org.apache.sysds.hops" target="classFrame">AggBinaryOp</a></li>
+<li><a href="org/apache/sysds/hops/AggBinaryOp.MMultMethod.html" title="enum in org.apache.sysds.hops" target="classFrame">AggBinaryOp.MMultMethod</a></li>
+<li><a href="org/apache/sysds/hops/AggBinaryOp.SparkAggType.html" title="enum in org.apache.sysds.hops" target="classFrame">AggBinaryOp.SparkAggType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateBinaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">AggregateBinaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AggregateBinaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">AggregateBinaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/AggregateBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">AggregateBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateBinaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">AggregateBinaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/AggregateDropCorrectionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">AggregateDropCorrectionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">AggregateOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateTernaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">AggregateTernaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AggregateTernaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">AggregateTernaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateTernaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">AggregateTernaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateTernarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AggregateTernarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateUnaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">AggregateUnaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateUnaryCPInstruction.AUType.html" title="enum in org.apache.sysds.runtime.instructions.cp" target="classFrame">AggregateUnaryCPInstruction.AUType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AggregateUnaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">AggregateUnaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/AggregateUnaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">AggregateUnaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateUnaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">AggregateUnaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateUnarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AggregateUnarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateUnarySPInstruction.RDDUAggFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AggregateUnarySPInstruction.RDDUAggFunction2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateUnarySPInstruction.RDDUTensorAggFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AggregateUnarySPInstruction.RDDUTensorAggFunction2</a></li>
+<li><a href="org/apache/sysds/hops/AggUnaryOp.html" title="class in org.apache.sysds.hops" target="classFrame">AggUnaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/AInsertionSorter.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort" target="classFrame">AInsertionSorter</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/AIterator.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset" target="classFrame">AIterator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/AMapToData.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping" target="classFrame">AMapToData</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/And.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">And</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/AOffset.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset" target="classFrame">AOffset</a></li>
+<li><a href="org/apache/sysds/lops/Append.html" title="class in org.apache.sysds.lops" target="classFrame">Append</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">AppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AppendCPInstruction.AppendType.html" title="enum in org.apache.sysds.runtime.instructions.cp" target="classFrame">AppendCPInstruction.AppendType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AppendFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">AppendFEDInstruction</a></li>
+<li><a href="org/apache/sysds/lops/AppendG.html" title="class in org.apache.sysds.lops" target="classFrame">AppendG</a></li>
+<li><a href="org/apache/sysds/lops/AppendGAlignedSP.html" title="class in org.apache.sysds.lops" target="classFrame">AppendGAlignedSP</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGAlignedSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AppendGAlignedSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGAlignedSPInstruction.ShiftColumnIndex.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AppendGAlignedSPInstruction.ShiftColumnIndex</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AppendGSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGSPInstruction.MergeWithShiftedBlocks.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AppendGSPInstruction.MergeWithShiftedBlocks</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGSPInstruction.ShiftMatrix.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AppendGSPInstruction.ShiftMatrix</a></li>
+<li><a href="org/apache/sysds/lops/AppendM.html" title="class in org.apache.sysds.lops" target="classFrame">AppendM</a></li>
+<li><a href="org/apache/sysds/lops/AppendM.CacheType.html" title="enum in org.apache.sysds.lops" target="classFrame">AppendM.CacheType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendMSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AppendMSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/AppendPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">AppendPropagator</a></li>
+<li><a href="org/apache/sysds/lops/AppendR.html" title="class in org.apache.sysds.lops" target="classFrame">AppendR</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendRSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">AppendRSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ArithmeticBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">ArithmeticBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/parser/AssignmentStatement.html" title="class in org.apache.sysds.parser" target="classFrame">AssignmentStatement</a></li>
+<li><a href="org/apache/sysds/runtime/util/AutoDiff.html" title="class in org.apache.sysds.runtime.util" target="classFrame">AutoDiff</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/AWTreeNode.html" title="class in org.apache.sysds.runtime.compress.workload" target="classFrame">AWTreeNode</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/AWTreeNode.WTNodeType.html" title="enum in org.apache.sysds.runtime.compress.workload" target="classFrame">AWTreeNode.WTNodeType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/BalanceToAvgFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">BalanceToAvgFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/BasicProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">BasicProgramBlock</a></li>
+<li><a href="org/apache/sysds/runtime/data/BasicTensorBlock.html" title="class in org.apache.sysds.runtime.data" target="classFrame">BasicTensorBlock</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/cuda/Binary.html" title="class in org.apache.sysds.hops.codegen.cplan.cuda" target="classFrame">Binary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/java/Binary.html" title="class in org.apache.sysds.hops.codegen.cplan.java" target="classFrame">Binary</a></li>
+<li><a href="org/apache/sysds/lops/Binary.html" title="class in org.apache.sysds.lops" target="classFrame">Binary</a></li>
+<li><a href="org/apache/sysds/runtime/util/BinaryBlockInputFormat.html" title="class in org.apache.sysds.runtime.util" target="classFrame">BinaryBlockInputFormat</a></li>
+<li><a href="org/apache/sysds/runtime/util/BinaryBlockRecordReader.html" title="class in org.apache.sysds.runtime.util" target="classFrame">BinaryBlockRecordReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/BinaryBlockSerialization.html" title="class in org.apache.sysds.runtime.io" target="classFrame">BinaryBlockSerialization</a></li>
+<li><a href="org/apache/sysds/runtime/io/BinaryBlockSerialization.MatrixBlockDeserializer.html" title="class in org.apache.sysds.runtime.io" target="classFrame">BinaryBlockSerialization.MatrixBlockDeserializer</a></li>
+<li><a href="org/apache/sysds/runtime/io/BinaryBlockSerialization.MatrixBlockSerializer.html" title="class in org.apache.sysds.runtime.io" target="classFrame">BinaryBlockSerialization.MatrixBlockSerializer</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/BinaryBlockToTextCellConverter.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">BinaryBlockToTextCellConverter</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/parser/BinaryExpression.html" title="class in org.apache.sysds.parser" target="classFrame">BinaryExpression</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">BinaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryFrameFrameCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryFrameFrameCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryFrameFrameSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryFrameFrameSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryFrameMatrixCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryFrameMatrixCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryFrameMatrixSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryFrameMatrixSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryFrameScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryFrameScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryFrameScalarFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">BinaryFrameScalarFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryFrameScalarSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryFrameScalarSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/BinaryM.html" title="class in org.apache.sysds.lops" target="classFrame">BinaryM</a></li>
+<li><a href="org/apache/sysds/lops/BinaryM.VectorType.html" title="enum in org.apache.sysds.lops" target="classFrame">BinaryM.VectorType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryMatrixBVectorSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryMatrixBVectorSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryMatrixMatrixCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryMatrixMatrixCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryMatrixMatrixFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">BinaryMatrixMatrixFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryMatrixMatrixSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryMatrixMatrixSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryMatrixScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryMatrixScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryMatrixScalarFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">BinaryMatrixScalarFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryMatrixScalarSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryMatrixScalarSPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/BinaryOp.html" title="class in org.apache.sysds.hops" target="classFrame">BinaryOp</a></li>
+<li><a href="org/apache/sysds/hops/BinaryOp.AppendMethod.html" title="enum in org.apache.sysds.hops" target="classFrame">BinaryOp.AppendMethod</a></li>
+<li><a href="org/apache/sysds/hops/BinaryOp.MMBinaryMethod.html" title="enum in org.apache.sysds.hops" target="classFrame">BinaryOp.MMBinaryMethod</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/BinaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">BinaryOperator</a></li>
+<li><a href="org/apache/sysds/lops/BinaryScalar.html" title="class in org.apache.sysds.lops" target="classFrame">BinaryScalar</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryScalarScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryScalarScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryTensorTensorBroadcastSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryTensorTensorBroadcastSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryTensorTensorCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BinaryTensorTensorCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryTensorTensorSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinaryTensorTensorSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/BinaryUAggChain.html" title="class in org.apache.sysds.lops" target="classFrame">BinaryUAggChain</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinUaggChainSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinUaggChainSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinUaggChainSPInstruction.RDDBinUaggChainFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BinUaggChainSPInstruction.RDDBinUaggChainFunction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/bitmap/Bitmap.html" title="class in org.apache.sysds.runtime.compress.bitmap" target="classFrame">Bitmap</a></li>
+<li><a href="org/apache/sysds/runtime/compress/bitmap/BitmapEncoder.html" title="class in org.apache.sysds.runtime.compress.bitmap" target="classFrame">BitmapEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwAnd.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">BitwAnd</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwOr.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">BitwOr</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwShiftL.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">BitwShiftL</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwShiftR.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">BitwShiftR</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwXor.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">BitwXor</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/BlockPartitioner.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">BlockPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/BooleanArray32.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">BooleanArray32</a></li>
+<li><a href="org/apache/sysds/parser/BooleanExpression.html" title="class in org.apache.sysds.parser" target="classFrame">BooleanExpression</a></li>
+<li><a href="org/apache/sysds/parser/BooleanIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">BooleanIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BooleanObject.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BooleanObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BroadcastCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BroadcastCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/BroadcastObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">BroadcastObject</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Builtin.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Builtin</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Builtin.BuiltinCode.html" title="enum in org.apache.sysds.runtime.functionobjects" target="classFrame">Builtin.BuiltinCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/BuiltinBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">BuiltinBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/parser/BuiltinConstant.html" title="enum in org.apache.sysds.parser" target="classFrame">BuiltinConstant</a></li>
+<li><a href="org/apache/sysds/parser/BuiltinFunctionExpression.html" title="class in org.apache.sysds.parser" target="classFrame">BuiltinFunctionExpression</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BuiltinNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">BuiltinNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BuiltinNarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BuiltinNarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BuiltinNarySPInstruction.PadBlocksFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">BuiltinNarySPInstruction.PadBlocksFunction</a></li>
+<li><a href="org/apache/sysds/common/Builtins.html" title="enum in org.apache.sysds.common" target="classFrame">Builtins</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/BuiltinUnaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">BuiltinUnaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/ByteBuffer.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">ByteBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/util/ByteBufferDataInput.html" title="class in org.apache.sysds.runtime.util" target="classFrame">ByteBufferDataInput</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/ByteClassLoader.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">ByteClassLoader</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheableData.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">CacheableData</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheableData.CacheStatus.html" title="enum in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">CacheableData.CacheStatus</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheBlock.html" title="interface in org.apache.sysds.runtime.controlprogram.caching" target="classFrame"><span class="interfaceName">CacheBlock</span></a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheBlockFactory.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">CacheBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheDataInput.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">CacheDataInput</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheDataOutput.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">CacheDataOutput</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/CachedReuseVariables.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">CachedReuseVariables</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheStatistics.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">CacheStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheStatistics.Stat.html" title="enum in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">CacheStatistics.Stat</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/CastFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">CastFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CastSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CastSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/CBindPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">CBindPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/Cell.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util" target="classFrame">Cell</a></li>
+<li><a href="org/apache/sysds/lops/CentralMoment.html" title="class in org.apache.sysds.lops" target="classFrame">CentralMoment</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CentralMomentCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">CentralMomentCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/CentralMomentFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">CentralMomentFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CentralMomentSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CentralMomentSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/CheckedConstraintsLog.html" title="class in org.apache.sysds.runtime.privacy" target="classFrame">CheckedConstraintsLog</a></li>
+<li><a href="org/apache/sysds/lops/Checkpoint.html" title="class in org.apache.sysds.lops" target="classFrame">Checkpoint</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CheckpointSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CheckpointSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibAppend.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibAppend</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibBinaryCellOp.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibBinaryCellOp</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibCompAgg.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibCompAgg</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibDecompress.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibDecompress</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibLeftMultBy.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibLeftMultBy</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibReExpand.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibReExpand</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibRightMultBy.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibRightMultBy</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibScalar.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibScalar</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibSquash.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibSquash</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibUnary.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibUnary</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibUtils.html" title="class in org.apache.sysds.runtime.compress.lib" target="classFrame">CLALibUtils</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/CM.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">CM</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CM_COV_Object.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">CM_COV_Object</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/CM_N_COVCell.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">CM_N_COVCell</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CMOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">CMOperator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CMOperator.AggregateOperationTypes.html" title="enum in org.apache.sysds.runtime.matrix.operators" target="classFrame">CMOperator.AggregateOperationTypes</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNode.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNode</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeBinary.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeBinary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeBinary.BinType.html" title="enum in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeBinary.BinType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeCell.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeCell</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeData.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeData</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeMultiAgg.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeMultiAgg</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeNary.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeNary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeNary.NaryType.html" title="enum in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeNary.NaryType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeOuterProduct.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeOuterProduct</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeRow.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeRow</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeTernary.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeTernary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeTernary.TernaryType.html" title="enum in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeTernary.TernaryType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeTpl.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeTpl</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeUnary.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeUnary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeUnary.UnaryType.html" title="enum in org.apache.sysds.hops.codegen.cplan" target="classFrame">CNodeUnary.UnaryType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeBinPacking.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">CoCodeBinPacking</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeGreedy.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">CoCodeGreedy</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeHybrid.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">CoCodeHybrid</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodePriorityQue.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">CoCodePriorityQue</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCoderFactory.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">CoCoderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCoderFactory.PartitionerType.html" title="enum in org.apache.sysds.runtime.compress.cocode" target="classFrame">CoCoderFactory.PartitionerType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeStatic.html" title="class in org.apache.sysds.runtime.compress.cocode" target="classFrame">CoCodeStatic</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/CodegenUtils.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">CodegenUtils</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CodeTemplate.html" title="class in org.apache.sysds.hops.codegen.cplan" target="classFrame">CodeTemplate</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupCompressed.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupCompressed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupConst.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupConst</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupDDC.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupDDC</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupEmpty.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupEmpty</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupIO.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupIO</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupOffset.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupOffset</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupOLE.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupOLE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupRLE.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupRLE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDC.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupSDC</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDCSingle.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupSDCSingle</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDCSingleZeros.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupSDCSingleZeros</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDCZeros.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupSDCZeros</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSizes.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupSizes</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupUncompressed.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupUncompressed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupValue.html" title="class in org.apache.sysds.runtime.compress.colgroup" target="classFrame">ColGroupValue</a></li>
+<li><a href="org/apache/sysds/runtime/util/CollectionUtils.html" title="class in org.apache.sysds.runtime.util" target="classFrame">CollectionUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoder.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoder.EncoderType.html" title="enum in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoder.EncoderType</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderBin.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderBin</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderComposite.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderComposite</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderDummycode.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderDummycode</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderFeatureHash.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderFeatureHash</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderFeatureHash.FeatureHashSparseApplyTask.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderFeatureHash.FeatureHashSparseApplyTask</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderPassThrough.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderPassThrough</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderPassThrough.PassThroughSparseApplyTask.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderPassThrough.PassThroughSparseApplyTask</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderRecode.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">ColumnEncoderRecode</a></li>
+<li><a href="org/apache/sysds/runtime/util/CommonThreadPool.html" title="class in org.apache.sysds.runtime.util" target="classFrame">CommonThreadPool</a></li>
+<li><a href="org/apache/sysds/conf/CompilerConfig.html" title="class in org.apache.sysds.conf" target="classFrame">CompilerConfig</a></li>
+<li><a href="org/apache/sysds/conf/CompilerConfig.ConfigType.html" title="enum in org.apache.sysds.conf" target="classFrame">CompilerConfig.ConfigType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressedMatrixBlock.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">CompressedMatrixBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressedMatrixBlockFactory.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">CompressedMatrixBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimator.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">CompressedSizeEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorExact.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">CompressedSizeEstimatorExact</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorFactory.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">CompressedSizeEstimatorFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorSample.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">CompressedSizeEstimatorSample</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorUltraSparse.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">CompressedSizeEstimatorUltraSparse</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeInfo.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">CompressedSizeInfo</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeInfoColGroup.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">CompressedSizeInfoColGroup</a></li>
+<li><a href="org/apache/sysds/lops/Compression.html" title="class in org.apache.sysds.lops" target="classFrame">Compression</a></li>
+<li><a href="org/apache/sysds/lops/Compression.CompressConfig.html" title="enum in org.apache.sysds.lops" target="classFrame">Compression.CompressConfig</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CompressionCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">CompressionCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressionSettings.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">CompressionSettings</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressionSettingsBuilder.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">CompressionSettingsBuilder</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CompressionSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CompressionSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CompressionSPInstruction.CompressionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CompressionSPInstruction.CompressionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CompressionSPInstruction.CompressionWorkloadFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CompressionSPInstruction.CompressionWorkloadFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CompressionSPInstruction.SizeFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CompressionSPInstruction.SizeFunction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressionStatistics.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">CompressionStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/ComputationCostEstimator.html" title="class in org.apache.sysds.runtime.compress.cost" target="classFrame">ComputationCostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ComputationCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ComputationCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ComputationFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ComputationFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ComputationSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ComputationSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ComputeBinaryBlockNnzFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ComputeBinaryBlockNnzFunction</a></li>
+<li><a href="org/apache/sysds/hops/cost/ComputeCost.html" title="class in org.apache.sysds.hops.cost" target="classFrame">ComputeCost</a></li>
+<li><a href="org/apache/sysds/parser/ConditionalPredicate.html" title="class in org.apache.sysds.parser" target="classFrame">ConditionalPredicate</a></li>
+<li><a href="org/apache/sysds/api/ConfigurableAPI.html" title="interface in org.apache.sysds.api" target="classFrame"><span class="interfaceName">ConfigurableAPI</span></a></li>
+<li><a href="org/apache/sysds/conf/ConfigurationManager.html" title="class in org.apache.sysds.conf" target="classFrame">ConfigurationManager</a></li>
+<li><a href="org/apache/sysds/api/jmlc/Connection.html" title="class in org.apache.sysds.api.jmlc" target="classFrame">Connection</a></li>
+<li><a href="org/apache/sysds/parser/ConstIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">ConstIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/Converter.html" title="interface in org.apache.sysds.runtime.matrix.data" target="classFrame"><span class="interfaceName">Converter</span></a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ConvertFrameBlockToIJVLines.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ConvertFrameBlockToIJVLines</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ConvertMatrixBlockToIJVLines.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ConvertMatrixBlockToIJVLines</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ConvertStringToLongTextPair.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ConvertStringToLongTextPair</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyBinaryCellFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyBinaryCellFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyFrameBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyFrameBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyFrameBlockPairFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyFrameBlockPairFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyMatrixBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyMatrixBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyMatrixBlockPairFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyMatrixBlockPairFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyTensorBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyTensorBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyTensorBlockPairFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyTensorBlockPairFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyTextInputFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CopyTextInputFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/CorrMatrixBlock.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">CorrMatrixBlock</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimationWrapper.html" title="class in org.apache.sysds.hops.cost" target="classFrame">CostEstimationWrapper</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimationWrapper.CostType.html" title="enum in org.apache.sysds.hops.cost" target="classFrame">CostEstimationWrapper.CostType</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimator.html" title="class in org.apache.sysds.hops.cost" target="classFrame">CostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">CostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.DataFormat.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">CostEstimator.DataFormat</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.ExcludeType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">CostEstimator.ExcludeType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.TestMeasure.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">CostEstimator.TestMeasure</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/CostEstimatorBuilder.html" title="class in org.apache.sysds.runtime.compress.cost" target="classFrame">CostEstimatorBuilder</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/CostEstimatorFactory.html" title="class in org.apache.sysds.runtime.compress.cost" target="classFrame">CostEstimatorFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/CostEstimatorFactory.CostType.html" title="enum in org.apache.sysds.runtime.compress.cost" target="classFrame">CostEstimatorFactory.CostType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimatorHops.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">CostEstimatorHops</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimatorRuntime.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">CostEstimatorRuntime</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimatorStaticRuntime.html" title="class in org.apache.sysds.hops.cost" target="classFrame">CostEstimatorStaticRuntime</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CountDistinctOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">CountDistinctOperator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CountDistinctOperator.CountDistinctTypes.html" title="enum in org.apache.sysds.runtime.matrix.operators" target="classFrame">CountDistinctOperator.CountDistinctTypes</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/COV.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">COV</a></li>
+<li><a href="org/apache/sysds/lops/CoVariance.html" title="class in org.apache.sysds.lops" target="classFrame">CoVariance</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CovarianceCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">CovarianceCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/CovarianceFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">CovarianceFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CovarianceSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CovarianceSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/COVOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">COVOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">CPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CPInstruction.CPType.html" title="enum in org.apache.sysds.runtime.instructions.cp" target="classFrame">CPInstruction.CPType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/CPInstructionParser.html" title="class in org.apache.sysds.runtime.instructions" target="classFrame">CPInstructionParser</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanCSERewriter.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">CPlanCSERewriter</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanMemoTable.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">CPlanMemoTable</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanMemoTable.MemoTableEntry.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">CPlanMemoTable.MemoTableEntry</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanMemoTable.MemoTableEntrySet.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">CPlanMemoTable.MemoTableEntrySet</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanOpRewriter.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">CPlanOpRewriter</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CpmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CpmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CPOperand.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">CPOperand</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CreateSparseBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">CreateSparseBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/CSRPointer.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">CSRPointer</a></li>
+<li><a href="org/apache/sysds/lops/CSVReBlock.html" title="class in org.apache.sysds.lops" target="classFrame">CSVReBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CSVReblockSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CSVReblockSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/Ctable.html" title="class in org.apache.sysds.lops" target="classFrame">Ctable</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/CTable.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">CTable</a></li>
+<li><a href="org/apache/sysds/lops/Ctable.OperationTypes.html" title="enum in org.apache.sysds.lops" target="classFrame">Ctable.OperationTypes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CtableCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">CtableCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/CtableFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">CtableFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/CTableMap.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">CTableMap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CtableSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.MapJoinSignature1.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CtableSPInstruction.MapJoinSignature1</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.MapJoinSignature2.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CtableSPInstruction.MapJoinSignature2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.MapJoinSignature3.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CtableSPInstruction.MapJoinSignature3</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/CudaMemoryAllocator.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">CudaMemoryAllocator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/CudaSupportFunctions.html" title="interface in org.apache.sysds.runtime.matrix.data" target="classFrame"><span class="interfaceName">CudaSupportFunctions</span></a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CumulativeAggregateSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CumulativeAggregateSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/CumulativeOffsetBinary.html" title="class in org.apache.sysds.lops" target="classFrame">CumulativeOffsetBinary</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/CumulativeOffsetFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">CumulativeOffsetFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CumulativeOffsetSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">CumulativeOffsetSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/CumulativePartialAggregate.html" title="class in org.apache.sysds.lops" target="classFrame">CumulativePartialAggregate</a></li>
+<li><a href="org/apache/sysds/parser/dml/CustomErrorListener.html" title="class in org.apache.sysds.parser.dml" target="classFrame">CustomErrorListener</a></li>
+<li><a href="org/apache/sysds/parser/dml/CustomErrorListener.ParseIssueType.html" title="enum in org.apache.sysds.parser.dml" target="classFrame">CustomErrorListener.ParseIssueType</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/CustomProperties.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">CustomProperties</a></li>
+<li><a href="org/apache/sysds/lops/compile/Dag.html" title="class in org.apache.sysds.lops.compile" target="classFrame">Dag</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DArrCounts.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">DArrCounts</a></li>
+<li><a href="org/apache/sysds/lops/Data.html" title="class in org.apache.sysds.lops" target="classFrame">Data</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/Data.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">Data</a></li>
+<li><a href="org/apache/sysds/utils/DataAugmentation.html" title="class in org.apache.sysds.utils" target="classFrame">DataAugmentation</a></li>
+<li><a href="org/apache/sysds/runtime/meta/DataCharacteristics.html" title="class in org.apache.sysds.runtime.meta" target="classFrame">DataCharacteristics</a></li>
+<li><a href="org/apache/sysds/runtime/util/DataConverter.html" title="class in org.apache.sysds.runtime.util" target="classFrame">DataConverter</a></li>
+<li><a href="org/apache/sysds/parser/DataExpression.html" title="class in org.apache.sysds.parser" target="classFrame">DataExpression</a></li>
+<li><a href="org/apache/sysds/lops/DataGen.html" title="class in org.apache.sysds.lops" target="classFrame">DataGen</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DataGenCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">DataGenCPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/DataGenOp.html" title="class in org.apache.sysds.hops" target="classFrame">DataGenOp</a></li>
+<li><a href="org/apache/sysds/parser/DataIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">DataIdentifier</a></li>
+<li><a href="org/apache/sysds/hops/DataOp.html" title="class in org.apache.sysds.hops" target="classFrame">DataOp</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">DataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerLocal.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">DataPartitionerLocal</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerRemoteSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">DataPartitionerRemoteSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerRemoteSparkMapper.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">DataPartitionerRemoteSparkMapper</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerRemoteSparkReducer.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">DataPartitionerRemoteSparkReducer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionerSparkAggregator.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DataPartitionerSparkAggregator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionerSparkMapper.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DataPartitionerSparkMapper</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DataPartitionFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionFederatedScheme.BalanceMetrics.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DataPartitionFederatedScheme.BalanceMetrics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionFederatedScheme.Result.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DataPartitionFederatedScheme.Result</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DataPartitionLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DataPartitionSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/finegrained/DataRange.html" title="class in org.apache.sysds.runtime.privacy.finegrained" target="classFrame">DataRange</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/DatasetObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">DatasetObject</a></li>
+<li><a href="org/apache/sysds/runtime/data/DataTensorBlock.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DataTensorBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DblArray.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">DblArray</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DblArrayCountHashMap.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">DblArrayCountHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DblArrayIntListHashMap.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">DblArrayIntListHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DCLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DCLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DCounts.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">DCounts</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DCSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DCSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/Decoder.html" title="class in org.apache.sysds.runtime.transform.decode" target="classFrame">Decoder</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderComposite.html" title="class in org.apache.sysds.runtime.transform.decode" target="classFrame">DecoderComposite</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderDummycode.html" title="class in org.apache.sysds.runtime.transform.decode" target="classFrame">DecoderDummycode</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderFactory.html" title="class in org.apache.sysds.runtime.transform.decode" target="classFrame">DecoderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderFactory.DecoderType.html" title="enum in org.apache.sysds.runtime.transform.decode" target="classFrame">DecoderFactory.DecoderType</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderPassThrough.html" title="class in org.apache.sysds.runtime.transform.decode" target="classFrame">DecoderPassThrough</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderRecode.html" title="class in org.apache.sysds.runtime.transform.decode" target="classFrame">DecoderRecode</a></li>
+<li><a href="org/apache/sysds/lops/DeCompression.html" title="class in org.apache.sysds.lops" target="classFrame">DeCompression</a></li>
+<li><a href="org/apache/sysds/lops/DeCompression.CompressConfig.html" title="enum in org.apache.sysds.lops" target="classFrame">DeCompression.CompressConfig</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DeCompressionCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">DeCompressionCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/DeCompressionSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">DeCompressionSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/DeCompressionSPInstruction.DeCompressionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">DeCompressionSPInstruction.DeCompressionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlock.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlock</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlock.Type.html" title="enum in org.apache.sysds.runtime.data" target="classFrame">DenseBlock.Type</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockBool.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockBool</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockDRB.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockDRB</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockFactory.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockFP32.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockFP32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockFP64.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockFP64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockInt32.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockInt32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockInt64.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockInt64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLBool.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockLBool</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLDRB.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockLDRB</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLFP32.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockLFP32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLFP64.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockLFP64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLInt32.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockLInt32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLInt64.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockLInt64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLString.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockLString</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockString.html" title="class in org.apache.sysds.runtime.data" target="classFrame">DenseBlockString</a></li>
+<li><a href="org/apache/sysds/runtime/util/DependencyTask.html" title="class in org.apache.sysds.runtime.util" target="classFrame">DependencyTask</a></li>
+<li><a href="org/apache/sysds/runtime/util/DependencyThreadPool.html" title="class in org.apache.sysds.runtime.util" target="classFrame">DependencyThreadPool</a></li>
+<li><a href="org/apache/sysds/runtime/util/DependencyWrapperTask.html" title="class in org.apache.sysds.runtime.util" target="classFrame">DependencyWrapperTask</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/DiagIndex.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">DiagIndex</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/Dictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary" target="classFrame">Dictionary</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/DictionaryFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary" target="classFrame">DictionaryFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/DictionaryFactory.Type.html" title="enum in org.apache.sysds.runtime.compress.colgroup.dictionary" target="classFrame">DictionaryFactory.Type</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/DistinctCostEstimator.html" title="class in org.apache.sysds.runtime.compress.cost" target="classFrame">DistinctCostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Divide.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Divide</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlBaseListener.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlBaseListener</a></li>
+<li><a href="org/apache/sysds/runtime/compress/DMLCompressionException.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">DMLCompressionException</a></li>
+<li><a href="org/apache/sysds/utils/DMLCompressionStatistics.html" title="class in org.apache.sysds.utils" target="classFrame">DMLCompressionStatistics</a></li>
+<li><a href="org/apache/sysds/conf/DMLConfig.html" title="class in org.apache.sysds.conf" target="classFrame">DMLConfig</a></li>
+<li><a href="org/apache/sysds/api/DMLException.html" title="class in org.apache.sysds.api" target="classFrame">DMLException</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlLexer.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlLexer</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlListener.html" title="interface in org.apache.sysds.parser.dml" target="classFrame"><span class="interfaceName">DmlListener</span></a></li>
+<li><a href="org/apache/sysds/api/DMLOptions.html" title="class in org.apache.sysds.api" target="classFrame">DMLOptions</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AccumulatorAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.AccumulatorAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AddSubExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.AddSubExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.AssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AtomicExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.AtomicExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BooleanAndExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.BooleanAndExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BooleanNotExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.BooleanNotExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BooleanOrExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.BooleanOrExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BuiltinFunctionExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.BuiltinFunctionExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.CommandlineParamExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.CommandlineParamExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.CommandlinePositionExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.CommandlinePositionExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstDoubleIdExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ConstDoubleIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstFalseExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ConstFalseExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstIntIdExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ConstIntIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstStringIdExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ConstStringIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstTrueExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ConstTrueExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.DataIdentifierContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.DataIdentifierContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.DataIdExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.DataIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.DataTypeContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.DataTypeContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ExternalFunctionDefExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ExternalFunctionDefExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ForStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ForStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.FunctionCallAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.FunctionCallAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.FunctionCallMultiAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.FunctionCallMultiAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.FunctionStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.FunctionStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IfdefAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.IfdefAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IfStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.IfStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ImportStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ImportStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IndexedExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.IndexedExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.InternalFunctionDefExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.InternalFunctionDefExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IterablePredicateColonExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.IterablePredicateColonExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IterablePredicateContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.IterablePredicateContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IterablePredicateSeqExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.IterablePredicateSeqExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MatrixDataTypeCheckContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.MatrixDataTypeCheckContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MatrixMulExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.MatrixMulExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.Ml_typeContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.Ml_typeContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ModIntDivExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ModIntDivExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MultDivExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.MultDivExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MultiIdExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.MultiIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ParameterizedExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ParameterizedExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ParForStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ParForStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.PathStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.PathStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.PowerExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.PowerExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ProgramrootContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ProgramrootContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.RelationalExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.RelationalExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.SimpleDataIdentifierExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.SimpleDataIdentifierExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.StatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.StatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.StrictParameterizedExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.StrictParameterizedExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.StrictParameterizedKeyValueStringContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.StrictParameterizedKeyValueStringContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.TypedArgAssignContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.TypedArgAssignContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.TypedArgNoAssignContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.TypedArgNoAssignContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.UnaryExpressionContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.UnaryExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ValueTypeContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.ValueTypeContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.WhileStatementContext.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlParser.WhileStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DMLParserWrapper.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DMLParserWrapper</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlPreprocessor.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlPreprocessor</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/DMLPrivacyException.html" title="class in org.apache.sysds.runtime.privacy" target="classFrame">DMLPrivacyException</a></li>
+<li><a href="org/apache/sysds/parser/DMLProgram.html" title="class in org.apache.sysds.parser" target="classFrame">DMLProgram</a></li>
+<li><a href="org/apache/sysds/runtime/DMLRuntimeException.html" title="class in org.apache.sysds.runtime" target="classFrame">DMLRuntimeException</a></li>
+<li><a href="org/apache/sysds/api/DMLScript.html" title="class in org.apache.sysds.api" target="classFrame">DMLScript</a></li>
+<li><a href="org/apache/sysds/runtime/DMLScriptException.html" title="class in org.apache.sysds.runtime" target="classFrame">DMLScriptException</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlSyntacticValidator.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlSyntacticValidator</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlSyntacticValidator.ConvertedDMLSyntax.html" title="class in org.apache.sysds.parser.dml" target="classFrame">DmlSyntacticValidator.ConvertedDMLSyntax</a></li>
+<li><a href="org/apache/sysds/parser/DMLTranslator.html" title="class in org.apache.sysds.parser" target="classFrame">DMLTranslator</a></li>
+<li><a href="org/apache/sysds/runtime/util/DMVUtils.html" title="class in org.apache.sysds.runtime.util" target="classFrame">DMVUtils</a></li>
+<li><a href="org/apache/sysds/runtime/util/DMVUtils.LEVEL_ENUM.html" title="enum in org.apache.sysds.runtime.util" target="classFrame">DMVUtils.LEVEL_ENUM</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DnnCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">DnnCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/DnnGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">DnnGPUInstruction</a></li>
+<li><a href="org/apache/sysds/hops/DnnOp.html" title="class in org.apache.sysds.hops" target="classFrame">DnnOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/DnnParameters.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">DnnParameters</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/DnnSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">DnnSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/DnnTransform.html" title="class in org.apache.sysds.lops" target="classFrame">DnnTransform</a></li>
+<li><a href="org/apache/sysds/runtime/util/DnnUtils.html" title="class in org.apache.sysds.runtime.util" target="classFrame">DnnUtils</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DoubleCountHashMap.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">DoubleCountHashMap</a></li>
+<li><a href="org/apache/sysds/parser/DoubleIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">DoubleIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DoubleIntListHashMap.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">DoubleIntListHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DoubleObject.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">DoubleObject</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/DoublePrecisionCudaSupportFunctions.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">DoublePrecisionCudaSupportFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DRLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRRLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DRRLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRRSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DRRSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">DRSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/util/EMAUtils.html" title="class in org.apache.sysds.runtime.util" target="classFrame">EMAUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/Encoder.html" title="interface in org.apache.sysds.runtime.transform.encode" target="classFrame"><span class="interfaceName">Encoder</span></a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderFactory.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">EncoderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderMVImpute.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">EncoderMVImpute</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderMVImpute.MVMethod.html" title="enum in org.apache.sysds.runtime.transform.encode" target="classFrame">EncoderMVImpute.MVMethod</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderOmit.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">EncoderOmit</a></li>
+<li><a href="org/apache/sysds/utils/EnvironmentHelper.html" title="class in org.apache.sysds.utils" target="classFrame">EnvironmentHelper</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Equals.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Equals</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/EstimationFactors.html" title="class in org.apache.sysds.runtime.compress.estim" target="classFrame">EstimationFactors</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimationUtils.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimationUtils</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBasicAvg.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorBasicAvg</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBasicWorst.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorBasicWorst</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorBitsetMM</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.BitsetMatrix.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorBitsetMM.BitsetMatrix</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.BitsetMatrix1.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorBitsetMM.BitsetMatrix1</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.BitsetMatrix2.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorBitsetMM.BitsetMatrix2</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorDensityMap.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorDensityMap</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorDensityMap.DensityMap.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorDensityMap.DensityMap</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorLayeredGraph.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorLayeredGraph</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorLayeredGraph.LayeredGraph.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorLayeredGraph.LayeredGraph</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorMatrixHistogram.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorMatrixHistogram</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorMatrixHistogram.MatrixHistogram.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorMatrixHistogram.MatrixHistogram</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorSample.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorSample</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorSampleRa.html" title="class in org.apache.sysds.hops.estim" target="classFrame">EstimatorSampleRa</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/EvalNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">EvalNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/ExecutionConfig.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">ExecutionConfig</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/ExecutionContext.html" title="class in org.apache.sysds.runtime.controlprogram.context" target="classFrame">ExecutionContext</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/ExecutionContextFactory.html" title="class in org.apache.sysds.runtime.controlprogram.context" target="classFrame">ExecutionContextFactory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/ExecutionContextMap.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">ExecutionContextMap</a></li>
+<li><a href="org/apache/sysds/utils/Explain.html" title="class in org.apache.sysds.utils" target="classFrame">Explain</a></li>
+<li><a href="org/apache/sysds/utils/Explain.ExplainCounts.html" title="class in org.apache.sysds.utils" target="classFrame">Explain.ExplainCounts</a></li>
+<li><a href="org/apache/sysds/utils/Explain.ExplainType.html" title="enum in org.apache.sysds.utils" target="classFrame">Explain.ExplainType</a></li>
+<li><a href="org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser" target="classFrame">Expression</a></li>
+<li><a href="org/apache/sysds/parser/Expression.BinaryOp.html" title="enum in org.apache.sysds.parser" target="classFrame">Expression.BinaryOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.BooleanOp.html" title="enum in org.apache.sysds.parser" target="classFrame">Expression.BooleanOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.DataOp.html" title="enum in org.apache.sysds.parser" target="classFrame">Expression.DataOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.FunctCallOp.html" title="enum in org.apache.sysds.parser" target="classFrame">Expression.FunctCallOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.RelationalOp.html" title="enum in org.apache.sysds.parser" target="classFrame">Expression.RelationalOp</a></li>
+<li><a href="org/apache/sysds/parser/dml/ExpressionInfo.html" title="class in org.apache.sysds.parser.dml" target="classFrame">ExpressionInfo</a></li>
+<li><a href="org/apache/sysds/parser/ExpressionList.html" title="class in org.apache.sysds.parser" target="classFrame">ExpressionList</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractBlockForBinaryReblock.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ExtractBlockForBinaryReblock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroup.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ExtractGroup</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroup.ExtractGroupBroadcast.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ExtractGroup.ExtractGroupBroadcast</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroup.ExtractGroupJoin.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ExtractGroup.ExtractGroupJoin</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroupNWeights.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ExtractGroupNWeights</a></li>
+<li><a href="org/apache/sysds/runtime/util/FastBufferedDataInputStream.html" title="class in org.apache.sysds.runtime.util" target="classFrame">FastBufferedDataInputStream</a></li>
+<li><a href="org/apache/sysds/runtime/util/FastBufferedDataOutputStream.html" title="class in org.apache.sysds.runtime.util" target="classFrame">FastBufferedDataOutputStream</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/FastStringTokenizer.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">FastStringTokenizer</a></li>
+<li><a href="org/apache/sysds/runtime/util/FastStringTokenizer.html" title="class in org.apache.sysds.runtime.util" target="classFrame">FastStringTokenizer</a></li>
+<li><a href="org/apache/sysds/lops/Federated.html" title="class in org.apache.sysds.lops" target="classFrame">Federated</a></li>
+<li><a href="org/apache/sysds/hops/cost/FederatedCost.html" title="class in org.apache.sysds.hops.cost" target="classFrame">FederatedCost</a></li>
+<li><a href="org/apache/sysds/hops/cost/FederatedCostEstimator.html" title="class in org.apache.sysds.hops.cost" target="classFrame">FederatedCostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedData.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedData</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/FederatedDataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">FederatedDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedLocalData.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedLocalData</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/FederatedPSControlThread.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">FederatedPSControlThread</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedRange.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedRange</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedRequest.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedRequest</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedRequest.RequestType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedRequest.RequestType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedResponse.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedResponse</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedResponse.ResponseType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedResponse.ResponseType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedStatistics.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedUDF.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedUDF</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedWorker.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedWorkerHandler.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedWorkerHandler</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedWorkerHandlerException.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederatedWorkerHandlerException</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederationMap</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.AlignType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederationMap.AlignType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.FPartitioning.html" title="enum in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederationMap.FPartitioning</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.FReplication.html" title="enum in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederationMap.FReplication</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.FType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederationMap.FType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationUtils.html" title="class in org.apache.sysds.runtime.controlprogram.federated" target="classFrame">FederationUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">FEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstruction.FederatedOutput.html" title="enum in org.apache.sysds.runtime.instructions.fed" target="classFrame">FEDInstruction.FederatedOutput</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstruction.FEDType.html" title="enum in org.apache.sysds.runtime.instructions.fed" target="classFrame">FEDInstruction.FEDType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/FEDInstructionParser.html" title="class in org.apache.sysds.runtime.instructions" target="classFrame">FEDInstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstructionUtils.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">FEDInstructionUtils</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatProperties.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FileFormatProperties</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesCSV.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FileFormatPropertiesCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesHDF5.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FileFormatPropertiesHDF5</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesLIBSVM.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FileFormatPropertiesLIBSVM</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FileFormatPropertiesMM</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.MMField.html" title="enum in org.apache.sysds.runtime.io" target="classFrame">FileFormatPropertiesMM.MMField</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.MMFormat.html" title="enum in org.apache.sysds.runtime.io" target="classFrame">FileFormatPropertiesMM.MMFormat</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.MMSymmetry.html" title="enum in org.apache.sysds.runtime.io" target="classFrame">FileFormatPropertiesMM.MMSymmetry</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/FilterDiagMatrixBlocksFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">FilterDiagMatrixBlocksFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/FilterNonEmptyBlocksFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">FilterNonEmptyBlocksFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/FilterNonEmptyBlocksFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">FilterNonEmptyBlocksFunction2</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/finegrained/FineGrainedPrivacy.html" title="interface in org.apache.sysds.runtime.privacy.finegrained" target="classFrame"><span class="interfaceName">FineGrainedPrivacy</span></a></li>
+<li><a href="org/apache/sysds/runtime/privacy/finegrained/FineGrainedPrivacyList.html" title="class in org.apache.sysds.runtime.privacy.finegrained" target="classFrame">FineGrainedPrivacyList</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/finegrained/FineGrainedPrivacyMap.html" title="class in org.apache.sysds.runtime.privacy.finegrained" target="classFrame">FineGrainedPrivacyMap</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ForProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">ForProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/ForStatement.html" title="class in org.apache.sysds.parser" target="classFrame">ForStatement</a></li>
+<li><a href="org/apache/sysds/parser/ForStatementBlock.html" title="class in org.apache.sysds.parser" target="classFrame">ForStatementBlock</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Frame.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">Frame</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/FrameAppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">FrameAppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/FrameAppendMSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">FrameAppendMSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/FrameAppendRSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">FrameAppendRSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/FrameBlock.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">FrameBlock</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/FrameBlock.ColumnMetadata.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">FrameBlock.ColumnMetadata</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/FrameBlock.FrameMapFunction.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">FrameBlock.FrameMapFunction</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/FrameFormat.html" title="enum in org.apache.sysds.api.mlcontext" target="classFrame">FrameFormat</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/FrameGenerateReader.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">FrameGenerateReader</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/FrameGenerateReader.FrameReaderRowIrregular.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">FrameGenerateReader.FrameReaderRowIrregular</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/FrameGenerateReader.FrameReaderRowRegularColIrregular.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">FrameGenerateReader.FrameReaderRowRegularColIrregular</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/FrameGenerateReader.FrameReaderRowRegularColRegular.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">FrameGenerateReader.FrameReaderRowRegularColRegular</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/FrameIndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">FrameIndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/FrameIndexingSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">FrameIndexingSPInstruction</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/FrameMetadata.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">FrameMetadata</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/FrameObject.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">FrameObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDAggregateUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">FrameRDDAggregateUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">FrameRDDConverterUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongFrameToLongWritableFrameFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">FrameRDDConverterUtils.LongFrameToLongWritableFrameFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongWritableFrameToLongFrameFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">FrameRDDConverterUtils.LongWritableFrameToLongFrameFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongWritableTextToLongTextFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">FrameRDDConverterUtils.LongWritableTextToLongTextFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongWritableToSerFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">FrameRDDConverterUtils.LongWritableToSerFunction</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReader.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderBinaryBlock.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderFactory.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderJSONL.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderJSONL</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderJSONLParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderJSONLParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderProto.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderProto</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCell.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCellParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCSV.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCSVParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameReaderTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/FrameReblockBuffer.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">FrameReblockBuffer</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/FrameSchema.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">FrameSchema</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriter.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriter</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterBinaryBlock.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterFactory.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterJSONL.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterJSONL</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterJSONLParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterJSONLParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterProto.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterProto</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCell.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCellParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCSV.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCSVParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">FrameWriterTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/lops/FunctionCallCP.html" title="class in org.apache.sysds.lops" target="classFrame">FunctionCallCP</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/FunctionCallCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">FunctionCallCPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/ipa/FunctionCallGraph.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">FunctionCallGraph</a></li>
+<li><a href="org/apache/sysds/parser/FunctionCallIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">FunctionCallIdentifier</a></li>
+<li><a href="org/apache/sysds/hops/ipa/FunctionCallSizeInfo.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">FunctionCallSizeInfo</a></li>
+<li><a href="org/apache/sysds/parser/FunctionDictionary.html" title="class in org.apache.sysds.parser" target="classFrame">FunctionDictionary</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/FunctionObject.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">FunctionObject</a></li>
+<li><a href="org/apache/sysds/hops/FunctionOp.html" title="class in org.apache.sysds.hops" target="classFrame">FunctionOp</a></li>
+<li><a href="org/apache/sysds/hops/FunctionOp.FunctionType.html" title="enum in org.apache.sysds.hops" target="classFrame">FunctionOp.FunctionType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/FunctionProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">FunctionProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/FunctionStatement.html" title="class in org.apache.sysds.parser" target="classFrame">FunctionStatement</a></li>
+<li><a href="org/apache/sysds/parser/FunctionStatementBlock.html" title="class in org.apache.sysds.parser" target="classFrame">FunctionStatementBlock</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/GenerateReader.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">GenerateReader</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/GenerateReader.GenerateReaderFrame.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">GenerateReader.GenerateReaderFrame</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/GenerateReader.GenerateReaderMatrix.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">GenerateReader.GenerateReaderMatrix</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/GetMIMBFromRow.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">GetMIMBFromRow</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUContext.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPUContext</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUContextPool.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPUContextPool</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/GPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">GPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html" title="enum in org.apache.sysds.runtime.instructions.gpu" target="classFrame">GPUInstruction.GPUINSTRUCTION_TYPE</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/GPUInstructionParser.html" title="class in org.apache.sysds.runtime.instructions" target="classFrame">GPUInstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPULazyCudaFreeMemoryManager.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPULazyCudaFreeMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMatrixMemoryManager.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPUMatrixMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryAllocator.html" title="interface in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame"><span class="interfaceName">GPUMemoryAllocator</span></a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryEviction.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPUMemoryEviction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryManager.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPUMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryManager.EvictionPolicyBasedComparator.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPUMemoryManager.EvictionPolicyBasedComparator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUObject.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">GPUObject</a></li>
+<li><a href="org/apache/sysds/utils/GPUStatistics.html" title="class in org.apache.sysds.utils" target="classFrame">GPUStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/GreaterThan.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">GreaterThan</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/GreaterThanEquals.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">GreaterThanEquals</a></li>
+<li><a href="org/apache/sysds/lops/GroupedAggregate.html" title="class in org.apache.sysds.lops" target="classFrame">GroupedAggregate</a></li>
+<li><a href="org/apache/sysds/lops/GroupedAggregateM.html" title="class in org.apache.sysds.lops" target="classFrame">GroupedAggregateM</a></li>
+<li><a href="org/apache/sysds/lops/GroupedAggregateM.CacheType.html" title="enum in org.apache.sysds.lops" target="classFrame">GroupedAggregateM.CacheType</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5BTree.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5BTree</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5BufferBuilder.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5BufferBuilder</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5Constants.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5Constants</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5ContiguousDataset.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5ContiguousDataset</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5DataLayoutMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5DataLayoutMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5DataSpaceMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5DataSpaceMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5DataTypeMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5DataTypeMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5DoubleDataType.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5DoubleDataType</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5FillValueMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5FillValueMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5GroupSymbolTableNode.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5GroupSymbolTableNode</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5LocalHeap.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5LocalHeap</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5Message.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5Message</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5NilMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5NilMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5ObjectHeader.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5ObjectHeader</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5ObjectModificationTimeMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5ObjectModificationTimeMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5RootObject.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5RootObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5RuntimeException.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5RuntimeException</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5Superblock.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5Superblock</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5SymbolTableEntry.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">H5SymbolTableEntry</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5SymbolTableMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message" target="classFrame">H5SymbolTableMessage</a></li>
+<li><a href="org/apache/sysds/utils/Hash.html" title="class in org.apache.sysds.utils" target="classFrame">Hash</a></li>
+<li><a href="org/apache/sysds/utils/Hash.HashType.html" title="enum in org.apache.sysds.utils" target="classFrame">Hash.HashType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/HassAndStokes.html" title="class in org.apache.sysds.runtime.compress.estim.sample" target="classFrame">HassAndStokes</a></li>
+<li><a href="org/apache/sysds/runtime/util/HDFSTool.html" title="class in org.apache.sysds.runtime.util" target="classFrame">HDFSTool</a></li>
+<li><a href="org/apache/sysds/hops/Hop.html" title="class in org.apache.sysds.hops" target="classFrame">Hop</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/HopDagValidator.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">HopDagValidator</a></li>
+<li><a href="org/apache/sysds/hops/cost/HopRel.html" title="class in org.apache.sysds.hops.cost" target="classFrame">HopRel</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/HopRewriteRule.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">HopRewriteRule</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/HopRewriteUtils.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">HopRewriteUtils</a></li>
+<li><a href="org/apache/sysds/hops/HopsException.html" title="class in org.apache.sysds.hops" target="classFrame">HopsException</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/HybridCostEstimator.html" title="class in org.apache.sysds.runtime.compress.cost" target="classFrame">HybridCostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/ICostEstimate.html" title="interface in org.apache.sysds.runtime.compress.cost" target="classFrame"><span class="interfaceName">ICostEstimate</span></a></li>
+<li><a href="org/apache/sysds/parser/Identifier.html" title="class in org.apache.sysds.parser" target="classFrame">Identifier</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/IDHandler.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util" target="classFrame">IDHandler</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/IDSequence.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util" target="classFrame">IDSequence</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/IfElse.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">IfElse</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/IfProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">IfProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/IfStatement.html" title="class in org.apache.sysds.parser" target="classFrame">IfStatement</a></li>
+<li><a href="org/apache/sysds/parser/IfStatementBlock.html" title="class in org.apache.sysds.parser" target="classFrame">IfStatementBlock</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/IJV.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">IJV</a></li>
+<li><a href="org/apache/sysds/parser/ImportStatement.html" title="class in org.apache.sysds.parser" target="classFrame">ImportStatement</a></li>
+<li><a href="org/apache/sysds/parser/IndexedIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">IndexedIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/IndexedMatrixValue.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">IndexedMatrixValue</a></li>
+<li><a href="org/apache/sysds/runtime/data/IndexedTensorBlock.html" title="class in org.apache.sysds.runtime.data" target="classFrame">IndexedTensorBlock</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/IndexFunction.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">IndexFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/IndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">IndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/IndexingFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">IndexingFEDInstruction</a></li>
+<li><a href="org/apache/sysds/hops/IndexingOp.html" title="class in org.apache.sysds.hops" target="classFrame">IndexingOp</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/IndexingSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">IndexingSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/util/IndexRange.html" title="class in org.apache.sysds.runtime.util" target="classFrame">IndexRange</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/InfrastructureAnalyzer.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.stat" target="classFrame">InfrastructureAnalyzer</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/InitFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">InitFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/io/InputOutputInfo.html" title="class in org.apache.sysds.runtime.io" target="classFrame">InputOutputInfo</a></li>
+<li><a href="org/apache/sysds/runtime/util/InputStreamInputFormat.html" title="class in org.apache.sysds.runtime.util" target="classFrame">InputStreamInputFormat</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/InsertionSorterFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort" target="classFrame">InsertionSorterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/InsertionSorterFactory.SORT_TYPE.html" title="enum in org.apache.sysds.runtime.compress.colgroup.insertionsort" target="classFrame">InsertionSorterFactory.SORT_TYPE</a></li>
+<li><a href="org/apache/sysds/utils/InstallDependencyForIntegrationTests.html" title="class in org.apache.sysds.utils" target="classFrame">InstallDependencyForIntegrationTests</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/Instruction.html" title="class in org.apache.sysds.runtime.instructions" target="classFrame">Instruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/Instruction.IType.html" title="enum in org.apache.sysds.runtime.instructions" target="classFrame">Instruction.IType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/InstructionParser.html" title="class in org.apache.sysds.runtime.instructions" target="classFrame">InstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/InstructionTypeCounter.html" title="class in org.apache.sysds.runtime.compress.cost" target="classFrame">InstructionTypeCounter</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/InstructionUtils.html" title="class in org.apache.sysds.runtime.instructions" target="classFrame">InstructionUtils</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/IntArrayList.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">IntArrayList</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/IntegerDivide.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">IntegerDivide</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/InterestingPoint.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">InterestingPoint</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/InterestingPoint.DecisionType.html" title="enum in org.apache.sysds.hops.codegen.opt" target="classFrame">InterestingPoint.DecisionType</a></li>
+<li><a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">InterProceduralAnalysis</a></li>
+<li><a href="org/apache/sysds/parser/IntIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">IntIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/IntObject.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">IntObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/IOUtilFunctions.html" title="class in org.apache.sysds.runtime.io" target="classFrame">IOUtilFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/io/IOUtilFunctions.CountRowsTask.html" title="class in org.apache.sysds.runtime.io" target="classFrame">IOUtilFunctions.CountRowsTask</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPass.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPass</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassApplyStaticAndDynamicHopRewrites.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassApplyStaticAndDynamicHopRewrites</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassCompressionWorkloadAnalysis.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassCompressionWorkloadAnalysis</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassEliminateDeadCode.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassEliminateDeadCode</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassFlagFunctionsRecompileOnce.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassFlagFunctionsRecompileOnce</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassFlagNonDeterminism.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassFlagNonDeterminism</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassForwardFunctionCalls.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassForwardFunctionCalls</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassInlineFunctions.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassInlineFunctions</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassPropagateReplaceLiterals.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassPropagateReplaceLiterals</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassRemoveConstantBinaryOps.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassRemoveConstantBinaryOps</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassRemoveUnnecessaryCheckpoints.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassRemoveUnnecessaryCheckpoints</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassRemoveUnusedFunctions.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassRemoveUnusedFunctions</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassReplaceEvalFunctionCalls.html" title="class in org.apache.sysds.hops.ipa" target="classFrame">IPAPassReplaceEvalFunctionCalls</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/IPAPassRewriteFederatedPlan.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">IPAPassRewriteFederatedPlan</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/IsBlockInList.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">IsBlockInList</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/IsBlockInRange.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">IsBlockInRange</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/IsFrameBlockInRange.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">IsFrameBlockInRange</a></li>
+<li><a href="org/apache/sysds/parser/IterablePredicate.html" title="class in org.apache.sysds.parser" target="classFrame">IterablePredicate</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/JCudaKernels.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">JCudaKernels</a></li>
+<li><a href="org/apache/sysds/api/jmlc/JMLCUtils.html" title="class in org.apache.sysds.api.jmlc" target="classFrame">JMLCUtils</a></li>
+<li><a href="org/apache/sysds/utils/JSONHelper.html" title="class in org.apache.sysds.utils" target="classFrame">JSONHelper</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/KahanFunction.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">KahanFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/KahanObject.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">KahanObject</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/KahanPlus.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">KahanPlus</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/KahanPlusSq.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">KahanPlusSq</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/KeepDataOnWorkerFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">KeepDataOnWorkerFederatedScheme</a></li>
+<li><a href="org/apache/sysds/parser/LanguageException.html" title="class in org.apache.sysds.parser" target="classFrame">LanguageException</a></li>
+<li><a href="org/apache/sysds/parser/LanguageException.LanguageErrorCodes.html" title="class in org.apache.sysds.parser" target="classFrame">LanguageException.LanguageErrorCodes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/LazyIterableIterator.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">LazyIterableIterator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/LazyWriteBuffer.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">LazyWriteBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/LazyWriteBuffer.RPolicy.html" title="enum in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">LazyWriteBuffer.RPolicy</a></li>
+<li><a href="org/apache/sysds/lops/LeftIndex.html" title="class in org.apache.sysds.lops" target="classFrame">LeftIndex</a></li>
+<li><a href="org/apache/sysds/lops/LeftIndex.LixCacheType.html" title="enum in org.apache.sysds.lops" target="classFrame">LeftIndex.LixCacheType</a></li>
+<li><a href="org/apache/sysds/hops/LeftIndexingOp.html" title="class in org.apache.sysds.hops" target="classFrame">LeftIndexingOp</a></li>
+<li><a href="org/apache/sysds/hops/LeftIndexingOp.LeftIndexingMethod.html" title="enum in org.apache.sysds.hops" target="classFrame">LeftIndexingOp.LeftIndexingMethod</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/LeftScalarOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">LeftScalarOperator</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/LegacyEncoder.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">LegacyEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/LessThan.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">LessThan</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/LessThanEquals.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">LessThanEquals</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibCommonsMath.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibCommonsMath</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixAgg.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixAgg</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixBincell.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixBincell</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixBincell.BinaryAccessType.html" title="enum in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixBincell.BinaryAccessType</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCountDistinct.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCountDistinct</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCUDA.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCUDA</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNN.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCuDNN</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNConvolutionAlgorithm.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCuDNNConvolutionAlgorithm</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNInputRowFetcher.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCuDNNInputRowFetcher</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNPoolingDescriptors.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCuDNNPoolingDescriptors</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNRnnAlgorithm.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCuDNNRnnAlgorithm</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuMatMult.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixCuMatMult</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDatagen.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDatagen</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNN.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNN</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNN.PoolingType.html" title="enum in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNN.PoolingType</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNConv2d.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNConv2d</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNHelper.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNHelper</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNIm2Col.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNIm2Col</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNPooling.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNPooling</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRelu.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNRelu</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRelu.ReluBackward.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNRelu.ReluBackward</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRotate180.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixDNNRotate180</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRotate180.Rotate180Worker.html" title="interface in org.apache.sysds.runtime.matrix.data" target="classFrame"><span class="interfaceName">LibMatrixDNNRotate180.Rotate180Worker</span></a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixMult.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixMult</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixNative.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixNative</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixOuterAgg.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixOuterAgg</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixReorg.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixReorg</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixTercell.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">LibMatrixTercell</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/LibSpoofPrimitives.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">LibSpoofPrimitives</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/LIBSVMReblockSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">LIBSVMReblockSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/data/LibTensorAgg.html" title="class in org.apache.sysds.runtime.data" target="classFrame">LibTensorAgg</a></li>
+<li><a href="org/apache/sysds/runtime/data/LibTensorBincell.html" title="class in org.apache.sysds.runtime.data" target="classFrame">LibTensorBincell</a></li>
+<li><a href="org/apache/sysds/runtime/data/LibTensorReorg.html" title="class in org.apache.sysds.runtime.data" target="classFrame">LibTensorReorg</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/Lineage.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">Lineage</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCache.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageCache</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheConfig.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageCacheConfig</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheConfig.LineageCachePolicy.html" title="enum in org.apache.sysds.runtime.lineage" target="classFrame">LineageCacheConfig.LineageCachePolicy</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheConfig.ReuseCacheType.html" title="enum in org.apache.sysds.runtime.lineage" target="classFrame">LineageCacheConfig.ReuseCacheType</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheEntry.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageCacheEntry</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheEviction.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageCacheEviction</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheStatistics.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageCacheStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCodegenItem.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageCodegenItem</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageDebugger.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageDebugger</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageDedupBlock.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageDedupBlock</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageDedupUtils.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageDedupUtils</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageEstimator.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageEstimatorStatistics.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageEstimatorStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageGPUCacheEviction.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageGPUCacheEviction</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageItem.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageItem</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageItem.LineageItemType.html" title="enum in org.apache.sysds.runtime.lineage" target="classFrame">LineageItem.LineageItemType</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageItemUtils.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageItemUtils</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageMap.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageMap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/LineageObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">LineageObject</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageParser.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageParser</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageRecomputeUtils.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageRecomputeUtils</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageRewriteReuse.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageRewriteReuse</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageTokenizer.html" title="class in org.apache.sysds.runtime.lineage" target="classFrame">LineageTokenizer</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageTraceable.html" title="interface in org.apache.sysds.runtime.lineage" target="classFrame"><span class="interfaceName">LineageTraceable</span></a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/ListAppendPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">ListAppendPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ListAppendRemoveCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ListAppendRemoveCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ListIndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ListIndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ListObject.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ListObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/ListReader.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ListReader</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/ListRemovePropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">ListRemovePropagator</a></li>
+<li><a href="org/apache/sysds/runtime/io/ListWriter.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ListWriter</a></li>
+<li><a href="org/apache/sysds/hops/LiteralOp.html" title="class in org.apache.sysds.hops" target="classFrame">LiteralOp</a></li>
+<li><a href="org/apache/sysds/hops/recompile/LiteralReplacement.html" title="class in org.apache.sysds.hops.recompile" target="classFrame">LiteralReplacement</a></li>
+<li><a href="org/apache/sysds/parser/LiveVariableAnalysis.html" title="class in org.apache.sysds.parser" target="classFrame">LiveVariableAnalysis</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/LocalDataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">LocalDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/util/LocalFileUtils.html" title="class in org.apache.sysds.runtime.util" target="classFrame">LocalFileUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/LocalParamServer.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">LocalParamServer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/LocalParWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">LocalParWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/LocalPSWorker.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">LocalPSWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/LocalTaskQueue.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">LocalTaskQueue</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/LocalVariableMap.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">LocalVariableMap</a></li>
+<li><a href="org/apache/sysds/runtime/util/LongLongDoubleHashMap.html" title="class in org.apache.sysds.runtime.util" target="classFrame">LongLongDoubleHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/util/LongLongDoubleHashMap.ADoubleEntry.html" title="class in org.apache.sysds.runtime.util" target="classFrame">LongLongDoubleHashMap.ADoubleEntry</a></li>
+<li><a href="org/apache/sysds/runtime/util/LongLongDoubleHashMap.EntryType.html" title="enum in org.apache.sysds.runtime.util" target="classFrame">LongLongDoubleHashMap.EntryType</a></li>
+<li><a href="org/apache/sysds/lops/Lop.html" title="class in org.apache.sysds.lops" target="classFrame">Lop</a></li>
+<li><a href="org/apache/sysds/lops/Lop.SimpleInstType.html" title="enum in org.apache.sysds.lops" target="classFrame">Lop.SimpleInstType</a></li>
+<li><a href="org/apache/sysds/lops/Lop.Type.html" title="enum in org.apache.sysds.lops" target="classFrame">Lop.Type</a></li>
+<li><a href="org/apache/sysds/lops/Lop.VisitStatus.html" title="enum in org.apache.sysds.lops" target="classFrame">Lop.VisitStatus</a></li>
+<li><a href="org/apache/sysds/lops/compile/LopComparator.html" title="class in org.apache.sysds.lops.compile" target="classFrame">LopComparator</a></li>
+<li><a href="org/apache/sysds/lops/LopProperties.html" title="class in org.apache.sysds.lops" target="classFrame">LopProperties</a></li>
+<li><a href="org/apache/sysds/lops/LopsException.html" title="class in org.apache.sysds.lops" target="classFrame">LopsException</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MapInputSignature.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">MapInputSignature</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MapJoinSignature.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">MapJoinSignature</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MapmmChainSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MapmmChainSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MapmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MapmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/MapMult.html" title="class in org.apache.sysds.lops" target="classFrame">MapMult</a></li>
+<li><a href="org/apache/sysds/lops/MapMult.CacheType.html" title="enum in org.apache.sysds.lops" target="classFrame">MapMult.CacheType</a></li>
+<li><a href="org/apache/sysds/lops/MapMultChain.html" title="class in org.apache.sysds.lops" target="classFrame">MapMultChain</a></li>
+<li><a href="org/apache/sysds/lops/MapMultChain.ChainType.html" title="enum in org.apache.sysds.lops" target="classFrame">MapMultChain.ChainType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToBit.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping" target="classFrame">MapToBit</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToByte.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping" target="classFrame">MapToByte</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToChar.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping" target="classFrame">MapToChar</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping" target="classFrame">MapToFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToFactory.MAP_TYPE.html" title="enum in org.apache.sysds.runtime.compress.colgroup.mapping" target="classFrame">MapToFactory.MAP_TYPE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToInt.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping" target="classFrame">MapToInt</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/MarkForLineageReuse.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">MarkForLineageReuse</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/MaterializeSort.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort" target="classFrame">MaterializeSort</a></li>
+<li><a href="org/apache/sysds/lops/MatMultCP.html" title="class in org.apache.sysds.lops" target="classFrame">MatMultCP</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Matrix.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">Matrix</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MatrixAppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">MatrixAppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixAppendGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixAppendGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixAppendMSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MatrixAppendMSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixAppendRSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MatrixAppendRSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlock.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">MatrixBlock</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlock.SparsityEstimate.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">MatrixBlock.SparsityEstimate</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlockDataInput.html" title="interface in org.apache.sysds.runtime.matrix.data" target="classFrame"><span class="interfaceName">MatrixBlockDataInput</span></a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlockDataOutput.html" title="interface in org.apache.sysds.runtime.matrix.data" target="classFrame"><span class="interfaceName">MatrixBlockDataOutput</span></a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/MatrixBlockDictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary" target="classFrame">MatrixBlockDictionary</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixBuiltinGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixBuiltinGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MatrixBuiltinNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">MatrixBuiltinNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixCell.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">MatrixCell</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MatrixCharacteristics.html" title="class in org.apache.sysds.runtime.meta" target="classFrame">MatrixCharacteristics</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MatrixFormat.html" title="enum in org.apache.sysds.api.mlcontext" target="classFrame">MatrixFormat</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/MatrixGenerateReader.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">MatrixGenerateReader</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/MatrixGenerateReader.MatrixReaderRowIrregular.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">MatrixGenerateReader.MatrixReaderRowIrregular</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/MatrixGenerateReader.MatrixReaderRowRegularColIrregular.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">MatrixGenerateReader.MatrixReaderRowRegularColIrregular</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/MatrixGenerateReader.MatrixReaderRowRegularColRegular.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">MatrixGenerateReader.MatrixReaderRowRegularColRegular</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixIndexes.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">MatrixIndexes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cpfile/MatrixIndexingCPFileInstruction.html" title="class in org.apache.sysds.runtime.instructions.cpfile" target="classFrame">MatrixIndexingCPFileInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MatrixIndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">MatrixIndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixIndexingGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixIndexingGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixIndexingSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MatrixIndexingSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixArithmeticGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixMatrixArithmeticGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixAxpyGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixMatrixAxpyGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MatrixMatrixBinaryOpFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">MatrixMatrixBinaryOpFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixBuiltinGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixMatrixBuiltinGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixRelationalBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixMatrixRelationalBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MatrixMetadata.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">MatrixMetadata</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">MatrixMultiplicationPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagatorNaive.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">MatrixMultiplicationPropagatorNaive</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagatorPrivateFirst.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">MatrixMultiplicationPropagatorPrivateFirst</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagatorPrivateFirstOptimized.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">MatrixMultiplicationPropagatorPrivateFirstOptimized</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/MatrixObject.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">MatrixObject</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/MatrixObject.UpdateType.html" title="enum in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">MatrixObject.UpdateType</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixReader.html" title="class in org.apache.sysds.runtime.io" target="classFrame">MatrixReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixReaderFactory.html" title="class in org.apache.sysds.runtime.io" target="classFrame">MatrixReaderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixReshapeGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MatrixReshapeGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixReshapeSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MatrixReshapeSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MatrixScalarUnaryFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">MatrixScalarUnaryFunction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixValue.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">MatrixValue</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixValue.CellIndex.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">MatrixValue.CellIndex</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MatrixVectorBinaryOpPartitionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">MatrixVectorBinaryOpPartitionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixWriter.html" title="class in org.apache.sysds.runtime.io" target="classFrame">MatrixWriter</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixWriterFactory.html" title="class in org.apache.sysds.runtime.io" target="classFrame">MatrixWriterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Mean.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Mean</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/MemoryCostEstimator.html" title="class in org.apache.sysds.runtime.compress.cost" target="classFrame">MemoryCostEstimator</a></li>
+<li><a href="org/apache/sysds/utils/MemoryEstimates.html" title="class in org.apache.sysds.utils" target="classFrame">MemoryEstimates</a></li>
+<li><a href="org/apache/sysds/hops/MemoTable.html" title="class in org.apache.sysds.hops" target="classFrame">MemoTable</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/MergeSort.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort" target="classFrame">MergeSort</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Metadata.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">Metadata</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MetaData.html" title="class in org.apache.sysds.runtime.meta" target="classFrame">MetaData</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MetaDataAll.html" title="class in org.apache.sysds.runtime.meta" target="classFrame">MetaDataAll</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MetaDataFormat.html" title="class in org.apache.sysds.runtime.meta" target="classFrame">MetaDataFormat</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MetaDataUtils.html" title="class in org.apache.sysds.runtime.meta" target="classFrame">MetaDataUtils</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Minus.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Minus</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Minus1Multiply.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Minus1Multiply</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/MinusMultiply.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">MinusMultiply</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/MinusNz.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">MinusNz</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContext.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">MLContext</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContext.ExecutionType.html" title="enum in org.apache.sysds.api.mlcontext" target="classFrame">MLContext.ExecutionType</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContext.ExplainLevel.html" title="enum in org.apache.sysds.api.mlcontext" target="classFrame">MLContext.ExplainLevel</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContextConversionUtil.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">MLContextConversionUtil</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContextException.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">MLContextException</a></li>
+<li><a href="org/apache/sysds/utils/MLContextProxy.html" title="class in org.apache.sysds.utils" target="classFrame">MLContextProxy</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContextUtil.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">MLContextUtil</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLResults.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">MLResults</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MMChainCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">MMChainCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MMChainFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">MMChainFEDInstruction</a></li>
+<li><a href="org/apache/sysds/lops/MMCJ.html" title="class in org.apache.sysds.lops" target="classFrame">MMCJ</a></li>
+<li><a href="org/apache/sysds/lops/MMCJ.MMCJType.html" title="enum in org.apache.sysds.lops" target="classFrame">MMCJ.MMCJType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">MMFEDInstruction</a></li>
+<li><a href="org/apache/sysds/hops/estim/MMNode.html" title="class in org.apache.sysds.hops.estim" target="classFrame">MMNode</a></li>
+<li><a href="org/apache/sysds/lops/MMRJ.html" title="class in org.apache.sysds.lops" target="classFrame">MMRJ</a></li>
+<li><a href="org/apache/sysds/lops/MMTSJ.html" title="class in org.apache.sysds.lops" target="classFrame">MMTSJ</a></li>
+<li><a href="org/apache/sysds/lops/MMTSJ.MMTSJType.html" title="enum in org.apache.sysds.lops" target="classFrame">MMTSJ.MMTSJType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MMTSJCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">MMTSJCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MMTSJGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">MMTSJGPUInstruction</a></li>
+<li><a href="org/apache/sysds/lops/MMZip.html" title="class in org.apache.sysds.lops" target="classFrame">MMZip</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Modulus.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Modulus</a></li>
+<li><a href="org/apache/sysds/parser/MultiAssignmentStatement.html" title="class in org.apache.sysds.parser" target="classFrame">MultiAssignmentStatement</a></li>
+<li><a href="org/apache/sysds/runtime/compress/bitmap/MultiColBitmap.html" title="class in org.apache.sysds.runtime.compress.bitmap" target="classFrame">MultiColBitmap</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/MultiColumnEncoder.html" title="class in org.apache.sysds.runtime.transform.encode" target="classFrame">MultiColumnEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Multiply.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Multiply</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Multiply2.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Multiply2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MultiReturnBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">MultiReturnBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MultiReturnParameterizedBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">MultiReturnParameterizedBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MultiReturnParameterizedBuiltinFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">MultiReturnParameterizedBuiltinFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MultiReturnParameterizedBuiltinFEDInstruction.CreateFrameEncoder.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">MultiReturnParameterizedBuiltinFEDInstruction.CreateFrameEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MultiReturnParameterizedBuiltinFEDInstruction.ExecuteFrameEncoder.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">MultiReturnParameterizedBuiltinFEDInstruction.ExecuteFrameEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MultiReturnParameterizedBuiltinSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuild2Function.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuild2Function</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuildFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuildFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroup2Function.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroup2Function</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroupFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroupFunction</a></li>
+<li><a href="org/apache/sysds/hops/MultiThreadedHop.html" title="class in org.apache.sysds.hops" target="classFrame">MultiThreadedHop</a></li>
+<li><a href="org/apache/sysds/lops/Nary.html" title="class in org.apache.sysds.lops" target="classFrame">Nary</a></li>
+<li><a href="org/apache/sysds/hops/NaryOp.html" title="class in org.apache.sysds.hops" target="classFrame">NaryOp</a></li>
+<li><a href="org/apache/sysds/utils/NativeHelper.html" title="class in org.apache.sysds.utils" target="classFrame">NativeHelper</a></li>
+<li><a href="org/apache/sysds/utils/NativeHelper.NativeBlasState.html" title="enum in org.apache.sysds.utils" target="classFrame">NativeHelper.NativeBlasState</a></li>
+<li><a href="org/apache/sysds/runtime/util/NormalPRNGenerator.html" title="class in org.apache.sysds.runtime.util" target="classFrame">NormalPRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Not.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Not</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/NotEquals.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">NotEquals</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/OffsetByte.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset" target="classFrame">OffsetByte</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/OffsetChar.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset" target="classFrame">OffsetChar</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/OffsetColumnIndex.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">OffsetColumnIndex</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/OffsetFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset" target="classFrame">OffsetFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/OffsetFactory.OFF_TYPE.html" title="enum in org.apache.sysds.runtime.compress.colgroup.offset" target="classFrame">OffsetFactory.OFF_TYPE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/Op.html" title="class in org.apache.sysds.runtime.compress.workload" target="classFrame">Op</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/OperationsOnMatrixValues.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">OperationsOnMatrixValues</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/Operator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">Operator</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/OperatorType.html" title="enum in org.apache.sysds.runtime.privacy.propagation" target="classFrame">OperatorType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/OpMetadata.html" title="class in org.apache.sysds.runtime.compress.workload" target="classFrame">OpMetadata</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/OpNormal.html" title="class in org.apache.sysds.runtime.compress.workload" target="classFrame">OpNormal</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/OpSided.html" title="class in org.apache.sysds.runtime.compress.workload" target="classFrame">OpSided</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizationWrapper.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptimizationWrapper</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/Optimizer.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">Optimizer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/Optimizer.CostModelType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">Optimizer.CostModelType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/Optimizer.PlanInputType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">Optimizer.PlanInputType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizerConstrained.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptimizerConstrained</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizerHeuristic.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptimizerHeuristic</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizerRuleBased.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptimizerRuleBased</a></li>
+<li><a href="org/apache/sysds/hops/OptimizerUtils.html" title="class in org.apache.sysds.hops" target="classFrame">OptimizerUtils</a></li>
+<li><a href="org/apache/sysds/hops/OptimizerUtils.OptimizationLevel.html" title="enum in org.apache.sysds.hops" target="classFrame">OptimizerUtils.OptimizationLevel</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptNode</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.ExecType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptNode.ExecType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.NodeType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptNode.NodeType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.ParamType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptNode.ParamType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNodeStatistics.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptNodeStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTree.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptTree</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreeConverter.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptTreeConverter</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanChecker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptTreePlanChecker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanMapping.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptTreePlanMapping</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanMappingAbstract.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptTreePlanMappingAbstract</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanMappingRuntime.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">OptTreePlanMappingRuntime</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Or.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Or</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/ORLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">ORLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/ORSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">ORSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/OuterVectorBinaryOpFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">OuterVectorBinaryOpFunction</a></li>
+<li><a href="org/apache/sysds/lops/OutputParameters.html" title="class in org.apache.sysds.lops" target="classFrame">OutputParameters</a></li>
+<li><a href="org/apache/sysds/parser/OutputStatement.html" title="class in org.apache.sysds.parser" target="classFrame">OutputStatement</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/PageCache.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">PageCache</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/Pair.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">Pair</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/PairWritableBlock.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util" target="classFrame">PairWritableBlock</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/PairWritableCell.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util" target="classFrame">PairWritableCell</a></li>
+<li><a href="org/apache/sysds/utils/ParameterBuilder.html" title="class in org.apache.sysds.utils" target="classFrame">ParameterBuilder</a></li>
+<li><a href="org/apache/sysds/parser/ParameterExpression.html" title="class in org.apache.sysds.parser" target="classFrame">ParameterExpression</a></li>
+<li><a href="org/apache/sysds/lops/ParameterizedBuiltin.html" title="class in org.apache.sysds.lops" target="classFrame">ParameterizedBuiltin</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ParameterizedBuiltin.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">ParameterizedBuiltin</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ParameterizedBuiltin.ParameterizedBuiltinCode.html" title="enum in org.apache.sysds.runtime.functionobjects" target="classFrame">ParameterizedBuiltin.ParameterizedBuiltinCode</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ParameterizedBuiltin.ProbabilityDistributionCode.html" title="enum in org.apache.sysds.runtime.functionobjects" target="classFrame">ParameterizedBuiltin.ProbabilityDistributionCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ParameterizedBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ParameterizedBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ParameterizedBuiltinFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ParameterizedBuiltinFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ParameterizedBuiltinFEDInstruction.DecodeMatrix.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ParameterizedBuiltinFEDInstruction.DecodeMatrix</a></li>
+<li><a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html" title="class in org.apache.sysds.parser" target="classFrame">ParameterizedBuiltinFunctionExpression</a></li>
+<li><a href="org/apache/sysds/hops/ParameterizedBuiltinOp.html" title="class in org.apache.sysds.hops" target="classFrame">ParameterizedBuiltinOp</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.CreateMatrixCell.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.CreateMatrixCell</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDFrameReplaceFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDFrameReplaceFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDReplaceFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDReplaceFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDRExpandFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDRExpandFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTokenizeFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDTokenizeFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformApplyFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDTransformApplyFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformApplyOffsetFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDTransformApplyOffsetFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformDecodeExpandFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDTransformDecodeExpandFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformDecodeFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ParameterizedBuiltinSPInstruction.RDDTransformDecodeFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ParamservBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ParamservBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/ParamServer.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">ParamServer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/ParamservUtils.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">ParamservUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ParForBody.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ParForBody</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PartitionFormat.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock.PartitionFormat</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PDataPartitioner.html" title="enum in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock.PDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PDataPartitionFormat.html" title="enum in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock.PDataPartitionFormat</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PExecMode.html" title="enum in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock.PExecMode</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.POptMode.html" title="enum in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock.POptMode</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PResultMerge.html" title="enum in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock.PResultMerge</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PTaskPartitioner.html" title="enum in org.apache.sysds.runtime.controlprogram" target="classFrame">ParForProgramBlock.PTaskPartitioner</a></li>
+<li><a href="org/apache/sysds/parser/ParForStatement.html" title="class in org.apache.sysds.parser" target="classFrame">ParForStatement</a></li>
+<li><a href="org/apache/sysds/parser/ParForStatementBlock.html" title="class in org.apache.sysds.parser" target="classFrame">ParForStatementBlock</a></li>
+<li><a href="org/apache/sysds/parser/ParForStatementBlock.ResultVar.html" title="class in org.apache.sysds.parser" target="classFrame">ParForStatementBlock.ResultVar</a></li>
+<li><a href="org/apache/sysds/parser/ParseException.html" title="class in org.apache.sysds.parser" target="classFrame">ParseException</a></li>
+<li><a href="org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser" target="classFrame"><span class="interfaceName">ParseInfo</span></a></li>
+<li><a href="org/apache/sysds/parser/ParserFactory.html" title="class in org.apache.sysds.parser" target="classFrame">ParserFactory</a></li>
+<li><a href="org/apache/sysds/parser/ParserWrapper.html" title="class in org.apache.sysds.parser" target="classFrame">ParserWrapper</a></li>
+<li><a href="org/apache/sysds/lops/PartialAggregate.html" title="class in org.apache.sysds.lops" target="classFrame">PartialAggregate</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/PartitionedBlock.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">PartitionedBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/PartitionedBroadcast.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">PartitionedBroadcast</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ParWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ParWorker</a></li>
+<li><a href="org/apache/sysds/parser/PathStatement.html" title="class in org.apache.sysds.parser" target="classFrame">PathStatement</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/PerformGroupByAggInCombiner.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">PerformGroupByAggInCombiner</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/PerformGroupByAggInReducer.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">PerformGroupByAggInReducer</a></li>
+<li><a href="org/apache/sysds/lops/PickByCount.html" title="class in org.apache.sysds.lops" target="classFrame">PickByCount</a></li>
+<li><a href="org/apache/sysds/lops/PickByCount.OperationTypes.html" title="enum in org.apache.sysds.lops" target="classFrame">PickByCount.OperationTypes</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanAnalyzer.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanAnalyzer</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanPartition.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanPartition</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelection.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanSelection</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelection.VisitMarkCost.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanSelection.VisitMarkCost</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseAll.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanSelectionFuseAll</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseCostBased.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanSelectionFuseCostBased</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseCostBasedV2.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanSelectionFuseCostBasedV2</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseNoRedundancy.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">PlanSelectionFuseNoRedundancy</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Plus.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Plus</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/PlusMultiply.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">PlusMultiply</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/PMapmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">PMapmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/PMapMult.html" title="class in org.apache.sysds.lops" target="classFrame">PMapMult</a></li>
+<li><a href="org/apache/sysds/lops/PMMJ.html" title="class in org.apache.sysds.lops" target="classFrame">PMMJ</a></li>
+<li><a href="org/apache/sysds/lops/PMMJ.CacheType.html" title="enum in org.apache.sysds.lops" target="classFrame">PMMJ.CacheType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/PMMJCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">PMMJCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/PmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">PmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/util/PoissonPRNGenerator.html" title="class in org.apache.sysds.runtime.util" target="classFrame">PoissonPRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/util/PorterStemmer.html" title="class in org.apache.sysds.runtime.util" target="classFrame">PorterStemmer</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Power.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Power</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Power2.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Power2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/PrefetchCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">PrefetchCPInstruction</a></li>
+<li><a href="org/apache/sysds/api/jmlc/PreparedScript.html" title="class in org.apache.sysds.api.jmlc" target="classFrame">PreparedScript</a></li>
+<li><a href="org/apache/sysds/parser/PrintStatement.html" title="class in org.apache.sysds.parser" target="classFrame">PrintStatement</a></li>
+<li><a href="org/apache/sysds/parser/PrintStatement.PRINTTYPE.html" title="enum in org.apache.sysds.parser" target="classFrame">PrintStatement.PRINTTYPE</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyConstraint.html" title="class in org.apache.sysds.runtime.privacy" target="classFrame">PrivacyConstraint</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyConstraint.PrivacyLevel.html" title="enum in org.apache.sysds.runtime.privacy" target="classFrame">PrivacyConstraint.PrivacyLevel</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyMonitor.html" title="class in org.apache.sysds.runtime.privacy" target="classFrame">PrivacyMonitor</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/PrivacyPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">PrivacyPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyUtils.html" title="class in org.apache.sysds.runtime.privacy" target="classFrame">PrivacyUtils</a></li>
+<li><a href="org/apache/sysds/runtime/util/PRNGenerator.html" title="class in org.apache.sysds.runtime.util" target="classFrame">PRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/Program.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">Program</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">ProgramBlock</a></li>
+<li><a href="org/apache/sysds/runtime/util/ProgramConverter.html" title="class in org.apache.sysds.runtime.util" target="classFrame">ProgramConverter</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/ProgramRecompiler.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt" target="classFrame">ProgramRecompiler</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/ProgramRewriter.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">ProgramRewriter</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/ProgramRewriteStatus.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">ProgramRewriteStatus</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/ProjectInfo.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">ProjectInfo</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/Propagator.html" title="interface in org.apache.sysds.runtime.privacy.propagation" target="classFrame"><span class="interfaceName">Propagator</span></a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/PropagatorMultiReturn.html" title="interface in org.apache.sysds.runtime.privacy.propagation" target="classFrame"><span class="interfaceName">PropagatorMultiReturn</span></a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcCall.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc" target="classFrame">PSRpcCall</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcFactory.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc" target="classFrame">PSRpcFactory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcHandler.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc" target="classFrame">PSRpcHandler</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcObject.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc" target="classFrame">PSRpcObject</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcResponse.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc" target="classFrame">PSRpcResponse</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcResponse.Type.html" title="enum in org.apache.sysds.runtime.controlprogram.paramserv.rpc" target="classFrame">PSRpcResponse.Type</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/PSWorker.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">PSWorker</a></li>
+<li><a href="org/apache/sysds/runtime/util/Py4jConverterUtils.html" title="class in org.apache.sysds.runtime.util" target="classFrame">Py4jConverterUtils</a></li>
+<li><a href="org/apache/sysds/api/PythonDMLScript.html" title="class in org.apache.sysds.api" target="classFrame">PythonDMLScript</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/QDictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary" target="classFrame">QDictionary</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/QuantilePickCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">QuantilePickCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuantilePickFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuantilePickFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/QuantilePickSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">QuantilePickSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/QuantileSortCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">QuantileSortCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuantileSortFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuantileSortFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/QuantileSortSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">QuantileSortSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/QuaternaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">QuaternaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuaternaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/hops/QuaternaryOp.html" title="class in org.apache.sysds.hops" target="classFrame">QuaternaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/QuaternaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">QuaternaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/QuaternarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">QuaternarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWCeMMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuaternaryWCeMMFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWDivMMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuaternaryWDivMMFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWSigmoidFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuaternaryWSigmoidFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWSLossFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuaternaryWSLossFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWUMMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">QuaternaryWUMMFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/util/RandNPair.html" title="class in org.apache.sysds.runtime.util" target="classFrame">RandNPair</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/RandomMatrixGenerator.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">RandomMatrixGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/RandomMatrixGenerator.PDF.html" title="enum in org.apache.sysds.runtime.matrix.data" target="classFrame">RandomMatrixGenerator.PDF</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/RandSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">RandSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/RawRow.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">RawRow</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/RBindPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation" target="classFrame">RBindPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDAggregateUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDAggregateUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDConverterUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtils.BinaryCellToBinaryBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDConverterUtils.BinaryCellToBinaryBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtils.DataFrameExtractIDFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDConverterUtils.DataFrameExtractIDFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtilsExt.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDConverterUtilsExt</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtilsExt.AddRowID.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDConverterUtilsExt.AddRowID</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtilsExt.RDDConverterTypes.html" title="enum in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDConverterUtilsExt.RDDConverterTypes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/RDDObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">RDDObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDSortUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDSortUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDSortUtils.IndexComparator.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDSortUtils.IndexComparator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDSortUtils.IndexComparator2.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">RDDSortUtils.IndexComparator2</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/ReachabilityGraph.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">ReachabilityGraph</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/ReachabilityGraph.SubProblem.html" title="class in org.apache.sysds.hops.codegen.opt" target="classFrame">ReachabilityGraph.SubProblem</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderBinaryBlock.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelection.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelection</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseMultiBlock.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelectionDenseMultiBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseMultiBlockTransposed.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelectionDenseMultiBlockTransposed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseSingleBlock.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelectionDenseSingleBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseSingleBlockTransposed.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelectionDenseSingleBlockTransposed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionSparse.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelectionSparse</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionSparseTransposed.html" title="class in org.apache.sysds.runtime.compress.readers" target="classFrame">ReaderColumnSelectionSparseTransposed</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderHDF5.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderHDF5</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderHDF5Parallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderHDF5Parallel</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/ReaderMapping.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">ReaderMapping</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/ReaderMapping.FrameReaderMapping.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">ReaderMapping.FrameReaderMapping</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/ReaderMapping.MatrixReaderMapping.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">ReaderMapping.MatrixReaderMapping</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCell.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.CellBuffer.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextCellParallel.CellBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.CountNnzTask.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextCellParallel.CountNnzTask</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.ReadTask.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextCellParallel.ReadTask</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCSV.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCSVParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextLIBSVM.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextLIBSVM</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextLIBSVMParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderTextLIBSVMParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderWriterFederated.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReaderWriterFederated</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReadProperties.html" title="class in org.apache.sysds.runtime.io" target="classFrame">ReadProperties</a></li>
+<li><a href="org/apache/sysds/lops/ReBlock.html" title="class in org.apache.sysds.lops" target="classFrame">ReBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/ReblockBuffer.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">ReblockBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReblockFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ReblockFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ReblockSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ReblockSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReblockTensorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ReblockTensorFunction</a></li>
+<li><a href="org/apache/sysds/hops/recompile/Recompiler.html" title="class in org.apache.sysds.hops.recompile" target="classFrame">Recompiler</a></li>
+<li><a href="org/apache/sysds/hops/recompile/Recompiler.ResetType.html" title="enum in org.apache.sysds.hops.recompile" target="classFrame">Recompiler.ResetType</a></li>
+<li><a href="org/apache/sysds/hops/recompile/RecompileStatus.html" title="class in org.apache.sysds.hops.recompile" target="classFrame">RecompileStatus</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/RecomputeNnzFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">RecomputeNnzFunction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceAll.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">ReduceAll</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceCol.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">ReduceCol</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceDiag.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">ReduceDiag</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceRow.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">ReduceRow</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/ReIndexOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">ReIndexOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/RelationalBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">RelationalBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/parser/RelationalExpression.html" title="class in org.apache.sysds.parser" target="classFrame">RelationalExpression</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteDPParForSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">RemoteDPParForSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteDPParForSparkWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">RemoteDPParForSparkWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForJobReturn.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">RemoteParForJobReturn</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">RemoteParForSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForSparkWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">RemoteParForSparkWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForUtils.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">RemoteParForUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ReorgCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ReorgCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReorgFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ReorgFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReorgFEDInstruction.DiagMatrix.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ReorgFEDInstruction.DiagMatrix</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReorgFEDInstruction.Rdiag.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ReorgFEDInstruction.Rdiag</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ReorgGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">ReorgGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReorgMapFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ReorgMapFunction</a></li>
+<li><a href="org/apache/sysds/hops/ReorgOp.html" title="class in org.apache.sysds.hops" target="classFrame">ReorgOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/ReorgOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">ReorgOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ReorgSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ReorgSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReplicateBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ReplicateBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReplicateTensorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ReplicateTensorFunction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/ReplicateToMaxFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">ReplicateToMaxFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReplicateVectorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">ReplicateVectorFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ReshapeCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ReshapeCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReshapeFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">ReshapeFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMerge.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMerge</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeFrameLocalMemory.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeFrameLocalMemory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeLocalAutomatic.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeLocalAutomatic</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeLocalFile.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeLocalFile</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeLocalMemory.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeLocalMemory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeMatrix.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeMatrix</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteGrouping.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeRemoteGrouping</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteSorting.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeRemoteSorting</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeRemoteSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteSparkWCompare.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeRemoteSparkWCompare</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeTaggedMatrixIndexes.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">ResultMergeTaggedMatrixIndexes</a></li>
+<li><a href="org/apache/sysds/api/jmlc/ResultVariables.html" title="class in org.apache.sysds.api.jmlc" target="classFrame">ResultVariables</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/RevIndex.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">RevIndex</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteAlgebraicSimplificationDynamic.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteAlgebraicSimplificationDynamic</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteAlgebraicSimplificationStatic.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteAlgebraicSimplificationStatic</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteBlockSizeAndReblock.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteBlockSizeAndReblock</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteCommonSubexpressionElimination.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteCommonSubexpressionElimination</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteCompressedReblock.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteCompressedReblock</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteConstantFolding.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteConstantFolding</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteElementwiseMultChainOptimization.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteElementwiseMultChainOptimization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteFederatedExecution.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteFederatedExecution</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteFederatedExecution.PrivacyConstraintRetriever.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteFederatedExecution.PrivacyConstraintRetriever</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteForLoopVectorization.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteForLoopVectorization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteGPUSpecificOps.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteGPUSpecificOps</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteHoistLoopInvariantOperations.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteHoistLoopInvariantOperations</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteIndexingVectorization.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteIndexingVectorization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteInjectSparkLoopCheckpointing.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteInjectSparkLoopCheckpointing</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteInjectSparkPReadCheckpointing.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteInjectSparkPReadCheckpointing</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMarkLoopVariablesUpdateInPlace.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteMarkLoopVariablesUpdateInPlace</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMatrixMultChainOptimization.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteMatrixMultChainOptimization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMatrixMultChainOptimizationSparse.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteMatrixMultChainOptimizationSparse</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMergeBlockSequence.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteMergeBlockSequence</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveDanglingParentReferences.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteRemoveDanglingParentReferences</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveEmptyBasicBlocks.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteRemoveEmptyBasicBlocks</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveForLoopEmptySequence.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteRemoveForLoopEmptySequence</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemovePersistentReadWrite.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteRemovePersistentReadWrite</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveReadAfterWrite.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteRemoveReadAfterWrite</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveUnnecessaryBranches.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteRemoveUnnecessaryBranches</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveUnnecessaryCasts.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteRemoveUnnecessaryCasts</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteSplitDagDataDependentOperators.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteSplitDagDataDependentOperators</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteSplitDagUnknownCSVRead.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteSplitDagUnknownCSVRead</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteTransientWriteParentHandling.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">RewriteTransientWriteParentHandling</a></li>
+<li><a href="org/apache/sysds/lops/RightIndex.html" title="class in org.apache.sysds.lops" target="classFrame">RightIndex</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/RightScalarOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">RightScalarOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/RmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">RmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/RowMatrixBlock.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">RowMatrixBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/SampleEstimatorFactory.html" title="class in org.apache.sysds.runtime.compress.estim.sample" target="classFrame">SampleEstimatorFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/SampleEstimatorFactory.EstimationType.html" title="enum in org.apache.sysds.runtime.compress.estim.sample" target="classFrame">SampleEstimatorFactory.EstimationType</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/SampleProperties.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">SampleProperties</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarAppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ScalarAppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarBuiltinNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ScalarBuiltinNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ScalarMatrixArithmeticGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">ScalarMatrixArithmeticGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ScalarMatrixBuiltinGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">ScalarMatrixBuiltinGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ScalarMatrixRelationalBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">ScalarMatrixRelationalBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarObject.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ScalarObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarObjectFactory.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">ScalarObjectFactory</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/ScalarOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">ScalarOperator</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Script.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">Script</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/ScriptExecutor.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">ScriptExecutor</a></li>
+<li><a href="org/apache/sysds/api/ScriptExecutorUtils.html" title="class in org.apache.sysds.api" target="classFrame">ScriptExecutorUtils</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/ScriptFactory.html" title="class in org.apache.sysds.api.mlcontext" target="classFrame">ScriptFactory</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/SerLongWritable.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">SerLongWritable</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/SerText.html" title="class in org.apache.sysds.runtime.instructions.spark.data" target="classFrame">SerText</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/ShadowBuffer.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">ShadowBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/ShlosserEstimator.html" title="class in org.apache.sysds.runtime.compress.estim.sample" target="classFrame">ShlosserEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/ShlosserJackknifeEstimator.html" title="class in org.apache.sysds.runtime.compress.estim.sample" target="classFrame">ShlosserJackknifeEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/ShuffleFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">ShuffleFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/SimpleOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">SimpleOperator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/SinglePrecisionCudaSupportFunctions.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">SinglePrecisionCudaSupportFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/compress/SingletonLookupHashMap.html" title="class in org.apache.sysds.runtime.compress" target="classFrame">SingletonLookupHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/SmoothedJackknifeEstimator.html" title="class in org.apache.sysds.runtime.compress.estim.sample" target="classFrame">SmoothedJackknifeEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/SortIndex.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">SortIndex</a></li>
+<li><a href="org/apache/sysds/lops/SortKeys.html" title="class in org.apache.sysds.lops" target="classFrame">SortKeys</a></li>
+<li><a href="org/apache/sysds/lops/SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops" target="classFrame">SortKeys.OperationTypes</a></li>
+<li><a href="org/apache/sysds/runtime/util/SortUtils.html" title="class in org.apache.sysds.runtime.util" target="classFrame">SortUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/SparkDataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">SparkDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/SparkExecutionContext.html" title="class in org.apache.sysds.runtime.controlprogram.context" target="classFrame">SparkExecutionContext</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/SparkExecutionContext.SparkClusterConfig.html" title="class in org.apache.sysds.runtime.controlprogram.context" target="classFrame">SparkExecutionContext.SparkClusterConfig</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/SparkPSBody.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">SparkPSBody</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/SparkPSProxy.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">SparkPSProxy</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/SparkPSWorker.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv" target="classFrame">SparkPSWorker</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/SparkUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils" target="classFrame">SparkUtils</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlock.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseBlock</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlock.Type.html" title="enum in org.apache.sysds.runtime.data" target="classFrame">SparseBlock.Type</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockCOO.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseBlockCOO</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockCSR.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseBlockCSR</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockFactory.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockMCSR.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseBlockMCSR</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseRow.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseRow</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseRowScalar.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseRowScalar</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseRowVector.html" title="class in org.apache.sysds.runtime.data" target="classFrame">SparseRowVector</a></li>
+<li><a href="org/apache/sysds/hops/estim/SparsityEstimator.html" title="class in org.apache.sysds.hops.estim" target="classFrame">SparsityEstimator</a></li>
+<li><a href="org/apache/sysds/hops/estim/SparsityEstimator.OpCode.html" title="enum in org.apache.sysds.hops.estim" target="classFrame">SparsityEstimator.OpCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">SPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SPInstruction.SPType.html" title="enum in org.apache.sysds.runtime.instructions.spark" target="classFrame">SPInstruction.SPType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/SPInstructionParser.html" title="class in org.apache.sysds.runtime.instructions" target="classFrame">SPInstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCellwise.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofCellwise</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCellwise.AggOp.html" title="enum in org.apache.sysds.runtime.codegen" target="classFrame">SpoofCellwise.AggOp</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCellwise.CellType.html" title="enum in org.apache.sysds.runtime.codegen" target="classFrame">SpoofCellwise.CellType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.html" title="class in org.apache.sysds.hops.codegen" target="classFrame">SpoofCompiler</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.CompilerType.html" title="enum in org.apache.sysds.hops.codegen" target="classFrame">SpoofCompiler.CompilerType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.GeneratorAPI.html" title="enum in org.apache.sysds.hops.codegen" target="classFrame">SpoofCompiler.GeneratorAPI</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.IntegrationType.html" title="enum in org.apache.sysds.hops.codegen" target="classFrame">SpoofCompiler.IntegrationType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.PlanCachePolicy.html" title="enum in org.apache.sysds.hops.codegen" target="classFrame">SpoofCompiler.PlanCachePolicy</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.PlanSelector.html" title="enum in org.apache.sysds.hops.codegen" target="classFrame">SpoofCompiler.PlanSelector</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.RegisterAlloc.html" title="enum in org.apache.sysds.hops.codegen" target="classFrame">SpoofCompiler.RegisterAlloc</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/SpoofCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">SpoofCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDACellwise.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofCUDACellwise</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/SpoofCUDAInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">SpoofCUDAInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/SpoofCUDAInstruction.DoublePrecision.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">SpoofCUDAInstruction.DoublePrecision</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/SpoofCUDAInstruction.SinglePrecision.html" title="class in org.apache.sysds.runtime.instructions.gpu" target="classFrame">SpoofCUDAInstruction.SinglePrecision</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDAOperator.html" title="interface in org.apache.sysds.runtime.codegen" target="classFrame"><span class="interfaceName">SpoofCUDAOperator</span></a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDAOperator.PrecisionProxy.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofCUDAOperator.PrecisionProxy</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDARowwise.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofCUDARowwise</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/SpoofFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">SpoofFEDInstruction</a></li>
+<li><a href="org/apache/sysds/lops/SpoofFused.html" title="class in org.apache.sysds.lops" target="classFrame">SpoofFused</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofFusedOp.html" title="class in org.apache.sysds.hops.codegen" target="classFrame">SpoofFusedOp</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofFusedOp.SpoofOutputDimsType.html" title="enum in org.apache.sysds.hops.codegen" target="classFrame">SpoofFusedOp.SpoofOutputDimsType</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofMultiAggregate.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofMultiAggregate</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofOperator</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.SideInput.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofOperator.SideInput</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.SideInputSparseCell.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofOperator.SideInputSparseCell</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.SideInputSparseRow.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofOperator.SideInputSparseRow</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOuterProduct.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofOuterProduct</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOuterProduct.OutProdType.html" title="enum in org.apache.sysds.runtime.codegen" target="classFrame">SpoofOuterProduct.OutProdType</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofRowwise.html" title="class in org.apache.sysds.runtime.codegen" target="classFrame">SpoofRowwise</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofRowwise.RowType.html" title="enum in org.apache.sysds.runtime.codegen" target="classFrame">SpoofRowwise.RowType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SpoofSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">SpoofSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SpoofSPInstruction.ReplicateRightFactorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">SpoofSPInstruction.ReplicateRightFactorFunction</a></li>
+<li><a href="org/apache/sysds/lops/Sql.html" title="class in org.apache.sysds.lops" target="classFrame">Sql</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/SqlCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">SqlCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/StagingFileUtils.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util" target="classFrame">StagingFileUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/Stat.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.stat" target="classFrame">Stat</a></li>
+<li><a href="org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser" target="classFrame">Statement</a></li>
+<li><a href="org/apache/sysds/parser/Statement.FederatedPSScheme.html" title="enum in org.apache.sysds.parser" target="classFrame">Statement.FederatedPSScheme</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSCheckpointing.html" title="enum in org.apache.sysds.parser" target="classFrame">Statement.PSCheckpointing</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSFrequency.html" title="enum in org.apache.sysds.parser" target="classFrame">Statement.PSFrequency</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSModeType.html" title="enum in org.apache.sysds.parser" target="classFrame">Statement.PSModeType</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSRuntimeBalancing.html" title="enum in org.apache.sysds.parser" target="classFrame">Statement.PSRuntimeBalancing</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSScheme.html" title="enum in org.apache.sysds.parser" target="classFrame">Statement.PSScheme</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSUpdateType.html" title="enum in org.apache.sysds.parser" target="classFrame">Statement.PSUpdateType</a></li>
+<li><a href="org/apache/sysds/parser/StatementBlock.html" title="class in org.apache.sysds.parser" target="classFrame">StatementBlock</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/StatementBlockRewriteRule.html" title="class in org.apache.sysds.hops.rewrite" target="classFrame">StatementBlockRewriteRule</a></li>
+<li><a href="org/apache/sysds/parser/dml/StatementInfo.html" title="class in org.apache.sysds.parser.dml" target="classFrame">StatementInfo</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/StatisticMonitor.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.stat" target="classFrame">StatisticMonitor</a></li>
+<li><a href="org/apache/sysds/utils/Statistics.html" title="class in org.apache.sysds.utils" target="classFrame">Statistics</a></li>
+<li><a href="org/apache/sysds/parser/StringIdentifier.html" title="class in org.apache.sysds.parser" target="classFrame">StringIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/StringInitCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">StringInitCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/StringObject.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">StringObject</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/SubsampleToMinFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp" target="classFrame">SubsampleToMinFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/SwapIndex.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">SwapIndex</a></li>
+<li><a href="org/apache/sysds/utils/SystemDSLoaderUtils.html" title="class in org.apache.sysds.utils" target="classFrame">SystemDSLoaderUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/Task.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">Task</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/Task.TaskType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">Task.TaskType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">TaskPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFactoring.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">TaskPartitionerFactoring</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFactoringCmax.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">TaskPartitionerFactoringCmax</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFactoringCmin.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">TaskPartitionerFactoringCmin</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFixedsize.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">TaskPartitionerFixedsize</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerNaive.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">TaskPartitionerNaive</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerStatic.html" title="class in org.apache.sysds.runtime.controlprogram.parfor" target="classFrame">TaskPartitionerStatic</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateBase.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateBase</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateBase.CloseType.html" title="enum in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateBase.CloseType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateBase.TemplateType.html" title="enum in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateBase.TemplateType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateCell.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateCell</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateCell.HopInputComparator.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateCell.HopInputComparator</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateMultiAgg.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateMultiAgg</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateOuterProduct.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateOuterProduct</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateRow.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateRow</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateRow.HopInputComparator.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateRow.HopInputComparator</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateUtils.html" title="class in org.apache.sysds.hops.codegen.template" target="classFrame">TemplateUtils</a></li>
+<li><a href="org/apache/sysds/runtime/data/TensorBlock.html" title="class in org.apache.sysds.runtime.data" target="classFrame">TensorBlock</a></li>
+<li><a href="org/apache/sysds/runtime/meta/TensorCharacteristics.html" title="class in org.apache.sysds.runtime.meta" target="classFrame">TensorCharacteristics</a></li>
+<li><a href="org/apache/sysds/runtime/data/TensorIndexes.html" title="class in org.apache.sysds.runtime.data" target="classFrame">TensorIndexes</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/TensorObject.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">TensorObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReader.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderBinaryBlock.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorReaderBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorReaderBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderFactory.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorReaderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderTextCell.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorReaderTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderTextCellParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorReaderTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/TensorTensorBinaryOpFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">TensorTensorBinaryOpFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/TensorTensorBinaryOpPartitionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions" target="classFrame">TensorTensorBinaryOpPartitionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriter.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorWriter</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterBinaryBlock.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorWriterBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorWriterBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterBinaryBlockParallel.WriteFileTask.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorWriterBinaryBlockParallel.WriteFileTask</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterFactory.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorWriterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterTextCell.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorWriterTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterTextCellParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">TensorWriterTextCellParallel</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/cuda/Ternary.html" title="class in org.apache.sysds.hops.codegen.cplan.cuda" target="classFrame">Ternary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/java/Ternary.html" title="class in org.apache.sysds.hops.codegen.cplan.java" target="classFrame">Ternary</a></li>
+<li><a href="org/apache/sysds/lops/Ternary.html" title="class in org.apache.sysds.lops" target="classFrame">Ternary</a></li>
+<li><a href="org/apache/sysds/lops/TernaryAggregate.html" title="class in org.apache.sysds.lops" target="classFrame">TernaryAggregate</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/TernaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">TernaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/TernaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">TernaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/hops/TernaryOp.html" title="class in org.apache.sysds.hops" target="classFrame">TernaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/TernaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">TernaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/TernarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">TernarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/TernaryValueFunction.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">TernaryValueFunction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/TernaryValueFunction.ValueFunctionWithConstant.html" title="interface in org.apache.sysds.runtime.functionobjects" target="classFrame"><span class="interfaceName">TernaryValueFunction.ValueFunctionWithConstant</span></a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/TextToBinaryCellConverter.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">TextToBinaryCellConverter</a></li>
+<li><a href="org/apache/sysds/runtime/transform/meta/TfMetaUtils.html" title="class in org.apache.sysds.runtime.transform.meta" target="classFrame">TfMetaUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/meta/TfOffsetMap.html" title="class in org.apache.sysds.runtime.transform.meta" target="classFrame">TfOffsetMap</a></li>
+<li><a href="org/apache/sysds/runtime/transform/TfUtils.html" title="class in org.apache.sysds.runtime.transform" target="classFrame">TfUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/TfUtils.TfMethod.html" title="enum in org.apache.sysds.runtime.transform" target="classFrame">TfUtils.TfMethod</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/Timing.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.stat" target="classFrame">Timing</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/Tokenizer.html" title="class in org.apache.sysds.runtime.transform.tokenize" target="classFrame">Tokenizer</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerFactory.html" title="class in org.apache.sysds.runtime.transform.tokenize" target="classFrame">TokenizerFactory</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPost.html" title="interface in org.apache.sysds.runtime.transform.tokenize" target="classFrame"><span class="interfaceName">TokenizerPost</span></a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPostCount.html" title="class in org.apache.sysds.runtime.transform.tokenize" target="classFrame">TokenizerPostCount</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPostHash.html" title="class in org.apache.sysds.runtime.transform.tokenize" target="classFrame">TokenizerPostHash</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPostPosition.html" title="class in org.apache.sysds.runtime.transform.tokenize" target="classFrame">TokenizerPostPosition</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPre.html" title="interface in org.apache.sysds.runtime.transform.tokenize" target="classFrame"><span class="interfaceName">TokenizerPre</span></a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPreNgram.html" title="class in org.apache.sysds.runtime.transform.tokenize" target="classFrame">TokenizerPreNgram</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPreWhitespaceSplit.html" title="class in org.apache.sysds.runtime.transform.tokenize" target="classFrame">TokenizerPreWhitespaceSplit</a></li>
+<li><a href="org/apache/sysds/lops/Transform.html" title="class in org.apache.sysds.lops" target="classFrame">Transform</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/TriggerBroadcastTask.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">TriggerBroadcastTask</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/TriggerRDDOperationsTask.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">TriggerRDDOperationsTask</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/TripleIndexes.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">TripleIndexes</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/TripleIndexes.Comparator.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">TripleIndexes.Comparator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/Tsmm2SPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">Tsmm2SPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/TsmmFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">TsmmFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/TsmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">TsmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/common/Types.html" title="class in org.apache.sysds.common" target="classFrame">Types</a></li>
+<li><a href="org/apache/sysds/common/Types.AggOp.html" title="enum in org.apache.sysds.common" target="classFrame">Types.AggOp</a></li>
+<li><a href="org/apache/sysds/common/Types.BlockType.html" title="enum in org.apache.sysds.common" target="classFrame">Types.BlockType</a></li>
+<li><a href="org/apache/sysds/common/Types.CorrectionLocationType.html" title="enum in org.apache.sysds.common" target="classFrame">Types.CorrectionLocationType</a></li>
+<li><a href="org/apache/sysds/common/Types.DataType.html" title="enum in org.apache.sysds.common" target="classFrame">Types.DataType</a></li>
+<li><a href="org/apache/sysds/common/Types.Direction.html" title="enum in org.apache.sysds.common" target="classFrame">Types.Direction</a></li>
+<li><a href="org/apache/sysds/common/Types.ExecMode.html" title="enum in org.apache.sysds.common" target="classFrame">Types.ExecMode</a></li>
+<li><a href="org/apache/sysds/common/Types.ExecType.html" title="enum in org.apache.sysds.common" target="classFrame">Types.ExecType</a></li>
+<li><a href="org/apache/sysds/common/Types.FileFormat.html" title="enum in org.apache.sysds.common" target="classFrame">Types.FileFormat</a></li>
+<li><a href="org/apache/sysds/common/Types.FunctionBlock.html" title="interface in org.apache.sysds.common" target="classFrame"><span class="interfaceName">Types.FunctionBlock</span></a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp1.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOp1</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp2.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOp2</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp3.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOp3</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp4.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOp4</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpData.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOpData</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpDG.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOpDG</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpDnn.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOpDnn</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpN.html" title="enum in org.apache.sysds.common" target="classFrame">Types.OpOpN</a></li>
+<li><a href="org/apache/sysds/common/Types.ParamBuiltinOp.html" title="enum in org.apache.sysds.common" target="classFrame">Types.ParamBuiltinOp</a></li>
+<li><a href="org/apache/sysds/common/Types.ReOrgOp.html" title="enum in org.apache.sysds.common" target="classFrame">Types.ReOrgOp</a></li>
+<li><a href="org/apache/sysds/common/Types.ReturnType.html" title="enum in org.apache.sysds.common" target="classFrame">Types.ReturnType</a></li>
+<li><a href="org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common" target="classFrame">Types.ValueType</a></li>
+<li><a href="org/apache/sysds/lops/UAggOuterChain.html" title="class in org.apache.sysds.lops" target="classFrame">UAggOuterChain</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UaggOuterChainCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">UaggOuterChainCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UaggOuterChainSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">UaggOuterChainSPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/cuda/Unary.html" title="class in org.apache.sysds.hops.codegen.cplan.cuda" target="classFrame">Unary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/java/Unary.html" title="class in org.apache.sysds.hops.codegen.cplan.java" target="classFrame">Unary</a></li>
+<li><a href="org/apache/sysds/lops/Unary.html" title="class in org.apache.sysds.lops" target="classFrame">Unary</a></li>
+<li><a href="org/apache/sysds/lops/UnaryCP.html" title="class in org.apache.sysds.lops" target="classFrame">UnaryCP</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">UnaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/UnaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">UnaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryFrameCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">UnaryFrameCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UnaryFrameSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">UnaryFrameSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryMatrixCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">UnaryMatrixCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/UnaryMatrixFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">UnaryMatrixFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UnaryMatrixSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">UnaryMatrixSPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/UnaryOp.html" title="class in org.apache.sysds.hops" target="classFrame">UnaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/UnaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators" target="classFrame">UnaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">UnaryScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UnarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">UnarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/UnifiedMemoryAllocator.html" title="class in org.apache.sysds.runtime.instructions.gpu.context" target="classFrame">UnifiedMemoryAllocator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/UnifiedMemoryManager.html" title="class in org.apache.sysds.runtime.controlprogram.caching" target="classFrame">UnifiedMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/util/UniformPRNGenerator.html" title="class in org.apache.sysds.runtime.util" target="classFrame">UniformPRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/Util.html" title="class in org.apache.sysds.runtime.compress.utils" target="classFrame">Util</a></li>
+<li><a href="org/apache/sysds/runtime/util/UtilFunctions.html" title="class in org.apache.sysds.runtime.util" target="classFrame">UtilFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/Utils.html" title="class in org.apache.sysds.runtime.io.hdf5" target="classFrame">Utils</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ValueComparisonFunction.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">ValueComparisonFunction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ValueFunction.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">ValueFunction</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/ValueTrimFormat.html" title="class in org.apache.sysds.runtime.iogen" target="classFrame">ValueTrimFormat</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/VariableCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp" target="classFrame">VariableCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/VariableCPInstruction.VariableOperationCode.html" title="enum in org.apache.sysds.runtime.instructions.cp" target="classFrame">VariableCPInstruction.VariableOperationCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/VariableFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed" target="classFrame">VariableFEDInstruction</a></li>
+<li><a href="org/apache/sysds/parser/VariableSet.html" title="class in org.apache.sysds.parser" target="classFrame">VariableSet</a></li>
+<li><a href="org/apache/sysds/hops/cost/VarStats.html" title="class in org.apache.sysds.hops.cost" target="classFrame">VarStats</a></li>
+<li><a href="org/apache/sysds/common/Warnings.html" title="class in org.apache.sysds.common" target="classFrame">Warnings</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/WeightedCell.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">WeightedCell</a></li>
+<li><a href="org/apache/sysds/lops/WeightedCrossEntropy.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedCrossEntropy</a></li>
+<li><a href="org/apache/sysds/lops/WeightedCrossEntropy.WCeMMType.html" title="enum in org.apache.sysds.lops" target="classFrame">WeightedCrossEntropy.WCeMMType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedCrossEntropyR.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedCrossEntropyR</a></li>
+<li><a href="org/apache/sysds/lops/WeightedDivMM.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedDivMM</a></li>
+<li><a href="org/apache/sysds/lops/WeightedDivMM.WDivMMType.html" title="enum in org.apache.sysds.lops" target="classFrame">WeightedDivMM.WDivMMType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedDivMMR.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedDivMMR</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/WeightedPair.html" title="class in org.apache.sysds.runtime.matrix.data" target="classFrame">WeightedPair</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSigmoid.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedSigmoid</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSigmoid.WSigmoidType.html" title="enum in org.apache.sysds.lops" target="classFrame">WeightedSigmoid.WSigmoidType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSigmoidR.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedSigmoidR</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSquaredLoss.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedSquaredLoss</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSquaredLoss.WeightsType.html" title="enum in org.apache.sysds.lops" target="classFrame">WeightedSquaredLoss.WeightsType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSquaredLossR.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedSquaredLossR</a></li>
+<li><a href="org/apache/sysds/lops/WeightedUnaryMM.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedUnaryMM</a></li>
+<li><a href="org/apache/sysds/lops/WeightedUnaryMM.WUMMType.html" title="enum in org.apache.sysds.lops" target="classFrame">WeightedUnaryMM.WUMMType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedUnaryMMR.html" title="class in org.apache.sysds.lops" target="classFrame">WeightedUnaryMMR</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/WhileProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram" target="classFrame">WhileProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/WhileStatement.html" title="class in org.apache.sysds.parser" target="classFrame">WhileStatement</a></li>
+<li><a href="org/apache/sysds/parser/WhileStatementBlock.html" title="class in org.apache.sysds.parser" target="classFrame">WhileStatementBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/WorkloadAnalyzer.html" title="class in org.apache.sysds.runtime.compress.workload" target="classFrame">WorkloadAnalyzer</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterBinaryBlock.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterHDF5.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterHDF5</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterHDF5Parallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterHDF5Parallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterMatrixMarket.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterMatrixMarket</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterMatrixMarketParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterMatrixMarketParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCell.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCellParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCSV.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCSVParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextLIBSVM.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterTextLIBSVM</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextLIBSVMParallel.html" title="class in org.apache.sysds.runtime.io" target="classFrame">WriterTextLIBSVMParallel</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/WriteSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">WriteSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/WTreeNode.html" title="class in org.apache.sysds.runtime.compress.workload" target="classFrame">WTreeNode</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/WTreeRoot.html" title="class in org.apache.sysds.runtime.compress.workload" target="classFrame">WTreeRoot</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Xor.html" title="class in org.apache.sysds.runtime.functionobjects" target="classFrame">Xor</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ZipmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark" target="classFrame">ZipmmSPInstruction</a></li>
+</ul>
+</div>
+</body>
+</html>
diff --git a/content/docs/2.2.0/api/java/allclasses-noframe.html b/content/docs/2.2.0/api/java/allclasses-noframe.html
new file mode 100644
index 0000000..1c2b215
--- /dev/null
+++ b/content/docs/2.2.0/api/java/allclasses-noframe.html
@@ -0,0 +1,1542 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (SystemDS 2.2.0 API)</title>
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<h1 class="bar">All&nbsp;Classes</h1>
+<div class="indexContainer">
+<ul>
+<li><a href="org/apache/sysds/runtime/compress/bitmap/ABitmap.html" title="class in org.apache.sysds.runtime.compress.bitmap">ABitmap</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/AColGroup.html" title="class in org.apache.sysds.runtime.compress.colgroup">AColGroup</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/AColGroup.CompressionType.html" title="enum in org.apache.sysds.runtime.compress.colgroup">AColGroup.CompressionType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/AColumnCoCoder.html" title="class in org.apache.sysds.runtime.compress.cocode">AColumnCoCoder</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/ADictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary">ADictionary</a></li>
+<li><a href="org/apache/sysds/hops/AggBinaryOp.html" title="class in org.apache.sysds.hops">AggBinaryOp</a></li>
+<li><a href="org/apache/sysds/hops/AggBinaryOp.MMultMethod.html" title="enum in org.apache.sysds.hops">AggBinaryOp.MMultMethod</a></li>
+<li><a href="org/apache/sysds/hops/AggBinaryOp.SparkAggType.html" title="enum in org.apache.sysds.hops">AggBinaryOp.SparkAggType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateBinaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">AggregateBinaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AggregateBinaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">AggregateBinaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/AggregateBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">AggregateBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateBinaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">AggregateBinaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/AggregateDropCorrectionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">AggregateDropCorrectionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">AggregateOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateTernaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">AggregateTernaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AggregateTernaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">AggregateTernaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateTernaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">AggregateTernaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateTernarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">AggregateTernarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateUnaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">AggregateUnaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AggregateUnaryCPInstruction.AUType.html" title="enum in org.apache.sysds.runtime.instructions.cp">AggregateUnaryCPInstruction.AUType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AggregateUnaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">AggregateUnaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/AggregateUnaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">AggregateUnaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/AggregateUnaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">AggregateUnaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateUnarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">AggregateUnarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateUnarySPInstruction.RDDUAggFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark">AggregateUnarySPInstruction.RDDUAggFunction2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AggregateUnarySPInstruction.RDDUTensorAggFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark">AggregateUnarySPInstruction.RDDUTensorAggFunction2</a></li>
+<li><a href="org/apache/sysds/hops/AggUnaryOp.html" title="class in org.apache.sysds.hops">AggUnaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/AInsertionSorter.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort">AInsertionSorter</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/AIterator.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset">AIterator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/AMapToData.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping">AMapToData</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/And.html" title="class in org.apache.sysds.runtime.functionobjects">And</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/AOffset.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset">AOffset</a></li>
+<li><a href="org/apache/sysds/lops/Append.html" title="class in org.apache.sysds.lops">Append</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">AppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/AppendCPInstruction.AppendType.html" title="enum in org.apache.sysds.runtime.instructions.cp">AppendCPInstruction.AppendType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/AppendFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">AppendFEDInstruction</a></li>
+<li><a href="org/apache/sysds/lops/AppendG.html" title="class in org.apache.sysds.lops">AppendG</a></li>
+<li><a href="org/apache/sysds/lops/AppendGAlignedSP.html" title="class in org.apache.sysds.lops">AppendGAlignedSP</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGAlignedSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">AppendGAlignedSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGAlignedSPInstruction.ShiftColumnIndex.html" title="class in org.apache.sysds.runtime.instructions.spark">AppendGAlignedSPInstruction.ShiftColumnIndex</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">AppendGSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGSPInstruction.MergeWithShiftedBlocks.html" title="class in org.apache.sysds.runtime.instructions.spark">AppendGSPInstruction.MergeWithShiftedBlocks</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendGSPInstruction.ShiftMatrix.html" title="class in org.apache.sysds.runtime.instructions.spark">AppendGSPInstruction.ShiftMatrix</a></li>
+<li><a href="org/apache/sysds/lops/AppendM.html" title="class in org.apache.sysds.lops">AppendM</a></li>
+<li><a href="org/apache/sysds/lops/AppendM.CacheType.html" title="enum in org.apache.sysds.lops">AppendM.CacheType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendMSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">AppendMSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/AppendPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation">AppendPropagator</a></li>
+<li><a href="org/apache/sysds/lops/AppendR.html" title="class in org.apache.sysds.lops">AppendR</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/AppendRSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">AppendRSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ArithmeticBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">ArithmeticBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/parser/AssignmentStatement.html" title="class in org.apache.sysds.parser">AssignmentStatement</a></li>
+<li><a href="org/apache/sysds/runtime/util/AutoDiff.html" title="class in org.apache.sysds.runtime.util">AutoDiff</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/AWTreeNode.html" title="class in org.apache.sysds.runtime.compress.workload">AWTreeNode</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/AWTreeNode.WTNodeType.html" title="enum in org.apache.sysds.runtime.compress.workload">AWTreeNode.WTNodeType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/BalanceToAvgFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">BalanceToAvgFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/BasicProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">BasicProgramBlock</a></li>
+<li><a href="org/apache/sysds/runtime/data/BasicTensorBlock.html" title="class in org.apache.sysds.runtime.data">BasicTensorBlock</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/cuda/Binary.html" title="class in org.apache.sysds.hops.codegen.cplan.cuda">Binary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/java/Binary.html" title="class in org.apache.sysds.hops.codegen.cplan.java">Binary</a></li>
+<li><a href="org/apache/sysds/lops/Binary.html" title="class in org.apache.sysds.lops">Binary</a></li>
+<li><a href="org/apache/sysds/runtime/util/BinaryBlockInputFormat.html" title="class in org.apache.sysds.runtime.util">BinaryBlockInputFormat</a></li>
+<li><a href="org/apache/sysds/runtime/util/BinaryBlockRecordReader.html" title="class in org.apache.sysds.runtime.util">BinaryBlockRecordReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/BinaryBlockSerialization.html" title="class in org.apache.sysds.runtime.io">BinaryBlockSerialization</a></li>
+<li><a href="org/apache/sysds/runtime/io/BinaryBlockSerialization.MatrixBlockDeserializer.html" title="class in org.apache.sysds.runtime.io">BinaryBlockSerialization.MatrixBlockDeserializer</a></li>
+<li><a href="org/apache/sysds/runtime/io/BinaryBlockSerialization.MatrixBlockSerializer.html" title="class in org.apache.sysds.runtime.io">BinaryBlockSerialization.MatrixBlockSerializer</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/BinaryBlockToTextCellConverter.html" title="class in org.apache.sysds.runtime.matrix.data">BinaryBlockToTextCellConverter</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/parser/BinaryExpression.html" title="class in org.apache.sysds.parser">BinaryExpression</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">BinaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryFrameFrameCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryFrameFrameCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryFrameFrameSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryFrameFrameSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryFrameMatrixCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryFrameMatrixCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryFrameMatrixSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryFrameMatrixSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryFrameScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryFrameScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryFrameScalarFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">BinaryFrameScalarFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryFrameScalarSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryFrameScalarSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/BinaryM.html" title="class in org.apache.sysds.lops">BinaryM</a></li>
+<li><a href="org/apache/sysds/lops/BinaryM.VectorType.html" title="enum in org.apache.sysds.lops">BinaryM.VectorType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryMatrixBVectorSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryMatrixBVectorSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryMatrixMatrixCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryMatrixMatrixCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryMatrixMatrixFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">BinaryMatrixMatrixFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryMatrixMatrixSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryMatrixMatrixSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryMatrixScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryMatrixScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/BinaryMatrixScalarFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">BinaryMatrixScalarFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryMatrixScalarSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryMatrixScalarSPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/BinaryOp.html" title="class in org.apache.sysds.hops">BinaryOp</a></li>
+<li><a href="org/apache/sysds/hops/BinaryOp.AppendMethod.html" title="enum in org.apache.sysds.hops">BinaryOp.AppendMethod</a></li>
+<li><a href="org/apache/sysds/hops/BinaryOp.MMBinaryMethod.html" title="enum in org.apache.sysds.hops">BinaryOp.MMBinaryMethod</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/BinaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">BinaryOperator</a></li>
+<li><a href="org/apache/sysds/lops/BinaryScalar.html" title="class in org.apache.sysds.lops">BinaryScalar</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryScalarScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryScalarScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryTensorTensorBroadcastSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryTensorTensorBroadcastSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BinaryTensorTensorCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BinaryTensorTensorCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinaryTensorTensorSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinaryTensorTensorSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/BinaryUAggChain.html" title="class in org.apache.sysds.lops">BinaryUAggChain</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinUaggChainSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinUaggChainSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BinUaggChainSPInstruction.RDDBinUaggChainFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">BinUaggChainSPInstruction.RDDBinUaggChainFunction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/bitmap/Bitmap.html" title="class in org.apache.sysds.runtime.compress.bitmap">Bitmap</a></li>
+<li><a href="org/apache/sysds/runtime/compress/bitmap/BitmapEncoder.html" title="class in org.apache.sysds.runtime.compress.bitmap">BitmapEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwAnd.html" title="class in org.apache.sysds.runtime.functionobjects">BitwAnd</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwOr.html" title="class in org.apache.sysds.runtime.functionobjects">BitwOr</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwShiftL.html" title="class in org.apache.sysds.runtime.functionobjects">BitwShiftL</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwShiftR.html" title="class in org.apache.sysds.runtime.functionobjects">BitwShiftR</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/BitwXor.html" title="class in org.apache.sysds.runtime.functionobjects">BitwXor</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/BlockPartitioner.html" title="class in org.apache.sysds.runtime.instructions.spark.data">BlockPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/BooleanArray32.html" title="class in org.apache.sysds.runtime.lineage">BooleanArray32</a></li>
+<li><a href="org/apache/sysds/parser/BooleanExpression.html" title="class in org.apache.sysds.parser">BooleanExpression</a></li>
+<li><a href="org/apache/sysds/parser/BooleanIdentifier.html" title="class in org.apache.sysds.parser">BooleanIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BooleanObject.html" title="class in org.apache.sysds.runtime.instructions.cp">BooleanObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BroadcastCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BroadcastCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/BroadcastObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data">BroadcastObject</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Builtin.html" title="class in org.apache.sysds.runtime.functionobjects">Builtin</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Builtin.BuiltinCode.html" title="enum in org.apache.sysds.runtime.functionobjects">Builtin.BuiltinCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/BuiltinBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">BuiltinBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/parser/BuiltinConstant.html" title="enum in org.apache.sysds.parser">BuiltinConstant</a></li>
+<li><a href="org/apache/sysds/parser/BuiltinFunctionExpression.html" title="class in org.apache.sysds.parser">BuiltinFunctionExpression</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/BuiltinNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">BuiltinNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BuiltinNarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">BuiltinNarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/BuiltinNarySPInstruction.PadBlocksFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">BuiltinNarySPInstruction.PadBlocksFunction</a></li>
+<li><a href="org/apache/sysds/common/Builtins.html" title="enum in org.apache.sysds.common">Builtins</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/BuiltinUnaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">BuiltinUnaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/ByteBuffer.html" title="class in org.apache.sysds.runtime.controlprogram.caching">ByteBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/util/ByteBufferDataInput.html" title="class in org.apache.sysds.runtime.util">ByteBufferDataInput</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/ByteClassLoader.html" title="class in org.apache.sysds.runtime.codegen">ByteClassLoader</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheableData.html" title="class in org.apache.sysds.runtime.controlprogram.caching">CacheableData</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheableData.CacheStatus.html" title="enum in org.apache.sysds.runtime.controlprogram.caching">CacheableData.CacheStatus</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheBlock.html" title="interface in org.apache.sysds.runtime.controlprogram.caching"><span class="interfaceName">CacheBlock</span></a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheBlockFactory.html" title="class in org.apache.sysds.runtime.controlprogram.caching">CacheBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheDataInput.html" title="class in org.apache.sysds.runtime.controlprogram.caching">CacheDataInput</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheDataOutput.html" title="class in org.apache.sysds.runtime.controlprogram.caching">CacheDataOutput</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/CachedReuseVariables.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">CachedReuseVariables</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheStatistics.html" title="class in org.apache.sysds.runtime.controlprogram.caching">CacheStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/CacheStatistics.Stat.html" title="enum in org.apache.sysds.runtime.controlprogram.caching">CacheStatistics.Stat</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/CastFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">CastFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CastSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CastSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/CBindPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation">CBindPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/Cell.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util">Cell</a></li>
+<li><a href="org/apache/sysds/lops/CentralMoment.html" title="class in org.apache.sysds.lops">CentralMoment</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CentralMomentCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">CentralMomentCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/CentralMomentFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">CentralMomentFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CentralMomentSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CentralMomentSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/CheckedConstraintsLog.html" title="class in org.apache.sysds.runtime.privacy">CheckedConstraintsLog</a></li>
+<li><a href="org/apache/sysds/lops/Checkpoint.html" title="class in org.apache.sysds.lops">Checkpoint</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CheckpointSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CheckpointSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibAppend.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibAppend</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibBinaryCellOp.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibBinaryCellOp</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibCompAgg.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibCompAgg</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibDecompress.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibDecompress</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibLeftMultBy.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibLeftMultBy</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibReExpand.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibReExpand</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibRightMultBy.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibRightMultBy</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibScalar.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibScalar</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibSquash.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibSquash</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibUnary.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibUnary</a></li>
+<li><a href="org/apache/sysds/runtime/compress/lib/CLALibUtils.html" title="class in org.apache.sysds.runtime.compress.lib">CLALibUtils</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/CM.html" title="class in org.apache.sysds.runtime.functionobjects">CM</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CM_COV_Object.html" title="class in org.apache.sysds.runtime.instructions.cp">CM_COV_Object</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/CM_N_COVCell.html" title="class in org.apache.sysds.runtime.matrix.data">CM_N_COVCell</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CMOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">CMOperator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CMOperator.AggregateOperationTypes.html" title="enum in org.apache.sysds.runtime.matrix.operators">CMOperator.AggregateOperationTypes</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNode.html" title="class in org.apache.sysds.hops.codegen.cplan">CNode</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeBinary.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeBinary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeBinary.BinType.html" title="enum in org.apache.sysds.hops.codegen.cplan">CNodeBinary.BinType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeCell.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeCell</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeData.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeData</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeMultiAgg.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeMultiAgg</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeNary.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeNary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeNary.NaryType.html" title="enum in org.apache.sysds.hops.codegen.cplan">CNodeNary.NaryType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeOuterProduct.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeOuterProduct</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeRow.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeRow</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeTernary.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeTernary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeTernary.TernaryType.html" title="enum in org.apache.sysds.hops.codegen.cplan">CNodeTernary.TernaryType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeTpl.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeTpl</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeUnary.html" title="class in org.apache.sysds.hops.codegen.cplan">CNodeUnary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CNodeUnary.UnaryType.html" title="enum in org.apache.sysds.hops.codegen.cplan">CNodeUnary.UnaryType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeBinPacking.html" title="class in org.apache.sysds.runtime.compress.cocode">CoCodeBinPacking</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeGreedy.html" title="class in org.apache.sysds.runtime.compress.cocode">CoCodeGreedy</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeHybrid.html" title="class in org.apache.sysds.runtime.compress.cocode">CoCodeHybrid</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodePriorityQue.html" title="class in org.apache.sysds.runtime.compress.cocode">CoCodePriorityQue</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCoderFactory.html" title="class in org.apache.sysds.runtime.compress.cocode">CoCoderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCoderFactory.PartitionerType.html" title="enum in org.apache.sysds.runtime.compress.cocode">CoCoderFactory.PartitionerType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cocode/CoCodeStatic.html" title="class in org.apache.sysds.runtime.compress.cocode">CoCodeStatic</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/CodegenUtils.html" title="class in org.apache.sysds.runtime.codegen">CodegenUtils</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/CodeTemplate.html" title="class in org.apache.sysds.hops.codegen.cplan">CodeTemplate</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupCompressed.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupCompressed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupConst.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupConst</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupDDC.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupDDC</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupEmpty.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupEmpty</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupIO.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupIO</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupOffset.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupOffset</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupOLE.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupOLE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupRLE.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupRLE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDC.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupSDC</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDCSingle.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupSDCSingle</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDCSingleZeros.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupSDCSingleZeros</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSDCZeros.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupSDCZeros</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupSizes.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupSizes</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupUncompressed.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupUncompressed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/ColGroupValue.html" title="class in org.apache.sysds.runtime.compress.colgroup">ColGroupValue</a></li>
+<li><a href="org/apache/sysds/runtime/util/CollectionUtils.html" title="class in org.apache.sysds.runtime.util">CollectionUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoder.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoder.EncoderType.html" title="enum in org.apache.sysds.runtime.transform.encode">ColumnEncoder.EncoderType</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderBin.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderBin</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderComposite.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderComposite</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderDummycode.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderDummycode</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderFeatureHash.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderFeatureHash</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderFeatureHash.FeatureHashSparseApplyTask.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderFeatureHash.FeatureHashSparseApplyTask</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderPassThrough.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderPassThrough</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderPassThrough.PassThroughSparseApplyTask.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderPassThrough.PassThroughSparseApplyTask</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/ColumnEncoderRecode.html" title="class in org.apache.sysds.runtime.transform.encode">ColumnEncoderRecode</a></li>
+<li><a href="org/apache/sysds/runtime/util/CommonThreadPool.html" title="class in org.apache.sysds.runtime.util">CommonThreadPool</a></li>
+<li><a href="org/apache/sysds/conf/CompilerConfig.html" title="class in org.apache.sysds.conf">CompilerConfig</a></li>
+<li><a href="org/apache/sysds/conf/CompilerConfig.ConfigType.html" title="enum in org.apache.sysds.conf">CompilerConfig.ConfigType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressedMatrixBlock.html" title="class in org.apache.sysds.runtime.compress">CompressedMatrixBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressedMatrixBlockFactory.html" title="class in org.apache.sysds.runtime.compress">CompressedMatrixBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimator.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorExact.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeEstimatorExact</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorFactory.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeEstimatorFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorSample.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeEstimatorSample</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeEstimatorUltraSparse.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeEstimatorUltraSparse</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeInfo.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeInfo</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/CompressedSizeInfoColGroup.html" title="class in org.apache.sysds.runtime.compress.estim">CompressedSizeInfoColGroup</a></li>
+<li><a href="org/apache/sysds/lops/Compression.html" title="class in org.apache.sysds.lops">Compression</a></li>
+<li><a href="org/apache/sysds/lops/Compression.CompressConfig.html" title="enum in org.apache.sysds.lops">Compression.CompressConfig</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CompressionCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">CompressionCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressionSettings.html" title="class in org.apache.sysds.runtime.compress">CompressionSettings</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressionSettingsBuilder.html" title="class in org.apache.sysds.runtime.compress">CompressionSettingsBuilder</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CompressionSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CompressionSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CompressionSPInstruction.CompressionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">CompressionSPInstruction.CompressionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CompressionSPInstruction.CompressionWorkloadFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">CompressionSPInstruction.CompressionWorkloadFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CompressionSPInstruction.SizeFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">CompressionSPInstruction.SizeFunction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/CompressionStatistics.html" title="class in org.apache.sysds.runtime.compress">CompressionStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/ComputationCostEstimator.html" title="class in org.apache.sysds.runtime.compress.cost">ComputationCostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ComputationCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ComputationCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ComputationFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">ComputationFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ComputationSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">ComputationSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ComputeBinaryBlockNnzFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ComputeBinaryBlockNnzFunction</a></li>
+<li><a href="org/apache/sysds/hops/cost/ComputeCost.html" title="class in org.apache.sysds.hops.cost">ComputeCost</a></li>
+<li><a href="org/apache/sysds/parser/ConditionalPredicate.html" title="class in org.apache.sysds.parser">ConditionalPredicate</a></li>
+<li><a href="org/apache/sysds/api/ConfigurableAPI.html" title="interface in org.apache.sysds.api"><span class="interfaceName">ConfigurableAPI</span></a></li>
+<li><a href="org/apache/sysds/conf/ConfigurationManager.html" title="class in org.apache.sysds.conf">ConfigurationManager</a></li>
+<li><a href="org/apache/sysds/api/jmlc/Connection.html" title="class in org.apache.sysds.api.jmlc">Connection</a></li>
+<li><a href="org/apache/sysds/parser/ConstIdentifier.html" title="class in org.apache.sysds.parser">ConstIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/Converter.html" title="interface in org.apache.sysds.runtime.matrix.data"><span class="interfaceName">Converter</span></a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ConvertFrameBlockToIJVLines.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ConvertFrameBlockToIJVLines</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ConvertMatrixBlockToIJVLines.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ConvertMatrixBlockToIJVLines</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ConvertStringToLongTextPair.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ConvertStringToLongTextPair</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyBinaryCellFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyBinaryCellFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyFrameBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyFrameBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyFrameBlockPairFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyFrameBlockPairFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyMatrixBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyMatrixBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyMatrixBlockPairFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyMatrixBlockPairFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyTensorBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyTensorBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyTensorBlockPairFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyTensorBlockPairFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CopyTextInputFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CopyTextInputFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/CorrMatrixBlock.html" title="class in org.apache.sysds.runtime.instructions.spark.data">CorrMatrixBlock</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimationWrapper.html" title="class in org.apache.sysds.hops.cost">CostEstimationWrapper</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimationWrapper.CostType.html" title="enum in org.apache.sysds.hops.cost">CostEstimationWrapper.CostType</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimator.html" title="class in org.apache.sysds.hops.cost">CostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">CostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.DataFormat.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">CostEstimator.DataFormat</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.ExcludeType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">CostEstimator.ExcludeType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimator.TestMeasure.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">CostEstimator.TestMeasure</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/CostEstimatorBuilder.html" title="class in org.apache.sysds.runtime.compress.cost">CostEstimatorBuilder</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/CostEstimatorFactory.html" title="class in org.apache.sysds.runtime.compress.cost">CostEstimatorFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/CostEstimatorFactory.CostType.html" title="enum in org.apache.sysds.runtime.compress.cost">CostEstimatorFactory.CostType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimatorHops.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">CostEstimatorHops</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/CostEstimatorRuntime.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">CostEstimatorRuntime</a></li>
+<li><a href="org/apache/sysds/hops/cost/CostEstimatorStaticRuntime.html" title="class in org.apache.sysds.hops.cost">CostEstimatorStaticRuntime</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CountDistinctOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">CountDistinctOperator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/CountDistinctOperator.CountDistinctTypes.html" title="enum in org.apache.sysds.runtime.matrix.operators">CountDistinctOperator.CountDistinctTypes</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/COV.html" title="class in org.apache.sysds.runtime.functionobjects">COV</a></li>
+<li><a href="org/apache/sysds/lops/CoVariance.html" title="class in org.apache.sysds.lops">CoVariance</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CovarianceCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">CovarianceCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/CovarianceFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">CovarianceFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CovarianceSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CovarianceSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/COVOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">COVOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">CPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CPInstruction.CPType.html" title="enum in org.apache.sysds.runtime.instructions.cp">CPInstruction.CPType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/CPInstructionParser.html" title="class in org.apache.sysds.runtime.instructions">CPInstructionParser</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanCSERewriter.html" title="class in org.apache.sysds.hops.codegen.template">CPlanCSERewriter</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanMemoTable.html" title="class in org.apache.sysds.hops.codegen.template">CPlanMemoTable</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanMemoTable.MemoTableEntry.html" title="class in org.apache.sysds.hops.codegen.template">CPlanMemoTable.MemoTableEntry</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanMemoTable.MemoTableEntrySet.html" title="class in org.apache.sysds.hops.codegen.template">CPlanMemoTable.MemoTableEntrySet</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/CPlanOpRewriter.html" title="class in org.apache.sysds.hops.codegen.template">CPlanOpRewriter</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CpmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CpmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CPOperand.html" title="class in org.apache.sysds.runtime.instructions.cp">CPOperand</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/CreateSparseBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">CreateSparseBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/CSRPointer.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">CSRPointer</a></li>
+<li><a href="org/apache/sysds/lops/CSVReBlock.html" title="class in org.apache.sysds.lops">CSVReBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CSVReblockSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CSVReblockSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/Ctable.html" title="class in org.apache.sysds.lops">Ctable</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/CTable.html" title="class in org.apache.sysds.runtime.functionobjects">CTable</a></li>
+<li><a href="org/apache/sysds/lops/Ctable.OperationTypes.html" title="enum in org.apache.sysds.lops">Ctable.OperationTypes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/CtableCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">CtableCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/CtableFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">CtableFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/CTableMap.html" title="class in org.apache.sysds.runtime.matrix.data">CTableMap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CtableSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.MapJoinSignature1.html" title="class in org.apache.sysds.runtime.instructions.spark">CtableSPInstruction.MapJoinSignature1</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.MapJoinSignature2.html" title="class in org.apache.sysds.runtime.instructions.spark">CtableSPInstruction.MapJoinSignature2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CtableSPInstruction.MapJoinSignature3.html" title="class in org.apache.sysds.runtime.instructions.spark">CtableSPInstruction.MapJoinSignature3</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/CudaMemoryAllocator.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">CudaMemoryAllocator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/CudaSupportFunctions.html" title="interface in org.apache.sysds.runtime.matrix.data"><span class="interfaceName">CudaSupportFunctions</span></a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CumulativeAggregateSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CumulativeAggregateSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/CumulativeOffsetBinary.html" title="class in org.apache.sysds.lops">CumulativeOffsetBinary</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/CumulativeOffsetFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">CumulativeOffsetFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/CumulativeOffsetSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">CumulativeOffsetSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/CumulativePartialAggregate.html" title="class in org.apache.sysds.lops">CumulativePartialAggregate</a></li>
+<li><a href="org/apache/sysds/parser/dml/CustomErrorListener.html" title="class in org.apache.sysds.parser.dml">CustomErrorListener</a></li>
+<li><a href="org/apache/sysds/parser/dml/CustomErrorListener.ParseIssueType.html" title="enum in org.apache.sysds.parser.dml">CustomErrorListener.ParseIssueType</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/CustomProperties.html" title="class in org.apache.sysds.runtime.iogen">CustomProperties</a></li>
+<li><a href="org/apache/sysds/lops/compile/Dag.html" title="class in org.apache.sysds.lops.compile">Dag</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DArrCounts.html" title="class in org.apache.sysds.runtime.compress.utils">DArrCounts</a></li>
+<li><a href="org/apache/sysds/lops/Data.html" title="class in org.apache.sysds.lops">Data</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/Data.html" title="class in org.apache.sysds.runtime.instructions.cp">Data</a></li>
+<li><a href="org/apache/sysds/utils/DataAugmentation.html" title="class in org.apache.sysds.utils">DataAugmentation</a></li>
+<li><a href="org/apache/sysds/runtime/meta/DataCharacteristics.html" title="class in org.apache.sysds.runtime.meta">DataCharacteristics</a></li>
+<li><a href="org/apache/sysds/runtime/util/DataConverter.html" title="class in org.apache.sysds.runtime.util">DataConverter</a></li>
+<li><a href="org/apache/sysds/parser/DataExpression.html" title="class in org.apache.sysds.parser">DataExpression</a></li>
+<li><a href="org/apache/sysds/lops/DataGen.html" title="class in org.apache.sysds.lops">DataGen</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DataGenCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">DataGenCPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/DataGenOp.html" title="class in org.apache.sysds.hops">DataGenOp</a></li>
+<li><a href="org/apache/sysds/parser/DataIdentifier.html" title="class in org.apache.sysds.parser">DataIdentifier</a></li>
+<li><a href="org/apache/sysds/hops/DataOp.html" title="class in org.apache.sysds.hops">DataOp</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">DataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerLocal.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">DataPartitionerLocal</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerRemoteSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">DataPartitionerRemoteSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerRemoteSparkMapper.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">DataPartitionerRemoteSparkMapper</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/DataPartitionerRemoteSparkReducer.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">DataPartitionerRemoteSparkReducer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionerSparkAggregator.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DataPartitionerSparkAggregator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionerSparkMapper.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DataPartitionerSparkMapper</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DataPartitionFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionFederatedScheme.BalanceMetrics.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DataPartitionFederatedScheme.BalanceMetrics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionFederatedScheme.Result.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DataPartitionFederatedScheme.Result</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DataPartitionLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DataPartitionSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DataPartitionSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/finegrained/DataRange.html" title="class in org.apache.sysds.runtime.privacy.finegrained">DataRange</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/DatasetObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data">DatasetObject</a></li>
+<li><a href="org/apache/sysds/runtime/data/DataTensorBlock.html" title="class in org.apache.sysds.runtime.data">DataTensorBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DblArray.html" title="class in org.apache.sysds.runtime.compress.utils">DblArray</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DblArrayCountHashMap.html" title="class in org.apache.sysds.runtime.compress.utils">DblArrayCountHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DblArrayIntListHashMap.html" title="class in org.apache.sysds.runtime.compress.utils">DblArrayIntListHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DCLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DCLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DCounts.html" title="class in org.apache.sysds.runtime.compress.utils">DCounts</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DCSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DCSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/Decoder.html" title="class in org.apache.sysds.runtime.transform.decode">Decoder</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderComposite.html" title="class in org.apache.sysds.runtime.transform.decode">DecoderComposite</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderDummycode.html" title="class in org.apache.sysds.runtime.transform.decode">DecoderDummycode</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderFactory.html" title="class in org.apache.sysds.runtime.transform.decode">DecoderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderFactory.DecoderType.html" title="enum in org.apache.sysds.runtime.transform.decode">DecoderFactory.DecoderType</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderPassThrough.html" title="class in org.apache.sysds.runtime.transform.decode">DecoderPassThrough</a></li>
+<li><a href="org/apache/sysds/runtime/transform/decode/DecoderRecode.html" title="class in org.apache.sysds.runtime.transform.decode">DecoderRecode</a></li>
+<li><a href="org/apache/sysds/lops/DeCompression.html" title="class in org.apache.sysds.lops">DeCompression</a></li>
+<li><a href="org/apache/sysds/lops/DeCompression.CompressConfig.html" title="enum in org.apache.sysds.lops">DeCompression.CompressConfig</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DeCompressionCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">DeCompressionCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/DeCompressionSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">DeCompressionSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/DeCompressionSPInstruction.DeCompressionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">DeCompressionSPInstruction.DeCompressionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlock.html" title="class in org.apache.sysds.runtime.data">DenseBlock</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlock.Type.html" title="enum in org.apache.sysds.runtime.data">DenseBlock.Type</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockBool.html" title="class in org.apache.sysds.runtime.data">DenseBlockBool</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockDRB.html" title="class in org.apache.sysds.runtime.data">DenseBlockDRB</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockFactory.html" title="class in org.apache.sysds.runtime.data">DenseBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockFP32.html" title="class in org.apache.sysds.runtime.data">DenseBlockFP32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockFP64.html" title="class in org.apache.sysds.runtime.data">DenseBlockFP64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockInt32.html" title="class in org.apache.sysds.runtime.data">DenseBlockInt32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockInt64.html" title="class in org.apache.sysds.runtime.data">DenseBlockInt64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLBool.html" title="class in org.apache.sysds.runtime.data">DenseBlockLBool</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLDRB.html" title="class in org.apache.sysds.runtime.data">DenseBlockLDRB</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLFP32.html" title="class in org.apache.sysds.runtime.data">DenseBlockLFP32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLFP64.html" title="class in org.apache.sysds.runtime.data">DenseBlockLFP64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLInt32.html" title="class in org.apache.sysds.runtime.data">DenseBlockLInt32</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLInt64.html" title="class in org.apache.sysds.runtime.data">DenseBlockLInt64</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockLString.html" title="class in org.apache.sysds.runtime.data">DenseBlockLString</a></li>
+<li><a href="org/apache/sysds/runtime/data/DenseBlockString.html" title="class in org.apache.sysds.runtime.data">DenseBlockString</a></li>
+<li><a href="org/apache/sysds/runtime/util/DependencyTask.html" title="class in org.apache.sysds.runtime.util">DependencyTask</a></li>
+<li><a href="org/apache/sysds/runtime/util/DependencyThreadPool.html" title="class in org.apache.sysds.runtime.util">DependencyThreadPool</a></li>
+<li><a href="org/apache/sysds/runtime/util/DependencyWrapperTask.html" title="class in org.apache.sysds.runtime.util">DependencyWrapperTask</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/DiagIndex.html" title="class in org.apache.sysds.runtime.functionobjects">DiagIndex</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/Dictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary">Dictionary</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/DictionaryFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary">DictionaryFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/DictionaryFactory.Type.html" title="enum in org.apache.sysds.runtime.compress.colgroup.dictionary">DictionaryFactory.Type</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/DistinctCostEstimator.html" title="class in org.apache.sysds.runtime.compress.cost">DistinctCostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Divide.html" title="class in org.apache.sysds.runtime.functionobjects">Divide</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlBaseListener.html" title="class in org.apache.sysds.parser.dml">DmlBaseListener</a></li>
+<li><a href="org/apache/sysds/runtime/compress/DMLCompressionException.html" title="class in org.apache.sysds.runtime.compress">DMLCompressionException</a></li>
+<li><a href="org/apache/sysds/utils/DMLCompressionStatistics.html" title="class in org.apache.sysds.utils">DMLCompressionStatistics</a></li>
+<li><a href="org/apache/sysds/conf/DMLConfig.html" title="class in org.apache.sysds.conf">DMLConfig</a></li>
+<li><a href="org/apache/sysds/api/DMLException.html" title="class in org.apache.sysds.api">DMLException</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlLexer.html" title="class in org.apache.sysds.parser.dml">DmlLexer</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlListener.html" title="interface in org.apache.sysds.parser.dml"><span class="interfaceName">DmlListener</span></a></li>
+<li><a href="org/apache/sysds/api/DMLOptions.html" title="class in org.apache.sysds.api">DMLOptions</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.html" title="class in org.apache.sysds.parser.dml">DmlParser</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AccumulatorAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.AccumulatorAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AddSubExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.AddSubExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.AssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.AtomicExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.AtomicExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BooleanAndExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.BooleanAndExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BooleanNotExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.BooleanNotExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BooleanOrExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.BooleanOrExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.BuiltinFunctionExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.BuiltinFunctionExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.CommandlineParamExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.CommandlineParamExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.CommandlinePositionExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.CommandlinePositionExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstDoubleIdExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ConstDoubleIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstFalseExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ConstFalseExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstIntIdExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ConstIntIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstStringIdExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ConstStringIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ConstTrueExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ConstTrueExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.DataIdentifierContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.DataIdentifierContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.DataIdExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.DataIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.DataTypeContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.DataTypeContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ExternalFunctionDefExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ExternalFunctionDefExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ForStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ForStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.FunctionCallAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.FunctionCallAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.FunctionCallMultiAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.FunctionCallMultiAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.FunctionStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.FunctionStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IfdefAssignmentStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.IfdefAssignmentStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IfStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.IfStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ImportStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ImportStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IndexedExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.IndexedExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.InternalFunctionDefExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.InternalFunctionDefExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IterablePredicateColonExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.IterablePredicateColonExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IterablePredicateContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.IterablePredicateContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.IterablePredicateSeqExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.IterablePredicateSeqExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MatrixDataTypeCheckContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.MatrixDataTypeCheckContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MatrixMulExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.MatrixMulExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.Ml_typeContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.Ml_typeContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ModIntDivExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ModIntDivExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MultDivExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.MultDivExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.MultiIdExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.MultiIdExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ParameterizedExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ParameterizedExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ParForStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ParForStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.PathStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.PathStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.PowerExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.PowerExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ProgramrootContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ProgramrootContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.RelationalExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.RelationalExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.SimpleDataIdentifierExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.SimpleDataIdentifierExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.StatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.StatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.StrictParameterizedExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.StrictParameterizedExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.StrictParameterizedKeyValueStringContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.StrictParameterizedKeyValueStringContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.TypedArgAssignContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.TypedArgAssignContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.TypedArgNoAssignContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.TypedArgNoAssignContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.UnaryExpressionContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.UnaryExpressionContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.ValueTypeContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.ValueTypeContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlParser.WhileStatementContext.html" title="class in org.apache.sysds.parser.dml">DmlParser.WhileStatementContext</a></li>
+<li><a href="org/apache/sysds/parser/dml/DMLParserWrapper.html" title="class in org.apache.sysds.parser.dml">DMLParserWrapper</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlPreprocessor.html" title="class in org.apache.sysds.parser.dml">DmlPreprocessor</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/DMLPrivacyException.html" title="class in org.apache.sysds.runtime.privacy">DMLPrivacyException</a></li>
+<li><a href="org/apache/sysds/parser/DMLProgram.html" title="class in org.apache.sysds.parser">DMLProgram</a></li>
+<li><a href="org/apache/sysds/runtime/DMLRuntimeException.html" title="class in org.apache.sysds.runtime">DMLRuntimeException</a></li>
+<li><a href="org/apache/sysds/api/DMLScript.html" title="class in org.apache.sysds.api">DMLScript</a></li>
+<li><a href="org/apache/sysds/runtime/DMLScriptException.html" title="class in org.apache.sysds.runtime">DMLScriptException</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlSyntacticValidator.html" title="class in org.apache.sysds.parser.dml">DmlSyntacticValidator</a></li>
+<li><a href="org/apache/sysds/parser/dml/DmlSyntacticValidator.ConvertedDMLSyntax.html" title="class in org.apache.sysds.parser.dml">DmlSyntacticValidator.ConvertedDMLSyntax</a></li>
+<li><a href="org/apache/sysds/parser/DMLTranslator.html" title="class in org.apache.sysds.parser">DMLTranslator</a></li>
+<li><a href="org/apache/sysds/runtime/util/DMVUtils.html" title="class in org.apache.sysds.runtime.util">DMVUtils</a></li>
+<li><a href="org/apache/sysds/runtime/util/DMVUtils.LEVEL_ENUM.html" title="enum in org.apache.sysds.runtime.util">DMVUtils.LEVEL_ENUM</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DnnCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">DnnCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/DnnGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">DnnGPUInstruction</a></li>
+<li><a href="org/apache/sysds/hops/DnnOp.html" title="class in org.apache.sysds.hops">DnnOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/DnnParameters.html" title="class in org.apache.sysds.runtime.matrix.data">DnnParameters</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/DnnSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">DnnSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/DnnTransform.html" title="class in org.apache.sysds.lops">DnnTransform</a></li>
+<li><a href="org/apache/sysds/runtime/util/DnnUtils.html" title="class in org.apache.sysds.runtime.util">DnnUtils</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DoubleCountHashMap.html" title="class in org.apache.sysds.runtime.compress.utils">DoubleCountHashMap</a></li>
+<li><a href="org/apache/sysds/parser/DoubleIdentifier.html" title="class in org.apache.sysds.parser">DoubleIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/DoubleIntListHashMap.html" title="class in org.apache.sysds.runtime.compress.utils">DoubleIntListHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/DoubleObject.html" title="class in org.apache.sysds.runtime.instructions.cp">DoubleObject</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/DoublePrecisionCudaSupportFunctions.html" title="class in org.apache.sysds.runtime.matrix.data">DoublePrecisionCudaSupportFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DRLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRRLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DRRLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRRSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DRRSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/DRSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">DRSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/util/EMAUtils.html" title="class in org.apache.sysds.runtime.util">EMAUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/Encoder.html" title="interface in org.apache.sysds.runtime.transform.encode"><span class="interfaceName">Encoder</span></a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderFactory.html" title="class in org.apache.sysds.runtime.transform.encode">EncoderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderMVImpute.html" title="class in org.apache.sysds.runtime.transform.encode">EncoderMVImpute</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderMVImpute.MVMethod.html" title="enum in org.apache.sysds.runtime.transform.encode">EncoderMVImpute.MVMethod</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/EncoderOmit.html" title="class in org.apache.sysds.runtime.transform.encode">EncoderOmit</a></li>
+<li><a href="org/apache/sysds/utils/EnvironmentHelper.html" title="class in org.apache.sysds.utils">EnvironmentHelper</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Equals.html" title="class in org.apache.sysds.runtime.functionobjects">Equals</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/EstimationFactors.html" title="class in org.apache.sysds.runtime.compress.estim">EstimationFactors</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimationUtils.html" title="class in org.apache.sysds.hops.estim">EstimationUtils</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBasicAvg.html" title="class in org.apache.sysds.hops.estim">EstimatorBasicAvg</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBasicWorst.html" title="class in org.apache.sysds.hops.estim">EstimatorBasicWorst</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.html" title="class in org.apache.sysds.hops.estim">EstimatorBitsetMM</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.BitsetMatrix.html" title="class in org.apache.sysds.hops.estim">EstimatorBitsetMM.BitsetMatrix</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.BitsetMatrix1.html" title="class in org.apache.sysds.hops.estim">EstimatorBitsetMM.BitsetMatrix1</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorBitsetMM.BitsetMatrix2.html" title="class in org.apache.sysds.hops.estim">EstimatorBitsetMM.BitsetMatrix2</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorDensityMap.html" title="class in org.apache.sysds.hops.estim">EstimatorDensityMap</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorDensityMap.DensityMap.html" title="class in org.apache.sysds.hops.estim">EstimatorDensityMap.DensityMap</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorLayeredGraph.html" title="class in org.apache.sysds.hops.estim">EstimatorLayeredGraph</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorLayeredGraph.LayeredGraph.html" title="class in org.apache.sysds.hops.estim">EstimatorLayeredGraph.LayeredGraph</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorMatrixHistogram.html" title="class in org.apache.sysds.hops.estim">EstimatorMatrixHistogram</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorMatrixHistogram.MatrixHistogram.html" title="class in org.apache.sysds.hops.estim">EstimatorMatrixHistogram.MatrixHistogram</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorSample.html" title="class in org.apache.sysds.hops.estim">EstimatorSample</a></li>
+<li><a href="org/apache/sysds/hops/estim/EstimatorSampleRa.html" title="class in org.apache.sysds.hops.estim">EstimatorSampleRa</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/EvalNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">EvalNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/ExecutionConfig.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">ExecutionConfig</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/ExecutionContext.html" title="class in org.apache.sysds.runtime.controlprogram.context">ExecutionContext</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/ExecutionContextFactory.html" title="class in org.apache.sysds.runtime.controlprogram.context">ExecutionContextFactory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/ExecutionContextMap.html" title="class in org.apache.sysds.runtime.controlprogram.federated">ExecutionContextMap</a></li>
+<li><a href="org/apache/sysds/utils/Explain.html" title="class in org.apache.sysds.utils">Explain</a></li>
+<li><a href="org/apache/sysds/utils/Explain.ExplainCounts.html" title="class in org.apache.sysds.utils">Explain.ExplainCounts</a></li>
+<li><a href="org/apache/sysds/utils/Explain.ExplainType.html" title="enum in org.apache.sysds.utils">Explain.ExplainType</a></li>
+<li><a href="org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser">Expression</a></li>
+<li><a href="org/apache/sysds/parser/Expression.BinaryOp.html" title="enum in org.apache.sysds.parser">Expression.BinaryOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.BooleanOp.html" title="enum in org.apache.sysds.parser">Expression.BooleanOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.DataOp.html" title="enum in org.apache.sysds.parser">Expression.DataOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.FunctCallOp.html" title="enum in org.apache.sysds.parser">Expression.FunctCallOp</a></li>
+<li><a href="org/apache/sysds/parser/Expression.RelationalOp.html" title="enum in org.apache.sysds.parser">Expression.RelationalOp</a></li>
+<li><a href="org/apache/sysds/parser/dml/ExpressionInfo.html" title="class in org.apache.sysds.parser.dml">ExpressionInfo</a></li>
+<li><a href="org/apache/sysds/parser/ExpressionList.html" title="class in org.apache.sysds.parser">ExpressionList</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractBlockForBinaryReblock.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ExtractBlockForBinaryReblock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroup.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ExtractGroup</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroup.ExtractGroupBroadcast.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ExtractGroup.ExtractGroupBroadcast</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroup.ExtractGroupJoin.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ExtractGroup.ExtractGroupJoin</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ExtractGroupNWeights.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ExtractGroupNWeights</a></li>
+<li><a href="org/apache/sysds/runtime/util/FastBufferedDataInputStream.html" title="class in org.apache.sysds.runtime.util">FastBufferedDataInputStream</a></li>
+<li><a href="org/apache/sysds/runtime/util/FastBufferedDataOutputStream.html" title="class in org.apache.sysds.runtime.util">FastBufferedDataOutputStream</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/FastStringTokenizer.html" title="class in org.apache.sysds.runtime.iogen">FastStringTokenizer</a></li>
+<li><a href="org/apache/sysds/runtime/util/FastStringTokenizer.html" title="class in org.apache.sysds.runtime.util">FastStringTokenizer</a></li>
+<li><a href="org/apache/sysds/lops/Federated.html" title="class in org.apache.sysds.lops">Federated</a></li>
+<li><a href="org/apache/sysds/hops/cost/FederatedCost.html" title="class in org.apache.sysds.hops.cost">FederatedCost</a></li>
+<li><a href="org/apache/sysds/hops/cost/FederatedCostEstimator.html" title="class in org.apache.sysds.hops.cost">FederatedCostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedData.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedData</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/FederatedDataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">FederatedDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedLocalData.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedLocalData</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/FederatedPSControlThread.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">FederatedPSControlThread</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedRange.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedRange</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedRequest.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedRequest</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedRequest.RequestType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated">FederatedRequest.RequestType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedResponse.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedResponse</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedResponse.ResponseType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated">FederatedResponse.ResponseType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedStatistics.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedUDF.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedUDF</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedWorker.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedWorkerHandler.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedWorkerHandler</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederatedWorkerHandlerException.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederatedWorkerHandlerException</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederationMap</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.AlignType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated">FederationMap.AlignType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.FPartitioning.html" title="enum in org.apache.sysds.runtime.controlprogram.federated">FederationMap.FPartitioning</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.FReplication.html" title="enum in org.apache.sysds.runtime.controlprogram.federated">FederationMap.FReplication</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationMap.FType.html" title="enum in org.apache.sysds.runtime.controlprogram.federated">FederationMap.FType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/federated/FederationUtils.html" title="class in org.apache.sysds.runtime.controlprogram.federated">FederationUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">FEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstruction.FederatedOutput.html" title="enum in org.apache.sysds.runtime.instructions.fed">FEDInstruction.FederatedOutput</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstruction.FEDType.html" title="enum in org.apache.sysds.runtime.instructions.fed">FEDInstruction.FEDType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/FEDInstructionParser.html" title="class in org.apache.sysds.runtime.instructions">FEDInstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/FEDInstructionUtils.html" title="class in org.apache.sysds.runtime.instructions.fed">FEDInstructionUtils</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatProperties.html" title="class in org.apache.sysds.runtime.io">FileFormatProperties</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesCSV.html" title="class in org.apache.sysds.runtime.io">FileFormatPropertiesCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesHDF5.html" title="class in org.apache.sysds.runtime.io">FileFormatPropertiesHDF5</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesLIBSVM.html" title="class in org.apache.sysds.runtime.io">FileFormatPropertiesLIBSVM</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.html" title="class in org.apache.sysds.runtime.io">FileFormatPropertiesMM</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.MMField.html" title="enum in org.apache.sysds.runtime.io">FileFormatPropertiesMM.MMField</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.MMFormat.html" title="enum in org.apache.sysds.runtime.io">FileFormatPropertiesMM.MMFormat</a></li>
+<li><a href="org/apache/sysds/runtime/io/FileFormatPropertiesMM.MMSymmetry.html" title="enum in org.apache.sysds.runtime.io">FileFormatPropertiesMM.MMSymmetry</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/FilterDiagMatrixBlocksFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">FilterDiagMatrixBlocksFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/FilterNonEmptyBlocksFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">FilterNonEmptyBlocksFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/FilterNonEmptyBlocksFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">FilterNonEmptyBlocksFunction2</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/finegrained/FineGrainedPrivacy.html" title="interface in org.apache.sysds.runtime.privacy.finegrained"><span class="interfaceName">FineGrainedPrivacy</span></a></li>
+<li><a href="org/apache/sysds/runtime/privacy/finegrained/FineGrainedPrivacyList.html" title="class in org.apache.sysds.runtime.privacy.finegrained">FineGrainedPrivacyList</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/finegrained/FineGrainedPrivacyMap.html" title="class in org.apache.sysds.runtime.privacy.finegrained">FineGrainedPrivacyMap</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ForProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">ForProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/ForStatement.html" title="class in org.apache.sysds.parser">ForStatement</a></li>
+<li><a href="org/apache/sysds/parser/ForStatementBlock.html" title="class in org.apache.sysds.parser">ForStatementBlock</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Frame.html" title="class in org.apache.sysds.api.mlcontext">Frame</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/FrameAppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">FrameAppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/FrameAppendMSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">FrameAppendMSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/FrameAppendRSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">FrameAppendRSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/FrameBlock.html" title="class in org.apache.sysds.runtime.matrix.data">FrameBlock</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/FrameBlock.ColumnMetadata.html" title="class in org.apache.sysds.runtime.matrix.data">FrameBlock.ColumnMetadata</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/FrameBlock.FrameMapFunction.html" title="class in org.apache.sysds.runtime.matrix.data">FrameBlock.FrameMapFunction</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/FrameFormat.html" title="enum in org.apache.sysds.api.mlcontext">FrameFormat</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/FrameGenerateReader.html" title="class in org.apache.sysds.runtime.iogen">FrameGenerateReader</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/FrameGenerateReader.FrameReaderRowIrregular.html" title="class in org.apache.sysds.runtime.iogen">FrameGenerateReader.FrameReaderRowIrregular</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/FrameGenerateReader.FrameReaderRowRegularColIrregular.html" title="class in org.apache.sysds.runtime.iogen">FrameGenerateReader.FrameReaderRowRegularColIrregular</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/FrameGenerateReader.FrameReaderRowRegularColRegular.html" title="class in org.apache.sysds.runtime.iogen">FrameGenerateReader.FrameReaderRowRegularColRegular</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/FrameIndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">FrameIndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/FrameIndexingSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">FrameIndexingSPInstruction</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/FrameMetadata.html" title="class in org.apache.sysds.api.mlcontext">FrameMetadata</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/FrameObject.html" title="class in org.apache.sysds.runtime.controlprogram.caching">FrameObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDAggregateUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">FrameRDDAggregateUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">FrameRDDConverterUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongFrameToLongWritableFrameFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">FrameRDDConverterUtils.LongFrameToLongWritableFrameFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongWritableFrameToLongFrameFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">FrameRDDConverterUtils.LongWritableFrameToLongFrameFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongWritableTextToLongTextFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">FrameRDDConverterUtils.LongWritableTextToLongTextFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/FrameRDDConverterUtils.LongWritableToSerFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">FrameRDDConverterUtils.LongWritableToSerFunction</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReader.html" title="class in org.apache.sysds.runtime.io">FrameReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderBinaryBlock.html" title="class in org.apache.sysds.runtime.io">FrameReaderBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io">FrameReaderBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderFactory.html" title="class in org.apache.sysds.runtime.io">FrameReaderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderJSONL.html" title="class in org.apache.sysds.runtime.io">FrameReaderJSONL</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderJSONLParallel.html" title="class in org.apache.sysds.runtime.io">FrameReaderJSONLParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderProto.html" title="class in org.apache.sysds.runtime.io">FrameReaderProto</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCell.html" title="class in org.apache.sysds.runtime.io">FrameReaderTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCellParallel.html" title="class in org.apache.sysds.runtime.io">FrameReaderTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCSV.html" title="class in org.apache.sysds.runtime.io">FrameReaderTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameReaderTextCSVParallel.html" title="class in org.apache.sysds.runtime.io">FrameReaderTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/FrameReblockBuffer.html" title="class in org.apache.sysds.runtime.instructions.spark.data">FrameReblockBuffer</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/FrameSchema.html" title="class in org.apache.sysds.api.mlcontext">FrameSchema</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriter.html" title="class in org.apache.sysds.runtime.io">FrameWriter</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterBinaryBlock.html" title="class in org.apache.sysds.runtime.io">FrameWriterBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io">FrameWriterBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterFactory.html" title="class in org.apache.sysds.runtime.io">FrameWriterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterJSONL.html" title="class in org.apache.sysds.runtime.io">FrameWriterJSONL</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterJSONLParallel.html" title="class in org.apache.sysds.runtime.io">FrameWriterJSONLParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterProto.html" title="class in org.apache.sysds.runtime.io">FrameWriterProto</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCell.html" title="class in org.apache.sysds.runtime.io">FrameWriterTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCellParallel.html" title="class in org.apache.sysds.runtime.io">FrameWriterTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCSV.html" title="class in org.apache.sysds.runtime.io">FrameWriterTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/FrameWriterTextCSVParallel.html" title="class in org.apache.sysds.runtime.io">FrameWriterTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/lops/FunctionCallCP.html" title="class in org.apache.sysds.lops">FunctionCallCP</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/FunctionCallCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">FunctionCallCPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/ipa/FunctionCallGraph.html" title="class in org.apache.sysds.hops.ipa">FunctionCallGraph</a></li>
+<li><a href="org/apache/sysds/parser/FunctionCallIdentifier.html" title="class in org.apache.sysds.parser">FunctionCallIdentifier</a></li>
+<li><a href="org/apache/sysds/hops/ipa/FunctionCallSizeInfo.html" title="class in org.apache.sysds.hops.ipa">FunctionCallSizeInfo</a></li>
+<li><a href="org/apache/sysds/parser/FunctionDictionary.html" title="class in org.apache.sysds.parser">FunctionDictionary</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/FunctionObject.html" title="class in org.apache.sysds.runtime.functionobjects">FunctionObject</a></li>
+<li><a href="org/apache/sysds/hops/FunctionOp.html" title="class in org.apache.sysds.hops">FunctionOp</a></li>
+<li><a href="org/apache/sysds/hops/FunctionOp.FunctionType.html" title="enum in org.apache.sysds.hops">FunctionOp.FunctionType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/FunctionProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">FunctionProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/FunctionStatement.html" title="class in org.apache.sysds.parser">FunctionStatement</a></li>
+<li><a href="org/apache/sysds/parser/FunctionStatementBlock.html" title="class in org.apache.sysds.parser">FunctionStatementBlock</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/GenerateReader.html" title="class in org.apache.sysds.runtime.iogen">GenerateReader</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/GenerateReader.GenerateReaderFrame.html" title="class in org.apache.sysds.runtime.iogen">GenerateReader.GenerateReaderFrame</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/GenerateReader.GenerateReaderMatrix.html" title="class in org.apache.sysds.runtime.iogen">GenerateReader.GenerateReaderMatrix</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/GetMIMBFromRow.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">GetMIMBFromRow</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUContext.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPUContext</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUContextPool.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPUContextPool</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/GPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">GPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/GPUInstruction.GPUINSTRUCTION_TYPE.html" title="enum in org.apache.sysds.runtime.instructions.gpu">GPUInstruction.GPUINSTRUCTION_TYPE</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/GPUInstructionParser.html" title="class in org.apache.sysds.runtime.instructions">GPUInstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPULazyCudaFreeMemoryManager.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPULazyCudaFreeMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMatrixMemoryManager.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPUMatrixMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryAllocator.html" title="interface in org.apache.sysds.runtime.instructions.gpu.context"><span class="interfaceName">GPUMemoryAllocator</span></a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryEviction.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPUMemoryEviction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryManager.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPUMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryManager.EvictionPolicyBasedComparator.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPUMemoryManager.EvictionPolicyBasedComparator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/GPUObject.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">GPUObject</a></li>
+<li><a href="org/apache/sysds/utils/GPUStatistics.html" title="class in org.apache.sysds.utils">GPUStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/GreaterThan.html" title="class in org.apache.sysds.runtime.functionobjects">GreaterThan</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/GreaterThanEquals.html" title="class in org.apache.sysds.runtime.functionobjects">GreaterThanEquals</a></li>
+<li><a href="org/apache/sysds/lops/GroupedAggregate.html" title="class in org.apache.sysds.lops">GroupedAggregate</a></li>
+<li><a href="org/apache/sysds/lops/GroupedAggregateM.html" title="class in org.apache.sysds.lops">GroupedAggregateM</a></li>
+<li><a href="org/apache/sysds/lops/GroupedAggregateM.CacheType.html" title="enum in org.apache.sysds.lops">GroupedAggregateM.CacheType</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5.html" title="class in org.apache.sysds.runtime.io.hdf5">H5</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5BTree.html" title="class in org.apache.sysds.runtime.io.hdf5">H5BTree</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5BufferBuilder.html" title="class in org.apache.sysds.runtime.io.hdf5">H5BufferBuilder</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5Constants.html" title="class in org.apache.sysds.runtime.io.hdf5">H5Constants</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5ContiguousDataset.html" title="class in org.apache.sysds.runtime.io.hdf5">H5ContiguousDataset</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5DataLayoutMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5DataLayoutMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5DataSpaceMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5DataSpaceMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5DataTypeMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5DataTypeMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5DoubleDataType.html" title="class in org.apache.sysds.runtime.io.hdf5">H5DoubleDataType</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5FillValueMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5FillValueMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5GroupSymbolTableNode.html" title="class in org.apache.sysds.runtime.io.hdf5">H5GroupSymbolTableNode</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5LocalHeap.html" title="class in org.apache.sysds.runtime.io.hdf5">H5LocalHeap</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5Message.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5Message</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5NilMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5NilMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5ObjectHeader.html" title="class in org.apache.sysds.runtime.io.hdf5">H5ObjectHeader</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5ObjectModificationTimeMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5ObjectModificationTimeMessage</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5RootObject.html" title="class in org.apache.sysds.runtime.io.hdf5">H5RootObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5RuntimeException.html" title="class in org.apache.sysds.runtime.io.hdf5">H5RuntimeException</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5Superblock.html" title="class in org.apache.sysds.runtime.io.hdf5">H5Superblock</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/H5SymbolTableEntry.html" title="class in org.apache.sysds.runtime.io.hdf5">H5SymbolTableEntry</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/message/H5SymbolTableMessage.html" title="class in org.apache.sysds.runtime.io.hdf5.message">H5SymbolTableMessage</a></li>
+<li><a href="org/apache/sysds/utils/Hash.html" title="class in org.apache.sysds.utils">Hash</a></li>
+<li><a href="org/apache/sysds/utils/Hash.HashType.html" title="enum in org.apache.sysds.utils">Hash.HashType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/HassAndStokes.html" title="class in org.apache.sysds.runtime.compress.estim.sample">HassAndStokes</a></li>
+<li><a href="org/apache/sysds/runtime/util/HDFSTool.html" title="class in org.apache.sysds.runtime.util">HDFSTool</a></li>
+<li><a href="org/apache/sysds/hops/Hop.html" title="class in org.apache.sysds.hops">Hop</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/HopDagValidator.html" title="class in org.apache.sysds.hops.rewrite">HopDagValidator</a></li>
+<li><a href="org/apache/sysds/hops/cost/HopRel.html" title="class in org.apache.sysds.hops.cost">HopRel</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/HopRewriteRule.html" title="class in org.apache.sysds.hops.rewrite">HopRewriteRule</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/HopRewriteUtils.html" title="class in org.apache.sysds.hops.rewrite">HopRewriteUtils</a></li>
+<li><a href="org/apache/sysds/hops/HopsException.html" title="class in org.apache.sysds.hops">HopsException</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/HybridCostEstimator.html" title="class in org.apache.sysds.runtime.compress.cost">HybridCostEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/ICostEstimate.html" title="interface in org.apache.sysds.runtime.compress.cost"><span class="interfaceName">ICostEstimate</span></a></li>
+<li><a href="org/apache/sysds/parser/Identifier.html" title="class in org.apache.sysds.parser">Identifier</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/IDHandler.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util">IDHandler</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/IDSequence.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util">IDSequence</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/IfElse.html" title="class in org.apache.sysds.runtime.functionobjects">IfElse</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/IfProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">IfProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/IfStatement.html" title="class in org.apache.sysds.parser">IfStatement</a></li>
+<li><a href="org/apache/sysds/parser/IfStatementBlock.html" title="class in org.apache.sysds.parser">IfStatementBlock</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/IJV.html" title="class in org.apache.sysds.runtime.matrix.data">IJV</a></li>
+<li><a href="org/apache/sysds/parser/ImportStatement.html" title="class in org.apache.sysds.parser">ImportStatement</a></li>
+<li><a href="org/apache/sysds/parser/IndexedIdentifier.html" title="class in org.apache.sysds.parser">IndexedIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/IndexedMatrixValue.html" title="class in org.apache.sysds.runtime.instructions.spark.data">IndexedMatrixValue</a></li>
+<li><a href="org/apache/sysds/runtime/data/IndexedTensorBlock.html" title="class in org.apache.sysds.runtime.data">IndexedTensorBlock</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/IndexFunction.html" title="class in org.apache.sysds.runtime.functionobjects">IndexFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/IndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">IndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/IndexingFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">IndexingFEDInstruction</a></li>
+<li><a href="org/apache/sysds/hops/IndexingOp.html" title="class in org.apache.sysds.hops">IndexingOp</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/IndexingSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">IndexingSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/util/IndexRange.html" title="class in org.apache.sysds.runtime.util">IndexRange</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/InfrastructureAnalyzer.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.stat">InfrastructureAnalyzer</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/InitFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">InitFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/io/InputOutputInfo.html" title="class in org.apache.sysds.runtime.io">InputOutputInfo</a></li>
+<li><a href="org/apache/sysds/runtime/util/InputStreamInputFormat.html" title="class in org.apache.sysds.runtime.util">InputStreamInputFormat</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/InsertionSorterFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort">InsertionSorterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/InsertionSorterFactory.SORT_TYPE.html" title="enum in org.apache.sysds.runtime.compress.colgroup.insertionsort">InsertionSorterFactory.SORT_TYPE</a></li>
+<li><a href="org/apache/sysds/utils/InstallDependencyForIntegrationTests.html" title="class in org.apache.sysds.utils">InstallDependencyForIntegrationTests</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/Instruction.html" title="class in org.apache.sysds.runtime.instructions">Instruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/Instruction.IType.html" title="enum in org.apache.sysds.runtime.instructions">Instruction.IType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/InstructionParser.html" title="class in org.apache.sysds.runtime.instructions">InstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/InstructionTypeCounter.html" title="class in org.apache.sysds.runtime.compress.cost">InstructionTypeCounter</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/InstructionUtils.html" title="class in org.apache.sysds.runtime.instructions">InstructionUtils</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/IntArrayList.html" title="class in org.apache.sysds.runtime.compress.utils">IntArrayList</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/IntegerDivide.html" title="class in org.apache.sysds.runtime.functionobjects">IntegerDivide</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/InterestingPoint.html" title="class in org.apache.sysds.hops.codegen.opt">InterestingPoint</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/InterestingPoint.DecisionType.html" title="enum in org.apache.sysds.hops.codegen.opt">InterestingPoint.DecisionType</a></li>
+<li><a href="org/apache/sysds/hops/ipa/InterProceduralAnalysis.html" title="class in org.apache.sysds.hops.ipa">InterProceduralAnalysis</a></li>
+<li><a href="org/apache/sysds/parser/IntIdentifier.html" title="class in org.apache.sysds.parser">IntIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/IntObject.html" title="class in org.apache.sysds.runtime.instructions.cp">IntObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/IOUtilFunctions.html" title="class in org.apache.sysds.runtime.io">IOUtilFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/io/IOUtilFunctions.CountRowsTask.html" title="class in org.apache.sysds.runtime.io">IOUtilFunctions.CountRowsTask</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPass.html" title="class in org.apache.sysds.hops.ipa">IPAPass</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassApplyStaticAndDynamicHopRewrites.html" title="class in org.apache.sysds.hops.ipa">IPAPassApplyStaticAndDynamicHopRewrites</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassCompressionWorkloadAnalysis.html" title="class in org.apache.sysds.hops.ipa">IPAPassCompressionWorkloadAnalysis</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassEliminateDeadCode.html" title="class in org.apache.sysds.hops.ipa">IPAPassEliminateDeadCode</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassFlagFunctionsRecompileOnce.html" title="class in org.apache.sysds.hops.ipa">IPAPassFlagFunctionsRecompileOnce</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassFlagNonDeterminism.html" title="class in org.apache.sysds.hops.ipa">IPAPassFlagNonDeterminism</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassForwardFunctionCalls.html" title="class in org.apache.sysds.hops.ipa">IPAPassForwardFunctionCalls</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassInlineFunctions.html" title="class in org.apache.sysds.hops.ipa">IPAPassInlineFunctions</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassPropagateReplaceLiterals.html" title="class in org.apache.sysds.hops.ipa">IPAPassPropagateReplaceLiterals</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassRemoveConstantBinaryOps.html" title="class in org.apache.sysds.hops.ipa">IPAPassRemoveConstantBinaryOps</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassRemoveUnnecessaryCheckpoints.html" title="class in org.apache.sysds.hops.ipa">IPAPassRemoveUnnecessaryCheckpoints</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassRemoveUnusedFunctions.html" title="class in org.apache.sysds.hops.ipa">IPAPassRemoveUnusedFunctions</a></li>
+<li><a href="org/apache/sysds/hops/ipa/IPAPassReplaceEvalFunctionCalls.html" title="class in org.apache.sysds.hops.ipa">IPAPassReplaceEvalFunctionCalls</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/IPAPassRewriteFederatedPlan.html" title="class in org.apache.sysds.hops.rewrite">IPAPassRewriteFederatedPlan</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/IsBlockInList.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">IsBlockInList</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/IsBlockInRange.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">IsBlockInRange</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/IsFrameBlockInRange.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">IsFrameBlockInRange</a></li>
+<li><a href="org/apache/sysds/parser/IterablePredicate.html" title="class in org.apache.sysds.parser">IterablePredicate</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/JCudaKernels.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">JCudaKernels</a></li>
+<li><a href="org/apache/sysds/api/jmlc/JMLCUtils.html" title="class in org.apache.sysds.api.jmlc">JMLCUtils</a></li>
+<li><a href="org/apache/sysds/utils/JSONHelper.html" title="class in org.apache.sysds.utils">JSONHelper</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/KahanFunction.html" title="class in org.apache.sysds.runtime.functionobjects">KahanFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/KahanObject.html" title="class in org.apache.sysds.runtime.instructions.cp">KahanObject</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/KahanPlus.html" title="class in org.apache.sysds.runtime.functionobjects">KahanPlus</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/KahanPlusSq.html" title="class in org.apache.sysds.runtime.functionobjects">KahanPlusSq</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/KeepDataOnWorkerFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">KeepDataOnWorkerFederatedScheme</a></li>
+<li><a href="org/apache/sysds/parser/LanguageException.html" title="class in org.apache.sysds.parser">LanguageException</a></li>
+<li><a href="org/apache/sysds/parser/LanguageException.LanguageErrorCodes.html" title="class in org.apache.sysds.parser">LanguageException.LanguageErrorCodes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/LazyIterableIterator.html" title="class in org.apache.sysds.runtime.instructions.spark.data">LazyIterableIterator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/LazyWriteBuffer.html" title="class in org.apache.sysds.runtime.controlprogram.caching">LazyWriteBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/LazyWriteBuffer.RPolicy.html" title="enum in org.apache.sysds.runtime.controlprogram.caching">LazyWriteBuffer.RPolicy</a></li>
+<li><a href="org/apache/sysds/lops/LeftIndex.html" title="class in org.apache.sysds.lops">LeftIndex</a></li>
+<li><a href="org/apache/sysds/lops/LeftIndex.LixCacheType.html" title="enum in org.apache.sysds.lops">LeftIndex.LixCacheType</a></li>
+<li><a href="org/apache/sysds/hops/LeftIndexingOp.html" title="class in org.apache.sysds.hops">LeftIndexingOp</a></li>
+<li><a href="org/apache/sysds/hops/LeftIndexingOp.LeftIndexingMethod.html" title="enum in org.apache.sysds.hops">LeftIndexingOp.LeftIndexingMethod</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/LeftScalarOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">LeftScalarOperator</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/LegacyEncoder.html" title="class in org.apache.sysds.runtime.transform.encode">LegacyEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/LessThan.html" title="class in org.apache.sysds.runtime.functionobjects">LessThan</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/LessThanEquals.html" title="class in org.apache.sysds.runtime.functionobjects">LessThanEquals</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibCommonsMath.html" title="class in org.apache.sysds.runtime.matrix.data">LibCommonsMath</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixAgg.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixAgg</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixBincell.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixBincell</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixBincell.BinaryAccessType.html" title="enum in org.apache.sysds.runtime.matrix.data">LibMatrixBincell.BinaryAccessType</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCountDistinct.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCountDistinct</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCUDA.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCUDA</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNN.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCuDNN</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNConvolutionAlgorithm.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCuDNNConvolutionAlgorithm</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNInputRowFetcher.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCuDNNInputRowFetcher</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNPoolingDescriptors.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCuDNNPoolingDescriptors</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuDNNRnnAlgorithm.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCuDNNRnnAlgorithm</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixCuMatMult.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixCuMatMult</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDatagen.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDatagen</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNN.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNN</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNN.PoolingType.html" title="enum in org.apache.sysds.runtime.matrix.data">LibMatrixDNN.PoolingType</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNConv2d.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNConv2d</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNHelper.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNHelper</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNIm2Col.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNIm2Col</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNPooling.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNPooling</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRelu.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNRelu</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRelu.ReluBackward.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNRelu.ReluBackward</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRotate180.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixDNNRotate180</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixDNNRotate180.Rotate180Worker.html" title="interface in org.apache.sysds.runtime.matrix.data"><span class="interfaceName">LibMatrixDNNRotate180.Rotate180Worker</span></a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixMult.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixMult</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixNative.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixNative</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixOuterAgg.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixOuterAgg</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixReorg.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixReorg</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/LibMatrixTercell.html" title="class in org.apache.sysds.runtime.matrix.data">LibMatrixTercell</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/LibSpoofPrimitives.html" title="class in org.apache.sysds.runtime.codegen">LibSpoofPrimitives</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/LIBSVMReblockSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">LIBSVMReblockSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/data/LibTensorAgg.html" title="class in org.apache.sysds.runtime.data">LibTensorAgg</a></li>
+<li><a href="org/apache/sysds/runtime/data/LibTensorBincell.html" title="class in org.apache.sysds.runtime.data">LibTensorBincell</a></li>
+<li><a href="org/apache/sysds/runtime/data/LibTensorReorg.html" title="class in org.apache.sysds.runtime.data">LibTensorReorg</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/Lineage.html" title="class in org.apache.sysds.runtime.lineage">Lineage</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCache.html" title="class in org.apache.sysds.runtime.lineage">LineageCache</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheConfig.html" title="class in org.apache.sysds.runtime.lineage">LineageCacheConfig</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheConfig.LineageCachePolicy.html" title="enum in org.apache.sysds.runtime.lineage">LineageCacheConfig.LineageCachePolicy</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheConfig.ReuseCacheType.html" title="enum in org.apache.sysds.runtime.lineage">LineageCacheConfig.ReuseCacheType</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheEntry.html" title="class in org.apache.sysds.runtime.lineage">LineageCacheEntry</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheEviction.html" title="class in org.apache.sysds.runtime.lineage">LineageCacheEviction</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCacheStatistics.html" title="class in org.apache.sysds.runtime.lineage">LineageCacheStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageCodegenItem.html" title="class in org.apache.sysds.runtime.lineage">LineageCodegenItem</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageDebugger.html" title="class in org.apache.sysds.runtime.lineage">LineageDebugger</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageDedupBlock.html" title="class in org.apache.sysds.runtime.lineage">LineageDedupBlock</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageDedupUtils.html" title="class in org.apache.sysds.runtime.lineage">LineageDedupUtils</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageEstimator.html" title="class in org.apache.sysds.runtime.lineage">LineageEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageEstimatorStatistics.html" title="class in org.apache.sysds.runtime.lineage">LineageEstimatorStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageGPUCacheEviction.html" title="class in org.apache.sysds.runtime.lineage">LineageGPUCacheEviction</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageItem.html" title="class in org.apache.sysds.runtime.lineage">LineageItem</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageItem.LineageItemType.html" title="enum in org.apache.sysds.runtime.lineage">LineageItem.LineageItemType</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageItemUtils.html" title="class in org.apache.sysds.runtime.lineage">LineageItemUtils</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageMap.html" title="class in org.apache.sysds.runtime.lineage">LineageMap</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/LineageObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data">LineageObject</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageParser.html" title="class in org.apache.sysds.runtime.lineage">LineageParser</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageRecomputeUtils.html" title="class in org.apache.sysds.runtime.lineage">LineageRecomputeUtils</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageRewriteReuse.html" title="class in org.apache.sysds.runtime.lineage">LineageRewriteReuse</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageTokenizer.html" title="class in org.apache.sysds.runtime.lineage">LineageTokenizer</a></li>
+<li><a href="org/apache/sysds/runtime/lineage/LineageTraceable.html" title="interface in org.apache.sysds.runtime.lineage"><span class="interfaceName">LineageTraceable</span></a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/ListAppendPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation">ListAppendPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ListAppendRemoveCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ListAppendRemoveCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ListIndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ListIndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ListObject.html" title="class in org.apache.sysds.runtime.instructions.cp">ListObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/ListReader.html" title="class in org.apache.sysds.runtime.io">ListReader</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/ListRemovePropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation">ListRemovePropagator</a></li>
+<li><a href="org/apache/sysds/runtime/io/ListWriter.html" title="class in org.apache.sysds.runtime.io">ListWriter</a></li>
+<li><a href="org/apache/sysds/hops/LiteralOp.html" title="class in org.apache.sysds.hops">LiteralOp</a></li>
+<li><a href="org/apache/sysds/hops/recompile/LiteralReplacement.html" title="class in org.apache.sysds.hops.recompile">LiteralReplacement</a></li>
+<li><a href="org/apache/sysds/parser/LiveVariableAnalysis.html" title="class in org.apache.sysds.parser">LiveVariableAnalysis</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/LocalDataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">LocalDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/util/LocalFileUtils.html" title="class in org.apache.sysds.runtime.util">LocalFileUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/LocalParamServer.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">LocalParamServer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/LocalParWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">LocalParWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/LocalPSWorker.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">LocalPSWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/LocalTaskQueue.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">LocalTaskQueue</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/LocalVariableMap.html" title="class in org.apache.sysds.runtime.controlprogram">LocalVariableMap</a></li>
+<li><a href="org/apache/sysds/runtime/util/LongLongDoubleHashMap.html" title="class in org.apache.sysds.runtime.util">LongLongDoubleHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/util/LongLongDoubleHashMap.ADoubleEntry.html" title="class in org.apache.sysds.runtime.util">LongLongDoubleHashMap.ADoubleEntry</a></li>
+<li><a href="org/apache/sysds/runtime/util/LongLongDoubleHashMap.EntryType.html" title="enum in org.apache.sysds.runtime.util">LongLongDoubleHashMap.EntryType</a></li>
+<li><a href="org/apache/sysds/lops/Lop.html" title="class in org.apache.sysds.lops">Lop</a></li>
+<li><a href="org/apache/sysds/lops/Lop.SimpleInstType.html" title="enum in org.apache.sysds.lops">Lop.SimpleInstType</a></li>
+<li><a href="org/apache/sysds/lops/Lop.Type.html" title="enum in org.apache.sysds.lops">Lop.Type</a></li>
+<li><a href="org/apache/sysds/lops/Lop.VisitStatus.html" title="enum in org.apache.sysds.lops">Lop.VisitStatus</a></li>
+<li><a href="org/apache/sysds/lops/compile/LopComparator.html" title="class in org.apache.sysds.lops.compile">LopComparator</a></li>
+<li><a href="org/apache/sysds/lops/LopProperties.html" title="class in org.apache.sysds.lops">LopProperties</a></li>
+<li><a href="org/apache/sysds/lops/LopsException.html" title="class in org.apache.sysds.lops">LopsException</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MapInputSignature.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">MapInputSignature</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MapJoinSignature.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">MapJoinSignature</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MapmmChainSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">MapmmChainSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MapmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">MapmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/MapMult.html" title="class in org.apache.sysds.lops">MapMult</a></li>
+<li><a href="org/apache/sysds/lops/MapMult.CacheType.html" title="enum in org.apache.sysds.lops">MapMult.CacheType</a></li>
+<li><a href="org/apache/sysds/lops/MapMultChain.html" title="class in org.apache.sysds.lops">MapMultChain</a></li>
+<li><a href="org/apache/sysds/lops/MapMultChain.ChainType.html" title="enum in org.apache.sysds.lops">MapMultChain.ChainType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToBit.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping">MapToBit</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToByte.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping">MapToByte</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToChar.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping">MapToChar</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping">MapToFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToFactory.MAP_TYPE.html" title="enum in org.apache.sysds.runtime.compress.colgroup.mapping">MapToFactory.MAP_TYPE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/mapping/MapToInt.html" title="class in org.apache.sysds.runtime.compress.colgroup.mapping">MapToInt</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/MarkForLineageReuse.html" title="class in org.apache.sysds.hops.rewrite">MarkForLineageReuse</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/MaterializeSort.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort">MaterializeSort</a></li>
+<li><a href="org/apache/sysds/lops/MatMultCP.html" title="class in org.apache.sysds.lops">MatMultCP</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Matrix.html" title="class in org.apache.sysds.api.mlcontext">Matrix</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MatrixAppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">MatrixAppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixAppendGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixAppendGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixAppendMSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">MatrixAppendMSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixAppendRSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">MatrixAppendRSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlock.html" title="class in org.apache.sysds.runtime.matrix.data">MatrixBlock</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlock.SparsityEstimate.html" title="class in org.apache.sysds.runtime.matrix.data">MatrixBlock.SparsityEstimate</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlockDataInput.html" title="interface in org.apache.sysds.runtime.matrix.data"><span class="interfaceName">MatrixBlockDataInput</span></a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixBlockDataOutput.html" title="interface in org.apache.sysds.runtime.matrix.data"><span class="interfaceName">MatrixBlockDataOutput</span></a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/MatrixBlockDictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary">MatrixBlockDictionary</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixBuiltinGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixBuiltinGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MatrixBuiltinNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">MatrixBuiltinNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixCell.html" title="class in org.apache.sysds.runtime.matrix.data">MatrixCell</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MatrixCharacteristics.html" title="class in org.apache.sysds.runtime.meta">MatrixCharacteristics</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MatrixFormat.html" title="enum in org.apache.sysds.api.mlcontext">MatrixFormat</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/MatrixGenerateReader.html" title="class in org.apache.sysds.runtime.iogen">MatrixGenerateReader</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/MatrixGenerateReader.MatrixReaderRowIrregular.html" title="class in org.apache.sysds.runtime.iogen">MatrixGenerateReader.MatrixReaderRowIrregular</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/MatrixGenerateReader.MatrixReaderRowRegularColIrregular.html" title="class in org.apache.sysds.runtime.iogen">MatrixGenerateReader.MatrixReaderRowRegularColIrregular</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/MatrixGenerateReader.MatrixReaderRowRegularColRegular.html" title="class in org.apache.sysds.runtime.iogen">MatrixGenerateReader.MatrixReaderRowRegularColRegular</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixIndexes.html" title="class in org.apache.sysds.runtime.matrix.data">MatrixIndexes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cpfile/MatrixIndexingCPFileInstruction.html" title="class in org.apache.sysds.runtime.instructions.cpfile">MatrixIndexingCPFileInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MatrixIndexingCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">MatrixIndexingCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixIndexingGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixIndexingGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixIndexingSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">MatrixIndexingSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixArithmeticGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixMatrixArithmeticGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixAxpyGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixMatrixAxpyGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MatrixMatrixBinaryOpFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">MatrixMatrixBinaryOpFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixBuiltinGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixMatrixBuiltinGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixMatrixRelationalBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixMatrixRelationalBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MatrixMetadata.html" title="class in org.apache.sysds.api.mlcontext">MatrixMetadata</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation">MatrixMultiplicationPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagatorNaive.html" title="class in org.apache.sysds.runtime.privacy.propagation">MatrixMultiplicationPropagatorNaive</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagatorPrivateFirst.html" title="class in org.apache.sysds.runtime.privacy.propagation">MatrixMultiplicationPropagatorPrivateFirst</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/MatrixMultiplicationPropagatorPrivateFirstOptimized.html" title="class in org.apache.sysds.runtime.privacy.propagation">MatrixMultiplicationPropagatorPrivateFirstOptimized</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/MatrixObject.html" title="class in org.apache.sysds.runtime.controlprogram.caching">MatrixObject</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/MatrixObject.UpdateType.html" title="enum in org.apache.sysds.runtime.controlprogram.caching">MatrixObject.UpdateType</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixReader.html" title="class in org.apache.sysds.runtime.io">MatrixReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixReaderFactory.html" title="class in org.apache.sysds.runtime.io">MatrixReaderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MatrixReshapeGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MatrixReshapeGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MatrixReshapeSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">MatrixReshapeSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MatrixScalarUnaryFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">MatrixScalarUnaryFunction</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixValue.html" title="class in org.apache.sysds.runtime.matrix.data">MatrixValue</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/MatrixValue.CellIndex.html" title="class in org.apache.sysds.runtime.matrix.data">MatrixValue.CellIndex</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/MatrixVectorBinaryOpPartitionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">MatrixVectorBinaryOpPartitionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixWriter.html" title="class in org.apache.sysds.runtime.io">MatrixWriter</a></li>
+<li><a href="org/apache/sysds/runtime/io/MatrixWriterFactory.html" title="class in org.apache.sysds.runtime.io">MatrixWriterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Mean.html" title="class in org.apache.sysds.runtime.functionobjects">Mean</a></li>
+<li><a href="org/apache/sysds/runtime/compress/cost/MemoryCostEstimator.html" title="class in org.apache.sysds.runtime.compress.cost">MemoryCostEstimator</a></li>
+<li><a href="org/apache/sysds/utils/MemoryEstimates.html" title="class in org.apache.sysds.utils">MemoryEstimates</a></li>
+<li><a href="org/apache/sysds/hops/MemoTable.html" title="class in org.apache.sysds.hops">MemoTable</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/insertionsort/MergeSort.html" title="class in org.apache.sysds.runtime.compress.colgroup.insertionsort">MergeSort</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Metadata.html" title="class in org.apache.sysds.api.mlcontext">Metadata</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MetaData.html" title="class in org.apache.sysds.runtime.meta">MetaData</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MetaDataAll.html" title="class in org.apache.sysds.runtime.meta">MetaDataAll</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MetaDataFormat.html" title="class in org.apache.sysds.runtime.meta">MetaDataFormat</a></li>
+<li><a href="org/apache/sysds/runtime/meta/MetaDataUtils.html" title="class in org.apache.sysds.runtime.meta">MetaDataUtils</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Minus.html" title="class in org.apache.sysds.runtime.functionobjects">Minus</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Minus1Multiply.html" title="class in org.apache.sysds.runtime.functionobjects">Minus1Multiply</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/MinusMultiply.html" title="class in org.apache.sysds.runtime.functionobjects">MinusMultiply</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/MinusNz.html" title="class in org.apache.sysds.runtime.functionobjects">MinusNz</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContext.html" title="class in org.apache.sysds.api.mlcontext">MLContext</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContext.ExecutionType.html" title="enum in org.apache.sysds.api.mlcontext">MLContext.ExecutionType</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContext.ExplainLevel.html" title="enum in org.apache.sysds.api.mlcontext">MLContext.ExplainLevel</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContextConversionUtil.html" title="class in org.apache.sysds.api.mlcontext">MLContextConversionUtil</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContextException.html" title="class in org.apache.sysds.api.mlcontext">MLContextException</a></li>
+<li><a href="org/apache/sysds/utils/MLContextProxy.html" title="class in org.apache.sysds.utils">MLContextProxy</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLContextUtil.html" title="class in org.apache.sysds.api.mlcontext">MLContextUtil</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/MLResults.html" title="class in org.apache.sysds.api.mlcontext">MLResults</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MMChainCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">MMChainCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MMChainFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">MMChainFEDInstruction</a></li>
+<li><a href="org/apache/sysds/lops/MMCJ.html" title="class in org.apache.sysds.lops">MMCJ</a></li>
+<li><a href="org/apache/sysds/lops/MMCJ.MMCJType.html" title="enum in org.apache.sysds.lops">MMCJ.MMCJType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">MMFEDInstruction</a></li>
+<li><a href="org/apache/sysds/hops/estim/MMNode.html" title="class in org.apache.sysds.hops.estim">MMNode</a></li>
+<li><a href="org/apache/sysds/lops/MMRJ.html" title="class in org.apache.sysds.lops">MMRJ</a></li>
+<li><a href="org/apache/sysds/lops/MMTSJ.html" title="class in org.apache.sysds.lops">MMTSJ</a></li>
+<li><a href="org/apache/sysds/lops/MMTSJ.MMTSJType.html" title="enum in org.apache.sysds.lops">MMTSJ.MMTSJType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MMTSJCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">MMTSJCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/MMTSJGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">MMTSJGPUInstruction</a></li>
+<li><a href="org/apache/sysds/lops/MMZip.html" title="class in org.apache.sysds.lops">MMZip</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Modulus.html" title="class in org.apache.sysds.runtime.functionobjects">Modulus</a></li>
+<li><a href="org/apache/sysds/parser/MultiAssignmentStatement.html" title="class in org.apache.sysds.parser">MultiAssignmentStatement</a></li>
+<li><a href="org/apache/sysds/runtime/compress/bitmap/MultiColBitmap.html" title="class in org.apache.sysds.runtime.compress.bitmap">MultiColBitmap</a></li>
+<li><a href="org/apache/sysds/runtime/transform/encode/MultiColumnEncoder.html" title="class in org.apache.sysds.runtime.transform.encode">MultiColumnEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Multiply.html" title="class in org.apache.sysds.runtime.functionobjects">Multiply</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Multiply2.html" title="class in org.apache.sysds.runtime.functionobjects">Multiply2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MultiReturnBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">MultiReturnBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/MultiReturnParameterizedBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">MultiReturnParameterizedBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MultiReturnParameterizedBuiltinFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">MultiReturnParameterizedBuiltinFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MultiReturnParameterizedBuiltinFEDInstruction.CreateFrameEncoder.html" title="class in org.apache.sysds.runtime.instructions.fed">MultiReturnParameterizedBuiltinFEDInstruction.CreateFrameEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/MultiReturnParameterizedBuiltinFEDInstruction.ExecuteFrameEncoder.html" title="class in org.apache.sysds.runtime.instructions.fed">MultiReturnParameterizedBuiltinFEDInstruction.ExecuteFrameEncoder</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">MultiReturnParameterizedBuiltinSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuild2Function.html" title="class in org.apache.sysds.runtime.instructions.spark">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuild2Function</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuildFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuildFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroup2Function.html" title="class in org.apache.sysds.runtime.instructions.spark">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroup2Function</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroupFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeGroupFunction</a></li>
+<li><a href="org/apache/sysds/hops/MultiThreadedHop.html" title="class in org.apache.sysds.hops">MultiThreadedHop</a></li>
+<li><a href="org/apache/sysds/lops/Nary.html" title="class in org.apache.sysds.lops">Nary</a></li>
+<li><a href="org/apache/sysds/hops/NaryOp.html" title="class in org.apache.sysds.hops">NaryOp</a></li>
+<li><a href="org/apache/sysds/utils/NativeHelper.html" title="class in org.apache.sysds.utils">NativeHelper</a></li>
+<li><a href="org/apache/sysds/utils/NativeHelper.NativeBlasState.html" title="enum in org.apache.sysds.utils">NativeHelper.NativeBlasState</a></li>
+<li><a href="org/apache/sysds/runtime/util/NormalPRNGenerator.html" title="class in org.apache.sysds.runtime.util">NormalPRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Not.html" title="class in org.apache.sysds.runtime.functionobjects">Not</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/NotEquals.html" title="class in org.apache.sysds.runtime.functionobjects">NotEquals</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/OffsetByte.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset">OffsetByte</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/OffsetChar.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset">OffsetChar</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/OffsetColumnIndex.html" title="class in org.apache.sysds.runtime.functionobjects">OffsetColumnIndex</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/OffsetFactory.html" title="class in org.apache.sysds.runtime.compress.colgroup.offset">OffsetFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/offset/OffsetFactory.OFF_TYPE.html" title="enum in org.apache.sysds.runtime.compress.colgroup.offset">OffsetFactory.OFF_TYPE</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/Op.html" title="class in org.apache.sysds.runtime.compress.workload">Op</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/OperationsOnMatrixValues.html" title="class in org.apache.sysds.runtime.matrix.data">OperationsOnMatrixValues</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/Operator.html" title="class in org.apache.sysds.runtime.matrix.operators">Operator</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/OperatorType.html" title="enum in org.apache.sysds.runtime.privacy.propagation">OperatorType</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/OpMetadata.html" title="class in org.apache.sysds.runtime.compress.workload">OpMetadata</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/OpNormal.html" title="class in org.apache.sysds.runtime.compress.workload">OpNormal</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/OpSided.html" title="class in org.apache.sysds.runtime.compress.workload">OpSided</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizationWrapper.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptimizationWrapper</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/Optimizer.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">Optimizer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/Optimizer.CostModelType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">Optimizer.CostModelType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/Optimizer.PlanInputType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">Optimizer.PlanInputType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizerConstrained.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptimizerConstrained</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizerHeuristic.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptimizerHeuristic</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptimizerRuleBased.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptimizerRuleBased</a></li>
+<li><a href="org/apache/sysds/hops/OptimizerUtils.html" title="class in org.apache.sysds.hops">OptimizerUtils</a></li>
+<li><a href="org/apache/sysds/hops/OptimizerUtils.OptimizationLevel.html" title="enum in org.apache.sysds.hops">OptimizerUtils.OptimizationLevel</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptNode</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.ExecType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">OptNode.ExecType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.NodeType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">OptNode.NodeType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNode.ParamType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.opt">OptNode.ParamType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptNodeStatistics.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptNodeStatistics</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTree.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptTree</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreeConverter.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptTreeConverter</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanChecker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptTreePlanChecker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanMapping.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptTreePlanMapping</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanMappingAbstract.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptTreePlanMappingAbstract</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/OptTreePlanMappingRuntime.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">OptTreePlanMappingRuntime</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Or.html" title="class in org.apache.sysds.runtime.functionobjects">Or</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/ORLocalScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">ORLocalScheme</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/ORSparkScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">ORSparkScheme</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/OuterVectorBinaryOpFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">OuterVectorBinaryOpFunction</a></li>
+<li><a href="org/apache/sysds/lops/OutputParameters.html" title="class in org.apache.sysds.lops">OutputParameters</a></li>
+<li><a href="org/apache/sysds/parser/OutputStatement.html" title="class in org.apache.sysds.parser">OutputStatement</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/PageCache.html" title="class in org.apache.sysds.runtime.controlprogram.caching">PageCache</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/Pair.html" title="class in org.apache.sysds.runtime.matrix.data">Pair</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/PairWritableBlock.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util">PairWritableBlock</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/PairWritableCell.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util">PairWritableCell</a></li>
+<li><a href="org/apache/sysds/utils/ParameterBuilder.html" title="class in org.apache.sysds.utils">ParameterBuilder</a></li>
+<li><a href="org/apache/sysds/parser/ParameterExpression.html" title="class in org.apache.sysds.parser">ParameterExpression</a></li>
+<li><a href="org/apache/sysds/lops/ParameterizedBuiltin.html" title="class in org.apache.sysds.lops">ParameterizedBuiltin</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ParameterizedBuiltin.html" title="class in org.apache.sysds.runtime.functionobjects">ParameterizedBuiltin</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ParameterizedBuiltin.ParameterizedBuiltinCode.html" title="enum in org.apache.sysds.runtime.functionobjects">ParameterizedBuiltin.ParameterizedBuiltinCode</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ParameterizedBuiltin.ProbabilityDistributionCode.html" title="enum in org.apache.sysds.runtime.functionobjects">ParameterizedBuiltin.ProbabilityDistributionCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ParameterizedBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ParameterizedBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ParameterizedBuiltinFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">ParameterizedBuiltinFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ParameterizedBuiltinFEDInstruction.DecodeMatrix.html" title="class in org.apache.sysds.runtime.instructions.fed">ParameterizedBuiltinFEDInstruction.DecodeMatrix</a></li>
+<li><a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html" title="class in org.apache.sysds.parser">ParameterizedBuiltinFunctionExpression</a></li>
+<li><a href="org/apache/sysds/hops/ParameterizedBuiltinOp.html" title="class in org.apache.sysds.hops">ParameterizedBuiltinOp</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.CreateMatrixCell.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.CreateMatrixCell</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDFrameReplaceFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDFrameReplaceFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction2.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDMapGroupedAggFunction2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDRemoveEmptyFunctionInMem</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDReplaceFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDReplaceFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDRExpandFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDRExpandFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTokenizeFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDTokenizeFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformApplyFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDTransformApplyFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformApplyOffsetFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDTransformApplyOffsetFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformDecodeExpandFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDTransformDecodeExpandFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ParameterizedBuiltinSPInstruction.RDDTransformDecodeFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">ParameterizedBuiltinSPInstruction.RDDTransformDecodeFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ParamservBuiltinCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ParamservBuiltinCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/ParamServer.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">ParamServer</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/ParamservUtils.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">ParamservUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ParForBody.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ParForBody</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">ParForProgramBlock</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PartitionFormat.html" title="class in org.apache.sysds.runtime.controlprogram">ParForProgramBlock.PartitionFormat</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PDataPartitioner.html" title="enum in org.apache.sysds.runtime.controlprogram">ParForProgramBlock.PDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PDataPartitionFormat.html" title="enum in org.apache.sysds.runtime.controlprogram">ParForProgramBlock.PDataPartitionFormat</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PExecMode.html" title="enum in org.apache.sysds.runtime.controlprogram">ParForProgramBlock.PExecMode</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.POptMode.html" title="enum in org.apache.sysds.runtime.controlprogram">ParForProgramBlock.POptMode</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PResultMerge.html" title="enum in org.apache.sysds.runtime.controlprogram">ParForProgramBlock.PResultMerge</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ParForProgramBlock.PTaskPartitioner.html" title="enum in org.apache.sysds.runtime.controlprogram">ParForProgramBlock.PTaskPartitioner</a></li>
+<li><a href="org/apache/sysds/parser/ParForStatement.html" title="class in org.apache.sysds.parser">ParForStatement</a></li>
+<li><a href="org/apache/sysds/parser/ParForStatementBlock.html" title="class in org.apache.sysds.parser">ParForStatementBlock</a></li>
+<li><a href="org/apache/sysds/parser/ParForStatementBlock.ResultVar.html" title="class in org.apache.sysds.parser">ParForStatementBlock.ResultVar</a></li>
+<li><a href="org/apache/sysds/parser/ParseException.html" title="class in org.apache.sysds.parser">ParseException</a></li>
+<li><a href="org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser"><span class="interfaceName">ParseInfo</span></a></li>
+<li><a href="org/apache/sysds/parser/ParserFactory.html" title="class in org.apache.sysds.parser">ParserFactory</a></li>
+<li><a href="org/apache/sysds/parser/ParserWrapper.html" title="class in org.apache.sysds.parser">ParserWrapper</a></li>
+<li><a href="org/apache/sysds/lops/PartialAggregate.html" title="class in org.apache.sysds.lops">PartialAggregate</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/PartitionedBlock.html" title="class in org.apache.sysds.runtime.instructions.spark.data">PartitionedBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/PartitionedBroadcast.html" title="class in org.apache.sysds.runtime.instructions.spark.data">PartitionedBroadcast</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ParWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ParWorker</a></li>
+<li><a href="org/apache/sysds/parser/PathStatement.html" title="class in org.apache.sysds.parser">PathStatement</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/PerformGroupByAggInCombiner.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">PerformGroupByAggInCombiner</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/PerformGroupByAggInReducer.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">PerformGroupByAggInReducer</a></li>
+<li><a href="org/apache/sysds/lops/PickByCount.html" title="class in org.apache.sysds.lops">PickByCount</a></li>
+<li><a href="org/apache/sysds/lops/PickByCount.OperationTypes.html" title="enum in org.apache.sysds.lops">PickByCount.OperationTypes</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanAnalyzer.html" title="class in org.apache.sysds.hops.codegen.opt">PlanAnalyzer</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanPartition.html" title="class in org.apache.sysds.hops.codegen.opt">PlanPartition</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelection.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelection</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelection.VisitMarkCost.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelection.VisitMarkCost</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseAll.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelectionFuseAll</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseCostBased.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelectionFuseCostBased</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseCostBasedV2.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelectionFuseCostBasedV2</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseNoRedundancy.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelectionFuseNoRedundancy</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Plus.html" title="class in org.apache.sysds.runtime.functionobjects">Plus</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/PlusMultiply.html" title="class in org.apache.sysds.runtime.functionobjects">PlusMultiply</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/PMapmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">PMapmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/lops/PMapMult.html" title="class in org.apache.sysds.lops">PMapMult</a></li>
+<li><a href="org/apache/sysds/lops/PMMJ.html" title="class in org.apache.sysds.lops">PMMJ</a></li>
+<li><a href="org/apache/sysds/lops/PMMJ.CacheType.html" title="enum in org.apache.sysds.lops">PMMJ.CacheType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/PMMJCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">PMMJCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/PmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">PmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/util/PoissonPRNGenerator.html" title="class in org.apache.sysds.runtime.util">PoissonPRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/util/PorterStemmer.html" title="class in org.apache.sysds.runtime.util">PorterStemmer</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Power.html" title="class in org.apache.sysds.runtime.functionobjects">Power</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Power2.html" title="class in org.apache.sysds.runtime.functionobjects">Power2</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/PrefetchCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">PrefetchCPInstruction</a></li>
+<li><a href="org/apache/sysds/api/jmlc/PreparedScript.html" title="class in org.apache.sysds.api.jmlc">PreparedScript</a></li>
+<li><a href="org/apache/sysds/parser/PrintStatement.html" title="class in org.apache.sysds.parser">PrintStatement</a></li>
+<li><a href="org/apache/sysds/parser/PrintStatement.PRINTTYPE.html" title="enum in org.apache.sysds.parser">PrintStatement.PRINTTYPE</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyConstraint.html" title="class in org.apache.sysds.runtime.privacy">PrivacyConstraint</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyConstraint.PrivacyLevel.html" title="enum in org.apache.sysds.runtime.privacy">PrivacyConstraint.PrivacyLevel</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyMonitor.html" title="class in org.apache.sysds.runtime.privacy">PrivacyMonitor</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/PrivacyPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation">PrivacyPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/PrivacyUtils.html" title="class in org.apache.sysds.runtime.privacy">PrivacyUtils</a></li>
+<li><a href="org/apache/sysds/runtime/util/PRNGenerator.html" title="class in org.apache.sysds.runtime.util">PRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/Program.html" title="class in org.apache.sysds.runtime.controlprogram">Program</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/ProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">ProgramBlock</a></li>
+<li><a href="org/apache/sysds/runtime/util/ProgramConverter.html" title="class in org.apache.sysds.runtime.util">ProgramConverter</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/opt/ProgramRecompiler.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.opt">ProgramRecompiler</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/ProgramRewriter.html" title="class in org.apache.sysds.hops.rewrite">ProgramRewriter</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/ProgramRewriteStatus.html" title="class in org.apache.sysds.hops.rewrite">ProgramRewriteStatus</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/ProjectInfo.html" title="class in org.apache.sysds.api.mlcontext">ProjectInfo</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/Propagator.html" title="interface in org.apache.sysds.runtime.privacy.propagation"><span class="interfaceName">Propagator</span></a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/PropagatorMultiReturn.html" title="interface in org.apache.sysds.runtime.privacy.propagation"><span class="interfaceName">PropagatorMultiReturn</span></a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcCall.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc">PSRpcCall</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcFactory.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc">PSRpcFactory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcHandler.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc">PSRpcHandler</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcObject.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc">PSRpcObject</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcResponse.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.rpc">PSRpcResponse</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/rpc/PSRpcResponse.Type.html" title="enum in org.apache.sysds.runtime.controlprogram.paramserv.rpc">PSRpcResponse.Type</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/PSWorker.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">PSWorker</a></li>
+<li><a href="org/apache/sysds/runtime/util/Py4jConverterUtils.html" title="class in org.apache.sysds.runtime.util">Py4jConverterUtils</a></li>
+<li><a href="org/apache/sysds/api/PythonDMLScript.html" title="class in org.apache.sysds.api">PythonDMLScript</a></li>
+<li><a href="org/apache/sysds/runtime/compress/colgroup/dictionary/QDictionary.html" title="class in org.apache.sysds.runtime.compress.colgroup.dictionary">QDictionary</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/QuantilePickCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">QuantilePickCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuantilePickFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuantilePickFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/QuantilePickSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">QuantilePickSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/QuantileSortCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">QuantileSortCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuantileSortFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuantileSortFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/QuantileSortSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">QuantileSortSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/QuaternaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">QuaternaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuaternaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/hops/QuaternaryOp.html" title="class in org.apache.sysds.hops">QuaternaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/QuaternaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">QuaternaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/QuaternarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">QuaternarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWCeMMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuaternaryWCeMMFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWDivMMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuaternaryWDivMMFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWSigmoidFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuaternaryWSigmoidFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWSLossFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuaternaryWSLossFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/QuaternaryWUMMFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">QuaternaryWUMMFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/util/RandNPair.html" title="class in org.apache.sysds.runtime.util">RandNPair</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/RandomMatrixGenerator.html" title="class in org.apache.sysds.runtime.matrix.data">RandomMatrixGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/RandomMatrixGenerator.PDF.html" title="enum in org.apache.sysds.runtime.matrix.data">RandomMatrixGenerator.PDF</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/RandSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">RandSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/RawRow.html" title="class in org.apache.sysds.runtime.iogen">RawRow</a></li>
+<li><a href="org/apache/sysds/runtime/privacy/propagation/RBindPropagator.html" title="class in org.apache.sysds.runtime.privacy.propagation">RBindPropagator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDAggregateUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDAggregateUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDConverterUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtils.BinaryCellToBinaryBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDConverterUtils.BinaryCellToBinaryBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtils.DataFrameExtractIDFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDConverterUtils.DataFrameExtractIDFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtilsExt.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDConverterUtilsExt</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtilsExt.AddRowID.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDConverterUtilsExt.AddRowID</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtilsExt.RDDConverterTypes.html" title="enum in org.apache.sysds.runtime.instructions.spark.utils">RDDConverterUtilsExt.RDDConverterTypes</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/RDDObject.html" title="class in org.apache.sysds.runtime.instructions.spark.data">RDDObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDSortUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDSortUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDSortUtils.IndexComparator.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDSortUtils.IndexComparator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/RDDSortUtils.IndexComparator2.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">RDDSortUtils.IndexComparator2</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/ReachabilityGraph.html" title="class in org.apache.sysds.hops.codegen.opt">ReachabilityGraph</a></li>
+<li><a href="org/apache/sysds/hops/codegen/opt/ReachabilityGraph.SubProblem.html" title="class in org.apache.sysds.hops.codegen.opt">ReachabilityGraph.SubProblem</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderBinaryBlock.html" title="class in org.apache.sysds.runtime.io">ReaderBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io">ReaderBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelection.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelection</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseMultiBlock.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelectionDenseMultiBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseMultiBlockTransposed.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelectionDenseMultiBlockTransposed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseSingleBlock.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelectionDenseSingleBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionDenseSingleBlockTransposed.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelectionDenseSingleBlockTransposed</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionSparse.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelectionSparse</a></li>
+<li><a href="org/apache/sysds/runtime/compress/readers/ReaderColumnSelectionSparseTransposed.html" title="class in org.apache.sysds.runtime.compress.readers">ReaderColumnSelectionSparseTransposed</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderHDF5.html" title="class in org.apache.sysds.runtime.io">ReaderHDF5</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderHDF5Parallel.html" title="class in org.apache.sysds.runtime.io">ReaderHDF5Parallel</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/ReaderMapping.html" title="class in org.apache.sysds.runtime.iogen">ReaderMapping</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/ReaderMapping.FrameReaderMapping.html" title="class in org.apache.sysds.runtime.iogen">ReaderMapping.FrameReaderMapping</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/ReaderMapping.MatrixReaderMapping.html" title="class in org.apache.sysds.runtime.iogen">ReaderMapping.MatrixReaderMapping</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCell.html" title="class in org.apache.sysds.runtime.io">ReaderTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.html" title="class in org.apache.sysds.runtime.io">ReaderTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.CellBuffer.html" title="class in org.apache.sysds.runtime.io">ReaderTextCellParallel.CellBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.CountNnzTask.html" title="class in org.apache.sysds.runtime.io">ReaderTextCellParallel.CountNnzTask</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCellParallel.ReadTask.html" title="class in org.apache.sysds.runtime.io">ReaderTextCellParallel.ReadTask</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCSV.html" title="class in org.apache.sysds.runtime.io">ReaderTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextCSVParallel.html" title="class in org.apache.sysds.runtime.io">ReaderTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextLIBSVM.html" title="class in org.apache.sysds.runtime.io">ReaderTextLIBSVM</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderTextLIBSVMParallel.html" title="class in org.apache.sysds.runtime.io">ReaderTextLIBSVMParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReaderWriterFederated.html" title="class in org.apache.sysds.runtime.io">ReaderWriterFederated</a></li>
+<li><a href="org/apache/sysds/runtime/io/ReadProperties.html" title="class in org.apache.sysds.runtime.io">ReadProperties</a></li>
+<li><a href="org/apache/sysds/lops/ReBlock.html" title="class in org.apache.sysds.lops">ReBlock</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/ReblockBuffer.html" title="class in org.apache.sysds.runtime.instructions.spark.data">ReblockBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReblockFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">ReblockFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ReblockSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">ReblockSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReblockTensorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ReblockTensorFunction</a></li>
+<li><a href="org/apache/sysds/hops/recompile/Recompiler.html" title="class in org.apache.sysds.hops.recompile">Recompiler</a></li>
+<li><a href="org/apache/sysds/hops/recompile/Recompiler.ResetType.html" title="enum in org.apache.sysds.hops.recompile">Recompiler.ResetType</a></li>
+<li><a href="org/apache/sysds/hops/recompile/RecompileStatus.html" title="class in org.apache.sysds.hops.recompile">RecompileStatus</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/RecomputeNnzFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">RecomputeNnzFunction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceAll.html" title="class in org.apache.sysds.runtime.functionobjects">ReduceAll</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceCol.html" title="class in org.apache.sysds.runtime.functionobjects">ReduceCol</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceDiag.html" title="class in org.apache.sysds.runtime.functionobjects">ReduceDiag</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ReduceRow.html" title="class in org.apache.sysds.runtime.functionobjects">ReduceRow</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/ReIndexOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">ReIndexOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/RelationalBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">RelationalBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/parser/RelationalExpression.html" title="class in org.apache.sysds.parser">RelationalExpression</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteDPParForSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">RemoteDPParForSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteDPParForSparkWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">RemoteDPParForSparkWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForJobReturn.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">RemoteParForJobReturn</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">RemoteParForSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForSparkWorker.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">RemoteParForSparkWorker</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/RemoteParForUtils.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">RemoteParForUtils</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ReorgCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ReorgCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReorgFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">ReorgFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReorgFEDInstruction.DiagMatrix.html" title="class in org.apache.sysds.runtime.instructions.fed">ReorgFEDInstruction.DiagMatrix</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReorgFEDInstruction.Rdiag.html" title="class in org.apache.sysds.runtime.instructions.fed">ReorgFEDInstruction.Rdiag</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ReorgGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">ReorgGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReorgMapFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ReorgMapFunction</a></li>
+<li><a href="org/apache/sysds/hops/ReorgOp.html" title="class in org.apache.sysds.hops">ReorgOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/ReorgOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">ReorgOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ReorgSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">ReorgSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReplicateBlockFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ReplicateBlockFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReplicateTensorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ReplicateTensorFunction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/ReplicateToMaxFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">ReplicateToMaxFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/ReplicateVectorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">ReplicateVectorFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ReshapeCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ReshapeCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/ReshapeFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">ReshapeFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMerge.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMerge</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeFrameLocalMemory.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeFrameLocalMemory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeLocalAutomatic.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeLocalAutomatic</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeLocalFile.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeLocalFile</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeLocalMemory.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeLocalMemory</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeMatrix.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeMatrix</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteGrouping.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeRemoteGrouping</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteSorting.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeRemoteSorting</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteSpark.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeRemoteSpark</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeRemoteSparkWCompare.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeRemoteSparkWCompare</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/ResultMergeTaggedMatrixIndexes.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">ResultMergeTaggedMatrixIndexes</a></li>
+<li><a href="org/apache/sysds/api/jmlc/ResultVariables.html" title="class in org.apache.sysds.api.jmlc">ResultVariables</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/RevIndex.html" title="class in org.apache.sysds.runtime.functionobjects">RevIndex</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteAlgebraicSimplificationDynamic.html" title="class in org.apache.sysds.hops.rewrite">RewriteAlgebraicSimplificationDynamic</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteAlgebraicSimplificationStatic.html" title="class in org.apache.sysds.hops.rewrite">RewriteAlgebraicSimplificationStatic</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteBlockSizeAndReblock.html" title="class in org.apache.sysds.hops.rewrite">RewriteBlockSizeAndReblock</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteCommonSubexpressionElimination.html" title="class in org.apache.sysds.hops.rewrite">RewriteCommonSubexpressionElimination</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteCompressedReblock.html" title="class in org.apache.sysds.hops.rewrite">RewriteCompressedReblock</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteConstantFolding.html" title="class in org.apache.sysds.hops.rewrite">RewriteConstantFolding</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteElementwiseMultChainOptimization.html" title="class in org.apache.sysds.hops.rewrite">RewriteElementwiseMultChainOptimization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteFederatedExecution.html" title="class in org.apache.sysds.hops.rewrite">RewriteFederatedExecution</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteFederatedExecution.PrivacyConstraintRetriever.html" title="class in org.apache.sysds.hops.rewrite">RewriteFederatedExecution.PrivacyConstraintRetriever</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteForLoopVectorization.html" title="class in org.apache.sysds.hops.rewrite">RewriteForLoopVectorization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteGPUSpecificOps.html" title="class in org.apache.sysds.hops.rewrite">RewriteGPUSpecificOps</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteHoistLoopInvariantOperations.html" title="class in org.apache.sysds.hops.rewrite">RewriteHoistLoopInvariantOperations</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteIndexingVectorization.html" title="class in org.apache.sysds.hops.rewrite">RewriteIndexingVectorization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteInjectSparkLoopCheckpointing.html" title="class in org.apache.sysds.hops.rewrite">RewriteInjectSparkLoopCheckpointing</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteInjectSparkPReadCheckpointing.html" title="class in org.apache.sysds.hops.rewrite">RewriteInjectSparkPReadCheckpointing</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMarkLoopVariablesUpdateInPlace.html" title="class in org.apache.sysds.hops.rewrite">RewriteMarkLoopVariablesUpdateInPlace</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMatrixMultChainOptimization.html" title="class in org.apache.sysds.hops.rewrite">RewriteMatrixMultChainOptimization</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMatrixMultChainOptimizationSparse.html" title="class in org.apache.sysds.hops.rewrite">RewriteMatrixMultChainOptimizationSparse</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteMergeBlockSequence.html" title="class in org.apache.sysds.hops.rewrite">RewriteMergeBlockSequence</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveDanglingParentReferences.html" title="class in org.apache.sysds.hops.rewrite">RewriteRemoveDanglingParentReferences</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveEmptyBasicBlocks.html" title="class in org.apache.sysds.hops.rewrite">RewriteRemoveEmptyBasicBlocks</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveForLoopEmptySequence.html" title="class in org.apache.sysds.hops.rewrite">RewriteRemoveForLoopEmptySequence</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemovePersistentReadWrite.html" title="class in org.apache.sysds.hops.rewrite">RewriteRemovePersistentReadWrite</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveReadAfterWrite.html" title="class in org.apache.sysds.hops.rewrite">RewriteRemoveReadAfterWrite</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveUnnecessaryBranches.html" title="class in org.apache.sysds.hops.rewrite">RewriteRemoveUnnecessaryBranches</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteRemoveUnnecessaryCasts.html" title="class in org.apache.sysds.hops.rewrite">RewriteRemoveUnnecessaryCasts</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteSplitDagDataDependentOperators.html" title="class in org.apache.sysds.hops.rewrite">RewriteSplitDagDataDependentOperators</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteSplitDagUnknownCSVRead.html" title="class in org.apache.sysds.hops.rewrite">RewriteSplitDagUnknownCSVRead</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/RewriteTransientWriteParentHandling.html" title="class in org.apache.sysds.hops.rewrite">RewriteTransientWriteParentHandling</a></li>
+<li><a href="org/apache/sysds/lops/RightIndex.html" title="class in org.apache.sysds.lops">RightIndex</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/RightScalarOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">RightScalarOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/RmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">RmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/RowMatrixBlock.html" title="class in org.apache.sysds.runtime.instructions.spark.data">RowMatrixBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/SampleEstimatorFactory.html" title="class in org.apache.sysds.runtime.compress.estim.sample">SampleEstimatorFactory</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/SampleEstimatorFactory.EstimationType.html" title="enum in org.apache.sysds.runtime.compress.estim.sample">SampleEstimatorFactory.EstimationType</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/SampleProperties.html" title="class in org.apache.sysds.runtime.iogen">SampleProperties</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarAppendCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ScalarAppendCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarBuiltinNaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">ScalarBuiltinNaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ScalarMatrixArithmeticGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">ScalarMatrixArithmeticGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ScalarMatrixBuiltinGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">ScalarMatrixBuiltinGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/ScalarMatrixRelationalBinaryGPUInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">ScalarMatrixRelationalBinaryGPUInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarObject.html" title="class in org.apache.sysds.runtime.instructions.cp">ScalarObject</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/ScalarObjectFactory.html" title="class in org.apache.sysds.runtime.instructions.cp">ScalarObjectFactory</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/ScalarOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">ScalarOperator</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/Script.html" title="class in org.apache.sysds.api.mlcontext">Script</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/ScriptExecutor.html" title="class in org.apache.sysds.api.mlcontext">ScriptExecutor</a></li>
+<li><a href="org/apache/sysds/api/ScriptExecutorUtils.html" title="class in org.apache.sysds.api">ScriptExecutorUtils</a></li>
+<li><a href="org/apache/sysds/api/mlcontext/ScriptFactory.html" title="class in org.apache.sysds.api.mlcontext">ScriptFactory</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/SerLongWritable.html" title="class in org.apache.sysds.runtime.instructions.spark.data">SerLongWritable</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/data/SerText.html" title="class in org.apache.sysds.runtime.instructions.spark.data">SerText</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/ShadowBuffer.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">ShadowBuffer</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/ShlosserEstimator.html" title="class in org.apache.sysds.runtime.compress.estim.sample">ShlosserEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/ShlosserJackknifeEstimator.html" title="class in org.apache.sysds.runtime.compress.estim.sample">ShlosserJackknifeEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/ShuffleFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">ShuffleFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/SimpleOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">SimpleOperator</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/SinglePrecisionCudaSupportFunctions.html" title="class in org.apache.sysds.runtime.matrix.data">SinglePrecisionCudaSupportFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/compress/SingletonLookupHashMap.html" title="class in org.apache.sysds.runtime.compress">SingletonLookupHashMap</a></li>
+<li><a href="org/apache/sysds/runtime/compress/estim/sample/SmoothedJackknifeEstimator.html" title="class in org.apache.sysds.runtime.compress.estim.sample">SmoothedJackknifeEstimator</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/SortIndex.html" title="class in org.apache.sysds.runtime.functionobjects">SortIndex</a></li>
+<li><a href="org/apache/sysds/lops/SortKeys.html" title="class in org.apache.sysds.lops">SortKeys</a></li>
+<li><a href="org/apache/sysds/lops/SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a></li>
+<li><a href="org/apache/sysds/runtime/util/SortUtils.html" title="class in org.apache.sysds.runtime.util">SortUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/SparkDataPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">SparkDataPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/SparkExecutionContext.html" title="class in org.apache.sysds.runtime.controlprogram.context">SparkExecutionContext</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/context/SparkExecutionContext.SparkClusterConfig.html" title="class in org.apache.sysds.runtime.controlprogram.context">SparkExecutionContext.SparkClusterConfig</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/SparkPSBody.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">SparkPSBody</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/SparkPSProxy.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">SparkPSProxy</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/SparkPSWorker.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv">SparkPSWorker</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/utils/SparkUtils.html" title="class in org.apache.sysds.runtime.instructions.spark.utils">SparkUtils</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlock.html" title="class in org.apache.sysds.runtime.data">SparseBlock</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlock.Type.html" title="enum in org.apache.sysds.runtime.data">SparseBlock.Type</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockCOO.html" title="class in org.apache.sysds.runtime.data">SparseBlockCOO</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockCSR.html" title="class in org.apache.sysds.runtime.data">SparseBlockCSR</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockFactory.html" title="class in org.apache.sysds.runtime.data">SparseBlockFactory</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseBlockMCSR.html" title="class in org.apache.sysds.runtime.data">SparseBlockMCSR</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseRow.html" title="class in org.apache.sysds.runtime.data">SparseRow</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseRowScalar.html" title="class in org.apache.sysds.runtime.data">SparseRowScalar</a></li>
+<li><a href="org/apache/sysds/runtime/data/SparseRowVector.html" title="class in org.apache.sysds.runtime.data">SparseRowVector</a></li>
+<li><a href="org/apache/sysds/hops/estim/SparsityEstimator.html" title="class in org.apache.sysds.hops.estim">SparsityEstimator</a></li>
+<li><a href="org/apache/sysds/hops/estim/SparsityEstimator.OpCode.html" title="enum in org.apache.sysds.hops.estim">SparsityEstimator.OpCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">SPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SPInstruction.SPType.html" title="enum in org.apache.sysds.runtime.instructions.spark">SPInstruction.SPType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/SPInstructionParser.html" title="class in org.apache.sysds.runtime.instructions">SPInstructionParser</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCellwise.html" title="class in org.apache.sysds.runtime.codegen">SpoofCellwise</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCellwise.AggOp.html" title="enum in org.apache.sysds.runtime.codegen">SpoofCellwise.AggOp</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCellwise.CellType.html" title="enum in org.apache.sysds.runtime.codegen">SpoofCellwise.CellType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.html" title="class in org.apache.sysds.hops.codegen">SpoofCompiler</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.CompilerType.html" title="enum in org.apache.sysds.hops.codegen">SpoofCompiler.CompilerType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.GeneratorAPI.html" title="enum in org.apache.sysds.hops.codegen">SpoofCompiler.GeneratorAPI</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.IntegrationType.html" title="enum in org.apache.sysds.hops.codegen">SpoofCompiler.IntegrationType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.PlanCachePolicy.html" title="enum in org.apache.sysds.hops.codegen">SpoofCompiler.PlanCachePolicy</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.PlanSelector.html" title="enum in org.apache.sysds.hops.codegen">SpoofCompiler.PlanSelector</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofCompiler.RegisterAlloc.html" title="enum in org.apache.sysds.hops.codegen">SpoofCompiler.RegisterAlloc</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/SpoofCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">SpoofCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDACellwise.html" title="class in org.apache.sysds.runtime.codegen">SpoofCUDACellwise</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/SpoofCUDAInstruction.html" title="class in org.apache.sysds.runtime.instructions.gpu">SpoofCUDAInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/SpoofCUDAInstruction.DoublePrecision.html" title="class in org.apache.sysds.runtime.instructions.gpu">SpoofCUDAInstruction.DoublePrecision</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/SpoofCUDAInstruction.SinglePrecision.html" title="class in org.apache.sysds.runtime.instructions.gpu">SpoofCUDAInstruction.SinglePrecision</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDAOperator.html" title="interface in org.apache.sysds.runtime.codegen"><span class="interfaceName">SpoofCUDAOperator</span></a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDAOperator.PrecisionProxy.html" title="class in org.apache.sysds.runtime.codegen">SpoofCUDAOperator.PrecisionProxy</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofCUDARowwise.html" title="class in org.apache.sysds.runtime.codegen">SpoofCUDARowwise</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/SpoofFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">SpoofFEDInstruction</a></li>
+<li><a href="org/apache/sysds/lops/SpoofFused.html" title="class in org.apache.sysds.lops">SpoofFused</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofFusedOp.html" title="class in org.apache.sysds.hops.codegen">SpoofFusedOp</a></li>
+<li><a href="org/apache/sysds/hops/codegen/SpoofFusedOp.SpoofOutputDimsType.html" title="enum in org.apache.sysds.hops.codegen">SpoofFusedOp.SpoofOutputDimsType</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofMultiAggregate.html" title="class in org.apache.sysds.runtime.codegen">SpoofMultiAggregate</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.html" title="class in org.apache.sysds.runtime.codegen">SpoofOperator</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.SideInput.html" title="class in org.apache.sysds.runtime.codegen">SpoofOperator.SideInput</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.SideInputSparseCell.html" title="class in org.apache.sysds.runtime.codegen">SpoofOperator.SideInputSparseCell</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOperator.SideInputSparseRow.html" title="class in org.apache.sysds.runtime.codegen">SpoofOperator.SideInputSparseRow</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOuterProduct.html" title="class in org.apache.sysds.runtime.codegen">SpoofOuterProduct</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofOuterProduct.OutProdType.html" title="enum in org.apache.sysds.runtime.codegen">SpoofOuterProduct.OutProdType</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofRowwise.html" title="class in org.apache.sysds.runtime.codegen">SpoofRowwise</a></li>
+<li><a href="org/apache/sysds/runtime/codegen/SpoofRowwise.RowType.html" title="enum in org.apache.sysds.runtime.codegen">SpoofRowwise.RowType</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SpoofSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">SpoofSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/SpoofSPInstruction.ReplicateRightFactorFunction.html" title="class in org.apache.sysds.runtime.instructions.spark">SpoofSPInstruction.ReplicateRightFactorFunction</a></li>
+<li><a href="org/apache/sysds/lops/Sql.html" title="class in org.apache.sysds.lops">Sql</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/SqlCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">SqlCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/util/StagingFileUtils.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.util">StagingFileUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/Stat.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor.stat">Stat</a></li>
+<li><a href="org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser">Statement</a></li>
+<li><a href="org/apache/sysds/parser/Statement.FederatedPSScheme.html" title="enum in org.apache.sysds.parser">Statement.FederatedPSScheme</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSCheckpointing.html" title="enum in org.apache.sysds.parser">Statement.PSCheckpointing</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSFrequency.html" title="enum in org.apache.sysds.parser">Statement.PSFrequency</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSModeType.html" title="enum in org.apache.sysds.parser">Statement.PSModeType</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSRuntimeBalancing.html" title="enum in org.apache.sysds.parser">Statement.PSRuntimeBalancing</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSScheme.html" title="enum in org.apache.sysds.parser">Statement.PSScheme</a></li>
+<li><a href="org/apache/sysds/parser/Statement.PSUpdateType.html" title="enum in org.apache.sysds.parser">Statement.PSUpdateType</a></li>
+<li><a href="org/apache/sysds/parser/StatementBlock.html" title="class in org.apache.sysds.parser">StatementBlock</a></li>
+<li><a href="org/apache/sysds/hops/rewrite/StatementBlockRewriteRule.html" title="class in org.apache.sysds.hops.rewrite">StatementBlockRewriteRule</a></li>
+<li><a href="org/apache/sysds/parser/dml/StatementInfo.html" title="class in org.apache.sysds.parser.dml">StatementInfo</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/StatisticMonitor.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.stat">StatisticMonitor</a></li>
+<li><a href="org/apache/sysds/utils/Statistics.html" title="class in org.apache.sysds.utils">Statistics</a></li>
+<li><a href="org/apache/sysds/parser/StringIdentifier.html" title="class in org.apache.sysds.parser">StringIdentifier</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/StringInitCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">StringInitCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/StringObject.html" title="class in org.apache.sysds.runtime.instructions.cp">StringObject</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/paramserv/dp/SubsampleToMinFederatedScheme.html" title="class in org.apache.sysds.runtime.controlprogram.paramserv.dp">SubsampleToMinFederatedScheme</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/SwapIndex.html" title="class in org.apache.sysds.runtime.functionobjects">SwapIndex</a></li>
+<li><a href="org/apache/sysds/utils/SystemDSLoaderUtils.html" title="class in org.apache.sysds.utils">SystemDSLoaderUtils</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/Task.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">Task</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/Task.TaskType.html" title="enum in org.apache.sysds.runtime.controlprogram.parfor">Task.TaskType</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitioner.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">TaskPartitioner</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFactoring.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">TaskPartitionerFactoring</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFactoringCmax.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">TaskPartitionerFactoringCmax</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFactoringCmin.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">TaskPartitionerFactoringCmin</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerFixedsize.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">TaskPartitionerFixedsize</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerNaive.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">TaskPartitionerNaive</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/TaskPartitionerStatic.html" title="class in org.apache.sysds.runtime.controlprogram.parfor">TaskPartitionerStatic</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateBase.html" title="class in org.apache.sysds.hops.codegen.template">TemplateBase</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateBase.CloseType.html" title="enum in org.apache.sysds.hops.codegen.template">TemplateBase.CloseType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateBase.TemplateType.html" title="enum in org.apache.sysds.hops.codegen.template">TemplateBase.TemplateType</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateCell.html" title="class in org.apache.sysds.hops.codegen.template">TemplateCell</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateCell.HopInputComparator.html" title="class in org.apache.sysds.hops.codegen.template">TemplateCell.HopInputComparator</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateMultiAgg.html" title="class in org.apache.sysds.hops.codegen.template">TemplateMultiAgg</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateOuterProduct.html" title="class in org.apache.sysds.hops.codegen.template">TemplateOuterProduct</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateRow.html" title="class in org.apache.sysds.hops.codegen.template">TemplateRow</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateRow.HopInputComparator.html" title="class in org.apache.sysds.hops.codegen.template">TemplateRow.HopInputComparator</a></li>
+<li><a href="org/apache/sysds/hops/codegen/template/TemplateUtils.html" title="class in org.apache.sysds.hops.codegen.template">TemplateUtils</a></li>
+<li><a href="org/apache/sysds/runtime/data/TensorBlock.html" title="class in org.apache.sysds.runtime.data">TensorBlock</a></li>
+<li><a href="org/apache/sysds/runtime/meta/TensorCharacteristics.html" title="class in org.apache.sysds.runtime.meta">TensorCharacteristics</a></li>
+<li><a href="org/apache/sysds/runtime/data/TensorIndexes.html" title="class in org.apache.sysds.runtime.data">TensorIndexes</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/TensorObject.html" title="class in org.apache.sysds.runtime.controlprogram.caching">TensorObject</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReader.html" title="class in org.apache.sysds.runtime.io">TensorReader</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderBinaryBlock.html" title="class in org.apache.sysds.runtime.io">TensorReaderBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io">TensorReaderBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderFactory.html" title="class in org.apache.sysds.runtime.io">TensorReaderFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderTextCell.html" title="class in org.apache.sysds.runtime.io">TensorReaderTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorReaderTextCellParallel.html" title="class in org.apache.sysds.runtime.io">TensorReaderTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/TensorTensorBinaryOpFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">TensorTensorBinaryOpFunction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/functions/TensorTensorBinaryOpPartitionFunction.html" title="class in org.apache.sysds.runtime.instructions.spark.functions">TensorTensorBinaryOpPartitionFunction</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriter.html" title="class in org.apache.sysds.runtime.io">TensorWriter</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterBinaryBlock.html" title="class in org.apache.sysds.runtime.io">TensorWriterBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io">TensorWriterBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterBinaryBlockParallel.WriteFileTask.html" title="class in org.apache.sysds.runtime.io">TensorWriterBinaryBlockParallel.WriteFileTask</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterFactory.html" title="class in org.apache.sysds.runtime.io">TensorWriterFactory</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterTextCell.html" title="class in org.apache.sysds.runtime.io">TensorWriterTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/TensorWriterTextCellParallel.html" title="class in org.apache.sysds.runtime.io">TensorWriterTextCellParallel</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/cuda/Ternary.html" title="class in org.apache.sysds.hops.codegen.cplan.cuda">Ternary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/java/Ternary.html" title="class in org.apache.sysds.hops.codegen.cplan.java">Ternary</a></li>
+<li><a href="org/apache/sysds/lops/Ternary.html" title="class in org.apache.sysds.lops">Ternary</a></li>
+<li><a href="org/apache/sysds/lops/TernaryAggregate.html" title="class in org.apache.sysds.lops">TernaryAggregate</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/TernaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">TernaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/TernaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">TernaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/hops/TernaryOp.html" title="class in org.apache.sysds.hops">TernaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/TernaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">TernaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/TernarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">TernarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/TernaryValueFunction.html" title="class in org.apache.sysds.runtime.functionobjects">TernaryValueFunction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/TernaryValueFunction.ValueFunctionWithConstant.html" title="interface in org.apache.sysds.runtime.functionobjects"><span class="interfaceName">TernaryValueFunction.ValueFunctionWithConstant</span></a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/TextToBinaryCellConverter.html" title="class in org.apache.sysds.runtime.matrix.data">TextToBinaryCellConverter</a></li>
+<li><a href="org/apache/sysds/runtime/transform/meta/TfMetaUtils.html" title="class in org.apache.sysds.runtime.transform.meta">TfMetaUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/meta/TfOffsetMap.html" title="class in org.apache.sysds.runtime.transform.meta">TfOffsetMap</a></li>
+<li><a href="org/apache/sysds/runtime/transform/TfUtils.html" title="class in org.apache.sysds.runtime.transform">TfUtils</a></li>
+<li><a href="org/apache/sysds/runtime/transform/TfUtils.TfMethod.html" title="enum in org.apache.sysds.runtime.transform">TfUtils.TfMethod</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/parfor/stat/Timing.html" title="class in org.apache.sysds.runtime.controlprogram.parfor.stat">Timing</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/Tokenizer.html" title="class in org.apache.sysds.runtime.transform.tokenize">Tokenizer</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerFactory.html" title="class in org.apache.sysds.runtime.transform.tokenize">TokenizerFactory</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPost.html" title="interface in org.apache.sysds.runtime.transform.tokenize"><span class="interfaceName">TokenizerPost</span></a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPostCount.html" title="class in org.apache.sysds.runtime.transform.tokenize">TokenizerPostCount</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPostHash.html" title="class in org.apache.sysds.runtime.transform.tokenize">TokenizerPostHash</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPostPosition.html" title="class in org.apache.sysds.runtime.transform.tokenize">TokenizerPostPosition</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPre.html" title="interface in org.apache.sysds.runtime.transform.tokenize"><span class="interfaceName">TokenizerPre</span></a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPreNgram.html" title="class in org.apache.sysds.runtime.transform.tokenize">TokenizerPreNgram</a></li>
+<li><a href="org/apache/sysds/runtime/transform/tokenize/TokenizerPreWhitespaceSplit.html" title="class in org.apache.sysds.runtime.transform.tokenize">TokenizerPreWhitespaceSplit</a></li>
+<li><a href="org/apache/sysds/lops/Transform.html" title="class in org.apache.sysds.lops">Transform</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/TriggerBroadcastTask.html" title="class in org.apache.sysds.runtime.instructions.cp">TriggerBroadcastTask</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/TriggerRDDOperationsTask.html" title="class in org.apache.sysds.runtime.instructions.cp">TriggerRDDOperationsTask</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/TripleIndexes.html" title="class in org.apache.sysds.runtime.matrix.data">TripleIndexes</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/TripleIndexes.Comparator.html" title="class in org.apache.sysds.runtime.matrix.data">TripleIndexes.Comparator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/Tsmm2SPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">Tsmm2SPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/TsmmFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">TsmmFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/TsmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">TsmmSPInstruction</a></li>
+<li><a href="org/apache/sysds/common/Types.html" title="class in org.apache.sysds.common">Types</a></li>
+<li><a href="org/apache/sysds/common/Types.AggOp.html" title="enum in org.apache.sysds.common">Types.AggOp</a></li>
+<li><a href="org/apache/sysds/common/Types.BlockType.html" title="enum in org.apache.sysds.common">Types.BlockType</a></li>
+<li><a href="org/apache/sysds/common/Types.CorrectionLocationType.html" title="enum in org.apache.sysds.common">Types.CorrectionLocationType</a></li>
+<li><a href="org/apache/sysds/common/Types.DataType.html" title="enum in org.apache.sysds.common">Types.DataType</a></li>
+<li><a href="org/apache/sysds/common/Types.Direction.html" title="enum in org.apache.sysds.common">Types.Direction</a></li>
+<li><a href="org/apache/sysds/common/Types.ExecMode.html" title="enum in org.apache.sysds.common">Types.ExecMode</a></li>
+<li><a href="org/apache/sysds/common/Types.ExecType.html" title="enum in org.apache.sysds.common">Types.ExecType</a></li>
+<li><a href="org/apache/sysds/common/Types.FileFormat.html" title="enum in org.apache.sysds.common">Types.FileFormat</a></li>
+<li><a href="org/apache/sysds/common/Types.FunctionBlock.html" title="interface in org.apache.sysds.common"><span class="interfaceName">Types.FunctionBlock</span></a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp1.html" title="enum in org.apache.sysds.common">Types.OpOp1</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp2.html" title="enum in org.apache.sysds.common">Types.OpOp2</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp3.html" title="enum in org.apache.sysds.common">Types.OpOp3</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOp4.html" title="enum in org.apache.sysds.common">Types.OpOp4</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpData.html" title="enum in org.apache.sysds.common">Types.OpOpData</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpDG.html" title="enum in org.apache.sysds.common">Types.OpOpDG</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpDnn.html" title="enum in org.apache.sysds.common">Types.OpOpDnn</a></li>
+<li><a href="org/apache/sysds/common/Types.OpOpN.html" title="enum in org.apache.sysds.common">Types.OpOpN</a></li>
+<li><a href="org/apache/sysds/common/Types.ParamBuiltinOp.html" title="enum in org.apache.sysds.common">Types.ParamBuiltinOp</a></li>
+<li><a href="org/apache/sysds/common/Types.ReOrgOp.html" title="enum in org.apache.sysds.common">Types.ReOrgOp</a></li>
+<li><a href="org/apache/sysds/common/Types.ReturnType.html" title="enum in org.apache.sysds.common">Types.ReturnType</a></li>
+<li><a href="org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a></li>
+<li><a href="org/apache/sysds/lops/UAggOuterChain.html" title="class in org.apache.sysds.lops">UAggOuterChain</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UaggOuterChainCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">UaggOuterChainCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UaggOuterChainSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">UaggOuterChainSPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/cuda/Unary.html" title="class in org.apache.sysds.hops.codegen.cplan.cuda">Unary</a></li>
+<li><a href="org/apache/sysds/hops/codegen/cplan/java/Unary.html" title="class in org.apache.sysds.hops.codegen.cplan.java">Unary</a></li>
+<li><a href="org/apache/sysds/lops/Unary.html" title="class in org.apache.sysds.lops">Unary</a></li>
+<li><a href="org/apache/sysds/lops/UnaryCP.html" title="class in org.apache.sysds.lops">UnaryCP</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">UnaryCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/UnaryFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">UnaryFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryFrameCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">UnaryFrameCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UnaryFrameSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">UnaryFrameSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryMatrixCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">UnaryMatrixCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/UnaryMatrixFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">UnaryMatrixFEDInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UnaryMatrixSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">UnaryMatrixSPInstruction</a></li>
+<li><a href="org/apache/sysds/hops/UnaryOp.html" title="class in org.apache.sysds.hops">UnaryOp</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/operators/UnaryOperator.html" title="class in org.apache.sysds.runtime.matrix.operators">UnaryOperator</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/UnaryScalarCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">UnaryScalarCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/UnarySPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">UnarySPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/gpu/context/UnifiedMemoryAllocator.html" title="class in org.apache.sysds.runtime.instructions.gpu.context">UnifiedMemoryAllocator</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/caching/UnifiedMemoryManager.html" title="class in org.apache.sysds.runtime.controlprogram.caching">UnifiedMemoryManager</a></li>
+<li><a href="org/apache/sysds/runtime/util/UniformPRNGenerator.html" title="class in org.apache.sysds.runtime.util">UniformPRNGenerator</a></li>
+<li><a href="org/apache/sysds/runtime/compress/utils/Util.html" title="class in org.apache.sysds.runtime.compress.utils">Util</a></li>
+<li><a href="org/apache/sysds/runtime/util/UtilFunctions.html" title="class in org.apache.sysds.runtime.util">UtilFunctions</a></li>
+<li><a href="org/apache/sysds/runtime/io/hdf5/Utils.html" title="class in org.apache.sysds.runtime.io.hdf5">Utils</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ValueComparisonFunction.html" title="class in org.apache.sysds.runtime.functionobjects">ValueComparisonFunction</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/ValueFunction.html" title="class in org.apache.sysds.runtime.functionobjects">ValueFunction</a></li>
+<li><a href="org/apache/sysds/runtime/iogen/ValueTrimFormat.html" title="class in org.apache.sysds.runtime.iogen">ValueTrimFormat</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/VariableCPInstruction.html" title="class in org.apache.sysds.runtime.instructions.cp">VariableCPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/cp/VariableCPInstruction.VariableOperationCode.html" title="enum in org.apache.sysds.runtime.instructions.cp">VariableCPInstruction.VariableOperationCode</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/fed/VariableFEDInstruction.html" title="class in org.apache.sysds.runtime.instructions.fed">VariableFEDInstruction</a></li>
+<li><a href="org/apache/sysds/parser/VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></li>
+<li><a href="org/apache/sysds/hops/cost/VarStats.html" title="class in org.apache.sysds.hops.cost">VarStats</a></li>
+<li><a href="org/apache/sysds/common/Warnings.html" title="class in org.apache.sysds.common">Warnings</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/WeightedCell.html" title="class in org.apache.sysds.runtime.matrix.data">WeightedCell</a></li>
+<li><a href="org/apache/sysds/lops/WeightedCrossEntropy.html" title="class in org.apache.sysds.lops">WeightedCrossEntropy</a></li>
+<li><a href="org/apache/sysds/lops/WeightedCrossEntropy.WCeMMType.html" title="enum in org.apache.sysds.lops">WeightedCrossEntropy.WCeMMType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedCrossEntropyR.html" title="class in org.apache.sysds.lops">WeightedCrossEntropyR</a></li>
+<li><a href="org/apache/sysds/lops/WeightedDivMM.html" title="class in org.apache.sysds.lops">WeightedDivMM</a></li>
+<li><a href="org/apache/sysds/lops/WeightedDivMM.WDivMMType.html" title="enum in org.apache.sysds.lops">WeightedDivMM.WDivMMType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedDivMMR.html" title="class in org.apache.sysds.lops">WeightedDivMMR</a></li>
+<li><a href="org/apache/sysds/runtime/matrix/data/WeightedPair.html" title="class in org.apache.sysds.runtime.matrix.data">WeightedPair</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSigmoid.html" title="class in org.apache.sysds.lops">WeightedSigmoid</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSigmoid.WSigmoidType.html" title="enum in org.apache.sysds.lops">WeightedSigmoid.WSigmoidType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSigmoidR.html" title="class in org.apache.sysds.lops">WeightedSigmoidR</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSquaredLoss.html" title="class in org.apache.sysds.lops">WeightedSquaredLoss</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSquaredLoss.WeightsType.html" title="enum in org.apache.sysds.lops">WeightedSquaredLoss.WeightsType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedSquaredLossR.html" title="class in org.apache.sysds.lops">WeightedSquaredLossR</a></li>
+<li><a href="org/apache/sysds/lops/WeightedUnaryMM.html" title="class in org.apache.sysds.lops">WeightedUnaryMM</a></li>
+<li><a href="org/apache/sysds/lops/WeightedUnaryMM.WUMMType.html" title="enum in org.apache.sysds.lops">WeightedUnaryMM.WUMMType</a></li>
+<li><a href="org/apache/sysds/lops/WeightedUnaryMMR.html" title="class in org.apache.sysds.lops">WeightedUnaryMMR</a></li>
+<li><a href="org/apache/sysds/runtime/controlprogram/WhileProgramBlock.html" title="class in org.apache.sysds.runtime.controlprogram">WhileProgramBlock</a></li>
+<li><a href="org/apache/sysds/parser/WhileStatement.html" title="class in org.apache.sysds.parser">WhileStatement</a></li>
+<li><a href="org/apache/sysds/parser/WhileStatementBlock.html" title="class in org.apache.sysds.parser">WhileStatementBlock</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/WorkloadAnalyzer.html" title="class in org.apache.sysds.runtime.compress.workload">WorkloadAnalyzer</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterBinaryBlock.html" title="class in org.apache.sysds.runtime.io">WriterBinaryBlock</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterBinaryBlockParallel.html" title="class in org.apache.sysds.runtime.io">WriterBinaryBlockParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterHDF5.html" title="class in org.apache.sysds.runtime.io">WriterHDF5</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterHDF5Parallel.html" title="class in org.apache.sysds.runtime.io">WriterHDF5Parallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterMatrixMarket.html" title="class in org.apache.sysds.runtime.io">WriterMatrixMarket</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterMatrixMarketParallel.html" title="class in org.apache.sysds.runtime.io">WriterMatrixMarketParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCell.html" title="class in org.apache.sysds.runtime.io">WriterTextCell</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCellParallel.html" title="class in org.apache.sysds.runtime.io">WriterTextCellParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCSV.html" title="class in org.apache.sysds.runtime.io">WriterTextCSV</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextCSVParallel.html" title="class in org.apache.sysds.runtime.io">WriterTextCSVParallel</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextLIBSVM.html" title="class in org.apache.sysds.runtime.io">WriterTextLIBSVM</a></li>
+<li><a href="org/apache/sysds/runtime/io/WriterTextLIBSVMParallel.html" title="class in org.apache.sysds.runtime.io">WriterTextLIBSVMParallel</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/WriteSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">WriteSPInstruction</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/WTreeNode.html" title="class in org.apache.sysds.runtime.compress.workload">WTreeNode</a></li>
+<li><a href="org/apache/sysds/runtime/compress/workload/WTreeRoot.html" title="class in org.apache.sysds.runtime.compress.workload">WTreeRoot</a></li>
+<li><a href="org/apache/sysds/runtime/functionobjects/Xor.html" title="class in org.apache.sysds.runtime.functionobjects">Xor</a></li>
+<li><a href="org/apache/sysds/runtime/instructions/spark/ZipmmSPInstruction.html" title="class in org.apache.sysds.runtime.instructions.spark">ZipmmSPInstruction</a></li>
+</ul>
+</div>
+</body>
+</html>
diff --git a/content/docs/2.2.0/api/java/constant-values.html b/content/docs/2.2.0/api/java/constant-values.html
new file mode 100644
index 0000000..f001b6b
--- /dev/null
+++ b/content/docs/2.2.0/api/java/constant-values.html
@@ -0,0 +1,6596 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Constant Field Values (SystemDS 2.2.0 API)</title>
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Constant Field Values (SystemDS 2.2.0 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
+<li><a href="constant-values.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
+<h2 title="Contents">Contents</h2>
+<ul>
+<li><a href="#org.apache">org.apache.*</a></li>
+</ul>
+</div>
+<div class="constantValuesContainer"><a name="org.apache">
+<!--   -->
+</a>
+<h2 title="org.apache">org.apache.*</h2>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.api.<a href="org/apache/sysds/api/DMLException.html" title="class in org.apache.sysds.api">DMLException</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.api.DMLException.ERROR_MSG_DELIMITER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/api/DMLException.html#ERROR_MSG_DELIMITER">ERROR_MSG_DELIMITER</a></code></td>
+<td class="colLast"><code>" : "</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.api.mlcontext.<a href="org/apache/sysds/api/mlcontext/MLContextUtil.html" title="class in org.apache.sysds.api.mlcontext">MLContextUtil</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.api.mlcontext.MLContextUtil.BUILD_TIME_NOT_AVAILABLE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/api/mlcontext/MLContextUtil.html#BUILD_TIME_NOT_AVAILABLE">BUILD_TIME_NOT_AVAILABLE</a></code></td>
+<td class="colLast"><code>"Build time not available"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.api.mlcontext.MLContextUtil.VERSION_NOT_AVAILABLE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/api/mlcontext/MLContextUtil.html#VERSION_NOT_AVAILABLE">VERSION_NOT_AVAILABLE</a></code></td>
+<td class="colLast"><code>"Version not available"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.conf.<a href="org/apache/sysds/conf/DMLConfig.html" title="class in org.apache.sysds.conf">DMLConfig</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.AVAILABLE_GPUS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#AVAILABLE_GPUS">AVAILABLE_GPUS</a></code></td>
+<td class="colLast"><code>"sysds.gpu.availableGPUs"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CODEGEN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CODEGEN">CODEGEN</a></code></td>
+<td class="colLast"><code>"sysds.codegen.enabled"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CODEGEN_API">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CODEGEN_API">CODEGEN_API</a></code></td>
+<td class="colLast"><code>"sysds.codegen.api"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CODEGEN_COMPILER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CODEGEN_COMPILER">CODEGEN_COMPILER</a></code></td>
+<td class="colLast"><code>"sysds.codegen.compiler"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CODEGEN_LITERALS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CODEGEN_LITERALS">CODEGEN_LITERALS</a></code></td>
+<td class="colLast"><code>"sysds.codegen.literals"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CODEGEN_OPTIMIZER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CODEGEN_OPTIMIZER">CODEGEN_OPTIMIZER</a></code></td>
+<td class="colLast"><code>"sysds.codegen.optimizer"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CODEGEN_PLANCACHE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CODEGEN_PLANCACHE">CODEGEN_PLANCACHE</a></code></td>
+<td class="colLast"><code>"sysds.codegen.plancache"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPILERASSISTED_RW">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#COMPILERASSISTED_RW">COMPILERASSISTED_RW</a></code></td>
+<td class="colLast"><code>"sysds.lineage.compilerassisted"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_COCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#COMPRESSED_COCODE">COMPRESSED_COCODE</a></code></td>
+<td class="colLast"><code>"sysds.compressed.cocode"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_COST_MODEL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#COMPRESSED_COST_MODEL">COMPRESSED_COST_MODEL</a></code></td>
+<td class="colLast"><code>"sysds.compressed.costmodel"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_LINALG">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#COMPRESSED_LINALG">COMPRESSED_LINALG</a></code></td>
+<td class="colLast"><code>"sysds.compressed.linalg"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_LOSSY">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#COMPRESSED_LOSSY">COMPRESSED_LOSSY</a></code></td>
+<td class="colLast"><code>"sysds.compressed.lossy"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_OVERLAPPING">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#COMPRESSED_OVERLAPPING">COMPRESSED_OVERLAPPING</a></code></td>
+<td class="colLast"><code>"sysds.compressed.overlapping"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_SAMPLING_RATIO">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#COMPRESSED_SAMPLING_RATIO">COMPRESSED_SAMPLING_RATIO</a></code></td>
+<td class="colLast"><code>"sysds.compressed.sampling.ratio"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_TRANSPOSE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#COMPRESSED_TRANSPOSE">COMPRESSED_TRANSPOSE</a></code></td>
+<td class="colLast"><code>"sysds.compressed.transpose"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.COMPRESSED_VALID_COMPRESSIONS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#COMPRESSED_VALID_COMPRESSIONS">COMPRESSED_VALID_COMPRESSIONS</a></code></td>
+<td class="colLast"><code>"sysds.compressed.valid.compressions"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CP_PARALLEL_IO">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CP_PARALLEL_IO">CP_PARALLEL_IO</a></code></td>
+<td class="colLast"><code>"sysds.cp.parallel.io"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.CP_PARALLEL_OPS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#CP_PARALLEL_OPS">CP_PARALLEL_OPS</a></code></td>
+<td class="colLast"><code>"sysds.cp.parallel.ops"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.DEFAULT_BLOCK_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#DEFAULT_BLOCK_SIZE">DEFAULT_BLOCK_SIZE</a></code></td>
+<td class="colLast"><code>"sysds.defaultblocksize"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.DEFAULT_FEDERATED_INITIALIZATION_TIMEOUT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#DEFAULT_FEDERATED_INITIALIZATION_TIMEOUT">DEFAULT_FEDERATED_INITIALIZATION_TIMEOUT</a></code></td>
+<td class="colLast"><code>"sysds.federated.initialization.timeout"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.DEFAULT_FEDERATED_PORT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#DEFAULT_FEDERATED_PORT">DEFAULT_FEDERATED_PORT</a></code></td>
+<td class="colLast"><code>4040</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.DEFAULT_NUMBER_OF_FEDERATED_WORKER_THREADS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#DEFAULT_NUMBER_OF_FEDERATED_WORKER_THREADS">DEFAULT_NUMBER_OF_FEDERATED_WORKER_THREADS</a></code></td>
+<td class="colLast"><code>2</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.DEFAULT_SHARED_DIR_PERMISSION">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#DEFAULT_SHARED_DIR_PERMISSION">DEFAULT_SHARED_DIR_PERMISSION</a></code></td>
+<td class="colLast"><code>"777"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.DEFAULT_SYSTEMDS_CONFIG_FILEPATH">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#DEFAULT_SYSTEMDS_CONFIG_FILEPATH">DEFAULT_SYSTEMDS_CONFIG_FILEPATH</a></code></td>
+<td class="colLast"><code>"./SystemDS-config.xml"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.EAGER_CUDA_FREE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#EAGER_CUDA_FREE">EAGER_CUDA_FREE</a></code></td>
+<td class="colLast"><code>"sysds.gpu.eager.cudaFree"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.EVICTION_SHADOW_BUFFERSIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#EVICTION_SHADOW_BUFFERSIZE">EVICTION_SHADOW_BUFFERSIZE</a></code></td>
+<td class="colLast"><code>"sysds.gpu.eviction.shadow.bufferSize"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.FLOATING_POINT_PRECISION">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#FLOATING_POINT_PRECISION">FLOATING_POINT_PRECISION</a></code></td>
+<td class="colLast"><code>"sysds.floating.point.precision"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.GPU_EVICTION_POLICY">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#GPU_EVICTION_POLICY">GPU_EVICTION_POLICY</a></code></td>
+<td class="colLast"><code>"sysds.gpu.eviction.policy"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.GPU_MEMORY_ALLOCATOR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#GPU_MEMORY_ALLOCATOR">GPU_MEMORY_ALLOCATOR</a></code></td>
+<td class="colLast"><code>"sysds.gpu.memory.allocator"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.GPU_MEMORY_UTILIZATION_FACTOR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#GPU_MEMORY_UTILIZATION_FACTOR">GPU_MEMORY_UTILIZATION_FACTOR</a></code></td>
+<td class="colLast"><code>"sysds.gpu.memory.util.factor"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.LINEAGECACHESPILL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#LINEAGECACHESPILL">LINEAGECACHESPILL</a></code></td>
+<td class="colLast"><code>"sysds.lineage.cachespill"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.LOCAL_SPARK_NUM_THREADS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#LOCAL_SPARK_NUM_THREADS">LOCAL_SPARK_NUM_THREADS</a></code></td>
+<td class="colLast"><code>"sysds.local.spark.number.threads"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.LOCAL_TMP_DIR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#LOCAL_TMP_DIR">LOCAL_TMP_DIR</a></code></td>
+<td class="colLast"><code>"sysds.localtmpdir"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.NATIVE_BLAS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#NATIVE_BLAS">NATIVE_BLAS</a></code></td>
+<td class="colLast"><code>"sysds.native.blas"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.NATIVE_BLAS_DIR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#NATIVE_BLAS_DIR">NATIVE_BLAS_DIR</a></code></td>
+<td class="colLast"><code>"sysds.native.blas.directory"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.OPTIMIZATION_LEVEL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#OPTIMIZATION_LEVEL">OPTIMIZATION_LEVEL</a></code></td>
+<td class="colLast"><code>"sysds.optlevel"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.PARALLEL_ENCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#PARALLEL_ENCODE">PARALLEL_ENCODE</a></code></td>
+<td class="colLast"><code>"sysds.parallel.encode"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.PARALLEL_ENCODE_APPLY_BLOCKS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#PARALLEL_ENCODE_APPLY_BLOCKS">PARALLEL_ENCODE_APPLY_BLOCKS</a></code></td>
+<td class="colLast"><code>"sysds.parallel.encode.applyBlocks"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.PARALLEL_ENCODE_BUILD_BLOCKS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#PARALLEL_ENCODE_BUILD_BLOCKS">PARALLEL_ENCODE_BUILD_BLOCKS</a></code></td>
+<td class="colLast"><code>"sysds.parallel.encode.buildBlocks"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.PRINT_GPU_MEMORY_INFO">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#PRINT_GPU_MEMORY_INFO">PRINT_GPU_MEMORY_INFO</a></code></td>
+<td class="colLast"><code>"sysds.gpu.print.memoryInfo"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.SCRATCH_SPACE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#SCRATCH_SPACE">SCRATCH_SPACE</a></code></td>
+<td class="colLast"><code>"sysds.scratch"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.STATS_MAX_WRAP_LEN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#STATS_MAX_WRAP_LEN">STATS_MAX_WRAP_LEN</a></code></td>
+<td class="colLast"><code>"sysds.stats.maxWrapLength"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.SYNCHRONIZE_GPU">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#SYNCHRONIZE_GPU">SYNCHRONIZE_GPU</a></code></td>
+<td class="colLast"><code>"sysds.gpu.sync.postProcess"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.USE_LOCAL_SPARK_CONFIG">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#USE_LOCAL_SPARK_CONFIG">USE_LOCAL_SPARK_CONFIG</a></code></td>
+<td class="colLast"><code>"sysds.local.spark"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.conf.DMLConfig.USE_SSL_FEDERATED_COMMUNICATION">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/conf/DMLConfig.html#USE_SSL_FEDERATED_COMMUNICATION">USE_SSL_FEDERATED_COMMUNICATION</a></code></td>
+<td class="colLast"><code>"sysds.federated.ssl"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.<a href="org/apache/sysds/hops/AggBinaryOp.html" title="class in org.apache.sysds.hops">AggBinaryOp</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.AggBinaryOp.MAPMULT_MEM_MULTIPLIER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/hops/AggBinaryOp.html#MAPMULT_MEM_MULTIPLIER">MAPMULT_MEM_MULTIPLIER</a></code></td>
+<td class="colLast"><code>1.0</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.<a href="org/apache/sysds/hops/BinaryOp.html" title="class in org.apache.sysds.hops">BinaryOp</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.BinaryOp.APPEND_MEM_MULTIPLIER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/hops/BinaryOp.html#APPEND_MEM_MULTIPLIER">APPEND_MEM_MULTIPLIER</a></code></td>
+<td class="colLast"><code>1.0</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.<a href="org/apache/sysds/hops/DataGenOp.html" title="class in org.apache.sysds.hops">DataGenOp</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.DataGenOp.UNSPECIFIED_SEED">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/DataGenOp.html#UNSPECIFIED_SEED">UNSPECIFIED_SEED</a></code></td>
+<td class="colLast"><code>-1L</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.<a href="org/apache/sysds/hops/FunctionOp.html" title="class in org.apache.sysds.hops">FunctionOp</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.FunctionOp.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/hops/FunctionOp.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"fcall"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.<a href="org/apache/sysds/hops/Hop.html" title="class in org.apache.sysds.hops">Hop</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.Hop.CPThreshold">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/Hop.html#CPThreshold">CPThreshold</a></code></td>
+<td class="colLast"><code>2000L</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.<a href="org/apache/sysds/hops/OptimizerUtils.html" title="class in org.apache.sysds.hops">OptimizerUtils</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.ALLOW_COMBINE_FILE_INPUT_FORMAT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#ALLOW_COMBINE_FILE_INPUT_FORMAT">ALLOW_COMBINE_FILE_INPUT_FORMAT</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.ALLOW_SCRIPT_LEVEL_COMPRESS_COMMAND">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#ALLOW_SCRIPT_LEVEL_COMPRESS_COMMAND">ALLOW_SCRIPT_LEVEL_COMPRESS_COMMAND</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.BOOLEAN_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#BOOLEAN_SIZE">BOOLEAN_SIZE</a></code></td>
+<td class="colLast"><code>1L</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.CHAR_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#CHAR_SIZE">CHAR_SIZE</a></code></td>
+<td class="colLast"><code>1L</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.DEFAULT_BLOCKSIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#DEFAULT_BLOCKSIZE">DEFAULT_BLOCKSIZE</a></code></td>
+<td class="colLast"><code>1000</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.DEFAULT_FRAME_BLOCKSIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#DEFAULT_FRAME_BLOCKSIZE">DEFAULT_FRAME_BLOCKSIZE</a></code></td>
+<td class="colLast"><code>1000</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.DOUBLE_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#DOUBLE_SIZE">DOUBLE_SIZE</a></code></td>
+<td class="colLast"><code>8L</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.INT_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#INT_SIZE">INT_SIZE</a></code></td>
+<td class="colLast"><code>4L</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.INVALID_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#INVALID_SIZE">INVALID_SIZE</a></code></td>
+<td class="colLast"><code>-1.0</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.MAX_NUMCELLS_CP_DENSE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#MAX_NUMCELLS_CP_DENSE">MAX_NUMCELLS_CP_DENSE</a></code></td>
+<td class="colLast"><code>2147483647L</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.PARALLEL_CP_READ_PARALLELISM_MULTIPLIER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#PARALLEL_CP_READ_PARALLELISM_MULTIPLIER">PARALLEL_CP_READ_PARALLELISM_MULTIPLIER</a></code></td>
+<td class="colLast"><code>1.0</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.PARALLEL_CP_WRITE_PARALLELISM_MULTIPLIER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#PARALLEL_CP_WRITE_PARALLELISM_MULTIPLIER">PARALLEL_CP_WRITE_PARALLELISM_MULTIPLIER</a></code></td>
+<td class="colLast"><code>1.0</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.OptimizerUtils.SAFE_REP_CHANGE_THRES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
+<td><code><a href="org/apache/sysds/hops/OptimizerUtils.html#SAFE_REP_CHANGE_THRES">SAFE_REP_CHANGE_THRES</a></code></td>
+<td class="colLast"><code>8388608L</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.codegen.<a href="org/apache/sysds/hops/codegen/SpoofCompiler.html" title="class in org.apache.sysds.hops.codegen">SpoofCompiler</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.codegen.SpoofCompiler.PLAN_CACHE_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/hops/codegen/SpoofCompiler.html#PLAN_CACHE_SIZE">PLAN_CACHE_SIZE</a></code></td>
+<td class="colLast"><code>1024</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.codegen.SpoofCompiler.PRUNE_REDUNDANT_PLANS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/codegen/SpoofCompiler.html#PRUNE_REDUNDANT_PLANS">PRUNE_REDUNDANT_PLANS</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.codegen.SpoofCompiler.RECOMPILE_CODEGEN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/hops/codegen/SpoofCompiler.html#RECOMPILE_CODEGEN">RECOMPILE_CODEGEN</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.codegen.opt.<a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseCostBasedV2.html" title="class in org.apache.sysds.hops.codegen.opt">PlanSelectionFuseCostBasedV2</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.codegen.opt.PlanSelectionFuseCostBasedV2.COST_MIN_EPS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseCostBasedV2.html#COST_MIN_EPS">COST_MIN_EPS</a></code></td>
+<td class="colLast"><code>0.01</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.codegen.opt.PlanSelectionFuseCostBasedV2.COST_MIN_EPS_NUM_POINTS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/hops/codegen/opt/PlanSelectionFuseCostBasedV2.html#COST_MIN_EPS_NUM_POINTS">COST_MIN_EPS_NUM_POINTS</a></code></td>
+<td class="colLast"><code>20</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.cost.<a href="org/apache/sysds/hops/cost/CostEstimatorStaticRuntime.html" title="class in org.apache.sysds.hops.cost">CostEstimatorStaticRuntime</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.cost.CostEstimatorStaticRuntime.DEFAULT_MBS_HDFSREAD_BINARYBLOCK_SPARSE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/hops/cost/CostEstimatorStaticRuntime.html#DEFAULT_MBS_HDFSREAD_BINARYBLOCK_SPARSE">DEFAULT_MBS_HDFSREAD_BINARYBLOCK_SPARSE</a></code></td>
+<td class="colLast"><code>75.0</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.hops.estim.<a href="org/apache/sysds/hops/estim/SparsityEstimator.html" title="class in org.apache.sysds.hops.estim">SparsityEstimator</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.hops.estim.SparsityEstimator.MIN_PAR_THRESHOLD">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/hops/estim/SparsityEstimator.html#MIN_PAR_THRESHOLD">MIN_PAR_THRESHOLD</a></code></td>
+<td class="colLast"><code>10240</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/Append.html" title="class in org.apache.sysds.lops">Append</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Append.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Append.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"append"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/AppendG.html" title="class in org.apache.sysds.lops">AppendG</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.AppendG.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/AppendG.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"gappend"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/AppendGAlignedSP.html" title="class in org.apache.sysds.lops">AppendGAlignedSP</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.AppendGAlignedSP.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/AppendGAlignedSP.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"galignedappend"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/AppendM.html" title="class in org.apache.sysds.lops">AppendM</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.AppendM.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/AppendM.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mappend"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/AppendR.html" title="class in org.apache.sysds.lops">AppendR</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.AppendR.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/AppendR.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"rappend"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/BinaryUAggChain.html" title="class in org.apache.sysds.lops">BinaryUAggChain</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.BinaryUAggChain.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/BinaryUAggChain.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"binuaggchain"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/Checkpoint.html" title="class in org.apache.sysds.lops">Checkpoint</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Checkpoint.CHECKPOINT_SPARSE_CSR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/lops/Checkpoint.html#CHECKPOINT_SPARSE_CSR">CHECKPOINT_SPARSE_CSR</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Checkpoint.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Checkpoint.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"chkpoint"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/Compression.html" title="class in org.apache.sysds.lops">Compression</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Compression.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Compression.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"compress"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/CSVReBlock.html" title="class in org.apache.sysds.lops">CSVReBlock</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.CSVReBlock.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/CSVReBlock.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"csvrblk"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/Data.html" title="class in org.apache.sysds.lops">Data</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Data.PREAD_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Data.html#PREAD_PREFIX">PREAD_PREFIX</a></code></td>
+<td class="colLast"><code>"pREAD"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/DataGen.html" title="class in org.apache.sysds.lops">DataGen</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.DataGen.FRAME_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/DataGen.html#FRAME_OPCODE">FRAME_OPCODE</a></code></td>
+<td class="colLast"><code>"frame"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.DataGen.RAND_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/DataGen.html#RAND_OPCODE">RAND_OPCODE</a></code></td>
+<td class="colLast"><code>"rand"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.DataGen.SAMPLE_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/DataGen.html#SAMPLE_OPCODE">SAMPLE_OPCODE</a></code></td>
+<td class="colLast"><code>"sample"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.DataGen.SEQ_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/DataGen.html#SEQ_OPCODE">SEQ_OPCODE</a></code></td>
+<td class="colLast"><code>"seq"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.DataGen.SINIT_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/DataGen.html#SINIT_OPCODE">SINIT_OPCODE</a></code></td>
+<td class="colLast"><code>"sinit"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.DataGen.TIME_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/DataGen.html#TIME_OPCODE">TIME_OPCODE</a></code></td>
+<td class="colLast"><code>"time"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/DeCompression.html" title="class in org.apache.sysds.lops">DeCompression</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.DeCompression.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/DeCompression.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"decompress"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/GroupedAggregate.html" title="class in org.apache.sysds.lops">GroupedAggregate</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.GroupedAggregate.COMBINEDINPUT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/GroupedAggregate.html#COMBINEDINPUT">COMBINEDINPUT</a></code></td>
+<td class="colLast"><code>"combinedinput"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/GroupedAggregateM.html" title="class in org.apache.sysds.lops">GroupedAggregateM</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.GroupedAggregateM.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/GroupedAggregateM.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapgroupedagg"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/LeftIndex.html" title="class in org.apache.sysds.lops">LeftIndex</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.LeftIndex.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/LeftIndex.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"leftIndex"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/Lop.html" title="class in org.apache.sysds.lops">Lop</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.CP_CHILD_THREAD">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#CP_CHILD_THREAD">CP_CHILD_THREAD</a></code></td>
+<td class="colLast"><code>"_t"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.CP_ROOT_THREAD_ID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#CP_ROOT_THREAD_ID">CP_ROOT_THREAD_ID</a></code></td>
+<td class="colLast"><code>"_t0"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.DATATYPE_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#DATATYPE_PREFIX">DATATYPE_PREFIX</a></code></td>
+<td class="colLast"><code>"\u00b7"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.FILE_SEPARATOR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#FILE_SEPARATOR">FILE_SEPARATOR</a></code></td>
+<td class="colLast"><code>"/"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.FRAME_VAR_NAME_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#FRAME_VAR_NAME_PREFIX">FRAME_VAR_NAME_PREFIX</a></code></td>
+<td class="colLast"><code>"_fVar"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.INSTRUCTION_DELIMITOR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#INSTRUCTION_DELIMITOR">INSTRUCTION_DELIMITOR</a></code></td>
+<td class="colLast"><code>"\u2021"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.LITERAL_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#LITERAL_PREFIX">LITERAL_PREFIX</a></code></td>
+<td class="colLast"><code>"\u00b7"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.MATRIX_VAR_NAME_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#MATRIX_VAR_NAME_PREFIX">MATRIX_VAR_NAME_PREFIX</a></code></td>
+<td class="colLast"><code>"_mVar"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.NAME_VALUE_SEPARATOR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#NAME_VALUE_SEPARATOR">NAME_VALUE_SEPARATOR</a></code></td>
+<td class="colLast"><code>"="</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.OPERAND_DELIMITOR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#OPERAND_DELIMITOR">OPERAND_DELIMITOR</a></code></td>
+<td class="colLast"><code>"\u00b0"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.PROCESS_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#PROCESS_PREFIX">PROCESS_PREFIX</a></code></td>
+<td class="colLast"><code>"_p"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.SAMPLE_FRACTION">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#SAMPLE_FRACTION">SAMPLE_FRACTION</a></code></td>
+<td class="colLast"><code>0.01</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.SCALAR_VAR_NAME_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#SCALAR_VAR_NAME_PREFIX">SCALAR_VAR_NAME_PREFIX</a></code></td>
+<td class="colLast"><code>"_Var"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.UPDATE_INPLACE_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#UPDATE_INPLACE_PREFIX">UPDATE_INPLACE_PREFIX</a></code></td>
+<td class="colLast"><code>"_uip"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.VALUETYPE_PREFIX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#VALUETYPE_PREFIX">VALUETYPE_PREFIX</a></code></td>
+<td class="colLast"><code>"\u00b7"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.Lop.VARIABLE_NAME_PLACEHOLDER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/Lop.html#VARIABLE_NAME_PLACEHOLDER">VARIABLE_NAME_PLACEHOLDER</a></code></td>
+<td class="colLast"><code>"\u00b6"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/MapMult.html" title="class in org.apache.sysds.lops">MapMult</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.MapMult.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/MapMult.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapmm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/MapMultChain.html" title="class in org.apache.sysds.lops">MapMultChain</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.MapMultChain.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/MapMultChain.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapmmchain"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.MapMultChain.OPCODE_CP">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/MapMultChain.html#OPCODE_CP">OPCODE_CP</a></code></td>
+<td class="colLast"><code>"mmchain"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/PickByCount.html" title="class in org.apache.sysds.lops">PickByCount</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.PickByCount.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/PickByCount.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"qpick"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/PMapMult.html" title="class in org.apache.sysds.lops">PMapMult</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.PMapMult.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/PMapMult.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"pmapmm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/PMMJ.html" title="class in org.apache.sysds.lops">PMMJ</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.PMMJ.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/PMMJ.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"pmm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/ReBlock.html" title="class in org.apache.sysds.lops">ReBlock</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.ReBlock.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/ReBlock.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"rblk"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/RightIndex.html" title="class in org.apache.sysds.lops">RightIndex</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.RightIndex.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/RightIndex.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"rightIndex"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/SortKeys.html" title="class in org.apache.sysds.lops">SortKeys</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.SortKeys.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/SortKeys.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"qsort"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/TernaryAggregate.html" title="class in org.apache.sysds.lops">TernaryAggregate</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.TernaryAggregate.OPCODE_C">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/TernaryAggregate.html#OPCODE_C">OPCODE_C</a></code></td>
+<td class="colLast"><code>"tack+*"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.TernaryAggregate.OPCODE_RC">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/TernaryAggregate.html#OPCODE_RC">OPCODE_RC</a></code></td>
+<td class="colLast"><code>"tak+*"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/UAggOuterChain.html" title="class in org.apache.sysds.lops">UAggOuterChain</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.UAggOuterChain.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/UAggOuterChain.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"uaggouterchain"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/UnaryCP.html" title="class in org.apache.sysds.lops">UnaryCP</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.UnaryCP.CAST_AS_BOOLEAN_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/UnaryCP.html#CAST_AS_BOOLEAN_OPCODE">CAST_AS_BOOLEAN_OPCODE</a></code></td>
+<td class="colLast"><code>"castvtb"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.UnaryCP.CAST_AS_DOUBLE_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/UnaryCP.html#CAST_AS_DOUBLE_OPCODE">CAST_AS_DOUBLE_OPCODE</a></code></td>
+<td class="colLast"><code>"castvtd"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.UnaryCP.CAST_AS_FRAME_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/UnaryCP.html#CAST_AS_FRAME_OPCODE">CAST_AS_FRAME_OPCODE</a></code></td>
+<td class="colLast"><code>"castdtf"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.UnaryCP.CAST_AS_INT_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/UnaryCP.html#CAST_AS_INT_OPCODE">CAST_AS_INT_OPCODE</a></code></td>
+<td class="colLast"><code>"castvti"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.UnaryCP.CAST_AS_MATRIX_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/UnaryCP.html#CAST_AS_MATRIX_OPCODE">CAST_AS_MATRIX_OPCODE</a></code></td>
+<td class="colLast"><code>"castdtm"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.UnaryCP.CAST_AS_SCALAR_OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/UnaryCP.html#CAST_AS_SCALAR_OPCODE">CAST_AS_SCALAR_OPCODE</a></code></td>
+<td class="colLast"><code>"castdts"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedCrossEntropy.html" title="class in org.apache.sysds.lops">WeightedCrossEntropy</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedCrossEntropy.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedCrossEntropy.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapwcemm"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedCrossEntropy.OPCODE_CP">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedCrossEntropy.html#OPCODE_CP">OPCODE_CP</a></code></td>
+<td class="colLast"><code>"wcemm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedCrossEntropyR.html" title="class in org.apache.sysds.lops">WeightedCrossEntropyR</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedCrossEntropyR.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedCrossEntropyR.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"redwcemm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedDivMM.html" title="class in org.apache.sysds.lops">WeightedDivMM</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedDivMM.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedDivMM.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapwdivmm"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedDivMM.OPCODE_CP">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedDivMM.html#OPCODE_CP">OPCODE_CP</a></code></td>
+<td class="colLast"><code>"wdivmm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedDivMMR.html" title="class in org.apache.sysds.lops">WeightedDivMMR</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedDivMMR.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedDivMMR.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"redwdivmm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedSigmoid.html" title="class in org.apache.sysds.lops">WeightedSigmoid</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedSigmoid.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedSigmoid.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapwsigmoid"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedSigmoid.OPCODE_CP">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedSigmoid.html#OPCODE_CP">OPCODE_CP</a></code></td>
+<td class="colLast"><code>"wsigmoid"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedSigmoidR.html" title="class in org.apache.sysds.lops">WeightedSigmoidR</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedSigmoidR.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedSigmoidR.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"redwsigmoid"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedSquaredLoss.html" title="class in org.apache.sysds.lops">WeightedSquaredLoss</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedSquaredLoss.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedSquaredLoss.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapwsloss"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedSquaredLoss.OPCODE_CP">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedSquaredLoss.html#OPCODE_CP">OPCODE_CP</a></code></td>
+<td class="colLast"><code>"wsloss"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedSquaredLossR.html" title="class in org.apache.sysds.lops">WeightedSquaredLossR</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedSquaredLossR.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedSquaredLossR.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"redwsloss"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedUnaryMM.html" title="class in org.apache.sysds.lops">WeightedUnaryMM</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedUnaryMM.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedUnaryMM.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"mapwumm"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedUnaryMM.OPCODE_CP">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedUnaryMM.html#OPCODE_CP">OPCODE_CP</a></code></td>
+<td class="colLast"><code>"wumm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.lops.<a href="org/apache/sysds/lops/WeightedUnaryMMR.html" title="class in org.apache.sysds.lops">WeightedUnaryMMR</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.lops.WeightedUnaryMMR.OPCODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/lops/WeightedUnaryMMR.html#OPCODE">OPCODE</a></code></td>
+<td class="colLast"><code>"redwumm"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.<a href="org/apache/sysds/parser/DataExpression.html" title="class in org.apache.sysds.parser">DataExpression</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.AUTHORPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#AUTHORPARAM">AUTHORPARAM</a></code></td>
+<td class="colLast"><code>"author"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.COLUMNBLOCKCOUNTPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#COLUMNBLOCKCOUNTPARAM">COLUMNBLOCKCOUNTPARAM</a></code></td>
+<td class="colLast"><code>"cols_in_block"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.CREATEDPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#CREATEDPARAM">CREATEDPARAM</a></code></td>
+<td class="colLast"><code>"created"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DATATYPEPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DATATYPEPARAM">DATATYPEPARAM</a></code></td>
+<td class="colLast"><code>"data_type"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_DELIM_DELIMITER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DEFAULT_DELIM_DELIMITER">DEFAULT_DELIM_DELIMITER</a></code></td>
+<td class="colLast"><code>","</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_DELIM_FILL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DEFAULT_DELIM_FILL">DEFAULT_DELIM_FILL</a></code></td>
+<td class="colLast"><code>true</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_DELIM_FILL_VALUE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DEFAULT_DELIM_FILL_VALUE">DEFAULT_DELIM_FILL_VALUE</a></code></td>
+<td class="colLast"><code>0.0</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_DELIM_HAS_HEADER_ROW">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DEFAULT_DELIM_HAS_HEADER_ROW">DEFAULT_DELIM_HAS_HEADER_ROW</a></code></td>
+<td class="colLast"><code>false</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_DELIM_SPARSE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DEFAULT_DELIM_SPARSE">DEFAULT_DELIM_SPARSE</a></code></td>
+<td class="colLast"><code>false</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_LIBSVM_INDEX_DELIM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DEFAULT_LIBSVM_INDEX_DELIM">DEFAULT_LIBSVM_INDEX_DELIM</a></code></td>
+<td class="colLast"><code>":"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_NA_STRINGS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DEFAULT_NA_STRINGS">DEFAULT_NA_STRINGS</a></code></td>
+<td class="colLast"><code>""</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DEFAULT_SCHEMAPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DEFAULT_SCHEMAPARAM">DEFAULT_SCHEMAPARAM</a></code></td>
+<td class="colLast"><code>"NULL"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DELIM_DELIMITER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DELIM_DELIMITER">DELIM_DELIMITER</a></code></td>
+<td class="colLast"><code>"sep"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DELIM_FILL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DELIM_FILL">DELIM_FILL</a></code></td>
+<td class="colLast"><code>"fill"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DELIM_FILL_VALUE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DELIM_FILL_VALUE">DELIM_FILL_VALUE</a></code></td>
+<td class="colLast"><code>"default"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DELIM_HAS_HEADER_ROW">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DELIM_HAS_HEADER_ROW">DELIM_HAS_HEADER_ROW</a></code></td>
+<td class="colLast"><code>"header"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DELIM_NA_STRING_SEP">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DELIM_NA_STRING_SEP">DELIM_NA_STRING_SEP</a></code></td>
+<td class="colLast"><code>"\u00b7"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DELIM_NA_STRINGS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DELIM_NA_STRINGS">DELIM_NA_STRINGS</a></code></td>
+<td class="colLast"><code>"naStrings"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DELIM_SPARSE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DELIM_SPARSE">DELIM_SPARSE</a></code></td>
+<td class="colLast"><code>"sparse"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.DESCRIPTIONPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#DESCRIPTIONPARAM">DESCRIPTIONPARAM</a></code></td>
+<td class="colLast"><code>"description"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.FED_ADDRESSES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#FED_ADDRESSES">FED_ADDRESSES</a></code></td>
+<td class="colLast"><code>"addresses"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.FED_RANGES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#FED_RANGES">FED_RANGES</a></code></td>
+<td class="colLast"><code>"ranges"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.FED_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#FED_TYPE">FED_TYPE</a></code></td>
+<td class="colLast"><code>"type"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.FINE_GRAINED_PRIVACY">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#FINE_GRAINED_PRIVACY">FINE_GRAINED_PRIVACY</a></code></td>
+<td class="colLast"><code>"fine_grained_privacy"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.FORMAT_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#FORMAT_TYPE">FORMAT_TYPE</a></code></td>
+<td class="colLast"><code>"format"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.HDF5_DATASET_NAME">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#HDF5_DATASET_NAME">HDF5_DATASET_NAME</a></code></td>
+<td class="colLast"><code>"dataset"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.IO_FILENAME">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#IO_FILENAME">IO_FILENAME</a></code></td>
+<td class="colLast"><code>"iofilename"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.LIBSVM_INDEX_DELIM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#LIBSVM_INDEX_DELIM">LIBSVM_INDEX_DELIM</a></code></td>
+<td class="colLast"><code>"indSep"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.PRIVACY">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#PRIVACY">PRIVACY</a></code></td>
+<td class="colLast"><code>"privacy"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_BY_ROW">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_BY_ROW">RAND_BY_ROW</a></code></td>
+<td class="colLast"><code>"byrow"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_COLS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_COLS">RAND_COLS</a></code></td>
+<td class="colLast"><code>"cols"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_DATA">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_DATA">RAND_DATA</a></code></td>
+<td class="colLast"><code>"data"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_DIMNAMES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_DIMNAMES">RAND_DIMNAMES</a></code></td>
+<td class="colLast"><code>"dimnames"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_DIMS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_DIMS">RAND_DIMS</a></code></td>
+<td class="colLast"><code>"dims"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_LAMBDA">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_LAMBDA">RAND_LAMBDA</a></code></td>
+<td class="colLast"><code>"lambda"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_MAX">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_MAX">RAND_MAX</a></code></td>
+<td class="colLast"><code>"max"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_MIN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_MIN">RAND_MIN</a></code></td>
+<td class="colLast"><code>"min"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_PDF">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_PDF">RAND_PDF</a></code></td>
+<td class="colLast"><code>"pdf"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_PDF_UNIFORM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_PDF_UNIFORM">RAND_PDF_UNIFORM</a></code></td>
+<td class="colLast"><code>"uniform"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_ROWS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_ROWS">RAND_ROWS</a></code></td>
+<td class="colLast"><code>"rows"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_SEED">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_SEED">RAND_SEED</a></code></td>
+<td class="colLast"><code>"seed"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.RAND_SPARSITY">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#RAND_SPARSITY">RAND_SPARSITY</a></code></td>
+<td class="colLast"><code>"sparsity"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.READCOLPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#READCOLPARAM">READCOLPARAM</a></code></td>
+<td class="colLast"><code>"cols"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.READNNZPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#READNNZPARAM">READNNZPARAM</a></code></td>
+<td class="colLast"><code>"nnz"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.READROWPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#READROWPARAM">READROWPARAM</a></code></td>
+<td class="colLast"><code>"rows"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.ROWBLOCKCOUNTPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#ROWBLOCKCOUNTPARAM">ROWBLOCKCOUNTPARAM</a></code></td>
+<td class="colLast"><code>"rows_in_block"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.SCHEMAPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#SCHEMAPARAM">SCHEMAPARAM</a></code></td>
+<td class="colLast"><code>"schema"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.SQL_CONN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#SQL_CONN">SQL_CONN</a></code></td>
+<td class="colLast"><code>"conn"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.SQL_PASS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#SQL_PASS">SQL_PASS</a></code></td>
+<td class="colLast"><code>"password"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.SQL_QUERY">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#SQL_QUERY">SQL_QUERY</a></code></td>
+<td class="colLast"><code>"query"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.SQL_USER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#SQL_USER">SQL_USER</a></code></td>
+<td class="colLast"><code>"user"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DataExpression.VALUETYPEPARAM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DataExpression.html#VALUETYPEPARAM">VALUETYPEPARAM</a></code></td>
+<td class="colLast"><code>"value_type"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.<a href="org/apache/sysds/parser/DMLProgram.html" title="class in org.apache.sysds.parser">DMLProgram</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DMLProgram.BUILTIN_NAMESPACE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DMLProgram.html#BUILTIN_NAMESPACE">BUILTIN_NAMESPACE</a></code></td>
+<td class="colLast"><code>".builtinNS"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DMLProgram.DEFAULT_NAMESPACE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DMLProgram.html#DEFAULT_NAMESPACE">DEFAULT_NAMESPACE</a></code></td>
+<td class="colLast"><code>".defaultNS"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.DMLProgram.INTERNAL_NAMESPACE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/DMLProgram.html#INTERNAL_NAMESPACE">INTERNAL_NAMESPACE</a></code></td>
+<td class="colLast"><code>"_internal"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.<a href="org/apache/sysds/parser/LanguageException.LanguageErrorCodes.html" title="class in org.apache.sysds.parser">LanguageException.LanguageErrorCodes</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.LanguageException.LanguageErrorCodes.INVALID_PARAMETERS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/LanguageException.LanguageErrorCodes.html#INVALID_PARAMETERS">INVALID_PARAMETERS</a></code></td>
+<td class="colLast"><code>"Invalid Parameters"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.LanguageException.LanguageErrorCodes.UNSUPPORTED_EXPRESSION">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/LanguageException.LanguageErrorCodes.html#UNSUPPORTED_EXPRESSION">UNSUPPORTED_EXPRESSION</a></code></td>
+<td class="colLast"><code>"Unsupported Expression"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.LanguageException.LanguageErrorCodes.UNSUPPORTED_PARAMETERS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/LanguageException.LanguageErrorCodes.html#UNSUPPORTED_PARAMETERS">UNSUPPORTED_PARAMETERS</a></code></td>
+<td class="colLast"><code>"Unsupported Parameters"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.<a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html" title="class in org.apache.sysds.parser">ParameterizedBuiltinFunctionExpression</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParameterizedBuiltinFunctionExpression.LINEAGE_TRACE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html#LINEAGE_TRACE">LINEAGE_TRACE</a></code></td>
+<td class="colLast"><code>"lineage"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParameterizedBuiltinFunctionExpression.TF_FN_PARAM_DATA">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html#TF_FN_PARAM_DATA">TF_FN_PARAM_DATA</a></code></td>
+<td class="colLast"><code>"target"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParameterizedBuiltinFunctionExpression.TF_FN_PARAM_MTD">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html#TF_FN_PARAM_MTD">TF_FN_PARAM_MTD</a></code></td>
+<td class="colLast"><code>"transformPath"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParameterizedBuiltinFunctionExpression.TF_FN_PARAM_MTD2">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html#TF_FN_PARAM_MTD2">TF_FN_PARAM_MTD2</a></code></td>
+<td class="colLast"><code>"meta"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParameterizedBuiltinFunctionExpression.TF_FN_PARAM_SPEC">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.html#TF_FN_PARAM_SPEC">TF_FN_PARAM_SPEC</a></code></td>
+<td class="colLast"><code>"spec"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.<a href="org/apache/sysds/parser/ParForStatementBlock.html" title="class in org.apache.sysds.parser">ParForStatementBlock</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.CHECK">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#CHECK">CHECK</a></code></td>
+<td class="colLast"><code>"check"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.DATA_PARTITIONER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#DATA_PARTITIONER">DATA_PARTITIONER</a></code></td>
+<td class="colLast"><code>"datapartitioner"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.EXEC_MODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#EXEC_MODE">EXEC_MODE</a></code></td>
+<td class="colLast"><code>"mode"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.INTERAL_FN_INDEX_COL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#INTERAL_FN_INDEX_COL">INTERAL_FN_INDEX_COL</a></code></td>
+<td class="colLast"><code>"__ixc"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.INTERAL_FN_INDEX_ROW">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#INTERAL_FN_INDEX_ROW">INTERAL_FN_INDEX_ROW</a></code></td>
+<td class="colLast"><code>"__ixr"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.OPT_LOG">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#OPT_LOG">OPT_LOG</a></code></td>
+<td class="colLast"><code>"log"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.OPT_MODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#OPT_MODE">OPT_MODE</a></code></td>
+<td class="colLast"><code>"opt"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.PAR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#PAR">PAR</a></code></td>
+<td class="colLast"><code>"par"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.PROFILE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#PROFILE">PROFILE</a></code></td>
+<td class="colLast"><code>"profile"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.RESULT_MERGE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#RESULT_MERGE">RESULT_MERGE</a></code></td>
+<td class="colLast"><code>"resultmerge"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.TASK_PARTITIONER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#TASK_PARTITIONER">TASK_PARTITIONER</a></code></td>
+<td class="colLast"><code>"taskpartitioner"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.ParForStatementBlock.TASK_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/ParForStatementBlock.html#TASK_SIZE">TASK_SIZE</a></code></td>
+<td class="colLast"><code>"tasksize"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.<a href="org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser">Statement</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.BOOLEAN_VALUE_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#BOOLEAN_VALUE_TYPE">BOOLEAN_VALUE_TYPE</a></code></td>
+<td class="colLast"><code>"boolean"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.DOUBLE_VALUE_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#DOUBLE_VALUE_TYPE">DOUBLE_VALUE_TYPE</a></code></td>
+<td class="colLast"><code>"double"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.FRAME_DATA_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#FRAME_DATA_TYPE">FRAME_DATA_TYPE</a></code></td>
+<td class="colLast"><code>"frame"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_FN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_FN">GAGG_FN</a></code></td>
+<td class="colLast"><code>"fn"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_FN_CM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_FN_CM">GAGG_FN_CM</a></code></td>
+<td class="colLast"><code>"centralmoment"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_FN_CM_ORDER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_FN_CM_ORDER">GAGG_FN_CM_ORDER</a></code></td>
+<td class="colLast"><code>"order"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_FN_COUNT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_FN_COUNT">GAGG_FN_COUNT</a></code></td>
+<td class="colLast"><code>"count"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_FN_MEAN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_FN_MEAN">GAGG_FN_MEAN</a></code></td>
+<td class="colLast"><code>"mean"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_FN_SUM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_FN_SUM">GAGG_FN_SUM</a></code></td>
+<td class="colLast"><code>"sum"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_FN_VARIANCE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_FN_VARIANCE">GAGG_FN_VARIANCE</a></code></td>
+<td class="colLast"><code>"variance"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_GROUPS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_GROUPS">GAGG_GROUPS</a></code></td>
+<td class="colLast"><code>"groups"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_NUM_GROUPS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_NUM_GROUPS">GAGG_NUM_GROUPS</a></code></td>
+<td class="colLast"><code>"ngroups"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_TARGET">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_TARGET">GAGG_TARGET</a></code></td>
+<td class="colLast"><code>"target"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.GAGG_WEIGHTS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#GAGG_WEIGHTS">GAGG_WEIGHTS</a></code></td>
+<td class="colLast"><code>"weights"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.INT_VALUE_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#INT_VALUE_TYPE">INT_VALUE_TYPE</a></code></td>
+<td class="colLast"><code>"int"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.MATRIX_DATA_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#MATRIX_DATA_TYPE">MATRIX_DATA_TYPE</a></code></td>
+<td class="colLast"><code>"matrix"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.OUTPUTSTATEMENT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#OUTPUTSTATEMENT">OUTPUTSTATEMENT</a></code></td>
+<td class="colLast"><code>"WRITE"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_AGGREGATION_FUN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_AGGREGATION_FUN">PS_AGGREGATION_FUN</a></code></td>
+<td class="colLast"><code>"agg"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_BATCH_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_BATCH_SIZE">PS_BATCH_SIZE</a></code></td>
+<td class="colLast"><code>"batchsize"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_CHECKPOINTING">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_CHECKPOINTING">PS_CHECKPOINTING</a></code></td>
+<td class="colLast"><code>"checkpointing"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_EPOCHS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_EPOCHS">PS_EPOCHS</a></code></td>
+<td class="colLast"><code>"epochs"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FEATURES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FEATURES">PS_FEATURES</a></code></td>
+<td class="colLast"><code>"features"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_AGGREGATION_FNAME">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FED_AGGREGATION_FNAME">PS_FED_AGGREGATION_FNAME</a></code></td>
+<td class="colLast"><code>"1701-NCC-aggregation_fname"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_BATCH_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FED_BATCH_SIZE">PS_FED_BATCH_SIZE</a></code></td>
+<td class="colLast"><code>"1701-NCC-batch_size"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_DATA_SIZE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FED_DATA_SIZE">PS_FED_DATA_SIZE</a></code></td>
+<td class="colLast"><code>"1701-NCC-data_size"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_GRADIENTS_FNAME">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FED_GRADIENTS_FNAME">PS_FED_GRADIENTS_FNAME</a></code></td>
+<td class="colLast"><code>"1701-NCC-gradients_fname"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_MODEL_VARID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FED_MODEL_VARID">PS_FED_MODEL_VARID</a></code></td>
+<td class="colLast"><code>"1701-NCC-model_varid"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_NAMESPACE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FED_NAMESPACE">PS_FED_NAMESPACE</a></code></td>
+<td class="colLast"><code>"1701-NCC-namespace"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_POSS_BATCHES_LOCAL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FED_POSS_BATCHES_LOCAL">PS_FED_POSS_BATCHES_LOCAL</a></code></td>
+<td class="colLast"><code>"1701-NCC-poss_batches_local"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_RUNTIME_BALANCING">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FED_RUNTIME_BALANCING">PS_FED_RUNTIME_BALANCING</a></code></td>
+<td class="colLast"><code>"runtime_balancing"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FED_WEIGHTING">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FED_WEIGHTING">PS_FED_WEIGHTING</a></code></td>
+<td class="colLast"><code>"weighting"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_FREQUENCY">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_FREQUENCY">PS_FREQUENCY</a></code></td>
+<td class="colLast"><code>"freq"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_GRADIENTS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_GRADIENTS">PS_GRADIENTS</a></code></td>
+<td class="colLast"><code>"gradients"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_HYPER_PARAMS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_HYPER_PARAMS">PS_HYPER_PARAMS</a></code></td>
+<td class="colLast"><code>"hyperparams"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_LABELS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_LABELS">PS_LABELS</a></code></td>
+<td class="colLast"><code>"labels"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_MODE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_MODE">PS_MODE</a></code></td>
+<td class="colLast"><code>"mode"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_MODEL">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_MODEL">PS_MODEL</a></code></td>
+<td class="colLast"><code>"model"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_MODELAVG">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_MODELAVG">PS_MODELAVG</a></code></td>
+<td class="colLast"><code>"modelAvg"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_NBATCHES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_NBATCHES">PS_NBATCHES</a></code></td>
+<td class="colLast"><code>"nbatches"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_PARALLELISM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_PARALLELISM">PS_PARALLELISM</a></code></td>
+<td class="colLast"><code>"k"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_SCHEME">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_SCHEME">PS_SCHEME</a></code></td>
+<td class="colLast"><code>"scheme"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_SEED">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_SEED">PS_SEED</a></code></td>
+<td class="colLast"><code>"seed"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_UPDATE_FUN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_UPDATE_FUN">PS_UPDATE_FUN</a></code></td>
+<td class="colLast"><code>"upd"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_UPDATE_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_UPDATE_TYPE">PS_UPDATE_TYPE</a></code></td>
+<td class="colLast"><code>"utype"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_VAL_FEATURES">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_VAL_FEATURES">PS_VAL_FEATURES</a></code></td>
+<td class="colLast"><code>"val_features"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_VAL_FUN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_VAL_FUN">PS_VAL_FUN</a></code></td>
+<td class="colLast"><code>"val"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.PS_VAL_LABELS">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#PS_VAL_LABELS">PS_VAL_LABELS</a></code></td>
+<td class="colLast"><code>"val_labels"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.SCALAR_DATA_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#SCALAR_DATA_TYPE">SCALAR_DATA_TYPE</a></code></td>
+<td class="colLast"><code>"scalar"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.SEQ_FROM">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#SEQ_FROM">SEQ_FROM</a></code></td>
+<td class="colLast"><code>"from"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.SEQ_INCR">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#SEQ_INCR">SEQ_INCR</a></code></td>
+<td class="colLast"><code>"incr"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.SEQ_TO">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#SEQ_TO">SEQ_TO</a></code></td>
+<td class="colLast"><code>"to"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.SETWD">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#SETWD">SETWD</a></code></td>
+<td class="colLast"><code>"setwd"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.SOURCE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#SOURCE">SOURCE</a></code></td>
+<td class="colLast"><code>"source"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.Statement.STRING_VALUE_TYPE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/Statement.html#STRING_VALUE_TYPE">STRING_VALUE_TYPE</a></code></td>
+<td class="colLast"><code>"string"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.dml.<a href="org/apache/sysds/parser/dml/DmlLexer.html" title="class in org.apache.sysds.parser.dml">DmlLexer</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer._serializedATN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#Z:Z_serializedATN">_serializedATN</a></code></td>
+<td class="colLast"><code>"\u0003\u0430\ud6d1\u8206\uad2d\u4417\uaef1\u8d80\uaadd\u0002H\u02bd\b\u0001\u0004\u0002\t\u0002\u0004\u0003\t\u0003\u0004\u0004\t\u0004\u0004\u0005\t\u0005\u0004\u0006\t\u0006\u0004\u0007\t\u0007\u0004\b\t\b\u0004\t\t\t\u0004\n\t\n\u0004\u000b\t\u000b\u0004\f\t\f\u0004\r\t\r\u0004\u000e\t\u000e\u0004\u000f\t\u000f\u0004\u0010\t\u0010\u0004\u0011\t\u0011\u0004\u0012\t\u0012\u0004\u0013\t\u0013\u0004\u0014\t\u0014\u0004\u0015\t\u0015\u0004\u0016\t\u0016\u0004\u00 [...]
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.ALPHABET">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#ALPHABET">ALPHABET</a></code></td>
+<td class="colLast"><code>64</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.COMMANDLINE_NAMED_ID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#COMMANDLINE_NAMED_ID">COMMANDLINE_NAMED_ID</a></code></td>
+<td class="colLast"><code>65</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.COMMANDLINE_POSITION_ID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#COMMANDLINE_POSITION_ID">COMMANDLINE_POSITION_ID</a></code></td>
+<td class="colLast"><code>66</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.DIGIT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#DIGIT">DIGIT</a></code></td>
+<td class="colLast"><code>63</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.DOUBLE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#DOUBLE">DOUBLE</a></code></td>
+<td class="colLast"><code>62</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.ID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#ID">ID</a></code></td>
+<td class="colLast"><code>60</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.INT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#INT">INT</a></code></td>
+<td class="colLast"><code>61</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.LINE_COMMENT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#LINE_COMMENT">LINE_COMMENT</a></code></td>
+<td class="colLast"><code>68</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.MULTILINE_BLOCK_COMMENT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#MULTILINE_BLOCK_COMMENT">MULTILINE_BLOCK_COMMENT</a></code></td>
+<td class="colLast"><code>69</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.STRING">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#STRING">STRING</a></code></td>
+<td class="colLast"><code>67</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__0">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__0">T__0</a></code></td>
+<td class="colLast"><code>1</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__1">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__1">T__1</a></code></td>
+<td class="colLast"><code>2</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__10">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__10">T__10</a></code></td>
+<td class="colLast"><code>11</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__11">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__11">T__11</a></code></td>
+<td class="colLast"><code>12</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__12">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__12">T__12</a></code></td>
+<td class="colLast"><code>13</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__13">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__13">T__13</a></code></td>
+<td class="colLast"><code>14</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__14">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__14">T__14</a></code></td>
+<td class="colLast"><code>15</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__15">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__15">T__15</a></code></td>
+<td class="colLast"><code>16</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__16">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__16">T__16</a></code></td>
+<td class="colLast"><code>17</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__17">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__17">T__17</a></code></td>
+<td class="colLast"><code>18</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__18">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__18">T__18</a></code></td>
+<td class="colLast"><code>19</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__19">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__19">T__19</a></code></td>
+<td class="colLast"><code>20</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__2">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__2">T__2</a></code></td>
+<td class="colLast"><code>3</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__20">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__20">T__20</a></code></td>
+<td class="colLast"><code>21</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__21">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__21">T__21</a></code></td>
+<td class="colLast"><code>22</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__22">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__22">T__22</a></code></td>
+<td class="colLast"><code>23</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__23">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__23">T__23</a></code></td>
+<td class="colLast"><code>24</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__24">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__24">T__24</a></code></td>
+<td class="colLast"><code>25</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__25">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__25">T__25</a></code></td>
+<td class="colLast"><code>26</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__26">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__26">T__26</a></code></td>
+<td class="colLast"><code>27</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__27">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__27">T__27</a></code></td>
+<td class="colLast"><code>28</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__28">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__28">T__28</a></code></td>
+<td class="colLast"><code>29</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__29">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__29">T__29</a></code></td>
+<td class="colLast"><code>30</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__3">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__3">T__3</a></code></td>
+<td class="colLast"><code>4</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__30">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__30">T__30</a></code></td>
+<td class="colLast"><code>31</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__31">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__31">T__31</a></code></td>
+<td class="colLast"><code>32</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__32">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__32">T__32</a></code></td>
+<td class="colLast"><code>33</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__33">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__33">T__33</a></code></td>
+<td class="colLast"><code>34</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__34">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__34">T__34</a></code></td>
+<td class="colLast"><code>35</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__35">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__35">T__35</a></code></td>
+<td class="colLast"><code>36</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__36">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__36">T__36</a></code></td>
+<td class="colLast"><code>37</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__37">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__37">T__37</a></code></td>
+<td class="colLast"><code>38</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__38">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__38">T__38</a></code></td>
+<td class="colLast"><code>39</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__39">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__39">T__39</a></code></td>
+<td class="colLast"><code>40</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__4">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__4">T__4</a></code></td>
+<td class="colLast"><code>5</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__40">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__40">T__40</a></code></td>
+<td class="colLast"><code>41</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__41">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__41">T__41</a></code></td>
+<td class="colLast"><code>42</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__42">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__42">T__42</a></code></td>
+<td class="colLast"><code>43</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__43">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__43">T__43</a></code></td>
+<td class="colLast"><code>44</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__44">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__44">T__44</a></code></td>
+<td class="colLast"><code>45</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__45">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__45">T__45</a></code></td>
+<td class="colLast"><code>46</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__46">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__46">T__46</a></code></td>
+<td class="colLast"><code>47</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__47">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__47">T__47</a></code></td>
+<td class="colLast"><code>48</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__48">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__48">T__48</a></code></td>
+<td class="colLast"><code>49</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__49">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__49">T__49</a></code></td>
+<td class="colLast"><code>50</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__5">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__5">T__5</a></code></td>
+<td class="colLast"><code>6</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__50">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__50">T__50</a></code></td>
+<td class="colLast"><code>51</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__51">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__51">T__51</a></code></td>
+<td class="colLast"><code>52</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__52">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__52">T__52</a></code></td>
+<td class="colLast"><code>53</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__53">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__53">T__53</a></code></td>
+<td class="colLast"><code>54</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__54">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__54">T__54</a></code></td>
+<td class="colLast"><code>55</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__55">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__55">T__55</a></code></td>
+<td class="colLast"><code>56</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__56">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__56">T__56</a></code></td>
+<td class="colLast"><code>57</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__57">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__57">T__57</a></code></td>
+<td class="colLast"><code>58</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__58">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__58">T__58</a></code></td>
+<td class="colLast"><code>59</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__6">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__6">T__6</a></code></td>
+<td class="colLast"><code>7</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__7">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__7">T__7</a></code></td>
+<td class="colLast"><code>8</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__8">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__8">T__8</a></code></td>
+<td class="colLast"><code>9</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.T__9">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#T__9">T__9</a></code></td>
+<td class="colLast"><code>10</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlLexer.WHITESPACE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlLexer.html#WHITESPACE">WHITESPACE</a></code></td>
+<td class="colLast"><code>70</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>org.apache.sysds.parser.dml.<a href="org/apache/sysds/parser/dml/DmlParser.html" title="class in org.apache.sysds.parser.dml">DmlParser</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser._serializedATN">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#Z:Z_serializedATN">_serializedATN</a></code></td>
+<td class="colLast"><code>"\u0003\u0430\ud6d1\u8206\uad2d\u4417\uaef1\u8d80\uaadd\u0003H\u0230\u0004\u0002\t\u0002\u0004\u0003\t\u0003\u0004\u0004\t\u0004\u0004\u0005\t\u0005\u0004\u0006\t\u0006\u0004\u0007\t\u0007\u0004\b\t\b\u0004\t\t\t\u0004\n\t\n\u0004\u000b\t\u000b\u0004\f\t\f\u0004\r\t\r\u0004\u000e\t\u000e\u0004\u000f\t\u000f\u0003\u0002\u0003\u0002\u0007\u0002!\n\u0002\f\u0002\u000e\u0002$\u000b\u0002\u0003\u0002\u0003\u0002\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u0003\u [...]
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.ALPHABET">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#ALPHABET">ALPHABET</a></code></td>
+<td class="colLast"><code>64</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.COMMANDLINE_NAMED_ID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#COMMANDLINE_NAMED_ID">COMMANDLINE_NAMED_ID</a></code></td>
+<td class="colLast"><code>65</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.COMMANDLINE_POSITION_ID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#COMMANDLINE_POSITION_ID">COMMANDLINE_POSITION_ID</a></code></td>
+<td class="colLast"><code>66</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.DIGIT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#DIGIT">DIGIT</a></code></td>
+<td class="colLast"><code>63</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.DOUBLE">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#DOUBLE">DOUBLE</a></code></td>
+<td class="colLast"><code>62</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.ID">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#ID">ID</a></code></td>
+<td class="colLast"><code>60</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.INT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#INT">INT</a></code></td>
+<td class="colLast"><code>61</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.LINE_COMMENT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#LINE_COMMENT">LINE_COMMENT</a></code></td>
+<td class="colLast"><code>68</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.MULTILINE_BLOCK_COMMENT">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#MULTILINE_BLOCK_COMMENT">MULTILINE_BLOCK_COMMENT</a></code></td>
+<td class="colLast"><code>69</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_dataIdentifier">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_dataIdentifier">RULE_dataIdentifier</a></code></td>
+<td class="colLast"><code>4</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_dataType">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_dataType">RULE_dataType</a></code></td>
+<td class="colLast"><code>13</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_expression">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_expression">RULE_expression</a></code></td>
+<td class="colLast"><code>5</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_functionStatement">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_functionStatement">RULE_functionStatement</a></code></td>
+<td class="colLast"><code>3</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_iterablePredicate">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_iterablePredicate">RULE_iterablePredicate</a></code></td>
+<td class="colLast"><code>2</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_ml_type">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_ml_type">RULE_ml_type</a></code></td>
+<td class="colLast"><code>11</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_parameterizedExpression">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_parameterizedExpression">RULE_parameterizedExpression</a></code></td>
+<td class="colLast"><code>8</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_programroot">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_programroot">RULE_programroot</a></code></td>
+<td class="colLast"><code>0</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_statement">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_statement">RULE_statement</a></code></td>
+<td class="colLast"><code>1</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_strictParameterizedExpression">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_strictParameterizedExpression">RULE_strictParameterizedExpression</a></code></td>
+<td class="colLast"><code>9</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_strictParameterizedKeyValueString">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_strictParameterizedKeyValueString">RULE_strictParameterizedKeyValueString</a></code></td>
+<td class="colLast"><code>10</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_typedArgAssign">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_typedArgAssign">RULE_typedArgAssign</a></code></td>
+<td class="colLast"><code>7</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_typedArgNoAssign">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_typedArgNoAssign">RULE_typedArgNoAssign</a></code></td>
+<td class="colLast"><code>6</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.RULE_valueType">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#RULE_valueType">RULE_valueType</a></code></td>
+<td class="colLast"><code>12</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.STRING">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#STRING">STRING</a></code></td>
+<td class="colLast"><code>67</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__0">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__0">T__0</a></code></td>
+<td class="colLast"><code>1</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__1">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__1">T__1</a></code></td>
+<td class="colLast"><code>2</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__10">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__10">T__10</a></code></td>
+<td class="colLast"><code>11</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__11">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__11">T__11</a></code></td>
+<td class="colLast"><code>12</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__12">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__12">T__12</a></code></td>
+<td class="colLast"><code>13</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__13">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__13">T__13</a></code></td>
+<td class="colLast"><code>14</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__14">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="org/apache/sysds/parser/dml/DmlParser.html#T__14">T__14</a></code></td>
+<td class="colLast"><code>15</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="org.apache.sysds.parser.dml.DmlParser.T__15">
+<!--   -->
... 1178485 lines suppressed ...