|
int | RegressionDimension [get] |
| Dimension of the regression results.
|
|
ReadOnlyCollection< double[]> | TargetValues [get] |
| Target values for each example.
|
|
ReadOnlyCollection< double[]> | PredictedValues [get] |
| Prediction results for example.
|
|
int | NumExamples [get] |
| Number of examples that contributed to this test result.
|
|
double | TotalMeanSquareError [get] |
| Total mean square error of the predictor over all examples and all coordinates.
|
|
ReadOnlyCollection< double > | ExampleMeanSquareError [get] |
| Mean square error for each individual example (the index runs over all the examples that contributed to this test result).
|
|
int | FeatureResolution [get] |
| Feature resolution value with which the classifier was trained.
|
|
string | FileName [get, protected set] |
| Name of the file the object has been loaded from (or.
|
|
double | Lambda [get] |
| Regularization value that has been used for generating this object.
|
|
double | Offset [get] |
| Intercept weight that has been used for generating this object.
|
|
InterpolationType | Interpolation [get] |
| Interpolation setting used for generating this object.
|
|
int | ImagePlanes [get] |
| The plane count of the images that have been used for generating this classifier. Image on which this classifier is to be used will need to have the same plane count.
|
|
Rect | FeatureWindowExtent [get] |
| The feature window extent that has been used during classifier training.
|
|
Size2D | RetinaSize [get] |
| Size of the "Retina" in paxels. The retina is the set of paxels onto which the input image is projected using the preprocessing code prior to application/training of the classifier.
|
|
Point2Dd | Correction [get] |
| Correction factors in X and Y direction required to rescale the input images for projection onto the retina.
|
|
string | Preprocessing [get] |
| Preprocessing code with which this object was generated.
|
|
IntPtr | Handle [get] |
| Native Manto classifier handle.
|
|
bool | IsDisposed [get] |
| Tests if the native handle has already been disposed.
|
|
Regression test result object.