C# 클래스 numl.Supervised.KNN.KNNModel

A data Model for the knn.
상속: Model
파일 보기 프로젝트 열기: sethjuarez/numl

공개 메소드들

메소드 설명
Predict ( Vector y ) : double

Predicts the given o.

메소드 상세

Predict() 공개 메소드

Predicts the given o.
public Predict ( Vector y ) : double
y numl.Math.LinearAlgebra.Vector The Vector to process.
리턴 double