Exemplo n.º 1
0
 // features points to a FEATURE_SPACE[]
 public static extern VwExample ImportExample(VwHandle vw, VwFeatureSpace features, SizeT length);
Exemplo n.º 2
0
 public static extern void Set_Weight(VwHandle vw, SizeT index, SizeT offset, float value);
Exemplo n.º 3
0
 public static extern SizeT Get_Stride(VwHandle vw);
Exemplo n.º 4
0
 public static extern uint HashSpace(VwHandle vw, [MarshalAs(UnmanagedType.LPWStr)] string s);
Exemplo n.º 5
0
 public static extern float Learn(VwHandle vw, VwExample example);
Exemplo n.º 6
0
 public static extern void FinishExample(VwHandle vw, VwExample example);
Exemplo n.º 7
0
 public static extern IntPtr GetMultilabelPredictions(VwHandle vw, VwExample example, ref SizeT length);
 public static extern void Set_Weight(VwHandle vw, SizeT index, SizeT offset, float value);
 public static extern SizeT Num_Weights(VwHandle vw);
 public static extern float Learn(VwHandle vw, VwExample example);
 public static extern float Get_Weight(VwHandle vw, SizeT index, SizeT offset);
 public static extern uint HashFeature(VwHandle vw, [MarshalAs(UnmanagedType.LPWStr)]string s, uint u);
 public static extern uint HashSpace(VwHandle vw, [MarshalAs(UnmanagedType.LPWStr)]string s);
Exemplo n.º 14
0
 public static extern float Predict(VwHandle vw, VwExample example);
Exemplo n.º 15
0
 public static extern VwExample ReadExample(VwHandle vw, [MarshalAs(UnmanagedType.LPWStr)] string exampleString);
 public static extern SizeT Get_Stride(VwHandle vw);
Exemplo n.º 17
0
 public static extern void EndParser(VwHandle vw);
 public static extern void Finish(VwHandle vw);
Exemplo n.º 19
0
 public static extern IntPtr GetMultilabelPredictions(VwHandle vw, VwExample example, ref SizeT length);
 // features points to a FEATURE_SPACE[]
 public static extern VwExample ImportExample(VwHandle vw, VwFeatureSpace features, SizeT length);
Exemplo n.º 21
0
 public static extern float Predict(VwHandle vw, VwExample example);
 public static extern VwFeatureSpace ExportExample(VwHandle vw, VwExample example, ref SizeT length);
Exemplo n.º 23
0
 public static extern uint HashFeature(VwHandle vw, [MarshalAs(UnmanagedType.LPWStr)] string s, uint u);
 public static extern VwExample ReadExample(VwHandle vw, [MarshalAs(UnmanagedType.LPWStr)]string exampleString);
Exemplo n.º 25
0
 public static extern float Get_Weight(VwHandle vw, SizeT index, SizeT offset);
 public static extern void StartParser(VwHandle vw, [MarshalAs(UnmanagedType.Bool)]bool do_init);
Exemplo n.º 27
0
 public static extern SizeT Num_Weights(VwHandle vw);
 public static extern void EndParser(VwHandle vw);
Exemplo n.º 29
0
 public static extern void Finish(VwHandle vw);
 public static extern VwExample GetExample(VwHandle parser);
Exemplo n.º 31
0
 public static extern VwFeatureSpace ExportExample(VwHandle vw, VwExample example, ref SizeT length);
 public static extern void FinishExample(VwHandle vw, VwExample example);
Exemplo n.º 33
0
 public static extern void StartParser(VwHandle vw, [MarshalAs(UnmanagedType.Bool)] bool do_init);
 public static extern VwFeature GetFeatures(VwHandle vw, VwExample example, ref SizeT length);
Exemplo n.º 35
0
 public static extern VwExample GetExample(VwHandle parser);
Exemplo n.º 36
0
 public static extern void SaveModel(VwHandle vw);
Exemplo n.º 37
0
 public static extern VwFeature GetFeatures(VwHandle vw, VwExample example, ref SizeT length);
Exemplo n.º 38
0
 public static extern void SaveModel(VwHandle vw);