@Documented @Parameter(value=java.lang.Integer.class) @Qualifier @DefaultInteger(value=1) @Retention(value=RUNTIME) @Target(value={METHOD,PARAMETER}) public @interface MinNeighbors
The minimum number of neighbors required to attempt a prediction. This is applied per item to be scored.