public class NaiveBayesV3 extends ModelBuilderSchema
| Modifier and Type | Field and Description |
|---|---|
int |
__http_status
HTTP status to return for this build.
|
java.lang.String |
_exclude_fields
Comma-separated list of JSON field paths to exclude from the result, used like: "/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"
|
java.lang.String |
algo
The algo name for this ModelBuilder.
|
java.lang.String |
algo_full_name
The pretty algo name for this ModelBuilder (e.g., Generalized Linear Model, rather than GLM).
|
ModelCategory[] |
can_build
Model categories this ModelBuilder can build.
|
int |
error_count
Count of parameter validation errors
|
JobV3 |
job
Job Key
|
ValidationMessageV3[] |
messages
Parameter validation messages
|
NaiveBayesParametersV3 |
parameters
Model builder parameters.
|
BuilderVisibility |
visibility
Should the builder always be visible, be marked as beta, or only visible if the user starts up with the experimental flag?
|
| Constructor and Description |
|---|
NaiveBayesV3() |
public NaiveBayesParametersV3 parameters
public java.lang.String algo
public java.lang.String algo_full_name
public ModelCategory[] can_build
public BuilderVisibility visibility
public JobV3 job
public ValidationMessageV3[] messages
public int error_count
public int __http_status
public java.lang.String _exclude_fields