コード例 #1
0
 // features points to a FEATURE_SPACE[]
 public static extern VwExample ImportExample(VwHandle vw, VwFeatureSpace features, SizeT length);
コード例 #2
0
 public static extern void Set_Weight(VwHandle vw, SizeT index, SizeT offset, float value);
コード例 #3
0
 public static extern SizeT Get_Stride(VwHandle vw);
コード例 #4
0
 public static extern uint HashSpace(VwHandle vw, [MarshalAs(UnmanagedType.LPWStr)] string s);
コード例 #5
0
 public static extern float Learn(VwHandle vw, VwExample example);
コード例 #6
0
 public static extern void FinishExample(VwHandle vw, VwExample example);
コード例 #7
0
 public static extern IntPtr GetMultilabelPredictions(VwHandle vw, VwExample example, ref SizeT length);
コード例 #8
0
 public static extern void Set_Weight(VwHandle vw, SizeT index, SizeT offset, float value);
コード例 #9
0
 public static extern SizeT Num_Weights(VwHandle vw);
コード例 #10
0
 public static extern float Learn(VwHandle vw, VwExample example);
コード例 #11
0
 public static extern float Get_Weight(VwHandle vw, SizeT index, SizeT offset);
コード例 #12
0
 public static extern uint HashFeature(VwHandle vw, [MarshalAs(UnmanagedType.LPWStr)]string s, uint u);
コード例 #13
0
 public static extern uint HashSpace(VwHandle vw, [MarshalAs(UnmanagedType.LPWStr)]string s);
コード例 #14
0
 public static extern float Predict(VwHandle vw, VwExample example);
コード例 #15
0
 public static extern VwExample ReadExample(VwHandle vw, [MarshalAs(UnmanagedType.LPWStr)] string exampleString);
コード例 #16
0
 public static extern SizeT Get_Stride(VwHandle vw);
コード例 #17
0
 public static extern void EndParser(VwHandle vw);
コード例 #18
0
 public static extern void Finish(VwHandle vw);
コード例 #19
0
 public static extern IntPtr GetMultilabelPredictions(VwHandle vw, VwExample example, ref SizeT length);
コード例 #20
0
 // features points to a FEATURE_SPACE[]
 public static extern VwExample ImportExample(VwHandle vw, VwFeatureSpace features, SizeT length);
コード例 #21
0
 public static extern float Predict(VwHandle vw, VwExample example);
コード例 #22
0
 public static extern VwFeatureSpace ExportExample(VwHandle vw, VwExample example, ref SizeT length);
コード例 #23
0
 public static extern uint HashFeature(VwHandle vw, [MarshalAs(UnmanagedType.LPWStr)] string s, uint u);
コード例 #24
0
 public static extern VwExample ReadExample(VwHandle vw, [MarshalAs(UnmanagedType.LPWStr)]string exampleString);
コード例 #25
0
 public static extern float Get_Weight(VwHandle vw, SizeT index, SizeT offset);
コード例 #26
0
 public static extern void StartParser(VwHandle vw, [MarshalAs(UnmanagedType.Bool)]bool do_init);
コード例 #27
0
 public static extern SizeT Num_Weights(VwHandle vw);
コード例 #28
0
 public static extern void EndParser(VwHandle vw);
コード例 #29
0
 public static extern void Finish(VwHandle vw);
コード例 #30
0
 public static extern VwExample GetExample(VwHandle parser);
コード例 #31
0
 public static extern VwFeatureSpace ExportExample(VwHandle vw, VwExample example, ref SizeT length);
コード例 #32
0
 public static extern void FinishExample(VwHandle vw, VwExample example);
コード例 #33
0
 public static extern void StartParser(VwHandle vw, [MarshalAs(UnmanagedType.Bool)] bool do_init);
コード例 #34
0
 public static extern VwFeature GetFeatures(VwHandle vw, VwExample example, ref SizeT length);
コード例 #35
0
 public static extern VwExample GetExample(VwHandle parser);
コード例 #36
0
 public static extern void SaveModel(VwHandle vw);
コード例 #37
0
 public static extern VwFeature GetFeatures(VwHandle vw, VwExample example, ref SizeT length);
コード例 #38
0
 public static extern void SaveModel(VwHandle vw);