LinearSVCSummaryImpl (Spark 3.5.5 JavaDoc) (original) (raw)


public class LinearSVCSummaryImpl
extends Object
implements LinearSVCSummary
LinearSVC results for a given model.
param: predictions dataframe output by the model's transform method. param: scoreCol field in "predictions" which gives the rawPrediction of each instance. param: predictionCol field in "predictions" which gives the prediction for a data instance as a double. param: labelCol field in "predictions" which gives the true label of each instance. param: weightCol field in "predictions" which gives the weight of each instance.
See Also:
Serialized Form