Class RegressionModel
java.lang.Object
org.episteme.natural.computing.ml.Model
org.episteme.natural.computing.ml.RegressionModel
- All Implemented Interfaces:
Serializable, UniversalDataModel
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCoefficient(String name, double value) doublevoidsetIntercept(double intercept) Methods inherited from class Model
addDataField, addMiningField, getDataFields, getMetadata, getMiningFields, getModelType, getName, getQuantities, getTrait, setName, setTraitMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface UniversalDataModel
validate
-
Constructor Details
-
RegressionModel
public RegressionModel() -
RegressionModel
-
-
Method Details
-
getIntercept
public double getIntercept() -
setIntercept
public void setIntercept(double intercept) -
addCoefficient
-
getCoefficients
-