DataSplitResult
class DataSplitResult extends Model (View source)
Properties
| protected | $evaluationTableType | ||
| protected | $evaluationTableDataType | ||
| protected | $testTableType | ||
| protected | $testTableDataType | ||
| protected | $trainingTableType | ||
| protected | $trainingTableDataType |
Methods
Details
setEvaluationTable(TableReference $evaluationTable)
No description
TableReference
getEvaluationTable()
No description
setTestTable(TableReference $testTable)
No description
TableReference
getTestTable()
No description
setTrainingTable(TableReference $trainingTable)
No description
TableReference
getTrainingTable()
No description