Class Regression
java.lang.Object
org.elasticsearch.client.ml.dataframe.Regression
- All Implemented Interfaces:
DataFrameAnalysis,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
public class Regression extends java.lang.Object implements DataFrameAnalysis
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRegression.Builderstatic classRegression.LossFunction -
Field Summary
Fields Modifier and Type Field Description static org.elasticsearch.common.ParseFieldNAME -
Method Summary
Modifier and Type Method Description static Regression.Builderbuilder(java.lang.String dependentVariable)booleanequals(java.lang.Object o)static RegressionfromXContent(org.elasticsearch.common.xcontent.XContentParser parser)java.lang.StringgetDependentVariable()java.lang.DoublegetEta()java.lang.DoublegetFeatureBagFraction()java.lang.DoublegetGamma()java.lang.DoublegetLambda()Regression.LossFunctiongetLossFunction()java.lang.DoublegetLossFunctionParameter()java.lang.IntegergetMaxTrees()java.lang.StringgetName()java.lang.IntegergetNumTopFeatureImportanceValues()java.lang.StringgetPredictionFieldName()java.lang.LonggetRandomizeSeed()java.lang.DoublegetTrainingPercent()inthashCode()java.lang.StringtoString()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)
-
Field Details
-
NAME
public static final org.elasticsearch.common.ParseField NAME
-
-
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() -
getLossFunction
-
getLossFunctionParameter
public java.lang.Double getLossFunctionParameter() -
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- 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
-