All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbstractComputable |
|
| AbstractFunction |
|
| AffinityDistribution<V extends Number> |
|
| AggregableMap<K,V> |
|
| AggregateFunction |
|
| AggregateProbabilityDistribution<V extends Number> |
|
| AggregateScore<V extends Number> |
|
| AggregateVoteDistribution<V extends Number> |
|
| ArithmeticFunction |
|
| ArrayUtil |
|
| Association |
|
| AssociationModelEvaluator |
|
| AttributeFinalizerBattery |
|
| AttributeInternerBattery |
|
| AttributeOptimizerBattery |
|
| BinaryFunction |
|
| BooleanFunction |
|
| CacheUtil |
|
| CategoricalResultFeature<K> |
A common superinterface for categorical result features.
|
| CategoricalValue |
|
| Classification<K,V extends Number> |
|
| Classification.Type |
|
| ClusterAffinityDistribution<V extends Number> |
|
| ClusteringModelEvaluator |
|
| CollectionValue |
|
| ColumnCollector |
|
| ComparisonFunction |
|
| ComplexDoubleVector |
|
| ComplexFloatVector |
|
| ComplexScorecardScore<V extends Number> |
|
| ComplexTreeModelEvaluator |
|
| Computable |
|
| ConfidenceDistribution<V extends Number> |
|
| Configuration |
|
| ConfigurationBuilder |
|
| ContinuousValue |
|
| DefaultDataField |
|
| DefineFunctionEvaluationContext |
|
| DisableReasonCodesTransformer |
|
| DiscreteValue |
|
| DiscretizationUtil |
|
| DistanceDistribution<V extends Number> |
|
| DistributionUtil |
|
| DoubleMathFunction |
|
| DoubleValue |
|
| DoubleVector |
|
| DuplicateFieldException |
Thrown to indicate that a field name resolves to more than one field in the current context.
|
| DuplicateFieldValueException |
Thrown to indicate that a field value is declared by two or more fields.
|
| ElementFinalizerBattery |
|
| ElementInternerBattery |
|
| ElementOptimizerBattery |
|
| EnsureClassificationMethodTransformer |
A PMML transformer that ensures the availability of correct SupportVectorMachineModel.getClassificationMethod() attribute.
|
| EntityClassification<E extends org.dmg.pmml.Entity<String>,K,V extends Number> |
|
| EntityUtil |
|
| EqualityFunction |
|
| EvaluationContext |
|
| EvaluationException |
Thrown to indicate an abrupt termination of the evaluation operation.
|
| Evaluator |
Performs the evaluation of a Model.
|
| EvaluatorBuilder |
|
| EvaluatorFunction |
|
| EvaluatorUtil |
|
| ExpressionUtil |
|
| ExtensionUtil |
|
| ExtractBayesInputsTransformer |
A PMML transformer that extracts BayesInput elements from Extension elements.
|
| FieldNameSet |
|
| FieldUtil |
|
| FieldValue |
A field value representation that meets the requirements of PMML type system.
|
| FieldValues |
|
| FieldValueUtil |
|
| FloatValue |
|
| FloatVector |
|
| Function |
A common superinterface for PMML built-in functions and Java user-defined functions.
|
| Functionality |
|
| FunctionException |
Thrown to indicate an incorrect function invocation.
|
| FunctionNameStack |
|
| FunctionRegistry |
A registry of Java user-defined functions (Java UDFs).
|
| Functions |
|
| GeneralRegressionModelEvaluator |
|
| GeneralRegressionModelUtil |
|
| HasAffinity |
A marker interface for classification or clustering results that provide an affinity distribution.
|
| HasAffinityRanking |
|
| HasConfidence |
A marker interface for classification results that provide a confidence distribution.
|
| HasDecisionPath |
|
| HasDisplayValue |
|
| HasEntityAffinity |
|
| HasEntityId |
A marker interface for results that are associated with a "winning" Entity.
|
| HasEntityIdRanking |
|
| HasEntityRegistry<E extends org.dmg.pmml.Entity<?>> |
|
| HasGroupFields |
A marker interface for models that expect the application to group
many scalar-valued data records to a single collection-valued data record.
|
| HasInputFields |
|
| HasModel<M extends org.dmg.pmml.Model> |
A marker interface for Evaluator implementations that are backed by an in-memory Model object.
|
| HasNodeRegistry |
|
| HasOrderFields |
A marker interface for models that expect the application to group and order
many scalar-valued data records to a single ordered collection-type data record.
|
| HasPartialScores |
|
| HasPMML |
A marker interface for Evaluator implementations that are backed by an in-memory PMML object.
|
| HasPrediction |
|
| HasProbability |
A marker interface for classification results that provide a probability distribution.
|
| HasReasonCodeRanking |
|
| HasReport |
|
| HasResultFields |
|
| HasRuleValues |
|
| HasSegmentResults |
|
| IndexableUtil |
|
| InlineTableUtil |
|
| InputField |
|
| InputFieldUtil |
|
| InputTypeInfo |
|
| InternerUtil |
|
| InvalidArgumentException |
|
| InvalidArgumentListException |
|
| InvisibleFieldException |
Thrown to indicate that a field is not visible in the current context.
|
| JavaExpression |
|
| JavaModel |
|
| JavaModelEvaluator |
|
| JavaPredicate |
|
| KernelUtil |
|
| KeyValueAggregator<K,V extends Number> |
|
| LaggableMap<K,V> |
|
| LoadingModelEvaluatorBuilder |
|
| LogicalFunction |
|
| MapHolder<V> |
|
| MapHolderParser |
|
| MathFunction |
|
| MathUtil |
|
| MatrixUtil |
|
| MeanFunction |
A Java UDF for calculating the mean of a collection of values.
|
| MeasureUtil |
|
| MiningModelEvaluationContext |
|
| MiningModelEvaluator |
|
| MiningModelUtil |
|
| MissingArgumentException |
|
| MissingFieldException |
Thrown to indicate that a field name cannot be resolved to a field in the current context.
|
| MissingFieldValueException |
Thrown to indicate that a field value is not declared.
|
| MissingValueTolerant |
A marker interface for functions that accept missing values as valid arguments.
|
| ModelEvaluationContext |
|
| ModelEvaluator<M extends org.dmg.pmml.Model> |
|
| ModelEvaluatorBuilder |
|
| ModelEvaluatorFactory |
|
| ModelEvaluatorVisitorBattery |
A top-level Visitor battery that combines all known mid- and low-level Visitor batteries.
|
| ModelField |
A common superclass for all model fields.
|
| ModelManager<M extends org.dmg.pmml.Model> |
|
| ModelManagerFactory<S extends ModelManager<?>> |
|
| MultiaryFunction |
|
| NaiveBayesModelEvaluator |
|
| NearestNeighborModelEvaluator |
|
| NeuralNetworkEvaluator |
|
| NeuralNetworkUtil |
|
| NeuronProbabilityDistribution<V extends Number> |
|
| NodeResolver |
|
| NodeScore<V extends Number> |
|
| NodeScoreDistribution<V extends Number> |
|
| NodeScoreParser |
A Visitor that pre-parses the score attribute of regression-type tree models.
|
| NodeVote |
|
| NormalDistributionUtil |
|
| NormalizationUtil |
|
| NotImplementedException |
|
| Numbers |
|
| NumberUtil |
|
| Operation |
|
| OrdinalValue |
|
| OutputField |
|
| OutputFilter |
|
| OutputFilters |
|
| OutputUtil |
|
| PartialScore |
|
| PercentileFunction |
A Java UDF for calculating the n-th percentile of a collection of values.
|
| PMMLManager |
|
| PMMLTransformer<E extends Exception> |
|
| PMMLUtil |
|
| PredicateUtil |
|
| PredicateUtil.CompoundPredicateResult |
|
| ProbabilityAggregator<V extends Number> |
|
| ProbabilityAggregator.Average<V extends Number> |
|
| ProbabilityAggregator.Max<V extends Number> |
|
| ProbabilityAggregator.Median<V extends Number> |
|
| ProbabilityAggregator.WeightedAverage<V extends Number> |
|
| ProbabilityDistribution<V extends Number> |
|
| RegExUtil |
|
| Regression<V extends Number> |
|
| RegressionModelEvaluator |
|
| RegressionModelUtil |
|
| Report |
|
| Report.Entry |
|
| ReportFactory |
|
| ReportUtil |
|
| ResidualField |
|
| ResourceUtil |
|
| ResultFeature |
A common superinterface for all result features.
|
| ResultField |
|
| ResultTableCollector |
|
| RichBaseCumHazardTables |
|
| RichBayesInput |
|
| RichComplexArray |
|
| RichDataField |
|
| RichDerivedField |
|
| RichOutputField |
|
| RoundingFunction |
|
| RuleSetModelEvaluator |
|
| ScalarValue |
|
| ScorecardEvaluator |
|
| ScorecardScore<V extends Number> |
|
| SegmentationResult |
|
| SegmentResult |
|
| SeriesForecast |
|
| ServiceFactory<K extends org.dmg.pmml.PMMLObject,S> |
|
| ServiceLoadingModelEvaluatorBuilder |
|
| SetHolder |
|
| SimpleCache<K,V> |
|
| SimpleDoubleVector |
|
| SimpleFloatVector |
|
| SimpleInterner<V> |
|
| SimpleLoadingCache<K,V> |
|
| SimpleRuleScoreDistribution<V extends Number> |
|
| SimpleScorecardScore<V extends Number> |
|
| SimpleTreeModelEvaluator |
|
| SimpleTypeInfo |
|
| SparseArrayUtil |
|
| SplitFunction |
A Java UDF for splitting a scalar string value to a collection of string values.
|
| StandardDeviationFunction |
A Java UDF for calculating the standard deviation of a collection of values.
|
| StatisticalFunction |
|
| StringFunction |
|
| SupportVectorMachineModelEvaluator |
|
| SymbolTable<K> |
|
| SyntheticTargetField |
|
| Table |
|
| TableCollector |
|
| TableReader |
|
| TableSpliterator |
|
| TableWriter |
|
| TargetCategoryParser |
|
| TargetField |
|
| TargetFieldUtil |
|
| TargetUtil |
|
| TernaryFunction |
|
| TextMatcher |
|
| TextSplitter |
|
| TextTokenizer |
|
| TextUtil |
|
| TimeSeriesModelEvaluator |
|
| TokenizedString |
|
| TreeModelEvaluator |
|
| TrigonometricFunction |
|
| TypeCheckException |
Thrown to indicate a violation of PMML type system.
|
| TypeInfo |
|
| TypeInfos |
|
| TypeUtil |
|
| UnaggregableFieldException |
|
| UnaryFunction |
|
| UndefinedResultException |
Thrown to indicate an undefined end state of an evaluation operation.
|
| UnlaggableFieldException |
|
| UnsupportedMarkupInspector |
A Visitor that inspects a class model object for unsupported features.
|
| Value<V extends Number> |
|
| ValueAggregator<V extends Number> |
|
| ValueAggregator.Median<V extends Number> |
|
| ValueAggregator.UnivariateStatistic<V extends Number> |
|
| ValueAggregator.WeightedMedian<V extends Number> |
|
| ValueAggregator.WeightedUnivariateStatistic<V extends Number> |
|
| ValueCheckException |
|
| ValueFactory<V extends Number> |
|
| ValueFactoryFactory |
|
| ValueFunction |
|
| ValueMap<K,V extends Number> |
|
| ValueParser |
|
| ValueParser.Mode |
|
| ValueSetFunction |
|
| ValueStatusHolder |
|
| ValueUtil |
|
| Vector<V extends Number> |
|
| VerificationUtil |
|
| VirtualEvaluationContext |
|
| Vote |
|
| VoteAggregator<K,V extends Number> |
|
| VoteDistribution<V extends Number> |
|
| VoteProbabilityDistribution<V extends Number> |
|