- Timestamp:
- 02/20/18 08:02:17 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Algorithms.DataAnalysis/3.4/NearestNeighbour/NearestNeighbourModel.cs
r15783 r15786 142 142 } 143 143 144 if (inputMatrix.ContainsNan Inf())144 if (inputMatrix.ContainsNanOrInfinity()) 145 145 throw new NotSupportedException( 146 146 "Nearest neighbour model does not support NaN or infinity values in the input dataset.");
Note: See TracChangeset
for help on using the changeset viewer.