Class None
Empty copy detector, use it in order to avoid copy detection.
Inheritance
System.Object
AutoCheck.Core.CopyDetector
None
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AutoCheck.Core.CopyDetectors
Assembly: AutoCheck.dll
Syntax
public class None : CopyDetector
Properties
| Improve this Doc View SourceCount
Declaration
public override int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
AutoCheck.Core.CopyDetector.Count
Methods
| Improve this Doc View SourceCompare()
Declaration
public override void Compare()
Overrides
AutoCheck.Core.CopyDetector.Compare()
|
Improve this Doc
View Source
CopyDetected(String, Single)
Declaration
public override bool CopyDetected(string path, float threshold)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | |
System.Single | threshold |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
AutoCheck.Core.CopyDetector.CopyDetected(System.String, System.Single)
|
Improve this Doc
View Source
GetDetails(String)
Declaration
public override List<(string student, string source, float match)> GetDetails(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.ValueTuple<System.String, System.String, System.Single>> |
Overrides
AutoCheck.Core.CopyDetector.GetDetails(System.String)
|
Improve this Doc
View Source
Load(String)
Declaration
public override void Load(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Overrides
AutoCheck.Core.CopyDetector.Load(System.String)