public final class InSampleAnomalyDetectionOptions extends Object
InSampleAnomalyDetection.| Constructor and Description | 
|---|
InSampleAnomalyDetectionOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
InferenceFactory | 
getInferenceFactory()
Gets the factory which is used to create inference engines during the in-sample anomaly detection process. 
 | 
int | 
getPartitions()
Gets the number of cross validation partitions to use. 
 | 
void | 
setInferenceFactory(InferenceFactory value)
Sets the factory which is used to create inference engines during the in-sample anomaly detection process. 
 | 
void | 
setPartitions(int value)
Sets the number of cross validation partitions to use. 
 | 
public int getPartitions()
public void setPartitions(int value)
public InferenceFactory getInferenceFactory()
public void setInferenceFactory(InferenceFactory value)
Copyright © 2021. All rights reserved.