public interface Projection<T>
Modifier and Type | Method and Description |
---|---|
double[] |
project(T x)
Project a data point to the feature space.
|
double[][] |
project(T[] x)
Project a set of data toe the feature space.
|
Copyright © 2015. All rights reserved.