Package | Description |
---|---|
cs2.introml |
Modifier and Type | Class and Description |
---|---|
class |
DenseExample
An array-backed example, useful in situations
in which most if not all features are non-zero.
|
class |
Example
Represents a fixed-size sequence of
features with an associated result.
|
class |
SparseExample
Implements an example by storing index/value pairs,
useful in situations where many/most of the example
features are 0
|
Modifier and Type | Method and Description |
---|---|
double |
EuclideanDistanceSquared.distance(TestingExample e1,
TestingExample e2) |
double |
DistanceFunction.distance(TestingExample e1,
TestingExample e2)
Returns a real number "distance" between two
testing examples
|