PredictMethodOptions
in package
Handles options tied to prediction method.
Table of Contents
Properties
- $closeFile : bool
- $endpoint : Endpoint|null
- $pageOptions : PageOptions
- $predictOptions : PredictOptions
Methods
- __construct() : mixed
- Prediction method options.
- setCloseFile() : $this
- setEndpoint() : $this
- setPageOptions() : $this
- setPredictOptions() : $this
Properties
$closeFile
public
bool
$closeFile
Whether to close the file after parsing it.
$endpoint
public
Endpoint|null
$endpoint
Endpoint.
$pageOptions
public
PageOptions
$pageOptions
Page options.
$predictOptions
public
PredictOptions
$predictOptions
Prediction options.
Methods
__construct()
Prediction method options.
public
__construct() : mixed
setCloseFile()
public
setCloseFile(bool $closeFile) : $this
Parameters
- $closeFile : bool
-
Close file.
Return values
$thissetEndpoint()
public
setEndpoint(Endpoint $customEndpoint) : $this
Parameters
- $customEndpoint : Endpoint
-
Endpoint.
Return values
$thissetPageOptions()
public
setPageOptions(PageOptions $pageOptions) : $this
Parameters
- $pageOptions : PageOptions
-
Page Options.
Return values
$thissetPredictOptions()
public
setPredictOptions(PredictOptions $predictOptions) : $this
Parameters
- $predictOptions : PredictOptions
-
Prediction Options.