B C D E F G H I M N O P R S T U V W X 
All Classes All Packages

B

Builder() - Constructor for class com.datarobot.prediction.TimeSeriesOptions.Builder
 
buildForecastDateRangeRequest() - Method in class com.datarobot.prediction.TimeSeriesOptions.Builder
 
buildForecastDateRangeRequest(String, String) - Method in class com.datarobot.prediction.TimeSeriesOptions.Builder
 
buildSingleForecastPointRequest() - Method in class com.datarobot.prediction.TimeSeriesOptions.Builder
 
buildSingleForecastPointRequest(String) - Method in class com.datarobot.prediction.TimeSeriesOptions.Builder
 

C

CLASS_LABELS - Static variable in class com.datarobot.prediction.Predictors.Constants
 
classificationScore(Row) - Method in interface com.datarobot.prediction.MulticlassPredictor
Deprecated.
Returns a map of class labels to probability for the given row.
ClassificationScoreEventInfo - Interface in com.datarobot.prediction
Interface for classification score event information.
com.datarobot.prediction - package com.datarobot.prediction
Package with all DataRobot predictors interfaces, data structures and predictors factories.
com.datarobot.prediction.compatible - package com.datarobot.prediction.compatible
Package with the duplication of interfaces from prediction, but these interfaces should be used when several scoring code jar files are added to your classpath.
com.datarobot.prediction.internal - package com.datarobot.prediction.internal
 
com.datarobot.transform.util - package com.datarobot.transform.util
 
computeExplanations(boolean) - Method in class com.datarobot.prediction.TimeSeriesOptions.Builder
 
computeIntervals(boolean) - Method in class com.datarobot.prediction.TimeSeriesOptions.Builder
 
Constants() - Constructor for class com.datarobot.prediction.Predictors.Constants
 

D

d - Variable in class com.datarobot.prediction.Row
Deprecated.
 
DATASET_NAME - Static variable in class com.datarobot.prediction.Predictors.Constants
 
DATE_FORMAT - Static variable in class com.datarobot.prediction.Predictors.Constants
 
DATE_INDEX_FIELD - Static variable in class com.datarobot.prediction.Predictors.Constants
 
dateColumnName - Variable in class com.datarobot.prediction.internal.TimeSeriesBase
 
dateFormat - Variable in class com.datarobot.prediction.internal.TimeSeriesBase
 
DEFAULT_PREDICTION_INTERVAL_LENGTH - Static variable in class com.datarobot.prediction.TimeSeriesOptions
 

E

Event<T extends EventInfo> - Interface in com.datarobot.prediction
Event interface, it has subscribers and could be invoked to notify subscribers only from the class where it is declared.
EventHandler<T extends EventInfo> - Interface in com.datarobot.prediction
Interface of the event handler, that describes how certain event could be handled.
EventInfo<SenderT> - Interface in com.datarobot.prediction
Generic interface for event info that should have the sender.
Explanation - Interface in com.datarobot.prediction
Interface for prediction explanation.
Explanation.ExplanationStrength - Enum in com.datarobot.prediction
Explanation Strength.
Explanation.ExplanationType - Enum in com.datarobot.prediction
Type of the explanation.
ExplanationParams - Interface in com.datarobot.prediction
Interface for parameters of the prediction explanations.
ExplanationParams.FeatureImpact<T> - Interface in com.datarobot.prediction
Interface for feature impact.
EXPOSURE - Static variable in class com.datarobot.prediction.Predictors.Constants
 
extractRows(ArrayList<Map<String, ?>>) - Method in class com.datarobot.prediction.internal.TimeSeriesBase
 

F

fdw - Variable in class com.datarobot.prediction.internal.TimeSeriesBase
 
FDW - Static variable in class com.datarobot.prediction.Predictors.Constants
 
FEATURE_LISTS - Static variable in class com.datarobot.prediction.Predictors.Constants
 
fw - Variable in class com.datarobot.prediction.internal.TimeSeriesBase
 
FW - Static variable in class com.datarobot.prediction.Predictors.Constants
 

G

get_double_predictors() - Method in interface com.datarobot.prediction.Predictor
Deprecated.
Get the names of the columns in order they should be set in @see Row.d
get_string_predictors() - Method in interface com.datarobot.prediction.Predictor
Deprecated.
Get the names of the columns in order they should be set in @see Row.d
getAllPredictors() - Static method in class com.datarobot.prediction.compatible.Predictors
See all predictors loaded in the classpath.
getAllPredictors() - Static method in class com.datarobot.prediction.Predictors
See all predictors loaded in the classpath.
getAllPredictors(ClassLoader) - Static method in class com.datarobot.prediction.compatible.Predictors
Retrieve all predictors from the classloader.
getAllPredictors(ClassLoader) - Static method in class com.datarobot.prediction.Predictors
Retrieve all predictors from the classloader.
getAllPredictorsFromJarFile(String) - Static method in class com.datarobot.prediction.Predictors
Retrieve all predictors from the jar file.
getClassLabels() - Method in interface com.datarobot.prediction.compatible.IClassificationPredictor
Model specific class labels that will be predicted.
getClassLabels() - Method in interface com.datarobot.prediction.IClassificationPredictor
Model specific class labels that will be predicted.
getDateColumnName() - Method in class com.datarobot.prediction.internal.TimeSeriesRegressionPredictorImpl
 
getDateColumnName() - Method in interface com.datarobot.prediction.ITimeSeriesModelInfo
Getter for Date Column Name.
getDateFormat() - Method in class com.datarobot.prediction.internal.TimeSeriesRegressionPredictorImpl
 
getDateFormat() - Method in interface com.datarobot.prediction.ITimeSeriesModelInfo
Expected date format for the input dates.
getDefaultPredictionExplanationParams() - Method in class com.datarobot.prediction.internal.TimeSeriesRegressionPredictorImpl
 
getDefaultPredictionExplanationParams() - Method in interface com.datarobot.prediction.IPredictorInfo
Retrieves default prediction explanation parameters.
getDRColumnNames(String[]) - Static method in class com.datarobot.transform.util.InputUtils
Get the internal column names for the data set.
getDuration() - Method in interface com.datarobot.prediction.ClassificationScoreEventInfo
Time of the executing the score.
getDuration() - Method in interface com.datarobot.prediction.RegressionScoreEventInfo
Time of the executing the score.
getDuration() - Method in interface com.datarobot.prediction.TimeSeriesRegressionScoreEventInfo
Time of the executing the score.
getExplanationParams() - Method in class com.datarobot.prediction.TimeSeriesOptions
 
getFeatureDerivationWindow() - Method in class com.datarobot.prediction.internal.TimeSeriesRegressionPredictorImpl
 
getFeatureDerivationWindow() - Method in interface com.datarobot.prediction.ITimeSeriesModelInfo
Getter for Feature Derivation Interval (FDW).
getFeatureImpact() - Method in interface com.datarobot.prediction.ExplanationParams
Getter for feature impact.
getFeatureName() - Method in interface com.datarobot.prediction.Explanation
Name of the feature.
getFeatureName() - Method in interface com.datarobot.prediction.ExplanationParams.FeatureImpact
Getter for feature name.
getFeatures() - Method in interface com.datarobot.prediction.compatible.IPredictorInfo
Model specific features that are required for scoring.
getFeatures() - Method in class com.datarobot.prediction.internal.TimeSeriesRegressionPredictorImpl
 
getFeatures() - Method in interface com.datarobot.prediction.IPredictorInfo
Model specific features that are required for scoring.
getFeatureValue() - Method in interface com.datarobot.prediction.Explanation
Feature value.
getFeatureValues() - Method in interface com.datarobot.prediction.ExplanationParams.FeatureImpact
Getter for values of the feature.
getForecastDistance() - Method in interface com.datarobot.prediction.TimeSeriesScore
Getter for Forecast Distance.
getForecastPoint() - Method in class com.datarobot.prediction.TimeSeriesOptions
 
getForecastPoint() - Method in interface com.datarobot.prediction.TimeSeriesScore
Getter for Forecast Point.
getForecastTimestamp() - Method in interface com.datarobot.prediction.TimeSeriesScore
Getter for Forecasting Date.
getForecastWindow() - Method in class com.datarobot.prediction.internal.TimeSeriesRegressionPredictorImpl
 
getForecastWindow() - Method in interface com.datarobot.prediction.ITimeSeriesModelInfo
Getter for Forecast Interval.
getInferenceOptions() - Method in interface com.datarobot.prediction.TimeSeriesRegressionScoreEventInfo
 
getInput() - Method in interface com.datarobot.prediction.ClassificationScoreEventInfo
Getter for the inputs wuth wich the results were computed.
getInput() - Method in interface com.datarobot.prediction.RegressionScoreEventInfo
Getter for inputs with which the score was computed.
getInput() - Method in interface com.datarobot.prediction.TimeSeriesRegressionScoreEventInfo
 
getInterval() - Method in interface com.datarobot.prediction.TimeSeriesScore
Prediction interval
getMaxCodes() - Method in interface com.datarobot.prediction.ExplanationParams
Getter for the max number of explanations to return.
getModelId() - Method in interface com.datarobot.prediction.compatible.IPredictorInfo
DataRobot Model ID.
getModelId() - Method in class com.datarobot.prediction.internal.TimeSeriesRegressionPredictorImpl
 
getModelId() - Method in interface com.datarobot.prediction.IPredictorInfo
DataRobot Model ID.
getModelInfo() - Method in class com.datarobot.prediction.internal.TimeSeriesRegressionPredictorImpl
 
getModelInfo() - Method in interface com.datarobot.prediction.IPredictorInfo
Map with different model information.
getOutput() - Method in interface com.datarobot.prediction.ClassificationScoreEventInfo
Getter for the classification scoring results.
getOutput() - Method in interface com.datarobot.prediction.RegressionScoreEventInfo
Getter for the regression score.
getOutput() - Method in interface com.datarobot.prediction.TimeSeriesRegressionScoreEventInfo
 
getPredictionEndDate() - Method in class com.datarobot.prediction.TimeSeriesOptions
 
getPredictionExplanation() - Method in interface com.datarobot.prediction.Score
Getter for explanations.
getPredictionIntervalLength() - Method in class com.datarobot.prediction.TimeSeriesOptions
 
getPredictionStartDate() - Method in class com.datarobot.prediction.TimeSeriesOptions
 
getPredictor() - Static method in class com.datarobot.prediction.compatible.Predictors
Retrieve a single DataRobot model, if it is the only one in classpath.
getPredictor() - Static method in class com.datarobot.prediction.Predictors
Retrieve a single DataRobot model, if it is the only one in classpath.
getPredictor(ClassLoader) - Static method in class com.datarobot.prediction.compatible.Predictors
Retrieve a single DataRobot model, if it is the only one in the specified classloader.
getPredictor(ClassLoader) - Static method in class com.datarobot.prediction.Predictors
Retrieve a single DataRobot model, if it is the only one in the specified classloader.
getPredictor(String) - Static method in class com.datarobot.prediction.compatible.Predictors
Get DataRobot model by modelId.
getPredictor(String) - Static method in class com.datarobot.prediction.Predictors
Get DataRobot model by modelId.
getPredictor(String, ClassLoader) - Static method in class com.datarobot.prediction.compatible.Predictors
Get DataRobot model from the classloader by model id.
getPredictor(String, ClassLoader) - Static method in class com.datarobot.prediction.Predictors
Get DataRobot model from the classloader by model id.
getPredictorClass() - Method in interface com.datarobot.prediction.compatible.IPredictorInfo
What the type of the model
getPredictorClass() - Method in class com.datarobot.prediction.internal.TimeSeriesRegressionPredictorImpl
 
getPredictorClass() - Method in interface com.datarobot.prediction.IPredictorInfo
What the type of the model
getPredictorFromJarFile(String) - Static method in class com.datarobot.prediction.Predictors
Retrieve a single DataRobot model, if it is the only one in classpath.
getPredictorFromJarFile(String, String) - Static method in class com.datarobot.prediction.Predictors
Get DataRobot model from the jar file by model id.
getSanitizedColumnName(String) - Static method in class com.datarobot.transform.util.InputUtils
 
getScore() - Method in interface com.datarobot.prediction.Score
Getter for the score.
getScoreEvent() - Method in interface com.datarobot.prediction.IEventProvider
Returns the event that is invoked for each of the score calculated by the model.
getScoreEvent() - Method in class com.datarobot.prediction.internal.TimeSeriesRegressionPredictorImpl
 
getSender() - Method in interface com.datarobot.prediction.EventInfo
Getter for the sender of the event.
getSeriesId() - Method in interface com.datarobot.prediction.TimeSeriesScore
Getter for Series Id.
getSeriesIdColumnName() - Method in class com.datarobot.prediction.internal.TimeSeriesRegressionPredictorImpl
 
getSeriesIdColumnName() - Method in interface com.datarobot.prediction.ITimeSeriesModelInfo
Getter for Series ID Column Name.
getStrength() - Method in interface com.datarobot.prediction.Explanation
Returns intuitively understandable String that represents strength relative to all computed explanations.
getStrengthScore() - Method in interface com.datarobot.prediction.Explanation
Some abstract score based on which we selected this feature with its value.
getSubscribers() - Method in interface com.datarobot.prediction.Event
Getter for subscribers.
getThresholdHigh() - Method in interface com.datarobot.prediction.ExplanationParams
Getter for high threshold.
getThresholdLow() - Method in interface com.datarobot.prediction.ExplanationParams
Getter for low threshold.
getTimeStep() - Method in class com.datarobot.prediction.internal.TimeSeriesRegressionPredictorImpl
 
getTimeStep() - Method in interface com.datarobot.prediction.ITimeSeriesModelInfo
Getter for Time Step.
getType() - Method in interface com.datarobot.prediction.Explanation
Returns the type of the prediction explanation.
getType() - Method in interface com.datarobot.prediction.ExplanationParams
Getter for the type of explanations.
getWeights() - Method in interface com.datarobot.prediction.ExplanationParams.FeatureImpact
Getter for weights.

H

handle(T) - Method in interface com.datarobot.prediction.EventHandler
Handles the invocation of the event with eventInfo.

I

IClassificationPredictor - Interface in com.datarobot.prediction.compatible
Interface for multi class and binary classification models.
IClassificationPredictor - Interface in com.datarobot.prediction
Interface for multi class and binary classification models.
IEventProvider<ScoreEventT extends EventInfo> - Interface in com.datarobot.prediction
Interface that will allow to subscribe for scoring events for logging, tracking results.
InputUtils - Class in com.datarobot.transform.util
 
InputUtils() - Constructor for class com.datarobot.transform.util.InputUtils
 
IPredictorInfo - Interface in com.datarobot.prediction.compatible
Interface with common information for all models.
IPredictorInfo - Interface in com.datarobot.prediction
Interface with common information for all models.
IRegressionPredictor - Interface in com.datarobot.prediction.compatible
Interface for Regression models.
IRegressionPredictor - Interface in com.datarobot.prediction
Interface for Regression models.
IS_TIME_SERIES - Static variable in class com.datarobot.prediction.Predictors.Constants
 
isComputeExplanations() - Method in class com.datarobot.prediction.TimeSeriesOptions
 
isComputeIntervals() - Method in class com.datarobot.prediction.TimeSeriesOptions
 
isHistoricalPredictions() - Method in class com.datarobot.prediction.TimeSeriesOptions
 
isNull(String) - Static method in class com.datarobot.transform.util.InputUtils
Checks whether an input value is considered to be null.
isSingleForecastPointRequest() - Method in class com.datarobot.prediction.TimeSeriesOptions
 
ITimeSeriesModelInfo - Interface in com.datarobot.prediction
Time Series Models Specific Information.
ITimeSeriesRegressionPredictor - Interface in com.datarobot.prediction
Time-Series Regression Predictor interface.

M

METRIC - Static variable in class com.datarobot.prediction.Predictors.Constants
 
MINUS_MEDIUM - com.datarobot.prediction.Explanation.ExplanationStrength
 
MINUS_SMALL - com.datarobot.prediction.Explanation.ExplanationStrength
 
MINUS_STRONG - com.datarobot.prediction.Explanation.ExplanationStrength
 
MINUS_ZERO - com.datarobot.prediction.Explanation.ExplanationStrength
 
MODEL_ID - Static variable in class com.datarobot.prediction.Predictors.Constants
 
MODEL_NAME - Static variable in class com.datarobot.prediction.Predictors.Constants
 
MODEL_TYPE - Static variable in class com.datarobot.prediction.Predictors.Constants
 
MulticlassPredictor - Interface in com.datarobot.prediction
Deprecated.
Please retrain your model and use the IClassificationPredictor interface instead.

N

NEGATIVE_CLASS - Static variable in class com.datarobot.prediction.Predictors.Constants
 
newBuilder() - Static method in class com.datarobot.prediction.TimeSeriesOptions
 

O

OFFSET - Static variable in class com.datarobot.prediction.Predictors.Constants
 

P

PLUS_MEDIUM - com.datarobot.prediction.Explanation.ExplanationStrength
 
PLUS_SMALL - com.datarobot.prediction.Explanation.ExplanationStrength
 
PLUS_STRONG - com.datarobot.prediction.Explanation.ExplanationStrength
 
PLUS_ZERO - com.datarobot.prediction.Explanation.ExplanationStrength
 
POSITIVE_CLASS - Static variable in class com.datarobot.prediction.Predictors.Constants
 
Predictor - Interface in com.datarobot.prediction
Deprecated.
Please retrain your model and use the IRegressionPredictor interface instead.
Predictors - Class in com.datarobot.prediction.compatible
Class for managing DataRobot models.
Predictors - Class in com.datarobot.prediction
Class with basic factory methods for initializing and discover models.
Predictors() - Constructor for class com.datarobot.prediction.compatible.Predictors
 
Predictors.Constants - Class in com.datarobot.prediction
 
PROJECT_CREATION_TIME - Static variable in class com.datarobot.prediction.Predictors.Constants
 
PROJECT_ID - Static variable in class com.datarobot.prediction.Predictors.Constants
 
PROJECT_NAME - Static variable in class com.datarobot.prediction.Predictors.Constants
 

R

RegressionScoreEventInfo - Interface in com.datarobot.prediction
Interface for regression score event info.
Row - Class in com.datarobot.prediction
Deprecated.
Please use map based data structure for features with new scoring interfaces.
Row() - Constructor for class com.datarobot.prediction.Row
Deprecated.
 

S

s - Variable in class com.datarobot.prediction.Row
Deprecated.
 
score(Row) - Method in interface com.datarobot.prediction.Predictor
Deprecated.
Predicts a single row.
score(Iterable<?>) - Method in interface com.datarobot.prediction.compatible.IClassificationPredictor
Scores a single row.
score(Iterable<?>) - Method in interface com.datarobot.prediction.compatible.IRegressionPredictor
Scores a single row.
score(Iterable<?>) - Method in interface com.datarobot.prediction.IClassificationPredictor
Scores a single row.
score(Iterable<?>) - Method in interface com.datarobot.prediction.IRegressionPredictor
Scores a single row.
score(ArrayList<Row>, TimeSeriesOptions) - Method in interface com.datarobot.prediction.TimeSeriesPredictor
Deprecated.
Generalized method for calculating predictions could be used for any type of predictions.
score(ArrayList<Map<String, ?>>) - Method in class com.datarobot.prediction.internal.TimeSeriesRegressionPredictorImpl
 
score(ArrayList<Map<String, ?>>) - Method in interface com.datarobot.prediction.ITimeSeriesRegressionPredictor
Calculates score for the Time-Series rows.
score(ArrayList<Map<String, ?>>, TimeSeriesOptions) - Method in class com.datarobot.prediction.internal.TimeSeriesRegressionPredictorImpl
 
score(ArrayList<Map<String, ?>>, TimeSeriesOptions) - Method in interface com.datarobot.prediction.ITimeSeriesRegressionPredictor
Generalized method for calculating predictons could be used for any type of predictions.
score(ArrayList<Map<String, ?>>, String) - Method in class com.datarobot.prediction.internal.TimeSeriesRegressionPredictorImpl
 
score(ArrayList<Map<String, ?>>, String) - Method in interface com.datarobot.prediction.ITimeSeriesRegressionPredictor
Calculates score for the Time-Series rows.
score(ArrayList<Map<String, ?>>, String, String) - Method in class com.datarobot.prediction.internal.TimeSeriesRegressionPredictorImpl
 
score(ArrayList<Map<String, ?>>, String, String) - Method in interface com.datarobot.prediction.ITimeSeriesRegressionPredictor
Calculates historical scores for the Time-Series rows.
score(Map<String, ?>) - Method in interface com.datarobot.prediction.compatible.IClassificationPredictor
Scores a single row.
score(Map<String, ?>) - Method in interface com.datarobot.prediction.compatible.IRegressionPredictor
Scores a single row.
score(Map<String, ?>) - Method in interface com.datarobot.prediction.IClassificationPredictor
Scores a single row.
score(Map<String, ?>) - Method in interface com.datarobot.prediction.IRegressionPredictor
Scores a single row.
Score<ScoreT> - Interface in com.datarobot.prediction
 
scoreWithExplanations(Iterable<?>) - Method in interface com.datarobot.prediction.IClassificationPredictor
Scoring with the default prediction explanations parameters.
scoreWithExplanations(Iterable<?>) - Method in interface com.datarobot.prediction.IRegressionPredictor
Scoring with the default prediction explanations parameters.
scoreWithExplanations(Iterable<?>, ExplanationParams) - Method in interface com.datarobot.prediction.IClassificationPredictor
Scoring with some overridden prediction explanation parameters.
scoreWithExplanations(Iterable<?>, ExplanationParams) - Method in interface com.datarobot.prediction.IRegressionPredictor
Scoring with some overriden prediction explanation parameters.
scoreWithExplanations(Map<String, ?>) - Method in interface com.datarobot.prediction.IClassificationPredictor
Scoring with the default prediction explanations parameters.
scoreWithExplanations(Map<String, ?>) - Method in interface com.datarobot.prediction.IRegressionPredictor
Scoring with the default prediction explanations parameters.
scoreWithExplanations(Map<String, ?>, ExplanationParams) - Method in interface com.datarobot.prediction.IClassificationPredictor
Scoring with some overridden prediction explanation parameters.
scoreWithExplanations(Map<String, ?>, ExplanationParams) - Method in interface com.datarobot.prediction.IRegressionPredictor
Scoring with some overriden prediction explanation parameters.
SERIES_ID_COLUMN - Static variable in class com.datarobot.prediction.Predictors.Constants
 
seriesIdColumnName - Variable in class com.datarobot.prediction.internal.TimeSeriesBase
 
setExplanationsParams(ExplanationParams) - Method in class com.datarobot.prediction.TimeSeriesOptions.Builder
 
setPredictionIntervalLength(Integer) - Method in class com.datarobot.prediction.TimeSeriesOptions.Builder
 
stringToDouble(String) - Static method in class com.datarobot.transform.util.InputUtils
Convert an input string to a double.
stringToDouble(String, double) - Static method in class com.datarobot.transform.util.InputUtils
Convert an input string to a double.
subscribe(EventHandler<T>) - Method in interface com.datarobot.prediction.Event
Subscribe for the event to be notified if it is raised.

T

TARGET - Static variable in class com.datarobot.prediction.Predictors.Constants
 
TIME_STEP - Static variable in class com.datarobot.prediction.Predictors.Constants
 
TimeSeriesBase - Class in com.datarobot.prediction.internal
 
TimeSeriesBase(TimeSeriesPredictor) - Constructor for class com.datarobot.prediction.internal.TimeSeriesBase
 
TimeSeriesOptions - Class in com.datarobot.prediction
Class to store all parameters for computing predictions for TS models.
TimeSeriesOptions.Builder - Class in com.datarobot.prediction
 
TimeSeriesPredictor - Interface in com.datarobot.prediction
Deprecated.
Please use ITimeSeriesRegressionPredictor instead, this class is used for internal usage.
TimeSeriesRegressionPredictorImpl - Class in com.datarobot.prediction.internal
 
TimeSeriesRegressionPredictorImpl(TimeSeriesPredictor) - Constructor for class com.datarobot.prediction.internal.TimeSeriesRegressionPredictorImpl
 
TimeSeriesRegressionScoreEventInfo - Interface in com.datarobot.prediction
 
TimeSeriesScore<ResultT> - Interface in com.datarobot.prediction
Class that contains Time Series Scores.
timeStep - Variable in class com.datarobot.prediction.internal.TimeSeriesBase
 
toString() - Method in enum com.datarobot.prediction.Explanation.ExplanationStrength
 
TRAINING_SET_PERCENTAGE - Static variable in class com.datarobot.prediction.Predictors.Constants
 

U

unsubscribe(EventHandler<T>) - Method in interface com.datarobot.prediction.Event
Unsubscribe from the handling the invocation of this event.

V

valueOf(String) - Static method in enum com.datarobot.prediction.Explanation.ExplanationStrength
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datarobot.prediction.Explanation.ExplanationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.datarobot.prediction.Explanation.ExplanationStrength
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datarobot.prediction.Explanation.ExplanationType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withFeatureImpact(Map<String, ExplanationParams.FeatureImpact<?>>) - Method in interface com.datarobot.prediction.ExplanationParams
Setter for the feature impact.
withMaxCodes(int) - Method in interface com.datarobot.prediction.ExplanationParams
Setter for max codes.
withThresholdHigh(double) - Method in interface com.datarobot.prediction.ExplanationParams
Setter for high threshold.
withThresholdLow(double) - Method in interface com.datarobot.prediction.ExplanationParams
Setter for low threshold.
withType(Explanation.ExplanationType) - Method in interface com.datarobot.prediction.ExplanationParams
Setter for the type of explanations

X

XEMP - com.datarobot.prediction.Explanation.ExplanationType
 
B C D E F G H I M N O P R S T U V W X 
All Classes All Packages