public static class PMMLBuilder.Verification extends Object
| Modifier and Type | Field and Description |
|---|---|
Double |
precision |
Double |
zeroThreshold |
| Modifier and Type | Method and Description |
|---|---|
org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> |
getDataset() |
Double |
getPrecision() |
Double |
getZeroThreshold() |
org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> |
getTransformedDataset() |
PMMLBuilder.Verification |
setPrecision(Double precision) |
PMMLBuilder.Verification |
setZeroThreshold(Double zeroThreshold) |
public org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> getDataset()
public org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> getTransformedDataset()
public Double getPrecision()
public PMMLBuilder.Verification setPrecision(Double precision)
public Double getZeroThreshold()
public PMMLBuilder.Verification setZeroThreshold(Double zeroThreshold)
Copyright © 2024. All rights reserved.