public interface LinearProjection extends Projection<double[]>
| Modifier and Type | Method and Description |
|---|---|
smile.math.matrix.DenseMatrix |
getProjection()
Returns the projection matrix.
|
default double[] |
project(double[] x)
Project a data point to the feature space.
|
default double[][] |
project(double[][] x)
Project a set of data to the feature space.
|
smile.math.matrix.DenseMatrix getProjection()
default double[] project(double[] x)
Projectionproject in interface Projection<double[]>default double[][] project(double[][] x)
Projectionproject in interface Projection<double[]>