Method | Description | |
---|---|---|
ArgMax ( ) : int | ||
ArgMin ( ) : int | ||
AsArray ( ) : Floatarray | ||
Clear ( ) : void | ||
Copy ( Floatarray v, float eps = 1e-11f ) : void | ||
Init ( int n ) : void | ||
Key ( int i ) : int | ||
Length ( ) : int | ||
Max ( ) : float | ||
Min ( ) : float | ||
Normalize ( ) : void | ||
Normalize2 ( ) : void | ||
OutputVector ( ) : System | ||
OutputVector ( Floatarray v ) : System |
If it's initialized with an array, the result vector is copied into that array when the vector gets destroyed. This allows calls like classifier.Outputs(v,x); with floatarray v.
|
|
OutputVector ( int n ) : System | ||
Sum ( ) : float | ||
Value ( int i ) : float | ||
nKeys ( ) : int | ||
operator ( ) : |
||
this ( int index ) : float |
public Copy ( Floatarray v, float eps = 1e-11f ) : void | ||
v | Floatarray | |
eps | float | |
return | void |
public OutputVector ( Floatarray v ) : System | ||
v | Floatarray | |
return | System |