| Package | Description |
|---|---|
| org.apache.ignite.ml.math.primitives.vector |
Contains vector related classes.
|
| org.apache.ignite.ml.math.primitives.vector.impl |
Contains several vector implementations.
|
| org.apache.ignite.ml.mleap |
Base package for Mleap model parser.
|
| org.apache.ignite.ml.xgboost |
Base package for XGBoost model parser, correspondent DTOs and util classes.
|
| Modifier and Type | Method and Description |
|---|---|
static NamedVector |
VectorUtils.of(Map<String,Double> values)
Creates named vector based on map of keys and values.
|
NamedVector |
NamedVector.set(String idx,
double val)
Sets element with specified string index and value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingNamedVector
Delegating named vector that delegates all operations to underlying vector and adds implementation of
NamedVector functionality using embedded map that maps string index on real integer index. |
| Modifier and Type | Method and Description |
|---|---|
NamedVector |
DelegatingNamedVector.set(String idx,
double val)
Sets element with specified string index and value.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
MLeapModel.predict(NamedVector input)
Make a prediction for the specified input arguments.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
XGModelComposition.predict(NamedVector input)
Make a prediction for the specified input arguments.
|
GridGain In-Memory Computing Platform : ver. 8.9.15 Release Date : December 3 2024