| 接口 | 说明 |
|---|---|
| HasOutputCol<T> |
An interface for classes with a parameter specifying the name of the output column.
|
| HasOutputColDefaultAsNull<T> |
An interface for classes with a parameter specifying name of the output column with a null
default value.
|
| HasOutputCols<T> |
An interface for classes with a parameter specifying names of multiple output columns.
|
| HasOutputColsDefaultAsNull<T> |
An interface for classes with a parameter specifying names of multiple output columns.
|
| HasPredictionCol<T> |
An interface for classes with a parameter specifying the column name of the prediction.
|
| HasPredictionDetailCol<T> |
An interface for classes with a parameter specifying the column name of prediction detail.
|
| HasReservedCols<T> |
An interface for classes with a parameter specifying the names of the columns to be retained in
the output table.
|
| HasSelectedCol<T> |
An interface for classes with a parameter specifying the name of the table column.
|
| HasSelectedColDefaultAsNull<T> |
An interface for classes with a parameter specifying the name of the table column with null
default value.
|
| HasSelectedCols<T> |
An interface for classes with a parameter specifying the name of multiple table columns.
|
| HasSelectedColsDefaultAsNull<T> |
An interface for classes with a parameter specifying the name of multiple table columns with null
default value.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.