| Package | Description |
|---|---|
| ml.comet.experiment |
Contains all classes to create various types of Comet Experiments.
|
| ml.comet.experiment.impl |
Contains implementations of public interfaces of the Comet experiment's API.
|
| ml.comet.experiment.impl.rest |
Contains all classes used to model Comet REST API data transfer objects.
|
| ml.comet.experiment.impl.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
Experiment.logCurve(Curve curve) |
void |
Experiment.logCurve(Curve curve,
boolean overwrite) |
void |
Experiment.logCurve(Curve curve,
boolean overwrite,
ExperimentContext context)
Allows to log x/y curve into your Comet experiment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OnlineExperimentImpl.logCurve(@NonNull Curve curve) |
void |
OnlineExperimentImpl.logCurve(@NonNull Curve curve,
boolean overwrite) |
void |
OnlineExperimentImpl.logCurve(@NonNull Curve curve,
boolean overwrite,
@NonNull ExperimentContext context) |
| Modifier and Type | Method and Description |
|---|---|
static CurveData |
CurveData.from(Curve curve)
The factory to create data from provided
Curve instance. |
| Modifier and Type | Method and Description |
|---|---|
static AssetImpl |
AssetUtils.createAssetFromCurve(@NonNull Curve curve,
boolean overwrite)
Creates
Asset from provided Curve instance. |
Copyright © 2022. All rights reserved.