Package | Description |
---|---|
org.tribuo.regression.impl | |
org.tribuo.regression.slm |
Provides implementations of sparse linear regression using various forms of regularisation penalty.
|
Modifier and Type | Method and Description |
---|---|
protected abstract SkeletalIndependentRegressionSparseModel |
SkeletalIndependentRegressionSparseTrainer.createModel(Map<String,T> models,
ModelProvenance provenance,
ImmutableFeatureMap featureMap,
ImmutableOutputInfo<Regressor> outputInfo)
Constructs the appropriate subclass of
SkeletalIndependentRegressionModel for this trainer. |
SkeletalIndependentRegressionSparseModel |
SkeletalIndependentRegressionSparseTrainer.train(Dataset<Regressor> examples) |
SkeletalIndependentRegressionSparseModel |
SkeletalIndependentRegressionSparseTrainer.train(Dataset<Regressor> examples,
Map<String,com.oracle.labs.mlrg.olcut.provenance.Provenance> runProvenance) |
Modifier and Type | Class and Description |
---|---|
class |
SparseLinearModel
The inference time version of a sparse linear regression model.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.