| Package | Description |
|---|---|
| ml.comet.experiment.model |
Contains all classes to encapsulate data model objects used by the Comet experiment which exposed through the
public API.
|
| Modifier and Type | Method and Description |
|---|---|
static DataPoint |
DataPoint.of(float x,
float y)
Creates new instance with specified data.
|
| Constructor and Description |
|---|
Curve(@NonNull DataPoint[] dataPoints,
@NonNull String name)
Creates new instance with specified parameters.
|
Copyright © 2022. All rights reserved.