Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- export interface DolosOptions {
- k: number;
- windowSize: number;
- language: string;
- }
- export class DefaultOptions implements Options{
- public static defaultLanguage = "c";
- public static defaultKgramLength = 23;
- public static defaultKgramsInWindow = 17;
- }
Advertisement
Add Comment
Please, Sign In to add comment