Package gov.nih.mipav.model.structures
Class BSplineKernelFunction
- java.lang.Object
-
- gov.nih.mipav.model.structures.BSplineKernelFunction
-
public class BSplineKernelFunction extends java.lang.Object
- Version:
- 0.1 April 4, 2014
- Author:
- William Gandler This a a port of itkBSplineKernelFunction.h and itkBSplineKernelFunctionTest.cxxfrom the itk package. Here is the original itk header from the itkBSplineKernelFunction.h file: Copyright Insight Software Consortium Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.txt Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. This class encapsulates BSpline kernel for density estimation or nonparametric regression.
-
-
Field Summary
Fields Modifier and Type Field Description private int
splineOrder
-
Constructor Summary
Constructors Constructor Description BSplineKernelFunction()
BSplineKernelFunction(int splineOrder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
evaluate(double u)
void
selfTest()
-