| Modifier and Type | Method and Description |
|---|---|
static MathContext |
MathContext.fromValue(String v) |
MathContext |
ForwardingModel.getMathContext() |
abstract MathContext |
Model.getMathContext() |
static MathContext |
MathContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MathContext[] |
MathContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ForwardingModel |
ForwardingModel.setMathContext(MathContext mathContext) |
abstract Model |
Model.setMathContext(MathContext mathContext) |
| Modifier and Type | Method and Description |
|---|---|
MathContext |
AnomalyDetectionModel.getMathContext() |
| Modifier and Type | Method and Description |
|---|---|
AnomalyDetectionModel |
AnomalyDetectionModel.setMathContext(MathContext mathContext) |
| Modifier and Type | Method and Description |
|---|---|
MathContext |
AssociationModel.getMathContext() |
| Modifier and Type | Method and Description |
|---|---|
AssociationModel |
AssociationModel.setMathContext(MathContext mathContext) |
| Modifier and Type | Method and Description |
|---|---|
MathContext |
BaselineModel.getMathContext() |
| Modifier and Type | Method and Description |
|---|---|
BaselineModel |
BaselineModel.setMathContext(MathContext mathContext) |
| Modifier and Type | Method and Description |
|---|---|
MathContext |
BayesianNetworkModel.getMathContext() |
| Modifier and Type | Method and Description |
|---|---|
BayesianNetworkModel |
BayesianNetworkModel.setMathContext(MathContext mathContext) |
| Modifier and Type | Method and Description |
|---|---|
MathContext |
ClusteringModel.getMathContext() |
| Modifier and Type | Method and Description |
|---|---|
ClusteringModel |
ClusteringModel.setMathContext(MathContext mathContext) |
| Modifier and Type | Method and Description |
|---|---|
MathContext |
GaussianProcessModel.getMathContext() |
| Modifier and Type | Method and Description |
|---|---|
GaussianProcessModel |
GaussianProcessModel.setMathContext(MathContext mathContext) |
| Modifier and Type | Method and Description |
|---|---|
MathContext |
GeneralRegressionModel.getMathContext() |
| Modifier and Type | Method and Description |
|---|---|
GeneralRegressionModel |
GeneralRegressionModel.setMathContext(MathContext mathContext) |
| Modifier and Type | Method and Description |
|---|---|
MathContext |
MiningModel.getMathContext() |
| Modifier and Type | Method and Description |
|---|---|
MiningModel |
MiningModel.setMathContext(MathContext mathContext) |
| Modifier and Type | Method and Description |
|---|---|
MathContext |
NaiveBayesModel.getMathContext() |
| Modifier and Type | Method and Description |
|---|---|
NaiveBayesModel |
NaiveBayesModel.setMathContext(MathContext mathContext) |
| Modifier and Type | Method and Description |
|---|---|
MathContext |
NearestNeighborModel.getMathContext() |
| Modifier and Type | Method and Description |
|---|---|
NearestNeighborModel |
NearestNeighborModel.setMathContext(MathContext mathContext) |
| Modifier and Type | Method and Description |
|---|---|
MathContext |
NeuralNetwork.getMathContext() |
| Modifier and Type | Method and Description |
|---|---|
NeuralNetwork |
NeuralNetwork.setMathContext(MathContext mathContext) |
| Modifier and Type | Method and Description |
|---|---|
MathContext |
RegressionModel.getMathContext() |
| Modifier and Type | Method and Description |
|---|---|
RegressionModel |
RegressionModel.setMathContext(MathContext mathContext) |
| Modifier and Type | Method and Description |
|---|---|
MathContext |
RuleSetModel.getMathContext() |
| Modifier and Type | Method and Description |
|---|---|
RuleSetModel |
RuleSetModel.setMathContext(MathContext mathContext) |
| Modifier and Type | Method and Description |
|---|---|
MathContext |
Scorecard.getMathContext() |
| Modifier and Type | Method and Description |
|---|---|
Scorecard |
Scorecard.setMathContext(MathContext mathContext) |
| Modifier and Type | Method and Description |
|---|---|
MathContext |
SequenceModel.getMathContext() |
| Modifier and Type | Method and Description |
|---|---|
SequenceModel |
SequenceModel.setMathContext(MathContext mathContext) |
| Modifier and Type | Method and Description |
|---|---|
MathContext |
SupportVectorMachineModel.getMathContext() |
| Modifier and Type | Method and Description |
|---|---|
SupportVectorMachineModel |
SupportVectorMachineModel.setMathContext(MathContext mathContext) |
| Modifier and Type | Method and Description |
|---|---|
MathContext |
TextModel.getMathContext() |
| Modifier and Type | Method and Description |
|---|---|
TextModel |
TextModel.setMathContext(MathContext mathContext) |
| Modifier and Type | Method and Description |
|---|---|
MathContext |
TimeSeriesModel.getMathContext() |
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesModel |
TimeSeriesModel.setMathContext(MathContext mathContext) |
| Modifier and Type | Method and Description |
|---|---|
MathContext |
TreeModel.getMathContext() |
| Modifier and Type | Method and Description |
|---|---|
TreeModel |
TreeModel.setMathContext(MathContext mathContext) |
Copyright © 2022. All rights reserved.