Class Regression
java.lang.Object
org.elasticsearch.client.ml.dataframe.Regression
- All Implemented Interfaces:
DataFrameAnalysis,ToXContent,ToXContentObject
public class Regression extends java.lang.Object implements DataFrameAnalysis
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRegression.BuilderNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
Fields Modifier and Type Field Description static ParseFieldNAME -
Method Summary
Modifier and Type Method Description static Regression.Builderbuilder(java.lang.String dependentVariable)booleanequals(java.lang.Object o)static RegressionfromXContent(XContentParser parser)java.lang.StringgetDependentVariable()java.lang.DoublegetEta()java.lang.DoublegetFeatureBagFraction()java.lang.DoublegetGamma()java.lang.DoublegetLambda()java.lang.IntegergetMaxTrees()java.lang.StringgetName()java.lang.IntegergetNumTopFeatureImportanceValues()java.lang.StringgetPredictionFieldName()java.lang.LonggetRandomizeSeed()java.lang.DoublegetTrainingPercent()inthashCode()java.lang.StringtoString()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)
-
Field Details
-
Method Details
-
fromXContent
-
builder
-
getName
public java.lang.String getName()- Specified by:
getNamein interfaceDataFrameAnalysis
-
getDependentVariable
public java.lang.String getDependentVariable() -
getLambda
public java.lang.Double getLambda() -
getGamma
public java.lang.Double getGamma() -
getEta
public java.lang.Double getEta() -
getMaxTrees
public java.lang.Integer getMaxTrees() -
getFeatureBagFraction
public java.lang.Double getFeatureBagFraction() -
getNumTopFeatureImportanceValues
public java.lang.Integer getNumTopFeatureImportanceValues() -
getPredictionFieldName
public java.lang.String getPredictionFieldName() -
getTrainingPercent
public java.lang.Double getTrainingPercent() -
getRandomizeSeed
public java.lang.Long getRandomizeSeed() -
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-