Packages

t

org.pmml4s.common

HasExtensions

trait HasExtensions extends AnyRef

The PMML schema contains a mechanism for extending the content of a model. Extension elements should be present as the first child in all elements and groups defined in PMML. This way it is possible to place information in the Extension elements which affects how the remaining entries are treated. The main element in each model should have Extension elements as the first and the last child for maximum flexibility.

Linear Supertypes
AnyRef, Any
Known Subclasses
AboveInterval, AnyDistribution, Application, BelowInterval, CategoricalPredictor, ComparisonMeasure, CompoundPredicate, ContinuousDistribution, ContrastMatrixFactorPredictor, Counts, CovariatePredictor, DenseMatrix, DiagonalMatrix, Distance, DoubleEvaluator, Evaluator, FactorPredictor, False, GaussianDistribution, GenericInterval, Header, InfinityInterval, InlineTable, Interval, Matrix, MixedEvaluator, ModelExplanation, ModelStats, ModelVerification, NumericInfo, NumericPredictor, Partition, PartitionFieldStats, PmmlElement, PointInterval, PoissonDistribution, Predicate, PredictorTerm, Quantile, RegressionEvaluator, RegressionParameter, RegressionPredictor, RegressionTable, Row, ScoreDistribution, ScoreDistributions, SimplePredicate, SimpleSetPredicate, SparseMatrix, SymmetricMatrix, Table, TableLocator, True, UniformDistribution, Value, binarySimilarity, chebychev, cityBlock, euclidean, jaccard, minkowski, simpleMatching, squaredEuclidean, tanimoto, DataDictionary, DataField, Decision, Decisions, MiningField, MiningSchema, Output, OutputField, Target, TargetValue, Targets, AnomalyDetectionModel, AssociationModel, AssociationRule, Attribute, BaseCumHazardTables, BaselineCell, BaselineStratum, BayesInput, BayesInputs, BayesOutput, Categories, Category, Characteristic, Characteristics, Cluster, ClusteringField, ClusteringModel, Coefficient, Coefficients, Comparisons, ComplexPartialScore, CompoundRule, Con, Covariances, CovariateList, DataModel, DecisionTree, EmbeddedModel, EventValues, FactorList, GeneralRegressionModel, InstanceField, InstanceFields, Item, ItemRef, Itemset, KNNInput, KNNInputs, KohonenMap, LinearKernelType, MeanClusterDistances, MiningModel, MissingValueWeights, Model, MutableModel, NaiveBayesModel, NearestNeighborModel, NeuralInput, NeuralInputs, NeuralLayer, NeuralNetwork, NeuralOutput, NeuralOutputs, Neuron, Node, PCell, PCovCell, PCovMatrix, PPCell, PPMatrix, PairCounts, ParamMatrix, Parameter, ParameterList, PolynomialKernelType, Predictor, RadialBasisKernelType, Regression, RegressionModel, RuleSelectionMethod, RuleSet, RuleSetModel, Scorecard, Segment, Segmentation, SigmoidKernelType, SimpleRule, SupportVector, SupportVectorMachine, SupportVectorMachineModel, SupportVectors, TargetValueCount, TargetValueCounts, TargetValueStat, TargetValueStats, TrainingInstances, TransformationModel, TreeModel, VariableWeight, VectorDictionary, VectorFields, VectorInstance, ACos, ASin, ATan, Abs, Add, And, Apply, Avg, BinaryArithmetic, BinaryBoolean, BinaryCompare, BinaryFunction, BinaryString, Ceil, Concat, Constant, Cos, CosH, DateDaysSinceYear, DateSecondsSinceMidnight, DateSecondsSinceYear, DefineFunction, DerivedField, Discretize, DiscretizeBin, Divide, Equal, Erf, Exp, Expm1, Expression, FieldColumnPair, FieldExpression, FieldRef, Floor, FormatDatetime, FormatNumber, Function, GreaterOrEqual, GreaterThan, Hypot, If, IsIn, IsMissing, IsNotIn, IsNotMissing, IsNotValid, IsValid, LeafExpression, LessOrEqual, LessThan, LinearNorm, Ln, Ln1p, LocalTransformations, Log10, Lowercase, MapValues, Matches, Max, Median, Min, Modulo, MultipleArithmetic, MultipleBoolean, Multiply, NormContinuous, NormDiscrete, NormalCDF, NormalIDF, NormalPDF, Not, NotEqual, NumericFieldExpression, Or, Pow, Product, RInt, Replace, Round, SAS-EM-String-Normalize, SAS-FORMAT-$CHARw, SAS-FORMAT-BESTw, Sin, SinH, Sqrt, StdNormalCDF, StdNormalIDF, StdNormalPDF, StringLength, Substring, Subtract, Sum, Tan, TanH, TernaryArithmetic, TernaryFunction, TextIndex, TextIndexNormalization, Threshold, TransformationDictionary, TrimBlanks, UnaryArithmetic, UnaryBoolean, UnaryExpression, UnaryFunction, UnaryString, Uppercase, MutableAnomalyDetectionModel, MutableMiningModel
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HasExtensions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def extensions: Seq[Extension]
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hasExtensions: Boolean
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped