You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/studio/sdk/api/allowsReadOnlyApi.ts
+99Lines changed: 99 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -516,6 +516,105 @@ export class AllowsReadOnlyApi {
516
516
});
517
517
}
518
518
519
+
/**
520
+
* Classify a complete file against the specified learn block. This will move the sliding window (dependent on the sliding window length and the sliding window increase parameters in the impulse) over the complete file, and classify for every window that is extracted.
Copy file name to clipboardExpand all lines: sdk/studio/sdk/api/classifyApi.ts
+99Lines changed: 99 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -193,6 +193,105 @@ export class ClassifyApi {
193
193
});
194
194
}
195
195
196
+
/**
197
+
* Classify a complete file against the specified learn block. This will move the sliding window (dependent on the sliding window length and the sliding window increase parameters in the impulse) over the complete file, and classify for every window that is extracted.
0 commit comments