Uses of Interface
org.jpmml.sparkml.model.HasRegressionTableOptions
Packages that use HasRegressionTableOptions
-
Uses of HasRegressionTableOptions in org.jpmml.sparkml.model
Methods in org.jpmml.sparkml.model with type parameters of type HasRegressionTableOptionsModifier and TypeMethodDescriptionstatic <C extends org.jpmml.sparkml.ModelConverter<?> & HasRegressionTableOptions>
org.dmg.pmml.ModelLinearModelUtil.createBinaryLogisticClassification(C converter, org.apache.spark.ml.linalg.Vector coefficients, double intercept, org.jpmml.converter.Schema schema) static <C extends org.jpmml.sparkml.ModelConverter<?> & HasRegressionTableOptions>
org.dmg.pmml.ModelLinearModelUtil.createRegression(C converter, org.apache.spark.ml.linalg.Vector coefficients, double intercept, org.jpmml.converter.Schema schema) static <C extends org.jpmml.sparkml.ModelConverter<?> & HasRegressionTableOptions>
org.dmg.pmml.ModelLinearModelUtil.createSoftmaxClassification(C converter, org.apache.spark.ml.linalg.Matrix coefficients, org.apache.spark.ml.linalg.Vector intercepts, org.jpmml.converter.Schema schema)